.products-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:36px;gap:36px;align-items:center;padding:96px 0 72px;background:var(--brand-bg-alt)}.products-hero .container{max-width:760px;margin-right:0}.products-hero h1{font-size:max(36px, min(5vw, 58px))}.products-hero img{width:100%;height:100%;min-height:380px;-o-object-fit:cover;object-fit:cover}.products-catalog{padding:80px 0}.category-section+.category-section{margin-top:56px}.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-card{border:1px solid var(--brand-border);background:#fff;border-radius:var(--brand-radius);overflow:hidden}.catalog-card a{display:block;color:var(--brand-text)}.catalog-image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.catalog-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-copy{display:grid;grid-gap:8px;gap:8px;padding:20px}.catalog-copy em{color:var(--brand-primary);font-style:normal}@media (max-width:991px){.dynamic-product-grid,.products-hero{grid-template-columns:1fr 1fr}}@media (max-width:575px){.dynamic-product-grid,.products-hero{grid-template-columns:1fr}}