.header-desktop[data-type="type-2"] { flex-direction: column; .branding-row { [class*="ct-container"] { display: flex; justify-content: center; padding: var(--headerLogoSpacing) 0; } } .navigation-row { background: var(--navSectionBackground); border-top: 1px solid var(--navSectionBorder); padding: var(--navSectionSpacing) 0; [class*="ct-container"] { display: flex; align-items: center; // justify-content: space-between; position: relative; > * { &:not(.main-navigation) { position: relative; z-index: 20; } } .main-navigation { position: absolute; z-index: 10; left: 0; width: 100%; > ul { justify-content: center; } } .ct-header-cart { margin-left: auto; } } // .search-button { // margin-left: var(--menuItemsSpacing); // } } }