@media screen and (max-width: 960px) {
/* Открытые фильтры */
.t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {
display: block;
}
.t-store__filter__opts-mob-btn {
display: none;
}
/* Открытый поиск */
.t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {
display: block;
}
.t-store__filter__search-mob-btn {
display: none;
}
}