#top-search-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #ff4d4d, #f9d423, #2ecc71);
    z-index: 99999;
    box-shadow: 0 0 10px rgba(249, 212, 35, 0.7);
    transition: width 0.4s ease-out;
    pointer-events: none;
}