.cart-count:empty {
  display: none;
}

.site-header .cart-count {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.hero-highlights li {
  padding: 0;
  background: #d86414;
}

.hero-highlights li:hover,
.hero-highlights li:focus-within {
  background: #b65310;
}

.hero-highlights li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 0.9rem 1rem;
  border-radius: inherit;
}

.hero-highlights li a:focus-visible {
  outline: 3px solid rgba(3, 44, 95, 0.35);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .site-header .masthead {
    padding: 12px 15px;
  }

  .site-header .masthead__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .site-header .brand-lockup {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-header .mobile-menu-toggle {
    display: inline-flex !important;
    order: 2;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #032c5f;
    font-size: 30px;
    line-height: 1;
  }

  .site-header .masthead__actions {
    order: 3;
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .site-header .search-form {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 100%;
  }

  .site-header .phone-link {
    display: none !important;
  }

  .site-header .phone-link-mobile {
    display: block;
    margin-top: 6px !important;
    color: #032c5f;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .site-header .primary-nav {
    display: none;
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #032c5f;
    box-shadow: none;
    color: #fff;
    overflow: visible;
    z-index: 20;
  }

  .site-header .primary-nav.show {
    display: block;
  }

  .site-header .primary-nav .content-container {
    width: 100%;
  }

  .site-header .primary-nav__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .site-header .primary-nav__inner a {
    display: flex;
    align-items: center;
    min-height: 44px;
    width: 100%;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: #032c5f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
  }

  .site-header .primary-nav__inner a:hover,
  .site-header .primary-nav__inner a:focus {
    background: #18457f;
    color: #fff;
  }
}

@media (min-width: 901px) {
  .site-header .mobile-menu-toggle {
    display: none !important;
  }
}
