.products-featured{padding:160px 0 84px;background:var(--brand-bg-alt)}.products-featured__grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,1fr);align-items:center;grid-gap:56px;gap:56px}.products-featured__copy p{font-size:1.08rem;margin-bottom:28px}.products-featured__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.catalog-intro{max-width:720px;margin-bottom:34px}.category-block{padding:34px 0;border-top:1px solid var(--brand-border)}.category-desc{max-width:720px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.dynamic-product-card{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg)}.dynamic-product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);border:1px solid var(--brand-border)}.dynamic-product-card h3{margin-bottom:0}.dynamic-product-card span{color:var(--brand-primary);font-weight:700}@media (max-width:991px){.dynamic-product-grid,.products-featured__grid{grid-template-columns:1fr}}