.products-feature{background:var(--brand-bg-alt);padding:96px 0}.products-feature h1{font-size:max(34px, min(4vw, 52px))}.products-feature img{border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg)}.product-catalog{background:var(--brand-bg)}.product-category{padding:36px 0;border-bottom:1px solid var(--brand-border)}.category-heading{max-width:780px;margin-bottom:26px}.category-heading p{color:var(--brand-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:16px;display:grid;grid-gap:14px;gap:14px}.product-card a{display:grid;grid-gap:12px;gap:12px}.product-image{aspect-ratio:4/3;background:var(--brand-bg-alt);border-radius:var(--brand-radius);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-name{color:var(--brand-text);font-weight:800}.product-note{color:var(--brand-text-muted);font-size:.92rem}