.products-hero{background:var(--brand-bg-alt)}.products-hero::after{display:none}.products-hero .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,0.78fr);grid-gap:42px;gap:42px;align-items:center}.products-hero h1,.products-hero p{color:var(--brand-text)}.products-hero img{position:static;width:100%;height:auto;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:#fff}.products-intro{max-width:760px;margin-bottom:38px}.products-intro h2{font-size:max(1.8rem, min(3vw, 2.6rem))}.category-section{margin-top:54px}.category-section:first-of-type{margin-top:0}.category-section>h2{padding-bottom:14px;border-bottom:1px solid var(--brand-border);margin-bottom:24px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{display:flex;flex-direction:column;border:1px solid var(--brand-border);background:#fff}.product-card a{display:flex;flex:1 1 auto;flex-direction:column;color:var(--brand-text)}.product-card__image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{display:grid;grid-gap:8px;gap:8px;padding:20px}.product-card__body strong{color:var(--brand-text);font-size:1.05rem}.product-card__body span{color:var(--brand-text);font-size:.92rem}.product-card .btn{margin:0 20px 20px}@media (max-width:991.98px){.product-card-grid,.products-hero .container{grid-template-columns:repeat(2,minmax(0,1fr))}.products-hero .container{grid-template-columns:1fr}}@media (max-width:575.98px){.product-card-grid{grid-template-columns:1fr}}