.products-filters{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:16px}@media screen and (max-width:990px){.products-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:570px){.products-filters{grid-column-gap:12px;grid-row-gap:8px}}@media screen and (min-width:991px){.products-filters .full-width{grid-column:-1/1}}
