.products-hero{background:var(--brand-neutral-light)}.products-hero>.container{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.9fr);grid-gap:44px;gap:44px;align-items:center}.sub-hero-media{overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-primary-light)}.sub-hero-media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover}.products-catalog{background:var(--brand-bg)}.products-intro{max-width:760px;margin-bottom:32px}.products-intro p{color:var(--brand-text);font-size:1.05rem}.product-category-block+.product-category-block{margin-top:56px}.category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--brand-border)}.category-heading h2{color:var(--brand-text);font-size:max(1.45rem, min(2.5vw, 2rem));margin:0}.category-heading p{max-width:520px;margin:0;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.dynamic-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.dynamic-product-card{position:relative;display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.dynamic-product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.dynamic-product-card h3{font-size:1.16rem;color:var(--brand-text)}.dynamic-product-card p{color:var(--brand-text)}@media (max-width:991.98px){.dynamic-product-grid,.dynamic-product-grid:has(> :nth-child(4):last-child),.products-hero>.container{grid-template-columns:repeat(2,minmax(0,1fr))}.category-heading{display:block}}@media (max-width:575.98px){.dynamic-product-grid,.dynamic-product-grid:has(> :nth-child(4):last-child),.products-hero>.container{grid-template-columns:1fr}}