/** Shopify CDN: Minification failed

Line 33:0 Unexpected "}"

**/
/* Ratio uniforme 1:1 en tarjetas de producto */
.grid-product__image-wrapper {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
}

.grid-product__image-link {
  display: block !important;
  height: 100% !important;
}

.product--wrapper.image-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}

.product--image {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

}

#overlay-drawer {
  pointer-events: none;
  z-index: 9998;
}

#overlay-drawer.is-active {
  pointer-events: auto;
}




