/* Round product cards */ [data-testid="product-card"] { border-radius: 16px !important; overflow: hidden !important; } /* Also round product images */ [data-testid="product-card"] img { border-radius: 16px !important; }
top of page
bottom of page