/* Las imágenes comerciales se muestran completas dentro de un marco cuadrado. */
.product-card__image{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1/1;
  padding:clamp(.65rem,1.8vw,1.15rem)!important;
  overflow:hidden;
  background:#fff;
}
.product-card__image img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.product-media-gallery__stage{
  width:100%;
  min-height:0!important;
  aspect-ratio:1/1;
  background:#fff;
}
.product-media-gallery__stage .product-gallery-main{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:700px){
  .product-card__image{padding:.5rem!important}
  .product-media-gallery__stage{min-height:0!important}
}
