#sepet_cart {
    --qrsis-sepet-shell-offset: 0px;
    --qrsis-sepet-width: min(460px, 100vw, 620px);
    --qrsis-sepet-panel-width: var(--qrsis-sepet-width);
    position: fixed;
    top: 0;
    right: calc(-1 * var(--qrsis-sepet-width));
    width: var(--qrsis-sepet-width);
    max-width: min(100vw, 620px);
    height: 100vh;
    height: 100dvh;
    z-index: 3000;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    background: #eef0f3;
    transition: right .22s cubic-bezier(.2, .9, .2, 1);
    display: block;
    visibility: visible !important;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.18);
    isolation: isolate;
}

#sepet_cart.is-open {
    right: var(--qrsis-sepet-shell-offset);
}

body.sepet-open {
    overflow: hidden;
}

html.qrsis-sepet-arka-plan-kilitli {
    overflow: hidden;
    overscroll-behavior: none;
    background: #eef0f3;
}

body.sepet-open.qrsis-sepet-arka-plan-kilitli {
    position: fixed;
    top: var(--qrsis-sepet-kaydirma-y, 0);
    right: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    background: #eef0f3;
}

.sepet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2990;
    background: rgba(15, 23, 42, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}

body.sepet-open .sepet-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.sepet-open .qrsis-page-back-button {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.sidenav {
    visibility: hidden;
}

.sepet-checkout {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    min-height: 100dvh;
    background: #eef0f3;
}

.sepet-checkout-head {
    background: linear-gradient(135deg, #1a6f84 0%, #277f95 100%);
    padding: 14px 14px 58px;
}

.sepet-checkout-head-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sepet-checkout-head-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    background: rgba(255, 255, 255, .10);
}

.sepet-checkout-title {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}

.sepet-checkout-close {
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #dc2626;
    background: #dc2626;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(220, 38, 38, .28);
}

.sepet-checkout-close:hover,
.sepet-checkout-close:focus {
    color: #ffffff;
    background: #b91c1c;
    border-color: #b91c1c;
    text-decoration: none;
}

.sepet-checkout-close i {
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
}

.alertify .ajs-header {
    padding-right: 84px;
}

.alertify .ajs-commands {
    top: 14px;
    right: 14px;
    margin: 0;
}

.alertify .ajs-commands button.ajs-close {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #dc2626;
    background: #dc2626 !important;
    background-image: none !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(220, 38, 38, .28);
}

.alertify .ajs-commands button.ajs-close::before {
    content: '×';
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin-top: -3px;
}

.alertify .ajs-commands button.ajs-close:hover,
.alertify .ajs-commands button.ajs-close:focus {
    background: #b91c1c !important;
    border-color: #b91c1c;
    color: #fff !important;
}

.sepet-checkout-body {
    padding: 0 14px 18px;
}

.sepet-checkout-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 14px rgba(12, 18, 28, .08);
    padding: 12px;
    margin-top: -40px;
}

.sepet-checkout-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e8f7f8;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 118, 130, .16), 0 0 0 4px #fff;
}

.sepet-checkout-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sepet-checkout-avatar--ziyaretci {
    background: #dff8f6;
}

.sepet-checkout-avatar--misafir {
    background: #fff3d7;
}

.sepet-checkout-avatar--garson {
    background: #e7f1ff;
}

.sepet-checkout-avatar--yonetici {
    background: #f0eaff;
}

.sepet-checkout-profile-text {
    min-width: 0;
}

.sepet-checkout-profile-text h6 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    word-break: break-word;
}

.sepet-checkout-meta {
    margin: 6px 0 0;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.3;
}

.sepet-checkout-meta i {
    margin-right: 4px;
}

.sepet-checkout-badge {
    margin: 8px 0 0;
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e2f8e8;
    border: 1px solid #a7dfb5;
    color: #107435;
    font-size: .78rem;
    font-weight: 700;
}

.sepet-konum-badge-row {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sepet-konum-badge-row .sepet-checkout-badge {
    margin: 0;
}

.sepet-konum-edit-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #a7dfb5;
    background: #ffffff;
    color: #107435;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.sepet-konum-edit-btn i {
    font-size: 14px;
    line-height: 1;
}

.sepet-items-card,
.sepet-notes-card,
.sepet-total-card {
    margin-top: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
}

.sepet-items-card {
    padding: 6px 12px;
}

.sepet_urun_kasa {
    min-height: 0;
}

.sepet_urun_satir + .sepet_urun_satir {
    border-top: 1px solid #e5e7eb;
}

.sepet-item-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
}

.sepet-item-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.sepet-item-dot {
    margin-top: 5px;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    border: 2px solid #ef4444;
    background: #fff;
    flex: 0 0 13px;
}

.sepet-item-dot.is-free {
    border-color: #22c55e;
}

.sepet-item-title-wrap {
    min-width: 0;
    flex: 1;
}

.sepet-item-title {
    margin: 0;
    color: #1f2937;
    font-size: 1.05rem;
    line-height: 1.24;
    word-break: break-word;
}

.sepet-item-desc {
    margin: 5px 0 0;
    color: #64748b;
    font-size: .8rem;
    line-height: 1.34;
    word-break: break-word;
}

.sepet-item-option-row {
    margin-top: 3px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    color: #64748b;
    font-size: .78rem;
    min-width: 0;
}

.sepet-item-option-row:not(.is-empty) {
    margin-top: 5px;
    padding: 4px 7px;
    border: 1px solid rgba(180, 83, 9, .24);
    border-left: 3px solid #b45309;
    border-radius: 8px;
    background: #fffbeb;
    color: #92400e;
}

.sepet-item-option-row.is-empty {
    opacity: .75;
}

.sepet-item-option-row.is-empty .urun_opsiyon {
    display: none;
}

.sepet_btn_opsiyon_edit {
    cursor: pointer;
    color: #475569;
}

.sepet-option-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 0;
    background: transparent;
    color: #92400e;
    border-radius: 6px;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
}

.sepet-option-btn:hover {
    background: rgba(180, 83, 9, .1);
}

.sepet-item-option-row:not(.is-empty) .sepet-option-btn {
    color: #92400e;
}

.sepet-item-option-row:not(.is-empty) .sepet-option-btn:hover {
    background: rgba(180, 83, 9, .12);
}

.urun_opsiyon {
    margin: 0;
    font-size: .76rem;
    line-height: 1.25;
    font-weight: 500;
    color: #64748b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.sepet-item-option-row:not(.is-empty) .urun_opsiyon {
    color: #78350f;
    font-weight: 600;
}

.opsiyon-form-alan {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qrsis-opsiyon-modal .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 52px rgba(15, 23, 42, .22);
}

.qrsis-opsiyon-modal .modal-header {
    min-height: 82px;
    padding: 20px 20px 16px;
    border-bottom: 1px solid #edf2f7;
    background: #fff;
}

.qrsis-opsiyon-modal .modal-title {
    color: #07182f;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: 0;
}

.qrsis-opsiyon-modal .modal-body {
    padding: 20px 24px 24px;
    background: #fbfdff;
}

.qrsis-opsiyon-modal .modal-footer {
    gap: 10px;
    padding: 16px 18px 18px;
    border-top: 1px solid #edf2f7;
    background: #fff;
}

.qrsis-opsiyon-modal .modal-footer .btn {
    min-height: 42px;
    border-radius: 4px;
    padding-inline: 18px;
    font-weight: 700;
}

.qrsis-opsiyon-modal .modal-footer .btn-primary {
    border-color: #0891b2;
    background: #0891b2;
    color: #fff;
}

.qrsis-opsiyon-modal .modal-footer .btn-primary:hover,
.qrsis-opsiyon-modal .modal-footer .btn-primary:focus {
    border-color: #0e7490;
    background: #0e7490;
}

.qrsis-opsiyon-modal .modal-footer .btn-secondary {
    border-color: #e2e8f0;
    background: #f8fafc;
    color: #475569;
}

.opsiyon-form-soru {
    border: 1px solid #dbe6f3;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.opsiyon-form-soru.is-answerless-radio {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.opsiyon-form-soru.is-answerless-radio .opsiyon-form-cevap {
    min-height: 64px;
}

.opsiyon-form-soru-baslik {
    margin: 0 0 16px;
    color: #07182f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.opsiyon-form-zorunlu {
    color: #dc2626;
    font-weight: 700;
}

.opsiyon-form-cevap-listesi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.opsiyon-form-cevap-listesi.is-vertical {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.opsiyon-form-cevap-listesi.is-vertical .opsiyon-form-cevap {
    justify-content: flex-start;
    min-height: 58px;
    padding: 0 18px;
    border-left-width: 4px;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .06);
}

.opsiyon-form-cevap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    min-height: 50px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #1e293b;
    font-size: .95rem;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.opsiyon-form-cevap:hover {
    border-color: #67e8f9;
    background: #f0fdff;
}

.opsiyon-form-cevap:has(input:checked) {
    border-color: #0891b2;
    background: #e6fbff;
    color: #0f5666;
    box-shadow: 0 8px 20px rgba(8, 145, 178, .13);
}

.opsiyon-form-cevap input[type="radio"],
.opsiyon-form-cevap input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: #0891b2;
    flex: 0 0 auto;
}

.opsiyon-form-cevap input[type="radio"]:checked,
.opsiyon-form-cevap input[type="checkbox"]:checked {
    border-color: #0891b2;
    background-color: #0891b2;
}

.opsiyon-form-cevap span {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.2;
}

.opsiyon-form-text {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 82px;
    resize: vertical;
    border-color: #cbd5e1;
    border-radius: 8px;
    color: #0f172a;
    font-size: .88rem;
}

.sepet-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
    min-width: 130px;
}

.sepet-item-right-top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sepet-item-right-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
}

.sepet-item-qty {
    display: inline-flex;
    align-items: stretch;
}

.sepet-item-qty .btn_siparis_artirma {
    min-width: 26px;
    height: 28px;
    border: 1px solid #c9d1da;
    background: #fff;
    color: #6b7280;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    border-radius: 0;
}

.sepet-item-qty .urun_miktar {
    min-width: 28px;
    height: 28px;
    border-top: 1px solid #c9d1da;
    border-bottom: 1px solid #c9d1da;
    background: #6b7280;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sepet-item-price {
    margin: 0;
    min-width: 80px;
    text-align: right;
    font-size: .98rem;
    color: #475569;
    font-weight: 600;
}

.sepet_btn_sil {
    cursor: pointer;
    color: #ef4444;
    font-size: 15px;
    line-height: 1;
    transition: color .15s ease;
}

.sepet_btn_sil:hover,
.sepet_btn_sil:focus {
    color: #dc2626;
}

.sepet-empty-message {
    text-align: center;
    color: #6b7280;
    font-size: .92rem;
    padding: 10px 4px;
}

.sepet-notes-card {
    padding: 12px;
}

.sepet-notes-card .form-control,
.qrsis-opsiyon-modal .form-control,
.qrsis-konum-modal .form-control {
    font-size: 16px;
}

.sepet-promo-btn {
    font-size: .9rem;
    font-weight: 700;
}

#sepet_not {
    min-height: 70px;
}

.sepet-total-card {
    padding: 12px;
}

.sepet-total-card h5 {
    color: #0f172a;
    font-size: 1.25rem;
}

.sepet-login-uyari {
    margin-top: 10px;
    color: #64748b;
    font-size: .86rem;
}

.sepet-action-form {
    margin-top: 12px;
    margin-bottom: 10px;
}

.sepet-action-form #btn_checkout {
    width: 100%;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 8px;
    min-height: 52px;
}

.sepet-action-form #btn_checkout:disabled,
.sepet-action-form #btn_checkout.disabled {
    opacity: .58;
    cursor: not-allowed;
    pointer-events: none;
}

.sepet-asagi-in-btn {
    position: fixed;
    right: calc(var(--qrsis-sepet-shell-offset, 0px) + 210px);
    bottom: 18px;
    z-index: 3020;
    display: grid;
    place-items: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 123, 141, .96);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 123, 141, .32);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(.96);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.sepet-asagi-in-btn.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.sepet-asagi-in-btn:hover,
.sepet-asagi-in-btn:focus {
    color: #ffffff;
    background: #0d6d7d;
    outline: none;
}

.sepet-asagi-in-animasyon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    animation: sepet-asagi-in-ziplama 1.05s ease-in-out infinite;
}

.sepet-asagi-in-animasyon i {
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 520px) {
    .sepet-asagi-in-btn {
        right: calc(var(--qrsis-sepet-shell-offset, 0px) + 56vw);
    }
}

@keyframes sepet-asagi-in-ziplama {
    0%,
    100% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(4px);
    }
}

#qrsisKonumBilgiModal .modal-dialog {
    max-width: 420px;
    width: calc(100% - 16px);
    margin: 12px auto 0 !important;
}

#qrsisKonumBilgiModal {
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

#qrsisKonumBilgiModal .modal-content {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

#qrsisKonumBilgiModal .modal-header {
    padding: 12px 14px;
    border-bottom-color: #cfe8ed;
    background: linear-gradient(180deg, #f2fbfc 0%, #eaf7f9 100%);
}

#qrsisKonumBilgiModal .modal-title {
    font-size: 1.25rem;
    font-weight: 700;
}

#qrsisKonumBilgiModal .modal-body {
    padding: 12px 14px 10px;
    background: #fff;
}

#qrsisKonumBilgiAciklama {
    font-size: .92rem;
    line-height: 1.44;
}

#qrsisKonumBilgiModal .modal-footer {
    padding: 10px 14px 12px;
    justify-content: flex-end;
    gap: 8px;
    border-top-color: #d9e8ee;
    background: #f4f8fa;
}

.qrsis-konum-modal .sepet-checkout-close {
    width: 40px;
    height: 40px;
}

#qrsisKonumBilgiInput {
    min-height: 48px;
    font-size: 16px;
}

.qrsis-konum-giris-satiri {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
}

.qrsis-konum-hizli-onay {
    display: none;
    min-width: 0;
    min-height: 48px;
    padding-inline: 10px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: normal;
}

@media (max-width: 767.98px) {
    #qrsisKonumBilgiModal.qrsis-hizli-onay-gerekli .qrsis-konum-giris-satiri {
        grid-template-columns: minmax(0, 1fr) minmax(112px, 1fr);
    }

    #qrsisKonumBilgiModal.qrsis-hizli-onay-gerekli .qrsis-konum-hizli-onay {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

.qrsis-konum-mevcut-secim {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
    padding: 11px 48px 11px 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2px 10px;
    border: 2px solid #0b9bb0;
    border-radius: 14px;
    background: linear-gradient(135deg, #e9fbfd 0%, #d9f5f8 100%);
    color: #073f49;
    text-align: left;
    box-shadow: 0 7px 18px rgba(11, 155, 176, .17);
    cursor: pointer;
    appearance: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.qrsis-konum-mevcut-secim::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0b9bb0;
    transform: translateY(-50%);
    box-shadow: 0 0 0 0 rgba(11, 155, 176, .42);
    animation: qrsis-konum-secim-nabiz 1.65s ease-out infinite;
}

.qrsis-konum-mevcut-secim:hover,
.qrsis-konum-mevcut-secim:focus-visible {
    border-color: #087f90;
    box-shadow: 0 9px 22px rgba(11, 155, 176, .26);
    outline: 0;
    transform: translateY(-1px);
}

.qrsis-konum-mevcut-secim:active {
    transform: scale(.985);
}

.qrsis-konum-mevcut-secim.is-selected {
    border-color: #11834f;
    background: linear-gradient(135deg, #e9fbf1 0%, #d9f5e7 100%);
    color: #07512f;
    box-shadow: 0 8px 20px rgba(17, 131, 79, .2);
}

.qrsis-konum-mevcut-secim.is-selected::after {
    background: #11834f;
    animation: none;
    box-shadow: 0 0 0 5px rgba(17, 131, 79, .14);
}

.qrsis-konum-mevcut-secim__etiket {
    grid-column: 1;
    font-size: .77rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    opacity: .78;
}

.qrsis-konum-mevcut-secim__deger {
    grid-column: 1;
    font-size: 2rem;
    font-weight: 800;
    line-height: .95;
    letter-spacing: .035em;
    color: inherit;
}

.qrsis-konum-mevcut-secim__ipucu {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
    color: inherit;
}

@keyframes qrsis-konum-secim-nabiz {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 155, 176, .42);
    }
    72%,
    100% {
        box-shadow: 0 0 0 11px rgba(11, 155, 176, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .qrsis-konum-mevcut-secim,
    .qrsis-konum-mevcut-secim::after {
        animation: none;
        transition: none;
    }
}

