@media (max-width: 991px) {
    body {
        --vf-nav-black: #080808;
        --vf-nav-yellow: #ffbd1a;
        --vf-nav-blue: #6195df;
        --vf-nav-line: #e8e9ec;
        --vf-nav-muted: #777d87;
    }

    .site-drawer.vf-native-enhanced {
        width: min(92vw, 390px) !important;
        max-width: 390px !important;
        background: #fff;
    }

    .site-drawer.vf-native-enhanced .site-scroll {
        background: #fff;
        overscroll-behavior: contain;
    }

    .site-drawer.vf-native-enhanced .drawer-header {
        min-height: 68px;
        padding: 12px 18px !important;
        background: var(--vf-nav-black);
        color: #fff;
        border: 0;
    }

    .site-drawer.vf-native-enhanced .drawer-header .site-brand,
    .site-drawer.vf-native-enhanced .drawer-header .site-brand a {
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .site-drawer.vf-native-enhanced .drawer-header .site-brand img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 145px !important;
        max-height: 38px !important;
        object-fit: contain !important;
    }

    .site-drawer.vf-native-enhanced .drawer-header .site-close {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 12px;
        background: var(--vf-nav-yellow);
        color: #111;
        cursor: pointer;
    }

    .site-drawer.vf-native-enhanced .drawer-header .site-close svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

    .site-drawer.vf-native-enhanced .drawer-body {
        padding: 18px 20px 110px !important;
    }

    .site-drawer.vf-native-enhanced .drawer-footer {
        display: none !important;
    }

    .vf-mobile-nav__search {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 52px;
        padding: 0 46px 0 16px;
        margin: 0 0 14px;
        border: 1px solid #d8dbe0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(20, 25, 35, 0.06);
    }

    .vf-mobile-nav__search:focus-within {
        border-color: var(--vf-nav-yellow);
        box-shadow: 0 0 0 3px rgba(255, 189, 26, 0.18);
    }

    .vf-mobile-nav__search-icon {
        display: inline-flex;
        width: 21px;
        height: 21px;
        color: #151515;
        flex: 0 0 auto;
    }

    .vf-mobile-nav__search-icon svg {
        width: 100%;
        height: 100%;
    }

    .vf-mobile-nav__input {
        width: 100%;
        min-width: 0;
        height: 50px;
        padding: 0 !important;
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #171717;
        font-size: 16px;
        font-weight: 500;
        appearance: none;
    }

    .vf-mobile-nav__input::-webkit-search-cancel-button {
        display: none;
    }

    .vf-mobile-nav__clear {
        position: absolute;
        top: 50%;
        right: 12px;
        display: none;
        width: 32px;
        height: 32px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #f1f2f4;
        color: #111;
        font-size: 22px;
        line-height: 1;
        transform: translateY(-50%);
    }

    .vf-mobile-nav__search.has-value .vf-mobile-nav__clear {
        display: grid;
        place-items: center;
    }

    .vf-mobile-nav__quick-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin: 0 0 22px;
    }

    .vf-mobile-nav__quick-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 8px 6px;
        border-radius: 10px;
        background: var(--vf-nav-blue);
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

    .vf-mobile-nav__eyebrow {
        margin: 0 0 8px;
        color: #969ca5;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }

    .vf-mobile-nav__category,
    .vf-mobile-nav__secondary > a {
        border-bottom: 1px solid var(--vf-nav-line);
    }

    .vf-mobile-nav__category-row {
        display: flex;
        align-items: center;
        min-height: 49px;
    }

    .vf-mobile-nav__category-row > a,
    .vf-mobile-nav__secondary > a {
        display: flex;
        align-items: center;
        min-height: 49px;
        color: #171717 !important;
        font-size: 16px;
        font-weight: 700;
    }

    .vf-mobile-nav__category-row > a {
        flex: 1;
        min-width: 0;
    }

    .vf-mobile-nav__toggle {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #111;
    }

    .vf-mobile-nav__toggle svg {
        width: 18px;
        height: 18px;
        transition: transform 180ms ease;
    }

    .vf-mobile-nav__toggle[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }

    .vf-mobile-nav__children {
        display: grid;
        gap: 1px;
        padding: 0 0 10px 13px;
    }

    .vf-mobile-nav__children[hidden] {
        display: none !important;
    }

    .vf-mobile-nav__children a {
        display: block;
        padding: 8px 10px;
        border-radius: 8px;
        color: #545a63 !important;
        font-size: 14px;
        font-weight: 500;
    }

    .vf-mobile-nav__children a:active {
        background: #f2f4f7;
    }

    .vf-mobile-nav__children .vf-mobile-nav__all-category {
        color: #111 !important;
        font-weight: 700;
    }

    .vf-mobile-nav__shop {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        margin: 18px 0 24px;
        border-radius: 11px;
        background: #101010;
        color: #fff !important;
        font-size: 15px;
        font-weight: 800;
    }

    .vf-mobile-nav__secondary {
        padding-top: 18px;
        border-top: 1px solid var(--vf-nav-line);
    }

    .vf-mobile-nav__results[hidden] {
        display: none !important;
    }

    .vf-mobile-nav__results {
        padding-bottom: 24px;
    }

    .vf-search-status {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 80px;
        padding: 18px;
        color: var(--vf-nav-muted);
        font-size: 14px;
        text-align: center;
    }

    .vf-search-spinner {
        width: 20px;
        height: 20px;
        border: 2px solid #e0e2e5;
        border-top-color: var(--vf-nav-yellow);
        border-radius: 50%;
        animation: vf-nav-spin 650ms linear infinite;
    }

    @keyframes vf-nav-spin {
        to { transform: rotate(360deg); }
    }

    .vf-search-section-title {
        margin: 16px 0 8px;
        color: #8b9199;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .vf-search-categories {
        display: grid;
        gap: 7px;
    }

    .vf-search-category {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 11px 12px;
        border-radius: 10px;
        background: #f5f6f8;
        color: #171717 !important;
        font-size: 14px;
        font-weight: 700;
    }

    .vf-search-category small {
        color: #878d95;
        font-size: 11px;
        font-weight: 500;
    }

    .vf-search-products {
        display: grid;
        gap: 3px;
    }

    .vf-search-product {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr) auto;
        align-items: center;
        gap: 11px;
        min-height: 72px;
        padding: 7px 0;
        border-bottom: 1px solid var(--vf-nav-line);
        color: #171717 !important;
    }

    .vf-search-product__image {
        display: grid;
        place-items: center;
        width: 58px;
        height: 58px;
        border: 1px solid #e4e6e9;
        border-radius: 9px;
        overflow: hidden;
        background: #fff;
    }

    .vf-search-product__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .vf-search-product__info {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .vf-search-product__info strong {
        display: -webkit-box;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .vf-search-product__info small {
        margin-top: 4px;
        color: #18a340;
        font-size: 11px;
    }

    .vf-search-product__info small.is-out-of-stock {
        color: #d62828;
    }

    .vf-search-product__price {
        color: #111;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .vf-search-view-all {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        margin-top: 14px;
        border-radius: 10px;
        background: var(--vf-nav-yellow);
        color: #111 !important;
        font-size: 14px;
        font-weight: 800;
    }

    body.drawer-active #qlwapp,
    body.drawer-active .joinchat,
    body.drawer-active .ht-ctc-chat,
    body.drawer-active .wa__btn_popup,
    body.drawer-active .wapp-whatsapp {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body {
        padding-bottom: 78px;
    }
}

@media (max-width: 991px) {
    body.vf-mobile-navigation-ready .klb-mobile-search {
        display: none !important;
    }

    body.vf-mobile-navigation-ready .dgwt-wcas-overlay-mobile,
    body.vf-inline-search-active .dgwt-wcas-overlay-mobile,
    body.vf-inline-search-active .klb-mobile-search {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.vf-mobile-search-open {
        overflow: hidden !important;
        touch-action: none;
    }

    .vf-mobile-search-overlay[hidden] {
        display: none !important;
    }

    .vf-mobile-search-overlay {
        position: fixed;
        z-index: 2147483000;
        inset: auto 0 auto 0;
        top: var(--vf-mobile-visual-top, 0px);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: var(--vf-mobile-visual-height, 100dvh);
        padding: 0;
        background: rgba(7, 10, 15, 0.46);
        color: #171717;
        overscroll-behavior: contain;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .vf-mobile-search-overlay__sheet {
        display: flex;
        flex-direction: column;
        width: min(100%, 560px);
        max-height: min(82dvh, calc(var(--vf-mobile-visual-height, 100dvh) - 8px));
        overflow: hidden;
        border-radius: 24px 24px 0 0;
        background: #fff;
        box-shadow: 0 -18px 55px rgba(8, 12, 20, 0.25);
        animation: vf-mobile-search-sheet-in 180ms ease-out both;
    }

    @keyframes vf-mobile-search-sheet-in {
        from { transform: translateY(22px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    .vf-mobile-search-overlay__header {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 58px;
        padding: 9px 16px;
        background: #080808;
        color: #fff;
        flex: 0 0 auto;
    }

    .vf-mobile-search-overlay__back {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 11px;
        background: #ffbd1a;
        color: #111;
    }

    .vf-mobile-search-overlay__back svg {
        width: 20px;
        height: 20px;
    }

    .vf-mobile-search-overlay__heading {
        display: grid;
        gap: 1px;
    }

    .vf-mobile-search-overlay__heading strong {
        color: #fff;
        font-size: 17px;
        line-height: 1.1;
    }

    .vf-mobile-search-overlay__heading span {
        color: rgba(255, 255, 255, 0.68);
        font-size: 11px;
    }

    .vf-mobile-search-overlay__body {
        flex: 1 1 auto;
        min-height: 0;
        padding: 15px 16px calc(22px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }

    .vf-mobile-search-overlay__form {
        position: sticky;
        z-index: 3;
        top: 0;
        margin-bottom: 14px;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(20, 25, 35, 0.08);
    }

    .vf-mobile-search-overlay__initial[hidden] {
        display: none !important;
    }

    .vf-mobile-search-overlay__lead {
        margin: 2px 0 14px;
        color: #6f7580;
        font-size: 13px;
        line-height: 1.45;
        text-align: center;
    }

    .vf-mobile-search-overlay__quick {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .vf-mobile-search-overlay__quick a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 8px 6px;
        border: 1px solid #e1e4e8;
        border-radius: 11px;
        background: #f6f7f9;
        color: #151515 !important;
        font-size: 12px;
        font-weight: 750;
        text-align: center;
    }

    .vf-mobile-search-overlay__results {
        padding-bottom: 8px;
    }

    .vf-search-product__image.is-empty {
        color: #a5abb4;
        background: #f6f7f9;
    }

    .vf-search-product__image.is-empty svg {
        width: 24px;
        height: 24px;
    }



    body.vf-mobile-keyboard-open .vf-mobile-search-overlay {
        background: rgba(7, 10, 15, 0.28);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__sheet {
        height: calc(var(--vf-mobile-visual-height, 100dvh) - 2px);
        max-height: calc(var(--vf-mobile-visual-height, 100dvh) - 2px);
        border-radius: 16px 16px 0 0;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__header {
        min-height: 48px;
        padding: 4px 12px;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__back {
        width: 36px;
        height: 36px;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__heading span {
        display: none;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__body {
        padding: 8px 12px max(8px, env(safe-area-inset-bottom));
        scroll-padding-top: 70px;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__form {
        margin-bottom: 8px;
    }

    body.vf-mobile-keyboard-open .vf-mobile-search-overlay__results {
        padding-bottom: 4px;
    }

    body.vf-mobile-search-open #qlwapp,
    body.vf-mobile-search-open .joinchat,
    body.vf-mobile-search-open .ht-ctc-chat,
    body.vf-mobile-search-open .wa__btn_popup,
    body.vf-mobile-search-open .wapp-whatsapp {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}
