/* Keep the expanded product navigation on one line before the mobile menu. */
@media (min-width:901px) and (max-width:1200px){
  .site-header #navigation{gap:14px}
  .site-header #navigation a{font-size:12px;white-space:nowrap}
  .site-header #navigation .nav-contact{padding-inline:16px}
}
