.products-shell{background:#fff}.page-intro{margin-bottom:32px}.page-intro h1{color:var(--brand-primary);font-size:max(34px, min(5vw, 52px));line-height:1.1}.product-sidebar{position:sticky;top:96px;border:1px solid var(--brand-border);padding:24px;background:var(--brand-bg-alt)}.product-sidebar h2{font-size:20px;color:var(--brand-primary);margin-bottom:16px}.product-sidebar ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.product-sidebar a{color:var(--brand-text);font-weight:700}.product-category{padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid var(--brand-border)}.category-head h2{color:var(--brand-primary);margin-bottom:8px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px;margin-top:22px}.product-card{border:1px solid var(--brand-border);background:#fff;display:flex;flex-direction:column;min-height:100%}.product-card img{aspect-ratio:4/3;width:100%;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card div{padding:20px}.product-card h3{color:var(--brand-primary);font-size:20px}.product-card p{color:var(--brand-text-muted)}