#masthead .site-top-header-wrap {
  display: none !important;
}

#masthead .site-main-header-wrap .site-header-row {
  min-height: 84px;
}

#masthead .site-main-header-wrap .site-main-header-inner-wrap.site-header-row {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  column-gap: 24px;
  align-items: center;
}

#masthead .site-main-header-wrap .site-container {
  max-width: 1760px;
}

#masthead .site-main-header-wrap .site-header-main-section-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0% !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 20px;
}

#masthead .av-header-search-wrap {
  width: min(56vw, 860px) !important;
  max-width: 860px !important;
  display: flex;
  align-items: center;
  border: 1px solid #ab8e66;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

#masthead .av-header-search-input {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #222;
  background: transparent;
}

#masthead .av-header-search-input:focus {
  outline: none;
}

#masthead .av-header-search-btn {
  width: 44px;
  height: 40px;
  border: 0;
  background: #ab8e66;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

#masthead .site-main-header-wrap .site-header-main-section-left .site-title,
#masthead .site-main-header-wrap .site-header-main-section-left .site-title a {
  font-size: 36px;
  font-weight: 700;
  color: #141414;
  line-height: 1;
}

#masthead .site-main-header-wrap .site-header-main-section-right .site-header-item {
  padding: 0 20px;
  border-left: 1px solid #ececec;
  min-height: 52px;
  display: flex;
  align-items: center;
}

#masthead .site-main-header-wrap .site-header-main-section-left {
  flex: 0 0 auto;
}

#masthead .site-main-header-wrap .site-header-main-section-right {
  flex: 0 0 auto;
}

#masthead .site-main-header-wrap .site-header-main-section-right .site-header-item:first-child {
  border-left: 0;
}

#masthead .site-main-header-wrap .site-header-main-section-right [data-section="base_customizer_header_search"] {
  display: none !important;
}

#masthead .site-main-header-wrap .header-account-wrap,
#masthead .site-main-header-wrap .header-cart-wrap,
#masthead .site-main-header-wrap .site-header-item [data-section="base_customizer_header_phone"] {
  font-size: 14px;
}

#masthead .site-main-header-wrap .header-account-inner-wrap,
#masthead .site-main-header-wrap .header-cart-inner-wrap,
#masthead .site-main-header-wrap .header-phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

#masthead .site-main-header-wrap .header-account-wrap .header-account-label,
#masthead .site-main-header-wrap .header-cart-wrap .header-cart-label,
#masthead .site-main-header-wrap .header-phone-wrap .header-phone-label {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 400;
  color: #1f2937;
}

#masthead .site-main-header-wrap .header-account-wrap .header-account-value,
#masthead .site-main-header-wrap .header-cart-wrap .header-cart-value,
#masthead .site-main-header-wrap .header-phone-wrap .header-phone-number {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

#masthead .site-main-header-wrap .header-account-button,
#masthead .site-main-header-wrap .header-cart-button,
#masthead .site-main-header-wrap .header-phone-wrap a {
  color: #111 !important;
}

#masthead .site-main-header-wrap .header-account-button .header-account-icon svg,
#masthead .site-main-header-wrap .header-cart-button .base-shopping-bag-svg,
#masthead .site-main-header-wrap .header-phone-wrap .base-svg-icon {
  width: 24px;
  height: 24px;
}

#masthead .site-main-header-wrap .header-cart-total {
  background: #ab8e66;
  color: #fff;
  border-radius: 10px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
}

#masthead .site-bottom-header-wrap,
#masthead .site-bottom-header-wrap .site-header-row-container-inner,
#masthead .site-bottom-header-wrap .site-header-item-main-navigation {
  background: #111 !important;
}

#masthead .site-bottom-header-wrap .site-header-row {
  min-height: 52px;
}

#masthead .site-bottom-header-wrap .site-container {
  max-width: 1760px;
}

#masthead .site-bottom-header-wrap .main-navigation .menu > li > a,
#masthead .site-bottom-header-wrap .header-menu-container > ul > li > a {
  color: #fff !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 18px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

#masthead .site-bottom-header-wrap .main-navigation .menu > li.current-menu-item > a,
#masthead .site-bottom-header-wrap .main-navigation .menu > li.current_page_item > a,
#masthead .site-bottom-header-wrap .header-menu-container > ul > li.current-menu-item > a,
#masthead .site-bottom-header-wrap .header-menu-container > ul > li.current_page_item > a {
  color: #ab8e66 !important;
}

#masthead .site-bottom-header-wrap .secondary-navigation .menu > li > a,
#masthead .site-bottom-header-wrap .secondary-menu-container > ul > li > a {
  color: #fff !important;
  font-weight: 600 !important;
}

#masthead .site-bottom-header-wrap .av-nav-search-slot {
  display: none;
}

#mobile-header .av-mobile-search-slot {
  display: none;
}

@media (max-width: 1024px) {
  #mobile-header .site-main-header-wrap .site-header-main-section-right .site-header-item {
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
  }

  #mobile-header .mobile-site-branding .site-title,
  #mobile-header .mobile-site-branding .site-title.vs-sm-false,
  #mobile-header .mobile-site-branding .site-title.vs-md-false {
    display: block !important;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #141414;
  }

  #mobile-header .mobile-site-branding .brand {
    display: inline-flex;
    align-items: center;
  }

  #masthead .site-main-header-wrap .site-header-main-section-center {
    display: none;
  }

  #masthead .site-main-header-wrap .site-header-main-section-right [data-section="base_customizer_header_search"] {
    display: none !important;
  }

  #masthead .site-bottom-header-wrap .site-bottom-header-inner-wrap.site-header-row {
    display: block !important;
    min-height: 0;
    padding: 8px 0;
  }

  #masthead .site-bottom-header-wrap .main-navigation,
  #masthead .site-bottom-header-wrap .secondary-navigation {
    display: none !important;
  }

  #masthead .site-bottom-header-wrap .av-nav-search-slot {
    display: block !important;
    width: 100%;
  }

  #masthead .site-bottom-header-wrap .av-nav-search-wrap {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    border: 1px solid #ab8e66;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }

  #masthead .site-bottom-header-wrap .av-nav-search-wrap .av-header-search-btn {
    display: none;
  }

  #masthead .site-bottom-header-wrap .av-nav-search-wrap .av-header-search-input {
    height: 38px;
    padding-right: 14px;
  }

  #mobile-header [data-section="base_customizer_header_search"] {
    display: none !important;
  }

  #mobile-header .av-mobile-search-slot {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 14px;
    background: #0f0f11;
  }

  #mobile-header .av-mobile-search-wrap {
    width: min(76vw, 460px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #ab8e66;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }

  #mobile-header .av-mobile-search-wrap .av-header-search-btn {
    display: inline-flex;
    width: clamp(38px, 10vw, 42px);
    height: clamp(34px, 8.6vw, 38px);
    border: 0;
    align-items: center;
    justify-content: center;
    background: #ab8e66;
    color: #fff;
    font-size: 18px;
  }

  #mobile-header .av-mobile-search-wrap .av-header-search-input {
    height: clamp(34px, 8.6vw, 38px);
    padding-right: 10px;
  }
}
