.products-hero{padding-top:160px;padding-bottom:80px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.products-hero-grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(360px,0.85fr);grid-gap:44px;gap:44px;align-items:center}.products-hero h1,.products-hero p{color:var(--brand-text-inverse)}.products-hero img{width:100%;aspect-ratio:18/13;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.25)}.products-grid-section{background:var(--brand-bg)}.product-category-block+.product-category-block{margin-top:56px;padding-top:48px;border-top:1px solid var(--brand-border)}.category-heading{max-width:760px;margin-bottom:24px}.category-heading h2{color:var(--brand-text);font-size:max(1.5rem, min(2.7vw, 2.25rem))}.category-heading p{color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card a{display:grid;color:var(--brand-text)}.product-image-wrap{aspect-ratio:4/3;background:var(--brand-bg-alt);display:block;overflow:hidden}.product-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-body{display:grid;grid-gap:10px;gap:10px;padding:18px}.product-card h3{margin:0;font-size:1.08rem;color:var(--brand-text)}.product-link{color:var(--brand-primary);font-weight:760}@media (max-width:991px){.dynamic-product-grid,.products-hero-grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.dynamic-product-grid,.products-hero-grid{grid-template-columns:1fr}}