.products-featured{padding:160px 0 80px;background:var(--brand-bg-alt)}.products-featured h1{font-size:2.7rem;line-height:1.12;color:var(--brand-text);font-weight:800}.products-featured p{color:var(--brand-text);font-size:1.05rem}.products-featured img{width:100%;border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.product-category-block{margin-bottom:56px}.category-heading{margin-bottom:24px;max-width:760px}.category-heading h2{color:var(--brand-text);font-weight:800}.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);background:#fff;border-radius:var(--brand-radius);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card div{padding:22px}.product-card h3{color:var(--brand-text);font-size:1.05rem;font-weight:800}.product-card p{color:var(--brand-text)}.product-card span{color:var(--brand-primary);font-weight:800}