/* Compatibility with the live mweb-digiland-pro navigation. */
body.mobile-js-menu #nbp-bar:not(.nbp-is-popup),
body.nbp-navigation-open #nbp-bar:not(.nbp-is-popup) {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	z-index: 0 !important;
}

body.nbp-desktop-navigation-active #nbp-bar {
	z-index: 0 !important;
}

/* Added only when the desktop header actually intersects the notification bar. */
@media (min-width: 783px) {
	body.nbp-desktop-header-overlap .elementor-location-header {
		margin-top: var(--nbp-desktop-header-offset, 0px) !important;
	}
}
