/* === ПОЛЕ ВВОДА ПОИСКА (верхний поиск в шапке) === */
.t1261__search-input {
    color: #FFFFFF !important;
    background-color: #1a2027 !important;
}

/* Placeholder */
.t1261__search-input::placeholder {
    color: #888888 !important;
}

/* === ВЫПАДАЮЩИЙ СПИСОК РЕЗУЛЬТАТОВ === */
.t1261__search-found {
    background-color: #FFFFFF !important;
    border: 1px solid #E0E0E0 !important;
}

/* === ЭЛЕМЕНТЫ СПИСКА === */
.t1261__search-found .t1261__link-item,
.t1261__search-found a {
    color: #222222 !important;
}

/* При наведении */
.t1261__search-found .t1261__link-item:hover,
.t1261__search-found a:hover {
    background-color: #F5F5F5 !important;
    color: #000000 !important;
}

/* === НИЖНИЙ ПОИСК (в каталоге товаров) === */
.t1261__catalog-search .t1261__search-input {
    color: #333333 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}