/*
 * V44 — unified product-media canvas
 * Product cut-outs use the same warm neutral background across listing,
 * detail, workplace-area and series views. Scene photography is preserved.
 */
.product-card-image,
.detail-image,
.office-area-product,
.series-detail-image {
  background: #ede9e1 !important;
}

.product-card-image img,
.detail-image img,
.office-area-product img,
.series-detail-image img {
  mix-blend-mode: normal !important;
}
