.products-hero{padding:160px 0 72px;background:var(--brand-bg-alt)}.products-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-hero img{width:100%;height:420px;-o-object-fit:cover;object-fit:cover}.product-category{margin-bottom:64px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card button{width:100%;padding:0;text-align:left;background:#fff;border:1px solid var(--brand-border)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card em,.product-card span{display:block;padding:12px 16px}.product-card span{font-weight:700}.product-card em{color:var(--brand-primary)}