.clx-products-head{padding:64px 0 32px;border-bottom:1px solid var(--clx-line)}.clx-products-head .container{max-width:920px;margin-left:max(0px,(100vw - 1140px) / 2)}.clx-products-head p{max-width:760px;color:var(--clx-muted)}.clx-products-body{padding:48px 0 80px}.clx-catalog-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:48px;gap:48px}.clx-catalog-layout aside{position:sticky;top:24px;align-self:start;padding:20px;border-left:3px solid var(--clx-green);background:var(--clx-alt)}.clx-catalog-layout aside ol{padding-left:20px;margin:0}.clx-product-category{margin-bottom:40px}.clx-product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.clx-product-card{display:grid;grid-template-columns:160px 1fr;align-items:center;min-height:130px;border:1px solid var(--clx-line);background:#fff;cursor:pointer}.clx-product-card:hover{border-color:var(--clx-green)}.clx-product-image{height:100%;min-height:130px;background:var(--clx-alt)}.clx-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clx-product-card>div:last-child{padding:16px}.clx-product-card h3{margin-bottom:6px}.clx-product-card span{color:var(--clx-muted);font-size:.85rem}@media (max-width:991px){.clx-catalog-layout{grid-template-columns:1fr}.clx-catalog-layout aside{position:static}.clx-product-grid{grid-template-columns:1fr}}@media (max-width:520px){.clx-product-card{grid-template-columns:110px 1fr}}