.products-shell{background:#fff}.product-sidebar{position:sticky;top:150px;border:1px solid var(--brand-border);padding:24px;background:var(--brand-bg-alt)}.product-sidebar h2{font-size:20px;color:var(--brand-primary)}.product-sidebar ul{list-style:none;padding:0;margin:0}.product-sidebar li{border-bottom:1px solid var(--brand-border)}.product-sidebar a{display:block;padding:11px 0;font-weight:700}.product-category{padding-bottom:54px;margin-bottom:54px;border-bottom:1px solid var(--brand-border)}.product-category h2{color:var(--brand-primary);font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:#fff;min-height:260px}.product-card a{display:block;color:var(--brand-text);height:100%}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-card__body{padding:20px}.product-card h3{font-size:18px;color:var(--brand-primary)}.product-card span{color:var(--brand-accent);font-weight:700}