/* ==========================================================================
   🔥 SMTBOX MASTER NAVIGATION & STACKING CONTEXT OVERHAUL (2026-08-02)
   100% Reliable, Zero-Downtime, Clean 260px Traditional Dropdown System
   ========================================================================== */

/* 1️⃣ Elevate Header Stacking Context & Destroy Compositing Layer Trap */
html body #wrapper {
    position: relative !important;
    z-index: auto !important;
}

html, body {
    overflow-x: visible !important;
}

html body #wrapper header#header,
html body #header,
html body header.header,
html body .header-wrapper,
html body #wide-nav,
html body .header-bottom,
html body #header .container,
html body #header .flex-row,
html body #header .flex-col,
html body .header-bottom .container,
html body .header-bottom .flex-row,
html body .header-bottom .flex-col,
html body .header-bottom-nav,
html body .header-bottom-nav > li,
html body li.categorylist {
    position: relative !important;
    z-index: 999999999 !important;
    overflow: visible !important;
    clip-path: none !important;
    isolation: auto !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
    backdrop-filter: none !important;
    will-change: auto !important;
}
