.products-hero{padding:172px 0 88px;background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.products-hero h1,.products-hero p{color:var(--brand-text-inverse)}.products-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:48px;gap:48px;align-items:center}.products-hero img{border:1px solid rgba(255,255,255,.24);border-radius:var(--brand-radius)}.category-block+.category-block{margin-top:56px}.category-desc{max-width:720px;color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:24px}.product-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.product-card a{display:grid;grid-gap:14px;gap:14px;height:100%;padding:16px;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{color:var(--brand-primary);font-weight:700}@media (max-width:991px){.product-grid,.products-hero__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid,.products-hero__inner{grid-template-columns:1fr}}