/*
 * V45 — one consistent light blue-gray product canvas.
 * The matching color is baked into flat-background product images as well,
 * preventing white, beige, gray or cached legacy rectangles from showing.
 */
:root {
  --product-canvas: #e8eff1;
}

.product-card-image,
.detail-image,
.office-area-product,
.series-detail-image,
.collection-image {
  background: var(--product-canvas) !important;
}

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