/* PASITROTE — Modern PDP + global fixes (lavanda #9dabd0) */
:root {
  --pt-lavender: #9dabd0;
  --pt-lavender-dark: #7f8eb8;
  --pt-lavender-soft: #eef1f8;
  --pt-text: #1a1a1a;
  --pt-text-muted: #767676;
  --pt-border: #e8e8e8;
  --pt-bg-soft: #f7f7f7;
  --pt-discount: #d64545;
  --pt-radius: 8px;
  --pt-radius-sm: 6px;
}

/* --- Filtros talla visibles en listados --- */
#left-column,
#search_filters_wrapper,
#search_filters {
  display: block !important;
}

#category #left-column,
#search #left-column,
#best-sales #left-column,
#prices-drop #left-column {
  display: block !important;
}

/* --- PDP --- */
#product {
  --pt-accent: var(--pt-lavender);
  --pt-accent-hover: var(--pt-lavender-dark);
  --pt-accent-soft: var(--pt-lavender-soft);
  --pt-text: #1a1a1a;
  --pt-text-muted: #767676;
  --pt-border: #e8e8e8;
  --pt-bg-soft: #f7f7f7;
  --pt-discount: #d64545;
  --pt-radius: 8px;
  --pt-radius-sm: 6px;
}

#product #wrapper .breadcrumb {
  background: transparent;
  padding-top: 1rem;
  font-size: 0.78rem;
  color: var(--pt-text-muted);
}

#product .elementor-element-3221295 > .elementor-container {
  align-items: flex-start;
  gap: 2.5rem;
}

/* Galería: respetar layout nativo CE (position-left) */
@media (min-width: 768px) {
  #product .elementor-element-4c92a61.elementor-position-left .elementor-thumbnails-swiper {
    width: 88px;
    flex: 0 0 88px;
  }
}

#product .elementor-element-ceac806 .elementor-widget-container,
#product .elementor-element-4c92a61 .elementor-main-swiper,
#product .elementor-element-8c5e7e0 .elementor-main-swiper {
  background: var(--pt-bg-soft);
  border-radius: var(--pt-radius);
}

#product .elementor-element-4c92a61 .elementor-main-swiper .elementor-carousel-image,
#product .elementor-element-8c5e7e0 .elementor-main-swiper .elementor-carousel-image {
  width: 100%;
  height: auto;
  display: block;
}
#product .elementor-element-5c5ed2f { display: none; }

#product .ce-product-meta__reference {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pt-text-muted);
}

#product .elementor-element-1a09d1a { order: -3; margin-bottom: 0; }

#product .ce-product-name,
#product .elementor-element-f214470 .elementor-heading-title {
  font-family: 'FuturaPTBook', 'FuturaPTLight', sans-serif !important;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: var(--pt-text) !important;
  margin: 0 0 0.5rem !important;
  text-align: left !important;
}

/* --- Bloque compra unificado (precio + talla + rating) --- */
#product .pasitrote-buy-panel {
  margin: 0.65rem 0 1.35rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid var(--pt-border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

#product .pasitrote-rating-compact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  font-size: 0.84rem;
  color: var(--pt-text-muted);
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #f0f0f0;
}

#product .pasitrote-rating-compact:empty {
  display: none;
  padding: 0;
  border: 0;
}

#product .pasitrote-rating-compact__stars {
  display: inline-flex;
  gap: 1px;
  color: #f5a623;
  letter-spacing: 0;
  font-size: 0.95rem;
  line-height: 1;
}

#product .pasitrote-star.is-full { color: #f5a623; }
#product .pasitrote-star.is-half { opacity: 0.45; }
#product .pasitrote-star:not(.is-full):not(.is-half) { color: #ddd; }

#product .pasitrote-rating-compact__score {
  font-weight: 600;
  color: var(--pt-text);
  font-size: 0.9rem;
}

#product .pasitrote-rating-compact__sep {
  color: #ccc;
}

#product .pasitrote-rating-compact__link {
  color: var(--pt-lavender-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.82rem;
}

#product .pasitrote-rating-compact__link:hover {
  color: var(--pt-lavender);
}

#product .pasitrote-price-block .elementor-element-9399baa,
#product .pasitrote-price-block.elementor-element-9399baa {
  text-align: left !important;
  margin: 0 !important;
}

#product .pasitrote-price-block .ce-product-prices,
#product .pasitrote-buy-panel .ce-product-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  justify-content: flex-start !important;
}

#product .pasitrote-price-block .ce-product-price-regular,
#product .pasitrote-buy-panel .ce-product-price-regular {
  font-size: 0.95rem !important;
  color: var(--pt-text-muted) !important;
  text-decoration: line-through;
  order: 1;
}

#product .pasitrote-price-block .ce-product-price,
#product .pasitrote-buy-panel .ce-product-price {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  color: var(--pt-text) !important;
  order: 2;
  line-height: 1.1;
}

#product .pasitrote-price-block .ce-product-badge-sale-percentage,
#product .pasitrote-buy-panel .ce-product-badge-sale-percentage {
  background: var(--pt-discount) !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 999px !important;
  order: 3;
  align-self: center;
}

#product .pasitrote-price-block .ce-tax-shipping-delivery-label,
#product .pasitrote-buy-panel .ce-tax-shipping-delivery-label {
  flex: 0 0 100%;
  font-size: 0.75rem !important;
  color: var(--pt-text-muted) !important;
  order: 4;
  margin-top: 0.1rem;
}

#product .pasitrote-buy-panel br,
#product .pasitrote-price-block br,
#product .elementor-element-9399baa br {
  display: none !important;
}

/* Guía de tallas compacta */
#product .pasitrote-size-tip,
#product .pasitrote-buy-panel .elementor-element-8a8dc30 {
  margin: 0 !important;
}

#product .pasitrote-size-tip .elementor-widget-container,
#product .pasitrote-size-tip .elementor-text-editor {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#product .pasitrote-size-tip__inner {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  background: var(--pt-lavender-soft);
  border: 1px solid #d8deef;
  border-radius: var(--pt-radius-sm);
}

#product .pasitrote-size-tip__icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pt-lavender);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

#product .pasitrote-size-tip__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pt-lavender-dark);
  margin-bottom: 0.2rem;
}

#product .pasitrote-size-tip__text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--pt-text);
}

#product .pasitrote-size-tip__text strong {
  color: var(--pt-lavender-dark);
  font-weight: 600;
}

#product .pasitrote-size-tip__link {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pt-lavender-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

#product .pasitrote-size-tip__link:hover {
  color: var(--pt-lavender);
}

/* Opiniones completas al final */
#product .pasitrote-reviews-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pt-border);
}

#product .pasitrote-reviews-section__title {
  font-family: 'FuturaPTBook', 'FuturaPTLight', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: var(--pt-text) !important;
  margin: 0 0 1rem !important;
  text-transform: none !important;
  letter-spacing: 0.02em;
}

#product .elementor-element-9c0ad5b {
  display: none !important;
}

#product .pasitrote-reviews-section .revi-wide__infoBlock,
#product .pasitrote-reviews-section .revi-minimal__layout {
  display: flex !important;
  visibility: visible !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 12px !important;
  border: 1px solid var(--pt-border) !important;
  box-shadow: none !important;
  background: #fff !important;
}

#product .pasitrote-reviews-section .revi-swiper__pagination {
  display: block !important;
  visibility: visible !important;
}

#product .ce-product-variants { text-align: left !important; }
#product .ce-product-variants__label {
  display: block;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

#product .ce-product-variants__patterns,
#product .ce-product-variants__options {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 0.45rem !important;
}

#product .ce-product-variants__option {
  min-width: 44px !important;
  height: 44px !important;
  line-height: 42px !important;
  border-radius: var(--pt-radius-sm) !important;
  border: 1px solid var(--pt-border) !important;
  background: #fff !important;
  color: var(--pt-text) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}

#product .ce-product-variants__radio:checked + .ce-product-variants__option,
#product .ce-product-variants__radio-wrapper input:checked ~ .ce-product-variants__option {
  border-color: var(--pt-lavender) !important;
  background: var(--pt-lavender-soft) !important;
  color: var(--pt-lavender-dark) !important;
}

#product .elementor-element-dcd21c3 .elementor-button {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--pt-lavender) !important;
  border-radius: var(--pt-radius-sm) !important;
  background: var(--pt-lavender) !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#product .elementor-element-dcd21c3 .elementor-button:hover {
  background: #fff !important;
  color: var(--pt-lavender) !important;
}

/* Otros colores como swatches con imagen (Pisamonas) */
#product .pasitrote-color-alternatives {
  margin: 0 0 1.25rem;
}

#product .pasitrote-color-alternatives__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}


#product .pasitrote-color-swatch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 68px;
  text-decoration: none;
  color: inherit;
  gap: 0.35rem;
}

#product .pasitrote-color-swatch-item .pasitrote-color-swatch {
  display: block;
  width: 56px;
  height: 56px;
}

#product .pasitrote-color-swatch__name {
  display: block;
  width: 100%;
  font-size: 0.62rem;
  line-height: 1.25;
  text-align: center;
  color: var(--pt-text-muted);
  text-transform: capitalize;
  word-break: break-word;
}

#product .pasitrote-color-swatch-item.is-active .pasitrote-color-swatch__name,
#product .pasitrote-color-swatch-item:hover .pasitrote-color-swatch__name {
  color: var(--pt-lavender-dark);
  font-weight: 600;
}

#product .pasitrote-color-swatch-item.is-active .pasitrote-color-swatch,
#product .pasitrote-color-swatch-item:hover .pasitrote-color-swatch {
  border-color: var(--pt-lavender);
  box-shadow: 0 0 0 1px var(--pt-lavender);
}

#product .pasitrote-color-alternatives__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#product .pasitrote-color-swatch {
  display: block;
  width: 56px;
  height: 56px;
  border: 2px solid var(--pt-border);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.15s;
}

#product .pasitrote-color-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product .pasitrote-color-swatch.is-active,
#product .pasitrote-color-swatch:hover {
  border-color: var(--pt-lavender);
  box-shadow: 0 0 0 1px var(--pt-lavender);
}

#product .elementor-element-54729fc.otrocolor {
  display: none !important;
}

#product .ce-product-description-short {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: var(--pt-text-muted) !important;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pt-border);
}

#product .elementor-element-ef1d062 .social-sharing { display: none; }
#product .contenedor-paypal { margin-left: 0 !important; }

@media (max-width: 991px) {
  #product .elementor-element-3221295 > .elementor-container { gap: 1.25rem; }
}

/* Ocultar selector Color nativo cuando hay swatches con imagen */
#product .pasitrote-color-alternatives ~ .elementor-element-d6e652c .ce-product-variants__item:first-child,
#product .pasitrote-color-alternatives + * .ce-product-variants__item:first-child {
  display: none !important;
}

#product .ce-product-variants:has(+ *) .ce-product-variants__item:has(.ce-product-variants__patterns) {
  display: none;
}
#product .pasitrote-color-alternatives + .elementor-element-d6e652c .ce-product-variants__item:has(.ce-product-variants__patterns) {
  display: none !important;
}

/* --- Barra de ventajas (trust bar) --- */
.pasitrote-trust-bar {
  background: #fff;
  border-top: 1px solid var(--pt-border, #e8e8e8);
  border-bottom: 1px solid var(--pt-border, #e8e8e8);
}

.pasitrote-trust-bar__list {
  list-style: none;
  margin: 0;
  padding: 0.85rem 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.pasitrote-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.pasitrote-trust-bar__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--pt-lavender, #9dabd0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pasitrote-trust-bar__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.pasitrote-trust-bar__text {
  font-family: 'FuturaPTBook', 'FuturaPTLight', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--pt-text, #1a1a1a);
}

@media (min-width: 768px) {
  .pasitrote-trust-bar__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 0.95rem 0;
  }

  .pasitrote-trust-bar__item {
    justify-content: center;
    text-align: left;
  }

  .pasitrote-trust-bar__text {
    font-size: 0.72rem;
  }
}

@media (min-width: 1200px) {
  .pasitrote-trust-bar__text {
    font-size: 0.76rem;
    letter-spacing: 0.07em;
  }
}

/* --- Menú estilo Pisamonas --- */
@media (min-width: 992px) {
  body.pasitrote-menu-pisamonas #desktop-header .header-top {
    background: #fff;
    border-bottom: 1px solid var(--pt-border, #e8e8e8);
    padding: 0.65rem 0 0;
  }
  body.pasitrote-menu-pisamonas #desktop-header .header-top > .container > .row.align-items-center {
    flex-wrap: nowrap;
    align-items: center !important;
  }
  body.pasitrote-menu-pisamonas #desktop-header .col-header-left { display: none; }
  body.pasitrote-menu-pisamonas #desktop-header .col-header-center {
    flex: 1 1 auto;
    text-align: left !important;
    max-width: none;
  }
  body.pasitrote-menu-pisamonas #desktop_logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }
  body.pasitrote-menu-pisamonas #desktop_logo .logo { width: 150px; height: auto; }
  body.pasitrote-menu-pisamonas .pasitrote-logo-tagline {
    font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pt-text-muted, #767676);
    line-height: 1;
  }
  body.pasitrote-menu-pisamonas #desktop-header .col-header-right .header-btn .title,
  body.pasitrote-menu-pisamonas #ps-shoppingcart .cart-toggle-details,
  body.pasitrote-menu-pisamonas #ps-shoppingcart .cart-separator,
  body.pasitrote-menu-pisamonas #ps-shoppingcart .info-wrapper { display: none !important; }
  body.pasitrote-menu-pisamonas #header-search-btn .header-btn,
  body.pasitrote-menu-pisamonas #header-user-btn .header-btn {
    width: 40px; height: 40px; padding: 0;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--pt-text, #1a1a1a); background: transparent; border: 0;
  }
  body.pasitrote-menu-pisamonas #ps-shoppingcart .header-cart-btn {
    width: 46px; height: 46px; padding: 0;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--pt-lavender, #9dabd0) !important;
    color: #fff !important; border-radius: 6px; border: 0;
  }
  body.pasitrote-menu-pisamonas #ps-shoppingcart .header-cart-btn .icon { font-size: 1.15rem; margin: 0; }
  body.pasitrote-menu-pisamonas .iqit-megamenu-container {
    background: #fff;
    border-bottom: 1px solid var(--pt-border, #e8e8e8);
    padding: 0; max-width: 100%;
  }
  body.pasitrote-menu-pisamonas .iqit-megamenu-container > .iqitmegamenu-wrapper,
  body.pasitrote-menu-pisamonas .iqit-megamenu-container .container-iqitmegamenu {
    max-width: 100%; width: 100%; padding: 0;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal { position: relative; background: #fff !important; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul {
    display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;
    float: none; width: 100%;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul > li { float: none; position: static; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul > li > a,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul > li > span.cbp-main-link {
    background: transparent !important; border: 0 !important; padding: 0 1rem;
    height: 100%; display: flex; align-items: center;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-tab-title {
    font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
    font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--pt-text, #1a1a1a); line-height: 1.2; padding: 0.95rem 0;
    border-bottom: 2px solid transparent; transition: border-color 0.2s ease, color 0.2s ease;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hropen > a .cbp-tab-title,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul > li > a:hover .cbp-tab-title,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrmenu > ul > li > a:focus .cbp-tab-title {
    border-bottom-color: var(--pt-lavender, #9dabd0);
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .pasitrote-menu-sale > a .cbp-tab-title { color: var(--pt-discount, #d64545); }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .pasitrote-menu-sale.cbp-hropen > a .cbp-tab-title,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .pasitrote-menu-sale > a:hover .cbp-tab-title {
    border-bottom-color: var(--pt-discount, #d64545); color: var(--pt-discount, #d64545);
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-submenu-aindicator { display: none !important; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrsub {
    left: 0 !important; right: 0 !important; width: 100% !important; max-width: 100% !important; padding: 0 !important;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrsub-inner {
    border: 0 !important; border-top: 1px solid #eee !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    padding: 1.35rem 0 1.75rem !important; background: #fff !important;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .iqitmegamenu-submenu-container { max-width: 1140px; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-menu-column { margin-top: 0; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-menu-column-inner p { margin: 0 0 0.15rem !important; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrsub-inner a,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-category-title {
    font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
    font-size: 0.76rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pt-text, #1a1a1a) !important; text-decoration: none; display: block;
    padding: 0.42rem 0; line-height: 1.35; background: transparent !important; border: 0 !important;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-hrsub-inner a:hover,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-category-title:hover {
    color: var(--pt-lavender-dark, #7f8eb8) !important;
  }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-banner-image,
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-menu-column-inner img { display: none !important; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-categories-row { margin-top: 0; }
  body.pasitrote-menu-pisamonas #iqitmegamenu-horizontal .cbp-categories-row > div { margin-top: 0; }
}

/* --- Opiniones estilo Pisamonas --- */
.pasitrote-reviews-showcase {
  padding: 2.5rem 0 2rem !important;
  background: #fff;
}

.pasitrote-reviews-showcase__title {
  font-family: "FuturaPTBook", "FuturaPTLight", sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  text-align: center !important;
  margin-bottom: 1.75rem !important;
  color: var(--pt-text, #1a1a1a) !important;
}

.pasitrote-reviews-showcase .elementor-element-4e9263f .elementor-widget-container {
  position: relative;
  padding: 0 2.5rem;
}

.pasitrote-reviews-showcase .elementor-image-carousel-wrapper {
  overflow: visible;
}

.pasitrote-reviews-showcase .slick-list {
  overflow: hidden;
}

.pasitrote-reviews-showcase .slick-slide {
  height: auto;
}

.pasitrote-reviews-showcase .slick-slide > div,
.pasitrote-reviews-showcase .slick-slide-inner,
.pasitrote-reviews-showcase .elementor-testimonial-wrapper {
  height: 100%;
}

.pasitrote-review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem 0.5rem;
  min-height: 280px;
}

.pasitrote-review-score {
  font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
  color: var(--pt-text, #1a1a1a);
  line-height: 1;
  margin-bottom: 0.55rem;
}

.pasitrote-review-score strong {
  font-size: 2rem;
  font-weight: 600;
}

.pasitrote-review-score span {
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--pt-text-muted, #767676);
}

.pasitrote-review-score-line {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--pt-lavender, #9dabd0);
  margin: 0 0 1rem;
}

.pasitrote-review-quote {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--pt-lavender, #9dabd0);
  margin-bottom: 0.35rem;
  font-family: Georgia, serif;
}

.pasitrote-review-content {
  font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--pt-text, #1a1a1a);
  margin: 0 0 1rem;
  max-width: 26rem;
}

.pasitrote-review-stars {
  color: var(--pt-lavender, #9dabd0);
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
}

.pasitrote-review-author {
  font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pt-text, #1a1a1a);
}

.pasitrote-review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #bbb;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.pasitrote-review-arrow:hover {
  color: var(--pt-lavender-dark, #7f8eb8);
}

.pasitrote-review-arrow--prev { left: 0; }
.pasitrote-review-arrow--next { right: 0; }

.pasitrote-reviews-cta {
  text-align: center;
  margin-top: 1.75rem;
}

.pasitrote-reviews-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  background: var(--pt-lavender, #9dabd0);
  color: #fff !important;
  font-family: "FuturaPTBook", "FuturaPTLight", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.pasitrote-reviews-cta__btn:hover {
  background: var(--pt-lavender-dark, #7f8eb8);
  color: #fff !important;
}

/* Revi en ficha producto */
#product .pasitrote-revi-pisamonas {
  padding: 2rem 0 0;
  border-top: 1px solid var(--pt-border, #e8e8e8);
}

#product .pasitrote-revi-pisamonas .pasitrote-reviews-section__title {
  text-align: center;
  font-size: 1.05rem !important;
  margin-bottom: 1.25rem !important;
}

#product .pasitrote-revi-pisamonas .revi-wide__infoBlock,
#product .pasitrote-revi-pisamonas .revi-minimal__layout {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

#product .pasitrote-revi-pisamonas .revi-swiper__pagination {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .pasitrote-reviews-showcase .elementor-element-4e9263f .elementor-widget-container {
    padding: 0 1.75rem;
  }

  .pasitrote-review-card { min-height: 240px; padding: 0 0.25rem; }

  .pasitrote-reviews-cta__btn { min-width: 100%; max-width: 320px; }
}
