/** Shopify CDN: Minification failed

Line 7960:10 Expected identifier but found whitespace
Line 7960:11 Unexpected "0"

**/
product-info {
  display: block;
}

.product-page {
  position: relative;
  overflow: clip;
  /* aísla el stacking context: evita que el sticky de la columna info sobresalga a secciones externas */
}

.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
  position: relative;
}

@media (min-width: 750px) {
  .product__media-wrapper {
    width: 640px !important;
    min-width: 640px !important;
    max-width: 640px !important;
    flex: 0 0 640px !important;
  }
}

@media screen and (min-width: 750px) {

  /* align-self: start es la clave: la columna derecha solo ocupa su propia altura de contenido,
     no se estira al alto de la galería. Así el sticky se desactiva cuando el panel de info
     sale del viewport, sin solaparse con Bundles ni otras secciones. */
  .product__info-wrapper {
    align-self: flex-start;
    height: 1362.92px !important;
    max-height: 1362.92px !important;
  }
  
  .product__info-container > * {
    max-width: 410px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .product__column-sticky {
    display: block;
    position: sticky;
    top: 0;
    z-index: 0;
  }

  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }

  .product--right .product__media-list {
    margin-bottom: 2rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    height: 100%;
    overflow-y: scroll;
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 40%;
    margin: 0 auto;
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow:
    0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow:
    0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button+.shopify-payment-button__button--hidden {
  display: none;
}

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

.product-form__input {
  flex: 0 0 100%;
  padding: 20px 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.product-form__input .form__label {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-form__input_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__submit {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 20px 0;
  text-transform: uppercase;
  overflow: hidden;
}

.product-form__submit svg {
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-form__submit.loading {
  pointer-events: none;
  opacity: 0.8;
  position: relative;
  color: transparent;
}

.product-form__submit.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid #000;

  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.product-msi-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7f4f7;
  padding: 10px;
}

.product-msi-container__text {
  font-size: 10px;
  margin: 0;
  margin-bottom: 5px;
}

.product-msi-container__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-msi-container__icon img {
  object-fit: contain;
}

.preorder-btn_submit {
  background-color: #44271f !important;
}

/* Barra informativa de preventa — flota sobre el margen superior del botón,
   sin ocupar espacio en el flujo → cero salto al cambiar de preventa a normal */
.pdp-preorder-info {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 18px 0;
  font-size: 10px;
  color: #555;
  white-space: nowrap;
  pointer-events: auto;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  max-width: 100%;
  box-sizing: border-box;
}

.pdp-preorder-info[hidden] {
  display: none !important;
}

.pdp-preorder-info__ship {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  min-width: 0;
  cursor: pointer;
}

.pdp-preorder-info__ship-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.pdp-preorder-info__ship.is-empty {
  display: none;
}

.pdp-preorder-info__truck {
  flex-shrink: 0;
  color: #111;
  margin-left: 2px;
}

.pdp-preorder-info__sep {
  width: 1px;
  height: 14px;
  background: #ccc;
  flex-shrink: 0;
}

.pdp-preorder-info__sep.is-hidden {
  display: none;
}

.pdp-preorder-info__how {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 10px;
  color: #555;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  white-space: nowrap;
  outline: none;
  flex: 0 0 auto;
}

.pdp-preorder-info__how:hover {
  color: #000;
}

.pdp-preorder-info__i {
  flex-shrink: 0;
}

.preorder-message {
  display: none !important;
}

@media (max-width: 767px) {
  .pdp-preorder-info {
    justify-content: center;
    font-size: 7px;
    gap: 1px;
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    box-sizing: border-box;
  }
  .pdp-preorder-info__how {
    font-size: 7px;
    gap: 1px;
  }
  .pdp-preorder-info__how svg.pdp-preorder-info__i {
    width: 10px !important;
    height: 10px !important;
  }
  .pdp-preorder-info__ship {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    flex-wrap: nowrap;
    flex: 0 1 auto;
    min-width: 0;
  }
  .pdp-preorder-info__ship-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  .pdp-preorder-info__ship svg.pdp-preorder-info__truck {
    width: 12px !important;
    height: 12px !important;
  }
  .vardo-size-stock {
    font-size: 10px !important;
  }
  .pdp-stock-qty-text {
    font-size: 9px !important;
    margin-left: 4px !important;
  }
}


@media (min-width: 1200px) {
  .product-form__submit {
    font-size: 12px;
  }
}

.product-form__submit p {
  padding: 0 3px;
  margin: 0 3px;
  border-left: solid 1px #fff;
}

.product-review-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
  padding: 1em;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 90%;
  margin: 20px auto;
}

.product-review-top h4 {
  margin: 10px auto;
  font-size: 12px;
}

.product-review-top p {
  margin: 0 auto;
  font-size: 10px;
}

.product-form__submit[aria-disabled="true"]+.shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  width: 100%;
}

/* Evita que cualquier bloque de la columna de info se recorte contra el borde:
   todo respeta el ancho de la columna y el texto largo se ajusta en lugar de
   desbordar (recordar que .product-page usa overflow: clip / overflow-x: auto).

   Clave: los items flex tienen por defecto min-width:auto y se NIEGAN a encoger
   por debajo de su contenido, empujando el ancho del contenedor más allá de la
   columna visible. Forzamos min-width:0 en toda la cadena del selector de
   variantes para que pueda encoger y envolver en lugar de recortarse. */
.product__info-container .product-form,
.product__info-container .product-form__input,
.product__info-container .product-form__input--pill,
.product__info-container .product-form__input--pill__wrapper,
.product__info-container .product-form__input--pill__swatches,
.product__info-container .vardo-inventory-wrapper,
.product__info-container fieldset {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Fila de píldoras: ocupa el ancho de la columna pero reservando un pequeño
   margen a la derecha (igual que el enlace "Guía de tallas"), para que el último
   botón (p. ej. XL) llegue casi hasta el borde sin tocarlo ni recortarse contra
   el filo del contenedor de scroll. box-sizing: border-box hace que el
   padding-right reste del 100%, así nunca desborda. */
.product__info-container .product-form__input--pill__swatches {
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 16px !important;
}

/* Los swatches de color conservan su tamaño fijo (no se estiran). */
.product__info-container .label-button-swatch {
  flex: 0 1 auto !important;
}

.product__info-container .product-form {
  width: 100%;
}

.product-form-container {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #a4a4a4;
}

.product__easy-checkout-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}

.product__media-mobile-price-ofer {
  background-color: #d04a3c;
  color: #fff;
  border-radius: 10px;
  padding: 0 15px;
  width: fit-content;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 750px) {
  .product-form-container {
    padding: 0 10px;
    border-top: none;
    height: fit-content;
    position: static;
  }
}

.product__description {
  margin: 10px auto;
}

.product__description p {
  color: #111;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
}

.see-more-btn {
  color: #828282;
  cursor: pointer;
  font-weight: 500;
}

.product__description {
  /* overflow: hidden; removed to show full description */
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title>* {
  margin: 0;
}

.product__title>a {
  display: none;
}

.product__title-content {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #8e8c8c;
  padding: 10px 0;

  @media (min-width: 750px) {
    padding: 0 0 20px;
  }
}

.product__title-container {
  display: flex;
  flex-direction: column;
}

.product__title-container .product__title--material {
  margin-bottom: 5px;
  font-size: 12px;
}

.product__title-container h1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.product__title-reviews,
.product-reviews-top {
  display: flex;
  flex-flow: row wrap;
  font-size: 10px;
  color: #828282;
  margin-bottom: 10px;
}

.product__title--sales-last-30-days {
  font-size: 8px;
  color: #cca263;
  margin-bottom: 10px;
  background-color: #f6edd9;
  width: fit-content;
  padding: 2px 3px;
  border-radius: 7px;
}

.product-reviews-top {
  align-items: center;
  margin-bottom: 5px;
}

@media (min-width: 750px) {
  .product-reviews-top {
    display: none;
  }
}

.product-reviews-bases-top {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 0;
}

.product-reviews-bases-top a svg {
  object-fit: contain;
  width: 100%;
  max-width: 100px;
  margin: 0 auto 10px;
}

.product__title-reviews a,
.product-reviews-top a {
  text-decoration: none;
  color: #828282;
  margin-left: 5px;
}

.product__title+.product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing+.product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .badge {
  margin-bottom: 0.5rem;
}

.product .price__container {
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 100%;
    margin: 0;
    height: 1362.92px !important;
    max-height: 1362.92px !important;
    overflow-y: auto;
    position: sticky;
    top: 30px;
    z-index: 2;
  }

  .product__info-container::-webkit-scrollbar {
    width: 6px;
  }

  .product__info-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container>*:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form>.form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product--no-media .product__info-container>modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  text-align: center;
}

.image-magnify-full-size {
  cursor: none !important;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: none !important;
}

.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {

  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content>.product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content>.product__media-item--variant:first-child {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  transition:
    color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: none !important;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item>* {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: "";
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

@media (forced-colors: active) {

  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: auto;
}

.product-media-modal__content {
  max-height: auto;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content>*:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 0 !important;
  }

  .product-media-modal__content>*:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {

  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content>* {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: #b7b5b1;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 0 !important;
  }

  .product-media-modal__content>* {
    width: 100%;
  }

  .product-media-modal__content>*+* {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 0 !important;
  }

  .product-media-modal__content>*+* {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 0 !important;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
  color: #fff;
}

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info>* {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info>* {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media>* {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener>.loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {

  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {

  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

@media (forced-colors: active) {

  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product--no-media .product__inventory {
  justify-content: center;
}

.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: "#";
}

.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal svg+.h4,
.icon-with-text--horizontal img+.h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

.product__sku.visibility-hidden::after {
  content: "#";
}

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height),
      calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: 100%;
}

.product-media-container .media {
  padding-top: 500px;
}

@media (min-width: 768px) {
  .product-media-container .media {
    padding-top: var(--ratio-percent);
  }
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

.recipient-form {
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.recipient-form>input[type="checkbox"] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox>svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.recipient-form>input[type="checkbox"]:checked+label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form>input[type="checkbox"]:checked~.recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}

.recipient-form>input[type="checkbox"]:not(:checked, :disabled)~.recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields>hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox>svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form>input[type="checkbox"]:checked+label .icon-checkmark {
    border: none;
  }
}

.product-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.product-header-title {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

.product-header-title h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}

.product-header-price {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.product-header-price span {
  margin-left: 10px;
  font-size: 1.3rem;
}

@media (min-width: 750px) {
  .product-header-price span {
    font-size: 1.75rem;
  }
}

span.compare-price-product-header {
  color: #898989;
  text-decoration: line-through;
}

span.compare-price-product-budget-ahorro {
  background-color: #459749;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 1rem;
}

.product-header-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 750px) {
  .product-header {
    display: none;
  }
}

.product-header-stars-widget {
  width: 100px;
  display: flex;
  vertical-align: middle;
}

.product-header-stars-txt {
  margin-left: 5px;
  font-size: 12px;
  color: #000;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.product-header-tag {
  text-align: right;
}

.product__media-wrapper-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
  z-index: 2;
  font-size: 10px;
}

.product__media-wrapper-icon_temp {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 2;
}

.product__media-wrapper-icon_temp img {
  max-width: 90px;
  object-fit: contain;
}

.product__media-wrapper-tag-cow {
  background-color: #000;
  border: solid 1px #fff;
  display: flex;
  color: #fff;
  padding: 2px 15px;
  align-items: center;
  border-radius: 5px;
  font-size: 10px;
}

.product__media-wrapper-tag {
  background-color: #fff;
  color: #000;
  padding: 2px 15px;
  margin-right: 5px;
  border: solid 1px #000;
  border-radius: 5px;
}

.product__media-wrapper-tag-cow span {
  font-weight: 400;
  color: #fff;
}

.product__media-wrapper-tag-cow svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.product__media-wrapper-bottom {
  display: none;
  flex-flow: row;
  margin: 5px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 750px) {
  .product__media-wrapper-bottom {
    display: none;
  }
}

.product__media-mobile-title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.product__media-mobile-title p {
  font-weight: 500;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}

.product__media-mobile-title--material {
  font-weight: 300;
  font-size: 12px;
  color: #000;
}

.product__media-mobile-price {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.product__media-mobile-price--current {
  font-weight: 500;
  color: #000;
  margin-right: 5px;
  font-size: 12px;
}

.product__media-wrapper-bottom-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
  font-size: 12px;
  color: #000;
}

.product__media-mobile-price--compare {
  text-decoration: line-through;
  color: #898989;
  font-weight: 300;
  margin-right: 10px;
}

.product__media-wrapper-bottom-item svg {
  margin-right: 5px;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product__media-wrapper-paypal {
  margin: 5px 0;
}

.product__media-wrapper-paypal span {
  color: #000;
  font-size: 12px;
}

.product-form__input--pill__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-flow: row wrap;
}

.product-form__input--pill__swatches {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-form__input-bullets {
  width: 40%;
}

.product-form-example {
  font-size: 12px;
  color: #5f5f5f;
}

.sizes-btn {
  font-size: 10px;
  border: none;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  text-align: left;
  color: #3478f6;
  background: transparent;
  margin-bottom: 10px;
  padding: 0;
}

.sizes-btn span {
  text-decoration: underline;
  cursor: pointer;
}

.sizes-btn img {
  width: 20px;
  margin-right: 5px;
}

@media (min-width: 750px) {
  .sizes-btn {
    margin-left: 10px;
  }
}

.sizes-btn span {
  pointer-events: none;
}

.sizes-btn i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  margin-left: 3px;
  pointer-events: none;
}

.size-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #00000030;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.size-overlay-container {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  height: 100%;
  position: relative;
  padding: 16px;
  top: -100%;
  left: -110%;
}

.tallas-active .size-overlay-container {
  top: 0;
  left: 0;
}

.size-overlay-container {
  position: absolute;
  top: 0;
  background-color: #fff;
  overflow: visible;
  max-width: 425px;
}

.size-overlay-container {
  transition: all 0.5s ease-in-out;
  right: 100%;
}

.size-overlay-container .close-size-btn {
  position: absolute;
  top: 16px;
  right: 32px;
  background-color: #e4e4e4;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  border: none;
}

@media (min-width: 750px) {
  .tallas-active .size-overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: visible;
    max-width: none;
  }
}

.size-overlay.tallas-active {
  top: 0;
  opacity: 1;
}

.size-overlay-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.size-overlay-content h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.size-overlay-content-btns {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  background-color: rgb(238, 238, 238);
  border-radius: 100px;
  margin: 0 auto;
  width: fit-content;
}

.size-overlay-content-btns button {
  border: none;
  border-radius: 100px;
}

.bg-black {
  background-color: #000 !important;
  color: #fff !important;
}

.size-overlay-content-tables {
  overflow: visible;
  margin: 30px auto;
  width: 100%;
}

.size-overlay-content-tables table {
  border: none;
  border-collapse: inherit;
  box-shadow: none;
  margin: 0 auto;
}

.size-overlay-content-tables table .first-td {
  font-weight: 700;
  text-align: left;
  font-family: "Inter";
  font-size: 12px;
}

.table-size-btn {
  height: 40px;
  min-width: 40px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 1px 1px 2px 0px #bfbfbf;
  -moz-box-shadow: 1px 1px 2px 0px #bfbfbf;
  box-shadow: 1px 1px 2px #bfbfbf;
  color: #1e88e5 !important;
}

.size-overlay-content .text-blue {
  color: #1e88e5 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: center;
}

.size-overlay-content-tables-content {
  width: 100%;
}

#recomendationTable td {
  min-width: 200px;
  vertical-align: top;
}

.recomendation-table {
  flex-direction: column;
  width: 100%;
}

.recomendation-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #636363;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
}

.recomendation-item p {
  margin: 3px 0;
  line-height: 1.1;
  color: #636363;
}

.recomendation-item p span {
  color: #000;
}

.recomendation-item-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.product-size-container {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.product-size-container img {
  border-radius: 24px;
}

/* Estilos del carrusel de galeria (.image-product-gallery*, .list-images-product-gallery-*,
   .mobile-gallery-nav*) movidos a assets/product-media-carousel.css para poder
   reusarlos tal cual fuera de la PDP (ej. quick view). Ese archivo se carga
   globalmente en theme.liquid. */

.product-page-width {
  padding: 0 25px;
}

.mobie-hidden {
  display: none;
}

div#product__media-wrapper-tags {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.5s ease;
  pointer-events: none;
}

.product-discount_abs {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #cb3823;
  padding: 10px 5px;
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
}

@media (min-width: 750px) {
  .mobie-hidden {
    display: block;
  }

  .product-page-width {
    padding: 0 10px;
  }

  .product-discount_abs {
    top: 110px;
  }

  div#product__media-wrapper-tags {
    width: 50%;
    transform: translate(0) !important;
  }
}

.product-promo_buen_fin {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  display: flex;
}

.product-promo_buen_fin img {
  width: 100%;
  object-fit: contain;
}

.tallas-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 90%;
}

.tallas-content {
  font-size: 10px;
  border-radius: 10px;
  background-color: #f5f5f7;
  border: none;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 12px;
  width: 100%;
  margin-top: 10px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;

  @media (max-width: 400px) {
    margin-top: 20px;
  }
}

.tallas-cambio {
  display: flex;
  color: #1e88e5;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 12px;
  max-width: 100px;
}

.tallas-content div {
  width: 70%;
}

.tallas-content a {
  background: #000;
  border-radius: 5px;
  padding: 3px;
  display: flex;
  height: fit-content;
  width: fit-content;
  margin: 10px 0 0;
}

.tallas-content a img {
  width: 30px;
  height: 30px;
}

.tallas-content .tallas-content-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}

.tallas-content .tallas-content-text {
  font-weight: 400;
}

.tallas-content .tallas-content-text b {
  font-weight: 600;
}

.tallas-content button {
  position: absolute;
  top: 11px;
  right: 5px;
  border: none;
  background-color: transparent;
}

.tallas-content button .material-symbols-outlined {
  font-size: 16px;
  color: #3478f6;
}

#zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
}

button#zoom-modal-image-close {
  position: fixed;
  top: 20px;
  right: 20px;
  border: none;
  background: #ebebeb;
  border-radius: 100%;
  padding: 10px;
  display: flex;
}

button#zoom-modal-image-close svg {
  width: 14px;
  height: 14px;
}

.pill-button-help-container {
  margin: 0;
}

.pill-button-help {
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.pill-button-help svg {
  width: 16px;
  height: 16px;
}

.pill-button-help span {
  text-decoration: underline;
  color: #2e2e2e;
  font-size: 12px;
}

.product-shipping-box-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.product-shipping-box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  background: #fdf8f9;
  margin: 0 0 20px;
}

.product-shipping-box__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 16px;
}

.product-shipping-box__item+.product-shipping-box__item {
  border-top: 1px solid #e8e8e8;
}

.product-shipping-box__icon {
  flex: 0 0 auto;
  color: #222;
  line-height: 1;
  margin-top: 2px;
}

.product-shipping-box__content {
  flex: 1;
}

.product-shipping-box__title {
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 600;
  color: #111;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.product-shipping-box__muted {
  font-weight: 400;
  color: #6b6b6b;
  font-size: 10px;
}

.product-shipping-box__text {
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1.4;
  color: #5f5f5f;
}

.product-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  align-items: start;
  text-align: center;
  padding: 20px 0;
}

.product-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.product-benefits__icon {
  color: #6f6f6f;
  line-height: 1;
  margin-bottom: 10px;
}

.product-benefits__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.product-benefits__title {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #1f1f1f;
}

.product-benefits__text {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  color: #7a7a7a;
}

@media screen and (max-width: 749px) {
  .product-benefits__icon svg {
    width: 38px;
    height: 38px;
  }
}

.custom-scroll-layout {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
}

@media (min-width: 750px) {
  .custom-scroll-layout {
    height: auto;
  }
}

.custom-scrollbar {
  display: none;
  width: 88px;
  min-width: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 18px 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 1;
}

.custom-scrollbar__btn {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f1;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

.custom-scrollbar__btn:hover {
  background: #ffffff;
  transform: scale(1.04);
}

.custom-scrollbar__btn:active {
  transform: scale(0.97);
}

.custom-scrollbar__track {
  position: relative;
  width: 40px;
  height: 180px;
  background: #f2f2f2;
  border-radius: 999px;
  overflow: hidden;
}

.custom-scrollbar__track::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
  background: #cfcfcf;
  border-radius: 999px;
}

.custom-scrollbar__thumb {
  position: absolute;
  top: 12;
  left: 50%;
  width: 6px;
  height: 64px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #3a3a3a;
  cursor: grab;
  z-index: 2;
}

.custom-scrollbar__thumb.is-dragging {
  cursor: grabbing;
}

.custom-scroll-content {
  flex: 1;
  height: auto;
  overflow-y: auto;
  background: #fff;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-scroll-content::-webkit-scrollbar {
  display: none;
}

.custom-scroll-content__inner {
  min-height: 200vh;
  padding: 40px;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .custom-scrollbar {
    display: none;
  }

  .custom-scrollbar {
    width: 68px;
    min-width: 68px;
  }

  .custom-scrollbar__track {
    height: 280px;
  }

  .custom-scrollbar__btn {
    width: 40px;
    height: 40px;
  }
}

/* .mobile-gallery-nav* movido a assets/product-media-carousel.css. Solo queda aqui
   lo especifico del id de la PDP. */
@media (max-width: 749px) {
  #product-media-gallery {
    display: flex;
    will-change: transform;
  }
}

.product-page-buttons-footer {
  display: none;
}

@media (max-width: 749px) {
  .product-page-buttons-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .product-page-buttons-footer form {
    width: 100%;
  }

  .product-page-buttons-footer-button {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 3px;
    font-size: 10px;
    padding: 20px 0;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
  }
}

.mp-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

@media screen and (min-width: 750px) {
  .mp-layout {
    grid-template-columns: 56% 44%;
  }
}

@media screen and (min-width: 990px) {
  .mp-layout {
    grid-template-columns: 60% 40%;
  }
}

.mp-layout__gallery {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.mp-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.mp-gallery__grid-item {
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 3 / 4;
}

.mp-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-gallery__full {
  margin-top: 4px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 4 / 3;
}

.mp-gallery__full .mp-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-gallery__video {
  margin-top: 4px;
  position: relative;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}

.mp-gallery__video .mp-gallery__img,
.mp-gallery__video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-gallery__video deferred-media {
  display: block;
  width: 100%;
  height: 100%;
}

.mp-gallery__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  pointer-events: none;
  opacity: 0.9;
  z-index: 2;
}

.mp-gallery__play-btn svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.mp-layout__info {
  padding: 0 0 0 40px;
  max-width: 520px;
}

.mp-layout__info--sticky {
  position: sticky;
  top: 20px;
  max-height: auto;
  overflow-y: auto;
}

@media screen and (max-width: 749px) {
  .mp-layout__info {
    padding: 24px 0 0;
    max-width: 100%;
  }

  .mp-gallery__grid {
    gap: 3px;
  }

  .mp-gallery__full,
  .mp-gallery__video {
    margin-top: 3px;
  }
}

.mp-layout .product__info-container {
  max-width: 100%;
  margin: 0;
  height: auto;
  overflow: visible;
}

.mp-layout .product__info-container,
.mp-layout__info .product__info-container {
  padding: 20px 0;
  max-width: 100%;
  height: auto;
  overflow: visible;
  margin: 0;
}

.mp-layout .product__title-content {
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  margin-bottom: 14px !important;
}

.mp-layout .product__title-container h1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #000 !important;
  margin: 0 0 5px !important;
  line-height: 1.2 !important;
}

.mp-layout .product__title-container .product__title--material {
  font-size: 13px !important;
  color: #888 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

.mp-layout .product__media-mobile-price-ofer {
  background: none !important;
  color: #c0392b !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 4px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.mp-layout .product__title-reviews {
  display: none !important;
}

.mp-layout #price_desktop,
.mp-layout .mobie-hidden {
  display: block !important;
}

.mp-layout .price .price-item--sale,
.mp-layout .price .price-item--regular:not(s):not(.price-item--regular + .price-item--regular) {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.mp-layout .price--on-sale .price-item--regular {
  font-size: 13px !important;
  color: #a3a3a3 !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

.mp-layout .price__container {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.mp-layout .product-form__input .form__label,
.mp-layout .product-form__input_top .form__label {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}

.mp-layout .swatch__label {
  min-width: 42px !important;
  height: 36px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 0 8px !important;
  transition: border-color 0.15s !important;
}

.mp-layout .swatch-input__input:checked~.swatch__label,
.mp-layout .swatch-input--radio:checked+.swatch__label {
  border: 2px solid #000 !important;
  color: #000 !important;
}

.mp-layout .swatch__label--color {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  min-width: unset !important;
}

.mp-layout .product-form__input_top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 8px !important;
}

.mp-layout .product__easy-checkout-wrapper,
.mp-layout .product-form-container {
  border-top: none !important;
  padding: 16px 0 !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
}

.mp-layout .product-form__submit {
  width: 100% !important;
  min-height: 50px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

.mp-layout .product-form__submit:hover {
  opacity: 0.85 !important;
}

.mp-layout .shopify-payment-button__button--unbranded {
  min-height: 50px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  width: 100% !important;
}

.mp-layout .shopify-payment-button__more-options {
  display: none !important;
}

.mp-layout .product__description {
  padding: 14px 0 !important;
  border-top: 1px solid #e8e8e8 !important;
  margin: 0 !important;
}

.mp-layout .product__description p,
.mp-layout .product__description li {
  font-size: 14px !important;
  color: #111 !important;
  line-height: 1.65 !important;
  margin-bottom: 6px !important;
  margin-top: 0 !important;
  font-weight: 300 !important;
}

.mp-layout .product__description strong,
.mp-layout .product__description b {
  color: #000 !important;
  font-weight: 600 !important;
}

.mp-layout .product__accordion {
  border-top: 1px solid #e8e8e8 !important;
}

.mp-layout .product__accordion+.product__accordion {
  border-top: none !important;
}

.mp-layout .product__accordion details {
  border-bottom: 1px solid #e8e8e8 !important;
}

.mp-layout .product__accordion details>summary {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #000 !important;
  cursor: pointer !important;
  list-style: none !important;
}

.mp-layout .product__accordion details>summary::-webkit-details-marker {
  display: none !important;
}

.mp-layout .product__accordion .icon-accordion {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

.mp-layout .product__accordion details>summary::after {
  content: "+" !important;
  margin-left: auto !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  transition: transform 0.2s !important;
}

.mp-layout .product__accordion details[open]>summary::after {
  content: "−" !important;
}

.mp-layout .product__accordion .accordion__content {
  padding: 0 0 14px !important;
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.6 !important;
}

.mp-layout .product-review-top {
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  margin: 16px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: left !important;
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
}

.mp-layout .product-review-top h4 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 0 0 8px !important;
}

.mp-layout .product-review-top p {
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.mp-layout .product__title>a {
  display: none !important;
}

.mp-layout .product__media-mobile-title {
  display: none !important;
}

.mp-layout .product__view-details {
  display: none !important;
}

.mp-accordion {
  border-top: 1px solid #e8e8e8;
}

.mp-accordion+.mp-accordion {
  border-top: none;
}

.mp-accordion:last-of-type {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.mp-accordion__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.mp-accordion__summary::-webkit-details-marker {
  display: none;
}

.mp-accordion__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #000;
}

.mp-accordion__icon svg {
  width: 100%;
  height: 100%;
}

.mp-accordion__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #111;
  flex: 1;
}

.mp-accordion__toggle {
  margin-left: auto;
  position: relative;
  width: 14px;
  height: 14px;
  color: transparent !important;
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.15s ease;
}

.mp-accordion__toggle::before,
.mp-accordion__toggle::after {
  content: '';
  position: absolute;
  background-color: #000;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.mp-accordion__toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}

.mp-accordion__toggle::after {
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
}

.vardo-accordion-group.is-open>.mp-accordion__summary .mp-accordion__toggle {
  transform: rotate(180deg);
}

.vardo-accordion-group.is-open>.mp-accordion__summary .mp-accordion__toggle::after {
  transform: translateX(-50%) rotate(90deg) scaleY(0);
  opacity: 0;
}

.mp-accordion__content {
  padding: 0 0 16px 30px;
  font-size: 13px;
  color: #111;
  line-height: 1.65;
}

.mp-accordion__content p {
  margin: 0 0 8px;
}

.mp-layout .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mp-layout .price .price-item--sale,
.mp-layout .price .price-item:not(s) {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  letter-spacing: -0.01em;
}

.mp-layout .price--on-sale .price-item--regular {
  font-size: 13px !important;
  color: #a3a3a3 !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  letter-spacing: 0 !important;
}

.mp-layout .price .badge,
.mp-layout .price .price__badge-sale {
  display: none !important;
}

.mp-layout .product__title {
  margin-bottom: 0;
}

.mp-layout .product__title-content {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  margin-bottom: 14px !important;
}

.mp-layout .product__title-container h1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #000 !important;
  margin: 0 0 5px !important;
  line-height: 1.2 !important;
}

.mp-layout .product__title-container .product__title--material {
  font-size: 13px !important;
  color: #888 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  display: block !important;
}

.mp-layout .product__media-mobile-price-ofer {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #c0392b !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 4px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.mp-layout .product__title-reviews,
.mp-layout .product__title--sales-last-30-days,
.mp-layout .product-reviews-top,
.mp-layout .product__media-mobile-title {
  display: none !important;
}

@media screen and (min-width: 750px) {

  .mp-layout .product__info-container,
  .mp-layout__info .product__info-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.mp-layout {
  display: grid !important;
  width: 100% !important;
}

.mp-layout__gallery,
.mp-layout__info {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 0 !important;
}

@media screen and (min-width: 750px) {
  .mp-layout {
    grid-template-columns: 58% 42% !important;
    align-items: start !important;
  }

  .mp-layout__info {
    padding: 0 20px 0 36px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.product-title-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 14px;
}

.product-title-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-title-heading {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

.product-title-subtitle {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  display: block;
}

.product-title-badge {
  font-size: 11px;
  font-weight: 600;
  color: #c0392b;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 4px;
}

@media screen and (min-width: 750px) {
  .product.grid.grid--2-col-tablet {
    display: grid !important;
    grid-template-columns: 58% 42% !important;
    gap: 0 !important;
    align-items: start !important;
  }

  .product__media-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    overflow-y: visible !important;
    max-height: fit-content !important;
  }

  .pdp-carousel-wrapper {
    max-width: 100% !important;
  }

  .product__info-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0 40px !important;
  }

  .product__info-container {
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    margin: 0 !important;
  }

  .product__media-list img,
  .product__media-list video,
  .product-media-container img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}

.pdp-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.pdp-carousel {
  position: relative;
  width: 100%;
}

.pdp-carousel__track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.pdp-carousel__slide {
  display: grid;
  grid-template-columns: repeat(var(--items-per-slide, 2), 1fr);
  gap: 4px;
  min-width: 100%;
  flex-shrink: 0;
}

.pdp-carousel__slide:only-child,
.pdp-carousel__slide .pdp-carousel__item:only-child {
  grid-template-columns: 1fr;
}

.pdp-carousel__item {
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 4 / 3;
  position: relative;
  max-height: 340px;
}

@media screen and (min-width: 990px) {
  .pdp-carousel__item {
    max-height: 420px;
  }
}

.pdp-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-carousel__video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.pdp-carousel__video-wrap deferred-media,
.pdp-carousel__video-wrap .deferred-media {
  width: 100%;
  height: 100%;
  display: block;
}

.pdp-carousel__video-wrap .deferred-media__poster {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: block;
}

.pdp-carousel__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  pointer-events: none;
}

.pdp-carousel__play svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.pdp-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s;
}

.pdp-carousel__btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.pdp-carousel__btn svg {
  width: 18px;
  height: 18px;
  color: #000;
}

.pdp-carousel__btn--prev {
  left: 10px;
}

.pdp-carousel__btn--next {
  right: 10px;
}

.pdp-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 12px 0 4px;
}

.pdp-carousel__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.2s,
    transform 0.2s;
}

.pdp-carousel__dot.active {
  background: #000;
  transform: scale(1.2);
}

@media screen and (max-width: 749px) {
  .pdp-carousel__slide {
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }
}

.pdp-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
}

.pdp-title__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pdp-title__left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pdp-title__heading {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

.pdp-title__subtitle {
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

.pdp-title__badge {
  font-size: 12px;
  font-weight: 600;
  color: #c0392b;
  background: none;
  border: none;
  padding: 0;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 2px;
}

.pdp-price {
  margin-bottom: 14px;
}

.pdp-price__row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.pdp-price__current {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.01em;
}

.pdp-price__compare {
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  text-decoration: line-through;
}

.pdp-price__installment,
.pdp-price .installment,
.pdp-price shopify-payment-terms {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin-top: 6px !important;
}

.pdp-price .shopify-payment-terms__modal-trigger {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.pdp-carousel-wrapper {
  position: relative;
}

.pdp-gallery-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  background: #fff;
  color: #c0392b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 2px;
  pointer-events: none;
}

.pdp-title__badge {
  display: none !important;
}

.pdp-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
}

.pdp-title__heading {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 4px;
  line-height: 1.2;
  text-transform: none;
}

.pdp-title__subtitle {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  display: block;
}

.pdp-buy-form {
  margin: 0;
}

.pdp-buy-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 10px;
}

.pdp-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 110px;
}

.pdp-qty__btn {
  width: 36px;
  height: 50px;
  border: none;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.pdp-qty__btn:hover {
  background: #f5f5f5;
}

.pdp-qty__input {
  width: 36px;
  height: 50px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
  padding: 0;
}

.pdp-qty__input::-webkit-outer-spin-button,
.pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.pdp-atc-btn {
  flex: 1;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.2s;
}

.pdp-atc-btn:hover {
  opacity: 0.85;
}

.pdp-atc-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pdp-bit-form {
  margin: 0;
}

.pdp-bit-form .shopify-payment-button__button {
  width: 100% !important;
  min-height: 50px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.pdp-bit-form .shopify-payment-button__more-options {
  display: none !important;
}

.mp-accordion {
  border-top: 1px solid #e8e8e8;
  margin: 0 0 0 0;
  width: 100%;
}

.mp-accordion:last-of-type {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 16px;
}

.mp-accordion__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.mp-accordion__summary::-webkit-details-marker {
  display: none;
}

.mp-accordion__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #000;
  display: flex;
  align-items: center;
}

.mp-accordion__icon svg {
  width: 100%;
  height: 100%;
}

.mp-accordion__title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: #111;
  text-transform: none;
}

.mp-accordion__content {
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.mp-accordion__inner {
  padding: 0 0 16px 32px;
  font-size: 13px;
  color: #111;
  line-height: 1.65;
}

.vardo-accordion-group.is-open .mp-accordion__content {
  max-height: 3500px;
  opacity: 1;
}

.vardo-accordion-group.is-open .mp-accordion__inner {
  opacity: 1;
}

.mp-accordion__content p {
  margin: 0 0 8px;
}

.pdp-buy-form {
  width: 100%;
}

.pdp-buy-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 10px;
  width: 100%;
}

.pdp-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  width: 120px;
  height: 52px;
}

.pdp-qty__btn {
  flex: 1;
  height: 100%;
  border: none;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  -webkit-user-select: none;
  user-select: none;
}

.pdp-qty__btn:hover {
  background: #f5f5f5;
}

.pdp-qty__input {
  width: 40px;
  height: 100%;
  border: none;
  border-left: 1.5px solid #ddd;
  border-right: 1.5px solid #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
  padding: 0;
  pointer-events: none;
}

.pdp-qty__input::-webkit-outer-spin-button,
.pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.pdp-atc-btn {
  flex: 1;
  height: 52px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: opacity 0.2s;
}

.pdp-atc-btn:hover:not(:disabled) {
  opacity: 0.85;
}

.pdp-atc-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.pdp-bit-wrap {
  width: 100%;
  margin-top: 0;
}

.pdp-bit-wrap .shopify-payment-button {
  width: 100%;
}

.pdp-bit-wrap .shopify-payment-button__button--unbranded {
  width: 100% !important;
  min-height: 52px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.pdp-bit-wrap .shopify-payment-button__more-options {
  display: none !important;
}

.pdp-qty__display {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border-left: 1.5px solid #ddd;
  border-right: 1.5px solid #ddd;
  background: #fff;
  min-height: 52px;
}

.pdp-title__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}

.pdp-title__heading {
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  flex: 1;
}

.pdp-title__badge {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #c0392b !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

.pdp-gallery-badge {
  display: none !important;
}

.pdp-title__top {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 16px !important;
}

.pdp-buy-form {
  width: 100% !important;
}

.pdp-buy-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  align-items: center !important;
  margin-bottom: 10px !important;
  width: 100% !important;
  overflow: visible !important;
}

.pdp-qty {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  border: 1.5px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 52px !important;
  background: #fff !important;
}

.pdp-qty__btn {
  flex: 1 !important;
  height: 52px !important;
  min-width: 36px !important;
  border: none !important;
  background: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #000 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.pdp-qty__display {
  width: 40px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000 !important;
  border-left: 1.5px solid #ddd !important;
  border-right: 1.5px solid #ddd !important;
  background: #fff !important;
  flex-shrink: 0 !important;
}

.pdp-atc-btn {
  flex: 1 !important;
  height: 52px !important;
  min-height: 52px !important;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border-radius: 6px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 0 16px !important;
}

.pdp-bit-wrap {
  width: 100% !important;
  margin-top: 0 !important;
}

.pdp-bit-wrap .shopify-payment-button {
  width: 100% !important;
}

.pdp-bit-wrap .shopify-payment-button__button--unbranded {
  width: 100% !important;
  min-height: 52px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.pdp-bit-wrap .shopify-payment-button__more-options {
  display: none !important;
}

.product__easy-checkout-wrapper.product-form-container {
  display: block !important;
  padding: 16px 0 !important;
  border-top: none !important;
  background: transparent !important;
  border: none !important;
  width: 100% !important;
}

.product__easy-checkout-wrapper .product__media-wrapper-bottom {
  display: none !important;
}

.product__easy-checkout-wrapper .pdp-buy-form {
  display: block !important;
  width: 100% !important;
}

.product__easy-checkout-wrapper .pdp-buy-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  width: 100% !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

.product__easy-checkout-wrapper .pdp-qty {
  display: flex !important;
  flex-direction: row !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 52px !important;
  border: 1.5px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.product__easy-checkout-wrapper .pdp-atc-btn {
  flex: 1 !important;
  height: 52px !important;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border-radius: 6px !important;
  cursor: pointer !important;
}

.product__easy-checkout-wrapper .pdp-bit-wrap {
  width: 100% !important;
}

.product__easy-checkout-wrapper .pdp-bit-wrap .shopify-payment-button__button--unbranded {
  min-height: 52px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  width: 100% !important;
}

.product__easy-checkout-wrapper .product-msi-container {
  margin-top: 12px;
}

.pdp-checkout-block {
  width: 100%;
  padding: 16px 0 0 0 !important;
  border-top: none !important;
  box-shadow: none !important;
}

.pdp-checkout-block .pdp-buy-form {
  width: 100%;
  display: block;
}

.pdp-checkout-block .pdp-buy-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  width: 100% !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    height: auto !important;
    overflow: visible !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

.pdp-checkout-block,
.pdp-checkout-block * {
  visibility: visible !important;
}

.pdp-checkout-block .shopify-payment-button,
.pdp-checkout-block .shopify-payment-button__button,
.pdp-checkout-block .shopify-payment-button__button--unbranded {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.pdp-checkout-block .shopify-payment-button__button--unbranded {
  width: 100% !important;
  min-height: 52px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  margin-top: 10px !important;
}

.pdp-checkout-block .shopify-payment-button__more-options {
  display: none !important;
}

.pdp-checkout-block .pdp-qty {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  height: 52px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: row !important;
}

.pdp-checkout-block .pdp-qty__btn {
  flex: 1 !important;
  height: 52px !important;
  min-height: 52px !important;
  font-size: 20px !important;
  border: none !important;
  background: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.pdp-checkout-block .pdp-qty__display {
  min-width: 40px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
}

.pdp-bit-btn {
  width: 100% !important;
  min-height: 52px !important;
  background: transparent !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  display: block !important;
  visibility: visible !important;
}

.pdp-bit-btn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.pdp-media-stack-wrapper {
  width: 100%;
}

.pdp-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: 100%;
}

.pdp-image-grid__item {
  overflow: hidden;
  border-radius: 7.74px;
  background: #f5f5f5;
  aspect-ratio: 587.7 / 823.36;
  position: relative;
}

.pdp-image-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 7.74px;
}

.pdp-image-grid__item:only-child {
  grid-column: 1 / -1;
}

.pdp-video-full {
  width: 100%;
  margin-top: 4px;
  border-radius: 7.74px;
  overflow: hidden;
  aspect-ratio: 1180.79 / 821.04;
  position: relative;
  background: #000;
}

.pdp-video-full__deferred {
  width: 100%;
  height: 100%;
  display: block;
}

.pdp-video-full__poster {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  display: block;
  position: relative;
}

.pdp-video-full__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-video-full__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.pdp-video-full__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-media-stack-wrapper {
  width: 100%;
  overflow: visible !important;
}

.pdp-carousel--images {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 7.74px;
}

.pdp-carousel--images .pdp-carousel__slide {
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  align-items: stretch;
}

.pdp-carousel--images .pdp-carousel__item {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 587.7 / 823.36;
  border-radius: 7.74px;
  overflow: hidden;
  flex-shrink: 0;
}

.pdp-carousel--images .pdp-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 7.74px;
}

.pdp-video-full {
  width: 100%;
  margin-top: 4px;
  border-radius: 7.74px;
  overflow: hidden;
  aspect-ratio: 1180.79 / 821.04;
  position: relative;
  background: #000;
}

.pdp-video-full__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 749px) {
  .pdp-carousel--images .pdp-carousel__slide {
    gap: 3px;
  }

  .pdp-carousel--images .pdp-carousel__item {
    border-radius: 5px;
  }

  .pdp-video-full {
    margin-top: 3px;
    border-radius: 5px;
  }
}

.pdp-comp {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 60px 20px;
  background-color: #f8f8f8;
  font-family: inherit;
  box-sizing: border-box;
}

.pdp-comp__header {
  text-align: left;
  margin-bottom: 32px;
}

.pdp-comp__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #000;
  letter-spacing: -0.5px;
}

.pdp-comp__subtitle {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #444;
}

.pdp-comp__table {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}

.pdp-comp__row {
  display: grid;
  grid-template-columns: 1fr 140px 140px;
  column-gap: 0;
  align-items: stretch;
}

.pdp-comp__cell {
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-comp__cell--feature {
  justify-content: flex-start;
  gap: 16px;
  padding-left: 0;
}

.pdp-comp__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f2f2f2;
  border-radius: 50%;
  flex-shrink: 0;
}

.pdp-comp__feature-text {
  font-size: 16px;
  color: #111;
  font-weight: 400;
}

.pdp-comp__cell--brand {
  background: #111;
  color: #fff;
  box-shadow: -8px 0 16px -6px rgba(0, 0, 0, 0.1), 8px 0 16px -6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.pdp-comp__row--header .pdp-comp__cell--brand {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 24px;
  padding-bottom: 16px;
  box-shadow: -8px 0 16px -6px rgba(0, 0, 0, 0.1), 8px 0 16px -6px rgba(0, 0, 0, 0.1), 0 -8px 16px -6px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.pdp-comp__row:last-child .pdp-comp__cell--brand {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 10px;
  margin-bottom: -10px !important;
  box-shadow: -8px 0 16px -6px rgba(0,0,0,0.1), 8px 0 16px -6px rgba(0,0,0,0.1), 0 12px 16px -6px rgba(0,0,0,0.12) !important;
  border-bottom: none !important;
}



.pdp-comp__cell--other {
  color: #111;
}

.pdp-comp__row--header .pdp-comp__cell--other {
  font-size: 13px !important;
  font-weight: 700;
  color: #777;
  text-align: center;
  justify-content: center !important;
  white-space: normal !important;
  line-height: 1.15;
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2 !important;
}

.pdp-comp__cell--feature-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2 !important;
}

.pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--feature {
  background: transparent !important;
  border-left: 1px solid #d2d2d2 !important;
  border-bottom: 1px solid #d2d2d2 !important;
  padding-left: 20px !important;
  box-sizing: border-box;
}

.pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--other {
  background: transparent !important;
  border-right: 1px solid #d2d2d2 !important;
  border-bottom: 1px solid #d2d2d2 !important;
  box-sizing: border-box;
}

.pdp-comp__footer {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  color: #111;
}

.pdp-comp--desktop {
  display: block;
}

.pdp-comp--mobile {
  display: none;
}

@media screen and (max-width: 749px) {
  .pdp-comp--desktop {
    display: none;
  }

  .pdp-comp--mobile {
    display: block;
    padding: 0 20px;
  }

  .pdp-comp__title {
    font-size: 24px;
  }

  .pdp-comp__subtitle {
    font-size: 15px;
  }

  .pdp-comp__row {
    grid-template-columns: 1fr 76px 76px;
    column-gap: 0;
  }

  .pdp-comp__feature-icon {
    width: 28px;
    height: 28px;
  }

  .pdp-comp__feature-icon svg {
    width: 16px;
    height: 16px;
  }

  .pdp-comp__feature-text {
    font-size: 13px;
  }

  .pdp-comp__cell {
    padding: 16px 8px;
  }

  .pdp-comp__row--header .pdp-comp__cell--brand {
    font-size: 16px;
    padding-top: 24px;
  }

  .pdp-comp__row--header .pdp-comp__cell--other {
    font-size: 13px;
    padding-top: 24px;
  }
}

.product__info-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-auto-flow: dense;
  align-items: start;
}

.product__info-container>* {
  grid-column: 1 / -1;
}

.product__info-container>.pdp-stars {
  grid-column: 1 / 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
}

.pdp-stars__icons {
  display: flex;
  align-items: center;
  gap: 1px;
}

.pdp-stars__icons svg {
  width: 14px;
  height: 14px;
  fill: #111;
}

.pdp-stars__text {
  font-size: 14px;
  color: #888;
}

.product__info-container>.pdp-title {
  grid-column: 1 / 2;
  grid-row: 2;
  margin-bottom: 24px;
}

.pdp-title__heading {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.pdp-title__subtitle {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.product__info-container>.pdp-price {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding-top: 2px;
}

.pdp-price__badge {
  background-color: #d32f2f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pdp-price__bottom {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}

.pdp-price__current {
  color: #d32f2f;
  font-size: 18px;
  font-weight: 600;
}

.pdp-price__compare {
  color: #aaa;
  font-size: 14px;
  text-decoration: line-through;
}

.pdp-price__installment {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 749px) {
  .pdp-title__heading {
    font-size: 24px;
  }
}

.pdp-title {
  display: block !important;
  width: 100% !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  margin-bottom: 12px !important;
}

.pdp-price {
  display: block !important;
  width: 100% !important;
  margin-bottom: 14px !important;
}

.pdp-price__row {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.pdp-price__current {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  letter-spacing: -0.01em !important;
}

.pdp-price__compare {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #aaa !important;
  text-decoration: line-through !important;
}

.product__info-container {
  display: block !important;
}

.pdp-carousel__dots {
  display: none !important;
}

.pdp-title__stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
}

.pdp-title__stars-text {
  font-size: 12px;
  color: #555;
  margin-left: 4px;
  font-weight: 400;
}

.pdp-rating-star {
  --color-icon: 0, 0, 0 !important;
}

.pdp-title__stars .rating-star {
  --color-icon: 0, 0, 0 !important;
}

.pdp-title__stars .rating-star::before,
.pdp-title__stars .rating-star::after {
  color: #000 !important;
  -webkit-mask-image: var(--icon-star);
  mask-image: var(--icon-star);
  background: #000 !important;
}

.pdp-stars-svg {
  width: 90px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.pdp-title__stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.pdp-title__stars-text {
  font-size: 12px;
  color: #333;
  font-weight: 400;
}

.pdp-stars-icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.pdp-stars-icons svg {
  display: block;
}

.pdp-feature-card {
  display: flex;
  flex-direction: row;
  gap: 0;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  margin: 16px 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.pdp-feature-card__img {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}

.pdp-feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-feature-card__body {
  flex: 1;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.pdp-feature-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.25;
}

.pdp-feature-card__quote {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.pdp-feature-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.pdp-feature-card__tag {
  font-size: 13px;
  color: #555;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 6px 14px;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .pdp-feature-card {
    flex-direction: column;
  }

  .pdp-feature-card__img {
    width: 100%;
    height: 200px;
  }
}

.pdp-feature-card {
  display: grid;
  grid-template-columns: 45% 55%;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin: 14px 0;
}

.pdp-feature-card__img {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: #f5f5f5;
}

.pdp-feature-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pdp-feature-card__body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.pdp-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.3;
}

.pdp-feature-card__quote {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.pdp-feature-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
}

.pdp-feature-card__tag {
  font-size: 11px;
  color: #555;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 4px 10px;
}

@media screen and (max-width: 749px) {
  .pdp-feature-card {
    grid-template-columns: 1fr;
  }

  .pdp-feature-card__img {
    min-height: 200px;
  }
}

.pdp-bundle {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 12px 0;
}

.pdp-bundle__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e0e0e0;
}

.pdp-bundle__tab {
  padding: 10px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #555;
  transition:
    background 0.2s,
    color 0.2s;
}

.pdp-bundle__tab.active {
  background: #111;
  color: #fff;
}

.pdp-bundle__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 14px 8px;
}

.pdp-bundle__title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0 0 2px;
}

.pdp-bundle__subtitle {
  font-size: 10px;
  color: #888;
  margin: 0;
}

.pdp-bundle__price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
}

.pdp-bundle__compare {
  font-size: 11px;
  color: #aaa;
  text-decoration: line-through;
  display: block;
}

.pdp-bundle__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 8px 12px;
}

.pdp-bundle__item {
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
}

.pdp-bundle__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 4px;
  box-sizing: border-box;
}

.pdp-bundle__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
  gap: 4px;
  color: #bbb;
  font-size: 10px;
}

.pdp-bundle__footer {
  background: #111;
  border-radius: 0 0 8px 8px;
}

.pdp-bundle__btn {
  width: 100%;
  padding: 12px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.pdp-bundle__btn:hover:not(:disabled) {
  opacity: 0.85;
}

.pdp-bundle__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pdp-glry {
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.pdp-glry__thumbs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  flex-shrink: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 640px;
  scrollbar-width: none !important;
}

.pdp-glry__thumbs::-webkit-scrollbar {
  display: none !important;
}

.pdp-glry {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pdp-glry__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80px;
  min-width: 80px;
  flex-shrink: 0;
  max-height: 100%;
  overflow-y: auto;
}

.pdp-glry__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  cursor: pointer;
}

.pdp-glry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-glry__main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.pdp-glry__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
}

.pdp-glry__item {
  width: 100%;
  aspect-ratio: 635 / 1000;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.pdp-glry__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-glry__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #000;
}

.deferred-media {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.deferred-media__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
}

.pdp-glry__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 20;
}

@media screen and (max-width: 749px) {
  .pdp-glry {
    flex-direction: column;
  }

  .pdp-glry__thumbs {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }

  .pdp-glry__thumb {
    width: 60px;
    min-width: 60px;
  }
}

.pdp-comp--fullwidth {
  margin: 24px 0 !important;
  border-radius: 10px !important;
}

.pdp-comp--fullwidth .pdp-comp__row {
  grid-template-columns: 1fr 80px 80px !important;
}

.pdp-comp__check {
  font-size: 16px;
  color: #111;
  font-weight: 700;
  line-height: 1;
}

.pdp-comp__cross {
  font-size: 16px;
  color: #c00;
  font-weight: 700;
  line-height: 1;
}

.pdp-comp__cell--brand,
.pdp-comp__cell--other {
  justify-content: center;
  font-size: 16px;
}

.pdp-comp .pdp-comp__check,
.pdp-comp .pdp-comp__cross {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.pdp-comp__cell--brand .pdp-comp__check {
  color: #fff !important;
  font-weight: 700 !important;
}

.pdp-comp__cell--other .pdp-comp__check {
  color: #000 !important;
  font-weight: 700 !important;
}

.pdp-comp .pdp-comp__cross {
  color: #c00 !important;
  font-weight: 700 !important;
}

.pdp-comp .pdp-comp__cell--brand,
.pdp-comp .pdp-comp__cell--other {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.pdp-glry__thumbs {
  max-height: 579px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important;
}

.pdp-glry__thumbs::-webkit-scrollbar {
  display: none !important;
}

.pdp-glry__extra-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 4px;
}

.pdp-glry__extra-images .pdp-glry__item {
  height: 461px !important;
  max-height: 461px !important;
}

.pdp-glry__thumbs {
  max-height: 642px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important;
  scroll-behavior: smooth !important;
}

.pdp-glry__extra-images {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 4px !important;
  margin-top: 4px !important;
}

.pdp-glry__video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}

.product__info-container {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.product__info-container .pdp-title {
  margin-bottom: 18px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product__info-container .pdp-title__heading {
  font-size: clamp(30px, 5.2vw, 45px) !important;
  font-weight: 800 !important;
  -webkit-text-stroke: 0.4px #111;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.06;
  color: #111;
  margin: 0;
}

.product__info-container .pdp-title__top {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

.product__info-container .pdp-title__heading {
  flex: 0 1 auto !important;
  font-size: clamp(14px, 4vw, 28px) !important;
  white-space: nowrap;
}

.product__info-container .pdp-title__price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap !important;
  margin-left: auto;
  /* empuja el precio hacia la derecha */
}

.product__info-container .pdp-title__price-current {
  white-space: nowrap;
}

.product__info-container .pdp-title__price-compare {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: calc(1 + 0.8 / var(--font-body-scale)) !important;
  letter-spacing: 0.06rem !important;
  color: #a0a0a0 !important;
  text-decoration: line-through !important;
  font-weight: 800;
}

/* Precio actual en ROJO y precio tachado (descuento) en GRIS */
.product__info-container .pdp-title__price-current--sale {
  color: #ff6b6b !important;
}

.product__info-container .pdp-title__price-compare {
  font-size: 15px;
  color: #888 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}

/* Movil: asegurar que se mantengan en la misma linea y el texto sea responsivo */
@media screen and (max-width: 749px) {
  .product__info-container .pdp-title {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 16px 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .product__info-container .pdp-title__stars {
    padding-top: 0 !important;
    margin-bottom: 12px !important;
    gap: 4px !important;
  }

  .product__info-container .pdp-title__stars svg {
    width: 11px !important;
    height: 11px !important;
  }
  
  .product__info-container .pdp-title__stars-text {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin-left: 4px;
  }

  .product__info-container .pdp-title__top {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  /* Titulos largos: el titulo puede hacer wrap y el precio baja a su propia
     linea, centrado, en vez de empujarse/cortarse fuera de la pantalla. */
  .product__info-container .pdp-title__heading {
    white-space: normal !important;
    min-width: 0 !important;
    flex: 1 1 100% !important;
  }

  .product__info-container .pdp-title__price {
    flex: 0 0 100% !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-top: 6px !important;
    gap: 4px !important;
  }

  .product__info-container .pdp-title__price-current {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .product__info-container .pdp-title__price-compare {
    font-size: 10px !important;
  }
}

.product__info-container .pdp-title__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.product__info-container .pdp-title__stars,
.product__info-container .pdp-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}

.product__info-container .pdp-title__stars svg,
.product__info-container .pdp-stars svg {
  width: 14px;
  height: 14px;
}

.product__info-container .pdp-title__stars-text,
.product__info-container .pdp-stars__text {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.01em;
}

.product__info-container .pdp-title__badge {
  display: inline-flex !important;
  align-items: center;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #c1432e !important;
  border: none !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.product__info-container .pdp-title__deal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.product__info-container .pdp-title__deal-price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.product__info-container .pdp-title__deal-compare {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.product__info-container .pdp-title__subtitle {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  line-height: 1.55;
  border-left: 3px solid #c7923e;
  padding-left: 12px;
}

.product__info-container .pdp-price {
  margin: 14px 0 6px;
}

.product__info-container .pdp-price__row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.product__info-container .pdp-price__row {
  display: none !important;
}

.product__info-container .pdp-price__current {
  font-size: clamp(21px, 3.5vw, 28px) !important;
  font-weight: 800 !important;
  -webkit-text-stroke: 0.4px currentColor;
  color: #111 !important;
  letter-spacing: -0.02em !important;
}

.product__info-container .pdp-price__current--on-sale {
  color: #ff0000 !important;
}

.product__info-container .pdp-price__compare {
  font-size: 18px !important;
  color: rgba(255, 0, 0, 0.55) !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1.5px;
  font-weight: 500 !important;
}

.product__info-container .pdp-price__installment {
  margin-top: 6px;
}

.product__info-container .pdp-price__installment,
.product__info-container .pdp-price__installment * {
  font-size: 12px;
  color: #777;
  line-height: 1.5;
}

.product__info-container .color-label {
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: #f7f7f7 !important;
  color: #222 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0 !important;
  min-width: 56px;
  text-align: center;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.product__info-container .color-label:hover {
  border-color: #111 !important;
}

.product__info-container .input-button-swatch:checked+.color-label {
  border: 1px solid transparent !important;
  border-bottom: 2px solid #111 !important;
}

.product__info-container .input-button-swatch.disabled+.color-label {
  background-color: #f7f7f7 !important;
}

.product__info-container .input-button-swatch.disabled:checked+.color-label {
  background-color: #f7f7f7 !important;
  color: #c9c9c9 !important;
}

.product__info-container .input-button-swatch.disabled+.color-label,
.product__info-container .input-button-swatch.disabled+.label-button-swatch {
  opacity: 1 !important;
  color: #c9c9c9 !important;
  border-color: transparent !important;
  cursor: not-allowed;
  position: relative;
}

.product__info-container .input-button-swatch.disabled+.color-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top right,
      transparent calc(50% - 1px),
      #d1d1d1 calc(50% - 1px),
      #d1d1d1 calc(50% + 1px),
      transparent calc(50% + 1px)) !important;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

.product__info-container .swatch,
.product__info-container .label-button-swatch {
  border-radius: 8px;
  transition:
    outline 0.2s ease,
    transform 0.2s ease;
}

.product__info-container .swatch-input__input:checked+.swatch,
.product__info-container .input-button-swatch:checked+.label-button-swatch:not(.label-button-swatch--image) {
  outline: 2px solid #111 !important;
  outline-offset: 2px;
}

.product__info-container .label-button-swatch--image {
  border: none !important;
  background-color: #fff !important;
}

.product__info-container .input-button-swatch:checked+.label-button-swatch--image {
  outline: none !important;
  border-color: transparent !important;
}

.product__info-container .input-button-swatch+.label-button-swatch--image:hover {
  outline: none !important;
  border-color: transparent !important;
}

.product__info-container .input-button-swatch:checked+.label-button-swatch--image::after,
.product__info-container .input-button-swatch+.label-button-swatch--image:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

/* Quita el anillo/ovalo de focus-visible en los swatches de imagen (aparecia al
   dar click a la variante y luego presionar una tecla como Shift). */
.product__info-container .input-button-swatch:focus-visible+.label-button-swatch--image,
.product__info-container .input-button-swatch:focus+.label-button-swatch--image {
  box-shadow: none !important;
  outline: none !important;
}

.product__info-container .pdp-checkout-block div:has(> [id^="PdpMinus-"]) {
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  overflow: hidden;
}

.product__info-container [id^="PdpMinus-"],
.product__info-container [id^="PdpPlus-"] {
  font-size: 20px !important;
  color: #111 !important;
  transition: background 0.2s ease;
}

.product__info-container [id^="PdpMinus-"]:hover,
.product__info-container [id^="PdpPlus-"]:hover {
  background: #f5f5f5 !important;
}

.product__info-container [id^="PdpQty-"] {
  font-weight: 600 !important;
}

.product__info-container [id^="PdpAtc-"] {
  border-radius: 6px !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  box-shadow: none !important;
  transition:
    opacity 0.2s ease,
    background 0.2s ease !important;
}

.product__info-container [id^="PdpAtc-"]:hover {
  opacity: 0.88 !important;
}

.product__info-container [id^="PdpBit-"] {
  border-radius: 6px !important;
  border-width: 1.5px !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  box-shadow: none !important;
  transition: background 0.2s ease !important;
}

.product__info-container [id^="PdpBit-"]:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}

.product__info-container .product-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 22px 0 8px;
  text-align: center;
}

.product__info-container .product-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.product__info-container .product-benefits__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f3;
  margin-bottom: 2px;
}

.product__info-container .product-benefits__title {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin: 0;
  line-height: 1.3;
}

.product__info-container .product-benefits__text {
  font-size: 11.5px;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .product__info-container .product-benefits {
    gap: 10px;
  }

  .product__info-container .product-benefits__text {
    font-size: 11px;
  }
}

.product__info-container .mp-accordion {
  border: none !important;
  border-top: 1px solid #ececec !important;
  border-bottom: 1px solid #ececec !important;
  border-radius: 0 !important;
  background: transparent !important;
  width: 100% !important;
}

.product__info-container .mp-accordion + .mp-accordion {
  border-top: none !important;
}

.product__info-container .mp-accordion details {
  border: none !important;
  background: transparent !important;
}

.product__info-container .mp-accordion__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px !important;
  padding: 18px 0 !important;
  transition: color 0.2s ease;
}

.product__info-container .mp-accordion__summary::-webkit-details-marker {
  display: none;
}

/* Ocultar el ícono de la izquierda si existe */
.product__info-container .mp-accordion__icon {
  display: none !important;
}

.product__info-container .mp-accordion__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product__info-container .mp-accordion__title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #111 !important;
  line-height: 1.2;
}

.product__info-container .mp-accordion__subtitle {
  font-size: 11.5px;
  color: #888;
  line-height: 1.2;
}

.product__info-container .mp-accordion__toggle {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 300;
  color: #111 !important;
  line-height: 1;
  display: inline-block;
  transition: transform 0.3s ease;
  width: auto;
  height: auto;
  position: static;
}

.product__info-container .mp-accordion__toggle::before,
.product__info-container .mp-accordion__toggle::after {
  display: none !important;
}

.product__info-container .vardo-accordion-group.is-open .mp-accordion__toggle {
  transform: rotate(45deg);
}

.product__info-container .mp-accordion__content {
  padding: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.product__info-container .mp-accordion__inner {
  padding: 0 4px 20px !important;
  font-size: 14px;
  color: #111;
  line-height: 1.65;
}

.product__info-container .vardo-accordion-group.is-open .mp-accordion__content {
  max-height: 3500px;
  opacity: 1;
}

.product__info-container .vardo-accordion-group.is-open .mp-accordion__inner {
  opacity: 1;
}

.product__info-container .product__description {
  font-size: 15px;
  line-height: 1.7;
  color: #111;
}

.product__info-container .product__description p {
  margin: 0 0 14px;
}

.product__info-container .product__description h2,
.product__info-container .product__description h3 {
  color: #111;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 24px 0 10px;
}

.product__info-container .product__description h2 {
  font-size: 19px;
}

.product__info-container .product__description h3 {
  font-size: 16px;
}

.product__info-container .product__description ul,
.product__info-container .product__description ol {
  margin: 0 0 14px;
  padding-left: 20px;
}

.product__info-container .product__description li {
  margin-bottom: 6px;
}

/* El area de "Tabla medidas" no debe robar ancho a los swatches */
.product-form__input-Color .product-form__input--pill__wrapper,
.product-form__input-color .product-form__input--pill__wrapper {
  flex-wrap: wrap !important;
}

.product-form__input-Color .product-form__input-bullets,
.product-form__input-color .product-form__input-bullets {
  width: 100% !important;
}

/* Reducir el espacio entre el label "Color" y los swatches */
.product-form__input-Color .form__label,
.product-form__input-color .form__label {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 1200px) {
  .pdp-comp__table {
    max-width: 1100px !important;
  }

  .pdp-comp__row {
    grid-template-columns: 1fr 150px 150px !important;
    column-gap: 0 !important;
  }

  .pdp-comp__feature-text {
    font-size: 19px !important;
  }

  .pdp-comp__feature-icon {
    width: 43px !important;
    height: 43px !important;
  }

  .pdp-comp__feature-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .pdp-comp__row--header .pdp-comp__cell--brand {
    font-size: 24px !important;
  }

  .pdp-comp__row--header .pdp-comp__cell--other {
    font-size: 14px !important;
  }

  .pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--brand span,
  .pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--other span {
    font-size: 22px !important;
  }

  .pdp-comp__title {
    font-size: 31px !important;
  }

  .pdp-comp__subtitle {
    font-size: 13px !important;
  }

  .pdp-comp__footer {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .pdp-comp__table {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
  }

  .pdp-comp__row {
    grid-template-columns: 1fr 76px 76px !important;
    column-gap: 0 !important;
  }

  .pdp-comp__cell {
    padding: 14px 6px !important;
  }

  .pdp-comp__cell--feature {
    min-width: 0 !important;
    gap: 12px !important;
  }

  .pdp-comp__feature-icon {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0;
  }

  .pdp-comp__feature-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .pdp-comp__feature-text {
    font-size: 14px !important;
  }

  .pdp-comp__title {
    font-size: 26px !important;
  }

  .pdp-comp__row--header .pdp-comp__cell--brand {
    font-size: 16px !important;
    padding-top: 20px !important;
    padding-bottom: 12px !important;
  }

  .pdp-comp__row--header .pdp-comp__cell--other {
    font-size: 13px !important;
    padding-top: 20px !important;
    padding-bottom: 12px !important;
    white-space: normal !important;
    line-height: 1.15;
  }

  .pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--brand span,
  .pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--other span {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 749px) {

  /* La tabla comparativa debe CABER en pantalla (no desbordar a la derecha) */
  .pdp-comp,
  .pdp-comp__table {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
  }

  .pdp-comp__row {
    grid-template-columns: 1fr 60px 64px !important;
    column-gap: 0 !important;
  }

  .pdp-comp__cell {
    padding: 12px 2px !important;
  }

  .pdp-comp__cell--feature {
    min-width: 0 !important;
    gap: 8px !important;
    padding-left: 0 !important;
  }

  .pdp-comp__feature-icon {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0;
  }

  .pdp-comp__feature-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .pdp-comp__feature-text {
    font-size: 13px !important;
  }

  .pdp-comp__title {
    font-size: 26px !important;
  }

  .pdp-comp__row--header .pdp-comp__cell--brand {
    font-size: 15px !important;
  }

  .pdp-comp__row--header .pdp-comp__cell--other {
    font-size: 12px !important;
    white-space: normal !important;
    /* "Otras marcas" puede ir en 2 lineas */
    line-height: 1.15;
  }

  .pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--brand span,
  .pdp-comp__row:not(.pdp-comp__row--header) .pdp-comp__cell--other span {
    font-size: 16px !important;
  }

  /* Cuando la tabla se reubica debajo de los bundles (movil) */
  .pdp-comp--moved {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-top: 24px !important;
    box-sizing: border-box;
  }
}

/* Boton unico "Agregar talla | precio" (rediseno checkout) */
.product__info-container .pdp-add-btn {
  flex: 1;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 18px;
  white-space: nowrap;
  box-shadow: none !important;
  transition: opacity 0.2s ease;
}

.product__info-container .pdp-add-btn:hover {
  opacity: 0.9;
}

.product__info-container .pdp-add-btn[disabled] {
  background: #999 !important;
  cursor: not-allowed;
  opacity: 1;
}

.product__info-container .pdp-add-btn.preorder-btn_submit {
  background: #44271f !important;
  background-color: #44271f !important;
}

.product__info-container .pdp-add-btn__main {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}

.product__info-container .pdp-add-btn__price {
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.02em !important;
}

.product__info-container .pdp-add-btn__sep {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

/* (Funcion de sticky de la columna de imagenes eliminada por solicitud) */

/* ===== Compactar espacios globalmente para subir el boton de compra ===== */
.product__info-container .pdp-title {
  margin-bottom: 4px !important;
  padding-bottom: 4px !important;
}

.product__info-container .pdp-price {
  margin-bottom: 10px !important;
}

.product__info-container .product-form__input {
  padding: 8px 0 !important;
  border-bottom: none !important;
}

.product__info-container .product-form__input--swatch .form__label,
.product__info-container .product-form__input-Color .form__label,
.product__info-container .product-form__input-color .form__label {
  margin-bottom: 12px !important;
}

.product__info-container .product-form__input-Color .product-form__input--pill__swatches,
.product__info-container .product-form__input-color .product-form__input--pill__swatches {
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}

.product__info-container .product-form__input--pill__swatches input[type='radio'] {
  display: none !important;
}

.product__info-container .vardo-size-header {
  margin-bottom: 8px !important;
  row-gap: 6px !important;
  gap: 6px 16px !important;
  flex-wrap: nowrap !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* El grupo de la izquierda (Talla · valor · stock) puede encogerse y envolver
   para que el enlace "Guía de tallas" no sea empujado fuera del borde derecho. */
.product__info-container .vardo-size-header .vardo-size-header__left {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  flex-wrap: nowrap !important;
  gap: 0 4px !important;
}

/* El enlace de la guía de tallas no debe recortarse: se mantiene visible y,
   si no cabe, salta a la siguiente línea. Se separa un poco del borde derecho
   para que no quede pegado ni se corte. */
.product__info-container .vardo-size-guide-link {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  max-width: 100% !important;
  margin-right: 16px !important;
}

.product__info-container .vardo-low-stock-banner {
  margin-top: 6px !important;
  margin-bottom: 8px !important;
}

.product__info-container .pill-button-help-container {
  margin-top: 6px !important;
}

.product__info-container .pdp-title__subtitle {
  margin-top: 8px !important;
}

/* ===== Etiquetas sobre las imagenes de la galeria (Bestseller, descuento, ejemplo_de_talla) ===== */
.pdp-glry__item {
  position: relative;
  container-type: inline-size;
}

.pdp-glry__tag {
  position: absolute;
  z-index: 2;
  font-size: clamp(9px, 0.95vw, 15px);
  font-weight: 300;
  padding: clamp(5px, 0.6vw, 11px) clamp(9px, 1.05vw, 20px);
  border-radius: 0;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
}

.pdp-glry__tag--best {
  top: 18px;
  bottom: auto;
  left: auto;
  right: 18px;
  width: auto;
  height: auto;
  padding: 5px 14px;
  font-size: clamp(9px, 0.75vw, 10.5px);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(6px);
}

.pdp-glry__tag--left {
  right: auto !important;
  left: 18px !important;
}

.pdp-glry__tag--off {
  top: 18px;
  right: 18px;
  background: #fbe0e0;
  color: #e11;
  font-weight: 400;
}

.pdp-glry__tag--model {
  top: auto;
  bottom: 18px;
  right: 18px;
  width: auto;
  height: 18px;
  padding: 0 clamp(6px, 0.65vw, 12px);
  font-size: clamp(7px, 0.6vw, 9.5px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgba(247, 247, 247, 0.85);
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  text-align: right;
  max-width: calc(100cqw - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 749px) {
  .pdp-glry__tag {
    font-size: 12px;
    padding: 7px 13px;
    border-radius: 10px;
    max-width: calc(100% - 24px);
  }

  .pdp-glry__tag--off {
    top: 12px;
  }

  .pdp-glry__tag--model {
    top: auto;
    bottom: 12px;
  }

  .pdp-glry__tag--best {
    top: 12px;
    bottom: auto;
    left: auto;
    right: 12px;
    width: auto;
    height: auto;
    padding: 5px 12px;
    font-size: 9px;
    border-radius: 4px;
    letter-spacing: 0.12em;
    z-index: 2;
  }

  .pdp-glry__tag--left {
    left: 12px !important;
  }

  .pdp-glry__tag--model {
    padding: 0 13px;
  }

  .pdp-glry__tag--off,
  .pdp-glry__tag--model {
    right: 12px;
  }
}

/* Boton "+" de vista rapida sobre la primera imagen de la galeria */
.pdp-glry__qv {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #111;
  cursor: pointer;
  padding: 0;
  transition:
    opacity 0.15s ease,
    transform 0.15s ease;
}

.pdp-glry__qv:hover {
  opacity: 0.6;
  transform: scale(1.1);
}

@media screen and (max-width: 749px) {
  .pdp-glry__qv {
    bottom: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
}

/* Columna de imagenes: que toque el borde de la pagina (sin padding izquierdo), pero dejando espacio para sticky */
@media screen and (min-width: 750px) {
  .product__media-wrapper {
    padding-left: 0 !important;
    box-sizing: border-box;
  }
}

/* La tabla comparativa hereda el espacio de la columna; solo un respiro a la derecha */
@media screen and (min-width: 750px) {
  .pdp-comp:not(.pdp-comp--moved) {
    padding-left: 0 !important;
    padding-right: 24px !important;
    box-sizing: border-box;
  }
}

/* ===== Forzar que la columna derecha termine a la misma altura que la izquierda ===== */
@media screen and (min-width: 750px) {
  .product__info-wrapper {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .product__info-container {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }

  .product-uso-section {
    margin-top: auto !important;
  }
}

/* --- NUEVO LAYOUT PREMIUM (58/42) --- */
@media screen and (min-width: 900px) {
  .product.grid.grid--2-col-tablet {
    grid-template-columns: 58% 42% !important;
  }
}

/* Ajustes para compactar la columna de información (Estilo Referencia) */
.product__info-container .pdp-title__top {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
  container-type: inline-size;
}

.product__info-container .pdp-title__heading {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  letter-spacing: 0.06em !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
}

.product__info-container .pdp-title__heading.pdp-title__heading--long {
  font-size: clamp(9px, calc((100cqw - 110px) / var(--title-length, 20) * 1.35), 16px) !important;
  letter-spacing: 0 !important;
}

.product__info-container .pdp-title__price {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.product__info-container .pdp-title__price-current {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: calc(1 + 0.8 / var(--font-body-scale)) !important;
  letter-spacing: 0.06rem !important;
  color: #000 !important;
  white-space: nowrap !important;
}

.product__info-container .pdp-title__price-current.pdp-title__price-current--sale {
  color: #000 !important;
}

.product__info-container .pdp-title__price-compare {
  font-size: 13px !important;
  color: #a0a0a0 !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

.product__info-container .pdp-title__currency {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.product__info-container .pdp-title__subtitle {
  font-size: 13px !important;
  margin-top: 8px !important;
}

/* El bloque "Estilo Referencia" de arriba no tiene media query y fuerza
   nowrap/ellipsis en todos los anchos, pisando el ajuste movil de mas
   arriba (precio se cortaba fuera de pantalla con titulos largos). Se
   reafirma aqui, despues, para que gane en la cascada solo en movil. */
@media screen and (max-width: 749px) {
  .product__info-container .pdp-title__top {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .product__info-container .pdp-title__heading.pdp-title__heading--long {
    /* Si pasa de 13 caracteres, calculamos matemáticamente el tamaño perfecto
       basado en la longitud del texto y el ancho disponible. */
    font-size: clamp(9px, calc((100cqw - 95px) / var(--title-length, 20) * 1.35), 15px) !important;
  }

  .product__info-container .pdp-title__price {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: right !important;
    gap: 8px !important;
    white-space: nowrap !important;
  }
}

.product__info-container .vardo-accordion-group summary {
  padding: 14px 0 !important;
  font-size: 11px !important;
}

.product__info-container .vardo-accordion-group .vardo-accordion-icon {
  width: 14px !important;
  height: 14px !important;
}

.product__info-container .product-form__submit {
  font-size: 10px !important;
  padding: 14px !important;
  letter-spacing: 0.1em !important;
}

.product__info-container .color-label {
  padding: 10px 0 !important;
  font-size: 12px !important;
  min-width: 48px !important;
}

/* --- SWATCHES PREMIUM --- */
.input-button-swatch:checked+.label-button-swatch--image {
  border-color: #000 !important;
}

.label-button-swatch--image:hover {
  opacity: 0.8;
}

/* --- SELECTOR DE TALLAS PREMIUM --- */
.product-form__input-Size .product-form__input--pill__swatches,
.product-form__input-Talla .product-form__input--pill__swatches {
  gap: 8px !important;
}

.product-form__input-Size .color-label,
.product-form__input-Talla .color-label {
  margin: 0 !important;
  height: 54px !important;
  min-width: 0 !important;
  flex: 1 1 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f7f7f7 !important;
  border: 1px solid transparent !important;
  color: #111 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  transition: all 0.2s ease !important;
  padding: 0 6px !important;
  border-radius: 0 !important;
  --variant-pills-radius: 0px !important;
  position: relative !important;
  overflow: hidden !important;
}

.product-form__input-Size .input-button-swatch:checked+.color-label,
.product-form__input-Talla .input-button-swatch:checked+.color-label {
  border: 1px solid #111 !important;
  background: #f7f7f7 !important;
  color: #111 !important;
  font-weight: 700 !important;
}

/* Punto verde para el active */
.product-form__input-Size .input-button-swatch:checked+.color-label::after,
.product-form__input-Talla .input-button-swatch:checked+.color-label::after {
  content: "•";
  color: #379944;
  margin-left: 4px;
  font-size: 16px;
  line-height: 1;
}

.product-form__input-Size .input-button-swatch.disabled+.color-label,
.product-form__input-Talla .input-button-swatch.disabled+.color-label {
  opacity: 0.5 !important;
}

/* Línea diagonal para sold out */
.product-form__input-Size .input-button-swatch.disabled+.color-label::before,
.product-form__input-Talla .input-button-swatch.disabled+.color-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent 48%, #999 49%, #999 51%, transparent 52%);
  z-index: 1;
}

.product-form__input-Size .color-label .vardo-envelope-icon,
.product-form__input-Talla .color-label .vardo-envelope-icon {
  display: none !important;
  /* Ocultar el icono de sobrecito en las tallas premium */
}

.product__info-container .pdp-stars,
.product__info-container .pdp-title__stars {
  margin-bottom: 6px !important;
}

/* --- BOTÓN ADD TO CART PREMIUM --- */
.product-form__submit,
.product-form__submit::after,
.product-form__submit::before,
#open-easy-checkout,
#open-easy-checkout::after,
#open-easy-checkout::before {
  --buttons-radius: 0px !important;
  --buttons-radius-outset: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  height: 60px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.preorder-btn_submit_disabled_old_rule {
  --buttons-radius: 0px !important;
  --buttons-radius-outset: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  height: 60px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.product-form__submit {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
  transition: opacity 0.25s ease !important;
}

.product-form__submit:hover {
  opacity: 0.8 !important;
}

@media screen and (max-width: 749px) {
  .product-form__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 16px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
  }
}

/* --- BLOQUE DE PAGOS PREMIUM --- */
.product__payment-trust-block {
  margin-top: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fff;
}

.payment-trust-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
}

.payment-trust-col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-trust-pill {
  border: 1px solid #111;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
}

.payment-trust-text {
  font-size: 10px;
  color: #333;
  white-space: nowrap;
}

/* --- DESCRIPCIÓN PREMIUM --- */
.product__description-content {
  font-size: 16px !important;
  line-height: 1.8 !important;
  max-width: 65ch !important;
  color: #333 !important;
}

/* --- ACORDEONES PREMIUM --- */
.mp-accordion {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.mp-accordion + .mp-accordion {
  border-top: none !important;
}



.mp-accordion .vardo-accordion-group {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Ocultar los bloques independientes por defecto, ya que los inyectamos en el title */
.product__info-container>.pdp-price,
.product__info-container>.pdp-stars {
  display: none !important;
}

.product__info-container .pdp-title__stars {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
}

.product__info-container .pdp-stars-icons {
  display: flex !important;
}

.mp-accordion__summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 46px !important;
  padding: 12px 22px 12px 0 !important;
  cursor: pointer !important;
  background: transparent !important;
  border: none !important;
  list-style: none !important;
}

.mp-accordion__summary::-webkit-details-marker {
  display: none !important;
}

.mp-accordion__text-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

button.mp-accordion__summary {
  background: transparent !important;
  border: none !important;
  width: 100% !important;
  text-align: left !important;
  font-family: inherit !important;
  color: inherit !important;
}

.mp-accordion__title {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #111 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Removed mp-accordion__toggle overrides so the sleek CSS +/- lines take effect */

.mp-accordion__content {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.4s ease, opacity 0.4s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #111 !important;
}

.vardo-accordion-group.is-open .mp-accordion__content {
  max-height: 3500px !important;
  opacity: 1 !important;
  transition: max-height 0.6s ease, opacity 0.4s ease !important;
}

.mp-accordion__inner {
  padding: 12px 0 24px 0 !important;
  font-size: 14px !important;
  color: #111 !important;
  line-height: 1.65 !important;
}

.product__info-container .pdp-stars__text,
.product__info-container .pdp-title__stars-text {
  font-size: 11px !important;
}

.product__info-container .pdp-stars svg,
.product__info-container .pdp-title__stars svg {
  width: 12px !important;
  height: 12px !important;
}

/* Remover cualquier padding/margin del primer elemento para alinear con la imagen */
.product__info-container> :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* --- FIX PARA BOTON EASY CHECKOUT APP --- */
#shopify-block-template--19726075363381__main__easy_checkout_XcCmrV button,
.easy-checkout-button {
  border-radius: 0 !important;
}

/* --- FIX MODAL GALLERY BACKGROUND --- */
.product-media-modal,
.product-media-modal__dialog,
.product-media-modal__content {
  background-color: #000 !important;
  background: #000 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.product-media-modal__toggle {
  color: #fff !important;
}

/* ===== FIX: Sección de videos (Producto en uso) dentro del product__info-container =====
   El contenedor padre tiene overflow-y:auto, que en la mayoría de navegadores fuerza
   overflow-x:hidden y recorta las tarjetas de video. Estos overrides lo corrigen. */
@media screen and (min-width: 750px) {
  /* Permitir que el contenido de la sección de videos no sea clipeado */
  .product__info-container .product-uso-section {
    overflow: visible !important;
  }

  /* Las tarjetas necesitan su aspect-ratio calculado en píxeles reales.
     Forzamos un min-height basado en el ancho de una tarjeta (≈1/3 del contenedor)
     multiplicado por el ratio 15/8 ≈ 1.875 */
  .product__info-container .product-uso-thumbnail {
    aspect-ratio: 8 / 15 !important;
    min-height: 0 !important; /* dejar que aspect-ratio mande */
    height: auto !important;
  }

  /* El scroll horizontal no debe ser clipeado verticalmente */
  .product__info-container .product-uso-scroll {
    overflow-x: auto !important;
    overflow-y: visible !important;
    align-items: flex-start !important;
  }
}

/* ============================================================
   SCROLL INTERNO DE LA COLUMNA DE INFO — llegar hasta el fondo
   ------------------------------------------------------------
   La columna de info conserva su propio scroll (como la galería),
   pero acotado a la altura de la pantalla (calc(100vh - 40px)) en
   lugar de una altura fija en px. Al ser height:auto, el alto del
   scroll se RECALCULA cuando los dropdowns/accordions se expanden,
   de modo que siempre se puede desplazar hasta abajo — incluyendo
   el alto extra que añaden los dropdowns abiertos.
   Se coloca al final del archivo para ganar la cascada sobre las
   reglas previas que dejaban overflow:visible / height:auto.
   ============================================================ */
@media screen and (min-width: 750px) {
  .product__info-wrapper {
    align-self: flex-start !important; /* que la columna ocupe solo su alto, sin estirarse */
    height: auto !important;
    max-height: calc(100vh - 40px) !important;  /* tope = pantalla, para que quepa y se pueda scrollear en todo el 50% */
    overflow-y: auto !important;                /* scroll en toda la mitad de la pantalla */
    overflow-x: hidden !important;
  }

  .product__info-container {
    height: auto !important;                    /* crece con el contenido (dropdowns) */
    max-height: none !important;                /* sin tope interno */
    overflow: visible !important;               /* sin scroll interno propio */
    flex: 1 1 100% !important;                  /* evita que flex:1 lo estire y deje huecos */
  }
}
/* STICKY ADD TO CART BAR */
.product-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 900;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  padding: 10px 0;
}

.product-sticky-bar.is-visible {
  transform: translateY(0);
  visibility: visible;
}

/* Ocultar la barra y drawer sticky de compra mientras el menú hamburguesa, carrito o cualquier modal están abiertos */
body:has(cart-drawer.active) .product-sticky-bar,
body:has(.drawer.active) .product-sticky-bar,
body:has(#CartDrawer.active) .product-sticky-bar,
body:has(#menu-vardo-drawer.active) .product-sticky-bar,
body:has(.menu-drawer.is-active) .product-sticky-bar,
body:has(header-drawer.active) .product-sticky-bar,
body:has(.global-quick-view.is-open) .product-sticky-bar,
body:has(#vsgOverlay:not([hidden])) .product-sticky-bar,
body:has(.msi-modal.is-open) .product-sticky-bar,
body:has(.global-image-lightbox.is-open) .product-sticky-bar,
body:has(.mobile-facets__wrapper.is-open) .product-sticky-bar,
body.drawer-is-open .product-sticky-bar,
body:has(cart-drawer.active) .product-sticky-bar__drawer,
body:has(.drawer.active) .product-sticky-bar__drawer,
body:has(#CartDrawer.active) .product-sticky-bar__drawer,
body:has(#menu-vardo-drawer.active) .product-sticky-bar__drawer,
body:has(.menu-drawer.is-active) .product-sticky-bar__drawer,
body:has(header-drawer.active) .product-sticky-bar__drawer,
body:has(.global-quick-view.is-open) .product-sticky-bar__drawer,
body:has(#vsgOverlay:not([hidden])) .product-sticky-bar__drawer,
body:has(.msi-modal.is-open) .product-sticky-bar__drawer,
body:has(.global-image-lightbox.is-open) .product-sticky-bar__drawer,
body:has(.mobile-facets__wrapper.is-open) .product-sticky-bar__drawer,
body.drawer-is-open .product-sticky-bar__drawer {
  transform: translateY(100%) !important;
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pdp-preorder-info {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 18px 0;
  font-size: 11px;
  color: #555;
  white-space: nowrap;
  pointer-events: auto;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background: transparent !important;
  max-width: 100%;
  box-sizing: border-box;
}

.pdp-preorder-info::before,
.pdp-preorder-info::after,
.pdp-preorder-info__ship::before,
.pdp-preorder-info__ship::after,
.pdp-preorder-info__ship-text::before,
.pdp-preorder-info__ship-text::after {
  display: none !important;
  content: none !important;
  border: none !important;
}

.pdp-preorder-info__ship,
.pdp-preorder-info__ship-text,
.pdp-preorder-info__truck,
.pdp-preorder-info__how,
.pdp-preorder-info__i {
  border: none !important;
  box-shadow: none !important;
}

.product-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-sticky-bar__left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-sticky-bar__image img {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  object-fit: cover;
  padding: 2px;
  background: #fff;
}

.product-sticky-bar__info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.product-sticky-bar__title {
  margin: 0;
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.product-sticky-bar__price {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-sticky-bar__price-compare {
  text-decoration: line-through;
  color: #999;
}

.product-sticky-bar__price-current {
  font-weight: 700;
  color: #000;
}

.product-sticky-bar__right {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  justify-content: flex-start;
}

.product-sticky-bar__variants {
  display: flex;
  gap: 10px;
}

.product-sticky-bar__select {
  position: relative;
}

.product-sticky-bar__select select {
  padding: 10px 32px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  background-color: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  appearance: none;
  font-weight: 500;
}

.product-sticky-bar__select .icon-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  pointer-events: none;
}

.product-sticky-bar__action-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-sticky-bar button,
.product-sticky-bar__action-group button.button--primary,
.product-sticky-bar button[id^="StickyAddToCart"] {
  min-height: 44px;
  padding: 0 30px;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  transition: background-color 0.25s ease, transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.25s ease !important;
}

.product-sticky-bar button.is-success,
.product-sticky-bar__action-group button.is-success {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #fff !important;
  transform: scale(1.03);
}

.product__info-container .pdp-add-btn__main {
  flex: 1;
  text-align: center;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}



.product__info-container .pdp-add-btn__price {
  flex: 1;
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.02em !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.product__info-container .pdp-add-btn,
.pdp-add-btn {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  box-shadow: none !important;
  transition: opacity 0.2s ease;
}

.product-sticky-bar button.preorder-btn_submit,
.product-sticky-bar__action-group button.preorder-btn_submit {
  background: #44271f !important;
  background-color: #44271f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  min-height: 44px !important;
}

.product-sticky-bar button.preorder-btn_submit::after,
.product-sticky-bar button.preorder-btn_submit::before,
.product-sticky-bar__action-group button.preorder-btn_submit::after,
.product-sticky-bar__action-group button.preorder-btn_submit::before {
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-sticky-bar button.preorder-btn_submit .pdp-add-btn__main,
.product-sticky-bar__action-group button.preorder-btn_submit .pdp-add-btn__main {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.product-sticky-bar button.preorder-btn_submit .pdp-add-btn__price,
.product-sticky-bar__action-group button.preorder-btn_submit .pdp-add-btn__price {
  flex: 1 !important;
  text-align: center !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.product-sticky-bar button.preorder-btn_submit .pdp-add-btn__sep,
.product-sticky-bar__action-group button.preorder-btn_submit .pdp-add-btn__sep {
  width: 1px !important;
  height: 18px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  margin: 0 12px !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
}

.product-sticky-bar .pdp-preorder-info,
.product-sticky-bar__action-group .pdp-preorder-info {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 0 !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  white-space: nowrap;
}

.product-sticky-bar .pdp-preorder-info[hidden],
.product-sticky-bar__action-group .pdp-preorder-info[hidden] {
  display: none !important;
}

.pdp-buy-row-wrapper {
  margin-top: 13px !important;
}

@media screen and (max-width: 749px) {
  .product-sticky-bar {
    padding: 12px 0 !important;
  }
  .product-sticky-bar__inner {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 16px !important;
  }
  
  .product-sticky-bar__left.hidden-mobile {
    display: none !important;
  }

  .product-sticky-bar__right {
    width: 100% !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  .product-sticky-bar__variants {
    width: 100% !important;
    flex: none !important;
  }

  .product-sticky-bar__select {
    width: 100% !important;
    flex: none !important;
  }

  .product-sticky-bar__select select {
    width: 100% !important;
  }

  .product-sticky-bar__action-group {
    width: 100% !important;
    flex: none !important;
  }

  .product-sticky-bar button[id^="StickyAddToCart"],
  .product-sticky-bar__action-group button {
    width: 100% !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* Texto alineado a la izquierda, precio a la derecha */
    padding: 0 16px !important;
    font-family: inherit !important;
    box-shadow: none !important;
  }

  .product-sticky-bar button[id^="StickyAddToCart"]::after,
  .product-sticky-bar button[id^="StickyAddToCart"]::before,
  .product-sticky-bar__action-group button::after,
  .product-sticky-bar__action-group button::before {
    display: none !important;
  }

  .product-sticky-bar .sticky-cart-btn-text {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
  }

  .product-sticky-bar .sticky-cart-btn-price {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
  }
}

/* Transición suave para ocultar el recuadro negro del video antes de que comience a reproducirse */
.product__media-wrapper video,
.pdp-glry__video video {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product__media-wrapper video.is-playing,
.pdp-glry__video video.is-playing {
  opacity: 1;
}



/* --- CUSTOM ADJUSTMENTS FOR LONG VARIANT NAMES ON BUTTONS (NORMAL AND PREVENTA) --- */
#open-easy-checkout,
#open-easy-checkout span,
#open-easy-checkout * {
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
}

#open-easy-checkout {
  padding: 0 16px !important;
}

.product__info-container .pdp-add-btn .pdp-add-btn__main {
  flex: 1 !important;
  text-align: center !important;
  font-size: 10.5px !important;
  letter-spacing: 0.04em !important;
  padding-right: 6px !important; /* Quita un poco de espacio en el lateral derecho del texto para no empujar el | */
}

.product__info-container .pdp-add-btn .pdp-add-btn__price {
  flex: 1 !important;
  text-align: center !important;
  padding-left: 6px !important;
}

.product__info-container .pdp-add-btn {
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-sticky-bar button .pdp-add-btn__main,
.product-sticky-bar__action-group button .pdp-add-btn__main {
  font-size: 1.0rem !important;
  letter-spacing: 0.04em !important;
}

@media screen and (max-width: 480px) {
  #open-easy-checkout,
  #open-easy-checkout span,
  #open-easy-checkout * {
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
  }
  .product__info-container .pdp-add-btn .pdp-add-btn__main {
    font-size: 9.5px !important;
    letter-spacing: 0.02em !important;
    padding-right: 4px !important;
  }
  .product__info-container .pdp-add-btn .pdp-add-btn__price {
    padding-left: 4px !important;
  }
  .product-sticky-bar button .pdp-add-btn__main,
  .product-sticky-bar__action-group button .pdp-add-btn__main {
    font-size: 0.9rem !important;
    letter-spacing: 0.02em !important;
  }
}

/* --- LONG TEXT SPECIFIC ADJUSTMENTS (when option length > 4) --- */
.product__info-container .pdp-add-btn.pdp-add-btn--long-text,
.product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit,
.product__info-container .pdp-add-btn.pdp-add-btn--long-text .pdp-add-btn__main,
.product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit .pdp-add-btn__main,
#open-easy-checkout.pdp-add-btn--long-text,
#open-easy-checkout.pdp-add-btn--long-text span,
#open-easy-checkout.pdp-add-btn--long-text * {
  font-size: 9.5px !important;
  letter-spacing: 0.02em !important;
}

@media screen and (max-width: 480px) {
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text,
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit,
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text .pdp-add-btn__main,
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit .pdp-add-btn__main,
  #open-easy-checkout.pdp-add-btn--long-text,
  #open-easy-checkout.pdp-add-btn--long-text span,
  #open-easy-checkout.pdp-add-btn--long-text * {
    font-size: 8.5px !important;
    letter-spacing: 0.01em !important;
  }
}

/* Estilos para el texto de cantidad de stock en móviles para evitar saltos de línea */
  padding: 0 !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  white-space: nowrap;
}

.product-sticky-bar .pdp-preorder-info[hidden],
.product-sticky-bar__action-group .pdp-preorder-info[hidden] {
  display: none !important;
}

.pdp-buy-row-wrapper {
  margin-top: 13px !important;
}

@media screen and (max-width: 749px) {
  .product-sticky-bar {
    padding: 12px 0 !important;
  }
  .product-sticky-bar__inner {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 16px !important;
  }
  
  .product-sticky-bar__left.hidden-mobile {
    display: none !important;
  }

  .product-sticky-bar__right {
    width: 100% !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  .product-sticky-bar__variants {
    width: 100% !important;
    flex: none !important;
  }

  .product-sticky-bar__select {
    width: 100% !important;
    flex: none !important;
  }

  .product-sticky-bar__select select {
    width: 100% !important;
  }

  .product-sticky-bar__action-group {
    width: 100% !important;
    flex: none !important;
  }

  .product-sticky-bar button[id^="StickyAddToCart"],
  .product-sticky-bar__action-group button {
    width: 100% !important;
    background: #ffffff !important;
    color: #000000 !important;
    border: 1.5px solid #000000 !important;
    border-radius: 6px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* Texto alineado a la izquierda, precio a la derecha */
    padding: 0 16px !important;
    font-family: inherit !important;
    box-shadow: none !important;
  }

  .product-sticky-bar button[id^="StickyAddToCart"]::after,
  .product-sticky-bar button[id^="StickyAddToCart"]::before,
  .product-sticky-bar__action-group button::after,
  .product-sticky-bar__action-group button::before {
    display: none !important;
  }

  .product-sticky-bar .sticky-cart-btn-text {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
  }

  .product-sticky-bar .sticky-cart-btn-price {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
  }
}

/* Transición suave para ocultar el recuadro negro del video antes de que comience a reproducirse */
.product__media-wrapper video,
.pdp-glry__video video {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product__media-wrapper video.is-playing,
.pdp-glry__video video.is-playing {
  opacity: 1;
}



/* --- CUSTOM ADJUSTMENTS FOR LONG VARIANT NAMES ON BUTTONS (NORMAL AND PREVENTA) --- */
#open-easy-checkout,
#open-easy-checkout span,
#open-easy-checkout * {
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
}

#open-easy-checkout {
  padding: 0 16px !important;
}

.product__info-container .pdp-add-btn .pdp-add-btn__main {
  flex: 1 !important;
  text-align: center !important;
  font-size: 10.5px !important;
  letter-spacing: 0.04em !important;
  padding-right: 6px !important; /* Quita un poco de espacio en el lateral derecho del texto para no empujar el | */
}

.product__info-container .pdp-add-btn .pdp-add-btn__price {
  flex: 1 !important;
  text-align: center !important;
  padding-left: 6px !important;
}

.product__info-container .pdp-add-btn {
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-sticky-bar button .pdp-add-btn__main,
.product-sticky-bar__action-group button .pdp-add-btn__main {
  font-size: 1.0rem !important;
  letter-spacing: 0.04em !important;
}

@media screen and (max-width: 480px) {
  #open-easy-checkout,
  #open-easy-checkout span,
  #open-easy-checkout * {
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
  }
  .product__info-container .pdp-add-btn .pdp-add-btn__main {
    font-size: 9.5px !important;
    letter-spacing: 0.02em !important;
    padding-right: 4px !important;
  }
  .product__info-container .pdp-add-btn .pdp-add-btn__price {
    padding-left: 4px !important;
  }
  .product-sticky-bar button .pdp-add-btn__main,
  .product-sticky-bar__action-group button .pdp-add-btn__main {
    font-size: 0.9rem !important;
    letter-spacing: 0.02em !important;
  }
}

/* --- LONG TEXT SPECIFIC ADJUSTMENTS (when option length > 4) --- */
.product__info-container .pdp-add-btn.pdp-add-btn--long-text,
.product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit,
.product__info-container .pdp-add-btn.pdp-add-btn--long-text .pdp-add-btn__main,
.product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit .pdp-add-btn__main,
#open-easy-checkout.pdp-add-btn--long-text,
#open-easy-checkout.pdp-add-btn--long-text span,
#open-easy-checkout.pdp-add-btn--long-text * {
  font-size: 9.5px !important;
  letter-spacing: 0.02em !important;
}

@media screen and (max-width: 480px) {
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text,
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit,
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text .pdp-add-btn__main,
  .product__info-container .pdp-add-btn.pdp-add-btn--long-text.preorder-btn_submit .pdp-add-btn__main,
  #open-easy-checkout.pdp-add-btn--long-text,
  #open-easy-checkout.pdp-add-btn--long-text span,
  #open-easy-checkout.pdp-add-btn--long-text * {
    font-size: 8.5px !important;
    letter-spacing: 0.01em !important;
  }
}

/* Estilos para el texto de cantidad de stock en móviles para evitar saltos de línea */
.pdp-stock-qty-text {
  font-size: 11px !important;
  margin-left: 6px !important;
}
@media screen and (max-width: 480px) {
  .pdp-stock-qty-text {
    font-size: 10px !important;
    margin-left: 4px !important;
  }
}

/* Restringir la altura de la imagen en móvil para que quepa el header, announcement bar, título y sticky bar sin solaparse */
@media screen and (max-width: 749px) {
  .list-images-product-gallery-content,
  .pdp-carousel__slide,
  .product__media-list {
    height: calc(100vh - 380px) !important;
    max-height: calc(100vh - 380px) !important;
  }
  
  .image-product-gallery,
  .product__media img {
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* Asegurar que los videos en el modal de pantalla completa mantengan su proporción nativa sin estirarse */
.product-media-modal video {
  object-fit: contain !important;
}



