.products-hero{position:relative;overflow:hidden;min-height:520px;padding:170px 0 90px;background:var(--brand-primary-dark)}.products-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.35}.products-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,52,94,.92),rgba(12,34,54,.7))}.products-hero .container{position:relative;z-index:2;max-width:860px;margin-left:max(24px,(100vw - 1140px) / 2)}.products-hero p{max-width:740px;font-size:1.08rem}.products-intro{max-width:760px;margin-bottom:34px}.product-category-block{padding:36px 0;border-top:1px solid var(--brand-border)}.category-heading{max-width:760px;margin-bottom:24px}.category-heading h2{margin-bottom:8px}.dynamic-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.product-card a{display:grid;height:100%;color:var(--brand-text)}.product-image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{display:grid;grid-gap:12px;gap:12px;padding:20px}.product-card h3{margin:0;font-size:1.1rem}.product-card-body span{color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.dynamic-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-hero{padding:150px 0 70px}.dynamic-products-grid{grid-template-columns:1fr}}