.products-hero{padding-top:88px;background:var(--brand-bg-alt)}.products-hero__grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,1fr);grid-gap:48px;gap:48px;align-items:center}.products-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-hero p{max-width:640px;font-size:1.08rem}.products-hero img{width:100%;min-height:420px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.products-catalog{padding:80px 0}.product-category+.product-category{margin-top:72px;padding-top:72px;border-top:1px solid var(--brand-border)}.product-category__head{margin-bottom:26px}.product-category__head h2{font-size:max(1.6rem, min(3vw, 2.4rem))}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.products-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.products-grid:has(> :nth-child(5):last-child)>:nth-child(4){grid-column:2}.products-grid:has(> :nth-child(5):last-child)>:nth-child(5){grid-column:3}.product-card{display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card h3{margin:0;font-size:1.05rem}@media (max-width:991px){.products-grid,.products-grid:has(> :nth-child(4):last-child),.products-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-grid:has(> :nth-child(5):last-child)>:nth-child(4),.products-grid:has(> :nth-child(5):last-child)>:nth-child(5){grid-column:auto}}@media (max-width:575px){.products-grid,.products-grid:has(> :nth-child(4):last-child),.products-hero__grid{grid-template-columns:1fr}}