.catalog-filters{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:16px;grid-row-gap:16px}@media screen and (max-width:1040px){.catalog-filters{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:860px){.catalog-filters{grid-template-columns:repeat(2,1fr);grid-row-gap:16px}}@media screen and (max-width:600px){.catalog-filters{grid-template-columns:1fr}}@media screen and (min-width:600px){.catalog-filters .span-2{grid-column:span 2}}
