.products-page{background:#fff}.products-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:40px;gap:40px;align-items:start}.products-sidebar{position:sticky;top:112px;padding:22px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.products-sidebar h2{margin:0 0 16px;color:var(--brand-text);font-size:1.1rem;font-weight:900}.products-category-nav{display:grid;grid-gap:9px;gap:9px}.products-category-nav a{padding:10px 12px;border-radius:10px;background:#fff;color:var(--brand-text);font-weight:800}.products-category-nav a:hover{background:var(--brand-primary);color:#fff}.products-intro{margin-bottom:38px}.products-intro h1{max-width:860px;margin:10px 0 12px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.4rem));line-height:1.1;font-weight:900}.products-intro p{max-width:760px;margin:0;color:var(--brand-text)}.product-category-block{scroll-margin-top:130px;padding:30px 0 42px;border-top:1px solid var(--brand-border)}.product-category-head{margin-bottom:22px}.product-category-head h2{margin:0 0 8px;color:var(--brand-text);font-weight:900}.product-category-head p{margin:0;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.dynamic-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.dynamic-product-grid:has(> :nth-child(5):last-child),.dynamic-product-grid:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.dynamic-product-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 12px 28px rgba(42,34,48,.08)}.dynamic-product-card a{display:grid;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.dynamic-product-card__body{padding:16px}.dynamic-product-card h3{margin:0 0 8px;color:var(--brand-text);font-size:1.05rem;font-weight:850}.dynamic-product-card span{color:var(--brand-primary-dark);font-weight:800}.dynamic-product-card .btn{margin:auto 16px 16px}@media (max-width:1199px){.dynamic-product-grid,.dynamic-product-grid:has(> :nth-child(4):last-child),.dynamic-product-grid:has(> :nth-child(5):last-child),.dynamic-product-grid:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991px){.products-layout{grid-template-columns:1fr}.products-sidebar{position:static}}@media (max-width:575px){.dynamic-product-grid,.dynamic-product-grid:has(> :nth-child(4):last-child),.dynamic-product-grid:has(> :nth-child(5):last-child),.dynamic-product-grid:has(> :nth-child(6):last-child){grid-template-columns:1fr}}