html,
body {
  letter-spacing: 0;
}

:root {
  --case-media-radius: 8px;
}

.aero-unified-nav {
  position: fixed !important;
  z-index: 100000 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 22px 30px !important;
  color: #f2efe8 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.aero-unified-nav__brand {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  height: 30px !important;
  padding: 2px 8px 2px 0 !important;
}

.aero-unified-nav__brand img {
  display: block !important;
  width: auto !important;
  height: 28px !important;
}

.aero-unified-nav nav {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  mix-blend-mode: difference !important;
  font-family: "PingFang SC", "Source Han Sans K", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif !important;
  font-size: inherit !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
}

.aero-unified-nav nav a {
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 180ms cubic-bezier(.22, 1, .36, 1) !important;
}

.aero-unified-nav nav a:hover,
.aero-unified-nav nav a:focus-visible,
.aero-unified-nav nav a[aria-current="page"] {
  color: #ff6a1a !important;
}

.header-announcement-bar-wrapper {
  display: none !important;
}

#siteWrapper > #floatingCart,
#siteWrapper > #header,
#siteWrapper > header#header,
#siteWrapper > [data-test="header"] {
  display: none !important;
}

header nav a,
.Header nav a,
.site-header nav a,
.header-nav-item a,
[data-test="header-nav-link"] {
  font-family: "PingFang SC", "Source Han Sans K", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

.header-nav-list {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  mix-blend-mode: difference !important;
}

.header-title-logo img,
[elementtiming="nbf-header-logo-desktop"] {
  max-height: 32px !important;
  width: auto !important;
}

#itemPagination,
.item-pagination,
#footer-sections,
.aero-empty-footer {
  display: none !important;
}

#siteWrapper .sqs-block-image,
#siteWrapper .image-block,
#siteWrapper .gallery-block,
#siteWrapper .image-block-outer-wrapper,
#siteWrapper .image-block-wrapper,
#siteWrapper .image-wrapper,
#siteWrapper .thumb-image,
#siteWrapper img[data-image],
#siteWrapper img[data-src] {
  border-radius: var(--case-media-radius) !important;
}

#siteWrapper .sqs-block-image,
#siteWrapper .image-block,
#siteWrapper .gallery-block,
#siteWrapper .image-block-outer-wrapper,
#siteWrapper .image-block-wrapper,
#siteWrapper .image-wrapper {
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .aero-unified-nav {
    padding: 18px 12px !important;
    font-size: 10px !important;
  }

  .aero-unified-nav nav {
    display: flex !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
    max-width: calc(100vw - 170px) !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .aero-unified-nav__brand img {
    height: 18px !important;
  }

  header nav a,
  .Header nav a,
  .site-header nav a,
  .header-nav-item a,
  [data-test="header-nav-link"] {
    font-size: 10px !important;
  }

  .header-nav-list {
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .header-title-logo img,
  [elementtiming="nbf-header-logo-desktop"] {
    max-height: 26px !important;
  }
}
