
/* Показываем скрытые контейнеры с подразделами */
.t-store__filter__child-list {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Разворачиваем маркеры (стрелочки) в положение "открыто" */
.t-store__filter__has-child .t-store__filter__arrow {
    transform: rotate(180deg) !important; 
}
</style>
