.products-featured{background:linear-gradient(135deg,var(--brand-bg-alt),#fff);padding:82px 0}.products-featured h1{font-size:44px;line-height:1.12;margin:14px 0}.products-featured p{color:var(--brand-text-secondary);font-size:17px}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border)}.products-grid-section{padding:84px 0}.product-category-block{margin-bottom:60px}.product-category-head{margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.product-category-head h2{margin:0 0 8px;font-size:30px}.product-category-head p{color:var(--brand-text-secondary);margin:0}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(16,21,33,.08)}.product-card a{display:block;height:100%}.product-img{background:var(--brand-neutral-light);aspect-ratio:4/3}.product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-body{padding:22px}.product-body h3{font-size:19px;margin-bottom:10px}.product-body p{color:var(--brand-text-secondary);min-height:54px}.product-body span{color:var(--brand-primary-dark);font-weight:800}@media (max-width:767px){.products-featured h1{font-size:34px}}