/* Giriş / Kayıt / Sipariş form inputları */
.tf-login-wrap .tf-field-input,
.tf-login-wrap .tf-input {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--main);
    transition: border-color 0.2s ease;
    outline: none;
    box-sizing: border-box;
}
.tf-login-wrap .tf-field-input:focus,
.tf-login-wrap .tf-input:focus {
    border-color: var(--main);
}
.tf-login-wrap textarea.tf-field-input,
.tf-login-wrap textarea.tf-input {
    min-height: 80px;
    resize: vertical;
}
.tf-login-wrap .form-label {
    margin-bottom: 6px;
    font-size: 13px;
}
.tf-login-wrap .tf-field.style-1 {
    position: relative;
}
.tf-login-wrap .tf-field.style-1 .tf-field-label {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
    pointer-events: none;
    transition: all 0.2s ease;
    background: #fff;
    padding: 0 4px;
}
.tf-login-wrap .tf-field.style-1 .tf-field-input:focus ~ .tf-field-label,
.tf-login-wrap .tf-field.style-1 .tf-field-input:not(:placeholder-shown) ~ .tf-field-label {
    top: -1px;
    transform: translateY(-50%);
    font-size: 11px;
    color: var(--main);
    line-height: 1;
    z-index: 1;
}
/* Textarea floating label */
.tf-login-wrap .tf-field.style-1 textarea ~ .tf-field-label {
    top: 14px;
    transform: none;
}
.tf-login-wrap .tf-field.style-1 textarea:focus ~ .tf-field-label,
.tf-login-wrap .tf-field.style-1 textarea:not(:placeholder-shown) ~ .tf-field-label {
    top: -1px;
    left: 10px;
    font-size: 11px;
    color: var(--main);
    background: #fff;
    padding: 0 6px;
    transform: translateY(-50%);
    z-index: 1;
    line-height: 1;
}
.tf-login-wrap .tf-login-title {
    margin-bottom: 20px;
}
.tf-login-wrap .tf-login-title h4 {
    margin-bottom: 4px;
}
.tf-login-wrap .tf-login-title p {
    margin-bottom: 0;
}

/* Sipariş sayfası buton aralığı */
.siparis-buton-alani .tf-btn + .tf-btn {
    margin-top: 12px;
}

/* Siyah buton hover - yazı beyaz, arka plan siyah kalacak */
.tf-btn.btn-fill:not(.btn-reset):hover {
    color: var(--white) !important;
    background-color: var(--main) !important;
}
.tf-btn.btn-fill:not(.btn-reset):hover span {
    color: var(--white) !important;
}
.tf-btn.btn-fill:not(.btn-reset)::after {
    display: none !important;
}

/* Outline buton hover */
.tf-btn.btn-outline:not(.btn-reset)::after {
    display: none !important;
}
.tf-btn.btn-outline:not(.btn-reset):hover {
    background-color: var(--main) !important;
    color: var(--white) !important;
    border-color: var(--main) !important;
}
.tf-btn.btn-outline:not(.btn-reset):hover span {
    color: var(--white) !important;
}

/* Dosya Dolabı - Kartlar */
.dosya-dolabi-kart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
    color: var(--main);
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.dosya-dolabi-kart:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: var(--main);
    color: var(--main);
}

.dosya-dolabi-ikon {
    color: #666;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.dosya-dolabi-kart:hover .dosya-dolabi-ikon {
    color: var(--primary);
}

.dosya-dolabi-baslik {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}

/* Ürün açıklama alanı - CKEditor HTML içerik stilleri */
.tab-description ul,
.tab-description ol {
    padding-left: 20px;
    margin-bottom: 16px;
}
.tab-description ul {
    list-style: disc;
}
.tab-description ol {
    list-style: decimal;
}
.tab-description ul li,
.tab-description ol li {
    list-style: inherit;
    margin-bottom: 4px;
    padding-left: 4px;
}

/* Quickview açıklama alanı - CKEditor HTML içerik stilleri */
.tf-product-info-desc-text ul,
.tf-product-info-desc-text ol {
    padding-left: 20px;
    margin-bottom: 10px;
}
.tf-product-info-desc-text ul {
    list-style: disc;
}
.tf-product-info-desc-text ol {
    list-style: decimal;
}
.tf-product-info-desc-text ul li,
.tf-product-info-desc-text ol li {
    list-style: inherit;
    margin-bottom: 3px;
    padding-left: 4px;
}

/* Ürün detay açıklama alanı - CKEditor HTML içerik stilleri */
.urun-aciklama-alani ul,
.urun-aciklama-alani ol {
    padding-left: 20px;
    margin-bottom: 10px;
}
.urun-aciklama-alani ul {
    list-style: disc;
}
.urun-aciklama-alani ol {
    list-style: decimal;
}
.urun-aciklama-alani ul li,
.urun-aciklama-alani ol li {
    list-style: inherit;
    margin-bottom: 3px;
    padding-left: 4px;
}

/* SweetAlert buton hover - yazı beyaz kalacak */
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover,
.swal2-styled:hover {
    color: #fff !important;
}

/* btn-line hover - tf-btn ::after beyaz overlay'i devre dışı, alt çizgi korunacak */
.tf-btn.btn-line:not(.btn-reset)::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: 2px !important;
    background-color: var(--main) !important;
    transform: none !important;
    z-index: auto !important;
}
.tf-btn.btn-line:not(.btn-reset):hover::after {
    transform: none !important;
}
.tf-btn.btn-line:not(.btn-reset):hover {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* ==================== SEPET SAYFASI - MOBİL TASARIM ==================== */

/* Desktop tablo göster, mobil kartları gizle */
.sepet-desktop {
    display: block;
}
.sepet-mobil {
    display: none;
}

@media (max-width: 767px) {
    .sepet-desktop {
        display: none;
    }
    .sepet-mobil {
        display: block;
    }

    /* Mobil kart */
    .sepet-kart {
        position: relative;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 12px;
        background: #fff;
        transition: opacity 0.3s ease;
    }

    /* Sil butonu - sağ üst köşe */
    .sepet-kart-sil {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999;
        font-size: 12px;
        border-radius: 50%;
        transition: color 0.2s ease, background 0.2s ease;
        z-index: 2;
    }
    .sepet-kart-sil:hover {
        color: #e74c3c;
        background: rgba(231, 76, 60, 0.08);
    }

    /* Üst kısım: görsel + bilgi yan yana */
    .sepet-kart-ust {
        display: flex;
        gap: 14px;
        margin-bottom: 14px;
    }

    .sepet-kart-gorsel {
        flex-shrink: 0;
    }
    .sepet-kart-gorsel img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 6px;
        display: block;
    }

    .sepet-kart-bilgi {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        min-width: 0;
        padding-right: 24px;
    }

    .sepet-kart-baslik {
        font-size: 14px;
        font-weight: 600;
        color: var(--main);
        text-decoration: none;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sepet-kart-baslik:hover {
        color: var(--primary);
    }

    .sepet-kart-varyant {
        font-size: 12px;
        color: #888;
        line-height: 1.3;
    }

    .sepet-kart-fiyat {
        font-size: 14px;
        font-weight: 600;
        color: var(--main);
        margin-top: 2px;
    }

    /* Alt kısım: adet + toplam fiyat */
    .sepet-kart-alt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 12px;
        border-top: 1px solid var(--line);
    }

    .sepet-kart-toplam {
        font-size: 15px;
        font-weight: 700;
        color: var(--main);
    }

    /* Sipariş özeti mobil */
    .sepet-ozet-kutu {
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 20px 16px;
    }
}

/* ==================== intl-tel-input UYUMLULUĞU ==================== */
.tf-login-wrap .iti {
    width: 100%;
}
.tf-login-wrap .iti .iti__tel-input {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--main);
    transition: border-color 0.2s ease;
    outline: none;
    box-sizing: border-box;
}
.tf-login-wrap .iti .iti__tel-input:focus {
    border-color: var(--main);
}

/* ==================== ŞİFRE ALANI MASKELEMESİ ==================== */
/* type="text" + CSS maskeleme ile tarayıcı "şifreyi kaydet" popup'ı engellenir */
.sifre-maskeli {
    -webkit-text-security: disc;
    -moz-text-security: disc;
    text-security: disc;
}

/* Ürün kartı görselleri - cover ile kutuyu doldurur (letterbox boşluğu ve badge taşması olmaz) */
.card-product .card-product-wrapper img {
    object-fit: cover !important;
}

/* ============ Marka altın tonu: daha canlı + shine ============ */
:root {
  --primary: #C9A23F;
  --primary-light: #E4C878;
  --primary-deep: #A67C24;
  --gold-shine: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 46%, var(--primary-deep) 100%);
}
/* İndirim badge: altın gloss + geçen parıltı */
.card-product-labels .label-indirim {
  background: var(--gold-shine);
  box-shadow: 0 2px 8px rgba(166,124,36,.32);
  position: relative;
  overflow: hidden;
}
.card-product-labels .label-indirim::after {
  content: ""; position: absolute; top: 0; left: -70%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.6), transparent);
  transform: skewX(-20deg);
  animation: goldShine 4s ease-in-out infinite;
}
@keyframes goldShine { 0%, 55% { left: -70%; } 100% { left: 140%; } }
@media (prefers-reduced-motion: reduce) {
  .card-product-labels .label-indirim::after { animation: none; }
}

/* Hızlı bakış - adet ve sepete ekle butonu arası boşluk */
.modal-quick-view .tf-product-info-quantity {
    margin-bottom: 16px;
}


/* ==== Tüm Ürünler (shop) sayfası ==== */
.shop-sidebar { position: sticky; top: 20px; }
.shop-sidebar-title {
  text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700;
  margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.shop-cats { list-style: none; margin: 0; padding: 0; }
.shop-cats li { margin-bottom: 2px; }
.shop-cats .cat-link {
  display: flex; justify-content: space-between; align-items: center;
  padding: 11px 14px; border-radius: 6px; color: var(--secondary);
  font-size: 15px; transition: all .25s ease; cursor: pointer; border: 1px solid transparent;
}
.shop-cats .cat-link:hover { color: var(--main); background: var(--surface); }
.shop-cats .cat-link.active {
  color: var(--main); font-weight: 600; background: var(--surface); border-color: var(--line);
}
.shop-cats .cat-link .count { font-size: 12px; color: var(--secondary-2); }
.shop-cats .cat-link.active .count { color: var(--primary); }

.shop-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; flex-wrap: wrap; gap: 8px; }
.shop-head h4 { margin: 0; }
.shop-head .shop-count { color: var(--secondary); font-size: 14px; }

/* Sağ taraf yumuşak geçiş (küt değil) */
.shop-tab-content .tab-pane { transition: opacity .45s ease, transform .45s ease; }
.shop-tab-content .tab-pane.fade:not(.show) { opacity: 0; transform: translateY(14px); }
.shop-tab-content .tab-pane.fade.show { opacity: 1; transform: translateY(0); }

@media (max-width: 991px) {
  .shop-sidebar { position: static; margin-bottom: 28px; }
}

/* Ürün kartı: etiket, indirim, tükendi */
.card-product-wrapper { position: relative; }
.card-product-labels { position: absolute; top: 12px; left: 12px; z-index: 3; display: flex; flex-direction: column; gap: 6px; }
.card-product-labels .label-item {
  display: inline-block; padding: 3px 10px; font-size: 11px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; color: #fff; border-radius: 2px; line-height: 1.6;
}
.card-product-labels .label-indirim { background: var(--primary); }
.card-product-labels .label-tukendi { background: #8a8a8a; }
/* Soluklastirma iki gorseli saran baglantiya verilir; img-hover'in kendi opacity:0'i korunur */
.card-product.urun-tukendi .card-product-wrapper .product-img { opacity: .55; filter: grayscale(.35); }
.card-product-info .price-wrap { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.card-product-info .old-price { text-decoration: line-through; color: var(--secondary-2); font-size: 14px; }

/* Shop: alt kategori, sıralama, sayfalama */
.shop-subcats { list-style: none; margin: 6px 0 6px 14px; padding: 0 0 0 10px; border-left: 1px solid var(--line); }
.shop-subcats .subcat-link { display: flex; justify-content: space-between; align-items: center; padding: 6px 8px; font-size: 13px; color: var(--secondary); border-radius: 4px; text-decoration: none; transition: color .2s, background .2s; }
.shop-subcats .subcat-link:hover { color: var(--main); background: var(--surface); }
.shop-subcats .subcat-link.active { color: var(--primary); font-weight: 600; }
.shop-subcats .subcat-link .count { color: var(--secondary-2); font-size: 12px; }
.shop-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.shop-head h4 { margin: 0; }
.siralama-select { border: 1px solid var(--line); border-radius: 4px; padding: 8px 30px 8px 12px; font-size: 13px; color: var(--main); background: #fff; cursor: pointer; outline: none; min-width: 150px; }
.siralama-select:focus { border-color: var(--main); }
.senay-sayfalama { display: flex; justify-content: center; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 40px 0 0; flex-wrap: wrap; }
.senay-sayfalama li { margin: 0; }
.senay-sayfalama .pagination-item { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--main); font-size: 14px; text-decoration: none; transition: all .2s; }
.senay-sayfalama li a.pagination-item:hover { border-color: var(--main); }
.senay-sayfalama li.active .pagination-item { background: var(--main); border-color: var(--main); color: #fff; }
.senay-sayfalama .pagination-item.nokta { border-color: transparent; }

/* Ürün detay: beden seçici, stok uyarı, pasif buton */
.beden-btn {
  min-width: 46px; height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 4px;
  background: #fff; color: var(--main); font-size: 14px; cursor: pointer; transition: all .2s;
  display: inline-flex; align-items: center; justify-content: center;
}
.beden-btn:hover:not(:disabled) { border-color: var(--main); }
.beden-btn.active { border-color: var(--main); background: var(--main); color: #fff; }
.beden-btn.tukendi, .beden-btn:disabled {
  color: var(--secondary-2); background: var(--surface); border-color: var(--line);
  cursor: not-allowed; text-decoration: line-through; opacity: .7;
}
.stok-uyari { display: inline-block; margin-bottom: 14px; color: #b4232a; font-size: 13px; font-weight: 600; }
/* ============ Buton sistemi — rafine monokrom ink (gold sadece aksan) ============ */
/* Sepete Ekle (birincil): dolu ink, sade; hover'da hafif kalkma */
.btn-style-2:not(.btn-reset) {
  background: var(--main) !important;
  color: #fff !important;
  border: 1.5px solid var(--main);
  transition: transform .28s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease, background .3s ease;
}
.btn-style-2:not(.btn-reset):hover {
  background: #101010 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -12px rgba(24,24,24,.55);
}
/* Hemen Al (ikincil): ince ink çerçeve, hover'da ink dolar */
.btn-style-3:not(.btn-reset) {
  background: transparent !important;
  color: var(--main) !important;
  border: 1.5px solid var(--main);
  transition: background .3s ease, color .3s ease, transform .28s cubic-bezier(.22,.61,.36,1);
}
.btn-style-3:not(.btn-reset):hover {
  background: var(--main) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.btn-style-2:disabled, .btn-style-2.disabled,
.btn-style-3:disabled, .btn-style-3.disabled {
  opacity: .4; cursor: not-allowed; pointer-events: none;
  transform: none !important; box-shadow: none !important;
}
.btn-style-2.disabled::before { display: none; }
.urun-tukendi .card-product-info .title { color: var(--secondary); }
/* Ürün detay: açıklama + ek bilgiler (tek sütun, nötr responsive tablo) */
.urun-detay-metin { padding: 24px 0 8px; }
.urun-metin-blok { margin-bottom: 34px; }
.urun-metin-blok:last-child { margin-bottom: 0; }
.urun-metin-baslik { font-size: 18px; font-weight: 600; color: var(--main); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.urun-aciklama-govde { color: var(--secondary); line-height: 1.8; font-size: 15px; }
.urun-aciklama-govde > *:last-child { margin-bottom: 0; }
.urun-aciklama-govde p { margin: 0 0 12px; }
.urun-aciklama-govde ul, .urun-aciklama-govde ol { margin: 0 0 12px; padding-left: 22px; }
.urun-aciklama-govde ul { list-style: disc; }
.urun-aciklama-govde ol { list-style: decimal; }
.urun-aciklama-govde li { margin-bottom: 6px; display: list-item; }
.urun-aciklama-govde ul > li { list-style-type: disc; }
.urun-aciklama-govde ol > li { list-style-type: decimal; }
.urun-aciklama-govde strong { color: var(--main); }
.urun-ekbilgi-sarmal { overflow-x: auto; }
.urun-ekbilgi-tablo { width: 100%; border-collapse: collapse; font-size: 14px; }
.urun-ekbilgi-tablo th, .urun-ekbilgi-tablo td { text-align: left; padding: 12px 16px; border: 1px solid var(--line); vertical-align: top; }
.urun-ekbilgi-tablo th { width: 34%; font-weight: 600; color: var(--main); background: var(--surface); }
.urun-ekbilgi-tablo td { color: var(--secondary); }
@media (max-width: 575px) {
  .urun-metin-baslik { font-size: 16px; }
  .urun-ekbilgi-tablo th { width: 42%; }
  .urun-ekbilgi-tablo th, .urun-ekbilgi-tablo td { padding: 10px 12px; }
}

/* İletişim */
.iletisim-bilgi-kutu { background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 28px 24px; height: 100%; }
.iletisim-kanal { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.iletisim-kanal:last-child { border-bottom: 0; }
.iletisim-kanal-ikon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--primary); font-size: 18px; }
.iletisim-kanal-baslik { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--secondary-2); margin-bottom: 3px; }
.iletisim-kanal-deger { color: var(--main); font-size: 15px; }
.iletisim-kanal-deger a { color: var(--main); }
.iletisim-form-kutu { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 30px; }

/* SSS akordeon */
.sss-liste { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.sss-oge { border-bottom: 1px solid var(--line); }
.sss-soru { width: 100%; text-align: left; background: none; border: 0; padding: 18px 4px; font-size: 16px; font-weight: 500; color: var(--main); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.sss-soru i { transition: transform .25s ease; color: var(--secondary); }
.sss-oge.acik .sss-soru i { transform: rotate(180deg); }
.sss-cevap { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.sss-oge.acik .sss-cevap { max-height: 500px; }
.sss-cevap p { padding: 0 4px 20px; margin: 0; color: var(--secondary); line-height: 1.7; }

/* Kategori kartları */
.kategori-kart { margin-bottom: 8px; }
.kategori-kart-gorsel { position: relative; display: block; overflow: hidden; border-radius: 6px; aspect-ratio: 3 / 4; }
.kategori-kart-gorsel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.kategori-kart-gorsel:hover img { transform: scale(1.05); }
.kategori-kart-ortu { position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,24,24,.55), rgba(24,24,24,0) 55%); }
.kategori-kart-ad { position: absolute; left: 20px; bottom: 18px; color: #fff; font-size: 22px; font-weight: 600; z-index: 2; }
.kategori-kart-alt { list-style: none; padding: 14px 4px 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px 16px; }
.kategori-kart-alt a { color: var(--secondary); font-size: 14px; }
.kategori-kart-alt a:hover { color: var(--primary); }

/* Sepet özeti (masaüstü) */
.sepet-ozet-kutu { border: 1px solid var(--line); border-radius: 8px; padding: 26px 22px; background: var(--surface); position: sticky; top: 100px; }
.ozet-satir { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 15px; color: var(--secondary); }
.ozet-satir .deger { color: var(--main); font-weight: 500; }
.ozet-satir.toplam { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 16px; font-size: 17px; font-weight: 700; color: var(--main); }
.ozet-satir.toplam .deger { font-weight: 700; }
.kargo-notu { background: #fff; border: 1px dashed var(--primary); color: var(--main); border-radius: 6px; padding: 10px 12px; font-size: 13px; margin: 12px 0 18px; }
.tf-cart-item .cart-meta-variant { font-size: 13px; color: var(--secondary-2); margin-top: 4px; }
.tf-cart-item .cart-old-price { font-size: 13px; color: var(--secondary-2); text-decoration: line-through; }
.tf-cart-item .stok-uyari { margin-top: 6px; font-size: 12px; }
.tf-cart-item .img-box img { width: 90px; height: 110px; object-fit: cover; border-radius: 4px; }
.tf-cart-item_product { display: flex; gap: 16px; align-items: center; }
.remove-cart .remove { cursor: pointer; color: var(--secondary-2); transition: color .2s; }
.remove-cart .remove:hover { color: #b4232a; }

/* Sipariş / ödeme */
.siparis-form-kutu { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 30px; }
.siparis-onay { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); font-size: 14px; line-height: 1.55; cursor: pointer; }
.siparis-onay input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--main); }
.siparis-onay a { color: var(--primary); }
.odeme-yontemleri { display: flex; flex-direction: column; gap: 10px; }
.odeme-yontem-kart { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.odeme-yontem-kart input { width: 18px; height: 18px; accent-color: var(--main); }
.odeme-yontem-kart:has(input:checked) { border-color: var(--main); box-shadow: 0 0 0 1px var(--main) inset; }
.odeme-yontem-ic { display: flex; flex-direction: column; gap: 2px; }
.odeme-yontem-ic strong { color: var(--main); font-size: 15px; }
.odeme-yontem-ic small { color: var(--secondary-2); font-size: 12px; }
.ozet-kalemler { margin-bottom: 14px; }
.ozet-kalem { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.ozet-kalem img { width: 54px; height: 66px; object-fit: cover; border-radius: 4px; }
.ozet-kalem .kalem-bilgi { flex: 1; min-width: 0; }
.ozet-kalem .ad { font-size: 14px; color: var(--main); font-weight: 500; line-height: 1.3; }
.ozet-kalem .detay { font-size: 12px; color: var(--secondary-2); margin-top: 2px; }
.ozet-kalem .kalem-tutar { font-size: 14px; font-weight: 600; color: var(--main); white-space: nowrap; }

/* Havale/IBAN kutusu */
.havale-kutu { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: var(--surface); }
.havale-satir { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.havale-satir:last-child { border-bottom: 0; }
.havale-satir .etiket { color: var(--secondary-2); }
.havale-satir .deger { color: var(--main); font-weight: 600; text-align: right; }
.odeme-durum-kutu { max-width: 560px; margin: 0 auto; text-align: center; padding: 40px 20px; }
.odeme-durum-ikon { width: 72px; height: 72px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 34px; }
.odeme-durum-ikon.basarili { background: rgba(46,160,67,.12); color: #2ea043; }
.odeme-durum-ikon.bekliyor { background: rgba(189,151,85,.14); color: var(--primary); }
.odeme-durum-ikon.basarisiz { background: rgba(180,35,42,.12); color: #b4232a; }

/* Hesabım */
.hesap-menu { border: 1px solid var(--line); border-radius: 8px; padding: 8px; position: sticky; top: 100px; }
.hesap-ozet { padding: 16px 14px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.hesap-ozet strong { display: block; color: var(--main); font-size: 15px; }
.hesap-ozet span { display: block; color: var(--secondary-2); font-size: 13px; margin-top: 2px; word-break: break-all; }
.hesap-menu-link { display: block; width: 100%; text-align: left; background: none; border: 0; padding: 12px 14px; font-size: 14px; color: var(--secondary); border-radius: 6px; cursor: pointer; text-decoration: none; transition: background .2s, color .2s; }
.hesap-menu-link:hover { background: var(--surface); color: var(--main); }
.hesap-menu-link.active { background: var(--main); color: #fff; }
.hesap-menu-link.hesap-cikis { color: #b4232a; }
.hesap-siparis-tablo .siparis-kalemler { padding: 8px 0; }
.hesap-siparis-tablo .siparis-kalemler .ozet-satir { padding: 8px 0; }
@media (max-width: 991px) { .hesap-menu { position: static; margin-bottom: 24px; } }

/* Sipariş durum rozetleri */
.durum-rozet { display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.durum-sari { background: rgba(189,151,85,.15); color: #9a7838; }
.durum-yesil { background: rgba(46,160,67,.14); color: #2ea043; }
.durum-kirmizi { background: rgba(180,35,42,.12); color: #b4232a; }
.durum-mavi { background: rgba(37,99,235,.12); color: #2563eb; }
.durum-gri { background: var(--surface); color: var(--secondary); }

/* CMS sayfa içeriği */
.sayfa-icerik { color: var(--secondary); line-height: 1.8; }
.sayfa-icerik h1, .sayfa-icerik h2, .sayfa-icerik h3 { color: var(--main); margin: 24px 0 12px; }
.sayfa-icerik p { margin-bottom: 16px; }
.sayfa-icerik a { color: var(--primary); }

/* ============ SweetAlert2 (v11) — Şenay Elgin marka teması ============ */
.swal2-container { font-family: "Kumbh Sans", -apple-system, BlinkMacSystemFont, sans-serif; }
.swal2-popup {
  border-radius: 8px;
  padding: 2.4rem 2rem 1.9rem;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px -22px rgba(24, 24, 24, .4);
}
/* Sneat swal skin'i basligi 16em'e hapsediyor — tam genislik + ortala */
.swal2-container .swal2-popup .swal2-title {
  color: var(--main); font-weight: 600; font-size: 1.42rem; letter-spacing: -.01em; line-height: 1.25;
  width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;
  margin: 0 auto !important; text-align: center !important;
}
.swal2-container .swal2-popup .swal2-html-container {
  color: var(--secondary); font-size: .98rem; line-height: 1.6; margin-top: .55rem;
  text-align: center !important;
}
.swal2-actions { gap: 12px; margin-top: 1.75rem; }
.swal2-styled { box-shadow: none !important; margin: 0; }
.swal2-styled:focus { box-shadow: none !important; outline: none; }
.swal2-container .swal2-confirm {
  background-color: #181818 !important; background-image: none !important; color: #ffffff !important; border: 1.5px solid #181818 !important;
  border-radius: 999px !important; padding: 12px 30px !important;
  font-weight: 600 !important; font-size: .8rem !important; letter-spacing: .09em !important; text-transform: uppercase !important;
  box-shadow: none !important; transition: transform .25s ease, background-color .25s ease, box-shadow .3s ease;
}
.swal2-container .swal2-confirm:hover, .swal2-container .swal2-confirm:focus, .swal2-container .swal2-confirm:active {
  background-color: #000000 !important; color: #ffffff !important; border-color: #000000 !important; transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(24, 24, 24, .55) !important;
}
.swal2-container .swal2-cancel {
  background-color: transparent !important; background-image: none !important; color: #181818 !important; border: 1.5px solid #e9e9e9 !important;
  border-radius: 999px !important; padding: 12px 28px !important;
  font-weight: 600 !important; font-size: .8rem !important; letter-spacing: .06em !important; text-transform: uppercase !important;
  box-shadow: none !important; transition: border-color .25s ease, color .25s ease;
}
.swal2-container .swal2-cancel:hover, .swal2-container .swal2-cancel:focus { border-color: #181818 !important; color: #181818 !important; background-color: transparent !important; }
/* İkon: tema SweetAlert'in :where() kurallarını eziyor — çember + ortalama geri getirilir */
.swal2-container .swal2-icon {
  margin: 1.5em auto 1.1em !important;
  border-width: .22em !important; border-style: solid !important;
  box-sizing: content-box !important;
}
.swal2-container .swal2-icon.swal2-warning,
.swal2-container .swal2-icon.swal2-question,
.swal2-container .swal2-icon.swal2-info { border-color: var(--primary) !important; color: var(--primary) !important; }
.swal2-container .swal2-icon.swal2-success { border-color: rgba(107, 163, 104, .5) !important; color: #6ba368 !important; }
.swal2-container .swal2-icon.swal2-success .swal2-success-ring { border-color: rgba(107, 163, 104, .3) !important; }
.swal2-container .swal2-icon.swal2-success [class^='swal2-success-line'] { background-color: #6ba368 !important; }
.swal2-container .swal2-icon.swal2-error { border-color: rgba(192, 57, 43, .5) !important; color: #c0392b !important; }
.swal2-container .swal2-icon.swal2-error [class^='swal2-x-mark-line'] { background-color: #c0392b !important; }
.swal2-timer-progress-bar { background: var(--primary); }

/* ============ Kendi toast bildirimimiz (SweetAlert değil) ============ */
#senay-toast-katman {
  position: fixed; right: 22px; bottom: 22px; z-index: 100000;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-end;
  max-width: calc(100vw - 44px); pointer-events: none;
}
.senay-toast {
  display: flex; align-items: center; gap: 12px;
  background: #fff; color: var(--main);
  border: 1px solid var(--line); border-left: 3px solid var(--primary);
  border-radius: 12px; padding: 15px 20px 15px 16px; max-width: 100%;
  box-shadow: 0 16px 40px -14px rgba(24, 24, 24, .3);
  font-family: "Kumbh Sans", sans-serif; font-size: 14px; font-weight: 500; line-height: 1.4;
  cursor: pointer; pointer-events: auto;
  opacity: 0; transform: translateY(14px) scale(.97);
  transition: opacity .32s ease, transform .32s cubic-bezier(.22, .61, .36, 1);
}
.senay-toast.gir { opacity: 1; transform: none; }
.senay-toast.cik { opacity: 0; transform: translateY(8px) scale(.97); }
.senay-toast-basari { border-left-color: #6ba368; }
.senay-toast-hata { border-left-color: #c0392b; }
.senay-toast-ikon { flex: 0 0 22px; width: 22px; height: 22px; display: inline-flex; }
.senay-toast-basari .senay-toast-ikon { color: #6ba368; }
.senay-toast-hata .senay-toast-ikon { color: #c0392b; }
.senay-toast-ikon svg { width: 100%; height: 100%; display: block; }
.senay-toast-metin { padding-right: 2px; }
@media (max-width: 575px) { #senay-toast-katman { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); } }

/* Footer: marka yazisi (footer.php inline style'indan tasindi) */
footer .footer-logo .logo-text { font-size: 1.6rem; font-weight: 700; letter-spacing: 1px; }

/* Slider: baslik rengi — admin slider.metin_rengi degerinden gelir */
.wrap-slider .box-title-slider .subheading,
.wrap-slider .box-title-slider .heading {
  color: var(--slayt-metin-rengi, var(--main));
}

/* Sayfa basligi: bannersiz sade serit (gorsel yok, notr zemin) */
.page-title.page-title-sade { background: #f4f3ee; background-image: none; }
