<!-- Зафиксировать фильтры для магазина, подключенного к товарам, в мобильной
версии | https://twikup.ru/shop-filters-fixing --> <style>
@media screen and (max-width: 960px) { .t-store__filter { position: fixed;
z-index: 9999; margin-left: 0px !important; margin-right: 35px !important;
padding: 15px; top: 30px; left: 20px; background-color: #FFCC00; } .js-store-filter-mob-btn
{ color: #222222; margin-right: 5px; } .t-store__filter__opts-mob-btn-icon path, .t-store__filter__search-mob-btn-icon path { fill: #000000; } .t-store__filter__item-title::after
{ border-color: transparent #000000 #000000 transparent !important; } }
</style>