revert: restore product image background to white

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chris 2026-05-10 10:34:24 -04:00
parent f45a1f807f
commit 973808088e

View File

@ -56,8 +56,8 @@
width: 100%; width: 100%;
height: 220px; height: 220px;
display: block; display: block;
background: #fdf6ee; background: #fff;
border-radius: 12px; border-radius: 10px;
} }
.product-card .no-image { .product-card .no-image {