/* Smaller Best Sellers cards */
.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.grid .pic{height:260px;overflow:hidden}
.grid .pic img{width:100%;height:100%;object-fit:contain;display:block}
.grid .card h3{font-size:15px;line-height:1.4}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid .pic{height:230px}}
@media(max-width:600px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.grid .pic{height:190px}.grid .card h3{font-size:13px}}