.products-feature{padding:88px 0;background:var(--brand-primary-light)}.products-feature img{width:100%;max-height:460px;-o-object-fit:cover;object-fit:cover}.products-grid{padding:80px 0}.products-grid h2{margin:48px 0 24px}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);padding:20px;cursor:pointer}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-card h3{font-size:1.1rem;margin:16px 0}