fix: make product image rounded corners visible

border-radius was already set but invisible (white image on white background).
Changing the image background to a warm off-white makes the 12px rounded
corners show against the surrounding area.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chris 2026-05-09 22:07:12 -04:00
parent e8240e383a
commit f45a1f807f

View File

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