.products-shell{background:#fff}.product-sidebar{position:sticky;top:120px;background:var(--brand-bg-alt);border-radius:12px;padding:24px}.product-sidebar h2{font-size:20px}.product-sidebar a{display:block;padding:10px 0;border-bottom:1px solid var(--brand-border);font-weight:700;color:var(--brand-text)}.product-category{margin-bottom:54px}.product-category h2{font-weight:800;margin-bottom:22px}.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);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(23,51,68,.06)}.product-card a{color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#e7eef2}.product-card__body{padding:18px}.product-card h3{font-size:18px;font-weight:800}.product-card span{font-weight:800;color:var(--brand-primary)}