.products-featured{padding:92px 0;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-featured p{color:var(--brand-text-secondary);font-size:1.08rem}.product-category{margin-bottom:64px}.category-heading{max-width:760px;margin-bottom:28px}.category-heading p{color:var(--brand-text-secondary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card__button{width:100%;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg);color:var(--brand-text);text-align:left;font-weight:760;transition:transform .2s,border-color .2s}.product-card__button:hover{transform:translateY(-3px);border-color:var(--brand-primary)}.product-card__button img{width:100%;height:168px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:var(--brand-bg-alt)}