#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    transition: opacity 0.2s ease;
    opacity: 1;
}
#preloader:not(.active) {
    opacity: 0;
    pointer-events: none;
}