.products-sidebar-page{padding:140px 0 88px;background:var(--brand-bg-alt)}.products-filter{position:sticky;top:92px;padding:22px}.products-filter h2{font-size:1rem;margin-bottom:14px}.products-filter ul{margin:0;padding:0;list-style:none}.products-filter li+li{border-top:1px solid var(--brand-border)}.products-filter a{display:block;padding:12px 0;color:var(--brand-text);font-weight:700}.products-intro{margin-bottom:30px;padding:28px;border:1px solid var(--brand-border);background:#fff}.products-intro h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;margin-bottom:14px}.catalog-category{padding:32px 0}.catalog-category+.catalog-category{border-top:1px solid var(--brand-border)}.catalog-category__head{margin-bottom:20px}.catalog-category__head h2{font-size:max(1.45rem, min(2.4vw, 2rem))}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{display:grid;border:1px solid var(--brand-border);background:#fff;min-height:100%}.product-card__media{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light);border-bottom:1px solid var(--brand-border)}.product-card__media img{max-width:86%;max-height:86%;-o-object-fit:contain;object-fit:contain}.product-card__body{display:grid;grid-gap:12px;gap:12px;padding:18px}.product-card h3{font-size:1rem;margin:0}@media (max-width:991px){.products-sidebar-page{padding-top:118px}.products-filter{position:static}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}