.osahan-menu-fotter {
    box-sizing: border-box;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: max(0px, calc(var(--qrsis-safe-bottom) - 10px)) !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.10);
    overflow: visible;
}

.osahan-menu-fotter.fixed-bottom {
    height: calc(var(--qrsis-footer-base-height) + max(0px, calc(var(--qrsis-safe-bottom) - 10px))) !important;
    min-height: calc(var(--qrsis-footer-base-height) + max(0px, calc(var(--qrsis-safe-bottom) - 10px)));
}

.osahan-menu-fotter .row {
    margin: 0;
    height: var(--qrsis-footer-base-height);
    min-height: var(--qrsis-footer-base-height);
    align-items: center;
    overflow: visible;
}

.osahan-menu-fotter .col {
    padding: 0;
}

.osahan-menu-fotter .col a {
    padding: 3px 8px 2px;
    display: block;
    color: #444;
    text-decoration: none;
    font-size: .72rem;
    line-height: 1.05;
}

.osahan-menu-fotter .col:not(.home-circle) a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 54px;
    min-height: 54px;
}

.osahan-menu-fotter .col:not(.home-circle) > a:not(#sepet_cart_button) > p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    line-height: 1;
}

.osahan-menu-fotter .col:not(.home-circle) > a:not(#sepet_cart_button) > p i {
    font-size: 27px;
    line-height: 1;
}

.osahan-menu-fotter .col a p {
    font-size: 19px;
    margin-bottom: 2px;
}

.osahan-menu-fotter #sepet_cart_button.sepet-footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 54px;
    min-height: 54px;
    padding: 3px 10px 2px;
    line-height: 1.05;
}

.osahan-menu-fotter #sepet_cart_button .sepet-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.osahan-menu-fotter #sepet_cart_button .sepet-icon-wrap .feather-shopping-cart {
    font-size: 27px;
    line-height: 1;
}

.osahan-menu-fotter #sepet_cart_button .sepet-label {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.05;
}

.osahan-menu-fotter .footer-nav-label,
.osahan-menu-fotter #sepet_cart_button .sepet-label {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.osahan-menu-fotter #sepetEkrani {
    position: absolute;
    top: 50%;
    left: calc(50% - 2px);
    transform: translate(-50%, -50%);
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    background: #7a1024 !important;
    border: 1px solid #5f0b1c;
    color: #ffffff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.osahan-menu-fotter #sepetEkrani:empty {
    display: none;
}

.osahan-menu-fotter #sepet_cart_button.is-cart-pulsing .sepet-icon-wrap {
    animation: qrsisSepetIkonVurgu .58s ease-out;
}

.osahan-menu-fotter #sepet_cart_button.is-cart-pulsing .sepet-label {
    color: #007c7f;
}

.osahan-menu-fotter .col.selected a {
    color: #e23844;
    background: #f8f9fa;
}

.osahan-menu-fotter .col.selected p {
    color: #e23844;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    margin: -18px 0 0 0 !important;
    transform: translateY(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.osahan-menu-fotter .home-circle {
    transition: background-color .2s ease;
}

.osahan-menu-fotter .home-circle.is-active {
    background: #fff !important;
}

.osahan-menu-fotter .home-circle .home-circle-button a {
    transition: color .2s ease;
}

.osahan-menu-fotter .home-circle:hover .home-circle-button a,
.osahan-menu-fotter .home-circle.is-active .home-circle-button a {
    color: #0b6f64 !important;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
    width: 54px;
    height: 54px;
    padding: 0 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 22px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    text-align: center;
}

.osahan-menu-fotter .home-circle .home-circle-button {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.osahan-menu-fotter .home-circle .home-circle-button a i {
    display: block;
    line-height: 1 !important;
    margin: 0;
    transform: none;
}

@media (max-width: 576px) {
    :root {
        --qrsis-footer-base-height: 58px;
    }

    .osahan-menu-fotter .row > .col:first-child > a {
        transform: translateX(2mm);
        transform: translateX(calc(2mm + env(safe-area-inset-left, 0px)));
    }

    .osahan-menu-fotter .row > .col:last-child > a {
        transform: translateX(-2mm);
        transform: translateX(calc(-2mm - env(safe-area-inset-right, 0px)));
    }

    .osahan-menu-fotter .col a {
        padding: 3px 6px 2px;
    }

    .osahan-menu-fotter .col:not(.home-circle) a,
    .osahan-menu-fotter #sepet_cart_button.sepet-footer-link {
        height: 54px;
        min-height: 54px;
    }
}

@media (display-mode: standalone) {
    @supports (-webkit-touch-callout: none) {
        .osahan-menu-fotter .row {
            transform: translateY(-2mm);
        }
    }
}

.tema-flag {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.tema-flag--menu {
    width: 22px;
    height: 16px;
}

.tema-lang .dropdown-toggle::after {
    color: #fff;
    margin-left: .45rem;
    vertical-align: .2rem;
}

.tema-lang .dropdown-menu {
    margin-top: .75rem;
}

.tema-lang .dropdown-menu.qrsis-language-menu-open {
    display: block !important;
    padding: 8px;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .24);
}

.tema-lang .dropdown-menu.qrsis-language-menu-open .dropdown-item {
    border-radius: 8px;
    color: #172033;
    font-weight: 600;
}

.tema-lang .dropdown-menu.qrsis-language-menu-open .dropdown-item:hover,
.tema-lang .dropdown-menu.qrsis-language-menu-open .dropdown-item:focus {
    background: #eff8fa;
    color: #007985;
}

.qrsis-menu-swipe-hint {
    position: fixed;
    top: 72px;
    left: 18px;
    z-index: 2605;
    max-width: min(300px, calc(100vw - 36px));
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    color: #172033;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .24);
    backdrop-filter: blur(12px);
    opacity: 0;
    transform: translate3d(-10px, -8px, 0);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.qrsis-menu-swipe-hint.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.qrsis-menu-swipe-hint__icon {
    width: 38px;
    height: 30px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qrsis-menu-swipe-hint__fallback {
    font-size: 1.4rem;
    animation: qrsis-swipe-hint 1.45s ease-in-out infinite;
}

.qrsis-menu-swipe-hint.is-lottie-ready .qrsis-menu-swipe-hint__fallback {
    display: none;
}

.qrsis-menu-swipe-hint.is-lottie-ready .qrsis-menu-swipe-hint__icon svg {
    transform: scaleX(-1);
}

.qrsis-menu-swipe-hint__text {
    min-width: 0;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.22;
}

@keyframes qrsis-swipe-hint {
    0%, 100% {
        transform: translateX(-4px);
        opacity: .72;
    }
    48% {
        transform: translateX(6px);
        opacity: 1;
    }
}

