.header-topbar {
  display: none !important;
}

.mobile-menu-links {
  display: none !important;
}

@media (max-width: 960px) {
  .header-inner {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 16px !important;
    justify-content: space-between !important;
  }

  .mobile-menu-button {
    flex: 0 0 48px !important;
    margin-left: auto !important;
  }
}
