.products-feature{padding:82px 0;background:linear-gradient(135deg,#f6fbfb,#fff8ed)}.product-hero-image{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:0 22px 60px rgba(25,78,78,.14)}.product-hero-image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-category-list{padding:76px 0 96px}.product-category+.product-category{margin-top:72px;padding-top:58px;border-top:1px solid var(--brand-border)}.category-copy{max-width:780px;margin-bottom:28px}.category-copy p{color:var(--brand-text-muted)}.product-grid-dynamic{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(26,32,44,.1)}.product-card a{display:block;color:inherit}.product-card figure{margin:0;aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-card img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:16px}.product-card-body{padding:22px}.product-card-body p{color:var(--brand-text-muted)}.product-link{color:var(--brand-primary);font-weight:800}