.products-minimal-head{padding:64px 0;background:#fff;border-bottom:1px solid var(--brand-border)}.products-list{padding:64px 0}.product-row{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.product-item{display:grid;grid-template-columns:160px 1fr auto;align-items:center;grid-gap:24px;gap:24px;border:1px solid var(--brand-border);padding:16px;cursor:pointer}.product-item img{width:160px;height:110px;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-item span{color:var(--brand-primary);font-weight:700}@media (max-width:575px){.product-item{grid-template-columns:1fr}.product-item img{width:100%;height:180px}}.we-products-catalog,.we-products-hero{padding:80px 0}.we-products-hero{background:var(--brand-bg-alt)}.we-filter{position:sticky;top:96px;align-self:flex-start;border-left:4px solid var(--brand-accent);background:var(--brand-bg-alt);padding:28px}.we-filter ul{padding-left:18px}.we-filter li{margin-bottom:12px}.we-product-category{margin-bottom:48px}.we-product-category>h2{border-bottom:1px solid var(--brand-border);padding-bottom:14px}.we-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.we-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);padding:0;text-align:left}.we-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.we-product-card span,.we-product-card strong{display:block;padding:10px 16px}.we-product-card span{padding-top:0;color:var(--brand-text-secondary)}@media (max-width:991px){.we-filter{position:static}}