Try your search with a different keyword or use * as a wildcard.
<header class="header">
<a class="skip" href="#main">@T("Header.SkipNavigation.Text")</a>
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderBefore })
<div class="header-upper">
<div class="header-selectors-wrapper">
@await Component.InvokeAsync(typeof(TaxTypeSelectorViewComponent))
@await Component.InvokeAsync(typeof(CurrencySelectorViewComponent))
@await Component.InvokeAsync(typeof(LanguageSelectorViewComponent))
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderSelectors })
</div>
<div class="header-links-wrapper">
@await Component.InvokeAsync(typeof(HeaderLinksViewComponent))
@await Component.InvokeAsync(typeof(FlyoutShoppingCartViewComponent))
</div>
</div>
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderMiddle })
<div class="header-lower">
<div class="header-logo">
@await Component.InvokeAsync(typeof(LogoViewComponent))
</div>
<div role="search" class="search-box store-search-box">
@await Component.InvokeAsync(typeof(SearchBoxViewComponent))
</div>
</div>
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderAfter })
</header>