@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.otel-harita-sayfa {
    background: #eef6f8;
    min-height: calc(100vh - 72px);
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 96px;
}

.otel-harita-ust {
    background: #079ca8;
    box-sizing: border-box;
    color: #fff;
    padding: 18px 18px 20px;
    width: 100%;
}

.otel-harita-ust-satir {
    align-items: center;
    display: flex;
    gap: 14px;
}

.otel-harita-geri {
    align-items: center;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 1.1rem;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    width: 42px;
}

.otel-harita-arama {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #52647a;
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
    padding: 0 14px;
}

.otel-harita-arama input {
    border: 0;
    color: #071b3a;
    flex: 1 1 auto;
    font: inherit;
    height: 44px;
    min-width: 0;
    outline: 0;
}

.otel-harita-ust h1 {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 20px 0 8px;
}

.otel-harita-ust p {
    color: rgba(255, 255, 255, .9);
    font-size: .95rem;
    line-height: 1.45;
    margin: 0;
}

.otel-harita-kategoriler {
    display: flex;
    gap: 8px;
    margin: 18px 0 -4px;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0 4px;
}

.otel-harita-kategoriler button {
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-weight: 800;
    padding: 9px 16px;
}

.otel-harita-kategoriler button.is-active {
    background: #fff;
    color: #067f8a;
}

.otel-harita-govde {
    box-sizing: border-box;
    max-width: 100%;
    padding: 16px;
}

.otel-harita-secim {
    background: #fff;
    border: 1px solid #d2e3ec;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
}

.otel-harita-secim label {
    color: #58708c;
    display: block;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .02em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.otel-harita-secim select {
    background: #f8fcfd;
    border: 1px solid #c7dce8;
    border-radius: 8px;
    color: #071b3a;
    font: inherit;
    font-weight: 800;
    min-height: 46px;
    outline: 0;
    padding: 0 12px;
    width: 100%;
}

.otel-harita-alani {
    background: #dbe8ee;
    border: 1px solid #c5dbe6;
    border-radius: 8px;
    box-sizing: border-box;
    height: min(56vh, 520px);
    min-height: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.otel-harita-alani img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.otel-harita-alani svg {
    inset: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.otel-harita-kroki-zemin {
    align-content: stretch;
    background:
        linear-gradient(90deg, rgba(7, 156, 168, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(7, 156, 168, .08) 1px, transparent 1px),
        linear-gradient(135deg, #f8fdff, #e5f4f7);
    background-size: 10% 10%;
    color: rgba(7, 27, 58, .3);
    display: grid;
    font-weight: 900;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
    padding: 18px;
}

.otel-harita-kroki-zemin span {
    align-items: center;
    border: 1px dashed rgba(7, 156, 168, .28);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 72px;
}

.otel-harita-pin,
.otel-harita-baslangic,
.otel-harita-telefon-konum {
    align-items: center;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.otel-harita-pin {
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .18);
    font-size: 1.1rem;
    gap: 6px;
    min-height: 34px;
    padding: 6px 10px;
}

.otel-harita-pin.is-active {
    outline: 3px solid rgba(7, 156, 168, .18);
    z-index: 5;
}

.otel-harita-pin span {
    color: #071b3a;
    font-size: .76rem;
    font-weight: 900;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otel-harita-baslangic,
.otel-harita-telefon-konum {
    background: #071b3a;
    color: #fff;
    height: 32px;
    width: 32px;
}

.otel-harita-telefon-konum {
    background: #e11d48;
    z-index: 6;
}

.otel-harita-bilgi {
    align-items: center;
    background: #fff;
    border: 1px solid #d2e3ec;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 12px;
    padding: 12px;
}

.otel-harita-bilgi strong,
.otel-harita-bilgi span {
    display: block;
}

.otel-harita-bilgi strong {
    color: #071b3a;
    font-size: 1rem;
    font-weight: 900;
}

.otel-harita-bilgi span {
    color: #5a6b80;
    font-size: .85rem;
}

.otel-harita-metrikler {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.otel-harita-metrikler span {
    background: #e6f7fa;
    border-radius: 999px;
    color: #067f8a;
    font-weight: 900;
    padding: 8px 10px;
}

.otel-harita-konum {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 12px 0;
    flex-wrap: wrap;
}

.otel-harita-konum button,
.otel-harita-konum a {
    align-items: center;
    background: #e6f7fa;
    border: 1px solid #bce8ef;
    border-radius: 8px;
    color: #067f8a;
    display: inline-flex;
    gap: 8px;
    font-weight: 900;
    padding: 10px 12px;
    text-decoration: none;
}

.otel-harita-konum button.is-active {
    background: #079ca8;
    border-color: #079ca8;
    color: #fff;
}

.otel-harita-konum a[hidden] {
    display: none;
}

.otel-harita-konum span {
    color: #5a6b80;
    font-size: .82rem;
    margin-left: auto;
    text-align: left;
}

.otel-harita-liste {
    display: grid;
    gap: 12px;
}

.otel-harita-kart {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #d2e3ec;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .1);
    display: flex;
    gap: 14px;
    padding: 14px;
}

.otel-harita-kart[hidden] {
    display: none;
}

.otel-harita-kart-ikon {
    align-items: center;
    background: #e6f7fa;
    border-radius: 8px;
    color: #079ca8;
    display: inline-flex;
    flex: 0 0 50px;
    font-size: 1.35rem;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.otel-harita-kart-icerik {
    flex: 1 1 auto;
    min-width: 0;
}

.otel-harita-kart h2 {
    color: #071b3a;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 4px;
}

.otel-harita-kart p {
    color: #5a6b80;
    font-size: .9rem;
    line-height: 1.45;
    margin: 0 0 12px;
}

.otel-harita-kart-islem {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.otel-harita-goster,
.otel-harita-rota {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 900;
    gap: 7px;
    min-height: 38px;
    padding: 8px 11px;
    text-decoration: none;
}

.otel-harita-goster {
    background: #f4f9fb;
    border: 1px solid #cfe0ea;
    color: #0f3d56;
}

.otel-harita-rota {
    background: #079ca8;
    border: 1px solid #079ca8;
    color: #fff;
}

.otel-harita-bos {
    background: #fff;
    border: 1px solid #d2e3ec;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 620px;
    padding: 36px 20px;
    text-align: center;
}

.otel-harita-bos span {
    align-items: center;
    background: #e6f7fa;
    border-radius: 8px;
    color: #079ca8;
    display: inline-flex;
    font-size: 2rem;
    height: 72px;
    justify-content: center;
    margin-bottom: 16px;
    width: 72px;
}

.otel-harita-bos h2 {
    color: #071b3a;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.otel-harita-bos p {
    color: #5a6b80;
    margin: 0;
}

@media (max-width: 560px) {
    .otel-harita-ust {
        padding-left: 14px;
        padding-right: 14px;
    }

    .otel-harita-govde {
        padding: 12px;
    }

    .otel-harita-alani {
        height: 48vh;
        min-height: 310px;
    }

    .otel-harita-konum {
        align-items: flex-start;
        flex-direction: column;
    }

    .otel-harita-konum span {
        margin-left: 0;
        text-align: left;
    }

    .otel-harita-bilgi,
    .otel-harita-metrikler {
        align-items: flex-start;
        flex-direction: column;
    }

    .otel-harita-pin span {
        display: none;
    }

    .otel-harita-kart {
        padding: 12px;
    }
}

.title {
    min-height: 36px;
    gap: 14px;
    position: relative;
}

.title .toggle {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    flex: 0 0 30px;
    width: 30px;
    min-height: 24px;
    height: 24px;
    margin-right: 6px;
}

.tema-header-title {
    position: relative;
    text-align: left;
    font-size: 1.12rem;
    line-height: 1.2;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0;
    padding-left: 0 !important;
    padding-right: 1rem;
    overflow: hidden;
}

.tema-title-normal {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    transition: opacity .24s ease, transform .24s ease;
}

.tema-header-title.is-reminder-active .tema-title-normal {
    opacity: 0;
    transform: translateY(-7px);
}

.tema-title-reminder {
    position: absolute;
    inset: 0 1rem 0 0;
    overflow: hidden;
    color: #fffbe9;
    display: inline-flex;
    align-items: center;
    min-width: 0;
    text-decoration: none !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(7px);
    transition: opacity .24s ease, transform .24s ease;
}

.tema-header-title.is-reminder-active .tema-title-reminder {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.tema-title-reminder-text {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    color: #fff8d8;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
    text-shadow: 0 1px 0 rgba(0, 79, 87, .26), 0 8px 18px rgba(0, 74, 82, .24);
}

.tema-title-reminder-text::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 3px;
    border-radius: 999px;
    background: rgba(255, 248, 216, .92);
    vertical-align: -0.12em;
    animation: temaTitleKalem .72s ease-in-out infinite;
}

.tema-title-reminder-text.is-complete::after {
    opacity: 0;
    animation: none;
}

@keyframes temaTitleKalem {
    0%, 100% { opacity: .2; transform: translateY(1px); }
    50% { opacity: 1; transform: translateY(0); }
}

.tema-header-action {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    transition: background .2s ease, transform .2s ease;
}

.tema-header-action:hover,
.tema-header-action:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
}

.tema-header-action[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(1px);
}

.tema-notification {
    position: relative;
}

.tema-notification-toggle {
    position: relative;
}

.tema-notification-toggle.has-unread {
    background: rgba(255, 255, 255, 0.22);
}

.tema-notification-toggle.is-disabled,
.tema-notification-toggle:disabled {
    opacity: .42;
    cursor: default;
    box-shadow: none;
    pointer-events: none;
}

.tema-notification-toggle.has-unread.is-ringing i {
    transform-origin: 50% 0;
    animation: temaBildirimZil .86s cubic-bezier(.2, .82, .24, 1) both;
}

.tema-notification-toggle.has-unread.is-ringing .tema-notification-badge {
    animation: temaBildirimRozet .86s cubic-bezier(.2, .82, .24, 1) both;
}

.tema-notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #0099ab;
    border-radius: 999px;
    background: #e11d48;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .62rem;
    font-weight: 800;
    line-height: 1;
}

@keyframes temaBildirimZil {
    0%, 100% { transform: rotate(0deg) scale(1); }
    12% { transform: rotate(-16deg) scale(1.04); }
    24% { transform: rotate(14deg) scale(1.08); }
    38% { transform: rotate(-11deg) scale(1.05); }
    52% { transform: rotate(8deg) scale(1.03); }
    68% { transform: rotate(-5deg) scale(1.01); }
    82% { transform: rotate(3deg) scale(1); }
}

@keyframes temaBildirimRozet {
    0%, 100% { transform: scale(1); }
    30% { transform: scale(1.24); }
    58% { transform: scale(.96); }
    78% { transform: scale(1.08); }
}

.tema-notification-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 8px;
    width: min(330px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 18px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.22);
    z-index: 2400;
    transform: translateY(-4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
}

.tema-notification-panel.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.tema-notification-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 18px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
}

.tema-notification-head {
    position: relative;
    z-index: 1;
    padding: 14px 16px 12px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tema-notification-head strong {
    font-size: .98rem;
    font-weight: 800;
}

.tema-notification-head span {
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #e8f7f9;
    color: #007985;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 800;
}

.tema-notification-list {
    position: relative;
    z-index: 1;
    max-height: min(360px, calc(100vh - 160px));
    overflow-y: auto;
    padding: 8px;
}

.tema-notification-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 14px;
    color: #0f172a;
    text-decoration: none !important;
}

.tema-notification-item:hover,
.tema-notification-item:focus {
    background: #f2fbfc;
    color: #0f172a;
    outline: none;
}

.tema-notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #0099ab;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tema-notification-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.tema-notification-copy strong,
.tema-notification-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tema-notification-copy strong {
    font-size: .86rem;
    font-weight: 800;
}

.tema-notification-copy small {
    color: #667085;
    font-size: .75rem;
    font-weight: 500;
}

.tema-notification-empty {
    padding: 18px 14px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    color: #667085;
    text-align: center;
    font-size: .86rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .tema-notification-panel {
        position: fixed;
        top: calc(var(--tema-topbar-offset, 72px) + 8px);
        left: max(10px, calc((100vw - 620px) / 2 + 10px));
        right: max(10px, calc((100vw - 620px) / 2 + 10px));
        width: auto;
        max-height: calc(100dvh - var(--tema-topbar-offset, 72px) - 24px);
        border-radius: 16px;
        transform: translateY(-8px) scale(.985);
        box-shadow: 0 18px 34px rgba(15, 23, 42, .2);
    }

    .tema-notification-panel.is-open {
        transform: translateY(0) scale(1);
    }

    .tema-notification-panel::before {
        display: none;
    }

    .tema-notification-head {
        padding: 13px 14px 11px;
    }

    .tema-notification-list {
        max-height: calc(100dvh - var(--tema-topbar-offset, 72px) - 88px);
        padding: 8px 10px 10px;
    }

    .tema-notification-empty {
        min-height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 12px;
    }
}

.ms-2 { margin-left: .5rem !important; }
.ms-auto { margin-left: auto !important; }
.me-2 { margin-right: .5rem !important; }
.me-auto { margin-right: auto !important; }
.ml-auto { margin-left: auto !important; }
.ml-2 { margin-left: .5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.mr-2 { margin-right: .5rem !important; }
.dropdown-menu-end { right: 0; left: auto; }
.text-decoration-none { text-decoration: none !important; }

:root {
    --qrsis-safe-bottom: env(safe-area-inset-bottom, 0px);
    --qrsis-footer-base-height: 46px;
    --qrsis-page-back-left: max(14px, calc((100vw - 620px) / 2 + 14px));
    --qrsis-page-back-top: calc(var(--tema-topbar-offset, 78px) + 14px);
    --qrsis-scrollbar-thumb: #23b8c3;
    --qrsis-scrollbar-thumb-hover: #1096a4;
    --qrsis-scrollbar-track: rgba(232, 245, 247, .72);
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--qrsis-scrollbar-thumb) var(--qrsis-scrollbar-track);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--qrsis-scrollbar-thumb) var(--qrsis-scrollbar-track);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar:hover {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb {
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--qrsis-scrollbar-thumb);
    background-clip: padding-box;
    transition: background-color .18s ease, border-color .18s ease;
}

::-webkit-scrollbar-thumb:hover {
    border-width: 2px;
    background: var(--qrsis-scrollbar-thumb-hover);
    background-clip: padding-box;
}

*:hover::-webkit-scrollbar-track {
    background: var(--qrsis-scrollbar-track);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

body.fixed-bottom-bar,
.fixed-bottom-bar {
    padding-bottom: calc(var(--qrsis-footer-base-height) + var(--qrsis-safe-bottom));
}

#container.is-etkinlik-page {
    padding-bottom: 0 !important;
}

#container {
    height: auto;
    background: #f7f7fb !important;
    background-image: none !important;
}

.tema-shell {
    min-height: 100vh;
    background: #f7f7fb;
}

.tema-topbar {
    background: linear-gradient(90deg, #d7285d 0%, #e42f4b 100%);
    padding: 16px 16px 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    position: sticky;
    top: 0;
    z-index: 1035;
}

#container > .tema-topbar {
    position: sticky;
    top: 0;
    z-index: 1045;
}

.hc-offcanvas-nav {
    top: 0 !important;
    height: 100vh !important;
    z-index: 2500 !important;
}

.hc-offcanvas-nav .nav-container {
    top: 0 !important;
    height: 100vh !important;
    width: min(280px, 86vw) !important;
    z-index: 2501 !important;
}

.hc-offcanvas-nav .nav-content > h2 {
    min-height: 78px;
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
}

.qrsis-menu-logo {
    display: inline-flex;
    align-items: center;
    max-width: 180px;
    min-height: 38px;
}

.qrsis-menu-logo img {
    display: block;
    max-width: 168px;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hc-offcanvas-nav li.custom-content.qrsis-menu-brand-footer {
    flex: 0 0 auto;
    margin: auto 0 0 !important;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    border-bottom: 0 !important;
    overflow: hidden;
}

.hc-offcanvas-nav li.custom-content.qrsis-menu-brand-footer .nav-item-custom {
    display: block;
    padding: 0 !important;
    overflow: hidden;
}

.hc-offcanvas-nav li.qrsis-menu-brand-footer > .nav-item-wrapper > .nav-item {
    display: flex !important;
    justify-content: center !important;
    padding: 8px 17px 10px !important;
    border-bottom: 0 !important;
    background: transparent !important;
}

.qrsis-menu-brand-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.qrsis-menu-brand-footer__inner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.qrsis-menu-brand-footer__inner img,
.qrsis-menu-brand-footer__logo,
.hc-offcanvas-nav .qrsis-menu-brand-footer img {
    display: block;
    width: 72px !important;
    height: auto !important;
    max-width: 72px !important;
    max-height: 44px !important;
    object-fit: contain !important;
}

.qrsis-menu-brand-footer__inner span,
.qrsis-menu-brand-footer__version,
.hc-offcanvas-nav .qrsis-menu-brand-footer small {
    color: #7a8798;
    display: block;
    margin-top: 1px;
    font-size: 0.68rem;
    line-height: 1;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    top: 0 !important;
    height: 100vh !important;
    z-index: 2490 !important;
}

.tema-topbar .tema-toprow {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
}

.tema-toggle,
.tema-back {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}

.tema-toggle:hover,
.tema-back:hover {
    color: #fff;
}

.tema-toggle {
    position: relative;
}

.tema-toggle span,
.tema-toggle span::before,
.tema-toggle span::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tema-toggle span {
    top: 50%;
    margin-top: -1px;
}

.tema-toggle span::before {
    top: -6px;
}

.tema-toggle span::after {
    top: 6px;
}

.tema-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    flex: 1 1 auto;
    min-width: 0;
}

.tema-lang {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.tema-lang .nav-link {
    padding: 0;
}

.tema-search-shell {
    margin-top: 12px;
    position: relative;
}

.tema-search-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height .28s ease, opacity .22s ease, transform .22s ease;
    will-change: max-height, opacity, transform;
}

.tema-search-panel.is-open {
    opacity: 1;
    transform: translateY(0);
}

.tema-search-input {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 12px;
    padding: 0 46px 0 44px;
    font-size: 1.02rem;
    color: #1f2937;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    outline: none;
}

.tema-search-input::placeholder {
    color: #9ca3af;
}

.tema-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none;
    font-size: 18px;
    line-height: 1;
}

.tema-search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #eff2f7;
    color: #4f5d75;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: opacity .16s ease, background .2s ease, color .2s ease;
}

.tema-search-clear:hover,
.tema-search-clear:focus {
    background: #e2e8f0;
    color: #1f2937;
    outline: none;
}

.tema-search-clear.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.tema-page {
    padding-top: 0;
}

/* Ana sayfa */
.home-intro-carousel-wrap {
    margin: 0;
}

.home-intro-slider {
    background: #0f172a;
    margin: 0;
}

.home-intro-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-intro-slider .slick-list,
.home-intro-slider .slick-track {
    height: min(60vh, 520px);
    min-height: 260px;
}

.home-intro-slider .slick-list {
    touch-action: pan-y;
    overflow: hidden;
}

.home-intro-slider .slick-slide {
    height: 100%;
}

.home-intro-slider .slick-slide > div {
    height: 100%;
}

.home-intro-slide-item {
    height: 100%;
    overflow: hidden;
}

.home-intro-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-intro-overlay {
    --home-intro-overlay-opacity: 0.7;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(7, 12, 18, calc(var(--home-intro-overlay-opacity) * 0.4)) 0%,
        rgba(7, 12, 18, calc(var(--home-intro-overlay-opacity) * 0.83)) 62%,
        rgba(7, 12, 18, var(--home-intro-overlay-opacity)) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px 58px;
    text-align: center;
}

.home-intro-content {
    max-width: 680px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-intro-title {
    margin: 0 0 10px;
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
    font-weight: 700;
    letter-spacing: .02em;
    text-shadow: 0 3px 18px rgba(2, 8, 23, .5);
}

.home-intro-subtitle {
    margin: 0;
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    color: rgba(255, 255, 255, 0.94);
    font-family: "Segoe Print", "Segoe Script", "Comic Sans MS", cursive;
    text-shadow: 0 2px 14px rgba(2, 8, 23, .42);
}

.home-intro-action {
    display: inline-flex;
    margin-top: 16px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    background: rgba(4, 10, 18, 0.2);
}

.home-intro-title,
.home-intro-subtitle,
.home-intro-action {
    max-width: min(100%, 680px);
    opacity: 0;
}

.home-intro-title,
.home-intro-subtitle {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: max-content;
    clip-path: inset(0 100% 0 0);
}

.home-intro-title::after,
.home-intro-subtitle::after {
    content: "";
    position: absolute;
    top: 9%;
    right: -6px;
    width: 3px;
    height: 82%;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 0 14px rgba(255, 255, 255, .35);
    opacity: 0;
}

.home-intro-slider .slick-active .home-intro-title {
    animation: homeIntroWrite 1.15s .18s cubic-bezier(.2, .78, .2, 1) forwards;
}

.home-intro-slider .slick-active .home-intro-subtitle {
    animation: homeIntroWrite .95s 1.05s cubic-bezier(.2, .78, .2, 1) forwards;
}

.home-intro-slider .slick-active .home-intro-title::after {
    animation: homeIntroPen 1.15s .18s ease forwards;
}

.home-intro-slider .slick-active .home-intro-subtitle::after {
    animation: homeIntroPen .95s 1.05s ease forwards;
}

.home-intro-slider .slick-active .home-intro-action {
    animation: homeIntroButton .72s 1.85s cubic-bezier(.2, .78, .2, 1) forwards;
}

.home-intro-slider:not(.slick-initialized) .home-intro-slide-item:first-child .home-intro-title,
.home-intro-slider:not(.slick-initialized) .home-intro-slide-item:first-child .home-intro-subtitle,
.home-intro-slider .home-intro-slide-item.is-fallback-active .home-intro-title,
.home-intro-slider .home-intro-slide-item.is-fallback-active .home-intro-subtitle {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}

.home-intro-slider:not(.slick-initialized) .home-intro-slide-item:first-child .home-intro-action,
.home-intro-slider .home-intro-slide-item.is-fallback-active .home-intro-action {
    opacity: 1;
}

@keyframes homeIntroWrite {
    0% {
        opacity: 1;
        clip-path: inset(0 100% 0 0);
        filter: blur(.8px);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        filter: blur(0);
    }
}

@keyframes homeIntroPen {
    0%, 82% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes homeIntroButton {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.home-intro-slider .slick-dots {
    display: none !important;
}

.home-intro-slider .slick-dots li {
    width: 36px;
    height: 4px;
    margin: 0 5px;
}

.home-intro-slider .slick-dots li button {
    width: 36px;
    height: 4px;
    padding: 0;
}

.home-intro-slider .slick-dots li button:before {
    content: "";
    width: 36px;
    height: 4px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.home-intro-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
    opacity: 1;
}

.home-intro-slider .slick-prev,
.home-intro-slider .slick-next {
    z-index: 8;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(2, 8, 23, .2);
}

.home-intro-slider .slick-prev {
    left: 16px;
}

.home-intro-slider .slick-next {
    right: 16px;
}

.home-intro-slider .slick-prev::before,
.home-intro-slider .slick-next::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    opacity: 1;
}

.home-intro-slider .slick-prev::before {
    content: "\f104";
}

.home-intro-slider .slick-next::before {
    content: "\f105";
}

.home-pages-section {
    padding: 8px 14px 8px;
}

.osahan-home-page.is-home-page {
    background: #fff;
}

.osahan-home-page.is-home-page .tema-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(180deg, rgba(2, 8, 23, .22) 0%, rgba(2, 8, 23, 0) 100%) !important;
    box-shadow: none;
}

.osahan-home-page.is-home-page .tema-topbar .tema-header-title {
    text-shadow: 0 2px 12px rgba(2, 8, 23, .32);
}

.osahan-home-page.is-home-page .home-intro-carousel-wrap {
    position: sticky;
    top: 0;
    z-index: 0;
    height: min(56vh, 480px);
    min-height: 300px;
    overflow: hidden;
    background: #0f172a;
}

.osahan-home-page.is-home-page .home-intro-slider,
.osahan-home-page.is-home-page .home-intro-slider .slick-list,
.osahan-home-page.is-home-page .home-intro-slider .slick-track {
    height: 100%;
    min-height: 0;
}

.osahan-home-page.is-home-page .home-intro-slide {
    transform: scale(1.04);
    will-change: transform;
}

.osahan-home-page.is-home-page .home-intro-overlay {
    background: linear-gradient(
        180deg,
        rgba(2, 8, 23, calc(var(--home-intro-overlay-opacity) * 0.24)) 0%,
        rgba(2, 8, 23, calc(var(--home-intro-overlay-opacity) * 0.38)) 56%,
        rgba(2, 8, 23, calc(var(--home-intro-overlay-opacity) * 0.6)) 100%
    );
}

.osahan-home-page.is-home-page .home-pages-section {
    position: relative;
    z-index: 2;
    margin-top: -10px;
    padding: 10px 14px 18px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.osahan-home-page.is-home-page .home-pages-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .28) 100%);
}

.home-pages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 260px;
    gap: 12px;
}

.home-page-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #c8d0dc;
    min-height: 0;
    height: 100%;
}

.home-page-card.is-wide {
    grid-column: span 2;
}

.home-page-card.is-compact {
    grid-column: span 1;
}

.home-page-card__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.home-page-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .35s ease;
}

.home-page-card__image--empty {
    background: linear-gradient(120deg, #9ca7b4 0%, #c2ccd6 100%);
}

.home-page-card__mask {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 14, 20, 0.14) 0%, rgba(9, 14, 20, 0.68) 100%),
        rgba(9, 14, 20, 0.18);
}

.home-page-card__content {
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 20px;
    z-index: 2;
}

.home-page-card__title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 1.85vw, 2rem);
    font-weight: 700;
    letter-spacing: .02em;
}

.home-page-card:hover .home-page-card__image {
    transform: scale(1.04);
}

.qrsis-search-empty {
    margin: 14px;
    padding: 18px 14px;
    border-radius: 12px;
    background: #f4f7fb;
    color: #40577d;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .home-pages-grid {
        grid-auto-rows: 230px;
    }
}

@media (max-width: 991.98px) {
    .home-pages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 212px;
    }

    .home-page-card.is-wide,
    .home-page-card.is-compact {
        grid-column: span 1;
    }

    .home-intro-slider .slick-list,
    .home-intro-slider .slick-track {
        height: 44vh;
        max-height: 360px;
        min-height: 230px;
    }

    .home-intro-overlay {
        padding: 18px 14px 52px;
    }

    .osahan-home-page.is-home-page .home-intro-carousel-wrap {
        height: 50vh;
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .home-pages-section {
        padding: 6px 10px 4px;
    }

    .osahan-home-page.is-home-page .home-intro-carousel-wrap {
        height: clamp(330px, 46vh, 380px);
        min-height: 0;
    }

    .osahan-home-page.is-home-page .home-intro-slide {
        background-size: cover;
        background-position: center center;
        transform: scale(1.22);
    }

    .osahan-home-page.is-home-page .home-intro-overlay {
        background: linear-gradient(
            180deg,
            rgba(2, 8, 23, calc(var(--home-intro-overlay-opacity) * 0.19)) 0%,
            rgba(2, 8, 23, calc(var(--home-intro-overlay-opacity) * 0.29)) 58%,
            rgba(2, 8, 23, calc(var(--home-intro-overlay-opacity) * 0.34)) 100%
        );
    }

    .home-intro-overlay {
        padding: 76px 18px 62px;
    }

    .home-intro-subtitle {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
        line-height: 1.15;
        text-shadow: 0 3px 16px rgba(2, 8, 23, .58);
    }

    .osahan-home-page.is-home-page .home-pages-section {
        margin-top: -42px;
        padding: 8px 10px 18px;
        border-radius: 0;
    }

    .home-pages-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 226px;
        gap: 12px;
    }

    .home-page-card {
        min-height: 0;
        border-radius: 13px;
    }

    .home-page-card__content {
        left: 18px;
        right: 14px;
        bottom: 42px;
    }

    .home-page-card__title {
        font-size: 1.48rem;
    }

}

@media (max-width: 575.98px) {
    .home-intro-title,
    .home-intro-subtitle {
        white-space: normal;
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-intro-title,
    .home-intro-subtitle,
    .home-intro-action {
        opacity: 1;
        clip-path: none;
        animation: none !important;
    }

    .home-intro-title::after,
    .home-intro-subtitle::after {
        display: none;
    }
}

.osahan-menu-fotter {
    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: auto !important;
    min-height: calc(var(--qrsis-footer-base-height) + max(0px, calc(var(--qrsis-safe-bottom) - 10px)));
}

.osahan-menu-fotter .row {
    margin: 0;
    min-height: var(--qrsis-footer-base-height);
    align-items: center;
    overflow: visible;
}

.osahan-menu-fotter .col {
    padding: 0;
}

.osahan-menu-fotter .col a {
    padding: 2px 8px 1px;
    display: block;
    color: #444;
    text-decoration: none;
    line-height: 1.15;
}

.osahan-menu-fotter .col:not(.home-circle) a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 42px;
}

.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;
    min-height: 42px;
    padding: 2px 10px 1px;
    line-height: 1.1;
}

.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 #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: 44px;
    }

    .osahan-menu-fotter .col a {
        padding: 1px 8px 1px;
    }

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

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

.icerik_sayfa {
    margin-top: 0 !important;
}

.qrsis-page-detail {
    padding-bottom: calc(92px + var(--qrsis-safe-bottom));
    background: #f6f8fb;
}

.qrsis-page-hero {
    position: relative;
    height: 182px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #0f9aa7;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.qrsis-page-back-button {
    position: fixed;
    top: var(--qrsis-page-back-top);
    left: var(--qrsis-page-back-left);
    z-index: 1065;
    width: auto;
    min-width: 86px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #0b6070;
    box-shadow: 0 16px 34px rgba(11, 32, 54, .20), 0 2px 8px rgba(11, 32, 54, .10);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px 0 7px;
    cursor: pointer;
    isolation: isolate;
    overflow: hidden;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.qrsis-page-back-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(15, 154, 167, .16), rgba(47, 110, 211, .08));
    opacity: .95;
}

.qrsis-page-back-button::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, .62);
    pointer-events: none;
}

.qrsis-page-back-button:hover,
.qrsis-page-back-button:focus {
    background: #fff;
    color: #074e5b;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 20px 40px rgba(11, 32, 54, .24), 0 4px 12px rgba(11, 32, 54, .12);
}

.qrsis-page-back-button:active {
    transform: translateY(0) scale(.98);
}

.qrsis-page-back-button__icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f9aa7 0%, #1686b5 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(15, 154, 167, .28);
    font-size: 1.1rem;
    line-height: 1;
}

.qrsis-page-back-button__icon i {
    display: block;
    transform: translateX(-1px);
}

.qrsis-page-back-button__label {
    color: #0b2f3d;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.qrsis-page-hero--empty {
    background: linear-gradient(135deg, #0f9aa7 0%, #0a6f77 100%);
}

.qrsis-page-hero__mask {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.26);
}

.qrsis-page-hero__content {
    width: min(88%, 560px);
    margin: 0 auto;
    padding: 0 12px;
    text-align: center;
    color: #fff;
}

.qrsis-page-hero__content h1 {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, 5.8vw, 3rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: .02em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.qrsis-page-content {
    padding: 16px 12px 0;
}

.qrsis-page-content > section,
.qrsis-page-content > section > .row {
    margin: 0;
}

.qrsis-page-content > section > .row {
    display: block;
}

.qrsis-page-content p,
.qrsis-page-content h1,
.qrsis-page-content h2,
.qrsis-page-content h3,
.qrsis-page-content h4,
.qrsis-page-content h5,
.qrsis-page-content h6 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.qrsis-page-content p {
    margin-bottom: 0.9rem;
    color: #39465f;
    font-size: 1rem;
    line-height: 1.65;
}

.qrsis-page-content p:empty {
    display: none;
}

.qrsis-page-content h1,
.qrsis-page-content h2 {
    margin-top: 1.15rem;
    margin-bottom: 0.65rem;
    color: #06132b;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.qrsis-page-content h3,
.qrsis-page-content h4,
.qrsis-page-content h5,
.qrsis-page-content h6 {
    margin-top: 1rem;
    margin-bottom: 0.55rem;
    color: #14213d;
    font-weight: 750;
    line-height: 1.2;
}

.qrsis-page-content img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    max-height: 360px;
    object-fit: cover;
    border-radius: 0;
    margin: 0 auto 1rem;
}

.qrsis-page-content .qrsis-pdf-page-stack {
    width: min(100%, 1100px);
    margin: 0 auto;
    background: #fff;
}

.qrsis-page-content .qrsis-pdf-page-stack img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    margin: 0 auto;
    object-fit: contain !important;
    object-position: top center;
    border-radius: 0;
    background: #fff;
}

.qrsis-page-content .qrsis-pdf-page-stack img + img {
    margin-top: 0;
}

.qrsis-page-content .qrsis-pdf-embed {
    width: 100%;
    max-width: 720px;
    height: min(72vh, 760px);
    min-height: 520px;
    margin: 0 auto 1rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #f8fafc;
    overflow: hidden;
}

.qrsis-page-content .qrsis-pdf-embed__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.qrsis-page-content h1:has(img),
.qrsis-page-content h2:has(img),
.qrsis-page-content p:has(img) {
    max-width: none;
    margin: 0 auto 0.9rem;
    line-height: 0;
    font-size: 0;
}

.qrsis-page-content a {
    color: #087f8c;
    font-weight: 700;
    text-decoration: none;
}

.qrsis-page-content a:hover {
    color: #065b64;
    text-decoration: underline;
}

.qrsis-page-content hr {
    max-width: 720px;
    margin: 1.35rem auto;
    border-color: rgba(15, 23, 42, 0.12);
}

.qrsis-page-content .qrsis-tv-page {
    padding-top: 0;
}

.qrsis-page-content .qrsis-tv-list {
    width: min(100%, 920px);
    margin: 0 auto 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.qrsis-page-content .qrsis-tv-list-head {
    display: grid;
    grid-template-columns: 44px 62px minmax(0, 1fr) 150px;
    gap: 14px;
    padding: 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.qrsis-page-content .qrsis-tv-sort--no {
    grid-column: 1 / span 2;
}

.qrsis-page-content .qrsis-tv-sort--ad {
    grid-column: 3;
}

.qrsis-page-content .qrsis-tv-sort--dil {
    grid-column: 4;
}

.qrsis-page-content .qrsis-tv-sort {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 34px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.qrsis-page-content .qrsis-tv-sort:hover,
.qrsis-page-content .qrsis-tv-sort:focus-visible,
.qrsis-page-content .qrsis-tv-sort.is-active {
    color: #008c99;
}

.qrsis-page-content .qrsis-tv-sort:focus-visible {
    outline: 2px solid rgba(0, 156, 166, 0.35);
    outline-offset: 4px;
    border-radius: 6px;
}

.qrsis-page-content .qrsis-tv-sort-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 999px;
    color: #475467;
    background: #eef2f7;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.qrsis-page-content .qrsis-tv-sort.is-active .qrsis-tv-sort-indicator {
    color: #fff;
    background: #008c99;
}

.qrsis-page-content .qrsis-tv-card {
    display: grid;
    grid-template-columns: 44px 62px minmax(0, 1fr) 150px;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.58);
}

.qrsis-page-content .qrsis-tv-card.d-none {
    display: none !important;
}

.qrsis-page-content .qrsis-tv-no {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: #2f3f4f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.qrsis-page-content .qrsis-tv-logo {
    width: 62px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667085;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.qrsis-page-content .qrsis-tv-logo img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0;
    background: transparent;
    display: block;
}

.qrsis-page-content .qrsis-tv-info {
    min-width: 0;
}

.qrsis-page-content .qrsis-tv-name {
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.qrsis-page-content .qrsis-tv-language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    color: #fff;
    background: #1683f5;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.qrsis-page-content .qrsis-tv-card > .qrsis-tv-language,
.qrsis-page-content .qrsis-tv-info + .qrsis-tv-language {
    margin-top: 0;
}

.qrsis-page-content .qrsis-tv-language--empty {
    color: #667085;
    background: #e5e7eb;
}

@media (max-width: 520px) {
    .qrsis-page-content .qrsis-tv-list-head {
        grid-template-columns: 30px 40px minmax(0, 1fr) 96px;
        font-size: 14px;
    }

    .qrsis-page-content .qrsis-tv-card {
        grid-template-columns: 30px 40px minmax(0, 1fr) 96px;
        gap: 10px;
        padding: 10px 8px;
    }

    .qrsis-page-content .qrsis-tv-logo {
        width: 40px;
        height: 40px;
    }

    .qrsis-page-content .qrsis-tv-name {
        font-size: 14px;
    }
}

.qrsis-page-content .qrsis-tv-empty {
    width: min(100%, 760px);
    margin: 1rem auto;
    padding: 1rem;
    border-radius: 8px;
    color: #667085;
    text-align: center;
    background: #f8fafc;
}

.qrsis-child-page-list {
    width: 100%;
    display: grid;
    gap: 16px;
    padding: 4px 0 18px;
}

.qrsis-child-page-card {
    margin: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
    overflow: hidden;
}

.qrsis-child-page-card__link {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 132px;
    padding: 16px;
    color: #111827;
    text-decoration: none;
}

.qrsis-child-page-card__media {
    width: 156px;
    height: 112px;
    border-radius: 14px;
    overflow: hidden;
    background: #e5e7eb;
    display: block;
}

.qrsis-child-page-card__media img,
.qrsis-child-page-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.qrsis-child-page-card__placeholder {
    color: #94a3b8;
    font-size: 1.8rem;
}

.qrsis-child-page-card__body {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.qrsis-child-page-card__body strong {
    color: #111827;
    font-size: clamp(1.15rem, 3.7vw, 1.55rem);
    font-weight: 600;
    line-height: 1.12;
}

.qrsis-child-page-card__body span {
    color: #8a8f98;
    font-size: clamp(.95rem, 3vw, 1.12rem);
    line-height: 1.25;
}

.qrsis-child-page-card__link:hover {
    color: #111827;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .qrsis-page-detail {
        padding-bottom: calc(56px + var(--qrsis-safe-bottom));
    }

    .qrsis-page-hero {
        height: 164px;
        margin-top: 0;
    }

    .qrsis-page-back-button {
        top: var(--qrsis-page-back-top);
        left: var(--qrsis-page-back-left);
        min-width: 82px;
        height: 40px;
        padding: 0 12px 0 6px;
    }

    .qrsis-page-back-button__icon {
        width: 29px;
        height: 29px;
        font-size: 1rem;
    }

    .qrsis-page-back-button__label {
        font-size: .86rem;
    }

    .qrsis-page-hero__content {
        width: calc(100% - 40px);
        padding: 0 10px;
    }

    .qrsis-page-hero__content h1 {
        font-size: clamp(1.7rem, 8vw, 2.1rem);
        font-weight: 700;
        letter-spacing: 0;
    }

    .qrsis-page-content {
        padding: 12px 16px 0;
    }

    .qrsis-page-content h1,
    .qrsis-page-content h2 {
        margin-top: 0.85rem;
        font-size: clamp(1.35rem, 5.8vw, 1.7rem);
    }

    .qrsis-page-content p {
        padding: 0;
        font-size: 0.96rem;
        line-height: 1.56;
    }

    .qrsis-page-content img {
        max-height: 350px;
        margin-bottom: 0.85rem;
    }

    .qrsis-page-content .qrsis-pdf-embed {
        min-height: 420px;
        height: 68vh;
        margin-bottom: 0.85rem;
    }

    .qrsis-child-page-list {
        gap: 12px;
        padding: 2px 0 4px;
    }

    .qrsis-child-page-card {
        border-radius: 17px;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .07);
    }

    .qrsis-child-page-card__link {
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 13px;
        min-height: 116px;
        padding: 12px;
        align-items: flex-start;
    }

    .qrsis-child-page-card__media {
        width: 132px;
        height: 94px;
        border-radius: 14px;
        background: #eef2f7;
    }

    .qrsis-page-content .qrsis-child-page-card__media img {
        width: 100% !important;
        height: 100% !important;
        max-height: none;
        margin: 0;
        display: block;
        object-fit: cover;
    }

    .qrsis-child-page-card__body {
        gap: 5px;
        padding-top: 2px;
    }

    .qrsis-child-page-card__body strong {
        color: #0f172a;
        font-size: .98rem;
        font-weight: 650;
        line-height: 1.16;
    }

    .qrsis-child-page-card__body span {
        display: -webkit-box;
        overflow: hidden;
        color: #667085;
        font-size: .86rem;
        font-weight: 450;
        line-height: 1.34;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 420px) {
    .qrsis-child-page-card__link {
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 12px;
    }

    .qrsis-child-page-card__media {
        width: 116px;
        height: 86px;
    }
}

.qrsis-tv-page {
    width: 100%;
    padding: 1rem 0 1.5rem;
}

.qrsis-tv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.9rem;
    width: 100%;
}

.qrsis-tv-card {
    min-height: 132px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.qrsis-tv-logo {
    width: 86px;
    height: 62px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #0f9aa7;
    font-size: 1.45rem;
}

.qrsis-tv-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.qrsis-tv-info {
    width: 100%;
    margin-top: 0.75rem;
}

.qrsis-tv-no {
    display: inline-flex;
    min-width: 34px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef7f8;
    color: #0f7f89;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.1rem 0.55rem;
    margin-bottom: 0.4rem;
}

.qrsis-tv-name {
    color: #172033;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.25;
    word-break: break-word;
}

.qrsis-tv-empty {
    grid-column: 1 / -1;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-align: center;
}

.siparis-menu-page {
    padding-bottom: 18px;
    overflow-x: visible;
}

.siparis-menu-page .siparis-hero {
    height: 145px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.siparis-menu-page.is-hero-locked .siparis-hero {
    display: none !important;
}

.siparis-menu-page .siparis-hero .siparis-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.siparis-menu-page .siparis-hero h1 {
    font-size: clamp(1.5rem, 6.8vw, 1.9rem);
    font-weight: 750 !important;
    letter-spacing: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.siparis-menu-page .siparis-kategori-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--tema-topbar-offset, 0px);
    z-index: 1040;
    background: #f3f5f8;
    border-top: 0;
    border-bottom: 1px solid #dce3eb;
}

.siparis-menu-page .siparis-kategori-scroll {
    display: flex;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 2px 10px;
    scrollbar-width: thin;
    cursor: grab;
}

.siparis-menu-page .siparis-kategori-scroll.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.siparis-menu-page .siparis-kategori-chip {
    background: #fff;
    border-radius: 10px;
    min-width: calc((100% - 40px) / 6);
    max-width: calc((100% - 40px) / 6);
    min-height: 96px;
    padding: 0;
    box-shadow: 0 3px 12px rgba(17, 24, 39, .11);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    color: #1f304a;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
    border: 2px solid #d8e0ea;
    overflow: hidden;
    flex: 0 0 calc((100% - 40px) / 6);
}

.siparis-menu-page .siparis-kategori-chip.is-active {
    border-color: #00a0ad;
    background: #f8feff;
    box-shadow: 0 0 0 3px rgba(0, 160, 173, .18), 0 6px 16px rgba(0, 82, 91, .20);
    transform: translateY(-1px);
}

.siparis-menu-page .siparis-kategori-chip-thumb {
    width: 100%;
    height: 62px;
    border-radius: 9px 9px 0 0;
    background: #eef2f7;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #8b98a9;
    font-size: 22px;
}

.siparis-menu-page .category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siparis-menu-page .siparis-kategori-chip-label {
    display: block;
    width: 100%;
    min-height: 30px;
    font-size: clamp(9px, 1.6vw, 11px);
    line-height: .96rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 4px 6px;
    letter-spacing: .01em;
}

.qrsis-overflow-marquee {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.qrsis-overflow-marquee.is-marquee .qrsis-overflow-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: qrsisOverflowTicker var(--qrsis-overflow-duration, 10s) linear infinite;
}

.qrsis-overflow-marquee.is-bounce .qrsis-overflow-track {
    display: inline-block;
    animation: qrsisOverflowBounce var(--qrsis-overflow-duration, 9s) ease-in-out infinite !important;
}

.qrsis-overflow-marquee .qrsis-overflow-item {
    display: inline-block;
    flex: 0 0 auto;
}

.qrsis-overflow-marquee .qrsis-overflow-gap {
    display: inline-block;
    width: var(--qrsis-overflow-gap, 18px);
    flex: 0 0 auto;
}

@keyframes qrsisOverflowTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-1 * var(--qrsis-overflow-distance, 50%)));
    }
}

@keyframes qrsisOverflowBounce {
    0%,
    16% {
        transform: translateX(0);
    }
    50%,
    66% {
        transform: translateX(calc(-1 * var(--qrsis-overflow-distance, 50%)));
    }
    100% {
        transform: translateX(0);
    }
}

.siparis-menu-page .siparis-menu-content {
    margin-top: 0;
    padding: 10px 0 24px;
    background: #fff !important;
}

.siparis-menu-page,
.siparis-menu-page .kategori-blok,
.siparis-menu-page .siparis-kategori-icerik,
.siparis-menu-page .menu-list,
.siparis-menu-page .urun-satir,
.siparis-menu-page .urun_agac {
    background: #fff !important;
}

.siparis-menu-page .siparis-kategori-title {
    margin: 1rem 0 1.5rem !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #212529 !important;
    text-transform: none !important;
}

.siparis-menu-page .siparis-kategori-title small {
    font-size: .9rem;
    letter-spacing: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 0;
}

.siparis-menu-page .siparis-ana-kategori-hero {
    margin: -6px 0 10px;
    padding: 10px 14px 0;
}

.siparis-menu-page .siparis-ana-kategori-anim-wrap {
    border: 1px solid #d8e2ec;
    border-radius: 16px;
    background: #ffffff;
    min-height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .06);
}

.siparis-menu-page .siparis-ana-kategori-anim {
    width: min(100%, 360px);
    height: 160px;
}

.siparis-menu-page .siparis-ana-kategori-hero-img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    display: block;
}

.siparis-menu-page .siparis-ana-kategori-hero-empty {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    background: #eef2f7;
    border: 1px solid #d4dce8;
    color: #8b98a9;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.siparis-menu-page .siparis-ana-kategori-anim.is-lottie-fallback::before {
    content: "";
    width: 78px;
    height: 78px;
    border-radius: 18px;
    background: #eef2f7;
    border: 1px solid #d4dce8;
    display: inline-block;
}

.siparis-menu-page .siparis-kategori-icerik {
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: #fff !important;
}

.siparis-menu-page .kategori-blok {
    margin-left: 0;
    margin-right: 0;
}

.siparis-menu-page .menu-list {
    background: #fff !important;
}

.siparis-menu-page .siparis-urun-thumb-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 14px !important;
}

.siparis-menu-page .siparis-urun-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 14px !important;
    background: #c4c4c4;
}

.siparis-menu-page .btn_sepete_ekle {
    min-width: 0;
}

.siparis-menu-page .siparis-kategori-baslik {
    background: #fff;
    padding: 16px 20px 13px;
    border: 1px solid #d5dde7;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.siparis-menu-page .siparis-kategori-baslik h5 {
    margin: 0;
    font-size: clamp(1.35rem, 4.2vw, 2.05rem);
    font-weight: 800;
    color: #08142b;
    text-transform: uppercase;
}

.siparis-menu-page .siparis-kategori-baslik small {
    font-size: clamp(.68rem, 2vw, .88rem);
    letter-spacing: .08em;
    font-weight: 700;
    color: #71829a;
}

.siparis-menu-page .siparis-urun-listesi {
    background: #fff;
    border: 1px solid #d5dde7;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.siparis-menu-page .siparis-urun-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-bottom: 1px solid #d8dfe8;
    background: #fff;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.siparis-menu-page .siparis-urun-listesi .urun-satir:last-child .siparis-urun-item {
    border-bottom: 0;
}

.siparis-menu-page .siparis-urun-thumb {
    width: 96px;
    height: 74px;
    border-radius: 14px;
    background: #f1f4f8;
    border: 1px solid #d7dee8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #9aa7ba;
    font-size: 22px;
    flex: 0 0 96px;
    padding: 0;
    cursor: pointer;
}

.siparis-menu-page .siparis-urun-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siparis-menu-page .siparis-urun-slider {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.siparis-menu-page .siparis-urun-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .35s ease, transform .45s ease;
}

.siparis-menu-page .siparis-urun-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.qrsis-urun-detay-modal .modal-dialog {
    margin: calc(18px + env(safe-area-inset-top)) auto 1rem;
    max-width: min(720px, calc(100% - 1rem));
    height: calc(100vh - 2rem - env(safe-area-inset-top));
    height: calc(100dvh - 2rem - env(safe-area-inset-top));
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

body.qrsis-urun-modal-open .modal-backdrop.qrsis-urun-modal-backdrop {
    z-index: 2980 !important;
    opacity: .58 !important;
}

body.qrsis-urun-modal-kapaniyor .modal-backdrop.qrsis-urun-modal-backdrop {
    opacity: 0 !important;
    transition: none !important;
    display: none !important;
}

body.qrsis-urun-modal-open .qrsis-urun-detay-modal,
body.qrsis-urun-modal-open .qrsis-urun-medya-yukle-modal {
    z-index: 2990 !important;
}

.qrsis-urun-detay-modal.fade,
.qrsis-urun-medya-yukle-modal.fade {
    transition: none !important;
}

.qrsis-urun-detay-modal.show .modal-dialog,
.qrsis-urun-medya-yukle-modal.show .modal-dialog {
    transform: none !important;
    transition: none !important;
}

.qrsis-urun-detay-modal .modal-content {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 1 auto;
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.qrsis-urun-detay-modal .modal-header,
.qrsis-urun-medya-yukle-modal .modal-header {
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-color: rgba(26, 111, 132, .22);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background: linear-gradient(135deg, #1a6f84 0%, #277f95 100%);
}

.qrsis-urun-detay-modal .modal-footer,
.qrsis-urun-medya-yukle-modal .modal-footer {
    flex: 0 0 auto;
    border-color: rgba(26, 111, 132, .16);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background: #eef0f3;
    gap: 10px;
}

.qrsis-urun-detay-modal .modal-footer {
    justify-content: space-between;
}

.qrsis-urun-detay-modal .modal-title,
.qrsis-urun-medya-yukle-modal .modal-title {
    color: #ffffff;
    font-weight: 800;
}

.qrsis-urun-detay-modal .sepet-checkout-close,
.qrsis-urun-medya-yukle-modal .sepet-checkout-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    margin-left: auto;
}

.qrsis-modal-kapat-btn {
    min-height: 42px;
    padding: 8px 18px;
    border-radius: 12px;
    border: 1px solid #dc2626;
    background: #dc2626;
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, .24);
}

.qrsis-modal-kapat-btn:hover,
.qrsis-modal-kapat-btn:focus {
    color: #ffffff;
    background: #b91c1c;
    border-color: #b91c1c;
    box-shadow: 0 6px 14px rgba(220, 38, 38, .28);
}

.qrsis-modal-kapat-btn i {
    font-size: 18px;
    line-height: 1;
}

.qrsis-urun-detay-sepet-bildirim {
    position: absolute;
    left: 50%;
    bottom: 72px;
    z-index: 6;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #16a34a;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(22, 163, 74, .34);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px) scale(.96);
    transition: opacity .18s ease, transform .18s ease;
}

.qrsis-urun-detay-sepet-bildirim.is-visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    animation: qrsisSepetBildirimOnay .42s ease-out;
}

.qrsis-urun-detay-sepet-bildirim i {
    font-size: 16px;
}

.qrsis-urun-detay-sepet-btn {
    min-height: 42px;
    padding: 8px 18px;
    border-radius: 12px;
    border: 1px solid #0f766e;
    background: #0f766e;
    color: #ffffff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(15, 118, 110, .22);
}

.qrsis-urun-detay-sepet-btn:hover,
.qrsis-urun-detay-sepet-btn:focus {
    color: #ffffff;
    background: #0d5f59;
    border-color: #0d5f59;
    box-shadow: 0 6px 14px rgba(15, 118, 110, .28);
}

.qrsis-urun-detay-sepet-btn.is-added {
    background: #16a34a;
    border-color: #16a34a;
    animation: qrsisSepetButonOnay .34s ease-out;
}

.qrsis-urun-detay-sepet-btn:disabled {
    opacity: .55;
    box-shadow: none;
}

.qrsis-urun-detay-sepet-btn i {
    font-size: 16px;
    line-height: 1;
}

#sepetEkrani.is-pulsing {
    animation: qrsisSepetBadgePulse .58s ease-out;
}

@keyframes qrsisSepetButonOnay {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.045);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes qrsisSepetBadgePulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    35% {
        transform: translate(-50%, -50%) scale(1.7);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes qrsisSepetBildirimOnay {
    0% {
        transform: translate(-50%, 12px) scale(.94);
    }
    55% {
        transform: translate(-50%, -2px) scale(1.04);
    }
    100% {
        transform: translate(-50%, 0) scale(1);
    }
}

@keyframes qrsisSepetIkonVurgu {
    0% {
        transform: translateY(0) scale(1);
    }
    35% {
        transform: translateY(-5px) scale(1.16);
    }
    70% {
        transform: translateY(1px) scale(1);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.qrsis-urun-detay-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.qrsis-urun-detay-yukleniyor {
    padding: 28px 12px;
    text-align: center;
    color: #64748b;
    font-weight: 600;
}

.qrsis-urun-detay-medya {
    position: relative;
}

.qrsis-urun-detay-slider {
    position: relative;
}

.qrsis-urun-detay-slider-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 12px;
    background: #eef2f7;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.qrsis-urun-detay-slider-viewport::-webkit-scrollbar {
    display: none;
}

.qrsis-urun-detay-slider-track {
    display: flex;
    min-width: 100%;
}

.qrsis-urun-detay-slayt {
    position: relative;
    flex: 0 0 100%;
    aspect-ratio: 16 / 9;
    min-height: 250px;
    max-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    background: #eef2f7;
}

.qrsis-urun-detay-slayt img,
.qrsis-urun-detay-slayt video,
.qrsis-urun-detay-slayt iframe,
.qrsis-urun-detay-youtube {
    width: 100%;
    height: 100%;
    border: 0;
    background: #eef2f7;
    object-fit: cover;
}

.qrsis-urun-detay-youtube {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #0f766e, #2563eb);
}

.qrsis-urun-detay-youtube-metin {
    position: relative;
    z-index: 2;
    margin-top: 78px;
    font-weight: 700;
}

.qrsis-urun-detay-video-isaret {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(15, 23, 42, .72);
    transform: translate(-50%, -50%);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .28);
    pointer-events: none;
}

.qrsis-urun-detay-video-isaret::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
}

.qrsis-urun-detay-slider-btn {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
    transform: translateY(-50%);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.qrsis-urun-detay-slider-btn--onceki {
    left: 10px;
}

.qrsis-urun-detay-slider-btn--sonraki {
    right: 10px;
}

.qrsis-urun-detay-slider-noktalar {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
}

.qrsis-urun-detay-slider-nokta {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd5e1;
}

.qrsis-urun-detay-slider-nokta.is-active {
    width: 22px;
    border-radius: 999px;
    background: #0f766e;
}

.qrsis-urun-detay-medya-bos {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    color: #64748b;
    background: #f1f5f9;
    font-weight: 600;
}

.qrsis-urun-detay-bilgi {
    margin-top: 16px;
}

.qrsis-urun-detay-bilgi-ust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.qrsis-urun-detay-fiyat {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #e8f7f4;
    color: #0f766e;
    font-weight: 800;
}

.qrsis-urun-medya-yukle-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

.qrsis-urun-detay-aciklama {
    margin: 14px 0 0;
    color: #334155;
    font-size: .96rem;
    line-height: 1.55;
    white-space: pre-line;
}

.qrsis-urun-medya-yukle-modal .modal-dialog {
    margin-top: 1rem;
}

.qrsis-urun-medya-yukle-modal .modal-content,
.qrsis-urun-medya-yukle-modal form {
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.qrsis-urun-medya-yukle-modal .modal-content {
    border: 0;
    border-radius: 14px;
    background: #ffffff;
}

.qrsis-urun-medya-yukle-modal .modal-body {
    min-height: 0;
    overflow-y: auto;
}

.qrsis-medya-yukle-secim {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.qrsis-medya-yukle-onizleme {
    margin-top: 14px;
    padding: 10px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #f8fbff;
    color: #475569;
    font-size: .85rem;
    font-weight: 600;
}

.qrsis-medya-kamera-panel {
    margin-top: 14px;
    padding: 10px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #f8fbff;
}

.qrsis-medya-kamera-video {
    width: 100%;
    max-height: 320px;
    display: block;
    border-radius: 10px;
    object-fit: contain;
    background: #0f172a;
}

.qrsis-medya-yukle-onizleme img,
.qrsis-medya-yukle-onizleme video {
    width: 100%;
    max-height: 260px;
    display: block;
    margin-bottom: 8px;
    border-radius: 10px;
    object-fit: contain;
    background: #eef2f7;
}

@media (max-width: 575.98px) {
    .qrsis-urun-detay-modal .modal-dialog {
        margin: calc(10px + env(safe-area-inset-top)) auto .35rem;
        max-width: calc(100% - .7rem);
        height: calc(100vh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        align-items: flex-start;
    }

    .qrsis-urun-detay-modal .modal-content {
        max-height: calc(100vh - .7rem);
        max-height: calc(100dvh - .7rem);
    }

    .qrsis-urun-detay-modal .modal-header {
        padding: 10px 14px;
    }

    .qrsis-urun-detay-modal .modal-footer {
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    }

    .qrsis-urun-detay-modal .modal-body {
        padding: 14px;
    }

    .qrsis-urun-detay-modal .modal-title {
        font-size: 1.12rem;
        line-height: 1.2;
    }

    .qrsis-urun-detay-modal .sepet-checkout-close {
        width: 38px;
        height: 38px;
    }

    .qrsis-urun-detay-slayt {
        aspect-ratio: 16 / 10;
        min-height: 180px;
        max-height: 34vh;
        max-height: 34dvh;
    }

    .qrsis-urun-detay-slider-btn {
        width: 34px;
        height: 34px;
    }

    .qrsis-urun-detay-bilgi-ust {
        align-items: flex-start;
    }

    .qrsis-urun-detay-bilgi {
        margin-top: 12px;
    }

    .qrsis-urun-detay-aciklama {
        margin-top: 10px;
        font-size: .92rem;
        line-height: 1.45;
    }

    .qrsis-medya-yukle-secim {
        grid-template-columns: 1fr;
    }
}

.siparis-menu-page .siparis-urun-meta {
    min-width: 0;
    flex: 1 1 auto;
}

.siparis-menu-page .siparis-urun-meta .liste_urun_adi {
    margin: 0 0 5px;
    font-size: clamp(.98rem, 3vw, 1.14rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.18;
    display: block;
}

.siparis-menu-page .siparis-urun-adi-yazi {
    display: inline;
    word-break: break-word;
}

.siparis-menu-page .siparis-opsiyon-ikon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #2492e6;
    font-size: .95rem;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-1px);
}

.siparis-menu-page .siparis-opsiyon-ikon i {
    color: inherit;
    font-size: inherit;
    line-height: 1;
}

@media (max-width: 576px) {
    .siparis-menu-page .siparis-opsiyon-ikon {
        margin-left: 6px;
        font-size: .9rem;
    }
}

.siparis-menu-page .siparis-urun-meta .liste_urun_aciklama {
    margin: 0;
    font-size: clamp(.86rem, 2.45vw, .98rem);
    color: #64748b;
    font-weight: 500;
    line-height: 1.38;
    min-height: 1.2rem;
    word-break: break-word;
}

.siparis-menu-page .siparis-urun-action {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    margin-left: auto;
}

.siparis-menu-page .siparis-fiyat-badge {
    margin: 0;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #a8d9b8;
    background: #ecf9f0;
    font-size: clamp(1.02rem, 2.9vw, 1.24rem);
    font-weight: 800;
    color: #0a4e25;
    white-space: nowrap;
}

.siparis-menu-page .siparis-add-btn {
    width: 54px;
    height: 54px;
    border: 1px solid #16a34a;
    border-radius: 10px;
    background: #16a34a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    padding: 0;
}

.siparis-menu-page .siparis-add-btn:hover,
.siparis-menu-page .siparis-add-btn:focus {
    background: #15803d;
    border-color: #15803d;
    color: #fff;
    outline: none;
}

.siparis-empty-state {
    border-radius: 16px;
    margin-bottom: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .siparis-menu-page .siparis-kategori-chip {
        min-width: calc((100% - 40px) / 6);
        max-width: calc((100% - 40px) / 6);
        min-height: 92px;
    }

    .siparis-menu-page .siparis-kategori-chip-thumb {
        height: 58px;
    }

    .siparis-menu-page .siparis-kategori-baslik {
        padding: 14px 16px 12px;
    }

    .siparis-menu-page .siparis-ana-kategori-hero {
        padding: 8px 12px 0;
    }

    .siparis-menu-page .siparis-ana-kategori-anim-wrap {
        min-height: 144px;
    }

    .siparis-menu-page .siparis-ana-kategori-anim {
        height: 132px;
    }

    .siparis-menu-page .siparis-urun-item {
        padding: 14px 16px;
        align-items: flex-start;
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }
}

@media (max-width: 576px) {
    .siparis-menu-page .siparis-kategori-chip {
        min-width: calc((100% - 40px) / 6);
        max-width: calc((100% - 40px) / 6);
        min-height: 86px;
    }

    .siparis-menu-page .siparis-kategori-chip-thumb {
        height: 50px;
    }

    .siparis-menu-page .siparis-kategori-chip-label {
        min-height: 28px;
        font-size: 9px;
        line-height: .92rem;
        padding: 4px 3px 5px;
    }

    .siparis-menu-page .siparis-ana-kategori-hero {
        padding: 8px 10px 0;
    }

    .siparis-menu-page .siparis-ana-kategori-anim-wrap {
        min-height: 128px;
        border-radius: 12px;
    }

    .siparis-menu-page .siparis-ana-kategori-anim {
        height: 116px;
    }

    .siparis-menu-page .siparis-urun-item {
        gap: 12px;
        padding: 12px;
        margin: 0 2px 14px;
    }

    .siparis-menu-page .siparis-urun-thumb {
        width: 118px;
        height: 92px;
        flex-basis: 118px;
        border-radius: 14px;
        font-size: 18px;
    }

    .siparis-menu-page .siparis-urun-thumb-img,
    .siparis-menu-page .siparis-urun-thumb-placeholder {
        border-radius: 14px !important;
    }

    .siparis-menu-page .siparis-urun-meta .liste_urun_adi {
        font-size: .98rem;
        font-weight: 700;
    }

    .siparis-menu-page .siparis-urun-meta .liste_urun_aciklama {
        display: -webkit-box;
        overflow: hidden;
        font-size: .88rem;
        font-weight: 500;
        line-height: 1.34;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .siparis-menu-page .siparis-add-btn {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 18px;
    }

    .siparis-menu-page .siparis-urun-action {
        gap: 8px;
    }

    .siparis-menu-page .siparis-fiyat-badge {
        padding: 6px 9px;
        font-size: .93rem;
    }
}

#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;
    z-index: 3000;
    overflow-y: auto;
    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;
}

.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;
    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 {
    right: 14px;
    margin: 10px 0 0 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: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #64748b;
    font-size: .78rem;
}

.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 {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 2px 10px;
}

.sepet-option-btn:hover {
    background: #f8fafc;
}

.urun_opsiyon {
    margin: 0;
    font-size: .78rem;
    font-weight: 500;
    color: #64748b;
}

.opsiyon-form-alan {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.opsiyon-form-soru {
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    padding: 10px 12px;
    background: #f8fafc;
}

.opsiyon-form-soru-baslik {
    margin: 0 0 8px;
    font-size: .88rem;
    font-weight: 700;
    color: #0f172a;
}

.opsiyon-form-zorunlu {
    color: #dc2626;
    font-weight: 700;
}

.opsiyon-form-cevap-listesi {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.opsiyon-form-cevap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: .82rem;
    color: #334155;
    cursor: pointer;
}

.opsiyon-form-cevap input[type="radio"],
.opsiyon-form-cevap input[type="checkbox"] {
    margin: 0;
}

.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 .modal-content {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

#qrsisKonumBilgiModal .modal-header {
    padding: 12px 14px;
}

#qrsisKonumBilgiModal .modal-title {
    font-size: 1.25rem;
    font-weight: 700;
}

#qrsisKonumBilgiModal .modal-body {
    padding: 12px 14px 10px;
}

#qrsisKonumBilgiModal .modal-footer {
    padding: 10px 14px 12px;
    justify-content: flex-end;
    gap: 8px;
}

.qrsis-konum-modal .sepet-checkout-close {
    width: 40px;
    height: 40px;
}

#qrsisKonumBilgiInput {
    min-height: 48px;
    font-size: 16px;
}

.qrsis-waiter-page {
    padding: 16px 8px 24px;
    min-height: calc(100vh - 80px);
}

.qrsis-waiter-page.container {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.qrsis-waiter-section {
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid #d7e4ea;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 44, 58, .06);
    overflow: hidden;
}

.qrsis-waiter-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid #dde9ef;
    background: linear-gradient(180deg, #edf8fa 0%, #e3f0f4 100%);
}

.qrsis-waiter-head-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d2eaf0;
    border: 1px solid #badce4;
    color: #1b6875;
    font-size: 1.25rem;
}

.qrsis-waiter-head-text h1 {
    margin: 0;
    font-size: 1.34rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.qrsis-waiter-head-text p {
    margin: 5px 0 0;
    font-size: .92rem;
    color: #526575;
}

.qrsis-waiter-grid {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.qrsis-waiter-card {
    min-height: 92px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    border: 1px solid #d8e7ef;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
    box-shadow: 0 4px 10px rgba(15, 23, 42, .05);
    color: #0f172a;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.qrsis-waiter-card:hover,
.qrsis-waiter-card:focus {
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-1px);
    border-color: #b7d6e3;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.qrsis-waiter-card-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.06rem;
    color: #1f6170;
    background: #dff1f7;
    border: 1px solid #c8e2ec;
}

.qrsis-waiter-card:nth-child(4n+2) .qrsis-waiter-card-icon {
    background: #e7f4ee;
    border-color: #d0e7dd;
    color: #285f48;
}

.qrsis-waiter-card:nth-child(4n+3) .qrsis-waiter-card-icon {
    background: #eef0fb;
    border-color: #dce2f4;
    color: #334571;
}

.qrsis-waiter-card:nth-child(4n+4) .qrsis-waiter-card-icon {
    background: #f7f1e9;
    border-color: #eadfce;
    color: #6a4d2c;
}

.qrsis-waiter-card-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
}

.qrsis-waiter-card-arrow {
    margin-left: auto;
    color: #6a7d8f;
    font-size: .92rem;
}

.qrsis-waiter-denied {
    max-width: 640px;
    margin: 0 auto;
    padding: 24px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    color: #475569;
    text-align: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.qrsis-waiter-denied i {
    font-size: 2rem;
    color: #e11d48;
}

.qrsis-waiter-denied p {
    margin: 10px 0 0;
    font-size: 1rem;
    font-weight: 600;
}

.qrsis-profile-page {
    padding: 12px 6px 22px;
    min-height: calc(100vh - 80px);
}

.qrsis-profile-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.qrsis-profile-card {
    border-radius: 14px;
    border: 1px solid #d7e4ea;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 44, 58, .08);
    overflow: hidden;
}

.qrsis-profile-head {
    margin: 16px 16px 0;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d2e8ed;
    border-radius: 14px;
    background: linear-gradient(180deg, #eefbfc 0%, #dff3f6 100%);
    color: #1f4f5a;
}

.qrsis-profile-avatar-wrap {
    position: relative;
    flex: 0 0 auto;
}

.qrsis-profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d8f4f7;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 16px rgba(0, 159, 171, .16);
    color: #1e5864;
    font-size: 1.22rem;
    font-weight: 700;
    overflow: hidden;
}

.qrsis-profile-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qrsis-profile-avatar-badge {
    position: absolute;
    right: -2px;
    bottom: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #009fab;
    color: #ffffff;
    font-size: .78rem;
    box-shadow: 0 4px 10px rgba(0, 159, 171, .24);
}

.qrsis-profile-head-content {
    min-width: 0;
    flex: 1 1 auto;
}

.qrsis-profile-title {
    margin: 0;
    font-size: 1.24rem;
    font-weight: 800;
    line-height: 1.2;
}

.qrsis-profile-subtitle {
    margin: 4px 0 0;
    font-size: .94rem;
    line-height: 1.3;
    opacity: .9;
    word-break: break-word;
}

.qrsis-profile-head-meta {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.qrsis-profile-head-meta span {
    max-width: 100%;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid rgba(0, 159, 171, .2);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, .7);
    color: #2d6170;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.qrsis-profile-head-meta i {
    flex: 0 0 auto;
}

.qrsis-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 16px 0;
}

.qrsis-profile-info-card {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #dae6ed;
    border-radius: 12px;
    background: #f9fcfd;
}

.qrsis-profile-info-label {
    margin: 0;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    color: #688095;
    text-transform: uppercase;
}

.qrsis-profile-info-value {
    margin: 6px 0 0;
    font-size: 1.04rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
    word-break: break-word;
}

.qrsis-profile-preferences {
    margin: 16px;
    padding: 14px;
    border: 1px solid #d8e6ee;
    border-radius: 12px;
    background: #f8fcfd;
}

.qrsis-profile-preferences-head h2 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.qrsis-profile-preferences-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.qrsis-profile-preferences-field {
    margin: 0;
    display: grid;
    gap: 6px;
    color: #34465a;
    font-size: .9rem;
    font-weight: 700;
}

.qrsis-profile-preferences-field .form-control {
    min-height: 44px;
    border-color: #cbdde8;
    border-radius: 10px;
    font-size: .98rem;
}

.qrsis-profile-preferences-check {
    grid-column: 1 / -1;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #25364a;
}

.qrsis-profile-permission-label {
    margin: 0;
    display: inline-flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
}

.qrsis-profile-preferences-check .qrsis-profile-permission-remove-btn {
    margin-left: auto;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #e52d42;
    border-radius: 9px;
    background: #e52d42;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.qrsis-profile-preferences-check .qrsis-profile-permission-remove-btn:hover,
.qrsis-profile-preferences-check .qrsis-profile-permission-remove-btn:focus {
    color: #ffffff;
    background: #c91f34;
}

.qrsis-profile-preferences-check input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #009fab;
    flex: 0 0 auto;
}

.qrsis-profile-preferences-check strong,
.qrsis-profile-preferences-check small {
    display: block;
}

.qrsis-profile-preferences-check small {
    margin-top: 2px;
    color: #66788c;
    font-size: .82rem;
    line-height: 1.35;
}

.qrsis-profile-preferences-btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #009fab;
    border-radius: 10px;
    background: #009fab;
    color: #ffffff;
    font-weight: 800;
    white-space: nowrap;
}

.qrsis-profile-preferences-btn:hover,
.qrsis-profile-preferences-btn:focus {
    color: #ffffff;
    background: #008b96;
}

.qrsis-profile-permission-warning {
    margin: 0;
    color: #25364a;
    font-size: .96rem;
    line-height: 1.55;
}

.qrsis-profile-modal-cancel,
.qrsis-profile-modal-danger {
    min-height: 42px;
    border-radius: 10px;
    padding: 0 18px;
    font-weight: 800;
}

.qrsis-profile-modal-cancel {
    border: 1px solid #d8e6ee;
    background: #f4f8fb;
    color: #34465a;
}

.qrsis-profile-modal-danger {
    border: 1px solid #e52d42;
    background: #e52d42;
    color: #ffffff;
}

.qrsis-profile-modal-danger:hover,
.qrsis-profile-modal-danger:focus {
    color: #ffffff;
    background: #c91f34;
}

.qrsis-profile-actions {
    margin: 0 16px 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-top: 0;
    background: transparent;
}

.qrsis-profile-btn {
    min-height: 58px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 10px 12px;
    gap: 10px;
    font-size: .92rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    transition: filter .15s ease, transform .15s ease;
}

.qrsis-profile-btn-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .7);
    color: currentColor;
    flex: 0 0 auto;
    font-size: 1.02rem;
}

.qrsis-profile-btn span:last-child {
    min-width: 0;
    text-align: left;
    line-height: 1.2;
}

.qrsis-profile-btn:hover,
.qrsis-profile-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
    filter: brightness(.96);
}

.qrsis-profile-btn-secondary {
    background: #eefbfc;
    border-color: #c9e8ed;
    color: #0f6b75;
}

.qrsis-profile-btn-secondary:hover,
.qrsis-profile-btn-secondary:focus {
    color: #0d5961;
}

.qrsis-profile-history-toggle.is-active {
    background: #0b4f75;
}

.qrsis-profile-btn-primary {
    background: #e7f2f6;
    border-color: #cbdfe8;
    color: #204d62;
}

.qrsis-profile-btn-primary:hover,
.qrsis-profile-btn-primary:focus {
    color: #193f52;
}

.qrsis-profile-btn-success {
    background: #d8ece1;
    border-color: #bcdcc9;
    color: #2f5e47;
}

.qrsis-profile-btn-success:hover,
.qrsis-profile-btn-success:focus {
    color: #284f3d;
}

.qrsis-profile-btn-danger {
    background: #fff1f3;
    border-color: #ffd0d8;
    color: #c62038;
}

.qrsis-profile-btn-danger:hover,
.qrsis-profile-btn-danger:focus {
    color: #a8172d;
}

.qrsis-profile-modal .modal-content {
    border-radius: 14px;
    border: 1px solid #d6e3eb;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 28px) !important;
    overflow: hidden;
}

.qrsis-profile-modal .modal-dialog {
    margin: 14px auto !important;
    height: auto !important;
    max-height: calc(100vh - 28px) !important;
    max-width: min(620px, calc(100% - 20px)) !important;
    transform: none !important;
    transition: none !important;
}

#gecmisSiparislerModal .modal-dialog {
    max-width: min(920px, calc(100% - 20px)) !important;
}

.qrsis-room-members-subtitle {
    margin: 4px 0 0;
    font-size: .82rem;
    font-weight: 500;
    color: #61758b;
}

.qrsis-room-members-empty {
    padding: 16px;
    border: 1px dashed #bcd2dd;
    border-radius: 10px;
    background: #f6fbfd;
    color: #496174;
    font-weight: 700;
    text-align: center;
}

.qrsis-room-members-list {
    display: grid;
    gap: 10px;
}

.qrsis-room-member-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #d7e5ed;
    border-left: 5px solid #8ba1b7;
    border-radius: 12px;
    background: #ffffff;
}

.qrsis-room-member-card--bay {
    border-left-color: #2d6cdf;
}

.qrsis-room-member-card--bayan {
    border-left-color: #d83b86;
}

.qrsis-room-member-card--cocuk {
    border-left-color: #24a860;
}

.qrsis-room-member-card.is-current {
    background: #f2fbfd;
}

.qrsis-room-member-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5f8;
    color: #244861;
    font-size: 1.22rem;
}

.qrsis-room-member-card--bay .qrsis-room-member-icon {
    background: #eaf1ff;
    color: #2d6cdf;
}

.qrsis-room-member-card--bayan .qrsis-room-member-icon {
    background: #fdeaf4;
    color: #c92775;
}

.qrsis-room-member-card--cocuk .qrsis-room-member-icon {
    background: #e8f8ef;
    color: #1f9654;
}

.qrsis-room-member-main {
    min-width: 0;
}

.qrsis-room-member-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.qrsis-room-member-head strong {
    color: #071d37;
    font-size: .98rem;
    line-height: 1.25;
}

.qrsis-room-member-current {
    padding: 3px 8px;
    border-radius: 999px;
    background: #dff6ee;
    color: #08754b;
    font-size: .72rem;
    font-weight: 800;
}

.qrsis-room-member-meta {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.qrsis-room-member-meta span {
    padding: 3px 7px;
    border-radius: 999px;
    background: #edf4f7;
    color: #51677c;
    font-size: .75rem;
    font-weight: 700;
}

.qrsis-room-member-select {
    min-height: 36px;
    border-radius: 10px;
    border: 1px solid #c9d8e2;
    background: #f2f6f9;
    color: #64788c;
    font-weight: 800;
    opacity: .75;
}

.qrsis-profile-favorites {
    display: grid;
    gap: 12px;
}

.qrsis-favorite-list {
    display: grid;
    gap: 10px;
}

.qrsis-favorite-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 40px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #d7e5ed;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.qrsis-favorite-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.qrsis-favorite-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #fff1f2;
    color: #e11d48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
}

.qrsis-favorite-main h6 {
    margin: 0;
    color: #071d37;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.25;
}

.qrsis-favorite-main p {
    margin: 4px 0 0;
    color: #61758b;
    font-size: .8rem;
    font-weight: 700;
}

.qrsis-favorite-stats {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.qrsis-favorite-stats span {
    padding: 4px 8px;
    border-radius: 999px;
    background: #edf7f8;
    color: #36566b;
    font-size: .74rem;
    font-weight: 750;
}

.qrsis-favorite-remove {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(225, 29, 72, .22);
    background: #fff1f2;
    color: #e11d48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qrsis-favorite-remove:disabled {
    opacity: .65;
}

@media (max-width: 640px) {
    .qrsis-favorite-card {
        grid-template-columns: minmax(0, 1fr) 40px;
        align-items: start;
    }

    .qrsis-favorite-stats {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

.qrsis-profile-modal .modal-header {
    border-bottom: 1px solid #dce8ef;
    background: #f4fbfd;
    padding: 12px 14px;
}

.qrsis-profile-modal .qrsis-modal-close {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #dc2626;
    background: #dc2626;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(220, 38, 38, .28);
}

.qrsis-profile-modal .qrsis-modal-close:hover,
.qrsis-profile-modal .qrsis-modal-close:focus {
    color: #ffffff;
    background: #b91c1c;
    border-color: #b91c1c;
}

.qrsis-profile-modal .qrsis-modal-close i {
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
}

.qrsis-profile-modal .modal-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.qrsis-profile-modal .modal-body {
    padding: 12px 14px 14px;
    overflow: auto !important;
}

.qrsis-profile-password {
    margin: 4px 16px 16px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fbff;
}

.qrsis-profile-password--modal {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.qrsis-profile-password-head h2 {
    margin: 0;
    font-size: 1.04rem;
    font-weight: 700;
    color: #0f172a;
}

.qrsis-profile-password-head p {
    margin: 4px 0 0;
    font-size: .82rem;
    color: #5f7388;
}

.qrsis-profile-password-form {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
}

.qrsis-profile-password-form--modal {
    grid-template-columns: 1fr;
    gap: 10px;
}

.qrsis-profile-password-field {
    min-width: 0;
}

.qrsis-profile-password-field label {
    margin: 0 0 5px;
    font-size: .82rem;
    font-weight: 600;
    color: #334155;
    display: block;
}

.qrsis-profile-password-field .form-control {
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    box-shadow: none;
}

.qrsis-profile-password-field .form-control:focus {
    border-color: #0e9aa8;
    box-shadow: 0 0 0 3px rgba(14, 154, 168, .12);
}

.qrsis-profile-password-btn {
    min-height: 42px;
    border-radius: 10px;
    border: 0;
    background: #0e9aa8;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
}

.qrsis-profile-password-btn:hover,
.qrsis-profile-password-btn:focus {
    color: #fff;
    background: #0b8592;
}

.qrsis-order-history {
    margin: 4px 16px 16px;
    padding-top: 6px;
    border-top: 1px solid #e2e8f0;
    animation: qrsisOrderFade .18s ease;
}

.qrsis-order-modal-body {
    background: #f8fafc;
}

.qrsis-order-history--modal {
    margin: 0;
    padding-top: 0;
    border-top: 0;
}

.qrsis-order-history.is-collapsed {
    animation: none;
}

.qrsis-order-history-head h2 {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.qrsis-order-empty {
    padding: 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    color: #64748b;
    font-size: .9rem;
    text-align: center;
}

.qrsis-order-list {
    display: grid;
    gap: 10px;
}

.qrsis-order-filter {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.qrsis-order-filter label {
    margin: 0;
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
}

.qrsis-order-filter-select {
    min-height: 42px;
    border-color: #d7e3ea;
    border-radius: 10px;
    color: #0f172a;
    font-size: .9rem;
    font-weight: 600;
}

.qrsis-order-more-wrap {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.qrsis-order-more-btn {
    min-height: 40px;
    border-radius: 999px;
    border: 1px solid #a9d7dd;
    background: #eef8fa;
    color: #0f6675;
    font-size: .86rem;
    font-weight: 700;
    padding: 8px 16px;
}

.qrsis-order-more-btn:hover,
.qrsis-order-more-btn:focus {
    color: #0b4d58;
    background: #dff2f5;
    border-color: #8ec8d1;
}

.qrsis-order-card {
    border: 1px solid #dbe4ec;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
}

.qrsis-order-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.qrsis-order-id {
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    color: #0f172a;
}

.qrsis-order-date {
    margin: 2px 0 0;
    font-size: .76rem;
    color: #64748b;
}

.qrsis-order-relative {
    margin: 4px 0 0;
    font-size: .72rem;
    color: #0b7285;
    font-weight: 700;
}

.qrsis-order-location {
    background: #e8f7fa;
    border: 1px solid #c4e8ee;
    color: #0f5f6d;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
}

.qrsis-order-items {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.qrsis-order-items li {
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #edf2f7;
}

.qrsis-order-items li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.qrsis-order-item-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.qrsis-order-item-name {
    color: #1e293b;
    font-size: .9rem;
    font-weight: 600;
    padding-right: 0;
    display: inline-block;
    flex: 1 1 auto;
    min-width: 0;
}

.qrsis-order-item-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.qrsis-order-item-qty {
    color: #475569;
    font-size: .85rem;
    font-weight: 700;
}

.qrsis-order-item-unit {
    color: #334155;
    font-size: .84rem;
    font-weight: 700;
    white-space: nowrap;
}

.qrsis-order-item-option {
    margin: 4px 0 0;
    font-size: .76rem;
    color: #64748b;
    line-height: 1.3;
}

.qrsis-order-card-foot {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.qrsis-order-total {
    margin: 0;
    color: #0f172a;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    text-align: right;
    margin-left: auto;
}

.qrsis-order-total-label {
    font-size: .73rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.qrsis-order-total-value {
    font-size: .98rem;
    font-weight: 800;
    color: #0f172a;
}

.qrsis-order-repeat-btn {
    min-height: 36px;
    border-radius: 999px;
    border: 1px solid #0e9aa8;
    background: #e8fbfd;
    gap: 6px;
    font-size: .84rem;
    font-weight: 700;
    padding: 8px 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b6570;
}

.qrsis-order-repeat-btn:hover,
.qrsis-order-repeat-btn:focus {
    color: #084a52;
    text-decoration: none;
    background: #d5f5f8;
    border-color: #0b8592;
}

.qrsis-order-repeat-btn i {
    font-size: .88rem;
    color: #0e9aa8;
}

.qrsis-order-repeat-btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

@keyframes qrsisOrderFade {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.qrsis-login-page {
    --qrsis-login-primary: #0e9aa8;
    --qrsis-login-primary-dark: #0d8794;
    --qrsis-login-bg: #f4f7fa;
    padding: 16px 8px 24px;
    background: var(--qrsis-login-bg);
}

.qrsis-login-page--modal {
    min-height: auto;
    padding: 0;
    background: transparent;
}

.qrsis-login-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.qrsis-login-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe4ec;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.qrsis-login-hero {
    padding: 24px 20px 20px;
    color: #0f172a;
    background: #fff;
    border-bottom: 1px solid #e6edf4;
    text-align: center;
}

.qrsis-login-hero-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0e9aa8;
    background: #e6f6f8;
    border: 1px solid #bfe7ec;
}

.qrsis-login-title {
    margin: 0 0 6px;
    font-size: clamp(1.2rem, 3.6vw, 1.5rem);
    font-weight: 700;
    color: #0f172a;
}

.qrsis-login-subtitle {
    margin: 0;
    font-size: .95rem;
    color: #475569;
    line-height: 1.4;
}

.qrsis-login-form-wrap {
    padding: 20px 20px 26px;
}

.qrsis-login-alert {
    margin-bottom: 14px;
    border-radius: 10px;
    font-size: .92rem;
    padding: 10px 12px;
}

.qrsis-login-alert--error {
    background: #fde8ec;
    border: 1px solid #f6bcc7;
    color: #991b1b;
}

.qrsis-login-alert--hint {
    background: #eefbfc;
    border: 1px solid #b8e1e5;
    color: #255d64;
}

.qrsis-login-field + .qrsis-login-field {
    margin-top: 16px;
}

.qrsis-login-label {
    display: block;
    margin: 0 0 6px;
    color: #334155;
    font-size: .92rem;
    font-weight: 600;
}

.qrsis-login-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    border: 1px solid #c9d8e5;
    border-radius: 11px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.qrsis-login-input-icon {
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: .95rem;
    flex: 0 0 42px;
}

.qrsis-login-input {
    border: 0;
    border-radius: 0 11px 11px 0;
    min-height: 48px;
    padding-left: 0;
    padding-right: 12px;
    color: #0f172a;
    box-shadow: none;
    font-size: 1rem;
    background: transparent;
}

.qrsis-login-input-wrap--password .qrsis-login-input {
    padding-right: 54px;
}

.qrsis-login-password-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.qrsis-login-password-toggle:hover,
.qrsis-login-password-toggle:focus {
    background: rgba(14, 154, 168, .1);
    color: var(--qrsis-login-primary);
    outline: none;
}

.qrsis-login-input:focus {
    border: 0;
    box-shadow: none;
}

.qrsis-login-input-wrap:focus-within {
    border-color: var(--qrsis-login-primary);
    box-shadow: 0 0 0 3px rgba(14, 154, 168, .14);
}

.qrsis-login-input[readonly] {
    background: #f7fafc;
    color: #475569;
}

.qrsis-login-auto-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #b8e1e5;
    background: #eefbfc;
    color: #255d64;
    border-radius: 14px;
    padding: 14px 16px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 22px;
}

.qrsis-login-auto-note i {
    color: var(--qrsis-login-primary);
    margin-top: 3px;
}

.qrsis-login-meta {
    margin-top: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.qrsis-login-remember {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e293b;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
}

.qrsis-login-check {
    margin: 0;
    width: 16px;
    height: 16px;
    accent-color: var(--qrsis-login-primary);
    flex: 0 0 16px;
}

.qrsis-login-remember span {
    line-height: 1.2;
}

.qrsis-login-other-user {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f766e;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

.qrsis-login-other-user:hover {
    color: #0b5f59;
    text-decoration: none;
}

.qrsis-login-forgot {
    border: 0;
    padding: 0;
    background: transparent;
    color: #2563eb;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.qrsis-login-forgot:hover,
.qrsis-login-forgot:focus {
    color: #1d4ed8;
    text-decoration: none;
    outline: none;
}

.qrsis-login-hint-modal {
    position: fixed;
    inset: 0;
    z-index: 2060;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: calc(92px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
    overflow-y: auto;
}

.qrsis-login-hint-modal.is-open {
    display: flex;
}

.qrsis-login-hint-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .42);
    backdrop-filter: blur(2px);
}

.qrsis-login-hint-dialog {
    position: relative;
    width: min(100%, 430px);
    max-height: calc(100vh - 116px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 38px;
    gap: 12px;
    align-items: center;
    border: 1px solid #b8e1e5;
    border-radius: 16px;
    padding: 18px 16px;
    color: #164e56;
    background: #f0fcfd;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
    overflow-y: auto;
}

.qrsis-login-hint-modal--error .qrsis-login-hint-dialog {
    border-color: #f6bcc7;
    color: #991b1b;
    background: #fff1f3;
}

.qrsis-login-hint-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0e9aa8;
    font-size: 1.25rem;
}

.qrsis-login-hint-modal--error .qrsis-login-hint-icon {
    background: #e11d48;
}

.qrsis-login-hint-content {
    min-width: 0;
}

.qrsis-login-hint-content h3 {
    margin: 0 0 4px;
    color: inherit;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.2;
}

.qrsis-login-hint-content p {
    margin: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.qrsis-login-hint-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    background: rgba(15, 23, 42, .08);
    cursor: pointer;
}

.qrsis-login-hint-close:hover,
.qrsis-login-hint-close:focus {
    background: rgba(15, 23, 42, .14);
    outline: none;
}

.qrsis-siparis-onay-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: calc(92px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
    overflow-y: auto;
}

.qrsis-siparis-onay-modal.is-open {
    display: flex;
}

.qrsis-siparis-onay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .44);
    backdrop-filter: blur(2px);
}

.qrsis-siparis-onay-dialog {
    position: relative;
    width: min(100%, 430px);
    max-height: calc(100vh - 116px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid rgba(14, 154, 168, .24);
    border-radius: 14px;
    padding: 16px;
    color: #071934;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 25, 52, .22);
    overflow-y: auto;
}

.qrsis-siparis-onay-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #0e9aa8;
    background: #eefbfc;
    font-size: 1.25rem;
}

.qrsis-siparis-onay-content {
    min-width: 0;
}

.qrsis-siparis-onay-content h3 {
    margin: 0 0 6px;
    color: #071934;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.2;
}

.qrsis-siparis-onay-content p {
    margin: 0;
    color: #40577d;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.qrsis-siparis-onay-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
}

.qrsis-auth-login-confirm-actions {
    align-items: center;
}

.qrsis-auth-login-confirm-btn {
    position: static !important;
    min-width: 92px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 11px;
    padding: 10px 14px;
    margin: 0;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    appearance: none;
    cursor: pointer;
}

.qrsis-auth-login-confirm-btn--secondary {
    color: #40577d;
    background: #f3f7fb;
}

.qrsis-auth-login-confirm-btn--primary {
    color: #fff;
    background: #d92f5a;
    box-shadow: 0 8px 20px rgba(217, 47, 90, .22);
}

.qrsis-auth-login-confirm-btn:hover,
.qrsis-auth-login-confirm-btn:focus {
    outline: none;
    transform: translateY(-1px);
}

.qrsis-auth-login-confirm-btn--secondary:hover,
.qrsis-auth-login-confirm-btn--secondary:focus {
    color: #071934;
    background: #e8eef6;
}

.qrsis-auth-login-confirm-btn--primary:hover,
.qrsis-auth-login-confirm-btn--primary:focus {
    color: #fff;
    background: #c7244e;
    box-shadow: 0 10px 24px rgba(217, 47, 90, .28);
}

.qrsis-siparis-basari-dialog {
    width: min(100%, 440px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px 22px 20px;
    text-align: center;
    overflow: hidden;
}

.qrsis-siparis-basari-kapat {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f2745;
    background: rgba(15, 39, 69, .07);
    cursor: pointer;
}

.qrsis-siparis-basari-kapat:hover,
.qrsis-siparis-basari-kapat:focus {
    color: #fff;
    background: #e5232a;
    outline: none;
}

.qrsis-siparis-basari-visual {
    position: relative;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrsis-siparis-basari-visual::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(14, 154, 168, .18), rgba(36, 178, 88, .18));
}

.qrsis-siparis-basari-halka {
    position: relative;
    width: 76px;
    height: 76px;
    border: 7px solid #d9f8ee;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #0e9aa8, #27ae60);
    box-shadow: 0 16px 34px rgba(14, 154, 168, .25);
    font-size: 1.75rem;
    z-index: 1;
}

.qrsis-siparis-basari-cizgi {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #24b258;
    box-shadow: 0 0 0 7px rgba(36, 178, 88, .13);
}

.qrsis-siparis-basari-cizgi-1 {
    top: 15px;
    left: 18px;
}

.qrsis-siparis-basari-cizgi-2 {
    right: 12px;
    top: 42px;
    background: #0e9aa8;
    box-shadow: 0 0 0 7px rgba(14, 154, 168, .14);
}

.qrsis-siparis-basari-cizgi-3 {
    bottom: 18px;
    left: 28px;
    width: 9px;
    height: 9px;
}

.qrsis-siparis-basari-content {
    width: 100%;
}

.qrsis-siparis-basari-content h3 {
    margin-bottom: 8px;
    font-size: 1.48rem;
    line-height: 1.16;
}

.qrsis-siparis-basari-content p {
    max-width: 340px;
    margin: 0 auto;
    color: #334767;
    font-size: 1rem;
    font-weight: 700;
}

.qrsis-siparis-basari-content .qrsis-siparis-basari-not {
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(14, 154, 168, .18);
    border-radius: 12px;
    color: #527092;
    background: #f4fbfc;
    font-size: .88rem;
    font-weight: 600;
}

.qrsis-siparis-basari-actions {
    width: 100%;
    justify-content: center;
    padding-top: 2px;
}

.qrsis-siparis-basari-actions .btn {
    min-width: 160px;
    min-height: 44px;
    border-radius: 12px;
    font-weight: 800;
}

.qrsis-siparis-basari-tamam {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.qrsis-siparis-basari-sayac {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #df2453;
    background: #fff;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .qrsis-siparis-onay-modal {
        padding-top: calc(104px + env(safe-area-inset-top));
    }

    .qrsis-siparis-onay-dialog {
        max-height: calc(100vh - 128px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        padding: 14px;
    }

    .qrsis-siparis-onay-icon {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
    }

    .qrsis-auth-login-confirm-actions {
        justify-content: flex-end;
        gap: 7px;
    }

    .qrsis-auth-login-confirm-btn {
        min-width: 82px;
        min-height: 40px;
        padding: 9px 12px;
        font-size: .86rem;
    }

    .qrsis-siparis-basari-dialog {
        max-height: calc(100vh - 128px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        padding: 22px 16px 16px;
    }

    .qrsis-siparis-basari-visual {
        width: 96px;
        height: 96px;
    }

    .qrsis-siparis-basari-halka {
        width: 66px;
        height: 66px;
        font-size: 1.45rem;
    }

    .qrsis-siparis-basari-content h3 {
        font-size: 1.26rem;
    }
}

@media (max-width: 575.98px) {
    .qrsis-login-hint-modal {
        padding-top: calc(104px + env(safe-area-inset-top));
    }

    .qrsis-login-hint-dialog {
        max-height: calc(100vh - 128px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        grid-template-columns: 46px minmax(0, 1fr) 34px;
        gap: 10px;
        padding: 14px 12px;
        border-radius: 14px;
    }

    .qrsis-login-hint-icon {
        width: 46px;
        height: 46px;
        font-size: 1.05rem;
    }

    .qrsis-login-hint-close {
        width: 34px;
        height: 34px;
    }

    .qrsis-login-hint-content h3 {
        font-size: .98rem;
    }

    .qrsis-login-hint-content p {
        font-size: .94rem;
    }
}

.qrsis-login-btn {
    width: 100%;
    min-height: 50px;
    margin-top: 12px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    background: #0e9aa8;
    box-shadow: 0 8px 18px rgba(14, 154, 168, .22);
}

.qrsis-login-btn:hover,
.qrsis-login-btn:focus {
    color: #fff;
    background: #0b8592;
}

.qrsis-login-btn:disabled {
    cursor: wait;
    opacity: .82;
}

.qrsis-login-bekleme {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10960;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .18s ease, transform .18s ease;
}

.qrsis-login-bekleme.is-open {
    opacity: 1;
    transform: translateY(0);
}

.qrsis-login-bekleme-cizgi {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    overflow: hidden;
    background: rgba(14, 154, 168, .18);
}

.qrsis-login-bekleme-cizgi span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: 999px;
    background: #0e9aa8;
    animation: qrsis-login-bekleme-cizgi 1.15s ease-in-out infinite;
}

.qrsis-login-bekleme-kutu {
    width: min(420px, calc(100vw - 32px));
    margin: 14px auto 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #bfe7ec;
    border-radius: 10px;
    color: #0f172a;
    background: #f0fbfc;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    font-size: .95rem;
    font-weight: 600;
}

.qrsis-login-bekleme-spinner {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(14, 154, 168, .22);
    border-top-color: #0e9aa8;
    border-radius: 50%;
    flex: 0 0 18px;
    animation: qrsis-login-bekleme-spinner .8s linear infinite;
}

@keyframes qrsis-login-bekleme-cizgi {
    0% {
        transform: translateX(-110%);
    }
    50% {
        transform: translateX(80%);
    }
    100% {
        transform: translateX(250%);
    }
}

@keyframes qrsis-login-bekleme-spinner {
    to {
        transform: rotate(360deg);
    }
}

.qrsis-auth-modal .modal-dialog {
    max-width: 640px;
    margin: 0.75rem auto 0 !important;
}

.qrsis-auth-modal .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.qrsis-auth-modal .modal-body {
    padding: 0 !important;
}

.qrsis-auth-status {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(13, 46, 71, .16);
    margin: 0;
    padding: 26px 22px;
    text-align: center;
}

.qrsis-auth-status-spinner {
    width: 34px;
    height: 34px;
    border: 3px solid rgba(14, 154, 168, .22);
    border-top-color: #0e9aa8;
    border-radius: 50%;
    display: inline-block;
    animation: qrsisAuthSpin 0.9s linear infinite;
}

.qrsis-auth-status-title {
    margin: 14px 0 6px;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.qrsis-auth-status-text {
    margin: 0;
    color: #5a667e;
    font-size: 0.96rem;
}

@keyframes qrsisAuthSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.qrsis-auth-modal .qrsis-login-container {
    padding: 0;
    max-width: 100%;
}

@media (max-width: 768px) {
    .qrsis-waiter-page {
        padding: 10px 6px 20px;
    }

    .qrsis-waiter-page.container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .qrsis-waiter-section {
        border-radius: 12px;
    }

    .qrsis-waiter-head {
        padding: 14px;
    }

    .qrsis-waiter-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .qrsis-waiter-card {
        min-height: 84px;
        padding: 12px;
    }

    .qrsis-profile-page {
        padding: 10px 6px 20px;
    }

    .qrsis-profile-card {
        border-radius: 12px;
    }

    .qrsis-profile-head {
        margin: 12px 12px 0;
        padding: 16px 14px;
    }

    .qrsis-profile-grid {
        padding: 12px 12px 0;
    }

    .qrsis-profile-preferences {
        margin: 12px;
    }

    .qrsis-profile-preferences-form {
        grid-template-columns: 1fr;
    }

    .qrsis-profile-preferences-check {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .qrsis-profile-preferences-check .qrsis-profile-permission-remove-btn {
        margin-left: 30px;
    }

    .qrsis-profile-actions {
        margin: 0 12px 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qrsis-order-history {
        margin: 2px 14px 14px;
    }

    .qrsis-profile-password {
        margin: 2px 14px 14px;
        padding: 10px;
    }

    .qrsis-profile-password-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .qrsis-profile-password-form--modal {
        grid-template-columns: 1fr;
    }

    .qrsis-profile-password-btn {
        grid-column: span 2;
    }

    .qrsis-profile-password-form--modal .qrsis-profile-password-btn {
        grid-column: auto;
    }

    .qrsis-login-page {
        padding: 10px 6px 20px;
    }

    .qrsis-login-page--modal {
        padding: 0;
    }

    .qrsis-login-card {
        border-radius: 12px;
    }

    .qrsis-login-hero {
        padding: 20px 14px 16px;
    }

    .qrsis-login-form-wrap {
        padding: 16px 14px 22px;
    }
}

@media (max-width: 576px) {
    .qrsis-waiter-head-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .qrsis-waiter-head-text h1 {
        font-size: 1.16rem;
    }

    .qrsis-waiter-head-text p {
        font-size: .86rem;
    }

    .qrsis-waiter-card-title {
        font-size: .98rem;
    }

    .qrsis-profile-head {
        align-items: flex-start;
    }

    .qrsis-profile-avatar {
        width: 56px;
        height: 56px;
        font-size: 1.1rem;
    }

    .qrsis-profile-title {
        font-size: 1.1rem;
    }

    .qrsis-profile-subtitle {
        font-size: .88rem;
    }

    .qrsis-profile-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .qrsis-profile-preferences-form {
        grid-template-columns: 1fr;
    }

    .qrsis-profile-preferences-btn {
        width: 100%;
    }

    .qrsis-profile-actions {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .qrsis-profile-btn {
        min-height: 54px;
    }

    .qrsis-room-member-card {
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: flex-start;
    }

    .qrsis-room-member-icon {
        width: 44px;
        height: 44px;
    }

    .qrsis-room-member-select {
        grid-column: 1 / -1;
        width: 100%;
    }

    .qrsis-profile-password-form {
        grid-template-columns: 1fr;
    }

    .qrsis-profile-password-btn {
        grid-column: auto;
    }

    .qrsis-order-card-foot {
        flex-direction: column;
        align-items: flex-start;
    }

    .qrsis-order-total {
        align-self: flex-end;
        margin-left: 0;
    }

    .qrsis-order-repeat-btn {
        width: 100%;
    }

    .qrsis-profile-btn-danger {
        grid-column: auto;
    }

    #sepet_cart {
        --qrsis-sepet-shell-offset: 0px;
        --qrsis-sepet-width: 100vw;
        width: 100vw;
        right: -100vw;
        border-radius: 0;
    }

    .sepet-checkout-head {
        padding: 12px 12px 52px;
    }

    .sepet-checkout-title {
        font-size: 1.6rem;
    }

    .sepet-checkout-body {
        padding: 0 10px 14px;
    }

    .sepet-checkout-profile {
        margin-top: -34px;
        padding: 10px;
    }

    .sepet-checkout-profile-text h6 {
        font-size: 1.18rem;
    }

    .sepet-item-title {
        font-size: .98rem;
    }

    .sepet-item-desc {
        font-size: .75rem;
    }

    .sepet-item-right {
        min-width: 112px;
    }

    .sepet-item-price {
        min-width: 58px;
        font-size: .88rem;
    }

    .sepet-action-form #btn_checkout {
        min-height: 48px;
        font-size: 1.05rem;
    }

    .tema-topbar {
        padding: 14px 12px 16px;
    }

    .tema-title {
        font-size: 1rem;
    }

    .tema-search-input {
        height: 46px;
        padding-left: 42px;
    }
}
