.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.products-hero-media{min-height:420px;border-color:rgba(255,255,255,.35)}.product-catalog{padding:80px 0 96px}.catalog-intro{max-width:820px;margin-bottom:42px}.category-section+.category-section{margin-top:64px}.category-heading{margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--brand-border)}.category-heading h2{margin:0;color:var(--brand-text);font-size:1.75rem;font-weight:800}.category-heading p{max-width:760px;margin:10px 0 0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-card{display:flex;flex-direction:column;min-height:100%;padding:18px;border:1px solid var(--brand-border);background:#fff}.product-card a{display:flex;flex:1;flex-direction:column;color:var(--brand-text)}.product-image{display:block;width:100%;aspect-ratio:4/3;margin-bottom:18px;overflow:hidden;background:var(--brand-bg-alt)}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s}.product-card:hover .product-image img{transform:scale(1.04)}.product-card h3{margin:0 0 18px;color:var(--brand-text);font-size:1.08rem;font-weight:800}.product-card .btn{margin-top:auto}@media (max-width:575px){.product-catalog{padding:64px 0 84px}}