.products-hero{background:var(--brand-bg-alt)}.products-hero h1{max-width:860px;font-size:max(2rem, min(4vw, 3.4rem))}.products-hero p{max-width:760px;color:var(--brand-text-secondary)}.product-grid-section{padding:var(--section-pad) 0}.category-note{max-width:760px;margin-bottom:38px}.product-category-block{margin-top:42px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card__body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.product-card__body .btn{margin-top:auto}