.products-featured{background:var(--brand-bg-alt);padding:84px 0}.products-featured h1{max-width:620px}.products-featured p{max-width:620px;font-size:18px}.featured-product-image{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px;box-shadow:0 22px 50px rgba(20,58,92,.12)}.featured-product-image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));border-radius:var(--brand-radius)}.category-section{margin-bottom:64px}.category-section:last-child{margin-bottom:0}.category-heading{max-width:760px;margin-bottom:28px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(20,58,92,.08);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(20,58,92,.14)}.product-card a{display:block;color:inherit;height:100%}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-card-body span{display:inline-block;color:var(--brand-secondary);font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:8px}.product-card-body h3{font-size:21px;margin-bottom:10px}@media (max-width:768px){.products-featured{padding:56px 0}}