The dealer list on the Where to Buy page currently looks visually "cut off" at the bottom when there are more items than fit in the visible area. Adding a subtle shadow/gradient fade at the bottom would:
The list ends abruptly at the container boundary (lg:max-h-[560px] lg:overflow-y-auto), giving no visual cue that more dealers are available below.
Add a bottom shadow overlay (e.g. a gradient from transparent to the background color) on the scrollable dealer list container. The shadow should:
storefront/components/where-to-buy/where-to-buy-content.tsx — the scrollable parent container (line ~109)storefront/components/where-to-buy/dealer-list.tsx — the dealer list componentEnhancement, UI