.qsc-product-feature{min-height:500px;padding:64px 0;background:var(--brand-bg-alt)}.qsc-product-feature h1{font-size:max(2rem, min(4vw, 3.5rem))}.qsc-product-feature img{width:100%;height:430px;-o-object-fit:cover;object-fit:cover}.qsc-product-catalog{padding:80px 0 104px}.qsc-product-category{padding:48px 0;border-top:1px solid var(--brand-border)}.qsc-category-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:28px}.qsc-category-head p{max-width:600px;margin:0}.qsc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.qsc-product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.qsc-product-card a{display:block;color:var(--brand-text)}.qsc-product-image{aspect-ratio:1;background:var(--brand-neutral-light);overflow:hidden}.qsc-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.qsc-product-body{padding:18px}.qsc-product-body h3{font-size:1rem}.qsc-product-body span{color:var(--brand-primary-dark);font-size:.84rem;font-weight:700}@media (max-width:991px){.qsc-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.qsc-product-feature{padding:48px 0}.qsc-product-feature img{height:320px}.qsc-category-head{display:block}.qsc-product-grid{grid-template-columns:1fr}.qsc-product-catalog{padding:48px 0 80px}}