.products-cat-showcase{padding:0 0 84px;background:var(--brand-bg)}.cat-showcase-hero{position:relative;min-height:400px;display:flex;align-items:flex-end;margin-bottom:48px;overflow:hidden;background:var(--brand-secondary)}.cat-showcase-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.45}.cat-showcase-hero .hero-overlay{position:relative;color:var(--brand-text-inverse);padding-bottom:46px}.cat-showcase-hero h2{font-size:max(2.4rem, min(6vw, 5rem));color:var(--brand-text-inverse)}.cat-showcase-hero p{max-width:720px;color:rgba(255,255,255,.84)}.product-card{background:#fff;border:1px solid var(--brand-border);padding:18px;cursor:pointer;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(28,28,28,.11)}.product-card img{width:100%;aspect-ratio:19/13;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3{margin:18px 0;font-size:1.25rem}.product-inquiry-btn{background:var(--brand-primary);color:var(--brand-text-inverse);width:100%}.product-inquiry-btn:hover{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}