:root { --product-surface: #efefed; }
.product-image,
.pic,
.gallery,
.gallery img,
.pdp-related img,
.craft-grid img {
  background-color: var(--product-surface) !important;
}
.product-image img,
.pic img,
.gallery img,
.pdp-related img {
  object-position: center;
}
.gallery { background: var(--product-surface) !important; }
.product-tile,
.card,
.pdp-related a { background: #fff; }
