.products-catalog-shell{padding:80px 0 96px;background:var(--brand-bg-alt)}.products-title{max-width:760px;margin-bottom:36px}.products-title h1{margin:0 0 14px;color:var(--brand-text)}.products-title p{margin:0;color:var(--brand-text)}.product-sidebar{position:sticky;top:92px;padding:24px;border:1px solid var(--brand-border);background:var(--brand-bg)}.product-sidebar h2{margin:0 0 16px;color:var(--brand-text);font-size:1.1rem}.product-sidebar nav{display:grid;grid-gap:8px;gap:8px}.product-sidebar a{padding:11px 12px;border:1px solid var(--brand-border);color:var(--brand-text);font-weight:700}.product-sidebar a.active,.product-sidebar a:hover{border-color:var(--brand-primary);background:var(--brand-primary);color:var(--brand-text-inverse)}.product-category-block{padding:28px;margin-bottom:28px;border:1px solid var(--brand-border);background:var(--brand-bg)}.category-heading{margin-bottom:22px}.category-heading span{color:var(--brand-primary);font-size:.78rem;font-weight:700;text-transform:uppercase}.category-heading h2{margin:6px 0 8px;color:var(--brand-text)}.category-heading p{margin:0;color:var(--brand-text)}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.catalog-product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.product-image-link{width:100%;padding:0;border:0;background:var(--brand-neutral-light)}.product-image-link img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card-body{padding:20px}.product-card-body h3{margin:0 0 10px;color:var(--brand-text);font-size:1.08rem}.product-card-body p{margin:0 0 18px;color:var(--brand-text)}@media (max-width:991px){.product-sidebar{position:static}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}