/* zaadkom-product-image-integration-v12.29.3
   Integrates opaque white product-image canvases into the product card
   without changing image dimensions, card layout, spacing, or interactions. */
body.store-ui .product-card .product-image-wrap{
  background:var(--surface);
  border:0;
  box-shadow:none;
}
body.store-ui .product-card .product-image{
  background:transparent;
  filter:none;
  box-shadow:none;
}
