.products-layout{background:var(--brand-bg);padding-top:96px}.products-intro{max-width:760px;margin-bottom:36px}.products-intro h1{font-size:max(2rem, min(4vw, 3.5rem));margin-bottom:14px}.product-sidebar{position:sticky;top:110px;border:1px solid var(--brand-border);background:var(--brand-bg-alt);padding:22px}.product-sidebar h2{font-size:1.1rem;margin-bottom:16px}.product-sidebar ul{list-style:none;padding:0;margin:0}.product-sidebar li{border-top:1px solid var(--brand-border)}.product-sidebar a{display:block;padding:12px 0;font-weight:700}.product-category-block{padding:0 0 56px}.product-category-head{margin-bottom:20px}.product-category-head h2{font-size:1.6rem;margin-bottom:8px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);padding:16px}.product-card-body{padding:16px}.product-card h3{font-size:1rem;margin-bottom:8px}.product-card span{color:var(--brand-primary-dark);font-weight:700;font-size:.9rem}@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}}