body{padding-top:78px}.products-featured-banner{padding:86px 0;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-featured-banner img{width:100%;border-radius:var(--brand-radius);box-shadow:0 22px 50px rgba(17,24,39,.12)}.products-featured-banner span{color:var(--brand-secondary);font-weight:900;text-transform:uppercase}.products-featured-banner h1{font-size:max(2rem, min(4vw, 4rem))}.products-cat-section{padding:72px 0}.products-cat-section:nth-child(odd){background:var(--brand-bg-alt)}.product-card{cursor:pointer;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px;height:100%;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(17,24,39,.12)}.product-card img{width:100%;aspect-ratio:19/13;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:16px}.product-card h3{font-size:1.15rem}.product-inquiry-btn{border-radius:999px;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}