/** Shopify CDN: Minification failed

Line 25:3 Expected "}" to go with "{"

**/
@media (min-width: 1024px) {
  .header {
    display: flex;
    justify-content: space-between; /* pushes nav left, icons right */
    align-items: right; /* vertical centering */
    width: 100%;
   
  }

  .header nav.header__inline-menu{
    flex: 1; /* allow nav to expand */
    display: flex;
    justify-content:right; /* distribute items across */
    gap: 20px; /* spacing between links */
  }
}
@media (min-width: 1600px) {
  .header {
    max-width: 1550px; /* keep cap */
  }