.sart-page-hero-grid{background:linear-gradient(180deg,var(--brand-bg-alt),var(--brand-bg))}.sart-catalog{background:var(--brand-bg)}.sart-product-category{margin-bottom:58px}.sart-category-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:24px}.sart-category-head h2{margin:0;color:var(--brand-primary-dark);font-size:30px;font-weight:700}.sart-category-head p{max-width:560px;margin:0;color:var(--brand-neutral-mid)}.sart-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.sart-catalog-card{min-height:100%;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg);overflow:hidden;box-shadow:0 10px 28px rgba(36,28,25,.06)}.sart-product-image{width:100%;aspect-ratio:4/3;border:0;padding:0;background:var(--brand-bg-alt)}.sart-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:18px}.sart-catalog-card-body{padding:22px}.sart-catalog-card h3{min-height:56px;margin-bottom:12px;color:var(--brand-text);font-size:20px;font-weight:700}.sart-catalog-card p{color:var(--brand-neutral-mid)}.sart-catalog-support{text-align:center}.sart-catalog-support h2{color:var(--brand-primary-dark);font-size:30px;font-weight:700}@media (max-width:767px){.sart-category-head{display:block}.sart-category-head p{margin-top:10px}}