/* ============================================
   SEPET (CART) PAGE STYLES
   ============================================ */

/* Breadcrumb */
.sepet-breadcrumb-section {
    background: #f8f9fa;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.sepet-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    flex-wrap: wrap;
}

.sepet-breadcrumb a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}

.sepet-breadcrumb a:hover {
    color: #e67e22;
}

.sepet-breadcrumb i {
    font-size: 10px;
    color: #adb5bd;
}

.sepet-breadcrumb span {
    color: #343a40;
    font-weight: 500;
}

/* Sepet Page Title */
.sepet-baslik-section {
    padding: 24px 0 8px;
}

.sepet-baslik {
    font-size: 22px;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sepet-baslik i {
    color: #e67e22;
    font-size: 24px;
}

.sepet-adet-badge {
    background: #e67e22;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    padding: 2px 12px;
    margin-left: 4px;
}

/* Main Layout */
.sepet-section {
    padding: 16px 0 40px;
}

.sepet-layout {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.sepet-sol {
    flex: 1;
    min-width: 0;
}

.sepet-sag {
    width: 340px;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
}

/* Cart Item Card (Mağaza Grubu) */
.sepet-magaza-grup {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
}

.sepet-magaza-grup:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.sepet-magaza-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafbfc;
}

.sepet-magaza-baslik i {
    color: #e67e22;
    font-size: 16px;
}

.sepet-magaza-baslik a {
    font-size: 14px;
    font-weight: 600;
    color: #e67e22;
    text-decoration: none;
    transition: color 0.2s;
}

.sepet-magaza-baslik a:hover {
    color: #cf6d17;
    text-decoration: underline;
}

.sepet-magaza-satis-tipi {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.sepet-magaza-satis-tipi.seri {
    background: #fff3e0;
    color: #e67e22;
    border: 1px solid #ffe0b2;
}

.sepet-magaza-satis-tipi.adet {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

/* Ürün Satırı */
.sepet-urun-satir {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.sepet-urun-satir:last-child {
    border-bottom: none;
}

.sepet-urun-gorsel {
    width: 100px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.sepet-urun-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sepet-urun-bilgi {
    flex: 1;
    min-width: 0;
}

.sepet-urun-baslik {
    font-size: 14px;
    font-weight: 500;
    color: #1a2b4a;
    margin: 0 0 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 36px;
}

.sepet-urun-kod {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
}

.sepet-urun-kod i {
    color: #e67e22;
    margin-right: 4px;
}

.sepet-urun-kod strong {
    color: #1a2b4a;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.sepet-urun-sil-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    color: #adb5bd;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s;
    line-height: 1;
}

.sepet-urun-sil-btn:hover {
    color: #e63946;
    background: #fef2f2;
}

/* Seri Bazlı Varyant Tablosu */
.sepet-varyant-tablo {
    margin-top: 8px;
    width: 100%;
}

.sepet-varyant-satir {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #f8f8f8;
    font-size: 13px;
}

.sepet-varyant-satir:last-child {
    border-bottom: none;
}

.sepet-varyant-renk {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ddd;
    flex-shrink: 0;
    overflow: hidden;
}

.sepet-varyant-renk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sepet-varyant-beden {
    font-weight: 600;
    color: #495057;
    min-width: 28px;
}

.sepet-varyant-renk-adi {
    color: #868e96;
    min-width: 50px;
}

.sepet-varyant-fiyat {
    color: #495057;
    font-weight: 500;
    min-width: 90px;
}

.sepet-varyant-miktar {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
}

.sepet-miktar-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #dee2e6;
    background: #f8f9fa;
    color: #495057;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s;
    border-radius: 0;
    line-height: 1;
}

.sepet-miktar-btn:first-child {
    border-radius: 6px 0 0 6px;
}

.sepet-miktar-btn:last-child {
    border-radius: 0 6px 6px 0;
}

.sepet-miktar-btn:hover {
    background: #e67e22;
    color: #fff;
    border-color: #e67e22;
}

.sepet-miktar-input {
    width: 42px;
    height: 30px;
    border: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #1a2b4a;
    background: #fff;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.sepet-miktar-input::-webkit-inner-spin-button,
.sepet-miktar-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sepet-varyant-sil {
    background: none;
    border: none;
    color: #ced4da;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.15s;
    margin-left: 8px;
    line-height: 1;
}

.sepet-varyant-sil:hover {
    color: #e63946;
    background: #fef2f2;
}

/* Seri Ara Toplam */
.sepet-urun-ara-toplam {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 6px 0 2px;
    margin-top: 4px;
}

.sepet-urun-ara-toplam-label {
    font-size: 12px;
    color: #868e96;
}

.sepet-urun-ara-toplam-fiyat {
    font-size: 15px;
    font-weight: 700;
    color: #e67e22;
}

/* Adet Bazlı Ürün */
.sepet-adet-detay {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.sepet-adet-renk-beden {
    font-size: 13px;
    color: #6c757d;
}

.sepet-adet-renk-beden strong {
    color: #495057;
}

.sepet-adet-fiyat {
    font-size: 15px;
    font-weight: 700;
    color: #e67e22;
}

.sepet-adet-eski-fiyat {
    font-size: 12px;
    color: #adb5bd;
    text-decoration: line-through;
    margin-left: 4px;
}

.sepet-adet-alt {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap;
}

/* Teslimat Adresi Kutusu */
.sepet-adres-kutu {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 18px 20px 14px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.sepet-adres-baslik {
    font-size: 15px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.sepet-adres-baslik i {
    color: #e67e22;
    font-size: 16px;
}

.sepet-adres-liste {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.sepet-adres-secim {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1.5px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: #fafbfc;
}

.sepet-adres-secim:hover {
    border-color: #e67e22;
    background: #fff8f0;
}

.sepet-adres-secim.aktif {
    border-color: #e67e22;
    background: #fff8f0;
}

.sepet-adres-secim input[type="radio"] {
    margin-top: 3px;
    accent-color: #e67e22;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

.sepet-adres-secim-icerik {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.sepet-adres-secim-baslik {
    font-size: 13px;
    font-weight: 700;
    color: #1a2b4a;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.sepet-adres-secim-baslik i {
    color: #e67e22;
}

.sepet-adres-varsayilan-badge {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #e67e22;
    padding: 1px 8px;
    border-radius: 20px;
}

.sepet-adres-secim-ozet {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.4;
}

.sepet-adres-duzenle-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #e67e22;
    text-decoration: none;
    padding: 6px 0 2px;
    transition: color 0.2s;
}

.sepet-adres-duzenle-link:hover {
    color: #cf6d17;
    text-decoration: underline;
}

.sepet-adres-duzenle-link i {
    font-size: 13px;
}

/* Ambar Kodu Alanı */
.sepet-ambar-kodu-alani {
    margin-top: 12px;
    padding: 14px 16px;
    background: #f8f9fc;
    border: 1.5px solid #e9ecef;
    border-radius: 10px;
}

.sepet-ambar-kodu-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 8px;
}

.sepet-ambar-kodu-label i {
    color: #e67e22;
    font-size: 14px;
}

.sepet-ambar-kodu-input {
    width: 100%;
    padding: 9px 12px;
    font-size: 13px;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    color: #1a2b4a;
    transition: border-color 0.2s;
    outline: none;
}

.sepet-ambar-kodu-input:focus {
    border-color: #e67e22;
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.1);
}

.sepet-ambar-kodu-input::placeholder {
    color: #adb5bd;
}

.sepet-ambar-kodu-aciklama {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #6c757d;
    line-height: 1.3;
}

/* Sağ Panel - İndirim Kodu & Sepet Özeti */
.sepet-kupon-kutu {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.sepet-kupon-baslik {
    font-size: 15px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 12px;
}

.sepet-kupon-form {
    display: flex;
    gap: 8px;
}

.sepet-kupon-input {
    flex: 1;
    height: 40px;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 13px;
    color: #495057;
    outline: none;
    transition: border-color 0.2s;
}

.sepet-kupon-input:focus {
    border-color: #e67e22;
}

.sepet-kupon-input::placeholder {
    color: #adb5bd;
}

.sepet-kupon-btn {
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    background: #e67e22;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.sepet-kupon-btn:hover {
    background: #cf6d17;
}

/* Sepet Özeti */
.sepet-ozet-kutu {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.sepet-ozet-baslik {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.sepet-ozet-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 14px;
    color: #495057;
}

.sepet-ozet-satir span:last-child {
    font-weight: 600;
    color: #1a2b4a;
}

.sepet-ozet-satir.indirim span:last-child {
    color: #2e7d32;
}

.sepet-ozet-toplam {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 4px;
    margin-top: 8px;
    border-top: 2px solid #1a2b4a;
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4a;
}

.sepet-ozet-toplam span:last-child {
    font-size: 20px;
    color: #e67e22;
}

.sepet-aksiyon-grup {
    margin-top: 18px;
    display: flex;
    gap: 10px;
}

.sepet-devam-btn {
    flex: 1;
    height: 44px;
    border: 2px solid #e67e22;
    border-radius: 10px;
    background: #fff;
    color: #e67e22;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.sepet-devam-btn:hover {
    background: #fff8f0;
}

.sepet-odeme-btn {
    flex: 1;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #e67e22;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.sepet-odeme-btn:hover {
    background: #cf6d17;
}

/* Güvenlik Bilgisi */
.sepet-guvenlik {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 12px;
    color: #868e96;
}

.sepet-guvenlik i {
    color: #2e7d32;
    font-size: 14px;
}

/* Boş Sepet */
.sepet-bos {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.sepet-bos i {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 16px;
}

.sepet-bos h3 {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.sepet-bos p {
    font-size: 14px;
    color: #868e96;
    margin-bottom: 20px;
}

.sepet-bos-btn {
    display: inline-block;
    padding: 10px 28px;
    background: #e67e22;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.sepet-bos-btn:hover {
    background: #cf6d17;
    color: #fff;
}

/* ===== MOBİL STICKY BOTTOM BAR ===== */
.sepet-mobil-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -3px 16px rgba(0,0,0,0.13);
    padding: 10px 16px 14px;
    flex-direction: column;
    gap: 6px;
}

.sepet-mobil-sticky-ust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sepet-mobil-sticky-kazanc {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #2e7d32;
    font-weight: 600;
}

.sepet-mobil-sticky-kazanc i {
    font-size: 16px;
    color: #2e7d32;
}

.sepet-mobil-sticky-sinirli {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #e67e22;
    background: #fff8f0;
    border: 1px solid #ffe0b2;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

.sepet-mobil-sticky-sinirli i {
    font-size: 12px;
}

.sepet-mobil-sticky-alt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sepet-mobil-sticky-fiyat-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f8f9fa;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    padding: 0 4px 0 12px;
    height: 50px;
    min-width: 110px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.sepet-mobil-sticky-fiyat-wrapper i {
    font-size: 14px;
    color: #6c757d;
    margin-right: 4px;
}

.sepet-mobil-sticky-fiyat {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4a;
}

.sepet-mobil-sticky-odeme {
    flex: 1;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: #e67e22;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    transition: background 0.2s;
    gap: 8px;
}

.sepet-mobil-sticky-odeme:hover {
    background: #cf6d17;
}

.sepet-mobil-sticky-odeme-icerik {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

.sepet-mobil-sticky-odeme-baslik {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.sepet-mobil-sticky-odeme-alt {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sepet-mobil-sticky-odeme-alt i {
    font-size: 11px;
}

.sepet-mobil-sticky-odeme-ok {
    font-size: 22px;
    flex-shrink: 0;
}

/* ===== MOBİL SEPET ÖZET MODAL ===== */
.sepet-ozet-modal-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    backdrop-filter: blur(0px);
    z-index: 1100;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease;
}

.sepet-ozet-modal-overlay.aktif {
    opacity: 1;
    pointer-events: auto;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
}

.sepet-ozet-modal {
    background: #fff;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0 0 24px;
    transform: translateY(100%) scale(0.95);
    transform-origin: bottom center;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
}

.sepet-ozet-modal-overlay.aktif .sepet-ozet-modal {
    transform: translateY(0) scale(1);
}

.sepet-ozet-modal-handle {
    display: flex;
    justify-content: center;
    padding: 12px 0 4px;
}

.sepet-ozet-modal-handle span {
    width: 40px;
    height: 4px;
    background: #dee2e6;
    border-radius: 4px;
    display: block;
}

.sepet-ozet-modal-baslik {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4a;
    text-align: center;
    padding: 4px 20px 14px;
    border-bottom: 1px solid #f0f0f0;
}

/* Modal üst bilgi */
.som-sepetim-satir {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px 8px;
    font-size: 13px;
    color: #495057;
}

.som-sepetim-adet {
    font-weight: 700;
    color: #1a2b4a;
}

.som-tukenme-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #e63946;
    background: #fff5f5;
    border: 1px solid #ffc9cc;
    border-radius: 20px;
    padding: 3px 10px;
    margin-left: auto;
}

.som-tukenme-badge i {
    font-size: 12px;
}

/* Ürün küçük görseller */
.som-urun-listesi {
    display: flex;
    gap: 10px;
    padding: 10px 20px 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

.som-urun-listesi::-webkit-scrollbar {
    display: none;
}

.som-urun-kart {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.som-urun-gorsel {
    width: 72px;
    height: 88px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
}

.som-urun-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.som-urun-adet {
    position: absolute;
    top: 4px;
    left: 4px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    padding: 1px 5px;
}

.som-urun-badge-tuken {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e63946;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    padding: 2px 0;
    border-radius: 0 0 8px 8px;
}

.som-urun-badge-son {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    padding: 2px 0;
    border-radius: 0 0 8px 8px;
}

.som-urun-fiyat {
    font-size: 12px;
    font-weight: 600;
    color: #1a2b4a;
    text-align: center;
}

/* Seri bazlı ürün etiketi */
.som-urun-tip {
    font-size: 9px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 4px;
    text-align: center;
}

.som-urun-tip.seri {
    background: #fff3e0;
    color: #e67e22;
}

.som-urun-tip.adet {
    background: #e8f5e9;
    color: #2e7d32;
}

/* Mobil Modal - Teslimat Adresi */
.som-adres-bolum {
    padding: 14px 20px 4px;
    border-top: 1px solid #f0f0f0;
}

.som-adres-baslik {
    font-size: 13px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.som-adres-baslik i {
    color: #e67e22;
    font-size: 14px;
}

.som-adres-liste {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 10px;
}

/* Fiyat özet satırları */
.som-fiyat-bolum {
    padding: 14px 20px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
}

.som-fiyat-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 14px;
    color: #495057;
    border-bottom: 1px solid #f8f8f8;
}

.som-fiyat-satir:last-child {
    border-bottom: none;
}

.som-fiyat-satir span:last-child {
    font-weight: 600;
    color: #1a2b4a;
}

.som-fiyat-satir.kazanc span:first-child {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2e7d32;
}

.som-fiyat-satir.kazanc span:last-child {
    color: #2e7d32;
}

.som-kazanc-detay-btn {
    background: none;
    border: none;
    color: #adb5bd;
    font-size: 14px;
    cursor: pointer;
    padding: 0 2px;
    line-height: 1;
}

.som-toplam-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px 0;
    margin-top: 8px;
    border-top: 2px solid #1a2b4a;
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4a;
}

.som-toplam-satir span:last-child {
    font-size: 20px;
    color: #e67e22;
}

/* Modal alt sticky bar (aynı tasarım) */
.som-alt-bar {
    margin: 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.som-alt-bar-kazanc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
}

.som-alt-bar-kazanc-sol {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2e7d32;
    font-weight: 600;
}

.som-alt-bar-kazanc-sol i {
    font-size: 16px;
}

.som-alt-bar-butonlar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.som-alt-bar-fiyat {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8f9fa;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    padding: 0 10px 0 12px;
    height: 50px;
    min-width: 110px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1a2b4a;
}

.som-alt-bar-fiyat i {
    font-size: 14px;
    color: #6c757d;
}

.som-alt-bar-odeme {
    flex: 1;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: #e67e22;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    gap: 8px;
    transition: background 0.2s;
}

.som-alt-bar-odeme:hover {
    background: #cf6d17;
}

.som-alt-bar-odeme-icerik {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

.som-alt-bar-odeme-baslik {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.som-alt-bar-odeme-alt {
    font-size: 10px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 3px;
}

.som-alt-bar-odeme i.ok {
    font-size: 20px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .sepet-layout {
        flex-direction: column;
    }

    .sepet-sag {
        width: 100%;
        position: static;
    }
}

@media (max-width: 768px) {
    .sepet-mobil-sticky {
        display: flex;
    }

    .sepet-section {
        padding-bottom: 120px;
    }

    .sepet-sag {
        display: none !important;
    }

    .sepet-baslik {
        font-size: 18px;
    }

    .sepet-urun-satir {
        padding: 14px 14px;
        gap: 12px;
    }

    .sepet-urun-gorsel {
        width: 80px;
        height: 100px;
    }

    .sepet-varyant-satir {
        flex-wrap: wrap;
        gap: 8px;
    }

    .sepet-varyant-miktar {
        margin-left: 0;
    }

    .sepet-magaza-baslik {
        padding: 12px 14px;
        flex-wrap: wrap;
        gap: 6px;
    }

    .sepet-aksiyon-grup {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .sepet-urun-gorsel {
        width: 70px;
        height: 88px;
    }

    .sepet-urun-baslik {
        font-size: 13px;
    }

    .sepet-varyant-fiyat {
        min-width: auto;
    }

    .sepet-kupon-kutu,
    .sepet-ozet-kutu {
        padding: 16px;
    }
}


/* Premium Checkout Fields */
.sepet-ek-alan {
    margin-bottom: 20px;
}

.sepet-alan-etiket {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 10px;
}

.sepet-alan-etiket i {
    color: #e67e22;
    font-size: 16px;
}

/* Method Selection Cards */
.sepet-method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sepet-method-card {
    position: relative;
    cursor: pointer;
}

.sepet-method-card input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.method-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 10px;
    background: #fff;
    border: 1.5px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.method-card-content i {
    font-size: 20px;
    color: #6c757d;
    transition: color 0.2s;
}

.method-card-content span {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

.sepet-method-card input:checked + .method-card-content {
    border-color: #e67e22;
    background: #fff8f0;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.12);
    transform: translateY(-2px);
}

.sepet-method-card input:checked + .method-card-content i {
    color: #e67e22;
}

.sepet-method-card input:checked + .method-card-content span {
    color: #e67e22;
}

/* Premium Checkbox */
.premium-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.2s;
}

.premium-checkbox:hover {
    background: #fff;
    border-color: #e67e22;
}

.premium-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #e67e22;
    cursor: pointer;
}

.checkbox-text {
    font-size: 13px;
    font-weight: 500;
    color: #495057;
}

/* Inputs & Textareas */
.sepet-input, .sepet-textarea {
    width: 100%;
    background: #fff;
    border: 1.5px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 13.5px;
    color: #1a2b4a;
    outline: none;
    transition: all 0.2s;
}

.sepet-input:focus, .sepet-textarea:focus {
    border-color: #e67e22;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1);
}

.sepet-textarea {
    height: 90px;
    resize: none;
    line-height: 1.5;
}

.sepet-input::placeholder, .sepet-textarea::placeholder {
    color: #adb5bd;
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .sepet-method-grid {
        gap: 8px;
    }
    
    .method-card-content {
        padding: 12px 8px;
    }
}

/* Modal Address Selection Styling */
#faturaAdresiModal .sepet-adres-liste {
    max-height: 400px;
    overflow-y: auto;
    padding: 5px;
}

#faturaAdresiModal .sepet-adres-secim {
    border-width: 2px;
    margin-bottom: 10px;
}

#faturaAdresiModal .sepet-adres-secim:hover {
    border-color: #e67e22;
    background-color: #fff8f0;
}

#faturaAdresiModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#faturaAdresiModal .modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
}

#faturaAdresiModal .modal-title {
    font-weight: 700;
    color: #1a2b4a;
}

#faturaAdresiModal .modal-footer {
    border-top: 1px solid #f0f0f0;
    padding: 15px 20px;
}

#faturaAdresiModal .btn-outline-primary {
    color: #e67e22;
    border-color: #e67e22;
}

#faturaAdresiModal .btn-outline-primary:hover {
    background-color: #e67e22;
    color: #fff;
}
