/* Dralys UI Cleanup v1.1.0 */

/* Known WooCommerce multi-currency floating UI */
.woocs_auto_switcher,
.woocs_auto_switcher_link,
.woocs_auto_switcher_right,
.woocs_auto_switcher_left,
.woocs_auto_switcher_top,
.woocs_auto_switcher_bottom,
.woocs_currency_switcher,
.woocs-style-1-dropdown,
.woocs-style-2-dropdown,
.woocs-style-3-dropdown,
.woocs-style-4-dropdown,
.woocs-style-5-dropdown,
.woocs-style-6-dropdown,
.woocs-style-7-dropdown,
.woocs-style-8-dropdown,
.woocs-style-9-dropdown,
.woocs-style-10-dropdown,
.woocs-style-11-dropdown,
.woocs-style-12-dropdown,
.woocs-style-13-dropdown,
.woocs-style-14-dropdown,
.woocs-style-15-dropdown,
.woocs-style-16-dropdown,
.woocs-style-17-dropdown,
.woocs-style-18-dropdown,
.woocs-style-19-dropdown,
.woocs-style-20-dropdown,
.dralys-hide-currency-ui,
.dralys-hide-old-first-order-popup{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}

/* Restore scrolling only when our popup cleanup removed a modal overlay. */
html.dralys-popup-unlocked,
body.dralys-popup-unlocked{
    overflow:auto!important;
    overflow-x:hidden!important;
}


/* v1.1.1 exact modal/overlay targets added by JS */
.dralys-hide-old-promo-modal,
.dralys-hide-old-promo-overlay{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}


/* v1.1.2: remove the exact old popup shell / decorative residue */
.dralys-hide-old-promo-shell{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}


/* v1.1.3: definitive old popup overlay cleanup */
.dralys-hide-old-promo-root,
.dralys-hide-old-promo-root::before,
.dralys-hide-old-promo-root::after{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    content:none!important;
}
