.goad-breadcrumb-wrap {
  background-color: #F7F8FE;
  padding: 15px 0;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}

.goad-breadcrumb-wrap .woocommerce-breadcrumb.goad-breadcrumb {
  margin-bottom: 0;
}

.goad-product__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 45px;
}

.goad-product__summary {
  font-family: 'Rubik', sans-serif;
  position: sticky;
  top: var(--stickyTop, 96px);
  align-self: start;
  padding: 35px;
}

.goad-gallery4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.goad-gallery4__item {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
}

.goad-gallery4__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.goad-gallery4__item a {
  display: block;
  height: 100%;
}

/*Si quieres que la primera imagen sea más protagonista (opcional):*/
/* .goad-gallery4__item:nth-child(1){ grid-column: 1 / span 2; } */

/* Bloquea scroll del body cuando está abierto */
html.goad-lightbox-open,
html.goad-lightbox-open body {
  overflow: hidden;
}

.goad-lightbox[aria-hidden="true"] {
  display: none;
}

.goad-lightbox[aria-hidden="false"] {
  display: block;
}

.goad-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.goad-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .75);
}

.goad-lightbox__dialog {
  position: absolute;
  inset: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goad-lightbox__img {
  max-width: 92vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 10px;
}

.goad-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.goad-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 34px;
  cursor: pointer;
}

.goad-lightbox__prev {
  left: 18px;
}

.goad-lightbox__next {
  right: 18px;
}

.goad-gallery4__actions {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.goad-gallery4__loadmore {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #cfd3ea70;
  background: #f7f8ff;
  color: #313344;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}


.goad-summary__brand-logo {
  width: 135px;
  display: block;
}

.goad-summary__brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce div.product .product_title {
  font-family: 'Rubik', sans-serif;
  color: #313344;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.goad-product__summary .woocommerce-product-details__short-description p {
  color: #4e516a;
  /*#313344*/
  font-size: 15px;
}

/* Reglas de precio del summary anterior eliminadas:
   ahora todo el precio se controla en el bloque .daher-summary__price-box */

.woocommerce div.product .goad-product__summary form.cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.woocommerce div.product .goad-product__summary form.cart div.quantity,
.woocommerce div.product .goad-product__summary form.cart .button {
  width: 100%;
  /* padding: 10px; */
}

.woocommerce div.product .goad-product__summary form.cart .button {
  background-color: #659DBD;
  padding: 15px;
}


/* Contenedor del qty */
.single-product form.cart .goad-qty {
  display: flex;
  align-items: stretch;
  border: 1px solid #f7f8ff;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f8ff;
}

/* Quita estilos del wrapper nativo para que no rompa */
.single-product form.cart .goad-qty .quantity {
  margin: 0;
  display: block;
}

/* Botones */
.single-product form.cart .goad-qty__btn {
  width: 56px;
  min-width: 56px;
  border: 0;
  background: #f7f8ff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.single-product form.cart .goad-qty__btn:active {
  transform: scale(0.98);
}

/* Input */
.single-product form.cart .goad-qty input.qty {
  width: 100%;
  border: 0 !important;
  text-align: center;
  font-size: 18px;
  outline: none;
  box-shadow: none !important;
  background-color: #f7f8ff;
  padding: 6px;
}

/* Quita spinners */
.single-product form.cart .goad-qty input[type=number]::-webkit-outer-spin-button,
.single-product form.cart .goad-qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product form.cart .goad-qty input[type=number] {
  -moz-appearance: textfield;
}

.goad-summary__meta .product_meta {
  display: flex;
  flex-direction: column;
  color: #4e516a;
}

.goad-summary__meta .product_meta span {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
}

.goad-summary__meta .product_meta span>* {
  font-weight: 400;
  text-decoration: none;
}

.goad-summary__meta .product_meta span a {
  color: #659DBD;
}

.goad-summary__meta .product_meta span.sku_wrapper {
  visibility: hidden;
}


.reservation-info {
  background-color: #649dbd21;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 15px;
  border-left: 5px solid #649dbd;
  font-size: 14px !important;
}

.reservation-info strong {
  color: var(--color-primario) !important;
}


/* PRODUCT BOTTOM **/
.goad-product__bottom {
  background-color: #F7F8FE;
  padding: 40px;
}

.goad-product__bottom .tabs.wc-tabs {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.woocommerce div.product .goad-product__bottom .tabs.wc-tabs li {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  border: 0;
  padding: 5px 20px;
  background: none;
  width: 25%;
  text-align: center;
}

.woocommerce div.product .goad-product__bottom .tabs.wc-tabs li.active {
  border-bottom: 2px solid #649dbd;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: none;
}

.goad-product__bottom .woocommerce-Tabs-panel {
  font-family: 'Rubik', sans-serif !important;
  color: #4e516a;
  font-size: 15px;
}

.goad-product__bottom .woocommerce-Tabs-panel h2 {
  display: none;
}


.goad-product__bottom .woocommerce-Tabs-panel h4 {
  font-family: 'Rubik', sans-serif !important;
  color: #313344;
  font-size: 18px;
  font-weight: 700;
}

.goad-product__bottom .woocommerce-Tabs-panel iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.woocommerce .goad-product__bottom table.shop_attributes {
  width: 50%;
  margin: 20px auto;
}

.woocommerce .goad-product__bottom table.shop_attributes th {
  width: 50%;
}

.woocommerce .goad-product__bottom table.shop_attributes a {
  text-decoration: none;
  color: #649dbd;
}


/* Responsivo */
@media (max-width: 980px) {
  .goad-product__top {
    grid-template-columns: 1fr;
  }

  .goad-product__summary {
    position: static;
    top: auto;
  }

  /* Padding más compacto del bloque inferior en móvil. */
  .goad-product__bottom {
    padding: 24px 16px;
  }

  /* Tabs deslizables horizontalmente (sin cortar los títulos). */
  .woocommerce div.product .goad-product__bottom .tabs.wc-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -16px 8px;
    padding: 0 16px 6px;
  }

  .woocommerce div.product .goad-product__bottom .tabs.wc-tabs::-webkit-scrollbar {
    display: none;
  }

  .woocommerce div.product .goad-product__bottom .tabs.wc-tabs li {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 13px;
  }

  .woocommerce .goad-product__bottom table.shop_attributes th {
    width: 100%;
  }

  .woocommerce .goad-product__bottom table.shop_attributes {
    width: 90%;
  }
}


/* =============================================================
   Resumen sticky NUEVO (.daher-summary)
   ============================================================= */

.goad-product__summary:has(.daher-summary) {
  background: transparent;
  padding: 0;
}

.daher-summary {
  background: #fff;
  border: 1px solid #ecedf3;
  border-radius: 14px;
  padding: 28px 28px 24px;
  font-family: 'Rubik', sans-serif;
  color: #313344;
  box-shadow: 0 6px 24px -10px rgba(1, 27, 68, .12);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Marca */
.daher-summary__brand {
  margin: 0;
}

.daher-summary__brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primario, #011b44);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 14px;
  border-radius: 8px;
  line-height: 1;
}

/* Cuando hay imagen de marca: sin fondo, solo el logo. */
.daher-summary__brand-pill--image {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.daher-summary__brand-pill--image img {
  height: 45px;
  width: auto;
  max-width: 140px;
  display: block;
  filter: none;
}

/* Título */
.woocommerce div.product .daher-summary .product_title.daher-summary__title {
  font-family: 'Rubik', sans-serif;
  color: var(--color-primario, #011b44);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.15;
  margin: 0;
}

/* Atributos */
.daher-summary .daher-summary__attrs {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 15px;
  line-height: 1.4;
  color: #4e516a;
}

.daher-summary .daher-summary__attr-label {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-transform: none;
  letter-spacing: 0;
}

.daher-summary .daher-summary__attr-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primario, #011b44);
}

.daher-summary .daher-summary__attr-extra {
  font-size: 14px;
  font-weight: 500;
  color: #4e516a;
}

.daher-summary .daher-summary__sep {
  color: #cfd3ea;
  margin: 0 2px;
}

/* SKU del producto */
.daher-summary .daher-summary__sku {
  margin: 6px 0 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.daher-summary .daher-summary__sku-label {
  font-weight: 600;
  color: #6b7280;
}

.daher-summary .daher-summary__sku-value {
  font-weight: 600;
  color: #4e516a;
  letter-spacing: .02em;
}

/* Rating */
.daher-summary__rating {
  margin: 0;
}

.daher-summary__rating .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.daher-summary__rating .star-rating {
  color: #f5a623;
}

.daher-summary__rating .woocommerce-review-link {
  color: #4e516a;
  font-size: 14px;
  text-decoration: none;
}

/* Precio box */
.daher-summary .daher-summary__price-box {
  background: #f7f8fe;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.daher-summary .daher-summary__price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
}

/* Precio actual */
.daher-summary .daher-summary__price,
.daher-summary .daher-summary__price .woocommerce-Price-amount,
.daher-summary .daher-summary__price .woocommerce-Price-amount.amount,
.daher-summary .daher-summary__price bdi {
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--color-primario, #011b44);
  line-height: 1;
  text-decoration: none;
}

/* Pill % OFF */
.daher-summary .daher-summary__price-pct {
  background: rgba(236, 1, 6, .12);
  color: var(--color-secundario, #ec0106);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: .04em;
  line-height: 1;
}

/* Antes: $XX (chico, gris, tachado) */
.daher-summary .daher-summary__price-old {
  margin: 0;
  font-size: 13px;
  color: #98a0b3;
  font-weight: 500;
}

.daher-summary .daher-summary__price-old del,
.daher-summary .daher-summary__price-old del bdi,
.daher-summary .daher-summary__price-old del .woocommerce-Price-amount,
.daher-summary .daher-summary__price-old del .woocommerce-Price-amount.amount {
  color: #98a0b3;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

/* Ahorro: $XX por unidad (verde) */
.daher-summary .daher-summary__savings,
.daher-summary .daher-summary__savings strong,
.daher-summary .daher-summary__savings .woocommerce-Price-amount,
.daher-summary .daher-summary__savings .woocommerce-Price-amount.amount,
.daher-summary .daher-summary__savings bdi {
  font-size: 13px;
  font-weight: 700;
  color: #16a34a;
  line-height: 1.4;
  text-decoration: none;
}

/* Group label genérico */
.daher-summary__group-label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #6b7280;
  margin-bottom: 10px;
}

/* Cantidad */
.daher-summary__qty-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.daher-summary__qty-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #6b7280;
}

.daher-summary .daher-summary__qty {
  flex: 0 0 auto;
  width: 150px;
  border-radius: 10px;
}

/* Total */
.daher-summary__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 0 0;
  font-size: 14px;
  color: #4e516a;
}

.daher-summary__total strong,
.daher-summary__total strong .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-primario, #011b44);
}

/* Tipo de entrega */
.daher-delivery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.daher-delivery__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 2px solid #ecedf3;
  border-radius: 12px;
  background: #fff;
  transition: border-color .2s ease, background .2s ease;
}

.daher-delivery__item.is-active {
  border-color: var(--color-primario, #011b44);
  background: rgba(1, 27, 68, .03);
}

.daher-delivery__icon {
  flex: 0 0 auto;
  width: 32px;
  font-size: 22px;
  color: var(--color-primario, #011b44);
  text-align: center;
}

.daher-delivery__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.daher-delivery__body strong {
  color: var(--color-primario, #011b44);
  font-size: 15px;
  font-weight: 700;
}

.daher-delivery__item:not(.is-active) .daher-delivery__body strong {
  color: #313344;
}

.daher-delivery__body span {
  color: #6b7280;
  font-size: 13px;
}

.daher-delivery__dot {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #cfd3ea;
  position: relative;
}

.daher-delivery__item.is-active .daher-delivery__dot {
  border-color: var(--color-primario, #011b44);
  background: var(--color-primario, #011b44);
  box-shadow: inset 0 0 0 3px #fff;
}

.daher-summary__delivery-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #98a0b3;
  text-align: center;
}

/* Form general */
.daher-summary__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
}

/* Botones principales */
.woocommerce div.product .daher-summary .daher-summary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 18px;
  border: 0;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: filter .2s ease, transform .15s ease, opacity .2s ease;
  text-decoration: none;
}

.woocommerce div.product .daher-summary .daher-summary__btn i {
  font-size: 18px;
}

.woocommerce div.product .daher-summary .daher-summary__btn:hover {
  filter: brightness(.95);
}

.woocommerce div.product .daher-summary .daher-summary__btn:active {
  transform: scale(.99);
}

.woocommerce div.product .daher-summary .daher-summary__btn--cart {
  background: var(--color-secundario, #ec0106);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(236, 1, 6, .55);
}

.woocommerce div.product .daher-summary .daher-summary__btn--buy {
  background: var(--color-primario, #011b44);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(1, 27, 68, .55);
}

.daher-summary__btn .fa-bolt {
  color: #ffd200;
}

.daher-summary__btn.is-loading {
  opacity: .7;
  pointer-events: none;
}

.daher-summary__btn.is-loading i {
  animation: daher-spin .8s linear infinite;
}

.daher-summary__btn.is-added i::before {
  content: "\f00c";
}

/* Trust badges */
.daher-trust {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.daher-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f7f8fe;
  border-radius: 10px;
  font-size: 13px;
  color: #4e516a;
}

.daher-trust__icon {
  flex: 0 0 auto;
  width: 22px;
  text-align: center;
  color: var(--color-primario, #011b44);
}

.daher-trust__icon .fa-recycle {
  color: #16a34a;
}

.daher-trust__icon .fa-lock {
  color: #6b7280;
}

.daher-trust__body strong {
  color: #313344;
  font-weight: 700;
  margin-right: 4px;
}

.daher-trust__sep {
  color: #c5cad9;
  margin: 0 4px;
}

/* =============================================================
   Banner instalación bajo galería (.daher-install)
   ============================================================= */
.daher-install {
  margin-top: 18px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--color-primario, #011b44);
  color: #fff;
  padding: 22px 24px;
  border-radius: 14px;
  font-family: 'Rubik', sans-serif;
  box-shadow: 0 12px 30px -14px rgba(1, 27, 68, .55);
}

.daher-install__icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.daher-install__content {
  flex: 1 1 auto;
}

.daher-install__title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.daher-install__desc {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.45;
}

.daher-install__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.daher-install__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: filter .2s ease, transform .15s ease;
}

.daher-install__btn:hover {
  filter: brightness(.95);
}

.daher-install__btn:active {
  transform: scale(.98);
}

.daher-install__btn--primary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
}

.daher-install__btn--primary:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.daher-install__btn--wa {
  background: #25d366;
  color: #fff;
}

.daher-install__btn--wa:hover {
  color: #fff;
}

/* Animación spinner reutilizable */
@keyframes daher-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 980px) {
  .daher-summary {
    padding: 22px 20px 20px;
  }

  .woocommerce div.product .daher-summary .product_title.daher-summary__title {
    font-size: 26px;
  }

  .daher-summary__price,
  .daher-summary__price .woocommerce-Price-amount {
    font-size: 28px;
  }

  .daher-summary__qty-block {
    justify-content: space-between;
  }

  .daher-install {
    flex-direction: column;
    align-items: stretch;
  }
}


/* =============================================================
   Galería: imagen principal + thumbnails (.daher-gallery)
   ============================================================= */

.daher-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Override del grid del gallery-4 anterior porque compartimos clase wrapper */
.daher-gallery.goad-gallery4 {
  display: flex;
  grid-template-columns: none;
}

.daher-gallery__main {
  position: relative;
  background:
    radial-gradient(ellipse 30% 6% at 50% 82%, rgba(1, 27, 68, .32) 0%, rgba(1, 27, 68, 0) 70%),
    radial-gradient(ellipse at 50% 60%, rgba(1, 27, 68, .08) 0%, rgba(1, 27, 68, 0) 55%),
    linear-gradient(135deg, #eef1fa 0%, #dde3ef 100%);
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  isolation: isolate;
}

.daher-gallery__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-secundario, #ec0106);
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 8px 14px;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 6px 14px -6px rgba(236, 1, 6, .55);
}

.daher-gallery__main-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 56px 64px;
  box-sizing: border-box;
}

.daher-gallery .daher-gallery__main .daher-gallery__main-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  transition: transform .3s ease;
}

.daher-gallery__main:hover .daher-gallery__main-img {
  transform: scale(1.04);
}

.daher-gallery__zoom {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
  color: var(--color-primario, #011b44);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.daher-gallery__main:hover .daher-gallery__zoom {
  opacity: 1;
}

.daher-gallery__caption {
  position: absolute;
  bottom: 14px;
  left: 18px;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4e516a;
  z-index: 2;
}

/* Thumbs */
.daher-gallery__thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.daher-gallery__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 10px;
  border: 2px solid #ecedf3;
  background: linear-gradient(135deg, #eef1fa 0%, #dde3ef 100%);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s ease, transform .15s ease;
}

.daher-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  display: block;
  mix-blend-mode: multiply;
}

.daher-gallery__thumb:hover {
  border-color: #cfd3ea;
}

.daher-gallery__thumb.is-active {
  border-color: var(--color-primario, #011b44);
  box-shadow: 0 6px 14px -6px rgba(1, 27, 68, .25);
}

@media (max-width: 980px) {
  .daher-gallery__main {
    aspect-ratio: 1 / 1;
  }

  .daher-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .daher-gallery__caption {
    bottom: 8px;
    left: 12px;
    font-size: 12px;
  }
}

@media (max-width: 540px) {
  .daher-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .daher-gallery__main-link {
    padding: 28px 28px 36px;
  }
}

/* =========================================================================
   Derecho a Retracto (SERNAC / Ley 19.496)
   ========================================================================= */

/* --- Aviso compacto bajo el botón de compra --------------------------- */
.daher-retracto-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #d6e3ef;
  background: #f3f8fc;
  border-radius: 10px;
  text-decoration: none;
  color: #0f2a3d;
  transition: background-color .15s ease, border-color .15s ease;
}

.daher-retracto-notice:hover,
.daher-retracto-notice:focus-visible {
  background: #e8f1f8;
  border-color: #b9d1e3;
  color: #0f2a3d;
}

.daher-retracto-notice.is-excluded {
  background: #fff8ec;
  border-color: #f0d9a6;
  color: #5b3d10;
}

.daher-retracto-notice.is-excluded:hover,
.daher-retracto-notice.is-excluded:focus-visible {
  background: #fdefd2;
  border-color: #e7c97a;
  color: #5b3d10;
}

.daher-retracto-notice__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1f6fa6;
  font-size: 14px;
}

.daher-retracto-notice.is-excluded .daher-retracto-notice__icon {
  color: #a47011;
}

.daher-retracto-notice__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-size: 13px;
}

.daher-retracto-notice__body strong {
  font-size: 13.5px;
  font-weight: 600;
}

.daher-retracto-notice__body span {
  opacity: .8;
  font-size: 12.5px;
  margin-top: 2px;
}

.daher-retracto-notice__chev {
  flex: 0 0 auto;
  font-size: 12px;
  opacity: .55;
}

/* --- Tab "Derecho a Retracto" en la ficha de producto ---------------- */
.daher-retracto {
  font-size: 15px;
  line-height: 1.6;
  color: #1a2a3a;
  max-width: 860px;
}

.daher-retracto__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
}

.daher-retracto__title i {
  color: #1f6fa6;
}

.daher-retracto__lead {
  background: #f3f8fc;
  border-left: 4px solid #1f6fa6;
  padding: 12px 14px;
  border-radius: 6px;
  margin: 0 0 18px;
}

.daher-retracto h3 {
  margin: 22px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.daher-retracto__steps {
  padding-left: 20px;
  margin: 0 0 18px;
}

.daher-retracto__steps>li {
  margin-bottom: 10px;
}

.daher-retracto__steps ul {
  margin: 6px 0 0;
  padding-left: 18px;
}

.daher-retracto__list {
  padding-left: 20px;
  margin: 0 0 18px;
}

.daher-retracto__list li {
  margin-bottom: 6px;
}

.daher-retracto__alert {
  border-radius: 8px;
  padding: 14px 16px;
  margin: 0 0 18px;
}

.daher-retracto__alert--warn {
  background: #fff8ec;
  border: 1px solid #f0d9a6;
  color: #5b3d10;
}

.daher-retracto__alert strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.daher-retracto__alert p {
  margin: 0;
}

.daher-retracto__footer {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #e6ecf2;
  font-size: 13.5px;
  color: #506377;
}

.daher-retracto a {
  color: #1f6fa6;
  text-decoration: underline;
}

.daher-retracto a:hover {
  color: #144d75;
}

/* =========================================================================
   Selector de Sets de neumáticos (X1 / SET X2 / SET X4)
   ========================================================================= */
.daher-sets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 4px;
}

.daher-sets__label {
  font-size: 13px;
  font-weight: 600;
  color: #4e516a;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.daher-sets__options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.daher-sets__btn {
  flex: 1 1 0;
  min-width: 88px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px 14px;
  border: 2px solid #e4e8ef;
  background: #fff;
  color: #1f2538;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.daher-sets__btn:hover {
  border-color: #c8d0e0;
  background: #f7f8ff;
}

.daher-sets__btn.is-active {
  border-color: #f4c30a;
  background: #fff8d6;
  color: #1f2538;
  box-shadow: 0 0 0 1px #f4c30a inset;
}

.daher-sets__btn[data-set-qty="1"].is-active {
  border-color: #c8d0e0;
  background: #eef0f6;
  box-shadow: none;
}

.daher-sets__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.daher-sets__pct {
  font-size: 11px;
  font-weight: 700;
  color: #c0392b;
  text-transform: none;
  letter-spacing: 0;
}

/* Bloqueo del input quantity cuando hay set activo. */
.daher-qty.is-locked .daher-qty__input {
  background: #f4f4f4;
  cursor: not-allowed;
}

.daher-qty.is-locked .daher-qty__btn {
  opacity: .5;
  pointer-events: none;
}

@media (max-width: 480px) {
  .daher-sets__btn {
    min-width: 72px;
    padding: 9px 10px;
  }

  .daher-sets__title {
    font-size: 12px;
  }

  .daher-sets__pct {
    font-size: 10px;
  }
}

/* Descripción corta en el resumen del producto */
.daher-summary__short-desc {
  margin: 6px 0 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.daher-summary__short-desc p:last-child {
  margin-bottom: 0;
}


/* Botón "Ficha técnica" (PDF o imagen) */
.daher-datasheet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1.5px solid var(--color-primario, #011b44);
  border-radius: 10px;
  background: #fff;
  color: var(--color-primario, #011b44);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}

.daher-datasheet:hover {
  background: var(--color-primario, #011b44);
  color: #fff;
}

.daher-datasheet i {
  font-size: 1.05em;
}

.daher-datasheet--large {
  width: 100%;
  justify-content: center;
  margin: 4px 0 8px;
}

.daher-datasheet--card {
  font-size: 13px;
  padding: 8px 12px;
}


/* Cuotas sin interés (colapsable) en el resumen del producto */
.daher-cuotas {
  margin: 4px 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.daher-cuotas__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  background: var(--color-primario, #011b44);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.daher-cuotas__head::-webkit-details-marker {
  display: none;
}

.daher-cuotas__head-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.daher-cuotas__chev {
  transition: transform .2s ease;
}

.daher-cuotas[open] .daher-cuotas__chev {
  transform: rotate(180deg);
}

.daher-cuotas__body {
  padding: 14px 16px;
}

.daher-cuotas__body p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.4;
}

.daher-cuotas__body p:last-of-type {
  margin-bottom: 10px;
}

.daher-cuotas__val {
  color: var(--color-primario, #011b44);
  font-weight: 700;
}

.daher-cuotas__logo {
  height: 26px;
  width: auto;
}


/* Aviso "Disponible después de 72 horas" (Michelin) */
.daher-aviso-72 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
  color: #bb0404;
  font-weight: 700;
  font-size: 14px;
}

.daher-aviso-72--cat {
  margin: 0 0 16px;
}