.komp-category-block{margin-bottom:58px}.komp-category-head{display:flex;justify-content:space-between;gap:24px;align-items:end;border-bottom:1px solid var(--brand-border);padding-bottom:18px;margin-bottom:22px}.komp-category-head h2{margin:0}.komp-category-head p{max-width:520px;color:var(--brand-text-secondary);margin:0}.komp-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:18px;gap:18px}.komp-product-card{border:1px solid var(--brand-border);cursor:pointer;background:#fff;min-height:100%}.komp-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#edf1f5}.komp-product-card div{padding:20px}.komp-product-card h3{font-size:1.12rem;margin-bottom:10px}.komp-product-card p{color:var(--brand-text-secondary);line-height:1.6}.komp-product-card span{color:var(--brand-accent);font-weight:800;font-size:.86rem}