/**
 * Ön yüz mobil alt bar + FMB modalları (site.empty / front-shell).
 * Vite app.scss yeniden derlenmese bile yüklenir — public/css + head include.
 */
body.fmb-no-scroll {
    overflow: hidden;
    touch-action: none;
}

/* Hızlı menü: touch kilidi kullanma — sadece overflow hidden */
body.fmb-quick-menu-open,
html.fmb-quick-menu-open {
    overflow: hidden !important;
}

body.fmb-quick-menu-open {
    touch-action: auto !important;
}

/* Mobil menü açıkken drawer içi kaydırılabilir kalsın */
body.fmb-no-scroll .fmh-drawer.is-open .fmh-drawer-body {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

/* Hızlı menü scroll alanı */
body.fmb-quick-menu-open #fmbQuickMenu,
body.fmb-quick-menu-open #fmbQuickMenuScroll,
body.fmb-quick-menu-open #fmbQuickMenu .fmb-quick-menu__platforms,
body.fmb-quick-menu-open #fmbQuickMenu .fmh-platform-strip {
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch;
}

/* Cookie / consent katmanı: FMB modal açıkken üstte görünmesin */
#cookie-law-info-bar,
#cookie-notice,
.cookie-consent,
.cookiealert,
.cc-window,
.cky-consent-container {
    z-index: 1050 !important;
}

body.fmb-no-scroll #cookie-law-info-bar,
body.fmb-no-scroll #cookie-notice,
body.fmb-no-scroll .cookie-consent,
body.fmb-no-scroll .cookiealert,
body.fmb-no-scroll .cc-window,
body.fmb-no-scroll .cky-consent-container {
    z-index: 1035 !important;
}

/* Hızlı menü sheet */
#fmbQuickMenu.fmb-quick-menu-modal {
    --fmb-qm-surface: var(--bs-body-bg, #fff);
    --fmb-qm-head-surface: var(--bs-body-bg, #fff);
    --fmb-qm-border: var(--bs-border-color, #e5e7eb);
    --fmb-qm-close-bg: var(--bs-border-color, #e5e7eb);
    --fmb-qm-close-hover: #d4d8dd;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background-color: var(--fmb-qm-surface) !important;
    max-height: min(82dvh, 44rem);
}

#fmbQuickMenu.fmb-quick-menu-modal.is-open {
    display: flex !important;
    height: min(82dvh, 44rem);
    max-height: min(82dvh, 44rem);
}

#fmbQuickMenu .fmb-cart-modal__handle {
    flex-shrink: 0;
    background: var(--fmb-qm-border, var(--bs-border-color, #e5e7eb));
    margin: 0.45rem auto 0.2rem;
}

.fmb-quick-menu-modal__head {
    flex-shrink: 0;
    background-color: var(--fmb-qm-head-surface, var(--bs-body-bg, #fff)) !important;
    padding: 0.5rem 1rem 0.65rem;
    margin: 0;
    border-bottom: 1px solid var(--fmb-qm-border, var(--bs-border-color, #e5e7eb));
}

#fmbQuickMenu .fmb-quick-menu-modal__head .fmb-cart-modal__title {
    color: var(--bs-body-color, #111827);
    font-size: 1rem;
    font-weight: 700;
}

.fmb-quick-menu-modal__title i {
    color: var(--bs-primary);
    font-size: 1.15rem;
}

#fmbQuickMenu .fmb-quick-menu-modal__close {
    background: var(--fmb-qm-close-bg, var(--bs-border-color, #e5e7eb));
    color: var(--bs-body-color, #111827);
}

#fmbQuickMenu .fmb-quick-menu-modal__close:hover,
#fmbQuickMenu .fmb-quick-menu-modal__close:focus-visible {
    background: var(--fmb-qm-close-hover, #d4d8dd);
    color: var(--bs-body-color, #111827);
}

.fmb-quick-menu-modal__body,
#fmbQuickMenuScroll {
    flex: 1 1 0;
    min-height: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    padding: 0.65rem 0.85rem calc(1.1rem + env(safe-area-inset-bottom, 0px));
    background-color: var(--fmb-qm-surface, var(--bs-body-bg, #fff)) !important;
}

/* Toggle menü ile aynı platform kartları (#fmbQuickMenu header dışında) */
#fmbQuickMenu .fmb-quick-menu__platforms {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 0;
    background-color: var(--fmb-qm-surface, var(--bs-body-bg, #fff)) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-sizing: border-box;
}

#fmbQuickMenu .fmh-platform-strip {
    position: relative;
    margin: 0;
    padding: 0.35rem 0.15rem 0.15rem;
    border-radius: 0;
    overflow: visible;
    background-color: var(--fmb-qm-surface, var(--bs-body-bg, #fff)) !important;
}

#fmbQuickMenu .fmh-platform-strip .fmh-package-cards--platform-grid {
    --fmh-pg-gap: 0.45rem;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    align-content: flex-start;
    gap: var(--fmh-pg-gap);
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

#fmbQuickMenu .fmh-platform-strip .fmh-package-cards--platform-grid > .fmh-package-item {
    flex: 0 0 calc((100% - 2 * var(--fmh-pg-gap)) / 3) !important;
    width: calc((100% - 2 * var(--fmh-pg-gap)) / 3) !important;
    max-width: calc((100% - 2 * var(--fmh-pg-gap)) / 3) !important;
    box-sizing: border-box;
}

#fmbQuickMenu .fmh-package-cards--platform-grid .fmh-package-item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.14rem;
    padding: 0.28rem 0.2rem 0.32rem;
    text-decoration: none;
    color: #fff;
    background: var(--fmh-item-color, var(--bs-primary));
    border: 0;
    border-radius: 0.88rem;
    text-align: center;
    box-sizing: border-box;
    aspect-ratio: 1;
}

#fmbQuickMenu .fmh-package-item::before {
    display: none !important;
}

#fmbQuickMenu .fmh-package-cards--platform-grid .fmh-package-item:not(.fmh-package-item--epin-cover) > * {
    position: relative;
    z-index: 1;
}

#fmbQuickMenu .fmh-package-cards--platform-grid .fmh-package-item--platform-svc {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0.36rem 0.28rem !important;
    gap: 0.24rem !important;
    text-align: center !important;
    border: 0 !important;
}

html[data-orvix-theme="orvapro-default"] #fmbQuickMenu .fmh-package-item--platform-svc,
html[data-orvix-theme="orva"] #fmbQuickMenu .fmh-package-item--platform-svc {
    background: var(--fmh-item-color, var(--bs-primary)) !important;
}

#fmbQuickMenu .fmh-package-cards--platform-grid .fmh-package-item--platform-svc .fmh-package-icon {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    align-self: center !important;
    width: 3.2rem !important;
    height: 3.2rem !important;
    min-width: 3.2rem !important;
    min-height: 3.2rem !important;
    margin: 0 auto 0.04rem !important;
    background: #fff !important;
    color: var(--fmh-item-color, var(--bs-primary)) !important;
    border-radius: 0.9rem !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
}

html[data-orvix-theme="orvapro-default"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-icon,
html[data-orvix-theme="orva"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-icon {
    background: #fff !important;
    border-radius: 0.9rem !important;
}

#fmbQuickMenu .fmh-package-cards--platform-grid .fmh-package-icon i,
html[data-orvix-theme="orvapro-default"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-icon i,
html[data-orvix-theme="orva"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-icon i {
    font-size: 1.45rem !important;
    line-height: 1 !important;
    color: var(--fmh-item-color, var(--bs-primary)) !important;
}

#fmbQuickMenu .fmh-package-text-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    width: 100%;
    min-width: 0;
    flex: 0 1 auto;
}

#fmbQuickMenu .fmh-package-text-stack--platform-svc .fmh-package-line--platform-name,
html[data-orvix-theme="orvapro-default"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-line--platform-name,
html[data-orvix-theme="orva"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-line--platform-name {
    font-weight: 900 !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.05em !important;
    line-height: 1.15 !important;
    max-height: 2.4em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.96) !important;
    text-transform: uppercase !important;
}

#fmbQuickMenu .fmh-package-text-stack--platform-svc .fmh-package-line--services-suffix,
html[data-orvix-theme="orvapro-default"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-line--services-suffix,
html[data-orvix-theme="orva"] #fmbQuickMenu .fmh-package-item--platform-svc .fmh-package-line--services-suffix {
    font-weight: 600 !important;
    font-size: 0.64rem !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
    max-height: 2.4em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

html[data-bs-theme="dark"] #fmbQuickMenu.fmb-query-modal.fmb-quick-menu-modal {
    --fmb-qm-surface: #1d1e2e;
    --fmb-qm-head-surface: #1d1e2e;
    --fmb-qm-border: #272836;
    --fmb-qm-close-bg: #313144;
    --fmb-qm-close-hover: #3d3d52;
    background-color: var(--fmb-qm-surface) !important;
    border-top: 1px solid var(--fmb-qm-border);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.42);
}

html[data-bs-theme="dark"] #fmbQuickMenuScroll,
html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__body,
html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu__platforms,
html[data-bs-theme="dark"] #fmbQuickMenu .fmh-platform-strip,
html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__head {
    background-color: var(--fmb-qm-surface) !important;
}

html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__head .fmb-cart-modal__title {
    color: #fff !important;
}

html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__close {
    background: var(--fmb-qm-close-bg) !important;
    color: #b9c1d5 !important;
}

html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__close:hover,
html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__close:focus-visible {
    background: var(--fmb-qm-close-hover) !important;
    color: #fff !important;
}

/* Kesin çözüm: FMB modal açıkken cookie kutularını gizle */
body.fmb-no-scroll #cookie-law-info-bar,
body.fmb-no-scroll #cookie-notice,
body.fmb-no-scroll #cookiebanner,
body.fmb-no-scroll #cookie-banner,
body.fmb-no-scroll #cookie-consent,
body.fmb-no-scroll #onetrust-consent-sdk,
body.fmb-no-scroll .cookie-consent,
body.fmb-no-scroll .cookie-banner,
body.fmb-no-scroll .cookiealert,
body.fmb-no-scroll .cc-window,
body.fmb-no-scroll .cky-consent-container,
body.fmb-no-scroll [id*="cookie"],
body.fmb-no-scroll [class*="cookie"],
body.fmb-no-scroll [id*="consent"],
body.fmb-no-scroll [class*="consent"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.fmb-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.fmb-backdrop.is-visible {
    display: block;
    opacity: 1;
}

.fmb-cart-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483005;
    max-height: 88dvh;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--bs-body-bg, #fff);
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 0 0 transparent;
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.fmb-cart-modal.is-open {
    transform: translateY(0);
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.18);
}

.fmb-cart-modal__handle {
    width: 2.5rem;
    height: 4px;
    border-radius: 2px;
    background: var(--bs-border-color, #e5e7eb);
    margin: 0.6rem auto 0;
    flex-shrink: 0;
}

.fmb-cart-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.1rem 0.5rem;
    flex-shrink: 0;
}

.fmb-cart-modal__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bs-body-color, #111827);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.fmb-cart-modal__title i {
    font-size: 1.25rem;
    color: var(--bs-primary);
}

.fmb-cart-modal__close {
    width: 2rem;
    height: 2rem;
    border: 0;
    background: var(--bs-border-color, #e5e7eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-body-color, #111827);
    font-size: 1.1rem;
    transition: background 0.18s;
}

.fmb-cart-modal__close:hover {
    background: #d4d8dd;
}

.fmb-cart-modal__body {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 1.1rem;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.fmb-cart-modal__summary {
    flex-shrink: 0;
    padding: 0.75rem 1.1rem;
    border-top: 1px solid var(--bs-border-color, #e5e7eb);
}

.fmb-cart-modal__checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.85rem 1rem;
    margin-top: 0.9rem;
    border-radius: 0.85rem;
    background: var(--bs-primary);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: filter 0.18s, transform 0.15s;
}

.fmb-cart-modal__checkout-btn i {
    font-size: 1.1rem;
}

.fmb-cart-modal__checkout-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #fff;
}

.fmb-cart-modal__checkout-btn:active {
    transform: translateY(0);
}

.fmb-cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
    text-align: center;
}

.fmb-cart-empty__icon {
    font-size: 3rem;
    color: var(--bs-border-color, #e5e7eb);
    margin-bottom: 0.75rem;
}

.fmb-cart-empty__text {
    font-size: 0.9rem;
    color: var(--bs-secondary-color, #6b7280);
    margin: 0 0 0.25rem;
}

.fmb-cart-empty__sub {
    font-size: 0.8rem;
    color: #868d96;
}

.fmb-cart-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--bs-border-color, #e5e7eb);
}

.fmb-cart-item:last-child {
    border-bottom: 0;
}

.fmb-cart-item__img-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
}

.fmb-cart-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fmb-cart-item__info {
    flex: 1;
    min-width: 0;
}

.fmb-cart-item__name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-body-color, #111827);
    margin: 0 0 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fmb-cart-item__variant {
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6b7280);
    display: block;
    margin-bottom: 0.15rem;
}

.fmb-cart-item__price {
    font-size: 0.875rem;
    color: var(--bs-primary);
}

.fmb-cart-item__qty {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.fmb-cart-item__qty-btn {
    width: 1.75rem;
    height: 1.75rem;
    border: 1.5px solid var(--bs-border-color, #e5e7eb);
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-body-color, #111827);
    font-size: 0.9rem;
    transition: background 0.15s, border-color 0.15s;
}

.fmb-cart-item__qty-btn:hover {
    background: rgba(var(--bs-primary-rgb, 16, 141, 255), 0.1);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.fmb-cart-item__qty-val {
    min-width: 1.25rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
}

.fmb-cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6b7280);
    padding: 0.2rem 0;
}

.fmb-cart-summary-row--total {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bs-body-color, #111827);
    margin-top: 0.4rem;
    padding-top: 0.5rem;
    border-top: 1.5px dashed var(--bs-border-color, #e5e7eb);
}

.fmb-cart-summary-row--total strong {
    color: var(--bs-primary);
    font-size: 1.1rem;
}

.fmb-cart-coupon {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.fmb-cart-coupon__input {
    flex: 1;
    border: 1.5px solid var(--bs-border-color, #e5e7eb);
    border-radius: 0.6rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.85rem;
    background: transparent;
    color: var(--bs-body-color, #111827);
    outline: none;
    transition: border-color 0.18s;
}

.fmb-cart-coupon__input::placeholder {
    color: var(--bs-secondary-color, #6b7280);
}

.fmb-cart-coupon__input:focus {
    border-color: var(--bs-primary);
}

.fmb-cart-coupon__btn {
    border: 1.5px solid var(--bs-primary);
    border-radius: 0.6rem;
    background: transparent;
    color: var(--bs-primary);
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.55rem 0.9rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.18s, color 0.18s;
}

.fmb-cart-coupon__btn:hover {
    background: var(--bs-primary);
    color: #fff;
}

/* Alt bar: masaüstünde gizli */
.front-mobile-bottom {
    display: none;
}

@media (max-width: 1079.98px) {
    .front-mobile-bottom {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        height: 4rem;
        min-height: 4rem;
        padding: 0 0.5rem;
        padding-bottom: env(safe-area-inset-bottom, 0);
        background: var(--bs-body-bg, #fff);
        border-top: 1px solid var(--bs-border-color, #e5e7eb);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
    }

    .front-mobile-bottom .fmb-item {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 0.15rem;
        padding: 0.2rem 0.15rem 0.35rem;
        margin: 0;
        text-decoration: none;
        color: var(--bs-secondary-color, #6b7280);
        background: transparent;
        border: 0;
        cursor: pointer;
        min-width: 0;
        max-width: none;
        width: auto;
        font: inherit;
        line-height: 1.15;
        text-align: center;
        appearance: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }

    .front-mobile-bottom .fmb-item:hover,
    .front-mobile-bottom .fmb-item:focus-visible,
    .front-mobile-bottom .fmb-item.active {
        color: var(--bs-primary);
        outline: none;
    }

    .front-mobile-bottom .fmb-item:hover .fmb-icon-wrap i,
    .front-mobile-bottom .fmb-item:focus-visible .fmb-icon-wrap i,
    .front-mobile-bottom .fmb-item.active .fmb-icon-wrap i {
        color: var(--bs-primary);
    }

    .front-mobile-bottom .fmb-icon-wrap {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .front-mobile-bottom .fmb-icon-wrap i {
        font-size: 1.45rem;
        line-height: 1;
        color: var(--bs-body-color, #111827);
        transition: color 0.18s;
    }

    .front-mobile-bottom .fmb-badge {
        position: absolute;
        top: -0.3rem;
        right: -0.45rem;
        min-width: 1.1rem;
        height: 1.1rem;
        border-radius: 0.6rem;
        padding: 0 0.28rem;
        font-size: 0.6rem;
        font-weight: 800;
        line-height: 1.1rem;
        text-align: center;
        color: #fff;
        border: 1.5px solid var(--bs-body-bg, #fff);
    }

    .front-mobile-bottom .fmb-badge--red {
        background: #ef4444;
    }

    .front-mobile-bottom .fmb-badge--orange {
        background: var(--bs-primary);
    }

    .front-mobile-bottom .fmb-label {
        display: block;
        font-size: 0.58rem;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .front-mobile-bottom .fmb-item--cart {
        flex: 0 0 auto;
        width: 3.4rem;
        height: 3.4rem;
        min-width: 3.4rem;
        min-height: 3.4rem;
        padding: 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: var(--bs-primary);
        box-shadow:
            0 4px 14px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.45),
            0 0 0 4px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.12);
        margin-top: -1.3rem;
        transition: transform 0.18s, box-shadow 0.18s;
        position: relative;
    }

    .front-mobile-bottom .fmb-item--cart:hover,
    .front-mobile-bottom .fmb-item--cart:focus-visible {
        transform: scale(1.07);
        box-shadow:
            0 6px 18px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.5),
            0 0 0 6px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.14);
        outline: none;
    }

    .front-mobile-bottom .fmb-item--cart:active {
        transform: scale(0.97);
    }

    .front-mobile-bottom .fmb-cart-bubble {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .front-mobile-bottom .fmb-cart-bubble i {
        font-size: 1.55rem;
        color: #fff;
        line-height: 1;
        display: block;
    }

    .front-mobile-bottom .fmb-cart-bubble .fmb-badge {
        top: -0.35rem;
        right: -0.6rem;
        border-color: var(--bs-primary);
    }

    /* Hızlı Menü — orta kare primary buton */
    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu {
        flex: 0 0 auto !important;
        width: 4.05rem !important;
        height: 4.05rem !important;
        min-width: 4.05rem !important;
        max-width: 4.05rem !important;
        padding: 0.32rem 0.22rem 0.28rem !important;
        margin-top: -1.55rem !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        gap: 0.14rem !important;
        border-radius: 0.9rem !important;
        background: var(--bs-primary) !important;
        box-shadow:
            0 6px 18px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.42),
            0 0 0 3px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.12) !important;
        color: #fff !important;
        border: 0 !important;
        transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu:hover,
    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu:focus-visible,
    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu.active {
        color: #fff !important;
        background: var(--bs-primary) !important;
        transform: scale(1.04);
        box-shadow:
            0 8px 22px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.5),
            0 0 0 4px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.15) !important;
    }

    .front-mobile-bottom #fmbQuickMenuToggle .fmb-quick-menu-btn__icon {
        font-size: 1.35rem !important;
        color: #fff !important;
        line-height: 1 !important;
        display: block !important;
    }

    .front-mobile-bottom #fmbQuickMenuToggle .fmb-quick-menu-btn__text {
        font-size: 0.46rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
        line-height: 1.05 !important;
        color: #fff !important;
        text-align: center !important;
        max-width: 3.5rem;
        white-space: normal;
        display: block !important;
    }

    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu:hover .fmb-quick-menu-btn__icon,
    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu:focus-visible .fmb-quick-menu-btn__icon,
    .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu.active .fmb-quick-menu-btn__icon {
        color: #fff !important;
    }

    @media (hover: none) and (pointer: coarse) {
        .front-mobile-bottom .fmb-item:focus,
        .front-mobile-bottom .fmb-item:focus-visible {
            outline: none !important;
        }
        .front-mobile-bottom .fmb-item:focus-visible:not(.active) {
            color: var(--bs-secondary-color, #6b7280) !important;
        }
        .front-mobile-bottom #fmbQuickMenuToggle.fmb-item--quick-menu:focus-visible:not(.active) {
            color: #fff !important;
            background: var(--bs-primary) !important;
        }
        .front-mobile-bottom .fmb-item:focus-visible:not(.active) .fmb-icon-wrap i {
            color: var(--bs-body-color, #111827) !important;
        }
        html[data-bs-theme="dark"] .front-mobile-bottom .fmb-item:focus-visible:not(.active) .fmb-icon-wrap i {
            color: #fff !important;
        }
        .front-mobile-bottom .fmb-item--cart:focus,
        .front-mobile-bottom .fmb-item--cart:focus-visible {
            transform: none !important;
            box-shadow:
                0 4px 14px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.45),
                0 0 0 4px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.12) !important;
        }
    }
}

/* Tablet: alt bar tam genişlik değil — ortalı, kenar ve alttan boşluk */
@media (min-width: 768px) and (max-width: 1079.98px) {
    .front-mobile-bottom {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(40rem, calc(100vw - 1.75rem));
        max-width: min(40rem, calc(100vw - 1.75rem));
        bottom: 0.65rem;
        border-radius: 2rem;
        border: 1px solid var(--bs-border-color, #e5e7eb);
        box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
        padding-left: 0.85rem;
        padding-right: 0.85rem;
        padding-bottom: calc(0.35rem + env(safe-area-inset-bottom, 0));
    }

    html[data-bs-theme="dark"] .front-mobile-bottom {
        border-color: #272836;
        box-shadow: 0 12px 42px rgba(0, 0, 0, 0.45);
    }

    .front-mobile-bottom .fmb-item--cart {
        margin-top: -1rem;
    }
}

/* Sorgula / giriş modalları */
.fmb-query-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483005;
    max-height: 90dvh;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem 1.5rem 0 0;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 0 transparent;
}

/*
 * FMB sheet’ler kapalıyken [hidden]: kırılımda transform ile bir kare bile boyanmasın.
 */
#fmbQueryModal.fmb-query-modal[hidden],
#fmbCartModal.fmb-cart-modal[hidden],
#fmbAuthModal.fmb-query-modal[hidden],
#fmbFavModal.fmb-query-modal[hidden],
#fmbQuickMenu.fmb-query-modal[hidden] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: none !important;
    clip-path: inset(100%) !important;
    content-visibility: hidden !important;
}

.fmb-query-modal__close-btn {
    position: absolute;
    top: 0.55rem;
    right: 0.6rem;
    z-index: 6;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.15s ease;
}

.fmb-query-modal__close-btn:hover {
    background: rgba(255, 255, 255, 0.32);
}

.fmb-query-modal__close-btn:active {
    transform: scale(0.96);
}

/*
 * Sipariş sorgula — ayar görseli (yalnızca #fmbQueryModal + --has-order-hero).
 * cover + sabit yükseklik: üstten geniş şerit (yaklaşık üst yarı / üst bölüm okunaklı).
 */
#fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero-visual {
    width: calc(100% + 3rem);
    max-width: none;
    margin: 0.4rem -1.5rem 0;
    border-radius: 0.55rem;
    overflow: hidden;
    background: transparent;
    flex-shrink: 0;
}

#fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero-visual img {
    display: block;
    width: 100%;
    height: min(40rem, 33vh);
    object-fit: cover;
    object-position: top center;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero-visual {
        margin: 0.4rem -1.25rem 0;
        width: calc(100% + 2.5rem);
    }
}

/* Mobil + tablet: form alanı görselin üstüne biniyor (masaüstü ile aynı dil) */
@media (max-width: 1079.98px) {
    #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero {
        padding-bottom: 0;
    }

    #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__form-wrap {
        margin-top: -0.65rem;
        padding-top: 1.2rem;
        border-radius: 1.25rem 1.25rem 0 0;
        position: relative;
        z-index: 2;
        box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.07);
    }

    html[data-bs-theme="dark"] #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__form-wrap {
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.32);
    }
}

.fmb-query-modal.is-open {
    transform: translateY(0);
    box-shadow: 0 -12px 48px rgba(0, 0, 0, 0.22);
}

/* Giriş modalı: sorgu sonucu rozetinin üstte görünmesini engelle */
#fmbAuthModal.fmb-query-modal.is-open {
    z-index: 2147483007;
}

/* Giriş / kayıt: daha az kaydırma — üst kahraman alanı kompakt, sheet biraz daha yüksek */
#fmbAuthModal.fmb-query-modal {
    max-height: 92dvh;
}

#fmbAuthModal .fmb-query-modal__hero {
    padding: 1.65rem 1.25rem 1.35rem;
}

#fmbAuthModal .fmb-query-modal__icon-ring {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.65rem;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

#fmbAuthModal .fmb-query-modal__icon-ring i {
    font-size: 1.85rem;
}

#fmbAuthModal .fmb-query-modal__title {
    font-size: 1.2rem;
}

#fmbAuthModal .fmb-query-modal__subtitle {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.92);
}

.front-mobile-bottom .fmb-item .fmb-icon-wrap img {
    border: var(--bs-primary);
    border: 1.5px solid color-mix(in srgb, var(--bs-primary) 45%, #ffffff);
}

#fmbAuthModal .fmb-query-modal__form-wrap {
    padding: 1.15rem 1.2rem calc(1.15rem + env(safe-area-inset-bottom, 0));
    margin-top: -0.85rem;
    flex: 1 1 auto;
    min-height: 0;
}

/* Tablet: sepet / sorgula / giriş / favori sheet — dar, ortalı; alt gezinme çubuğunun ÜSTÜNE (çift katman görünümü önler) */
@media (min-width: 768px) and (max-width: 1079.98px) {
    .fmb-cart-modal,
    .fmb-query-modal,
    #fmbQuickMenu.fmb-quick-menu-modal {
        left: 50%;
        right: auto;
        width: min(26rem, calc(100vw - 2.5rem));
        max-width: min(26rem, calc(100vw - 2.5rem));
        transform: translate(-50%, 100%);
        bottom: calc(5.1rem + env(safe-area-inset-bottom, 0px));
        border-radius: 1.25rem;
        max-height: min(82dvh, 620px);
        height: auto;
    }

    #fmbQuickMenu.fmb-quick-menu-modal.is-open {
        height: min(82dvh, 620px);
        max-height: min(82dvh, 620px);
    }

    .fmb-cart-modal.is-open,
    .fmb-query-modal.is-open,
    #fmbQuickMenu.fmb-quick-menu-modal.is-open {
        transform: translate(-50%, 0);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
        z-index: 2147483010;
    }

    #fmbAuthModal.fmb-query-modal.is-open {
        z-index: 2147483012;
    }

    .fmb-query-modal__hero {
        padding: 1.75rem 1.25rem 1.35rem;
    }

    .fmb-cart-modal__header {
        padding: 0.65rem 1rem 0.45rem;
    }

    .fmb-cart-modal__body {
        padding: 0.45rem 1rem;
    }

    .fmb-cart-modal__summary {
        padding: 0.65rem 1rem;
    }

    /*
     * Favoriler: yüzde tabanlı translate bazı tabletlerde yükseklik 0 / alt ölçüm hatasıyla
     * sheet’i görünür bırakabiliyor; viewport yüksekliği ile tam dışarı it.
     */
    #fmbFavModal.fmb-query-modal:not(.is-open):not([hidden]) {
        transform: translateX(-50%) translateY(min(100vh, 100dvh));
        pointer-events: none;
    }

    #fmbFavModal.fmb-query-modal.is-open {
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }

    /* Hesabım (auth): favorilerle aynı — kapalıyken tam dışarı */
    #fmbAuthModal.fmb-query-modal:not(.is-open):not([hidden]) {
        transform: translateX(-50%) translateY(min(100vh, 100dvh));
        pointer-events: none;
    }

    #fmbAuthModal.fmb-query-modal.is-open {
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }

    /* Sipariş sorgula: kapalı + henüz [hidden] değilken (kapanış animasyonu) — [hidden] değilse */
    #fmbQueryModal.fmb-query-modal:not(.is-open):not([hidden]) {
        transform: translateX(-50%) translateY(min(100vh, 100dvh));
        pointer-events: none;
    }

    #fmbQueryModal.fmb-query-modal.is-open {
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }

    /* Sepet: kapalıyken tam dışarı (translate yüzde hatası) */
    #fmbCartModal.fmb-cart-modal:not(.is-open):not([hidden]) {
        transform: translateX(-50%) translateY(min(100vh, 100dvh));
        pointer-events: none;
    }

    #fmbCartModal.fmb-cart-modal.is-open {
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }
}

/*
 * Masaüstü (≥1080): Sipariş sorgula — alttan sheet yerine küçük ortalı kart
 */
@media (min-width: 1080px) {
    #fmbQueryBackdrop.fmb-backdrop {
        z-index: 1080;
    }

    #fmbQueryModal.fmb-query-modal {
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        width: min(30rem, calc(100vw - 2rem));
        max-width: min(30rem, calc(100vw - 2rem));
        max-height: min(92dvh, 720px);
        border-radius: 0.85rem;
        box-shadow: 0 0 0 transparent;
        overflow: hidden;
        transition:
            transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
            box-shadow 0.28s ease;
    }

    #fmbQueryModal.fmb-query-modal:not(.is-open):not([hidden]) {
        transform: translate(-50%, calc(-50% + 0.75rem)) scale(0.97);
        opacity: 0;
        pointer-events: none;
    }

    #fmbQueryModal.fmb-query-modal.is-open {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        pointer-events: auto;
        transition:
            transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1),
            box-shadow 0.3s ease;
        box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
        z-index: 1085;
    }

    #fmbQueryModal .fmb-query-modal__handle {
        display: none;
    }

    #fmbQueryModal .fmb-query-modal__hero {
        padding: 1.65rem 1.25rem 1.35rem;
    }

    /* Görsel: yuvarlak değil; başlık altından form üstüne taşan geniş bant */
    #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero {
        padding-bottom: 0;
        overflow: visible;
    }

    #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero-visual {
        width: calc(100% + 2.5rem);
        max-width: none;
        margin: 0.4rem -1.25rem 0;
        border-radius: 0.65rem;
        background: transparent;
    }

    #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__form-wrap {
        margin-top: -0.85rem;
        padding-top: 1.35rem;
        border-radius: 0.75rem 0.75rem 0 0;
        position: relative;
        z-index: 2;
        box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.08);
    }

    html[data-bs-theme="dark"] #fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__form-wrap {
        box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.35);
    }

    #fmbQueryModal.fmb-query-modal:not(.fmb-query-modal--has-order-hero) .fmb-query-modal__form-wrap {
        border-radius: 0;
    }
}

.fmb-query-modal__handle {
    position: absolute;
    top: 0.65rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.fmb-query-modal__hero {
    flex-shrink: 0;
    background: linear-gradient(145deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb, 16, 141, 255), 0.75) 100%);
    padding: 2.75rem 1.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Sipariş sorgula + ayar görseli: üstten kırpma olmasın (görsel üstü öncelikli) */
#fmbQueryModal.fmb-query-modal--has-order-hero .fmb-query-modal__hero {
    overflow: visible;
}

.fmb-query-modal__hero::before,
.fmb-query-modal__hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.fmb-query-modal__hero::before {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -40px;
}

.fmb-query-modal__hero::after {
    width: 120px;
    height: 120px;
    bottom: -30px;
    left: -20px;
}

.fmb-query-modal__icon-ring {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
}

.fmb-query-modal__icon-ring i {
    font-size: 2.25rem;
    color: #fff;
    line-height: 1;
}

.fmb-query-modal__title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.4rem;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.fmb-query-modal__subtitle {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.fmb-query-modal__form-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
    background-color: #fff;
    background-color: var(--bs-body-bg, #fff);
    padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0));
    margin-top: -1rem;
}

/* Sipariş sorgula: içerik kayar, scrollbar çubuğu gösterilmez (özellikle tablet) */
#fmbQueryModal.fmb-query-modal .fmb-query-modal__form-wrap {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#fmbQueryModal.fmb-query-modal .fmb-query-modal__form-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.fmb-query-modal__input-group {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--bs-border-color, #e5e7eb);
    border-radius: 0.85rem;
    overflow: hidden;
    background: var(--bs-tertiary-bg, #f9fafb);
    transition: border-color 0.18s, box-shadow 0.18s;
    margin-bottom: 0.85rem;
}

.fmb-query-modal__input-group:focus-within {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.12);
    background: var(--bs-body-bg, #fff);
}

.fmb-query-modal__input-prefix {
    padding: 0 0.6rem 0 0.9rem;
    display: flex;
    align-items: center;
    color: var(--bs-secondary-color, #6b7280);
    flex-shrink: 0;
}

.fmb-query-modal__input-prefix i {
    font-size: 1.1rem;
}

.fmb-query-modal__input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0.85rem 0.5rem;
    font-size: 0.95rem;
    color: var(--bs-body-color, #111827);
    outline: none;
    min-width: 0;
}

.fmb-query-modal__input::placeholder {
    color: var(--bs-secondary-color, #6b7280);
}

.fmb-query-modal__clear {
    background: transparent;
    border: 0;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--bs-secondary-color, #6b7280);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: color 0.15s;
    outline: none;
    box-shadow: none;
}

.fmb-query-modal__clear:hover {
    color: #ef4444;
}

.fmb-query-modal__clear:focus,
.fmb-query-modal__clear:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Sipariş sorgula: tek satır — takip no + sağda sorgula */
.fmb-query-modal__input-group--track-inline {
    margin-bottom: 0.65rem;
}

.fmb-query-modal__input-group--track-inline .fmb-query-modal__input--track {
    padding-right: 0.35rem;
}

.fmb-query-modal__input-action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.85rem;
    padding: 0 0.7rem;
    border: 0;
    background: var(--bs-primary);
    color: #fff;
    cursor: pointer;
    transition: filter 0.18s, transform 0.15s;
    align-self: stretch;
    outline: none;
    box-shadow: none;
}

.fmb-query-modal__input-action:hover {
    filter: brightness(1.06);
}

.fmb-query-modal__input-action:active {
    transform: scale(0.98);
}

.fmb-query-modal__input-action:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.fmb-query-modal__input-action i {
    font-size: 1.15rem;
}

.fmb-query-modal__submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    border-radius: 0.85rem;
    border: 0;
    background: var(--bs-primary);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: filter 0.18s, transform 0.15s, box-shadow 0.18s;
    box-shadow: 0 4px 16px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.35);
    outline: none;
}

.fmb-query-modal__submit i {
    font-size: 1.15rem;
}

.fmb-query-modal__submit:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.fmb-query-modal__submit:active {
    transform: translateY(0);
}

.fmb-query-modal__submit:focus-visible {
    box-shadow:
        0 0 0 3px rgba(var(--bs-primary-rgb, 55, 98, 234), 0.45),
        0 4px 16px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.35);
}

.fmb-query-modal__hint {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6b7280);
    margin: 0.9rem 0 0;
    line-height: 1.45;
}

.fmb-query-modal__hint i {
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.fmb-query-modal__input--shake {
    animation: fmb-shake 0.45s ease;
}

.fmb-auth-tabs {
    display: flex;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0.85rem;
    padding: 0.25rem;
    margin-bottom: 1.25rem;
    -webkit-tap-highlight-color: transparent;
}

.fmb-auth-tabs .fmb-auth-tab {
    flex: 1;
    text-align: center;
    padding: 0.6rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bs-secondary-color, #6b7280);
    border: none;
    background: transparent;
    border-radius: 0.65rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font: inherit;
}

@media (hover: hover), (pointer: fine) {
    .fmb-auth-tabs .fmb-auth-tab:focus:not(:focus-visible) {
        outline: none;
    }

    .fmb-auth-tabs .fmb-auth-tab:focus-visible {
        outline: var(--bs-primary);
        outline: 2px solid var(--orvix-primary-tint-55);
        outline-offset: 2px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .fmb-auth-tabs .fmb-auth-tab:focus,
    .fmb-auth-tabs .fmb-auth-tab:focus-visible {
        outline: none !important;
    }

    .fmb-auth-tabs .fmb-auth-tab:focus-visible:not(.active) {
        background: transparent !important;
        color: var(--bs-secondary-color, #6b7280) !important;
        box-shadow: none !important;
    }
}

.fmb-auth-tabs .fmb-auth-tab.active {
    background: #fff;
    color: var(--bs-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.fmb-auth-tab-content {
    animation: fmb-fade-in 0.3s ease;
}

@keyframes fmb-fade-in {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fmb-auth-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fmb-auth-menu__link {
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    background: var(--bs-tertiary-bg, #f9fafb);
    border: 1.5px solid var(--bs-border-color, #e5e7eb);
    border-radius: 0.85rem;
    color: var(--bs-body-color, #111827);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: border-color 0.18s, background 0.18s;
    width: 100%;
    cursor: pointer;
    outline: none;
    font: inherit;
    text-align: left;
}

.fmb-auth-menu__link:hover,
.fmb-auth-menu__link:focus-visible {
    border-color: var(--bs-primary);
    background: var(--bs-body-bg, #fff);
}

.fmb-auth-menu__link--logout {
    color: #ef4444;
    margin-top: 0.5rem;
}

.fmb-auth-menu__link--logout:hover,
.fmb-auth-menu__link--logout:focus-visible {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
}

.fmb-auth-menu__link--logout .fmb-auth-menu__icon i {
    color: #ef4444;
}

.fmb-auth-menu__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: rgba(var(--bs-primary-rgb, 16, 141, 255), 0.1);
    margin-right: 0.75rem;
}

.fmb-auth-menu__icon i {
    font-size: 1.15rem;
    color: var(--bs-primary);
}

.fmb-auth-menu__text {
    flex: 1;
}

.fmb-auth-menu__chevron {
    color: var(--bs-secondary-color, #6b7280);
    font-size: 1.25rem;
    transition: transform 0.18s;
}

.fmb-auth-menu__link:hover .fmb-auth-menu__chevron {
    transform: translateX(3px);
    color: var(--bs-primary);
}

@keyframes fmb-shake {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(-6px);
    }
    36% {
        transform: translateX(6px);
    }
    54% {
        transform: translateX(-4px);
    }
    72% {
        transform: translateX(4px);
    }
    90% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}

.fmb-query-modal.fmb-fav-modal {
    max-height: 48dvh;
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 1rem 0.65rem;
    flex-shrink: 0;
    background: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #e5e7eb);
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--bs-body-color, #111827);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__title i {
    font-size: 1.2rem;
    color: #e11d48;
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__close {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 50%;
    background: var(--bs-border-color, #e5e7eb);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-body-color, #111827);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem 1.1rem 1.25rem;
    background: var(--bs-body-bg, #fff);
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__empty {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--bs-secondary-color, #6b7280);
    text-align: center;
}

.fmb-query-modal.fmb-fav-modal .fmb-fav-modal__foot {
    flex-shrink: 0;
    padding: 0 1rem 0.85rem;
    text-align: center;
    border-top: 1px solid var(--bs-border-color, #e5e7eb);
    background: var(--bs-body-bg, #fff);
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-row__media {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #fff;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-row__old {
    display: block;
    text-decoration: line-through;
    opacity: 0.72;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-row__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-row__actions--row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.45rem;
    align-items: center;
    justify-content: flex-end;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-row__actions--row .btn.btn-sm {
    min-width: 2.35rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    padding: 0;
    border-radius: 0.65rem;
    border: 0;
    line-height: 1;
    font-size: 1.05rem;
    cursor: pointer;
    text-decoration: none;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-btn--cart {
    background: var(--bs-primary, #3762ea);
    color: #fff;
}

.fmb-query-modal.fmb-fav-modal .orvix-fav-btn--remove {
    background: #ef4444;
    color: #fff;
}

html[data-bs-theme="dark"] .fmb-query-modal.fmb-fav-modal .fmb-fav-modal__head,
html[data-bs-theme="dark"] .fmb-query-modal.fmb-fav-modal .fmb-fav-modal__body {
    background: #1d1e2e;
    border-color: #272836;
}

html[data-bs-theme="dark"] .fmb-query-modal.fmb-fav-modal .fmb-fav-modal__close {
    background: #313144;
    color: #e8eaf2;
}

html[data-bs-theme="dark"] .fmb-query-modal.fmb-fav-modal .fmb-fav-modal__foot {
    background: #1d1e2e;
    border-color: #272836;
}

@media (max-width: 1079.98px) {
    .orvix-fn-wrap {
        bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 1045 !important;
    }
}

/* Sipariş sorgu sonucu */
.fmb-query-result__msg--error {
    color: #b42318;
    font-size: 0.82rem;
    margin: 0 0 0.75rem;
    padding: 0.5rem 0.65rem;
    border-radius: 0.65rem;
    background: rgba(180, 35, 24, 0.08);
    border: 1px solid rgba(180, 35, 24, 0.2);
}

html[data-bs-theme="dark"] .fmb-query-result__msg--error {
    color: #fca5a5;
    background: rgba(252, 165, 165, 0.08);
    border-color: rgba(252, 165, 165, 0.22);
}

.fmb-query-modal__submit .spinner-border-sm,
.fmb-query-modal__input-action .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    vertical-align: -0.1em;
}

html[data-bs-theme="dark"] .fmb-query-modal__input-action .spinner-border-sm {
    border-color: rgba(255, 255, 255, 0.35);
    border-right-color: transparent;
}

.fmb-query-result {
    animation: fmb-fade-in 0.28s ease;
}

.fmb-query-result__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.fmb-query-result__email-note {
    margin: 0 0 0.75rem;
    padding: 0.5rem 0.65rem;
    border-radius: 0.65rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--bs-body-color, #111827);
    background: var(--bs-warning-bg-subtle, #fff7ed);
    border: 1px solid rgba(234, 179, 8, 0.45);
}

.fmb-query-result__product {
    margin: 0 0 1rem;
}

.fmb-query-result__product-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    background: var(--bs-tertiary-bg, #f3f4f6);
    border: 1px solid var(--bs-border-color, #e5e7eb);
}

.fmb-query-result__product-img {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.65rem;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #e5e7eb);
}

.fmb-query-result__product-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--bs-primary-bg-subtle, #e8f2ff);
    border: 1px solid rgba(var(--bs-primary-rgb, 16, 141, 255), 0.25);
}

.fmb-query-result__product-icon i {
    font-size: 1.65rem;
    color: var(--bs-primary);
    line-height: 1;
}

.fmb-query-result__product-text {
    min-width: 0;
    flex: 1;
}

.fmb-query-result__product-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bs-body-color, #111827);
    line-height: 1.35;
}

.fmb-query-result__product-sub {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: var(--bs-secondary-color, #6b7280);
    line-height: 1.4;
}

.fmb-query-result__product-target {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--bs-body-color, #111827);
    line-height: 1.35;
}

html[data-bs-theme="dark"] .fmb-query-result__email-note {
    background: rgba(234, 179, 8, 0.12);
    border-color: rgba(234, 179, 8, 0.35);
    color: var(--bs-body-color, #e8eaf2);
}

html[data-bs-theme="dark"] .fmb-query-result__product-inner {
    background: #101020;
    border-color: #313144;
}

html[data-bs-theme="dark"] .fmb-query-result__product-img {
    background: #1d1e2e;
    border-color: #313144;
}

html[data-bs-theme="dark"] .fmb-query-result__product-icon {
    background: rgba(16, 141, 255, 0.12);
    border-color: rgba(16, 141, 255, 0.28);
}

html[data-bs-theme="dark"] .fmb-query-result__product-icon i {
    color: #93c5fd;
}

html[data-bs-theme="dark"] .fmb-query-result__product-title {
    color: var(--bs-body-color, #e8eaf2);
}

html[data-bs-theme="dark"] .fmb-query-result__product-sub {
    color: #9aa3b5;
}

html[data-bs-theme="dark"] .fmb-query-result__product-target {
    color: #dbe2ef;
}

.fmb-query-result__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fmb-query-result__badge--ok {
    background: #16a34a;
    color: #fff;
}

.fmb-query-result__badge--run {
    background: var(--bs-primary, #108dff);
    color: #fff;
}

.fmb-query-result__badge--wait {
    background: #ca8a04;
    color: #fff;
}

.fmb-query-result__badge--bad {
    color: #fff;
    background: #dc2626;
}

.fmb-query-result__badge--muted {
    background: var(--bs-secondary-bg, #e5e7eb);
    color: var(--bs-secondary-color, #4b5563);
}

html[data-bs-theme="dark"] .fmb-query-result__badge--ok {
    color: #fff;
    background: #15803d;
}

html[data-bs-theme="dark"] .fmb-query-result__badge--run {
    color: #fff;
    background: var(--bs-primary, #108dff);
}

html[data-bs-theme="dark"] .fmb-query-result__badge--wait {
    color: #fff;
    background: #a16207;
}

html[data-bs-theme="dark"] .fmb-query-result__badge--bad {
    color: #fff;
    background: #b91c1c;
}

.fmb-query-result__no {
    margin: 0;
    font-size: 0.95rem;
    color: var(--bs-body-color, #111827);
}

.fmb-query-result__no-line strong {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.fmb-query-result__dl {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.9rem;
    background: var(--bs-tertiary-bg, #f3f4f6);
    border: 1px solid var(--bs-border-color, #e5e7eb);
}

.fmb-query-result__dl > div {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.35rem 0;
    font-size: 0.84rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.fmb-query-result__dl > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.fmb-query-result__dl dt {
    margin: 0;
    color: var(--bs-secondary-color, #6b7280);
    font-weight: 600;
}

.fmb-query-result__dl dd {
    margin: 0;
    text-align: right;
    font-weight: 600;
    color: var(--bs-body-color, #111827);
}

.fmb-query-result__tl-title {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color, #6b7280);
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.fmb-query-result__timeline {
    list-style: none;
    margin: 0 0 1.1rem;
    padding: 0;
}

.fmb-query-result__tl-item {
    display: flex;
    gap: 0.65rem;
    padding: 0.45rem 0;
}

.fmb-query-result__tl-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-top: 0.35rem;
    flex-shrink: 0;
    background: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.2);
}

.fmb-query-result__tl-body {
    flex: 1;
    min-width: 0;
}

.fmb-query-result__tl-label {
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--bs-body-color, #111827);
}

.fmb-query-result__tl-meta {
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6b7280);
    margin-top: 0.1rem;
}

.fmb-query-result__new {
    width: 100%;
    border: 1.5px solid var(--bs-border-color, #e5e7eb);
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #111827);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
}

.fmb-query-result__new:hover {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb, 16, 141, 255), 0.06);
}

html[data-bs-theme="dark"] .fmb-query-result__dl {
    background: #252636;
    border-color: #313144;
}

html[data-bs-theme="dark"] .fmb-query-result__new {
    background: #1d1e2e;
    border-color: #313144;
    color: #e8eaf2;
}

/*
 * Pencere / zoom ölçeği değişirken kapalı sorgula modalı + backdrop kısa süre görünüyordu.
 */
html.fmb-modal-viewport-tune .fmb-backdrop {
    transition: none !important;
}

html.fmb-modal-viewport-tune .fmb-cart-modal,
html.fmb-modal-viewport-tune .fmb-query-modal {
    transition: none !important;
}

/*
 * Kapalı sorgula modalı [hidden] ile DOM’da gösterilmiyor; kırılım titremesi için
 * geçiş sırasında transition kapatma (blade’de hidden + gecikmeli kapanış).
 */

/*
 * Ön yüz mobil alt bar + bu dosyadaki sepet / sorgula modalları: tarayıcı odak çerçevesi yok (Tab vb.).
 */
.front-mobile-bottom *:focus,
.front-mobile-bottom *:focus-visible,
.fmb-cart-modal *:focus,
.fmb-cart-modal *:focus-visible,
.fmb-query-modal *:focus,
.fmb-query-modal *:focus-visible {
    outline: none !important;
}

/* Sepet FAB: klavye odakında ek büyütme / ek halka yok — normal görünüm korunur */
.front-mobile-bottom .fmb-item--cart:focus,
.front-mobile-bottom .fmb-item--cart:focus-visible {
    transform: none;
    box-shadow:
        0 4px 14px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.45),
        0 0 0 4px rgba(var(--bs-primary-rgb, 16, 141, 255), 0.12);
}

/* intl-tel-input + FMB sorgula modal ince ayarları (head inline’dan taşındı) */
.fmb-query-modal__input-group--phone {
    position: relative;
    padding: 0 !important;
}
.fmb-query-modal__input-group--phone .iti {
    width: 100%;
    display: block;
}
.fmb-query-modal__input-group--phone .iti__country-container {
    padding: 0 12px;
    background: transparent;
    border-radius: 0.85rem 0 0 0.85rem;
}
#fmbRegisterPhone {
    padding-left: 95px !important;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--bs-body-color, #111827);
    font-family: inherit;
    font-size: 0.95rem;
    height: 3rem;
}
.fmb-query-modal__input-group--phone .iti__country-list {
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #e5e7eb);
    border-radius: 0.85rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    color: var(--bs-body-color, #111827);
}
.fmb-query-modal__input-group--phone .iti__search-input {
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #111827);
    border: 1px solid var(--bs-border-color, #e5e7eb);
    border-radius: 0.4rem;
    padding: 0.6rem !important;
}

html[data-bs-theme="dark"] .front-mobile-bottom .fmb-icon-wrap i,
html[data-bs-theme="dark"] .front-mobile-bottom .fmb-item--cart .fmb-cart-bubble i {
    color: #fff !important;
}
html[data-bs-theme="dark"] .front-mobile-bottom .fmb-item .fmb-label {
    color: #b9c1d5;
}
html[data-bs-theme="dark"] .fmb-backdrop {
    background: rgba(7, 7, 18, 0.46);
}
html[data-bs-theme="dark"] .fmb-query-modal:not(#fmbQuickMenu) {
    background: #1d1e2e;
    border-top: 1px solid #272836;
}
html[data-bs-theme="dark"] .fmb-query-modal .fmb-query-modal__hero {
    background: color-mix(in srgb, var(--bs-primary) 24%, #1d1e2e);
}
html[data-bs-theme="dark"] .fmb-query-modal .fmb-query-modal__form-wrap {
    background-color: #131324;
    border-top: 1px solid #272836;
    border-radius: 0 0 1.25rem 1.25rem;
}
html[data-bs-theme="dark"] .fmb-query-modal .fmb-query-modal__input-group {
    background: #101020;
    border-color: #313144;
}
html[data-bs-theme="dark"] .fmb-query-modal .fmb-query-modal__input,
html[data-bs-theme="dark"] .fmb-query-modal .fmb-query-modal__input::placeholder {
    color: #b9c1d5;
}
html[data-bs-theme="dark"] .fmb-query-modal .fmb-query-modal__input::placeholder {
    color: #606078;
}
html[data-bs-theme="dark"] .fmb-auth-tabs {
    background: #101020;
    border-color: #313144;
}
html[data-bs-theme="dark"] .fmb-auth-tabs .fmb-auth-tab {
    color: #808799;
}
html[data-bs-theme="dark"] .fmb-auth-tabs .fmb-auth-tab.active {
    background: #1d1e2e;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

/* Hızlı menü — dosya sonu override (vite bundle üstüne) */
#fmbQuickMenu.fmb-query-modal.fmb-quick-menu-modal,
#fmbQuickMenu.fmb-query-modal.fmb-quick-menu-modal.is-open,
#fmbQuickMenuScroll,
#fmbQuickMenu .fmb-quick-menu-modal__body,
#fmbQuickMenu .fmb-quick-menu__platforms,
#fmbQuickMenu .fmh-platform-strip {
    background-color: var(--fmb-qm-surface, var(--bs-body-bg, #fff)) !important;
}

#fmbQuickMenuScroll {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
}

#fmbQuickMenu .fmb-quick-menu-modal__head {
    background-color: var(--fmb-qm-head-surface, var(--bs-body-bg, #fff)) !important;
    border-bottom: 1px solid var(--fmb-qm-border, var(--bs-border-color, #e5e7eb));
}

#fmbQuickMenu .fmb-quick-menu-modal__head .fmb-cart-modal__title {
    color: var(--bs-body-color, #111827) !important;
}

#fmbQuickMenu .fmb-quick-menu-modal__close {
    background: var(--fmb-qm-close-bg, var(--bs-border-color, #e5e7eb)) !important;
    color: var(--bs-body-color, #111827) !important;
}

html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__head .fmb-cart-modal__title {
    color: #fff !important;
}

html[data-bs-theme="dark"] #fmbQuickMenu .fmb-quick-menu-modal__close {
    background: var(--fmb-qm-close-bg, #313144) !important;
    color: #b9c1d5 !important;
}
