
/* Стили для отладки */
.debug-visible .t-store__filter {
    display: block !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 9999 !important;
    background: white !important;
    padding: 20px !important;
    border: 2px solid red !important;
}

/* Подсветка элементов */
.debug-highlight {
    outline: 2px solid green !important;
    background: yellow !important;
}
