.t-search-widget__popup {
    background-color: #27272A !important;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
}

.t-search-widget__popup a {
    color: white !important;
    text-decoration: none;
}

.t-search-widget__popup a:hover {
    color: #d1d1d1 !important;
}

.t-search-widget__popup p {
    color: white !important;
}


.t706__cartwin-content {
    background-color: #27272A !important; /* Цвет внутри корзины */
}

/* Делаем весь текст в поп-апе корзины белым */
.t706__cartwin,  
.t706__cartwin * {  
    color: #FFFFFF !important;  
}

/* Изменяем цвет ссылок, чтобы они тоже были белыми */
.t706__cartwin a {  
    color: #FFFFFF !important;  
    text-decoration: underline; /* Подчёркивание для лучшей видимости */
}
