.products-sidebar-page{padding:170px 0 96px;background:var(--brand-bg-alt)}.products-intro{max-width:760px;margin-bottom:32px}.products-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:34px;gap:34px;align-items:start}.products-filter{position:sticky;top:108px;padding:24px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius)}.products-filter h2{font-size:1.15rem}.products-filter nav{display:grid;grid-gap:10px;gap:10px}.products-filter a{padding:10px 12px;border:1px solid var(--brand-border);border-radius:var(--radius);color:var(--brand-text);font-weight:700}.products-filter a:hover{border-color:var(--brand-primary);color:var(--brand-primary-dark)}.product-category{margin-bottom:48px;padding:30px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius)}.category-head{margin-bottom:22px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card__body{padding:18px}.product-card__body h3{min-height:46px;margin-bottom:12px}.product-card__body span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.products-layout{grid-template-columns:1fr}.products-filter{position:static}.product-grid,.products-filter nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid,.products-filter nav{grid-template-columns:1fr}}