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

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

  body.fc-header-preview .fc-preview-header {
    background: #000;
    border-bottom: 1px solid #252525;
    color: #fff;
  }

  body.fc-header-preview .fc-preview-header-inner {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 46px minmax(0, 1fr) 88px;
    min-height: 64px;
    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 {
    background: currentColor;
    height: 2px;
    width: 25px;
  }

  body.fc-header-preview .fc-preview-brand {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
  }

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

  body.fc-header-preview .fc-preview-brand .mycustomtitleaudiowide-mobile {
    align-items: center;
    color: #cd7f32 !important;
    display: flex !important;
    height: auto !important;
    justify-content: flex-start;
    max-width: 192px;
    min-width: 0;
    position: static !important;
    text-align: left;
    top: auto !important;
    transform: none !important;
  }

  body.fc-header-preview .fc-preview-brand .mytitlecustomsize-mobile {
    font-size: clamp(11px, 3.1vw, 13px) !important;
    line-height: 1.04 !important;
  }

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

  body.fc-header-preview .fc-preview-actions > .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: 38px;
    width: 38px;
  }

  body.fc-header-preview .fc-preview-cart-count {
    background: #cd7f32;
    color: #111;
    right: 1px;
    top: 2px;
  }

  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-menu-scrim {
    background: rgba(0, 0, 0, .48);
    inset: 0;
    position: fixed;
    z-index: 1240;
  }

  body.fc-header-preview .fc-preview-nav {
    background: #fff;
    bottom: 0 !important;
    box-shadow: none;
    display: block !important;
    height: 100dvh;
    height: 100vh;
    left: 0 !important;
    max-height: 100dvh;
    max-height: 100vh;
    max-width: none !important;
    overflow-y: auto;
    padding: 0 24px calc(98px + env(safe-area-inset-bottom));
    position: fixed !important;
    right: 0;
    top: 0 !important;
    transform: translateX(-105%);
    transition: transform .24s ease;
    width: 100vw !important;
    z-index: 1260;
  }

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

  body.fc-header-preview .fc-preview-drawer-head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #efefef;
    display: grid;
    gap: 8px;
    grid-template-columns: 42px minmax(0, 1fr) 86px;
    margin: 0 -24px 18px;
    min-height: 68px;
    padding: 0 18px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  body.fc-header-preview .fc-preview-mobile-menu-close,
  body.fc-header-preview .fc-preview-drawer-search,
  body.fc-header-preview .fc-preview-drawer-cart {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
  }

  body.fc-header-preview .fc-preview-drawer-brand {
    color: #cd7f32 !important;
    font-size: 13px;
    line-height: 1.04;
    text-align: center;
  }

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

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

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

  body.fc-header-preview .fc-preview-submenu-toggle {
    color: #202124 !important;
    right: 0;
    top: 5px;
  }

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

  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 a {
    color: #555 !important;
    font-size: .95rem;
    padding: 9px 0;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header {
    background: #fff;
    bottom: 0;
    box-shadow: none;
    height: 100dvh;
    height: 100vh;
    left: 0;
    min-height: 100dvh;
    min-height: 100vh;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transform: none !important;
    z-index: 1270;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    align-items: start;
    display: block;
    height: 100dvh;
    height: 100vh;
    min-height: 0;
    overflow-y: auto;
    padding: calc(24px + env(safe-area-inset-top)) 30px calc(92px + env(safe-area-inset-bottom));
  }

  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,
  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-actions {
    align-self: start;
    display: block;
    justify-self: stretch;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search {
    display: block;
    flex: none;
    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 !important;
    font-size: 1.02rem;
    font-weight: 600;
    justify-content: space-between;
    margin: 0 0 18px;
    min-height: 42px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    border-color: #202124;
    height: 54px;
    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,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    display: block !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear:not([hidden]) {
    display: flex !important;
  }

  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;
    right: 4px;
  }

  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 72px 0 16px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    margin-top: 20px;
  }

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

  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 {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  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 #242424;
    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-header-search-active .fc-whatsapp-sticky,
  body.fc-header-preview.fc-preview-menu-open .fc-whatsapp-sticky,
  body.fc-header-preview.fc-header-search-active .storefront-handheld-footer-bar,
  body.fc-header-preview.fc-preview-menu-open .storefront-handheld-footer-bar,
  body.fc-header-preview #myNav,
  body.fc-header-preview #new-search-mobile,
  body.fc-header-preview .storefront-handheld-footer-bar li.search.active .site-search,
  body.fc-header-preview .storefront-handheld-footer-bar li.search .site-search {
    display: none !important;
    visibility: hidden !important;
  }
}

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

@media (min-width: 768px) {
  body.fc-header-preview {
    --fc-preview-desktop-header-height: 69px;
  }

  body.fc-header-preview:not(.fc-header-search-active):not(.fc-preview-menu-open) {
    padding-top: var(--fc-preview-desktop-header-height);
  }

  body.admin-bar.fc-header-preview:not(.fc-header-search-active):not(.fc-preview-menu-open) {
    padding-top: calc(var(--fc-preview-desktop-header-height) + 32px);
  }

  body.fc-header-preview .fc-preview-header {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    transform: translateY(0);
    transition: transform .24s ease, box-shadow .2s ease, background .2s ease;
    width: 100%;
    z-index: 1200;
  }

  body.admin-bar.fc-header-preview .fc-preview-header {
    top: 32px;
  }

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

  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;
  }
}

@media (max-width: 767px) {
  body.fc-header-preview.fc-mobile-search-panel-active {
    overflow: hidden !important;
  }

  body.fc-header-preview.fc-mobile-search-panel-active .fc-preview-search-scrim,
  body.fc-header-preview.fc-mobile-search-panel-active .fc-preview-header,
  body.fc-header-preview.fc-mobile-search-panel-active .storefront-handheld-footer-bar,
  body.fc-header-preview.fc-mobile-search-panel-active .fc-whatsapp-sticky {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.fc-header-preview .fc-preview-mobile-search-panel {
    background: #fff;
    box-sizing: border-box;
    color: #202124;
    display: none;
    height: 100dvh;
    left: 0;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: calc(28px + env(safe-area-inset-top)) max(22px, env(safe-area-inset-left)) calc(92px + env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 2147483640;
  }

  body.fc-header-preview.fc-mobile-search-panel-active .fc-preview-mobile-search-panel {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }

  body.fc-header-preview .fc-preview-mobile-panel-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 22px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-head h2 {
    color: #202124;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
  }

  body.fc-header-preview .fc-preview-mobile-panel-close,
  body.fc-header-preview .fc-preview-mobile-panel-clear,
  body.fc-header-preview .fc-preview-mobile-panel-submit {
    align-items: center;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #202124 !important;
    display: inline-flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.fc-header-preview .fc-preview-mobile-panel-close {
    height: 42px;
    width: 42px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-form {
    align-items: center;
    border: 1px solid #202124;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    height: 54px;
    margin: 0 0 22px;
    position: relative;
    width: 100%;
  }

  body.fc-header-preview .fc-preview-mobile-panel-form input[type="search"] {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #202124;
    display: block;
    font-size: 1rem;
    height: 52px;
    line-height: 52px;
    margin: 0;
    min-width: 0;
    outline: none;
    padding: 0 78px 0 16px;
    width: 100%;
  }

  body.fc-header-preview .fc-preview-mobile-panel-clear,
  body.fc-header-preview .fc-preview-mobile-panel-submit {
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-clear {
    right: 40px;
  }

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

  body.fc-header-preview .fc-preview-mobile-panel-submit {
    right: 4px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-section {
    margin: 0 0 26px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-section h3 {
    color: #202124;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-category-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  body.fc-header-preview .fc-preview-mobile-panel-category-list button {
    background: #f6f6f6 !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 999px;
    color: #2d2d2f !important;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 !important;
    padding: 8px 12px !important;
    text-decoration: none !important;
    width: auto !important;
  }

  body.fc-header-preview .fc-preview-mobile-panel-category-list button[hidden] {
    display: none !important;
  }

  body.fc-header-preview .fc-preview-mobile-panel-empty,
  body.fc-header-preview .fc-preview-mobile-panel-products p {
    color: #727272;
    font-size: .92rem;
    line-height: 1.45;
    margin: 0;
  }
}

@media (min-width: 768px) {
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    max-height: var(--fc-preview-search-panel-max-height, calc(100dvh - 190px)) !important;
    overflow: hidden !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    box-sizing: border-box;
    min-height: 0 !important;
    max-height: var(--fc-preview-search-panel-max-height, calc(100dvh - 190px));
  }

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

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products > h3 {
    flex: 0 0 auto;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_quick_search_results {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_result {
    flex: 1 1 auto;
    max-height: none !important;
    min-height: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }
}

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

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

body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_quick_search_results,
body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_result,
body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container {
  box-sizing: border-box;
  max-width: none;
  width: 100% !important;
}

@media (min-width: 768px) {
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    box-sizing: border-box;
    min-width: 0;
    padding: 28px 34px 30px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container {
    table-layout: auto;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container td {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

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

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

@media (max-width: 767px) {
  body.fc-header-preview.fc-preview-menu-open .fc-preview-header {
    z-index: 1260;
  }

  body.fc-header-preview .fc-preview-menu-scrim {
    background: rgba(0, 0, 0, .28);
    z-index: 1210;
  }

  body.fc-header-preview .fc-preview-nav {
    box-shadow: none !important;
    pointer-events: auto;
    z-index: 1270;
  }

  body.fc-header-preview .fc-preview-nav a,
  body.fc-header-preview .fc-preview-nav button {
    pointer-events: auto;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    box-sizing: border-box;
    min-width: 0;
    padding: 0;
    width: 100%;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_result {
    overflow: visible;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container {
    table-layout: auto;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container td {
    padding: 12px 8px !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_img img {
    height: 56px !important;
    width: 56px !important;
  }

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

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_title a {
    font-size: .92rem !important;
    -webkit-line-clamp: 3;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price {
    font-size: .84rem;
    line-height: 1.25;
    text-align: right;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .wooqt_pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    grid-template-columns: minmax(96px, 1fr) minmax(720px, 1100px) 146px;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions > a.fc-preview-icon-btn {
    align-self: center;
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
  }

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

@media (max-width: 767px) {
  body.fc-header-preview {
    --fc-preview-mobile-header-height: 64px;
  }

  body.fc-header-preview:not(.fc-header-search-active):not(.fc-preview-menu-open) {
    padding-top: var(--fc-preview-mobile-header-height);
  }

  body.admin-bar.fc-header-preview:not(.fc-header-search-active):not(.fc-preview-menu-open) {
    padding-top: calc(var(--fc-preview-mobile-header-height) + 46px);
  }

  body.fc-header-preview .fc-preview-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    transition: transform .24s ease, box-shadow .2s ease, background .2s ease;
    z-index: 1200;
  }

  body.admin-bar.fc-header-preview .fc-preview-header {
    top: 46px;
  }

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

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

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-field,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_quick_search_results,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_result,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    overflow: visible !important;
  }

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

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container tbody {
    border-collapse: collapse;
    display: block !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container tr.woof_qs_item {
    align-items: center;
    background: #fff !important;
    border-bottom: 1px solid #edf0f2;
    box-sizing: border-box;
    display: grid !important;
    gap: 4px 12px;
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 14px 0;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_container td {
    box-sizing: border-box;
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_img_col {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 64px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_img img {
    display: block;
    height: 58px !important;
    object-fit: contain;
    width: 58px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_title {
    grid-column: 2;
    grid-row: 1;
    min-width: 0 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_title a {
    display: -webkit-box !important;
    font-size: .9rem !important;
    line-height: 1.25 !important;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price_col {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    width: auto !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_price {
    color: #202124;
    display: block;
    font-size: .86rem !important;
    font-weight: 700;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: left !important;
    white-space: normal !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_sku_col,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .woof_qs_list_1_key_words_col {
    display: none !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results .wooqt_pagination {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 10px 0 12px;
  }

  body.fc-header-preview .fc-preview-drawer-head {
    grid-template-columns: 44px minmax(0, 1fr) 96px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 18px;
  }

  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: clamp(11px, 3.1vw, 13px);
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.04;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.fc-header-preview .fc-preview-drawer-brand span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.fc-header-preview .fc-preview-drawer-actions {
    align-items: center;
    display: flex !important;
    gap: 8px;
    justify-content: flex-end;
    min-width: 0;
    width: 96px;
  }

  body.fc-header-preview .fc-preview-drawer-search,
  body.fc-header-preview .fc-preview-drawer-cart {
    align-items: center;
    appearance: none;
    display: inline-flex !important;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    min-width: 38px;
    padding: 0 !important;
    position: relative;
    width: 38px;
  }

  body.fc-header-preview .fc-preview-drawer-search::before,
  body.fc-header-preview .fc-preview-drawer-search::after,
  body.fc-header-preview .fc-preview-drawer-cart::before,
  body.fc-header-preview .fc-preview-drawer-cart::after {
    content: none !important;
    display: none !important;
  }

  body.fc-header-preview .fc-preview-drawer-search svg,
  body.fc-header-preview .fc-preview-drawer-cart svg {
    display: block;
    flex: 0 0 auto;
  }

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

  body.fc-header-preview .fc-preview-menu > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.fc-header-preview .fc-preview-menu > li > a {
    display: flex;
    justify-content: flex-start;
    padding-left: 0 !important;
    text-align: left;
  }

  body.fc-header-preview .fc-preview-menu > li.menu-item-has-children > a {
    padding-right: 48px !important;
  }

  body.fc-header-preview .fc-preview-menu > li > .fc-preview-submenu-toggle {
    right: 0 !important;
    top: 8px;
  }
}

@media (max-width: 767px) {
  body.fc-header-preview .fc-preview-header-inner {
    grid-template-columns: 46px minmax(0, 1fr) 92px;
  }

  body.fc-header-preview .fc-preview-actions {
    align-items: center;
    display: grid !important;
    gap: 8px;
    grid-template-columns: 40px 40px;
    justify-content: end;
    min-width: 92px;
    width: 92px;
  }

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

  body.fc-header-preview .fc-preview-search {
    display: block !important;
    flex: none !important;
    grid-column: 1;
    grid-row: 1;
    height: 40px;
    min-width: 40px;
    overflow: visible;
    position: relative;
    width: 40px;
    z-index: 2;
  }

  body.fc-header-preview .fc-preview-search-field {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    height: 40px;
    justify-content: center;
    overflow: visible;
    position: relative;
    width: 40px;
  }

  body.fc-header-preview .fc-preview-search-submit {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #f4f4f4 !important;
    display: inline-flex !important;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;
    pointer-events: auto;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    width: 40px;
    z-index: 3;
  }

  body.fc-header-preview .fc-preview-search-submit::before,
  body.fc-header-preview .fc-preview-search-submit::after {
    content: none !important;
    display: none !important;
  }

  body.fc-header-preview .fc-preview-search-submit svg {
    display: block;
    flex: 0 0 auto;
  }

  body.fc-header-preview .fc-preview-cart {
    display: inline-flex !important;
    grid-column: 2;
    grid-row: 1;
    height: 40px;
    justify-self: end;
    position: relative;
    width: 40px;
    z-index: 2;
  }

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

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    background: #fff !important;
    border: 1px solid #202124 !important;
    height: 54px;
    justify-content: stretch;
    width: 100%;
  }

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

  body.fc-header-preview #myNav,
  body.fc-header-preview #new-search-mobile,
  body.fc-header-preview .storefront-handheld-footer-bar li.search.active .site-search,
  body.fc-header-preview .storefront-handheld-footer-bar li.search .site-search {
    display: none !important;
    visibility: hidden !important;
  }

  body.fc-header-preview .fc-preview-debug-badge {
    background: rgba(0, 0, 0, .82);
    border-radius: 6px;
    bottom: calc(96px + env(safe-area-inset-bottom));
    color: #fff;
    display: none;
    font: 600 11px/1.3 Arial, sans-serif;
    left: 10px;
    max-width: calc(100vw - 20px);
    padding: 7px 9px;
    position: fixed;
    right: auto;
    text-align: left;
    z-index: 99999;
  }

  body.fc-header-preview.fc-preview-debug .fc-preview-debug-badge {
    display: block;
  }

  body.fc-header-preview.fc-preview-js-error .fc-preview-debug-badge {
    background: #b42318;
  }
}

@media (max-width: 767px) {
  body.fc-header-preview .fc-preview-header,
  body.fc-header-preview .fc-preview-header-inner,
  body.fc-header-preview .fc-preview-mobile-menu-toggle,
  body.fc-header-preview .fc-preview-search,
  body.fc-header-preview .fc-preview-search-field,
  body.fc-header-preview .fc-preview-search-submit,
  body.fc-header-preview .fc-preview-cart,
  body.fc-header-preview .fc-preview-drawer-head,
  body.fc-header-preview .fc-preview-drawer-search,
  body.fc-header-preview .fc-preview-drawer-cart {
    pointer-events: auto !important;
  }

  body.fc-header-preview .fc-preview-header-inner {
    grid-template-columns: 46px minmax(0, 1fr) 92px !important;
  }

  body.fc-header-preview .fc-preview-actions {
    align-items: center !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 40px 40px !important;
    justify-content: end !important;
    justify-items: center !important;
    min-width: 92px !important;
    width: 92px !important;
    z-index: 3;
  }

  body.fc-header-preview .fc-preview-search {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 40px !important;
    min-width: 40px !important;
    overflow: visible !important;
    position: relative !important;
    width: 40px !important;
    z-index: 4 !important;
  }

  body.fc-header-preview .fc-preview-search-field {
    display: flex !important;
    height: 40px !important;
    overflow: visible !important;
    width: 40px !important;
  }

  body.fc-header-preview .fc-preview-search-submit {
    appearance: none !important;
    cursor: pointer;
    display: inline-flex !important;
    flex: 0 0 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 5 !important;
  }

  body.fc-header-preview .fc-preview-search-submit svg,
  body.fc-header-preview .fc-preview-cart svg {
    pointer-events: none;
  }

  body.fc-header-preview .fc-preview-cart {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    z-index: 4 !important;
  }

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

  body.fc-header-preview.fc-header-search-active .fc-preview-search {
    height: auto !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    height: 54px !important;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  body.fc-header-preview .fc-preview-drawer-actions {
    align-items: center !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 38px 38px !important;
    justify-content: end !important;
    min-width: 96px !important;
    width: 96px !important;
  }

  body.fc-header-preview .fc-preview-drawer-search,
  body.fc-header-preview .fc-preview-drawer-cart {
    display: inline-flex !important;
    grid-row: 1;
    height: 38px !important;
    min-width: 38px !important;
    position: relative !important;
    width: 38px !important;
    z-index: 3;
  }

  body.fc-header-preview .fc-preview-drawer-search {
    grid-column: 1;
  }

  body.fc-header-preview .fc-preview-drawer-cart {
    grid-column: 2;
  }
}

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

@media (max-width: 767px) {
  body.fc-header-preview .fc-preview-header-inner {
    grid-template-columns: 46px minmax(0, 1fr) 92px !important;
  }

  body.fc-header-preview .fc-preview-actions {
    align-items: center !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 40px 40px !important;
    justify-content: end !important;
    justify-items: center !important;
    min-width: 92px !important;
    width: 92px !important;
  }

  body.fc-header-preview .fc-preview-mobile-search-trigger {
    align-items: center;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #f4f4f4 !important;
    cursor: pointer;
    display: inline-flex !important;
    grid-column: 1;
    grid-row: 1;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    min-height: 40px;
    min-width: 40px;
    padding: 0 !important;
    pointer-events: auto !important;
    position: relative;
    width: 40px;
    z-index: 5;
  }

  body.fc-header-preview .fc-preview-mobile-search-trigger::before,
  body.fc-header-preview .fc-preview-mobile-search-trigger::after {
    content: none !important;
    display: none !important;
  }

  body.fc-header-preview .fc-preview-mobile-search-trigger svg {
    display: block;
    flex: 0 0 auto;
    pointer-events: none;
  }

  body.fc-header-preview:not(.fc-header-search-active) .fc-preview-search {
    display: none !important;
  }

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

  body.fc-header-preview .fc-preview-cart {
    display: inline-flex !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
  }

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

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

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

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #202124 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    display: flex !important;
    height: 54px !important;
    min-width: 0 !important;
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
  }

  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,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    display: block !important;
    visibility: visible !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form,
  body.fc-header-preview.fc-header-search-active .fc-preview-search input[type="text"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.fc-header-preview .fc-preview-menu .menu-item-has-children:not(.is-submenu-open) > .sub-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.fc-header-preview .fc-preview-menu .menu-item-has-children.is-submenu-open > .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.fc-header-preview .fc-preview-submenu-toggle {
    pointer-events: auto !important;
    z-index: 4;
  }
}

@media (max-width: 767px) {
  body.fc-header-preview.fc-header-search-active .fc-preview-search-scrim {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.fc-header-preview .fc-preview-nav .fc-preview-menu,
  body.fc-header-preview .fc-preview-nav .fc-preview-menu ul {
    box-sizing: border-box !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  body.fc-header-preview .fc-preview-nav .fc-preview-menu > li.menu-item,
  body.fc-header-preview .fc-preview-nav .fc-preview-menu > li.menu-item.menu-item-has-children,
  body.fc-header-preview .fc-preview-nav .fc-preview-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
    box-sizing: border-box !important;
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    width: 100% !important;
  }

  body.fc-header-preview .fc-preview-nav .fc-preview-menu > li.menu-item > a {
    box-sizing: border-box !important;
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    width: 100% !important;
  }

  body.fc-header-preview .fc-preview-nav .fc-preview-menu > li.menu-item > .fc-preview-submenu-toggle {
    margin-left: 0 !important;
    right: 0 !important;
  }

  body.fc-header-preview .fc-preview-nav .fc-preview-menu .sub-menu {
    margin-left: 0 !important;
    padding-left: 16px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header {
    background: transparent !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-header-inner {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-actions {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search {
    background: #fff !important;
    bottom: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 100dvh !important;
    left: 0 !important;
    max-height: none !important;
    min-height: 100vh !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: calc(24px + env(safe-area-inset-top)) max(22px, env(safe-area-inset-left)) calc(104px + env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-right)) !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100vw !important;
    z-index: 1295 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-mobile-search-head {
    align-items: center !important;
    color: #202124 !important;
    display: flex !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    justify-content: space-between !important;
    margin: 0 0 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-field {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #202124 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    height: 54px !important;
    margin: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
  }

  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,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-results,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-suggestions,
  body.fc-header-preview.fc-header-search-active .fc-preview-search-products {
    box-sizing: border-box !important;
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow-x: hidden !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-results {
    margin-top: 20px !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search .woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form,
  body.fc-header-preview.fc-header-search-active .fc-preview-search input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 52px !important;
    line-height: 52px !important;
    opacity: 1 !important;
    padding: 0 76px 0 16px !important;
    visibility: visible !important;
    width: 100% !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-submit {
    align-items: center !important;
    color: #202124 !important;
    display: inline-flex !important;
    height: 40px !important;
    justify-content: center !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 3 !important;
  }

  body.fc-header-preview.fc-header-search-active .fc-preview-search-clear:not([hidden]) {
    display: inline-flex !important;
  }

  body.fc-header-preview:not(.fc-header-search-active):not(.fc-preview-menu-open) {
    padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  body.fc-header-preview:not(.fc-header-search-active):not(.fc-preview-menu-open) .storefront-handheld-footer-bar {
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    z-index: 1195 !important;
  }

  body.fc-header-preview .storefront-handheld-footer-bar,
  body.fc-header-preview .storefront-handheld-footer-bar ul {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.fc-header-preview .storefront-handheld-footer-bar ul {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
}
