/* force full product image, ignore fixed 4/3 crop box */
.product-main-image{
  width:100% !important;
  height:auto !important;
  max-height:min(70vh, 560px) !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff;
}
