/* ТОЛЬКО ИКОНКА ЛУПЫ БЕЗ ФОНА */
.uc-modern-search .t985__search-widget-icon {
    background: transparent !important;
    box-shadow: none !important;
}

/* Меняем SVG иконку на белую */
.uc-modern-search .t985__search-widget-icon svg {
    filter: invert(1) brightness(2) !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
}

/* Ховер эффект */
.uc-modern-search .t985__search-widget-button:hover .t985__search-widget-icon svg {
    opacity: 1 !important;
    filter: invert(67%) sepia(91%) saturate(415%) hue-rotate(142deg) brightness(89%) contrast(96%) !important;
}