/* Shop 14: product media only. Branding, banners and avatars retain their sizes. */
html[data-product-portraits="true"] :is(.pMedia, .cImgWrap, .galleryThumb) {
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
html[data-product-portraits="true"] :is(.pImgPic, .pImg, .cImg, .galleryThumb img) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
html[data-product-portraits="true"] :is(.thumbRow .thumb, .orderThumb, .orderEventThumb, .srImg, .swThumbImg, .linkedProductCard img) {
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}
html[data-product-portraits="true"] #viewProduct .gWrap {
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}
html[data-product-portraits="true"] #viewProduct .gImg {
  aspect-ratio: 3 / 4 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}
