.products-featured{padding:150px 0 86px;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-featured h1{color:var(--brand-text);font-size:max(1.7rem, min(2.6vw, 2.3rem));line-height:1.2}.featured-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.featured-product-img{border-radius:8px;background:var(--brand-accent);box-shadow:var(--shadow-soft)}.product-category-block{margin-bottom:72px}.category-heading{max-width:720px;margin-bottom:28px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);border-radius:8px;overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-image{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:22px}.product-card-body p{min-height:78px}