/* Mikro Agent: Fix for Helix Ultimate Offcanvas Menu */
.offcanvas-overlay {
    pointer-events: none !important;
}

body.offcanvas-active .offcanvas-overlay {
    pointer-events: auto !important;
    transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1),
                visibility 0.3s cubic-bezier(0.7, 0, 0.3, 1),
                pointer-events 0s linear 0.4s !important;
}

.close-offcanvas {
    pointer-events: none !important;
}

body.offcanvas-active .close-offcanvas {
    pointer-events: auto !important;
    transition: pointer-events 0s linear 0.4s !important;
}

.offcanvas-menu {
    z-index: 10001 !important;
}

.offcanvas-overlay {
    z-index: 10000 !important;
}
