heliux-header{--header-background-color:var(--scope-color-background,#fff);--header-height-desktop:var(--global-layout-header-height-desktop,100px);--header-height-mobile:var(--global-layout-header-height-mobile,60px);--header-animation-duration:.2s;--header-animation-timing:ease;width:100%;min-height:var(--header-height-mobile);justify-content:flex-start}
@media(min-width:1024px){heliux-header{min-height:var(--header-height-desktop)}
}
heliux-header .header__base{flex-flow:wrap;width:100%;height:auto}
heliux-header .header__base:not(.header__base--isStickyAtTop){position:fixed;top:0}
@media(min-width:1024px){heliux-header .header__base:not(.header__base--isStickyAtTop) .navigation__item--level-0 .navigation__flyout{--desktopnav-flyout-top-desktop:var(--desktopnav-header-height-desktop)}
}
heliux-header .header__base--isSticky{z-index:9;transition:transform var(--header-animation-duration) var(--header-animation-timing),background-color var(--header-animation-duration) var(--header-animation-timing)}
.reducedMotion-true heliux-header .header__base--isSticky{transition:none}
heliux-header .header__base--isSticky:not(.header__base--isTransparent.header__base--isStickyAtTop){background-color:var(--header-background-color)}
heliux-header .header__base--isStickyAtTop{position:fixed}
heliux-header .header__base--isUp{transform:translate3d(0,-100%,0)}
heliux-header .header__base--flyout-open{z-index:3}