.cart-recommendations{padding:80px 5vw 110px;border-top:1px solid rgba(23,32,25,.14);background:#f7f6f2}
.cart-recommendations>header{max-width:1250px;margin:0 auto 35px;text-align:center}
.cart-recommendations h2{margin:9px 0 0;font:500 clamp(34px,4vw,52px)/1.1 'Playfair Display',serif}
.cart-recommendations .product-grid{max-width:1250px;margin:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.cart-recommendations .product-media{height:340px;background:#fff}
@media(max-width:900px){.cart-recommendations .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.cart-recommendations{padding:60px 14px 75px}.cart-recommendations .product-grid{gap:10px}.cart-recommendations .product-media{height:245px}}
