/* Products mega menu: click-to-open override. Loaded after style.css so manual style.css saves cannot revert it. */
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428>ul.mega-sub-menu,
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428:hover>ul.mega-sub-menu {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428>ul.mega-sub-menu *,
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428:hover>ul.mega-sub-menu * {
    pointer-events: none !important;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428.tvx-open>ul.mega-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428.tvx-open>ul.mega-sub-menu * {
    pointer-events: auto !important;
}

/* Mega menu tab switching — class-based, targets .products-menu-items */
@keyframes megaTabFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
/* No-JS default: show the first content panel, hide the rest */
.products-menu-items li.widget_custom_html ~ li.widget_custom_html { display: none; }
/* Content panels (JS-controlled) */
.products-menu-items .mega-cs-active { display: block !important; animation: megaTabFade 0.35s ease; }
.products-menu-items .mega-cs-off { display: none !important; }
/* Tabs (left column) */
.products-menu-items .mega-menu-column a.mega-menu-link { cursor: pointer; display: block !important; width: 100% !important; transition: background 0.25s ease, color 0.25s ease; }
.products-menu-items .mega-tab-active > a.mega-menu-link { color: #FF5722 !important; background: #EAF3FB !important; }