.products-shell{padding:64px 0 82px}.product-sidebar{position:sticky;top:92px;border:1px solid var(--brand-border);padding:22px;background:var(--brand-bg)}.product-sidebar h2{font-size:1rem;color:var(--brand-primary-dark);margin-bottom:14px}.product-sidebar a{display:block;padding:10px 0;border-top:1px solid var(--brand-border);color:var(--brand-neutral-mid)}.product-group{margin-bottom:54px;scroll-margin-top:110px}.product-group__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.product-group__head h2{color:var(--brand-primary-dark);margin:0}.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:var(--brand-bg)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card__body{padding:18px}.product-card h3{font-size:1rem;color:var(--brand-primary-dark);min-height:48px}.product-card span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.product-sidebar{position:static}.product-group__head{align-items:flex-start;flex-direction:column}}