/* Product photography standard: square frames, no stretching or side gutters.
   The zoom dialog preserves the original image for inspection. */
.storefront .sf-product-card .sf-product-visual,
.storefront .sf-product-main-image .sf-gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  overflow: hidden;
}
.storefront .sf-product-card .sf-product-card-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.storefront .sf-product-card-media > .sf-product-photo,
.storefront .sf-product-card-media > .sf-product-secondary-photo,
.storefront .sf-product-main-image .sf-gallery-main > .sf-product-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.storefront .sf-product-main-image .sf-gallery-main > .sf-product-photo,
.storefront .sf-product-main-image .sf-gallery-main > .sf-product-video,
.storefront .sf-product-main-image .sf-gallery-main > .sf-set-preview,
.storefront .sf-product-main-image .sf-gallery-main > .sf-care-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
