/* v12: transparent product images on one white surface. Shop scope only. */
.home-shop .product-card,
.home-shop .product-card > img,
.catalog-card > img,
.product-gallery .product-photo,
.product-gallery .product-photo > img,
.gallery-thumbs button > img,
.original-photo-frame,
.original-photo-frame > img,
.cart-row > img {
  background: #fff;
}
/* Keep the silhouettes proportional in every merchandise view. */
.catalog-card > img,
.gallery-thumbs button > img,
.cart-row > img {
  object-fit: contain;
}
