/* ============================================================
   PRODUCT IMAGES FIX - Asegura imágenes grandes
   ============================================================ */

/* Forc larger images in shop */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .woocommerce-LoopProduct-image img {
  width: 100% !important;
  height: auto !important;
  min-width: 300px !important;
  min-height: 300px !important;
}

/* Force image container to be large */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product > a:first-child {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

/* Single product gallery */
.woocommerce div.product .woocommerce-product-gallery__wrapper img {
  width: 100% !important;
  height: auto !important;
}

.woocommerce div.product .woocommerce-product-gallery {
  margin-bottom: 30px !important;
}

/* Product thumbnail gallery */
.flex-control-nav li img {
  width: 100% !important;
  height: auto !important;
}

.flex-control-nav li {
  width: auto !important;
  height: auto !important;
}
