*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Nunito', sans-serif; background: var(--bg); color: var(--text); min-height: 100vh; }

        .site-header {
            background: linear-gradient(160deg, var(--header-from) 0%, var(--header-mid) 60%, var(--header-to) 100%);
            padding: 1.25rem 1.25rem 2rem;
            position: relative; overflow: hidden;
        }
        .site-header::before {
            content: ''; position: absolute; inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        .header-inner { display:flex; align-items:center; gap:1rem; position:relative; max-width:700px; margin:0 auto; }
        .back-btn {
            display:flex; align-items:center; gap:.4rem;
            color:rgba(255,255,255,.85); text-decoration:none;
            font-size:.9rem; font-weight:700; padding:.5rem .85rem;
            border-radius:8px; border:1px solid rgba(255,255,255,.25);
            transition:background .2s; flex-shrink:0;
        }
        .back-btn:hover { background:rgba(255,255,255,.15); }
        .header-title-wrap { flex:1; }
        .header-title-wrap h1 { font-family:'Playfair Display',serif; color:#fff; font-size:1.4rem; }
        .header-title-wrap p  { color:rgba(255,255,255,.7); font-size:.8rem; margin-top:.15rem; }
        .header-logo { width:44px; height:44px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,.4); flex-shrink:0; }


        .content { max-width:700px; margin:0 auto; padding:1.5rem 1rem 3rem; }

        /* Bos sepet */
        .empty-cart { text-align:center; padding:4rem 1rem; }
        .empty-cart .empty-icon { font-size:4rem; margin-bottom:1rem; }
        .empty-cart h2 { font-family:'Playfair Display',serif; color:var(--title); font-size:1.4rem; margin-bottom:.5rem; }
        .empty-cart p  { opacity:.7; margin-bottom:1.5rem; }
        .closed-modal-overlay {
            position: fixed; inset: 0; z-index: 9999;
            display: none; align-items: center; justify-content: center;
            padding: 1.25rem; background: rgba(0,0,0,.55);
        }
        .closed-modal-overlay.visible { display: flex; }
        .closed-modal {
            width: 100%; max-width: 420px; background: var(--card);
            border: 1px solid var(--border); border-radius: 12px;
            box-shadow: 0 18px 48px rgba(0,0,0,.28);
            padding: 1.5rem; text-align: center;
        }
        .closed-modal-icon {
            width: 52px; height: 52px; border-radius: 50%;
            display: inline-flex; align-items: center; justify-content: center;
            background: #fdecea; color: #c0392b; font-size: 1.6rem;
            margin-bottom: .85rem;
        }
        .closed-modal h3 { font-family:'Playfair Display',serif; color:var(--title); font-size:1.25rem; margin-bottom:.55rem; }
        .closed-modal p { font-size:.95rem; line-height:1.55; margin-bottom: .85rem; }
        .victim-coupon-box {
            display: none; margin: 1rem 0; padding: .9rem;
            background: #fff8e6; border: 1px dashed var(--btn); border-radius: 10px;
        }
        .victim-coupon-label { font-size:.78rem; font-weight:800; color:var(--title); margin-bottom:.45rem; }
        .victim-coupon-code {
            display: block; width: 100%; padding: .65rem .75rem; border-radius: 8px;
            border: 1px solid var(--border); background: #fff; color: var(--title);
            font-family: monospace; font-size: 1.35rem; font-weight: 800;
            text-align: center; letter-spacing: .12em; user-select: text;
        }
        .closed-modal-actions { display:flex; gap:.6rem; justify-content:center; flex-wrap:wrap; margin-top:1rem; }
        .btn-back {
            display:inline-flex; align-items:center; gap:.5rem;
            padding:.75rem 1.5rem; background:var(--btn); color:#fff;
            border-radius:10px; text-decoration:none; font-weight:700; font-size:.95rem;
            transition:background .2s;
        }
        .btn-back:hover { background:var(--btn-hover); }

        /* Sepet satirlari */
        .cart-item {
            display:flex; align-items:flex-start; gap:.6rem;
            background:var(--card); border:1px solid var(--border);
            border-radius:12px; padding:.75rem .85rem; margin-bottom:.65rem;
            box-shadow:0 2px 8px var(--shadow); flex-wrap:nowrap;
            box-sizing:border-box;
        }
        .cart-item-thumb {
            width:52px; height:52px; object-fit:cover;
            border-radius:8px; border:1px solid var(--border);
            flex-shrink:0; background:#f0e8d0; margin-top:.1rem;
        }
        .cart-item-thumb-ph {
            width:52px; height:52px; border-radius:8px;
            border:1px solid var(--border);
            background:linear-gradient(135deg,#f0e8d0,#e8d5a0);
            display:flex; align-items:center; justify-content:center;
            font-size:1.4rem; flex-shrink:0; margin-top:.1rem;
        }
        .cart-item-info { flex:1; min-width:0; word-break:break-word; }
        .cart-item-name {
            font-weight:700; color:var(--title);
            font-size:.88rem; line-height:1.35;
            white-space:normal; word-break:break-word;
        }
        .cart-item-portion {
            margin-top:.16rem;
            color:#9b8060;
            font-size:.76rem;
            font-weight:700;
        }
        .cart-campaign-note {
            display:inline-flex;
            width:fit-content;
            margin-top:.18rem;
            border-radius:999px;
            padding:.12rem .45rem;
            background:#fff0f0;
            color:#c0392b;
            font-size:.7rem;
            font-weight:900;
        }
        .cart-item-price-wrap { display:flex; flex-direction:column; margin-top:.25rem; }
        .cart-item-unit-price  { font-size:.72rem; color:#9b8060; font-weight:600; }
        .cart-old-price { color:#9b8060; text-decoration:line-through; font-weight:800; margin-right:.3rem; }
        .cart-item-total-price { font-weight:800; color:var(--btn); font-size:.92rem; }

        /* Adet kutusu */
        .cart-qty-wrap {
            display:flex; align-items:center;
            border:1.5px solid var(--border); border-radius:8px;
            overflow:hidden; background:#fff; flex-shrink:0;
        }
        .cart-qty-btn {
            width:30px; height:30px; background:#f0e8d0; border:none; cursor:pointer;
            font-size:.95rem; font-weight:700; color:var(--title);
            display:flex; align-items:center; justify-content:center;
            transition:background .15s;
        }
        .cart-qty-btn:hover { background:var(--border); }
        .cart-qty-input {
            width:32px; height:30px; border:none;
            border-left:1px solid var(--border); border-right:1px solid var(--border);
            text-align:center; font-family:'Nunito',sans-serif;
            font-size:.88rem; font-weight:700; color:var(--title);
            background:#fff; outline:none;
            -moz-appearance:textfield;
        }
        .cart-qty-input::-webkit-inner-spin-button,
        .cart-qty-input::-webkit-outer-spin-button { -webkit-appearance:none; }

        .remove-btn {
            background:none; border:none; cursor:pointer;
            color:#bba060; font-size:1.1rem; padding:.35rem;
            border-radius:6px; transition:color .2s, background .2s; flex-shrink:0;
        }
        .remove-btn:hover { color:var(--danger); background:#fdecea; }

        /* Ozet kart */
        .summary-card {
            background:var(--card); border:1px solid var(--border);
            border-radius:14px; padding:1.25rem;
            box-shadow:0 2px 12px var(--shadow); margin-top:1.25rem;
        }
        .summary-card h3 {
            font-family:'Playfair Display',serif; color:var(--title);
            font-size:1.1rem; margin-bottom:1rem;
            padding-bottom:.75rem; border-bottom:1px solid var(--border);
        }
        .summary-row {
            display:flex; justify-content:space-between; align-items:center;
            padding:.45rem 0; font-size:.93rem;
        }
        .summary-row.total {
            border-top:2px solid var(--border); margin-top:.5rem;
            padding-top:.75rem; font-size:1.1rem; font-weight:800; color:var(--title);
        }
        .summary-label { color:var(--text); }
        .summary-value { font-weight:700; color:var(--title); }
        .discount-row {
            background:#f0fbe8; border:1px solid #b7e8a0; border-radius:8px;
            padding:.6rem .85rem; margin:.5rem 0;
            display:flex; justify-content:space-between; align-items:center;
            font-size:.88rem;
        }
        .discount-label { color:#1e7e34; font-weight:700; }
        .discount-value { color:#1e7e34; font-weight:800; }
        .campaign-tag {
            background:linear-gradient(90deg,var(--btn),#a87000);
            color:#fff; border-radius:6px; padding:.3rem .75rem;
            font-size:.78rem; font-weight:700; display:inline-block; margin-bottom:.85rem;
        }

        /* Siparise kapali uyari */
        .orders-closed-warn {
            text-align:center; padding:3rem 1.5rem;
        }
        .orders-closed-icon { font-size:3.5rem; margin-bottom:1rem; }
        .orders-closed-title {
            font-family:'Playfair Display',serif;
            color:var(--title); font-size:1.3rem; margin-bottom:.75rem;
        }
        .orders-closed-text {
            font-size:.92rem; color:var(--text); line-height:1.7; margin-bottom:1.5rem;
        }
        .orders-closed-text a { color:var(--btn); font-weight:700; text-decoration:none; }
        .orders-closed-text a:hover { text-decoration:underline; }

        /* Siparis Formu */
        .order-card {
            background: var(--card); border: 1px solid var(--border);
            border-radius: 14px; padding: 1.25rem;
            box-shadow: 0 2px 12px var(--shadow); margin-top: 1rem;
        }
        .order-phone-box {
            background: linear-gradient(135deg, var(--header-from), var(--header-mid));
            border-radius: 10px; padding: 1rem 1.25rem;
            display: flex; align-items: center; justify-content: space-between;
            flex-wrap: wrap; gap: .75rem; margin-bottom: 1rem;
        }
        .order-phone-label { color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 600; }
        .order-phone-num { color: #fff; font-size: 1.15rem; font-weight: 800; letter-spacing: .5px; }
        .wa-link {
            display: inline-flex; align-items: center; gap: .5rem;
            background: #25D366; color: #fff;
            padding: .55rem 1.1rem; border-radius: 8px;
            font-weight: 700; font-size: .88rem; text-decoration: none;
            transition: background .2s; border: none; cursor: pointer;
            font-family: 'Nunito', sans-serif;
        }
        .wa-link:hover { background: #1ebe5d; }

        /* Form alanları */
        .order-form { display: block; margin-top: .5rem; }
        .of-group { margin-bottom: .9rem; }
        .of-group label { display: block; font-weight: 700; font-size: .83rem; color: var(--title); margin-bottom: .35rem; }
        .of-group input[type="text"],
        .of-group input[type="tel"],
        .of-group textarea {
            width: 100%; padding: .65rem .9rem;
            border: 1.5px solid var(--border); border-radius: 8px;
            font-family: 'Nunito', sans-serif; font-size: .93rem;
            color: var(--text); background: #fff; outline: none;
            transition: border-color .2s, box-shadow .2s;
        }
        .of-group textarea { min-height: 80px; resize: vertical; }
        .of-group input:focus, .of-group textarea:focus {
            border-color: var(--btn); box-shadow: 0 0 0 3px rgba(201,138,0,.13);
        }
        .btn-order {
            width: 100%; padding: .85rem;
            background: #25D366; color: #fff;
            border: none; border-radius: 10px;
            font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 800;
            cursor: pointer; transition: background .2s;
            display: flex; align-items: center; justify-content: center; gap: .5rem;
            margin-top: .5rem;
        }
        .btn-order:hover { background: #1ebe5d; }
        .btn-order:disabled {
            background: #aaa !important; cursor: not-allowed; opacity: .7;
        }
        .min-order-warn {
            background: #fdecea; border: 1px solid #f5c6c2; border-radius: 8px;
            padding: .65rem .9rem; margin-top: .6rem;
            font-size: .83rem; color: #c0392b; font-weight: 600; display: none;
        }
        .min-order-warn.visible { display: block; }
        .of-group select {
            width: 100%; padding: .65rem .9rem;
            border: 1.5px solid var(--border); border-radius: 8px;
            font-family: 'Nunito', sans-serif; font-size: .93rem;
            color: var(--text); background: #fff; outline: none;
            transition: border-color .2s, box-shadow .2s;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b5a3b' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right .85rem center;
            padding-right: 2.2rem;
        }
        .of-group select:focus { border-color: var(--btn); box-shadow: 0 0 0 3px rgba(201,138,0,.13); }

        /* Hüküm & şartlar onay checkbox */
        .terms-wrap {
            display: flex; align-items: flex-start; gap: .6rem;
            margin-top: .85rem; padding: .75rem .9rem;
            background: #fff8f0; border: 2px solid var(--btn);
            border-radius: 8px; cursor: pointer;
        }
        .terms-wrap input[type="checkbox"] {
            width: 18px; height: 18px; margin-top: 1px;
            accent-color: var(--btn); cursor: pointer; flex-shrink: 0;
        }
        .terms-wrap span {
            font-size: .83rem; color: var(--text); line-height: 1.5;
        }
        .terms-wrap a {
            color: var(--btn); font-weight: 700; text-decoration: underline;
        }
        .terms-wrap a:hover { opacity: .8; }

        /* Hatirla checkbox */
        .remember-wrap {
            display: flex; align-items: flex-start; gap: .6rem;
            margin-top: .5rem; padding: .75rem .9rem;
            background: #fffbf0; border: 1px solid var(--border);
            border-radius: 8px; cursor: pointer;
        }
        .remember-wrap input[type="checkbox"] {
            width: 18px; height: 18px; margin-top: 1px;
            accent-color: var(--btn); cursor: pointer; flex-shrink: 0;
        }
        .remember-wrap span {
            font-size: .83rem; color: var(--text); line-height: 1.4;
        }
        /* Kayitli bilgileri kullan */
        .saved-info-wrap {
            display: none; align-items: flex-start; gap: .6rem;
            margin-bottom: .85rem; padding: .75rem .9rem;
            background: #f0fbe8; border: 1px solid #b7e8a0;
            border-radius: 8px; cursor: pointer;
        }
        .saved-info-wrap.visible { display: flex; }
        .saved-info-wrap input[type="checkbox"] {
            width: 18px; height: 18px; margin-top: 2px;
            accent-color: #25D366; cursor: pointer; flex-shrink: 0;
        }
        .saved-info-wrap span { font-size: .83rem; color: #1e7a34; line-height: 1.4; font-weight: 600; }

        .special-group{background:var(--card);border:2px solid var(--btn);border-radius:12px;margin-bottom:.65rem;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}
        .special-group-header{background:var(--btn);color:#fff;padding:.5rem .85rem;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.85rem}
        .special-group-body{padding:.5rem 0}
        .special-group-item{display:flex;align-items:center;gap:.65rem;padding:.5rem .85rem;border-bottom:1px dashed var(--border);font-size:.85rem}
        .special-group-item:last-child{border-bottom:none}
        .special-group-item img{width:38px;height:38px;object-fit:cover;border-radius:6px;border:1px solid var(--border);flex-shrink:0}
        .special-group-item-ph{width:38px;height:38px;border-radius:6px;border:1px solid var(--border);flex-shrink:0;background:linear-gradient(135deg,#f0e8d0,#e8d5a0);display:flex;align-items:center;justify-content:center;font-size:.9rem}
        .special-group-footer{padding:.6rem .85rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
        .special-group-total{font-weight:800;color:var(--btn);font-size:.95rem}
        .special-group-qty{display:flex;align-items:center;gap:.35rem}
