.hello-menu-panel-care[hidden],
.hello-menu-panel-luxury[hidden] {
	display: none !important;
}

body.hello-active-menu-care .hello-menu-panel-luxury,
body.hello-active-menu-luxury .hello-menu-panel-care,
body:not(.hello-active-menu-care):not(.hello-active-menu-luxury) .hello-menu-panel-luxury {
	display: none !important;
}

body.elementor-editor-active .hello-menu-panel-care,
body.elementor-editor-active .hello-menu-panel-luxury,
body.elementor-editor-preview .hello-menu-panel-care,
body.elementor-editor-preview .hello-menu-panel-luxury {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}
