.featured-products{padding:80px 0;background:var(--brand-bg-alt)}.featured-products h1{font-size:max(2rem, min(4vw, 3.5rem))}.featured-products p{color:var(--brand-text)}.featured-products img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.product-catalog{padding:80px 0 96px}.category{margin-bottom:56px}.category>p{color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.product-grid img{width:100%;height:230px;-o-object-fit:cover;object-fit:cover}.product-grid h3,.product-grid span{display:block;margin:16px 20px}.product-grid h3{font-size:1.05rem;color:var(--brand-text)}