/* WP Posts Carousel light template. Scoped, template-owned controls and layout. */
.cci-wpc-light-template-theme,
.cci-wpc-light-template-theme * {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  .cci-wpc-light-template-theme *,
  .cci-wpc-light-template-theme *::before,
  .cci-wpc-light-template-theme *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}

.cci-wpc-light-template-theme {
  --wpc-light-accent: #334155;
  --wpc-light-ink: #111827;
  --wpc-light-muted: #64748b;
  --wpc-light-line: #cbd5e1;
  --wpc-light-surface: #f8fafc;
  --wpc-light-bg: #ffffff;
  --wpc-light-radius: 8px;
  --wpc-light-image: 190px;
  --wpc-light-nav: 44px;

  overflow: visible;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}

.cci-wpc-light-template-theme .owl-stage-outer,
.cci-wpc-light-template-theme .cci-wpc-render-preview-viewport {
  margin: -1px;
  overflow: hidden;
  padding: 1px;
  width: 100%;
  width: calc(100% + 2px);
}

.cci-wpc-light-template-theme .owl-stage,
.cci-wpc-light-template-theme .cci-wpc-render-preview-track {
  display: flex;
  align-items: stretch;
}

.cci-wpc-light-template-theme .owl-item,
.cci-wpc-light-template-theme .cci-wpc-render-preview-slide {
  display: flex;
  min-width: 0;
  width: 100%;
}

.cci-wpc-light-template-theme .owl-item:not(.active) {
  visibility: hidden;
}

.cci-wpc-light-template-theme .owl-item.active {
  visibility: visible;
}

.cci-wpc-light-template-theme .cci-wpc-slide,
.cci-wpc-light-template-theme .cci-wpc-render-preview-slide {
  display: flex;
  min-width: 0;
  width: 100%;
}

.cci-wpc-light-template-theme .cci-wpc-render-preview-slide.swiper-slide {
  flex: 0 0 auto;
}

.cci-wpc-light-template-theme .cci-wpc-container,
.cci-wpc-light-template-theme .cci-wpc-card-react,
.cci-wpc-light-template-theme .cci-wpc-woocommerce-card .cci-wpc-product-card {
  align-items: stretch;
  background: var(--wpc-light-bg);
  border: 1px solid var(--wpc-light-line);
  border-radius: var(--wpc-light-radius);
  color: var(--wpc-light-ink);
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
}

.cci-wpc-light-template-theme .cci-wpc-card-media,
.cci-wpc-light-template-theme .cci-wpc-product-card-media {
  background: var(--wpc-light-surface);
  grid-column: 1;
  height: auto;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cci-wpc-light-template-theme .cci-wpc-image,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image,
.cci-wpc-light-template-theme .cci-wpc-media-frame,
.cci-wpc-light-template-theme .cci-wpc-media-video,
.cci-wpc-light-template-theme .cci-wpc-product-card-media {
  min-height: 100%;
}

.cci-wpc-light-template-theme .cci-wpc-image a,
.cci-wpc-light-template-theme .cci-wpc-image img,
.cci-wpc-light-template-theme .cci-wpc-image video,
.cci-wpc-light-template-theme .cci-wpc-image iframe,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image img,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image video,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image iframe,
.cci-wpc-light-template-theme .cci-wpc-product-card-media img,
.cci-wpc-light-template-theme .cci-wpc-product-card-media video,
.cci-wpc-light-template-theme .cci-wpc-product-card-media iframe {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--wpc-crop-x, 50%) var(--wpc-crop-y, 50%);
  width: 100%;
}

.cci-wpc-light-template-theme .cci-wpc-image img,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image img,
.cci-wpc-light-template-theme .cci-wpc-product-card-media img {
  transition: filter .16s ease, opacity .16s ease, transform .16s ease;
}

.cci-wpc-light-template-theme .cci-wpc-image a:hover img,
.cci-wpc-light-template-theme .cci-wpc-image a:focus-visible img,
.cci-wpc-light-template-theme .cci-wpc-card-media[href]:hover img,
.cci-wpc-light-template-theme .cci-wpc-card-media[href]:focus-visible img,
.cci-wpc-light-template-theme .cci-wpc-product-card-media:hover img,
.cci-wpc-light-template-theme .cci-wpc-product-card-media:focus-visible img {
  filter: brightness(.92) contrast(1.04);
  transform: scale(1.02);
}

.cci-wpc-light-template-theme .cci-wpc-image a:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-card-media[href]:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-product-card-media:focus-visible {
  outline: 2px solid var(--wpc-light-accent);
  outline-offset: -2px;
}

.cci-wpc-light-template-theme .cci-wpc-card-media,
.cci-wpc-light-template-theme .cci-wpc-image,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image,
.cci-wpc-light-template-theme .cci-wpc-woocommerce-card .cci-wpc-product-card-media,
.cci-wpc-light-template-theme .cci-wpc-product-card-media {
  height: 100%;
  min-height: var(--wpc-light-image);
}

.cci-wpc-light-template-theme .cci-wpc-details,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-body,
.cci-wpc-light-template-theme .cci-wpc-product-card-body {
  display: grid;
  gap: 11px;
  grid-column: 1 / -1;
  min-width: 0;
  padding: 24px;
}

.cci-wpc-light-template-theme .cci-wpc-image + .cci-wpc-details,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image + .cci-wpc-render-preview-body,
.cci-wpc-light-template-theme .cci-wpc-product-card-media + .cci-wpc-product-card-body {
  grid-column: 2;
}

.cci-wpc-light-template-theme .cci-wpc-container,
.cci-wpc-light-template-theme .cci-wpc-card-react,
.cci-wpc-light-template-theme .cci-wpc-woocommerce-card .cci-wpc-product-card {
  min-height: 100%;
}

.cci-wpc-light-template-theme .cci-wpc-categories,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-taxonomy,
.cci-wpc-light-template-theme .cci-wpc-product-card-terms,
.cci-wpc-light-template-theme .cci-wpc-product-card-terms-categories,
.cci-wpc-light-template-theme .cci-wpc-product-card-terms-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.cci-wpc-light-template-theme .cci-wpc-category,
.cci-wpc-light-template-theme .cci-wpc-categories a,
.cci-wpc-light-template-theme .cci-wpc-tags a,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-taxonomy,
.cci-wpc-light-template-theme .cci-wpc-product-card-term {
  align-items: center;
  color: var(--wpc-light-accent);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .16s ease;
}

.cci-wpc-light-template-theme .cci-wpc-categories a:hover,
.cci-wpc-light-template-theme .cci-wpc-categories a:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-tags a:hover,
.cci-wpc-light-template-theme .cci-wpc-tags a:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-product-card-term[href]:hover,
.cci-wpc-light-template-theme .cci-wpc-product-card-term[href]:focus-visible {
  color: var(--wpc-light-ink);
  text-decoration: underline;
}

.cci-wpc-light-template-theme .cci-wpc-title,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-title,
.cci-wpc-light-template-theme .cci-wpc-product-card-title,
.cci-wpc-light-template-theme .woocommerce-loop-product__title {
  display: -webkit-box;
  color: var(--wpc-light-ink);
  font-size: 34px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cci-wpc-light-template-theme .cci-wpc-title a,
.cci-wpc-light-template-theme .cci-wpc-product-card-title-link {
  color: inherit;
  text-decoration: none;
  transition: color .16s ease;
}

.cci-wpc-light-template-theme .cci-wpc-title a:hover,
.cci-wpc-light-template-theme .cci-wpc-title a:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-product-card-title-link:hover .cci-wpc-product-card-title,
.cci-wpc-light-template-theme .cci-wpc-product-card-title-link:focus-visible .cci-wpc-product-card-title {
  color: var(--wpc-light-accent);
  text-decoration: underline;
}

.cci-wpc-light-template-theme .cci-wpc-description,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-description,
.cci-wpc-light-template-theme .cci-wpc-product-card-description {
  color: var(--wpc-light-muted);
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cci-wpc-light-template-theme .cci-wpc-description p,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-description p,
.cci-wpc-light-template-theme .cci-wpc-product-card-description p {
  margin: 0;
}

.cci-wpc-light-template-theme .cci-wpc-post-details,
.cci-wpc-light-template-theme .cci-wpc-product-card-meta {
  align-items: center;
  color: var(--wpc-light-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
}

.cci-wpc-light-template-theme .cci-wpc-post-details a,
.cci-wpc-light-template-theme .cci-wpc-author a,
.cci-wpc-light-template-theme .cci-wpc-product-card-meta a {
  color: inherit;
  text-decoration: none;
  transition: color .16s ease;
}

.cci-wpc-light-template-theme .cci-wpc-post-details a:hover,
.cci-wpc-light-template-theme .cci-wpc-post-details a:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-author a:hover,
.cci-wpc-light-template-theme .cci-wpc-author a:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-product-card-meta a:hover,
.cci-wpc-light-template-theme .cci-wpc-product-card-meta a:focus-visible {
  color: var(--wpc-light-accent);
  text-decoration: underline;
}

.cci-wpc-light-template-theme .cci-wpc-more-button,
.cci-wpc-light-template-theme .cci-wpc-more-button.button,
.cci-wpc-light-template-theme .cci-wpc-product-card-button,
.cci-wpc-light-template-theme .cci-wpc-product-card-button.add_to_cart_button,
.cci-wpc-light-template-theme .add_to_cart_button,
.cci-wpc-light-template-theme .add_to_cart_button.button,
.cci-wpc-light-template-theme .added_to_cart,
.cci-wpc-light-template-theme .added_to_cart.button,
.cci-wpc-light-template-theme .cci-wpc-product-button,
.cci-wpc-light-template-theme .cci-wpc-product-button.button,
.cci-wpc-light-template-theme .cci-wpc-render-preview-button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(86, 48, 197, .28);
  border-radius: 999px;
  color: var(--wpc-light-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 37px;
  padding: 0 16px;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.cci-wpc-light-template-theme .cci-wpc-more-button::after,
.cci-wpc-light-template-theme .cci-wpc-product-button::after,
.cci-wpc-light-template-theme .cci-wpc-product-card-button::after,
.cci-wpc-light-template-theme .added_to_cart::after,
.cci-wpc-light-template-theme .cci-wpc-render-preview-button::after {
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  display: inline-block;
  height: 7px;
  transform: rotate(-45deg);
  width: 7px;
}

.cci-wpc-light-template-theme .cci-wpc-more-button:hover,
.cci-wpc-light-template-theme .cci-wpc-more-button:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-more-button.button:hover,
.cci-wpc-light-template-theme .cci-wpc-more-button.button:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-button:hover,
.cci-wpc-light-template-theme .cci-wpc-render-preview-button:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-product-card-button:hover,
.cci-wpc-light-template-theme .cci-wpc-product-card-button:focus-visible,
.cci-wpc-light-template-theme .add_to_cart_button:hover,
.cci-wpc-light-template-theme .add_to_cart_button:focus-visible,
.cci-wpc-light-template-theme .add_to_cart_button.button:hover,
.cci-wpc-light-template-theme .add_to_cart_button.button:focus-visible,
.cci-wpc-light-template-theme .added_to_cart:hover,
.cci-wpc-light-template-theme .added_to_cart:focus-visible,
.cci-wpc-light-template-theme .added_to_cart.button:hover,
.cci-wpc-light-template-theme .added_to_cart.button:focus-visible {
  background: var(--wpc-light-ink);
  border-color: var(--wpc-light-ink);
  color: #fff;
}

.cci-wpc-light-template-theme a.cci-wpc-product-card-button:hover,
.cci-wpc-light-template-theme a.cci-wpc-product-card-button:focus-visible,
.cci-wpc-light-template-theme a.cci-wpc-product-button:hover,
.cci-wpc-light-template-theme a.cci-wpc-product-button:focus-visible,
.cci-wpc-light-template-theme a.cci-wpc-product-button.button:hover,
.cci-wpc-light-template-theme a.cci-wpc-product-button.button:focus-visible,
.cci-wpc-light-template-theme a.add_to_cart_button:hover,
.cci-wpc-light-template-theme a.add_to_cart_button:focus-visible,
.cci-wpc-light-template-theme a.add_to_cart_button.button:hover,
.cci-wpc-light-template-theme a.add_to_cart_button.button:focus-visible,
.cci-wpc-light-template-theme a.added_to_cart:hover,
.cci-wpc-light-template-theme a.added_to_cart:focus-visible,
.cci-wpc-light-template-theme a.added_to_cart.button:hover,
.cci-wpc-light-template-theme a.added_to_cart.button:focus-visible {
  background: var(--wpc-light-ink);
  border-color: var(--wpc-light-ink);
  color: #fff;
}

.cci-wpc-light-template-theme .cci-wpc-product-card-commerce,
.cci-wpc-light-template-theme .cci-wpc-product-card-price,
.cci-wpc-light-template-theme .price {
  color: var(--wpc-light-ink);
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 900;
}

.cci-wpc-light-template-theme .cci-wpc-product-card-body {
  align-content: start;
  gap: 10px;
  padding-top: 18px;
}

.cci-wpc-light-template-theme .cci-wpc-product-card-badge,
.cci-wpc-light-template-theme .onsale {
  align-items: center;
  background: #f97316;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  font-weight: 900;
  left: 10px;
  min-height: 22px;
  padding: 5px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
}

.cci-wpc-light-template-theme .cci-wpc-card-actions,
.cci-wpc-light-template-theme .cci-wpc-product-card-actions {
  align-items: center;
  display: flex;
}

.cci-wpc-light-template-theme .owl-nav,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav {
  bottom: 40px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.cci-wpc-light-template-theme .owl-nav .owl-prev,
.cci-wpc-light-template-theme .owl-nav .owl-next,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav button,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav > span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(86, 48, 197, .28);
  border-radius: 999px;
  box-sizing: border-box;
  color: #5630c5;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  height: var(--wpc-light-nav);
  justify-content: center;
  left: -19px;
  line-height: 1;
  margin: 0;
  min-height: var(--wpc-light-nav);
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  text-indent: 0;
  top: var(--wpc-control-axis-y, 50%);
  transition: background-color 160ms cubic-bezier(.32, .72, 0, 1), border-color 160ms cubic-bezier(.32, .72, 0, 1), color 160ms cubic-bezier(.32, .72, 0, 1);
  transform: translateY(-50%);
  width: var(--wpc-light-nav);
}

.cci-wpc-light-template-theme .owl-nav .owl-prev > span:not(.screen-reader-text),
.cci-wpc-light-template-theme .owl-nav .owl-next > span:not(.screen-reader-text) {
  display: none;
}

.cci-wpc-light-template-theme .owl-nav .owl-next,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav button:last-child,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav > span:last-child {
  left: auto;
  right: -19px;
}

.cci-wpc-light-template-theme .owl-prev .fa,
.cci-wpc-light-template-theme .owl-prev .ti,
.cci-wpc-light-template-theme .owl-next .fa,
.cci-wpc-light-template-theme .owl-next .ti,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav .fa,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav .ti {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.cci-wpc-light-template-theme .owl-prev:hover,
.cci-wpc-light-template-theme .owl-prev:focus-visible,
.cci-wpc-light-template-theme .owl-next:hover,
.cci-wpc-light-template-theme .owl-next:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-prev:hover,
.cci-wpc-light-template-theme .cci-wpc-render-preview-prev:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-next:hover,
.cci-wpc-light-template-theme .cci-wpc-render-preview-next:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav button:hover,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav button:focus-visible {
  background: #f1edff;
  border-color: #5630c5;
  color: #5630c5;
  outline: none;
}

.cci-wpc-light-template-theme .owl-prev:focus-visible,
.cci-wpc-light-template-theme .owl-next:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-prev:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-next:focus-visible,
.cci-wpc-light-template-theme .cci-wpc-render-preview-nav button:focus-visible {
  outline: 3px solid rgba(86, 48, 197, .24);
  outline-offset: 2px;
}

.cci-wpc-light-template-theme .cci-wpc-description,
.cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-description,
.cci-wpc-light-template-theme .cci-wpc-product-card-description {
  max-height: none;
}

.cci-wpc-light-template-theme .owl-dots,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 10px;
  left: 50%;
  margin: 0;
  position: absolute;
  pointer-events: auto;
  transform: translateX(-50%);
}

.cci-wpc-light-template-theme .cci-wpc-render-preview-dots.swiper-pagination-fraction {
  gap: 4px;
  line-height: 1;
  white-space: nowrap;
}

.cci-wpc-light-template-theme .cci-wpc-render-preview-dots.swiper-pagination-progressbar {
  background: #cbd5e1;
  border-radius: 999px;
  display: block;
  gap: 0;
  height: 4px;
  overflow: hidden;
  width: min(180px, 42vw);
}

.cci-wpc-light-template-theme .cci-wpc-render-preview-dots .swiper-pagination-progressbar-fill {
  background: currentColor;
  display: block;
  height: 100%;
  transform-origin: left top;
  width: 100%;
}

.cci-wpc-light-template-theme .owl-dot,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots button,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots .swiper-pagination-bullet,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots > span:not(.swiper-pagination-current):not(.swiper-pagination-total):not(.swiper-pagination-progressbar-fill):not(.swiper-pagination-bullet) {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 0;
  height: 18px;
  justify-content: center;
  line-height: 0;
  margin: 0;
  min-width: 24px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  width: 24px;
}

.cci-wpc-light-template-theme .owl-dot span,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots button::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots .swiper-pagination-bullet::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots > span:not(.swiper-pagination-current):not(.swiper-pagination-total):not(.swiper-pagination-progressbar-fill):not(.swiper-pagination-bullet)::before {
  background: #cbd5e1;
  border-radius: 999px;
  content: "";
  display: block;
  height: 8px;
  text-indent: 0;
  transition: background .16s ease, transform .16s ease;
  width: 8px;
}

.cci-wpc-light-template-theme .owl-dot.active {
  color: #1f2937;
}

.cci-wpc-light-template-theme .owl-dot.active span,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots button.cci-wpc-active::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots .swiper-pagination-bullet-active::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots > span:not(.swiper-pagination-current):not(.swiper-pagination-total):not(.swiper-pagination-progressbar-fill):not(.swiper-pagination-bullet):first-child::before {
  background: var(--wpc-light-ink);
}

.cci-wpc-light-template-theme .owl-dot:hover span,
.cci-wpc-light-template-theme .owl-dot:focus-visible span,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots button:hover::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots button:focus-visible::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots .swiper-pagination-bullet:hover::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots .swiper-pagination-bullet:focus-visible::before,
.cci-wpc-light-template-theme .cci-wpc-render-preview-dots > span:not(.swiper-pagination-current):not(.swiper-pagination-total):not(.swiper-pagination-progressbar-fill):not(.swiper-pagination-bullet):hover::before {
  background: var(--wpc-light-accent);
  transform: scale(1.25);
}

.cci-wpc-light-template-theme .cci-wpc-product-card-commerce,
.cci-wpc-light-template-theme .cci-wpc-product-card-price,
.cci-wpc-light-template-theme .price {
  min-height: 1px;
}

.cci-wpc-light-template-theme.cci-wpc-carousel-has-merged-slides .owl-item,
.cci-wpc-light-template-theme.cci-wpc-carousel-has-merged-slides .cci-wpc-render-preview-slide {
  padding-right: var(--wpc-carousel-gap, 0px);
}

@media (max-width: 760px) {
  .cci-wpc-light-template-theme .cci-wpc-container,
  .cci-wpc-light-template-theme .cci-wpc-card-react,
  .cci-wpc-light-template-theme .cci-wpc-woocommerce-card .cci-wpc-product-card {
    border-left: 0;
    border-right: 0;
    grid-template-columns: 1fr;
  }

  .cci-wpc-light-template-theme .cci-wpc-image,
  .cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image,
  .cci-wpc-light-template-theme .cci-wpc-product-card-media {
    height: 220px;
    min-height: 220px;
  }

  .cci-wpc-light-template-theme .cci-wpc-details,
  .cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-body,
  .cci-wpc-light-template-theme .cci-wpc-product-card-body {
    gap: 10px;
    grid-column: 1;
    padding: 18px;
  }

  .cci-wpc-light-template-theme .cci-wpc-image + .cci-wpc-details,
  .cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-render-preview-image + .cci-wpc-render-preview-body,
  .cci-wpc-light-template-theme .cci-wpc-product-card-media + .cci-wpc-product-card-body {
    grid-column: 1;
  }

  .cci-wpc-light-template-theme .cci-wpc-title,
  .cci-wpc-light-template-theme .cci-wpc-card-react .cci-wpc-card-title,
  .cci-wpc-light-template-theme .cci-wpc-product-card-title,
  .cci-wpc-light-template-theme .woocommerce-loop-product__title {
    font-size: 28px;
    line-height: 1.08;
  }

  .cci-wpc-light-template-theme .owl-nav,
  .cci-wpc-light-template-theme .cci-wpc-render-preview-nav {
    display: none;
  }
}
