/* =============================================================
   Sticky header — fixed positioning (position:sticky breaks
   because #pxl-wapper has overflow-x:hidden)
   ============================================================= */

#pxl-header-default,
#pxl-header-elementor {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

/* Hide the theme's built-in scroll-triggered sticky overlay — it
   conflicts with our fixed header and causes the gap. */
#pxl-header-elementor .pxl-header-elementor-sticky {
    display: none !important;
}

/* Push sticky down below WP admin bar when logged in */
.admin-bar #pxl-header-default,
.admin-bar #pxl-header-elementor {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar #pxl-header-default,
    .admin-bar #pxl-header-elementor {
        top: 46px !important;
    }
}
