@media (min-width: 901px) {
  body #main-navigation.hp-header,
  body .hp-header-spacer {
    display: none !important;
  }

  .wh-site-desktop-header,
  .wh-site-desktop-header * {
    box-sizing: border-box;
  }

  .wh-site-desktop-header {
    position: relative;
    z-index: 100;
    width: min(1440px, calc(100% - 36px));
    height: 88px;
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 18px auto;
    padding: 0 42px;
    border-radius: 30px;
    color: #101828;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 35px rgba(29, 75, 123, .12);
    font-family: "Be Vietnam Pro", "Roboto", Arial, sans-serif;
  }

  .wh-site-desktop-header a {
    color: inherit;
    text-decoration: none;
  }

  .wh-site-desktop-header .wh-icon {
    width: 1.35em;
    height: 1.35em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .wh-site-desktop-header .wh-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1567d7;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
  }

  .wh-site-desktop-header .wh-brand > img {
    width: auto;
    max-width: 122px;
    height: 48px;
    object-fit: contain;
  }

  .wh-site-desktop-header .wh-brand__mark {
    width: 46px;
    height: 48px;
    display: grid;
    place-items: center;
  }

  .wh-site-desktop-header .wh-brand__mark .wh-icon {
    width: 43px;
    height: 43px;
    stroke-width: 2.1;
  }

  .wh-site-desktop-header .wh-brand__text small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .wh-site-desktop-header nav {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(18px, 2.6vw, 46px);
    margin-left: auto;
  }

  .wh-site-desktop-header nav a {
    position: relative;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s ease;
  }

  .wh-site-desktop-header nav a:hover,
  .wh-site-desktop-header nav a.is-active {
    color: #087af3;
  }

  .wh-site-desktop-header nav a.is-active::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 58px;
    height: 3px;
    border-radius: 4px;
    background: #087af3;
  }

  .wh-site-desktop-header .wh-header-hotline {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
    white-space: nowrap;
  }

  .wh-site-desktop-header .wh-header-hotline > span:first-child {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #1f91ff, #075bd8);
    box-shadow: 0 6px 14px rgba(8, 122, 243, .22);
  }

  .wh-site-desktop-header .wh-header-hotline small,
  .wh-site-desktop-header .wh-header-hotline strong {
    display: block;
  }

  .wh-site-desktop-header .wh-header-hotline small {
    color: #667085;
    font-size: 10px;
    font-weight: 500;
  }

  .wh-site-desktop-header .wh-header-hotline strong {
    margin-top: 2px;
    color: #101828;
    font-size: 13px;
    font-weight: 800;
  }

  body.hp-page--home .wh-site-desktop-header,
  body.hp-page--warranty-lookup .wh-site-desktop-header {
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
  }

  body.hp-page--home .wh-site-desktop-header + #main-content .wh-page-shell,
  body.hp-page--warranty-lookup .wh-site-desktop-header + #main-content .wh-page-shell {
    margin-top: 0;
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .wh-site-desktop-header {
    gap: 18px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wh-site-desktop-header nav {
    gap: 17px;
  }

  .wh-site-desktop-header .wh-brand__text,
  .wh-site-desktop-header .wh-header-hotline small {
    display: none;
  }
}

@media (max-width: 900px) {
  .wh-site-desktop-header {
    display: none !important;
  }
}
