.t-store__filter__options.t-store__filter__options_wrap.t-store__filter__options_center {
    text-align: left;
}



.t-store__filter-tree-node.js-store-parts-switcher.t-store__filter-tree-node_root:hover .t-store__filter-tree-label {
    background-color: #e0e0e0;
    padding: 1px 8px;
    border-radius: 3px;
    
    /* Анимация с плавностью */
    transition: all 0.2s ease-in-out;
    
    /* Смещение относительно центра */
    transform-origin: center;
    transform: translateX(0) scale(1.05); /* Можно настроить масштаб или смещение */
}

.js-store-filter-tree-container {
    width: 225px;
}