.sticky-navigation{position:fixed;z-index:99;transform:translateY(-100%);width:100%;transition:transform .6s ease-in-out;top:0}.sticky-navigation__content{background:var(--sds-color-surface-500)}.sticky-navigation--stuck{transform:translateY(0)}body.top-nav-fixed .sticky-navigation{top:var(--top-nav-height,0)}.item-selector-display{display:flex;align-items:var(--a-flex-column,center);justify-content:var(--a-justify-content,flex-start);gap:var(--sds-space-inline-xs)}.item-selector-display__image{width:32px;height:32px}.item-selector-display__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}