.header-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-nav-desktop{display:none}.header-nav-desktop ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.header-menu-toggle{display:inline-flex}@media (min-width:1024px){.header-toolbar{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:1.5rem;display:grid}.header-nav-desktop{min-width:0;display:block}.header-menu-toggle,.header-mobile-drawer{display:none!important}}
