/* Product geometry: no crop, no stretch, no enlargement beyond source resolution. */
body .v2-main-image { min-height: 0; aspect-ratio: 1.12; overflow: hidden; }
body .v2-main-image > a { display: grid; place-items: center; min-height: 0; padding: clamp(18px, 3vw, 32px); }
body .v2-main-image img,
body .v2-product-grid .v2-card .v2-card-image img,
body .v3-featured-image img,
body .v4-brand-cover img,
body .v5-brand-card-photo img {
  object-fit: contain;
  object-position: center;
  max-width: min(100%, var(--mwb-native-w, 10000px));
  max-height: min(100%, var(--mwb-native-h, 10000px));
  transform: none;
}
body .v2-main-image img { width: 100%; height: 100%; min-width: 0; min-height: 0; }
body .v2-lightbox { width: fit-content; max-width: 94vw; padding: 44px 24px 24px; }
body .v2-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(84vw, var(--mwb-native-w, 10000px));
  max-height: min(80vh, var(--mwb-native-h, 10000px));
  object-fit: contain;
  object-position: center;
  margin: auto;
}
body .v2-card:hover .v2-card-image img { transform: none; }
