﻿
body {
    font-family: "Quicksand", sans-serif;
    /*overflow-x:hidden;*/
}



.giris1 {
    height: 100vh;
    width: 100%;
}

.gkapat1 i {
    padding: 3px 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    float: right;
}

.menu1 {
    border: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .menu1 h2 {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 21px;
    }
.menu1 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.menu2 {
    padding: 20px 15px;
    margin-bottom:40px;
}

.menu3 {
    margin-bottom: 15px;
}

    .menu3 a {
        position: relative;
        display: block;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .menu3 h2 {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
    }

.menu03 a {
    display: flex !important;
    align-items: flex-start;
    border-bottom: 1px dashed #e5e7eb;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px rgb(185 185 185 / 41%), inset 0 1px 0 rgb(255 255 255 / 0%);
}

.menu03 img {
    max-width: 30%;
    padding: 5px;
    border-radius: 10px;
}
.menu03 h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px;
}
.menu03 p{
    margin-bottom:0;
}
.menu04{
    padding:2px 10px;
    color:#000;
}
.menu003 {
    border-bottom: 1px solid #efefef;
}
.menu003 a {
    display: flex!important;
    align-items: flex-start;
}

.menu003 img {
    max-width: 20%;
    padding: 5px;
}
.menu003 h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px;
}
.menu003 p{
    margin-bottom:0;
}
.menu004{
    padding:2px 10px;
    color:#000;
}
.menu5 {
    border: 1px solid #e5e7eb;
    margin:0;
}

.menu6 {
    padding: 15px 15px;
    text-align: center;
    color: rgb(66, 85, 99);
    border: 1px solid rgb(255, 255, 255);
    font-weight: 600;
}
    
    .menu7 {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e5e7eb;
        margin-bottom: 10px;
    }

        .menu7 p {
            /*color: rgb(66, 85, 99);*/
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 0;
            font-size: 24px;
            font-weight: 700;
        }
.lyt1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px 0px;
    /*border-bottom: 1px solid #000;*/
    box-shadow: 0 0 5px #bfbfbf;
    position: sticky;
    top: 0;
    z-index: 55555;
    background: #fff;
}
.lyt2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

    .lyt2 img {
        max-height: 40px; /* navbar uyumlu */
    }
/*.lyt3 ,.lyt4{
    flex: 1;
}*/
.lyt3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* İstersen renk değiştir */
    padding: 0 10px;
    margin-right: 10px;
}
.lyt4 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.lyt5 {
    color: #000;
    border-radius: 9999px;
    padding: .625rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lyt5 a{
    color:#000;
}
.lyt3,.lyt4{
    width:50px;
}
.lyt6 {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 10px;
    background:#000;
}
.lyt6 i{
    color:#fff;
}
.lyt7 a{
    color:#000;
    font-weight:500;
}
#lsideMenu {
    position: fixed;
    top: 0;
    right: -75vw; /* başlangıçta gizli */
    width: 75vw;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0,0,0,0.15);
    z-index: 9999;
    transition: right .35s ease;
    display: flex;
    flex-direction: column;
}

.lsideMenu-header {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .lsideMenu-header h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

#lsideClose {
    font-size: 20px;
    cursor: pointer;
}

.lsideMenu-content {
    padding: 15px;
    overflow-y: auto;
}

.lsideMenu-item {
    display: block;
    padding: 12px 0;
    font-size: 17px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
}

/* Karartma */
#loverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    display: none;
    z-index: 9990;
}

.kurumsal1 {
    background: #f3f4f6;
    padding: 0;
}
.kurumsal2{
padding:10px;
}
    .kurumsal2 h2 {
        font-size: 20px;
        /* font-weight: 600; */
        margin-bottom: 0;
    }
.kurumsal3{
    background:#fff;
    padding:10px;
}

.kurumsal1 {
    background: #f3f4f6;
    padding: 12px;
}

/* Kutu */
.kurum-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

    /* Başlık */
    .kurum-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

/* Metin alanı */
.kurum-text {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

    /* SADECE 3 SATIR GÖSTER */
    .kurum-text.short {
        max-height: 85px; /* tahmini 3–4 satır */
        position: relative;
    }

        /* Altta fade efekti */
        .kurum-text.short::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 40px;
            width: 100%;
            background: linear-gradient(to bottom, transparent, #fff);
        }

/* Devamını Oku */
.kurumdevam {
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    color: red;
    animation: textPulse 2.2s infinite ease-in-out;
}
    .kurumdevam i {
        animation: arrowMove 1.2s infinite ease-in-out;
    }
@keyframes textPulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.02);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.75;
    }
}

/* Ok aşağı yukarı */
@keyframes arrowMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(0);
    }
}
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 111;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.1);
}

/* Küçük ikonlar */
.small-icons .icon-btn {
    text-align: center;
    color: #444;
    font-size: 16px;
}

 
.lang-btn {
    /*width: 55px;
    height: 55px;*/
    /*background: #eaeaea;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .lang-btn i {
        font-size: 16px;
    }
/* HEADER GENEL */
.header-bar {
    position: sticky;
    top: 0;
    z-index: 553;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/* LOGO */
.header-logo img {
    max-height: 32px;
    object-fit: contain;
}
.header-actions {
    display: flex;
    align-items: center;
}

/* HEADER – AKTİF DİL */
.lang-toggle {
    width: 35px;
    height:35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

    .lang-toggle::after {
        display: none;
    }

.lang-active {
    font-size: 14px;
    letter-spacing: .5px;
}

/* DROPDOWN */
.lang-menu {
    min-width: 170px;
    border-radius: 14px;
    padding: 6px;
    border: none;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

/* SATIR */
.lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

    .lang-item span {
        flex: 1;
    }
    .lang-item img {
        max-height: 25px;
    }
    .lang-item:hover {
        background: #f4f4f4;
    }

    /* AKTİF DİL */
    .lang-item.active {
        background: rgba(0,0,0,0.06);
        font-weight: 700;
    }

        .lang-item.active::after {
            content: "✓";
            font-weight: 700;
            color: #2f7f94;
        }

.altbar1 {
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 420px;
    height: 50px;
    background: linear-gradient(135deg, #2f7f94, #1f5f6f);
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    /*z-index: 99999;*/
}
    .altbar1 a {
        flex: 1;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.85;
        gap: 10px;
    }
.altbar1 i {
    font-size: 18px;
    margin-bottom: 2px;
}
.altbar2 {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    /*gap: 23px;*/
    /*padding-left: 16px;*/
}
    .altbar2 a {
        /*border-right: 1px solid #e1e1e1;*/
        /*padding-right: 10px;*/
    }
.altbar3 {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
}
.altbar3 a{
    color:#000!important;
    font-weight:500;
}
.altbar4 {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.sepet-icon-wrapper {
    position: relative;
    display: inline-block;
}

.sepet-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 12px;
    line-height: 1;
}
.lang-dropdown {
    display: flex;
    align-items: center;
}
.ara1 {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 552;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    padding: 0 12px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.35s ease;
}

    /* ICON */
    .ara1 .araicon {
        font-size: 20px;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* INPUT */
    .ara1 input {
        border: none;
        outline: none;
        font-size: 14px;
        width: 0;
        opacity: 0;
        margin-right: 10px;
        transition: width 0.35s ease, opacity 0.2s ease;
        display:none;
    }

    /* AKTİF HAL */
    .ara1.active {
        width: 230px;
    }

        .ara1.active input {
            width: 170px;
            opacity: 1;
            display:block;
        }
.araSonuc {
    position: fixed;
    right: 20px;
    bottom: 110px; /* butonun üstü */
    width: 230px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border-radius: 15px;
    overflow-y: scroll; 
}
.ara1.active {
    overflow: visible;
}
    .araSonuc a {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        text-decoration: none;
        color: #333;
    }

        .araSonuc a:hover {
            background: #f4f4f4;
        }
/* Ortak satır */
.ara-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

    .ara-item:last-child {
        border-bottom: none;
    }

    .ara-item:hover {
        background: #f6f6f6;
    }

    /* İkon */
    .ara-item .icon {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    /* Metin */
    .ara-item .text {
        flex: 1;
        line-height: 1.3;
    }

    /* Kategori etiketi */
    .ara-item .badge {
        font-size: 11px;
        padding: 2px 6px;
        border-radius: 6px;
        background: #e9e9e9;
        color: #555;
    }
    .ara2{
        position:relative;
    }
.anakat1 {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.kategori-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0 10px;
    margin: 0;
    white-space: nowrap;
}
    .kategori-list h2{
        font-size:14px;
        margin-bottom:0;
    }

    .kategori-item {
        background: #f1f1f1;
        border-radius: 30px;
        transition: all 0.25s ease;
    }

    .kategori-item a {
        display: block;
        padding: 10px 18px;
        text-decoration: none;
        color: #333;
        font-weight: 500;
        font-size: 14px;
    }

    .kategori-item:hover {
        background: #e5e5e5;
    }

    /* ✅ AKTİF KATEGORİ */
        .kategori-item.active {
            background: #367286; /* tema rengi */
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }

        .kategori-item.active a {
            color: #fff;
            font-weight: 600;
        }

/* Scrollbar gizleme (mobil şık dursun diye) */
.kategori-list::-webkit-scrollbar {
    display: none;
}
.contact-wrapper {
    position: relative;
    flex:1;
}

/* Açılan alan */
.contact-actions {
    position: absolute;
    bottom: 70px;
    left: 0%;
    /*transform: translateX(-50%) translateY(10px);*/
   /* display: flex;
    flex-direction: column;
    gap: 10px;*/
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Açık hali */
.contact-wrapper.open .contact-actions {
    opacity: 1;
    pointer-events: auto;
    /*transform: translateX(-50%) translateY(0);*/
}

/* Yuvarlak ikonlar */
.contact-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    text-decoration: none;
    opacity:1!important;
}

    .contact-btn.phone {
        /*background: #2563eb;*/
    }

    .contact-btn.phone {
        /*background: #25D366;*/
        margin-top:10px;
        margin-bottom:10px;
    }
    .sld1{
        position:relative;
    }
.sld2 {
    position: absolute;
    z-index: 555;
    top: 15%;
    right: 0px;
    /* transform: translateY(-50%); */
    width: 50%;
    height: 70%;
    padding: 48px;
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 50px 0 0 50px;
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
    box-shadow: 0px 0px 50px rgb(255 255 255 / 41%), inset 0 1px 0 rgb(255 255 255 / 0%);
    display: flex;
    align-items: center;
}
    .sld3{

    }
        .sld3 h2 {
            
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 16px; 
            color:#fff;
        }
        .sld3 p {
            font-size: 1.5rem;
            line-height: 1.6;
            color: rgba(255,255,255,0.9);
            margin-bottom: 28px;
        }
        .sld3 span {
            background: #efefef;
            padding: 10px;
            border-radius: 5px;
            color: #000;
            font-weight: 500;
        }
#urunsidebarOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 554;
    display: none;
    opacity: 0;
    transition: opacity 0.7s ease;
}

    #urunsidebarOverlay.active {
        display: block;
        opacity: 1;
    }

#urunSidebar {
    position: fixed;
    left: 0;
    bottom: -600vh;
    width: 100%;
    min-height: 60vh;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.25);
    transition: bottom 0.7s ease;
    z-index: 555;
    overflow: hidden;
}

    #urunSidebar.active {
        bottom: 0;
    }

.urunsidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#urunsidebarKapat {
    font-size: 26px;
    cursor: pointer;
}

.urun-resim img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0;
}

.urun-adet {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
/*    box-shadow: 0 0 #0000,0 0 #0000,0px 1px 4px 1px rgba(34,41,47,.1);*/
}

    .urun-adet button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #ccc;
        background: #fff;
        font-size: 20px;
        cursor: pointer;
        color:#000!important;
    }

    .urun-adet span {
        font-size: 20px;
        font-weight: 600;
    }

.urun-fiyatbar {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 0px 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .urun-fiyatbar button {
        /*width: 100%;*/
        background: #000;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        padding: 10px;
        font-weight: 600;
    }

.urun-aciklama {
    padding: 10px 5px;
    min-height: 210px;
    max-height: 215px;
    word-wrap: break-word;
    overflow: hidden;
    overflow-y: scroll;
    /* white-space: nowrap; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.sepete-ekle-btn {
    background: #f5f5f5;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.18s ease;
}

    /* hafif hover */
    .sepete-ekle-btn:hover {
        background: #eee;
    }

    /* tıklanma hissi */
    .sepete-ekle-btn:active {
        transform: translateY(1px) scale(0.98);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
    }

/* fiyat küçük badge gibi */
.fiyat-badge {
    background: #ffffff;
    color: #000000;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}
.modal-sepete-ekle {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
}

    /* hover: hafif fark */
    .modal-sepete-ekle:hover {
        background: #ececec;
    }

    /* basılma hissi */
    .modal-sepete-ekle:active {
        transform: translateY(1px) scale(0.97);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.18);
    }

.modal-content {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.modal-urun {
    display: flex;
    gap: 30px;
    padding: 30px;
    align-items: stretch;
}
.urun-modal-img {
    flex: 0 0 42%;
    background: #f3f3f3;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .urun-modal-img img {
        width: 100%;
        max-height: 420px;
        object-fit: contain;
        border-radius: 12px;
    }
.urun-modal-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.modal-urun-baslik {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}
#modalAciklama {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}
.modal-urun-adet {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-urun-adet button {
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.modal-urun-adet span {
    font-size: 16px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
}
.modal-urun-fiyatbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    margin-top: 20px;
    /*border-top: 1px solid #eee;*/
}
.modal-toplamtutar {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}

.modal-toplamtutar span {
    font-size: 18px;
    font-weight: 700;
}
.modal-toplam-fiyat {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
/* Toplam bilgi alanı */
.toplam-bilgi {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #444;
}
.toplam-label {
    color: #000;
    border: none;
    border-radius: 10px; 
    padding: 12px 0;
    font-weight: 600;
}
.modal-close{
    width:100%;
    text-align:end;
}
.modal-close button{

}
.sepet-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* RESİM */
.sepet-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}

/* ORTA ALAN */
.sepet-info {
    flex: 1;
    min-width: 0; /* 🔥 taşmayı keser */
}

.sepet-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.sepet-adet {
    color: #777;
    font-size: 13px;
}
.sepet-adet-kontrol {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
}
.adet-btn {
    width: 19px;
    height: 19px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
    background: #f8f8f8;
}

    .adet-btn.azalt {
        color: #c0392b;
    }

    .adet-btn.arttir {
        color: #27ae60;
    }
.adet-sayi {
    min-width: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
/* SAĞ ALAN */
.sepet-right {
    text-align: right;
    min-width: 90px;
    display: flex;
    gap: 11px;
    justify-content: flex-end;
}

.sepet-fiyat {
    font-weight: 700;
    margin-bottom: 4px;
    white-space: nowrap;
}

.sepet-ozet {
    margin-top: 20px;
    padding: 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    position: fixed;
    /*z-index: 44;*/
    bottom: 64px;
    width: 100%;
    border-top: 1px solid #efefef;
}
.siparis-notu {
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.siparis-notu-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.siparis-notu-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    resize: none;
    outline: none;
}

    .siparis-notu-textarea:focus {
        border-color: #ccc;
    }

.sepet-toplam-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
}

.sepet-toplam-text {
    font-size: 17px;
    /*color: #666;*/
    font-weight: 600;
}

.sepet-toplam-fiyat {
    font-size: 24px;
    font-weight: 700;
    color: #367286;
}

.sepet-tamamla-btn {
    width: 50%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    background: #367286;
    color: #fff;
}

    .sepet-tamamla-btn:hover,
    .sepet-tamamla-btn:active {
        background: #367286;
        color: #fff;
    }
/* Modal kart */
.siparis-modal {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    border: none;
}

/* Header */
.siparis-modal-header {
    background: linear-gradient(135deg, #367286, #000000);
    color: #fff;
    padding: 30px 20px 25px;
}

    .siparis-modal-header h5 {
        margin: 10px 0 5px;
        font-weight: 700;
    }

    .siparis-modal-header p {
        margin: 0;
        font-size: 14px;
        opacity: .9;
    }

/* Check icon */
.check-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    background: #fff;
    color: #1db954;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
}

/* QR alanı */
.siparis-modal-body {
    padding: 25px 20px;
    background: #f8f9fa;
}

.qr-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Footer */
.siparis-modal-footer {
    padding: 15px 20px 20px;
    background: #fff;
}

    .siparis-modal-footer button {
        background: #367286;
        border-color: #367286;
    }
/* === GARSON SIPARIS EKRANI === */
.siparisgarson-wrapper {
    max-width: 520px;
    margin: 20px auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
}

/* HEADER */
.siparisgarson-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

    .siparisgarson-header h4 {
        margin: 0;
        font-size: 18px;
    }

    .siparisgarson-header small {
        color: #777;
    }

.siparisgarson-time {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

/* LIST */
.siparisgarson-list {
    padding: 8px 16px;
}

.siparisgarson-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}

    .siparisgarson-item:last-child {
        border-bottom: none;
    }

.siparisgarson-info strong {
    display: block;
    font-size: 15px;
}

.siparisgarson-info span {
    font-size: 13px;
    color: #666;
}

/* PRICE */
.siparisgarson-price {
    font-weight: 700;
    white-space: nowrap;
}

/* TOTAL */
.siparisgarson-total {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    font-size: 18px;
    font-weight: 800;
    background: #fafafa;
    border-top: 2px solid #111;
}

/* ACTIONS */
.siparisgarson-actions {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.siparisgarson-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.siparisgarson-btn-ok {
    background: #22c55e;
    color: #fff;
}

    .siparisgarson-btn-ok:active {
        transform: scale(.98);
    }

.siparisgarson-btn-close {
    background: #f3f4f6;
    color: #333;
}