.products-featured{padding:86px 0;background:linear-gradient(135deg,#eef4ff,#fff)}.products-featured h1{max-width:720px}.featured-product-img{width:100%;aspect-ratio:45/31;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--brand-shadow)}.product-catalog{padding:82px 0}.product-category-block{margin-bottom:72px}.category-heading{max-width:780px;margin-bottom:28px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .25s,border-color .25s}.product-card:hover{transform:translateY(-4px);border-color:var(--brand-primary)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-image-wrap{aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:18px}.product-card-body{padding:24px}.product-card-body h3{font-size:1.18rem}.product-card-body span{color:var(--brand-primary);font-weight:800}