/* Cri-One store — mega-menu z-index + dropdown clarity */
/* Loaded alongside store-arial-only, both on storefront pages only. */

/* Push the dropdown above every Luma component (search, minicart, banners,
   Registered/New Customers boxes). Luma uses z-index up to ~800 for the
   fixed header shadow. */
html body:not([class*='adminhtml-']) .cgb-nav {
    position: relative !important;
    z-index: 9000 !important;
}
html body:not([class*='adminhtml-']) .cgb-nav .mega {
    z-index: 9001 !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.14) !important;
}

/* Neutralize any transform on nearby elements that would create a
   stacking context and trap the dropdown behind them. */
html body:not([class*='adminhtml-']) .page-wrapper,
html body:not([class*='adminhtml-']) .page-header,
html body:not([class*='adminhtml-']) .header.content,
html body:not([class*='adminhtml-']) .nav-sections {
    transform: none !important;
    filter: none !important;
    contain: none !important;
}
