/* Compact desktop adaptation of Figma header node 9178:16361. */
@media (min-width: 981px) and (max-width: 1200px) {
  .top-bar,
  .top-bar.fixed {
    height: 43px;
    padding: 12px 24px;
    gap: 24px;
    justify-content: center;
    overflow: hidden;
  }

  header#masthead,
  header#masthead.fixed {
    height: 120px;
    top: 43px;
    padding: 20px 32px;
  }

  header#masthead .container {
    max-width: none;
    padding: 0;
  }

  header .site-branding {
    width: 200px;
    flex-basis: 200px;
    gap: 24px;
  }

  header .site-branding .humberIcon,
  header .site-branding .humberIcon svg {
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  header .site-branding .custom-logo-link {
    display: flex;
    width: 148px;
    height: 80px;
    align-items: center;
  }

  header .site-branding img.custom-logo {
    width: 148px;
    height: 80px;
  }

  header#masthead .SearchWrap {
    width: clamp(360px, 40vw, 480px);
    flex-basis: clamp(360px, 40vw, 480px);
  }

  header#masthead .w2wasp__searchbar {
    width: 100% !important;
  }

  header .rightSideMenu {
    gap: 16px !important;
    margin-left: 0;
  }

  header .rightSideMenu a svg {
    width: 28px;
    height: 28px;
  }

  header .rightSideMenu a svg.profileCaret {
    width: 10px;
    height: 6px;
  }

  .reviewWidget {
    position: static;
    width: 144px !important;
    max-width: 144px !important;
    height: 58px;
    flex-basis: 144px;
    padding: 12px;
    gap: 10px;
    transform: none;
  }

  .reviewWidget__google {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .reviewWidget__stars {
    width: 86px;
    height: 14px;
  }

  .reviewWidget__rating span {
    font-size: 14px;
  }

  .header-bottom,
  .home .header-bottom {
    display: flex !important;
    position: absolute;
    height: 72px;
    top: 163px !important;
    padding: 0;
  }

  .home header#masthead.fixed ~ .header-bottom,
  header#masthead.fixed ~ .header-bottom {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }

  .header-bottom ul {
    height: 72px;
  }

  .header-bottom ul li a,
  .header-bottom ul li a:hover {
    padding: 18px 16px;
    font-size: 13px;
    letter-spacing: 0.26px;
  }

  .shop-link-plus {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 20px;
  }

  main#primary.site-main,
  .home main#primary.site-main {
    margin-top: 192px;
  }
}
