/* Выровнять панель фильтров влево во всех каталогах */
.t-store__filter,
.t-store__filter__wrapper,
.t-store__filter__inner,
.t-store__filter__container,
.t-store__filter__options,
.t-store__filter__scroll {
text-align: left !important;
justify-content: flex-start !important;
}

.t-store__filter__inner,
.t-store__filter__container {
margin-left: 0 !important;
margin-right: auto !important;
}
