.elementor .sticky-header{position:fixed;inset-block-start:0px;.sticky-header {
opacity: 0;
visibility: hidden;
transition: all .3s ease;
}
.sticky-header.show-header {
opacity: 1;
visibility: visible;
}\n}