.ridg-products-hero{position:relative;min-height:520px;display:grid;align-items:center;overflow:hidden;padding-top:160px;background:var(--brand-primary-dark)}.ridg-products-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ridg-products-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(30,35,40,.86),rgba(30,35,40,.42))}.ridg-products-hero .container{position:relative;z-index:2}.ridg-products-hero .ridg-kicker,.ridg-products-hero h1,.ridg-products-hero p{color:var(--brand-text-inverse)}.ridg-products-hero p{max-width:660px}.ridg-products-intro{max-width:720px;margin-bottom:28px}.ridg-product-category{margin-top:44px}.ridg-category-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid var(--brand-border);margin-bottom:22px}.ridg-category-heading h2{margin:0}.ridg-category-heading a{font-weight:800}.ridg-dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.ridg-dynamic-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:var(--shadow-card);overflow:hidden}.ridg-dynamic-product-card a{display:grid;grid-gap:12px;gap:12px;padding:16px;color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.ridg-dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.ridg-dynamic-product-card span{color:var(--brand-primary-dark);font-weight:800}.ridg-dynamic-product-card h3{font-size:1.2rem}@media (max-width:991px){.ridg-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.ridg-category-heading{align-items:flex-start;flex-direction:column}.ridg-dynamic-product-grid{grid-template-columns:1fr}}