.products-hero{background:linear-gradient(135deg,var(--brand-bg-alt),var(--brand-primary-light))}.product-browser{padding:72px 0 96px}.product-sidebar{position:sticky;top:120px;padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.product-sidebar h2{font-size:1.2rem}.product-sidebar nav{display:grid;grid-gap:8px;gap:8px;margin:16px 0}.product-sidebar a{padding:10px 12px;border-radius:var(--brand-radius);background:var(--brand-bg-alt);color:var(--brand-text);font-weight:800}.product-category{padding-bottom:48px}.category-heading{margin-bottom:24px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden}.product-card button{width:100%;border:0;background:#fff;color:var(--brand-text);text-align:left;padding:0;font-weight:800}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light)}.product-card span{display:block;padding:16px}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-sidebar{position:static}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}