.products-hero{background:var(--brand-bg-alt)}.products-hero .container{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:48px;gap:48px;align-items:center}.products-hero img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover}.products-hero h1{font-size:max(2rem, min(4vw, 3.3rem))}.category-section+.category-section{margin-top:64px}.category-desc{max-width:760px}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{position:relative}.product-card button{width:100%;height:100%;display:grid;text-align:left;padding:0;border:1px solid var(--brand-border);background:var(--brand-bg);color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.product-card h3,.product-card p,.product-card span{margin-left:18px;margin-right:18px}.product-card span{margin-top:18px;color:var(--brand-primary);font-weight:700}.product-card p{margin-bottom:20px}@media (max-width:991px){.products-grid,.products-hero .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-grid,.products-hero .container{grid-template-columns:1fr}}