/* Base */
.wcpcb-carousel .wcpcb-swiper { position: relative; overflow: hidden; }
.wcpcb-carousel .swiper-wrapper { align-items: stretch; }
.wcpcb-carousel .swiper-slide.product { height: auto; padding-top: 18px; }

/* Tipografías */
.wcpcb-carousel.wcpcb-center-title-price .woocommerce-loop-product__title { text-align: center; margin-left:auto; margin-right:auto; }
.wcpcb-carousel.wcpcb-center-title-price .price { display:flex; justify-content:center; text-align:center; }
.wcpcb-carousel.wcpcb-no-underline a,
.wcpcb-carousel.wcpcb-no-underline a:visited,
.wcpcb-carousel.wcpcb-no-underline a:hover,
.wcpcb-carousel.wcpcb-no-underline a:focus { text-decoration: none !important; border-bottom: 0 !important; }

/* Ocultar botón */
.wcpcb-carousel.wcpcb-hide-cart .add_to_cart_button,
.wcpcb-carousel.wcpcb-hide-cart a.button.product_type_simple,
.wcpcb-carousel.wcpcb-hide-cart a.button.product_type_variable,
.wcpcb-carousel.wcpcb-hide-cart a.button.product_type_grouped,
.wcpcb-carousel.wcpcb-hide-cart a.button.product_type_external { display:none !important; }

/* Variables de control */
.wcpcb-carousel { 
  --wcpcb-arrow-size: 40px;
  --wcpcb-arrow-radius: 9999px;
  --wcpcb-arrow-bg: #F2D6C9;
  --wcpcb-arrow-color: #3A2D2D;
  --wcpcb-arrow-shadow: 0 6px 18px rgba(0,0,0,.12);
  --wcpcb-bullet-size: 8px;
  --wcpcb-bullet-color: #EBD4CA;
  --wcpcb-bullet-active: #E07A5F;
}

/* Controles externos */
.wcpcb-controls { width: 100%; margin: 8px 0 10px; }
.wcpcb-controls__inner { display:flex; align-items:center; gap:12px; justify-content:center; }
.wcpcb-controls__inner.is-between { justify-content:space-between; }
.wcpcb-controls .swiper-pagination { position: static; margin: 0; }

/* Controles internos */
.wcpcb-carousel .wcpcb-swiper .swiper-button-next,
.wcpcb-carousel .wcpcb-swiper .swiper-button-prev { position:absolute; top:50%; transform:translateY(-50%); }
.wcpcb-carousel .wcpcb-swiper .swiper-button-prev { left:8px; }
.wcpcb-carousel .wcpcb-swiper .swiper-button-next { right:8px; }
.wcpcb-carousel .wcpcb-swiper .swiper-pagination { position:absolute; left:0; right:0; bottom:6px; }

/* Botones */
.wcpcb-carousel .swiper-button-next,
.wcpcb-carousel .swiper-button-prev,
.wcpcb-controls .swiper-button-next,
.wcpcb-controls .swiper-button-prev {
  width: var(--wcpcb-arrow-size);
  height: var(--wcpcb-arrow-size);
  background: var(--wcpcb-arrow-bg);
  border-radius: var(--wcpcb-arrow-radius);
  color: var(--wcpcb-arrow-color);
  box-shadow: var(--wcpcb-arrow-shadow);
  display:flex; align-items:center; justify-content:center;
}
.wcpcb-carousel .swiper-button-next:after,
.wcpcb-carousel .swiper-button-prev:after,
.wcpcb-controls .swiper-button-next:after,
.wcpcb-controls .swiper-button-prev:after {
  font-size: calc(var(--wcpcb-arrow-size) * 0.5);
}

/* Bullets */
.wcpcb-carousel .swiper-pagination-bullet,
.wcpcb-controls .swiper-pagination-bullet {
  width: var(--wcpcb-bullet-size);
  height: var(--wcpcb-bullet-size);
  background: var(--wcpcb-bullet-color);
  opacity: 1;
}
.wcpcb-carousel .swiper-pagination-bullet-active,
.wcpcb-controls .swiper-pagination-bullet-active {
  background: var(--wcpcb-bullet-active);
  transform: scale(1.1);
}

/* Badge oferta */
.wcpcb-carousel .swiper-slide.product .onsale { position:absolute !important; top:6px !important; left:8px !important; z-index:5 !important; }
