.products-featured{background:var(--brand-bg-alt);padding:86px 0;border-bottom:1px solid var(--brand-border)}.products-featured h1{font-size:3.4rem;line-height:1.06;font-weight:900;margin-bottom:18px}.products-featured p{color:var(--brand-text-muted);font-size:1.05rem;margin-bottom:28px}.featured-product-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:#fff}.product-category-block{padding:42px 0;border-bottom:1px solid var(--brand-border)}.product-category-block:last-child{border-bottom:0}.category-head{display:grid;grid-template-columns:74px 1fr;grid-gap:20px;gap:20px;margin-bottom:24px}.category-index{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--brand-primary);color:var(--brand-primary);font-weight:900}.category-head h2{margin:0 0 6px;font-weight:900}.category-head p{color:var(--brand-text-muted);margin:0}.catalog-card{border:1px solid var(--brand-border);background:#fff}.catalog-card a{display:block;height:100%;color:var(--brand-text)}.catalog-img{aspect-ratio:4/3;background:var(--brand-bg-alt);overflow:hidden}.catalog-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-body{padding:22px}.catalog-body h3{font-size:1.08rem;font-weight:850}.catalog-body p{color:var(--brand-text-muted);font-size:.92rem}.catalog-body span{color:var(--brand-secondary);font-weight:900}@media (max-width:768px){.products-featured h1{font-size:2.4rem}.category-head{grid-template-columns:1fr}}