

/* v2.0.2 mobile product image hard guard */
@media (max-width:720px){
  .product-image{height:auto!important;aspect-ratio:4/3!important;max-height:none!important}
  .product-image img{object-fit:contain!important}
  .product-main-photo{height:auto!important;aspect-ratio:4/3!important;max-height:none!important}
  .product-main-photo img{object-fit:contain!important}
}


/* v2.0.7 hard guard: product images never fullscreen on mobile */
@media(max-width:720px){
  .product-main-photo,
  .detail-main-photo,
  .product-image{
    height:auto!important;
    aspect-ratio:4/3!important;
    max-height:none!important;
  }
  .product-main-photo img,
  .detail-main-photo img,
  .product-image img{
    object-fit:contain!important;
  }
}
