body.fc-header-preview #masthead {
  display: none !important;
}

@media (max-width: 767px) {
  body.fc-header-preview .fc-preview-header {
    background: #000;
    border-bottom: 1px solid #252525;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .24);
    color: #fff;
  }

  body.fc-header-preview .fc-preview-header-inner {
    gap: 8px;
    grid-template-columns: 44px minmax(126px, 1fr) auto;
    min-height: 62px;
    padding: 0 12px;
  }

  body.fc-header-preview .fc-preview-mobile-menu-toggle {
    color: #f4f4f4 !important;
    height: 44px;
    width: 44px;
  }

  body.fc-header-preview .fc-preview-mobile-menu-toggle span {
    height: 2px;
    width: 25px;
  }

  body.fc-header-preview .fc-preview-brand {
    gap: 0;
    justify-content: flex-start;
    text-align: left;
  }

  body.fc-header-preview .fc-preview-brand .site-branding,
  body.fc-header-preview .fc-preview-brand .custom-logo-link {
    display: none !important;
  }

  body.fc-header-preview .fc-preview-brand .mycustomtitleaudiowide-mobile {
    align-items: flex-start;
    color: #cd7f32 !important;
    justify-content: center;
    max-width: 178px;
    text-align: left;
  }

  body.fc-header-preview .fc-preview-brand .mytitlecustomsize-mobile {
    display: block;
    font-size: clamp(11px, 3.2vw, 13px) !important;
    letter-spacing: .2px;
    line-height: 1.04 !important;
    white-space: normal;
  }

  body.fc-header-preview .fc-preview-actions {
    gap: 6px;
  }

  body.fc-header-preview .fc-preview-actions > a.fc-preview-icon-btn:not(.fc-preview-cart) {
    display: none !important;
  }

  body.fc-header-preview .fc-preview-icon-btn,
  body.fc-header-preview .fc-preview-search-submit {
    color: #f4f4f4 !important;
    height: 40px;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-search {
    flex: 0 0 40px;
    min-width: 40px;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-search-field {
    width: 40px;
  }

  body.fc-header-preview .fc-preview-cart-count {
    background: #cd7f32;
    border: 0;
    color: #111;
    font-weight: 800;
    right: 0;
    top: 2px;
  }

  body.fc-header-preview.fc-preview-menu-open {
    overflow: hidden;
  }

  body.fc-header-preview .fc-preview-nav {
    background: #fff;
    box-shadow: 26px 0 50px rgba(0, 0, 0, .28);
    max-width: 360px;
    padding: 0 22px 110px;
    width: min(92vw, 360px);
  }

  body.fc-header-preview .fc-preview-drawer-head {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 42px minmax(0, 1fr) 82px;
    min-height: 66px;
    padding: 0;
  }

  body.fc-header-preview .fc-preview-mobile-menu-close {
    background: transparent !important;
    border-radius: 0;
    color: #202124 !important;
    height: 42px;
    margin: 0;
    width: 42px;
  }

  body.fc-header-preview .fc-preview-drawer-brand {
    align-items: center;
    color: #cd7f32 !important;
    display: flex;
    flex-direction: column;
    font-family: audiowide, roboto, var(--bs-body-font-family), sans-serif;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .3px;
    line-height: 1.04;
    min-width: 0;
    text-align: center;
    text-decoration: none !important;
  }

  body.fc-header-preview .fc-preview-drawer-actions {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: flex-end;
  }

  body.fc-header-preview .fc-preview-drawer-search,
  body.fc-header-preview .fc-preview-drawer-cart {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    padding: 0 !important;
    position: relative;
    text-decoration: none !important;
    width: 38px;
  }

  body.fc-header-preview .fc-preview-drawer-cart-count {
    align-items: center;
    background: #cd7f32;
    border-radius: 999px;
    color: #111;
    display: flex;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 3px;
    width: 18px;
  }

  body.fc-header-preview .fc-preview-menu {
    padding-top: 8px;
  }

  body.fc-header-preview .fc-preview-menu li {
    border-bottom: 0;
  }

  body.fc-header-preview .fc-preview-menu a {
    color: #202124 !important;
    font-size: 1.04rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 15px 42px 15px 0;
  }

  body.fc-header-preview .fc-preview-menu .sub-menu {
    border-left: 1px solid #e7e7e7;
    padding: 0 0 10px 16px;
  }

  body.fc-header-preview .fc-preview-menu .sub-menu a {
    color: #4d4d4d !important;
    font-size: .95rem;
    font-weight: 500;
    padding: 9px 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header {
    background: #fff;
    border-bottom: 0;
    min-height: 100dvh;
    min-height: 100vh;
    transform: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    min-height: 100dvh;
    min-height: 100vh;
    padding: 20px 14px calc(118px + env(safe-area-inset-bottom));
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head {
    font-size: 1.04rem;
    margin-bottom: 18px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head span {
    padding-right: 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-icon-btn,
  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-cart {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    height: 54px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form {
    height: 52px !important;
    line-height: 52px !important;
    min-height: 52px !important;
    padding: 0 88px 0 16px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear {
    color: #202124 !important;
    right: 42px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    color: #202124 !important;
    right: 3px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions {
    margin-bottom: 24px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions button {
    background: #f6f6f6 !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 999px;
    color: #2d2d2f !important;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 8px 8px 0;
    padding: 7px 11px !important;
    text-decoration: none !important;
    width: auto;
  }

  body.fc-header-preview .storefront-handheld-footer-bar {
    background: #000;
    border-top: 1px solid #222;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .18);
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li > a {
    border-right: 1px solid #242424;
    color: #cd7f32;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li > a::before {
    color: #cd7f32;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li.cart .count {
    background: #fff;
    border: 0;
    color: #202124;
  }
}

body.fc-header-preview .fc-preview-mobile-menu-toggle,
body.fc-header-preview .fc-preview-mobile-menu-close,
body.fc-header-preview .fc-preview-mobile-search-head,
body.fc-header-preview .fc-preview-menu-scrim,
body.fc-header-preview .fc-preview-submenu-toggle,
body.fc-header-preview .fc-preview-drawer-head {
  display: none;
}

@media (min-width: 1200px) {
  body.fc-header-preview.home #rev_slider_22_1_forcefullwidth,
  body.fc-header-preview.home #rev_slider_22_1_wrapper,
  body.fc-header-preview.home #rev_slider_22_1,
  body.fc-header-preview.home #rev_slider_22_1_wrapper .tp-fullwidth-forcer,
  body.fc-header-preview.home #rev_slider_22_1_wrapper .tp-revslider-mainul,
  body.fc-header-preview.home #rev_slider_22_1_wrapper .tp-revslider-slidesli {
    height: 550px !important;
    max-height: 550px !important;
  }

  body.fc-header-preview.home #rev_slider_22_1_wrapper {
    max-width: 100vw !important;
    width: 100vw !important;
  }

  body.fc-header-preview.home #rev_slider_22_1_wrapper .tp-bgimg,
  body.fc-header-preview.home #rev_slider_22_1_wrapper .rev-slidebg {
    height: 550px !important;
    max-height: 550px !important;
  }
}

body.fc-header-preview .fc-preview-header {
  background: #000;
  border-bottom: 1px solid #333;
  color: #fff;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  transform: translateY(0);
  transition: transform .24s ease, box-shadow .2s ease, background .2s ease;
  z-index: 1200;
}

body.fc-header-preview.fc-preview-header-hidden:not(.fc-header-search-active):not(.fc-preview-menu-open) .fc-preview-header {
  transform: translateY(-110%);
}

body.fc-header-preview.fc-header-search-active .fc-preview-header,
body.fc-header-preview.fc-preview-menu-open .fc-preview-header {
  transform: translateY(0) !important;
}

body.fc-header-preview .fc-preview-header-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(380px, 540px) minmax(420px, 1fr) minmax(360px, 460px);
  margin: 0 auto;
  max-width: 1760px;
  padding: 10px 20px;
  position: relative;
}

body.fc-header-preview .fc-preview-brand,
body.fc-header-preview .fc-preview-actions,
body.fc-header-preview .fc-preview-icon-btn,
body.fc-header-preview .fc-preview-cart {
  align-items: center;
  display: flex;
}

body.fc-header-preview .fc-preview-brand {
  gap: 10px;
  min-width: 0;
  overflow: hidden;
}

body.fc-header-preview .fc-preview-brand .site-branding {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

body.fc-header-preview .fc-preview-brand .custom-logo-link {
  align-items: center;
  display: flex;
}

body.fc-header-preview .fc-preview-brand .custom-logo-link img {
  display: block;
  height: 48px !important;
  max-height: 48px;
  width: auto !important;
}

body.fc-header-preview .fc-preview-brand .mycustomtitleaudiowide {
  align-items: center;
  color: #cd7f32 !important;
  display: inline-flex;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

body.fc-header-preview .fc-preview-brand .mytitlecustomsize {
  font-size: clamp(1rem, 1.45vw, 1.42rem) !important;
  line-height: 1.05 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.fc-header-preview .fc-preview-brand .mytitlecustomsize-small {
  font-size: clamp(.65rem, .78vw, .86rem) !important;
  line-height: 1.1 !important;
  white-space: nowrap;
}

body.fc-header-preview .fc-preview-nav {
  min-width: 0;
}

body.fc-header-preview .fc-preview-menu {
  align-items: center;
  display: flex;
  gap: clamp(14px, 1.35vw, 24px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

body.fc-header-preview .fc-preview-menu li {
  margin: 0 !important;
  position: relative;
  width: auto !important;
}

body.fc-header-preview .fc-preview-menu a {
  border-bottom: 2px solid transparent;
  color: #fff !important;
  display: block;
  font-family: roboto, var(--bs-body-font-family), sans-serif !important;
  font-size: clamp(.82rem, .82vw, .92rem);
  font-weight: 500;
  letter-spacing: .3px;
  padding: 24px 0;
  text-decoration: none !important;
  transition: border-color .2s, color .2s;
}

body.fc-header-preview .fc-preview-menu > .menu-item-39655 {
  display: none !important;
}

body.fc-header-preview .fc-preview-menu a:hover {
  border-bottom-color: #cd7f32;
  color: #cd7f32 !important;
}

body.fc-header-preview .fc-preview-menu .sub-menu {
  background: #1c1c1c;
  border: 1px solid #333;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 240px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  z-index: 999;
}

body.fc-header-preview .fc-preview-menu li:hover > .sub-menu {
  display: block;
}

body.fc-header-preview .fc-preview-menu .sub-menu a {
  border-bottom: 0;
  font-size: .86rem;
  padding: 10px 14px;
  white-space: nowrap;
}

body.fc-header-preview .fc-preview-menu .sub-menu .sub-menu {
  left: 100%;
  top: -8px;
}

body.fc-header-preview .fc-preview-actions {
  align-self: center;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}

body.fc-header-preview .fc-preview-search {
  align-items: center;
  display: flex;
  flex: 0 0 38px;
  margin: 0 !important;
  min-width: 38px;
  position: relative;
  width: 38px;
}

body.fc-header-preview .fc-preview-search-field {
  align-items: center;
  display: flex;
  position: relative;
  width: 38px;
}

body.fc-header-preview .fc-preview-search-clear,
body.fc-header-preview .fc-preview-search-close,
body.fc-header-preview .fc-preview-search-submit {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0 !important;
  position: static;
  transform: none;
  width: 38px;
  z-index: 2;
}

body.fc-header-preview .fc-preview-search-clear,
body.fc-header-preview .fc-preview-search-close {
  display: none;
}

body.fc-header-preview .fc-preview-search-clear[hidden] {
  display: none !important;
}

body.fc-header-preview .fc-preview-search-submit {
  cursor: pointer;
}

body.fc-header-preview .fc-preview-search-clear {
  cursor: pointer;
}

body.fc-header-preview .fc-preview-search .woof_qt,
body.fc-header-preview .fc-preview-search .woof_quick_search_wraper {
  align-items: center;
  box-sizing: border-box;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body.fc-header-preview .fc-preview-search .woof_qt_reset_filter_con {
  display: none !important;
}

body.fc-header-preview .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form {
  border: 1px solid #d8dbe0 !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  font-size: .94rem !important;
  height: 46px !important;
  line-height: 46px !important;
  margin: 0 !important;
  min-height: 46px !important;
  padding: 0 48px 0 14px !important;
  width: 100% !important;
}

body.fc-header-preview .fc-preview-search .woof_quick_search_wraper_textinput::placeholder {
  color: #6f7782;
  opacity: 1;
}

body.fc-header-preview .fc-preview-icon-btn {
  color: #fff !important;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  opacity: .85;
  padding: 0;
  text-decoration: none !important;
  transition: color .2s, opacity .2s;
  width: 38px;
}

body.fc-header-preview .fc-preview-icon-btn:hover {
  color: #cd7f32 !important;
  opacity: 1;
}

body.fc-header-preview .fc-preview-cart {
  position: relative;
}

body.fc-header-preview .fc-preview-cart-count {
  align-items: center;
  background: #cd7f32;
  border-radius: 999px;
  color: #000;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  right: 0;
  top: 0;
}

body.fc-header-preview .fc-preview-search-scrim {
  background: rgba(0, 0, 0, .58);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 900;
}

body.fc-header-preview .fc-preview-search-results {
  box-sizing: border-box;
  display: none;
  left: 0;
  position: absolute;
  right: auto;
  top: calc(100% + 10px);
  width: min(620px, calc(100vw - 32px));
  z-index: 1000;
}

body.fc-header-preview .fc-preview-search-suggestions {
  display: none;
}

body.fc-header-preview .fc-preview-search-products > h3 {
  display: none;
}

body.fc-header-preview .fc-preview-search-results .woof_quick_search_results {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: static !important;
  width: 100%;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_result {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  margin: 0 !important;
  max-height: min(520px, calc(100vh - 180px));
  overflow: auto;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_table_list_1_header,
body.fc-header-preview .fc-preview-search-results .woof_qs_container > tbody > tr:first-child,
body.fc-header-preview .fc-preview-search-results .woof_qs_container > tr:first-child,
body.fc-header-preview .fc-preview-search-results .woof_qs_sku,
body.fc-header-preview .fc-preview-search-results .woof_qs_key_words,
body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_sku_col,
body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_key_words_col {
  display: none !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_container {
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
  width: 100% !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_container tr.woof_qs_item {
  background: #fff !important;
  border-top: 1px solid #edf0f2;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_container tr.woof_qs_item:first-of-type {
  border-top: 0;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_container tr.woof_qs_item:nth-child(2) {
  border-top: 0;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_container tr.woof_qs_item:hover {
  background: #fbf7f2 !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_container td {
  color: #263238 !important;
  padding: 12px 14px !important;
  text-align: left !important;
  vertical-align: middle !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_img_col {
  width: 86px !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_price_col {
  width: 130px !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_img h4,
body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_title h4 {
  line-height: 1.25;
  margin: 0;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_img img {
  background: #f5f6f7;
  border-radius: 6px !important;
  display: block;
  float: none !important;
  height: 58px !important;
  max-width: none !important;
  object-fit: contain;
  padding: 4px;
  width: 58px !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_title a {
  color: #c9782f !important;
  display: -webkit-box;
  font-size: .95rem !important;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 !important;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_title a:hover {
  color: #a96423 !important;
  text-decoration: underline !important;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_list_1_price {
  color: #245f68 !important;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

body.fc-header-preview .fc-preview-search-results .wooqt_pagination {
  background: #fff !important;
  border-top: 1px solid #edf0f2;
  margin: 0;
  padding: 10px 12px;
}

body.fc-header-preview .fc-preview-search-results .woof_qt_pagination_item {
  border-radius: 999px;
  font-size: .78rem;
  line-height: 1;
  margin: 0 2px;
  min-width: 28px;
  padding: 7px 9px;
}

body.fc-header-preview .fc-preview-search-results .woof_qs_no_products {
  color: #6f7782 !important;
  font-size: .92rem;
  padding: 18px !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  @keyframes fcPreviewSearchDrop {
    from {
      opacity: .6;
      transform: translateY(-24px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  body.fc-header-preview.fc-header-search-active {
    overflow: hidden;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-scrim {
    display: block;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header {
    animation: fcPreviewSearchDrop .22s ease-out;
    background: #f4f4f4;
    border-bottom: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    color: #222;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(120px, 1fr) minmax(720px, 1100px) minmax(120px, 1fr);
    margin: 0 auto;
    max-width: 1880px;
    min-height: 150px;
    padding: 28px 0;
    width: min(calc(100% - 180px), 1880px);
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-nav {
    display: none;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-brand {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    overflow: visible;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-brand .mycustomtitleaudiowide {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-brand .custom-logo-link img {
    height: 54px !important;
    max-height: 54px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions {
    display: contents;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search {
    align-self: center;
    display: flex;
    flex: none;
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    max-width: none;
    min-width: 0;
    position: relative;
    transform: none;
    width: 100%;
    z-index: 1;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    background: #fff;
    border: 1px solid #1d1d1f;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    height: 56px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_qt {
    display: flex;
    flex: 1 1 100%;
    min-width: 0;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper {
    display: flex;
    flex: 1 1 100%;
    min-width: 0;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-close {
    display: none;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear {
    color: #222 !important;
    display: flex;
    height: 42px;
    position: absolute;
    right: 46px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear[hidden] {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    color: #222 !important;
    height: 42px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-icon-btn {
    align-self: center;
    color: #222 !important;
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    opacity: .9;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-cart {
    justify-self: end;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    height: 54px !important;
    line-height: 54px !important;
    min-height: 54px !important;
    padding: 0 96px 0 18px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    background: #fff;
    border: 1px solid #2d2d2f;
    border-radius: 4px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
    display: grid;
    grid-template-columns: minmax(260px, .36fr) minmax(0, 1fr);
    left: 0;
    max-height: calc(100vh - 108px);
    overflow: hidden;
    right: auto;
    top: calc(100% + 6px);
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    min-height: 440px;
    padding: 28px 30px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions {
    border-right: 1px solid #2d2d2f;
    display: block;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions h3,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products > h3 {
    color: #222;
    display: block;
    font-family: roboto, var(--bs-body-font-family), sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 24px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2d2d2f !important;
    display: block;
    font-size: 1rem;
    line-height: 1.42;
    margin: 0 0 16px;
    padding: 0 !important;
    text-align: left;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions button:hover {
    color: #c9782f !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    overflow: auto;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_result {
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    max-height: none;
    overflow: visible;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container tr.woof_qs_item {
    border-top: 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container tr.woof_qs_item + tr.woof_qs_item {
    border-top: 18px solid #fff;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container tr.woof_qs_item:hover {
    background: #f7f7f7 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container td {
    padding: 0 12px 0 0 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_img_col {
    width: 96px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price_col {
    width: 120px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_img img {
    border-radius: 0 !important;
    height: 72px !important;
    padding: 0;
    width: 72px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_title a {
    color: #2d2d2f !important;
    font-size: 1rem !important;
    font-weight: 400;
    -webkit-line-clamp: 3;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price {
    color: #2d2d2f !important;
    font-size: .95rem;
    font-weight: 400;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  body.fc-header-preview .fc-preview-header-inner {
    grid-template-columns: 1fr;
  }

  body.fc-header-preview .fc-preview-brand,
  body.fc-header-preview .fc-preview-actions,
  body.fc-header-preview .fc-preview-menu {
    justify-content: center;
  }

  body.fc-header-preview .fc-preview-search {
    width: min(100%, 520px);
  }
}

@media (max-width: 767px) {
  body.fc-header-preview {
    overflow-x: hidden;
  }

  body.fc-header-preview .fc-preview-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    color: #202124;
    position: sticky;
    top: 0;
    z-index: 1200;
  }

  body.fc-header-preview .fc-preview-header-inner {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 0 10px;
  }

  body.fc-header-preview .fc-preview-mobile-menu-toggle {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    padding: 0 !important;
    width: 42px;
  }

  body.fc-header-preview .fc-preview-mobile-menu-toggle span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 24px;
  }

  body.fc-header-preview .fc-preview-brand {
    gap: 7px;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
  }

  body.fc-header-preview .fc-preview-brand .site-branding {
    flex: 0 0 auto;
  }

  body.fc-header-preview .fc-preview-brand .custom-logo-link img {
    height: 34px !important;
    max-height: 34px;
  }

  body.fc-header-preview .fc-preview-brand .mycustomtitleaudiowide-desktop {
    display: none !important;
  }

  body.fc-header-preview .fc-preview-brand .mycustomtitleaudiowide-mobile {
    color: #cd7f32 !important;
    display: inline-flex !important;
    line-height: 1 !important;
    max-width: 142px;
    min-width: 0;
    transform: none !important;
  }

  body.fc-header-preview .fc-preview-brand .mytitlecustomsize-mobile {
    font-size: 12px !important;
    line-height: 1.05 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.fc-header-preview .fc-preview-actions {
    gap: 2px;
    justify-content: flex-end;
  }

  body.fc-header-preview .fc-preview-icon-btn,
  body.fc-header-preview .fc-preview-search-submit {
    color: #202124 !important;
    height: 38px;
    opacity: 1;
    width: 38px;
  }

  body.fc-header-preview .fc-preview-search {
    flex: 0 0 38px;
    min-width: 38px;
    width: 38px;
  }

  body.fc-header-preview .fc-preview-search-field {
    width: 38px;
  }

  body.fc-header-preview .fc-preview-search .woof_qt,
  body.fc-header-preview .fc-preview-search .woof_quick_search_wraper,
  body.fc-header-preview .fc-preview-search-clear,
  body.fc-header-preview .fc-preview-search-results,
  body.fc-header-preview .fc-preview-mobile-search-head {
    display: none;
  }

  body.fc-header-preview .fc-preview-cart-count {
    right: 2px;
    top: 3px;
  }

  body.fc-header-preview .fc-preview-menu-scrim,
  body.fc-header-preview .fc-preview-search-scrim {
    background: rgba(0, 0, 0, .42);
    inset: 0;
    position: fixed;
    z-index: 1190;
  }

  body.fc-header-preview.fc-preview-menu-open .fc-preview-menu-scrim,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-scrim {
    display: block;
  }

  body.fc-header-preview .fc-preview-nav {
    background: #fff;
    bottom: 0;
    box-shadow: 22px 0 44px rgba(0, 0, 0, .22);
    display: block;
    left: 0;
    max-width: 330px;
    overflow-y: auto;
    padding: 18px 20px 110px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform .24s ease;
    width: min(88vw, 330px);
    z-index: 1210;
  }

  body.fc-header-preview.fc-preview-menu-open .fc-preview-nav {
    transform: translateX(0);
  }

  body.fc-header-preview .fc-preview-mobile-menu-close {
    align-items: center;
    background: #f1f1f1 !important;
    border: 0 !important;
    border-radius: 999px;
    box-shadow: none !important;
    color: #202124 !important;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 0 18px auto;
    padding: 0 !important;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-menu {
    align-items: stretch;
    display: block;
    white-space: normal;
  }

  body.fc-header-preview .fc-preview-menu li {
    border-bottom: 1px solid #eeeeee;
    margin: 0 !important;
    position: relative;
    width: 100% !important;
  }

  body.fc-header-preview .fc-preview-menu a {
    border: 0;
    color: #202124 !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 16px 42px 16px 0;
  }

  body.fc-header-preview .fc-preview-menu a:hover {
    color: #cd7f32 !important;
  }

  body.fc-header-preview .fc-preview-submenu-toggle {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 4px;
    transition: transform .18s ease;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-menu .menu-item-has-children.is-submenu-open > .fc-preview-submenu-toggle {
    transform: rotate(180deg);
  }

  body.fc-header-preview .fc-preview-menu .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: none;
    min-width: 0;
    padding: 0 0 10px 16px;
    position: static;
  }

  body.fc-header-preview .fc-preview-menu .menu-item-has-children.is-submenu-open > .sub-menu {
    display: block;
  }

  body.fc-header-preview .fc-preview-menu .sub-menu li {
    border-bottom: 0;
  }

  body.fc-header-preview .fc-preview-menu .sub-menu a {
    color: #646464 !important;
    font-size: .95rem;
    font-weight: 600;
    padding: 9px 0;
  }

  body.fc-header-preview.fc-header-search-active {
    overflow: hidden;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header {
    background: #fff;
    bottom: auto;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
    left: 0;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1220;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    min-height: 100vh;
    overflow-y: auto;
    padding: 18px 14px 118px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-menu-toggle,
  body.fc-header-preview.fc-header-search-active .fc-preview-brand,
  body.fc-header-preview.fc-header-search-active .fc-preview-nav {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions {
    display: block;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search {
    display: block;
    min-width: 0;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head {
    align-items: center;
    color: #202124;
    display: flex;
    font-family: roboto, var(--bs-body-font-family), sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    justify-content: space-between;
    margin: 0 0 14px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head span {
    padding-right: 94px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-icon-btn {
    color: #202124 !important;
    display: flex !important;
    height: 38px;
    opacity: 1;
    position: fixed;
    right: 96px;
    top: 18px;
    width: 38px;
    z-index: 1225;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-cart {
    right: 56px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-close {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
    display: flex;
    height: 38px;
    justify-content: center;
    padding: 0 !important;
    width: 38px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    border: 1px solid #2f3133;
    border-radius: 5px;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_qt,
  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper {
    display: flex;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    height: 54px !important;
    line-height: 54px !important;
    min-height: 54px !important;
    padding: 0 92px 0 14px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear {
    color: #202124 !important;
    display: flex;
    height: 42px;
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear[hidden] {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    color: #202124 !important;
    height: 42px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block !important;
    left: auto;
    margin-top: 18px;
    max-height: none;
    overflow: visible;
    position: static;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions {
    display: block;
    margin-bottom: 22px;
    min-height: 0;
    padding: 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions h3,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products > h3 {
    color: #202124;
    display: block;
    font-size: .98rem;
    font-weight: 600;
    margin: 0 0 12px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #444 !important;
    display: inline;
    font-size: .96rem;
    line-height: 1.7;
    margin: 0 14px 0 0;
    padding: 0 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    width: auto;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_result {
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none;
    overflow: visible;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container td {
    padding: 10px 8px 10px 0 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_img_col {
    width: 70px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price_col {
    width: 86px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_img img {
    height: 54px !important;
    width: 54px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_title a,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price {
    color: #202124 !important;
    font-size: .9rem !important;
  }

  body.fc-header-preview.home .fc-blog-section {
    padding: 30px 0 42px;
  }

  body.fc-header-preview.home .fc-blog-heading {
    margin-bottom: 22px;
    padding: 0 22px;
  }

  body.fc-header-preview.home .fc-blog-heading-mark {
    height: 4px;
    margin-bottom: 12px;
    width: 58px;
  }

  body.fc-header-preview.home .fc-blog-title,
  body.fc-header-preview.home .fc-trust-title {
    font-size: 1.75rem;
    line-height: 1.12;
  }

  body.fc-header-preview.home .fc-blog-subtitle,
  body.fc-header-preview.home .fc-trust-subtitle {
    font-size: .95rem;
    line-height: 1.45;
  }

  body.fc-header-preview.home .fc-blog-grid,
  body.fc-header-preview.home .fc-trust-grid {
    display: flex;
    gap: 14px;
    margin: 0;
    max-width: none;
    overflow-x: auto;
    padding: 0 16px 16px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.fc-header-preview.home .fc-blog-grid::-webkit-scrollbar,
  body.fc-header-preview.home .fc-trust-grid::-webkit-scrollbar {
    display: none;
  }

  body.fc-header-preview.home .fc-blog-card,
  body.fc-header-preview.home .fc-trust-item {
    flex: 0 0 82vw;
    max-width: 360px;
    scroll-snap-align: start;
  }

  body.fc-header-preview.home .fc-blog-card-media {
    aspect-ratio: 16 / 9;
  }

  body.fc-header-preview.home .fc-blog-card-body {
    min-height: 0;
    padding: 16px 18px 18px;
  }

  body.fc-header-preview.home .fc-blog-meta {
    font-size: .84rem;
    margin-bottom: 11px;
  }

  body.fc-header-preview.home .fc-blog-tags {
    gap: 6px;
    margin-bottom: 11px;
  }

  body.fc-header-preview.home .fc-blog-tags span {
    font-size: .64rem;
    padding: 6px 9px;
  }

  body.fc-header-preview.home .fc-blog-card-title {
    font-size: 1.06rem;
    line-height: 1.25;
    margin-bottom: 9px;
  }

  body.fc-header-preview.home .fc-blog-excerpt {
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: 16px;
    -webkit-line-clamp: 2;
  }

  body.fc-header-preview.home .fc-blog-read-more {
    font-size: .88rem;
  }

  body.fc-header-preview.home .fc-trust-section {
    padding: 36px 0 40px;
  }

  body.fc-header-preview.home .fc-trust-heading {
    margin-bottom: 22px;
    padding: 0 20px;
  }

  body.fc-header-preview.home .fc-trust-item {
    border-color: #ededed;
    min-height: 0;
    padding: 22px 18px;
  }

  body.fc-header-preview.home .fc-trust-icon {
    height: 42px;
    margin-bottom: 14px;
    width: 42px;
  }

  body.fc-header-preview.home .fc-trust-icon svg {
    height: 42px;
    width: 42px;
  }

  body.fc-header-preview.home .fc-trust-item h3 {
    font-size: .98rem;
  }

  body.fc-header-preview.home .fc-trust-item p {
    font-size: .86rem;
  }

  body.fc-header-preview.home .fc-usp-section {
    padding: 30px 14px;
  }

  body.fc-header-preview.home .fc-usp-grid {
    gap: 20px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fc-header-preview.home .fc-usp-item,
  body.fc-header-preview.home .fc-usp-item a {
    color: inherit !important;
    cursor: default;
    padding: 8px 4px;
    text-decoration: none !important;
  }

  body.fc-header-preview.home .fc-usp-icon {
    height: 34px;
    margin-bottom: 10px;
    width: 34px;
  }

  body.fc-header-preview.home .fc-usp-title,
  body.fc-header-preview.home .fc-usp-sub,
  body.fc-header-preview.home .fc-usp-title a,
  body.fc-header-preview.home .fc-usp-sub a {
    text-decoration: none !important;
    text-underline-offset: 0;
  }

  body.fc-header-preview.home .fc-usp-section * {
    text-decoration: none !important;
  }

  body.fc-header-preview.home .fc-usp-title {
    font-size: .72rem;
    line-height: 1.25;
  }

  body.fc-header-preview.home .fc-usp-sub {
    font-size: .72rem;
    line-height: 1.35;
  }

  body.fc-header-preview .storefront-handheld-footer-bar {
    background: #fff;
    border-top: 1px solid #dedede;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .08);
    z-index: 1195;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li > a {
    border-right: 1px solid #dedede;
    color: #202124;
    height: 66px;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li > a::before {
    color: #202124;
    font-size: 23px;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li.cart .count {
    background: #fff;
    border-color: #202124;
    color: #202124;
    top: .8em;
  }

  body.fc-header-preview .fc-whatsapp-sticky {
    bottom: 84px;
    height: 54px;
    min-height: 54px;
    right: 16px;
    width: 54px;
  }

  body.fc-header-preview .fc-modern-footer {
    padding: 34px 22px 100px;
  }

  body.fc-header-preview .fc-modern-footer-links {
    display: block;
  }

  body.fc-header-preview .fc-mobile-footer-accordion {
    border-bottom: 1px solid #dedede;
  }

  body.fc-header-preview .fc-mobile-footer-accordion h2 {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    margin: 0;
    padding: 18px 0;
  }

  body.fc-header-preview .fc-mobile-footer-accordion h2::after {
    content: "⌄";
    font-size: 1.2rem;
    line-height: 1;
    transition: transform .18s ease;
  }

  body.fc-header-preview .fc-mobile-footer-accordion.is-open h2::after {
    transform: rotate(180deg);
  }

  body.fc-header-preview .fc-mobile-footer-accordion ul {
    display: none;
    padding-bottom: 14px !important;
  }

  body.fc-header-preview .fc-mobile-footer-accordion.is-open ul {
    display: block;
  }

  body.fc-header-preview .fc-modern-footer-community {
    padding-top: 28px;
  }

  body.fc-header-preview .fc-modern-footer-community h2 {
    font-size: 1.8rem;
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  body.fc-header-preview .fc-preview-header {
    background: #000;
    border-bottom: 1px solid #252525;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .24);
    color: #fff;
  }

  body.fc-header-preview .fc-preview-header-inner {
    gap: 8px;
    grid-template-columns: 44px minmax(126px, 1fr) auto;
    min-height: 62px;
    padding: 0 12px;
  }

  body.fc-header-preview .fc-preview-mobile-menu-toggle {
    color: #f4f4f4 !important;
    height: 44px;
    width: 44px;
  }

  body.fc-header-preview .fc-preview-brand {
    gap: 0;
    justify-content: flex-start;
    text-align: left;
  }

  body.fc-header-preview .fc-preview-brand .site-branding,
  body.fc-header-preview .fc-preview-brand .custom-logo-link {
    display: none !important;
  }

  body.fc-header-preview .fc-preview-brand .mycustomtitleaudiowide-mobile {
    align-items: flex-start;
    color: #cd7f32 !important;
    justify-content: center;
    max-width: 178px;
    text-align: left;
  }

  body.fc-header-preview .fc-preview-brand .mytitlecustomsize-mobile {
    display: block;
    font-size: clamp(11px, 3.2vw, 13px) !important;
    letter-spacing: .2px;
    line-height: 1.04 !important;
    white-space: normal;
  }

  body.fc-header-preview .fc-preview-actions > a.fc-preview-icon-btn:not(.fc-preview-cart) {
    display: none !important;
  }

  body.fc-header-preview .fc-preview-icon-btn,
  body.fc-header-preview .fc-preview-search-submit {
    color: #f4f4f4 !important;
    height: 40px;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-search {
    flex: 0 0 40px;
    min-width: 40px;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-search-field {
    width: 40px;
  }

  body.fc-header-preview .fc-preview-cart-count {
    background: #cd7f32;
    border: 0;
    color: #111;
    font-weight: 800;
    right: 0;
    top: 2px;
  }

  body.fc-header-preview.fc-preview-menu-open {
    overflow: hidden;
  }

  body.fc-header-preview .fc-preview-nav {
    background: #fff;
    box-shadow: 26px 0 50px rgba(0, 0, 0, .28);
    max-width: 360px;
    padding: 0 22px 110px;
    width: min(92vw, 360px);
  }

  body.fc-header-preview .fc-preview-drawer-head {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 42px minmax(0, 1fr) 82px;
    min-height: 66px;
  }

  body.fc-header-preview .fc-preview-mobile-menu-close {
    background: transparent !important;
    border-radius: 0;
    color: #202124 !important;
    height: 42px;
    margin: 0;
    width: 42px;
  }

  body.fc-header-preview .fc-preview-drawer-brand {
    align-items: center;
    color: #cd7f32 !important;
    display: flex;
    flex-direction: column;
    font-family: audiowide, roboto, var(--bs-body-font-family), sans-serif;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .3px;
    line-height: 1.04;
    min-width: 0;
    text-align: center;
    text-decoration: none !important;
  }

  body.fc-header-preview .fc-preview-drawer-actions {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: flex-end;
  }

  body.fc-header-preview .fc-preview-drawer-search,
  body.fc-header-preview .fc-preview-drawer-cart {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    padding: 0 !important;
    position: relative;
    text-decoration: none !important;
    width: 38px;
  }

  body.fc-header-preview .fc-preview-drawer-cart-count {
    align-items: center;
    background: #cd7f32;
    border-radius: 999px;
    color: #111;
    display: flex;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 3px;
    width: 18px;
  }

  body.fc-header-preview .fc-preview-menu {
    padding-top: 8px;
  }

  body.fc-header-preview .fc-preview-menu li {
    border-bottom: 0;
  }

  body.fc-header-preview .fc-preview-menu a {
    color: #202124 !important;
    font-size: 1.04rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 15px 42px 15px 0;
  }

  body.fc-header-preview .fc-preview-menu .sub-menu {
    border-left: 1px solid #e7e7e7;
    padding: 0 0 10px 16px;
  }

  body.fc-header-preview .fc-preview-menu .sub-menu a {
    color: #4d4d4d !important;
    font-size: .95rem;
    font-weight: 500;
    padding: 9px 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header {
    background: #fff;
    border-bottom: 0;
    min-height: 100dvh;
    min-height: 100vh;
    transform: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    min-height: 100dvh;
    min-height: 100vh;
    padding: 20px 14px calc(118px + env(safe-area-inset-bottom));
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head span {
    padding-right: 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-icon-btn,
  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-cart {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    height: 54px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form {
    height: 52px !important;
    line-height: 52px !important;
    min-height: 52px !important;
    padding: 0 88px 0 16px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear {
    color: #202124 !important;
    right: 42px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    color: #202124 !important;
    right: 3px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions button {
    background: #f6f6f6 !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 999px;
    color: #2d2d2f !important;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 8px 8px 0;
    padding: 7px 11px !important;
    text-decoration: none !important;
    width: auto;
  }

  body.fc-header-preview .storefront-handheld-footer-bar {
    background: #000;
    border-top: 1px solid #222;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .18);
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li > a {
    border-right: 1px solid #242424;
    color: #cd7f32;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li > a::before {
    color: #cd7f32;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul li.cart .count {
    background: #fff;
    border: 0;
    color: #202124;
  }
}
