Theme settings — Products
config/settings_schema.json

| Setting | ID | Type | Default | Notes |
|---|---|---|---|---|
| Show saved amount | product_save_amount | checkbox | true | — |
| Savings display style | product_save_type | select | dollar | Options: Amount · Percent |
| Show vendor | vendor_enable | checkbox | — | — |
| Hide fully sold-out products | hide_sold_out_products | checkbox | true | Hides a product from product grids and search when all of its variants are sold out. |
| Compress product card images | product_grid_compressed_images | checkbox | true | Faster product-card loading (smaller responsive sizes). Turn off for full-quality larger grid images. |
Compress product card images

Theme Editor → Theme settings → Products → Compress product card images.
| Mode | Behaviour |
|---|---|
| On (default) | Tighter srcset (max ~800px), accurate sizes for grid columns, first-row eager + high fetch priority, LCP preload for the first collection/search card, lighter hover (secondary) images, decoding="async". |
| Off | Legacy larger grid srcsets (360…1080 primary, hover up to 1000), default lazy load / fade-in. |
Applies to product cards built via snippets/product-grid-item.liquid (collection, search, featured collection, related, etc.).