/* ============================================
   ÜRÜN DETAY SAYFASI - Toptan Buradan
   ============================================ */

/* ========================================
   BREADCRUMB
   ======================================== */
.urun-detay-breadcrumb-section {
    background: #f5f6f8;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.urun-detay-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    flex-wrap: wrap;
}

.urun-detay-breadcrumb a {
    color: #3b7ddd;
    text-decoration: none;
    transition: color 0.2s;
}

.urun-detay-breadcrumb a:hover {
    color: #2a3f54;
    text-decoration: underline;
}

.urun-detay-breadcrumb i {
    font-size: 10px;
    color: #adb5bd;
}

.urun-detay-breadcrumb span {
    color: #6c757d;
    font-weight: 500;
}

/* ========================================
   ÜRÜN DETAY ANA SECTION
   ======================================== */
.urun-detay-section {
    background: #f5f6f8;
    padding: 20px 0 40px;
}

.urun-detay-wrapper {
    display: flex;
    gap: 28px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    padding: 24px;
    align-items: flex-start;
}

/* ========================================
   SOL TARAF: Ürün Görselleri
   ======================================== */
.urun-detay-sol {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    width: 480px;
    position: sticky;
    top: 148px;
    align-self: flex-start;
}

/* Dikey Thumbnail Listesi */
.urun-thumbnail-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 64px;
    flex-shrink: 0;
}

.urun-thumbnail {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
}

.urun-thumbnail:hover {
    border-color: #3b7ddd;
}

.urun-thumbnail.active {
    border-color: #ff6600;
}

.urun-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Büyük Görsel */
.urun-buyuk-gorsel-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Mobil başlık (desktop'ta gizli) */
.urun-mobil-baslik {
    display: none;
}

.urun-buyuk-gorsel-zoom {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    border-radius: 10px;
    overflow: hidden;
    cursor: crosshair;
    background: #f9f9f9;
    border: 1px solid #e9ecef;
    position: relative;
}

/* Görsel Overlay (sayış + benzerini bul) */
.urun-gorsel-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events: none;
    z-index: 5;
    display: none; /* Desktop'ta gizli, mobilde açılır */
}

.urun-gorsel-sayac {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.urun-benzerini-btn {
    background: rgba(42, 63, 84, 0.87);
    color: #ffffff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    text-decoration: none;
    pointer-events: auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: background 0.2s;
}

.urun-benzerini-btn:hover {
    background: rgba(42, 63, 84, 1);
    color: #ffffff;
}

.urun-benzerini-btn i {
    font-size: 10px;
}

.urun-buyuk-gorsel {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.15s ease;
    transform-origin: center center;
}

/* Paylaşım Kutusu */
.urun-paylasim-kutusu {
    background: #f0faf0;
    border: 1px solid #c1e6c1;
    border-radius: 10px;
    padding: 14px 16px;
}

.urun-paylasim-baslik {
    font-size: 14px;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 6px;
}

.urun-paylasim-baslik i {
    margin-right: 6px;
}

.urun-paylasim-aciklama {
    font-size: 12px;
    color: #555;
    margin: 0 0 8px;
    line-height: 1.5;
}

.urun-paylasim-link {
    font-size: 12px;
    color: #3b7ddd;
    text-decoration: none;
    transition: color 0.2s;
}

.urun-paylasim-link:hover {
    color: #2a3f54;
    text-decoration: underline;
}

.urun-paylasim-link strong {
    color: #2a3f54;
}

.urun-paylasim-link i {
    font-size: 10px;
    margin-left: 4px;
}

/* ========================================
   SAĞ TARAF: Ürün Bilgileri
   ======================================== */
.urun-detay-sag {
    flex: 1;
    min-width: 0;
}

/* Fiyat + Fırsat Birleşik Blok */
.urun-fiyat-firsat-blok {
    border: 1px solid #ffe0cc;
    border-radius: 10px;
    padding: 14px 16px 12px;
    margin-bottom: 14px;
    background: #ffffff;
}

.fff-label {
    font-size: 11px;
    font-weight: 700;
    color: #ff6600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fff-ana-satir {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.fff-fiyat {
    font-size: 26px;
    font-weight: 800;
    color: #e74c3c;
    line-height: 1;
}

.fff-birim {
    font-size: 13px;
    color: #888;
    margin-right: 2px;
}

.fff-eski {
    font-size: 13px;
    color: #adb5bd;
    text-decoration: line-through;
}

.fff-indirim {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e74c3c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    flex-shrink: 0;
}

.fff-sayac-grup {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 4px;
}

.fff-gun-label {
    font-size: 12px;
    color: #555;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 2px;
}

.fff-gun-label #sayacGun {
    font-weight: 700;
    color: #2a2a2a;
}

.fff-sayac-kutu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 28px;
    background: #2a3f54;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 5px;
}

.fff-sayac-ayirici {
    font-size: 14px;
    font-weight: 700;
    color: #2a3f54;
    line-height: 1;
}

/* Tasarruf Satırı */
.fff-tasarruf-satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.fff-tasarruf-satir strong {
    color: #e74c3c;
    font-weight: 700;
}

.fff-tasarruf-satir i {
    font-size: 12px;
    color: #adb5bd;
    flex-shrink: 0;
}

/* Kupon Altı */
.fff-kupon {
    background: #fff8f0;
    border: 1px solid #ffe0b2;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fff-kupon-baslik {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.fff-kupon-alt {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fff-kupon-alt strong {
    font-size: 18px;
    font-weight: 800;
    color: #e74c3c;
}

.fff-iddia {
    display: inline-flex;
    align-items: center;
    background: #2a3f54;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

/* Alıcı Seçimi */
.urun-alici-secimi {
    margin-bottom: 8px;
}

.alici-secimi-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff3e0;
    color: #e65c00;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ffcc80;
}

.alici-secimi-badge i {
    font-size: 14px;
    color: #ff6600;
}

/* Ürün Başlık */
.urun-detay-baslik {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.45;
    margin: 0 0 12px;
}

/* Meta: Yıldızlar, Yorum, Satış */
.urun-detay-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.urun-detay-yildizlar {
    display: flex;
    gap: 1px;
}

.urun-detay-yildizlar i {
    font-size: 14px;
    color: #ff6600;
}

.urun-detay-puan {
    font-size: 14px;
    font-weight: 700;
    color: #2a2a2a;
}

.urun-detay-yorum-link {
    font-size: 13px;
    color: #3b7ddd;
    text-decoration: underline;
}

.urun-detay-yorum-link:hover {
    color: #2a3f54;
}

.urun-detay-satis {
    font-size: 13px;
    color: #6c757d;
}

.fff-label-meta {
    margin-left: auto;
    font-size: 13px;
    font-weight: 700;
    color: #ff6600;
    white-space: nowrap;
}

/* Fiyat Barı (artık kullanılmıyor, yeni blok: urun-fiyat-firsat-blok) */
.urun-detay-fiyat-bar {
    display: none;
}
.urun-detay-fiyat-aralik {
    display: none;
}
.urun-detay-fiyat-ana {
    display: none;
}
.urun-detay-fiyat-birim {
    display: none;
}
.urun-detay-eski-fiyat {
    display: none;
}
.urun-detay-indirim-badge {
    display: none;
}

/* Toptan Fiyat Kademeleri */
.urun-detay-kademe-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
}

.urun-detay-kademe-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 4px 2px;
}

.urun-detay-kademe-track::-webkit-scrollbar {
    display: none;
}

.urun-detay-kademe {
    flex: 0 0 calc((100% - 30px) / 4);
    min-width: 110px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.urun-detay-kademe:hover {
    border-color: #ff6600;
}

.urun-detay-kademe.active {
    border-color: #ff6600;
    background: #fff8f0;
}

.kademe-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.kademe-nav-btn:hover {
    background: #2a3f54;
    border-color: #2a3f54;
    color: #fff;
}

.kademe-nav-btn i {
    font-size: 14px;
}

.kademe-nav-prev {
    order: -1;
}

.kademe-fiyat {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.3;
}

.kademe-eski {
    font-size: 11px;
    color: #adb5bd;
    text-decoration: line-through;
    line-height: 1.3;
}

.kademe-miktar {
    font-size: 11px;
    color: #6c757d;
    margin-top: 2px;
}

/* Kupon Bar */
.urun-detay-kupon-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 10px;
    background: #ffffff;
}

.kupon-bar-sol {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kupon-bar-ikon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff6600, #e65c00);
    display: flex;
    align-items: center;
    justify-content: center;
}

.kupon-bar-ikon i {
    font-size: 20px;
    color: #ffffff;
}

.kupon-bar-bilgi strong {
    font-size: 14px;
    font-weight: 700;
    color: #2a2a2a;
}

.kupon-bar-sag {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kupon-tutar {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
}

.kupon-aciklama {
    font-size: 12px;
    color: #6c757d;
    max-width: 160px;
}

.kupon-al-btn {
    background: #e74c3c;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.kupon-al-btn:hover {
    background: #c0392b;
}

/* Kupon Etiketler */
.kupon-etiketler {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.kupon-etiket {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border: 1px solid #ffcc80;
    background: #fff8f0;
    color: #e65c00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}

/* Seçim Grupları (Renk, Beden, Seçenek) */

.secim-baslik {
    font-size: 14px;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.secim-baslik strong {
    font-weight: 700;
}

/* Beden Slider */
.beden-baslik-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.beden-secim-listesi {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.beden-secim-listesi::-webkit-scrollbar {
    display: none;
}

.beden-secim-item {
    flex-shrink: 0;
    min-width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 14px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.beden-secim-item:hover {
    border-color: #3b7ddd;
}

.beden-secim-item.active {
    border-color: #ff6600;
    background: #fff8f0;
    color: #ff6600;
}

.beden-adet-badge {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ff6600;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.beden-secim-item[data-beden-adet="0"] .beden-adet-badge {
    display: none;
}

/* Renk Seçimi */
.renk-secim-listesi {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.renk-secim-item {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    overflow: visible;
    cursor: pointer;
    transition: all 0.2s;
}

.renk-secim-item:hover {
    border-color: #3b7ddd;
}

.renk-secim-item.active {
    border-color: #ff6600;
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.2);
}

.renk-secim-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Renk Adet Badge */
.renk-adet-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e74c3c;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.renk-secim-item[data-renk-adet="0"] .renk-adet-badge {
    display: none;
}

/* Select Dropdown */
.urun-detay-select-wrapper {
    position: relative;
    max-width: 200px;
}

.urun-detay-select {
    width: 100%;
    padding: 10px 36px 10px 14px;
    font-size: 14px;
    color: #2a2a2a;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%236c757d' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    transition: border-color 0.2s;
}

.urun-detay-select:focus {
    outline: none;
    border-color: #3b7ddd;
    box-shadow: 0 0 0 3px rgba(59, 125, 221, 0.15);
}

/* ========================================
   SERİ STOK TABLOSU (Klavye Görünümü)
   ======================================== */
.seri-stok-wrapper {
    margin-bottom: 16px;
}

.seri-stok-baslik {
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.seri-stok-baslik span {
    color: #ff6600;
}

.seri-stok-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.seri-stok-kart {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 52px;
    cursor: default;
}

.seri-stok-beden {
    background: #555;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 52px;
    height: 44px;
    border-radius: 8px 8px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 0 #333;
    letter-spacing: 0.5px;
}

.seri-stok-adet {
    background: #f0f0f0;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 700;
    width: 52px;
    height: 32px;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-top: none;
}

.seri-stok-toplam {
    margin-top: 8px;
    font-size: 12px;
    color: #6c757d;
}

.seri-stok-toplam strong {
    color: #2a2a2a;
}

/* Miktar Barı */
.urun-detay-miktar-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.miktar-label {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
}

.miktar-kontrol {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.miktar-btn {
    width: 36px;
    height: 36px;
    background: #f5f6f8;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.miktar-btn:hover {
    background: #e9ecef;
}

.miktar-btn i {
    font-size: 16px;
    color: #2a3f54;
}

.miktar-input {
    width: 52px;
    height: 36px;
    text-align: center;
    border: none;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
    outline: none;
    -moz-appearance: textfield;
}

.miktar-input::-webkit-outer-spin-button,
.miktar-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stok-bilgi {
    font-size: 13px;
    color: #6c757d;
}

.urun-detay-siparis-bilgi {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
}

.urun-detay-siparis-bilgi strong {
    color: #2a2a2a;
}

/* ========================================
   BENZER ÜRÜNLER SLİDER
   ======================================== */
.benzer-urunler-seksiyon {
    padding: 28px 0 24px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.benzer-urunler-baslik-row {
    padding: 0 16px 14px;
    max-width: 1200px;
    margin: 0 auto;
}

.benzer-urunler-baslik {
    font-size: 18px;
    font-weight: 800;
    color: #2a3f54;
    margin: 0;
    position: relative;
    padding-left: 12px;
}

.benzer-urunler-baslik::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: #ff6600;
    border-radius: 2px;
}

.benzer-urunler-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.benzer-slider-prev,
.benzer-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #2a3f54;
    cursor: pointer;
    transition: all 0.2s;
}
.benzer-slider-prev { left: 4px; }
.benzer-slider-next { right: 4px; }
.benzer-slider-prev:hover,
.benzer-slider-next:hover {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.08);
}

.benzer-urunler-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.benzer-urunler-track::-webkit-scrollbar {
    display: none;
}

.benzer-urunler-track .urun-karti {
    flex: 0 0 155px;
    min-width: 155px;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
    display: flex;
    flex-direction: column;
}

.benzer-urunler-track .urun-karti:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.benzer-urunler-track .urun-karti-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    flex-shrink: 0;
    overflow: hidden;
}

.benzer-urunler-track .urun-karti-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.benzer-urunler-track .urun-karti:hover .urun-karti-image img {
    transform: scale(1.05);
}

.benzer-urunler-track .urun-karti-body {
    padding: 8px 10px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.benzer-urunler-track .urun-karti-baslik {
    font-size: 12px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.35;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 4px 0;
}

.benzer-urunler-track .urun-karti-puan {
    font-size: 10px;
    color: #f39c12;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 1px;
    margin-bottom: 4px;
}

.benzer-urunler-track .urun-karti-fiyat-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-height: 20px;
}

.benzer-urunler-track .urun-karti-fiyat {
    font-size: 14px;
    font-weight: 800;
    color: #e74c3c;
    line-height: 1;
}

.benzer-urunler-track .urun-karti-fiyat-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.benzer-urunler-track .urun-karti-eski-fiyat {
    font-size: 11px;
    color: #adb5bd;
    text-decoration: line-through;
    line-height: 1;
}

.benzer-urunler-track .urun-karti-min-siparis {
    font-size: 10px;
    color: #6c757d;
    margin: 3px 0 0 0;
}

/* Sepete Ekle Butonu */
.urun-sepet-btn-benzer {
    width: 100%;
    padding: 7px;
    background: #FF6600;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: auto;
}

.urun-sepet-btn-benzer:hover {
    background: #e55a00;
}

.urun-sepet-btn-benzer i {
    font-size: 15px;
}

/* Desktop'ta daha geniş kartlar */
@media (min-width: 769px) {
    .benzer-urunler-track .urun-karti {
        flex: 0 0 190px;
        min-width: 190px;
    }

    .benzer-urunler-track .urun-karti-baslik {
        font-size: 13px;
        height: 36px;
    }

    .benzer-urunler-track .urun-karti-fiyat {
        font-size: 15px;
    }
}

/* ========================================
   SATICI BLOĞU
   ======================================== */
.urun-satici-blok {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    margin-top: 16px;
}

.satici-sol {
    display: flex;
    align-items: center;
    gap: 12px;
}

.satici-logo-link {
    flex-shrink: 0;
}

.satici-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    padding: 4px;
}

.satici-bilgi {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.satici-isim {
    font-size: 14px;
    font-weight: 700;
    color: #2a3f54;
    text-decoration: none;
}

.satici-isim:hover {
    text-decoration: underline;
    color: #1a2d3f;
}

.satici-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.satici-puan {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: #2a3f54;
    padding: 2px 8px;
    border-radius: 4px;
    line-height: 1.6;
}

.satici-resmi {
    font-size: 12px;
    font-weight: 600;
    color: #28a745;
}

.satici-resmi i {
    color: #28a745;
    margin-right: 2px;
}

.satici-takip-btn {
    font-size: 13px;
    font-weight: 600;
    color: #ff6600;
    background: #fff4ed;
    border: 1.5px solid #ff6600;
    border-radius: 20px;
    padding: 6px 14px;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background 0.2s,
        color 0.2s;
}

.satici-takip-btn:hover {
    background: #ff6600;
    color: #ffffff;
}

.satici-sor-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2a3f54;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    margin-bottom: 16px;
    transition:
        background 0.2s,
        color 0.2s;
}

.satici-sor-btn:hover {
    background: #e9ecef;
    color: #1a2d3f;
}

/* Nakliye Barı */
.urun-detay-nakliye-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #f0f0f0;
}

.nakliye-label {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
}

.nakliye-ucretsiz {
    font-size: 14px;
    font-weight: 700;
    color: #28a745;
}

.nakliye-ok {
    font-size: 12px;
    color: #adb5bd;
    margin-left: auto;
    cursor: pointer;
}

.urun-detay-nakliye-detay {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 16px;
    line-height: 1.6;
}

.urun-detay-nakliye-detay a {
    color: #3b7ddd;
    text-decoration: none;
    font-weight: 600;
}

.urun-detay-nakliye-detay a:hover {
    text-decoration: underline;
}

.nakliye-sure {
    color: #888;
    font-style: italic;
}

/* Toplam Maliyet */
.urun-detay-toplam-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 16px;
}

.toplam-label {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 500;
}

.toplam-fiyat {
    font-size: 26px;
    font-weight: 800;
    color: #2a2a2a;
}

.toplam-bilgi-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplam-bilgi-btn i {
    font-size: 16px;
    color: #adb5bd;
}

.toplam-bilgi-btn:hover i {
    color: #6c757d;
}

/* Aksiyon Butonları */
.urun-detay-aksiyon-bar {
    display: flex;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 20px;
}

.urun-aksiyon-fav {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    border: 1.5px solid #d0d0d0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.urun-aksiyon-fav i {
    font-size: 22px;
    color: #2a3f54;
}

.urun-aksiyon-fav:hover {
    border-color: #e74c3c;
    background: #fdf2f2;
}

.urun-aksiyon-fav:hover i {
    color: #e74c3c;
}

.urun-aksiyon-satin-al {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6600 0%, #e65c00 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    height: 52px;
}

.urun-aksiyon-satin-al:hover {
    background: linear-gradient(135deg, #e65c00 0%, #cc5200 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

.urun-aksiyon-sepet {
    flex: 0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: #ffffff;
    color: #2a2a2a;
    border: 1.5px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    height: 52px;
}

.urun-aksiyon-sepet small {
    font-size: 10.5px;
    font-weight: 500;
    color: #888;
}

.urun-aksiyon-sepet:hover {
    background: #f9f9f9;
    border-color: #a0a0a0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.urun-aksiyon-teklif {
    flex: 0.75;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #ffffff;
    color: #1a6e3c;
    border: 1.5px solid #1a6e3c;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    height: 52px;
    white-space: nowrap;
}

.urun-aksiyon-satin-al.disabled,
.urun-aksiyon-sepet.disabled {
    background: #e9ecef !important;
    border-color: #dee2e6 !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 0.8;
}

.urun-aksiyon-teklif i {
    font-size: 15px;
}

.urun-aksiyon-teklif:hover {
    background: #1a6e3c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 110, 60, 0.25);
}

/* Alıcı Koruması */
.urun-detay-koruma-bar {
    background: #f9fafb;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px 18px;
}

.koruma-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #2a3f54;
    margin-bottom: 10px;
    cursor: pointer;
}

.koruma-baslik i:first-child {
    font-size: 18px;
    color: #28a745;
}

.koruma-ok {
    margin-left: auto;
    font-size: 14px;
    color: #adb5bd;
}

.koruma-detaylar {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.koruma-detaylar span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6c757d;
}

.koruma-detaylar span i {
    font-size: 14px;
    color: #28a745;
}

/* ========================================
   ALT BÖLÜMLER (Accordion)
   ======================================== */
.urun-detay-alt-bolumler {
    margin-top: 24px;
}

.urun-detay-accordion {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #2a3f54;
    transition: background 0.2s;
}

.accordion-baslik:hover {
    background: #f9fafb;
}

.accordion-ikon {
    font-size: 16px;
    color: #6c757d;
    transition: transform 0.3s;
}

.accordion-icerik {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 20px;
}

.accordion-icerik.acik {
    padding: 0 20px 20px;
}

/* Özellik Grid */
.ozellik-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.ozellik-satir {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.ozellik-anahtar {
    font-size: 13px;
    color: #6c757d;
    min-width: 130px;
    font-weight: 500;
}

.ozellik-deger {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
}

/* Özellikler Listesi */
.ozellikler-listesi {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ozellikler-listesi li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #f5f5f5;
}

.ozellikler-listesi li:last-child {
    border-bottom: none;
}

.ozellikler-listesi li i {
    font-size: 16px;
    color: #28a745;
    flex-shrink: 0;
}

/* Ürün Açıklaması */
.urun-aciklama-icerik p {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 14px;
}

.urun-aciklama-gorseller {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.urun-aciklama-gorseller img {
    width: 200px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

/* Yorumlar */
.yorum-item {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.yorum-item:last-of-type {
    border-bottom: none;
}

.yorum-ust {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.yorum-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2a3f54;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.yorum-bilgi strong {
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    margin-bottom: 2px;
}

.yorum-yildizlar {
    display: flex;
    gap: 1px;
}

.yorum-yildizlar i {
    font-size: 12px;
    color: #ff6600;
}

.yorum-tarih {
    margin-left: auto;
    font-size: 12px;
    color: #adb5bd;
}

.yorum-metin {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.tum-yorumlari-gor {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #3b7ddd;
    text-decoration: none;
    transition: color 0.2s;
}

.tum-yorumlari-gor:hover {
    color: #2a3f54;
    text-decoration: underline;
}

.tum-yorumlari-gor i {
    font-size: 14px;
}

/* Soru Cevap */
.soru-cevap-item {
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.soru-cevap-item:last-of-type {
    border-bottom: none;
}

.soru-satir,
.cevap-satir {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.cevap-satir {
    margin-top: 10px;
    padding-left: 10px;
}

.soru-badge,
.cevap-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.soru-badge {
    background: #3b7ddd;
    color: #ffffff;
}

.cevap-badge {
    background: #28a745;
    color: #ffffff;
}

.soru-satir p,
.cevap-satir p {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin: 0;
    padding-top: 4px;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 992px) {
    .urun-detay-wrapper {
        flex-direction: column;
    }

    .urun-detay-sol {
        width: 100%;
        position: static;
    }

    .urun-buyuk-gorsel-zoom {
        aspect-ratio: 1 / 1;
    }

    .urun-detay-kademe-wrapper {
        flex-wrap: wrap;
    }

    .urun-detay-kademe {
        flex: 0 0 calc(50% - 6px);
    }

    .kupon-bar-sag {
        flex-wrap: wrap;
    }

    .urun-detay-aksiyon-bar {
        flex-wrap: wrap;
    }

    .urun-aksiyon-satin-al,
    .urun-aksiyon-sepet,
    .urun-aksiyon-teklif {
        flex: 1 1 180px;
    }
}

@media (max-width: 768px) {
    /* ── Breadcrumb: mobilde gizle ── */
    .urun-detay-breadcrumb-section {
        display: none;
    }

    /* ── Section: alt padding sabit aksiyon barı için ── */
    .urun-detay-section {
        padding: 0 0 80px;
        background: #f5f6f8;
    }

    /* ── Mobil başlık: görünür + sticky ── */
    .urun-mobil-baslik {
        display: block;
        padding: 12px 14px 10px;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        position: sticky;
        top: var(--mobil-navbar-h, 100px);
        z-index: 99;
        transition: top 0.3s ease;
    }

    /* Navbar gizlenince mobil başlık yukarı kaysın */
    .urun-mobil-baslik.navbar-is-hidden {
        top: 0;
    }

    .urun-mobil-baslik .urun-alici-secimi {
        margin-bottom: 6px;
    }

    .urun-mobil-baslik .urun-detay-baslik {
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #2a2a2a;
    }

    .urun-mobil-baslik .urun-detay-meta {
        margin-bottom: 0;
        gap: 6px;
    }

    /* Desktop'taki başlık/meta/badge: mobilde gizle */
    .urun-detay-sag > .urun-alici-secimi,
    .urun-detay-sag > .urun-detay-baslik,
    .urun-detay-sag > .urun-detay-meta {
        display: none;
    }

    /* ── Wrapper: full-width, serit tasarım ── */
    .urun-detay-wrapper {
        flex-direction: column;
        padding: 0;
        border-radius: 0;
        border: none;
        gap: 4px;
        background: transparent;
    }

    /* ── Sol panel: tam genişlik ── */
    .urun-detay-sol {
        width: 100%;
        position: static;
        flex-direction: column;
        gap: 0;
        background: #ffffff;
    }

    /* ── Büyük görsel: köşesiz, tam ekran ── */
    .urun-buyuk-gorsel-zoom {
        border-radius: 0;
        border: none;
        aspect-ratio: 1 / 1;
    }

    .urun-buyuk-gorsel-wrapper {
        gap: 0;
    }

    /* ── Görsel overlay: mobilde göster ── */
    .urun-gorsel-overlay {
        display: flex;
    }

    /* ── Thumbnail strip: mobilde gizle ── */
    .urun-thumbnail-list {
        display: none;
    }

    /* ── Paylaşım kutusu: gizle ── */
    .urun-paylasim-kutusu {
        display: none;
    }

    /* ── Sağ panel: tam genişlik ── */
    .urun-detay-sag {
        width: 100%;
        background: #ffffff;
        padding: 0 14px 4px;
        margin-top: 0;
    }

    /* ── Fiyat+Fırsat blok: mobil uyarlaması ── */
    .urun-fiyat-firsat-blok {
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin: 0 -14px 10px;
        padding: 12px 14px;
    }

    .fff-ana-satir {
        gap: 6px;
    }

    .fff-fiyat {
        font-size: 22px;
    }

    .fff-sayac-grup {
        margin-left: 0;
    }

    .fff-tasarruf-satir {
        font-size: 12px;
    }

    /* ── Başlık boyutu ── */
    .urun-detay-baslik {
        font-size: 15px;
        margin-bottom: 10px;
    }

    /* ── Meta ── */
    .urun-detay-meta {
        gap: 6px;
        margin-bottom: 10px;
    }

    /* ── Toplam: gizle (sabit barda gereksiz) ── */
    .urun-detay-toplam-bar {
        display: none;
    }

    /* ── Nakliye: full-bleed şerit ── */
    .urun-detay-nakliye-bar {
        margin: 0 -14px;
        padding: 12px 14px;
        background: #f9fafb;
        border-top: 1px solid #f0f0f0;
    }

    /* ── Alıcı Koruması: full-bleed ── */
    .urun-detay-koruma-bar {
        border-radius: 0;
        margin: 0 -14px;
        padding: 14px 14px;
        border-left: none;
        border-right: none;
    }

    .koruma-detaylar {
        flex-direction: row;
        gap: 12px;
        flex-wrap: wrap;
    }

    .koruma-detaylar span {
        font-size: 11px;
    }

    /* ── Kademe slider ── */
    .urun-detay-kademe {
        flex: 0 0 calc(48% - 5px);
        min-width: 100px;
    }

    .kademe-nav-btn {
        width: 28px;
        height: 28px;
    }

    /* ── Özellik grid ── */
    .ozellik-grid {
        grid-template-columns: 1fr;
    }

    /* ── Açıklama görselleri ── */
    .urun-aciklama-gorseller img {
        width: 100%;
        height: 200px;
    }

    /* ── Kupon bar ── */
    .kupon-bar-sag {
        gap: 6px;
    }

    .kupon-tutar {
        font-size: 16px;
    }

    /* ── Alt accordionlar ── */
    .urun-detay-alt-bolumler {
        margin-top: 4px;
    }

    .urun-detay-accordion {
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin-bottom: 4px;
    }

    /* ── SABIT AKSİYON BARI (DHgate stili) ── */
    .urun-detay-aksiyon-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        background: #ffffff;
        border-top: 1px solid #e9ecef;
        padding: 10px 14px 14px;
        margin: 0;
        gap: 8px;
        flex-wrap: nowrap;
        box-shadow: 0 -3px 18px rgba(0, 0, 0, 0.1);
        align-items: center;
        border-radius: 0;
    }

    .urun-aksiyon-fav {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .urun-aksiyon-sepet {
        flex: 1;
        height: 44px;
        font-size: 13px;
        border-radius: 22px;
        padding: 0 12px;
    }

    .urun-aksiyon-sepet small {
        display: none;
    }

    .urun-aksiyon-satin-al {
        flex: 1;
        height: 44px;
        font-size: 13px;
        border-radius: 22px;
        padding: 0 12px;
        background: #1c2b3a;
    }

    .urun-aksiyon-teklif {
        flex: 1;
        height: 44px;
        font-size: 12px;
        border-radius: 22px;
        padding: 0 10px;
        gap: 4px;
    }

    .urun-aksiyon-teklif i {
        font-size: 13px;
    }

    .urun-aksiyon-satin-al:hover {
        background: #141f29;
        box-shadow: none;
        transform: none;
    }

    .urun-detay-miktar-bar,
    .urun-detay-siparis-bilgi,
    .urun-detay-nakliye-bar,
    .urun-detay-nakliye-detay,
    .urun-detay-toplam-bar {
        display: none !important;
    }

    /* ── Renk secim listesi: mobilde yatay slider ── */
    .renk-secim-listesi {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .renk-secim-listesi::-webkit-scrollbar {
        display: none;
    }

    .renk-secim-item {
        flex-shrink: 0;
    }

    /* ── Mobil alt navbar: bu sayfada gizle ── */
    .mobile-bottom-nav {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .urun-detay-fiyat-aralik {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .urun-detay-meta {
        gap: 6px;
    }

    .renk-secim-item {
        width: 56px;
        height: 56px;
    }

    .urun-detay-kupon-bar {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .kupon-bar-sag {
        width: 100%;
        justify-content: space-between;
    }
}

/* ========================================
   SEPET BOTTOM SHEET
   ======================================== */

/* Overlay */
.bs-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.bs-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Sheet */
.bs-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8001;
    background: #ffffff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
}

.bs-sheet.active {
    transform: translateY(0);
}

/* Handle bar */
.bs-handle {
    display: flex;
    justify-content: center;
    padding: 10px 0 6px;
    flex-shrink: 0;
}

.bs-handle span {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #d0d0d0;
}

/* Görsel Slider */
.bs-gorsel-slider {
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f6f8;
}

.bs-gorsel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 2px;
}

.bs-gorsel-track::-webkit-scrollbar {
    display: none;
}

.bs-gorsel-track img {
    width: 48%;
    flex-shrink: 0;
    object-fit: cover;
    aspect-ratio: 1 / 1.1;
    scroll-snap-align: start;
}

/* İçerik */
.bs-icerik {
    flex: 1;
    overflow-y: auto;
    padding: 16px 18px 0;
    position: relative;
}

/* Kapat */
.bs-kapat-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e9ecef;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #888;
    transition: all 0.2s;
    z-index: 2;
}

.bs-kapat-btn:hover {
    background: #f5f5f5;
    color: #2a2a2a;
}

/* Fiyat */
.bs-fiyat-satir {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 18px;
}

.bs-fiyat {
    font-size: 24px;
    font-weight: 800;
    color: #2a2a2a;
    line-height: 1;
}

.bs-birim {
    font-size: 13px;
    color: #ff6600;
    font-weight: 600;
}

/* Seçim Grupları Ortak */
.bs-secim-grubu {
    margin-bottom: 18px;
}

.bs-secim-baslik {
    font-size: 14px;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.bs-secim-baslik strong {
    font-weight: 700;
}

/* Renk Listesi */
.bs-renk-listesi {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0;
}

.bs-renk-listesi::-webkit-scrollbar {
    display: none;
}

.bs-renk-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e9ecef;
    overflow: visible;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
    position: relative;
}

.bs-renk-item:hover {
    border-color: #adb5bd;
}

.bs-renk-item.active {
    border-color: #ff6600;
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.2);
}

.bs-renk-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.bs-renk-adet-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff6600;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.bs-renk-item[data-renk-adet="0"] .bs-renk-adet-badge {
    display: none;
}

/* Pill Butonları */
.bs-pill-listesi {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.bs-pill-listesi::-webkit-scrollbar {
    display: none;
}

.bs-pill {
    flex-shrink: 0;
    padding: 8px 18px;
    border-radius: 22px;
    border: 1.5px solid #dee2e6;
    background: #ffffff;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.bs-pill:hover {
    border-color: #adb5bd;
}

.bs-pill.active {
    border-color: #2a3f54;
    background: #2a3f54;
    color: #ffffff;
}

/* Bottom Sheet Kademe */
.bs-kademe-wrapper {
    overflow: hidden;
}

.bs-kademe-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.bs-kademe-track::-webkit-scrollbar {
    display: none;
}

.bs-kademe-item {
    flex: 0 0 auto;
    min-width: 90px;
    background: #ffffff;
    border: 1.5px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.bs-kademe-item:hover {
    border-color: #ff6600;
}

.bs-kademe-item.active {
    border-color: #ff6600;
    background: #fff8f0;
}

.bs-kademe-fiyat {
    font-size: 13px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.3;
}

.bs-kademe-eski {
    font-size: 10px;
    color: #adb5bd;
    text-decoration: line-through;
    line-height: 1.3;
}

.bs-kademe-miktar {
    font-size: 10px;
    color: #6c757d;
    margin-top: 2px;
}

/* Miktar */
.bs-miktar-satir {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bs-miktar-kontrol {
    display: flex;
    align-items: center;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.bs-miktar-btn {
    width: 38px;
    height: 38px;
    background: #f8f9fa;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.bs-miktar-btn:hover {
    background: #e9ecef;
}

.bs-miktar-btn i {
    font-size: 18px;
    color: #2a3f54;
}

.bs-miktar-input {
    width: 48px;
    height: 38px;
    text-align: center;
    border: none;
    border-left: 1.5px solid #dee2e6;
    border-right: 1.5px solid #dee2e6;
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    outline: none;
    -moz-appearance: textfield;
}

.bs-miktar-input::-webkit-outer-spin-button,
.bs-miktar-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bs-miktar-birim {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.bs-stok-bilgi {
    font-size: 12px;
    color: #adb5bd;
}

.bs-minimum {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}

/* Nakliye */
.bs-nakliye {
    border-top: 1px solid #f0f0f0;
    padding: 14px 0 20px;
    margin-top: 6px;
}

.bs-nakliye-ust {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.bs-nakliye-label {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 500;
}

.bs-nakliye-ucretsiz {
    font-size: 14px;
    color: #28a745;
    font-weight: 700;
}

.bs-nakliye-detay {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 2px;
}

.bs-nakliye-detay strong {
    color: #2a2a2a;
}

.bs-nakliye-sure {
    font-size: 12px;
    color: #888;
}

/* Alt Bar (Sabit) */
.bs-alt-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 18px;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
    background: #ffffff;
}

.bs-alt-toplam {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bs-alt-toplam-label {
    font-size: 11px;
    color: #888;
}

.bs-alt-toplam-fiyat {
    font-size: 18px;
    font-weight: 800;
    color: #e74c3c;
}

.bs-teyit-btn {
    background: #2a3f54;
    color: #ffffff;
    border: none;
    border-radius: 26px;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.bs-teyit-btn:hover {
    background: #1c2b3a;
}

/* Desktop'ta bottom-sheet gizli */
@media (min-width: 769px) {
    .bs-overlay,
    .bs-sheet {
        display: none !important;
    }
}

/* ========================================
   GÖRSEL LIGHTBOX MODAL
   ======================================== */
.urun-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.urun-modal.active {
    display: flex;
    opacity: 1;
}

.urun-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}

.modal-gorsel-sayac {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

.modal-kapat-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.modal-kapat-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.modal-kapat-btn i {
    font-size: 20px;
}

.urun-modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.modal-gorsel-container {
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: pan-y pinch-zoom;
    position: relative;
}

.modal-gorsel {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
}

.modal-nav-btn:hover {
    background: rgba(255, 255, 255, 0.35);
}

.modal-nav-btn i {
    font-size: 22px;
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

.modal-nav-btn:disabled {
    opacity: 0.3;
    pointer-events: none;
}

.modal-thumbnail-strip {
    display: flex;
    gap: 10px;
    padding: 16px 20px 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: center;
}

.modal-thumbnail-strip::-webkit-scrollbar {
    display: none;
}

.modal-thumb {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
}

.modal-thumb:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.modal-thumb.active {
    border-color: #ff6600;
}

.modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobil swipe desteği */
@media (max-width: 768px) {
    .urun-buyuk-gorsel-zoom {
        cursor: default;
        touch-action: pan-y;
    }

    /* Desktop zoom'u mobilde kapat */
    .urun-buyuk-gorsel-zoom:hover .urun-buyuk-gorsel {
        transform: none !important;
    }

    .modal-nav-btn {
        width: 44px;
        height: 44px;
    }

    .modal-prev {
        left: 10px;
    }

    .modal-next {
        right: 10px;
    }

    .modal-thumbnail-strip {
        padding: 12px 16px 16px;
        gap: 8px;
    }

    .modal-thumb {
        width: 54px;
        height: 54px;
    }

    .urun-modal-header {
        padding: 12px 16px;
    }
}

/* ========== TEKLİF VER MODAL ========== */
.teklif-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.teklif-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.teklif-modal {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    transform: translateY(24px) scale(0.97);
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

.teklif-modal-overlay.active .teklif-modal {
    transform: translateY(0) scale(1);
}

/* Header */
.teklif-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
}

.teklif-modal-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.teklif-header-iptal {
    border: none;
    background: transparent;
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.2s;
}

.teklif-header-iptal:hover {
    background: #f8f9fa;
    color: #333;
}

.teklif-header-gonder {
    border: none;
    background: #1a6e3c;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 7px 18px;
    border-radius: 8px;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(26, 110, 60, 0.15);
}

.teklif-header-gonder:hover {
    background: #145c30;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(26, 110, 60, 0.2);
}

.teklif-header-gonder:active {
    transform: translateY(0);
}

.teklif-modal-baslik-grup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.teklif-modal-ikon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e8f5ee 0%, #d1ead9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teklif-modal-ikon i {
    font-size: 17px;
    color: #1a6e3c;
}

.teklif-modal-baslik {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.teklif-modal-kapat {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.18s,
        color 0.18s;
    flex-shrink: 0;
}

.teklif-modal-kapat:hover {
    background: #ffe5e5;
    color: #c0392b;
}

.teklif-urun-bilgi {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.teklif-urun-gorsel {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    background: #f8f9fa;
}

.teklif-modal-kapat i {
    font-size: 14px;
}

/* Body */
.teklif-modal-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Ürün Bilgisi */
.teklif-urun-bilgi {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f9fafb;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px;
}

.teklif-urun-gorsel {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #e8e8e8;
}

.teklif-urun-detay {
    flex: 1;
    min-width: 0;
}

.teklif-urun-adi {
    font-size: 13px;
    font-weight: 600;
    color: #2a3f54;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teklif-urun-satis-fiyati {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
}

.teklif-satis-tutar {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
}

.teklif-birim {
    font-size: 11px;
    color: #999;
}

/* Minimum Fiyat Bilgisi */
.teklif-min-fiyat-bilgi {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #fffbea;
    border: 1px solid #ffe58f;
    border-radius: 10px;
    padding: 11px 14px;
}

.teklif-min-fiyat-bilgi > i {
    font-size: 15px;
    color: #d48806;
    margin-top: 1px;
    flex-shrink: 0;
}

.teklif-min-fiyat-bilgi > div {
    font-size: 13px;
    color: #5a4a00;
    line-height: 1.5;
}

.teklif-min-tutar {
    color: #d48806;
    font-size: 14px;
}

.teklif-min-aciklama {
    font-size: 11.5px;
    color: #8a7000;
    margin-left: 2px;
}

/* Form Grubu */
.teklif-form-grup {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.teklif-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.teklif-form-zorunlu {
    color: #e53935;
    font-size: 13px;
}

.teklif-form-optional {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

/* Input Wrap */
.teklif-input-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #d0d0d0;
    border-radius: 10px;
    overflow: hidden;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    background: #fff;
}

.teklif-input-wrap:focus-within {
    border-color: #1a6e3c;
    box-shadow: 0 0 0 3px rgba(26, 110, 60, 0.1);
}

.teklif-para-birimi {
    padding: 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: #2a3f54;
    background: #f5f7fa;
    border-right: 1.5px solid #e0e0e0;
    height: 46px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.teklif-fiyat-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    height: 46px;
    background: transparent;
    min-width: 0;
}

.teklif-fiyat-input::placeholder {
    color: #bbb;
    font-weight: 400;
}

.teklif-fiyat-input::-webkit-inner-spin-button,
.teklif-fiyat-input::-webkit-outer-spin-button {
    opacity: 0.5;
}

.teklif-input-birim {
    padding: 0 12px;
    font-size: 12px;
    color: #999;
    background: #f5f7fa;
    border-left: 1.5px solid #e0e0e0;
    height: 46px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Hata Mesajı */
.teklif-input-hata {
    font-size: 12px;
    color: #e53935;
    margin: 0;
    min-height: 16px;
    display: none;
}

.teklif-input-hata.goster {
    display: block;
}

/* Mesaj Textarea */
.teklif-mesaj-input {
    width: 100%;
    border: 1.5px solid #d0d0d0;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 13px;
    color: #2a2a2a;
    resize: vertical;
    min-height: 72px;
    font-family: inherit;
    outline: none;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    background: #fff;
}

.teklif-mesaj-input::placeholder {
    color: #bbb;
}

.teklif-mesaj-input:focus {
    border-color: #1a6e3c;
    box-shadow: 0 0 0 3px rgba(26, 110, 60, 0.1);
}

/* Teklif Özeti */
.teklif-ozet {
    background: #f4faf7;
    border: 1.5px solid #c8e6d3;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.teklif-ozet-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #444;
}

.teklif-ozet-satir strong {
    font-weight: 600;
    color: #1a1a1a;
}

.teklif-ozet-toplam {
    border-top: 1px solid #c8e6d3;
    padding-top: 8px;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.teklif-ozet-toplam strong {
    color: #1a6e3c;
    font-size: 16px;
}

/* Footer */
.teklif-modal-footer {
    display: flex;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.teklif-iptal-btn {
    flex: 1;
    height: 46px;
    border: 1.5px solid #d0d0d0;
    border-radius: 10px;
    background: #ffffff;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s;
}

.teklif-iptal-btn:hover {
    background: #f5f5f5;
    border-color: #aaa;
    color: #222;
}

.teklif-gonder-btn {
    flex: 2;
    height: 46px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a6e3c 0%, #145c30 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.18s;
}

.teklif-gonder-btn:hover {
    background: linear-gradient(135deg, #155c30 0%, #0f4823 100%);
    box-shadow: 0 4px 14px rgba(26, 110, 60, 0.3);
    transform: translateY(-1px);
}

.teklif-gonder-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Başarı Bildirimi (toast) */
.teklif-basari-bildirim {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #1a6e3c;
    color: #fff;
    padding: 13px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 9999;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    box-shadow: 0 6px 20px rgba(26, 110, 60, 0.35);
    white-space: nowrap;
}

.teklif-basari-bildirim.goster {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.teklif-basari-bildirim i {
    font-size: 17px;
}

/* Responsive */
@media (max-width: 520px) {
    .teklif-modal {
        border-radius: 16px 16px 0 0;
        max-height: 95vh;
    }

    .teklif-modal-overlay {
        align-items: flex-end;
        padding: 0;
    }

    .teklif-modal-overlay.active .teklif-modal {
        transform: translateY(0) scale(1);
    }

    .teklif-modal-overlay .teklif-modal {
        transform: translateY(100%);
    }

    .teklif-modal-header {
        padding: 12px 14px;
    }
    
    .teklif-modal-header-actions {
        gap: 6px;
    }
    
    .teklif-header-iptal {
        font-size: 13px;
        padding: 6px 4px;
    }
    
    .teklif-header-gonder {
        font-size: 13px;
        padding: 6px 12px;
    }

    .teklif-modal-body {
        padding: 14px;
        gap: 12px;
    }

    .teklif-urun-bilgi {
        padding-bottom: 8px;
        margin-bottom: 4px;
    }

    .teklif-ozet-bolum {
        margin-top: 8px !important;
        padding: 8px !important;
    }

    .teklif-basari-bildirim {
        bottom: 90px;
        font-size: 13px;
        padding: 11px 18px;
    }
}

/* ========================================
   AI TRY-ON — BUTTON
   ======================================== */
.ai-tryon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 11px 18px;
    border: 2px dashed #c4b5fd;
    border-radius: 12px;
    background: linear-gradient(135deg, #faf5ff 0%, #f0ebff 100%);
    color: #6d28d9;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    margin-bottom: 10px;
}
.ai-tryon-btn:hover {
    background: linear-gradient(135deg, #f3e8ff 0%, #e9e0ff 100%);
    border-color: #a78bfa;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(109, 40, 217, .12);
}
.ai-tryon-btn i {
    font-size: 18px;
}
.ai-tryon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 6px;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
}

/* ========================================
   AI TRY-ON — MODAL OVERLAY
   ======================================== */
.ai-tryon-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}
.ai-tryon-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* ── Modal Box ── */
.ai-tryon-modal {
    background: #fff;
    border-radius: 20px;
    width: 520px;
    max-width: 94vw;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .18);
    transform: translateY(20px) scale(.97);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
.ai-tryon-overlay.active .ai-tryon-modal {
    transform: translateY(0) scale(1);
}

/* scrollbar */
.ai-tryon-modal::-webkit-scrollbar { width: 4px; }
.ai-tryon-modal::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 4px; }

/* ── Header ── */
.ai-tryon-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px 14px;
    border-bottom: 1px solid #f1f3f5;
}
.ai-tryon-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #1e1b4b;
}
.ai-tryon-header-left i {
    font-size: 20px;
    color: #7c3aed;
}
.ai-tryon-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
    transition: color .15s;
}
.ai-tryon-close:hover { color: #374151; }

/* ── Tabs ── */
.ai-tryon-tabs {
    display: flex;
    gap: 0;
    padding: 0 22px;
    border-bottom: 1px solid #f1f3f5;
}
.ai-tryon-tab {
    flex: 1;
    padding: 12px 0;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .2s;
}
.ai-tryon-tab:hover { color: #6b7280; }
.ai-tryon-tab.active {
    color: #7c3aed;
    border-bottom-color: #7c3aed;
}

/* ── Tab Content ── */
.ai-tryon-tab-content {
    display: none;
    padding: 18px 22px;
}
.ai-tryon-tab-content.active {
    display: block;
}

/* ── Upload Area ── */
.ai-tryon-upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 36px 20px;
    border: 2px dashed #d1d5db;
    border-radius: 14px;
    background: #fafbfc;
    cursor: pointer;
    transition: all .2s;
}
.ai-tryon-upload-area:hover,
.ai-tryon-upload-area.dragover {
    border-color: #a78bfa;
    background: #faf5ff;
}
.ai-tryon-upload-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #7c3aed;
}
.ai-tryon-upload-text {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}
.ai-tryon-upload-hint {
    font-size: 12px;
    color: #9ca3af;
}

/* ── Preview ── */
.ai-tryon-preview-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f9fafb;
    min-height: 220px;
}
.ai-tryon-preview-area img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    border-radius: 12px;
}
.ai-tryon-preview-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background .15s;
}
.ai-tryon-preview-remove:hover {
    background: rgba(0, 0, 0, .75);
}

/* ── Gender Row ── */
.ai-tryon-gender-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.ai-tryon-gender {
    flex: 1;
    padding: 9px 0;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all .15s;
}
.ai-tryon-gender:hover { border-color: #c4b5fd; }
.ai-tryon-gender.active {
    border-color: #7c3aed;
    background: #faf5ff;
    color: #7c3aed;
}

/* ── Body Type Row ── */
.ai-tryon-bodytype-row {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}
.ai-tryon-bodytype {
    padding: 6px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all .15s;
}
.ai-tryon-bodytype:hover { border-color: #c4b5fd; }
.ai-tryon-bodytype.active {
    border-color: #7c3aed;
    background: #7c3aed;
    color: #fff;
}

/* ── Model Grid ── */
.ai-tryon-model-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.ai-tryon-model-card {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    background: #fafbfc;
}
.ai-tryon-model-card:hover {
    border-color: #c4b5fd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, .1);
}
.ai-tryon-model-card.active {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, .15);
}
.ai-tryon-model-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background: #f3f4f6;
}
.ai-tryon-model-card span {
    display: block;
    padding: 6px 4px;
    font-size: 11px;
    font-weight: 600;
    color: #374151;
}

/* ── Footer ── */
.ai-tryon-footer {
    padding: 14px 22px 18px;
    border-top: 1px solid #f1f3f5;
    text-align: center;
}
.ai-tryon-generate-btn {
    width: 100%;
    padding: 13px 0;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 4px 14px rgba(109, 40, 217, .25);
}
.ai-tryon-generate-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #5b21b6);
    box-shadow: 0 6px 20px rgba(109, 40, 217, .35);
    transform: translateY(-1px);
}
.ai-tryon-disclaimer {
    margin: 10px 0 0;
    font-size: 11px;
    color: #9ca3af;
}

/* ── Result Panel ── */
.ai-tryon-result {
    padding: 0 22px 18px;
}
.ai-tryon-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #1e1b4b;
}
.ai-tryon-result-back {
    background: none;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all .15s;
}
.ai-tryon-result-back:hover {
    border-color: #7c3aed;
    color: #7c3aed;
}

/* Loading */
.ai-tryon-result-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    gap: 14px;
    color: #6b7280;
    font-size: 13px;
}
.ai-tryon-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #ede9fe;
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: aiSpin 0.7s linear infinite;
}
@keyframes aiSpin {
    to { transform: rotate(360deg); }
}

/* Result image */
.ai-tryon-result-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    overflow: hidden;
    background: #f9fafb;
}
.ai-tryon-result-img-wrap img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 12px;
}

/* ── Mobile ── */
@media (max-width: 576px) {
    .ai-tryon-modal {
        border-radius: 16px 16px 0 0;
        max-height: 85vh;
        width: 100%;
        position: fixed;
        bottom: 0;
    }
    .ai-tryon-overlay.active .ai-tryon-modal {
        transform: translateY(0);
    }
    .ai-tryon-model-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   BEDEN TABLOSU BUTTON & MODAL
   ======================================== */
.beden-tablosu-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 7px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.beden-tablosu-btn:hover {
    border-color: #ff6600;
    color: #ff6600;
    background: #fff8f2;
}
.beden-tablosu-btn i {
    font-size: 15px;
}

/* Overlay */
.bt-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.bt-overlay.active {
    display: flex;
}

/* Modal */
.bt-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 680px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 48px rgba(0,0,0,0.18);
    animation: btSlideUp 0.25s ease;
}
@keyframes btSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Header */
.bt-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #f0f0f0;
}
.bt-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.bt-close {
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}
.bt-close:hover {
    background: #ffe8d6;
    color: #ff6600;
}

/* Gender Tabs */
.bt-gender-tabs {
    display: flex;
    gap: 8px;
    padding: 0 24px;
    border-bottom: 1px solid #f0f0f0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.bt-gender-tabs::-webkit-scrollbar { display: none; }
.bt-gender-tab {
    padding: 12px 20px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    flex: 0 0 auto;
    transition: all 0.2s;
}
.bt-gender-tab:hover {
    color: #333;
}
.bt-gender-tab.active {
    color: #ff6600;
    border-bottom-color: #ff6600;
}

/* Category Tabs */
.bt-category-tabs {
    display: flex;
    gap: 10px;
    padding: 0 24px;
    border-bottom: 1px solid #f0f0f0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}
.bt-category-tabs::-webkit-scrollbar { display: none; }
.bt-cat-tab {
    padding: 10px 16px;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    flex: 0 0 auto;
    transition: all 0.2s;
}
.bt-cat-tab:hover {
    color: #333;
}
.bt-cat-tab.active {
    color: #1a1a2e;
    border-bottom-color: #1a1a2e;
    background: #f8f8f8;
    border-radius: 8px 8px 0 0;
}

/* Table Wrap */
.bt-table-wrap {
    overflow-y: auto;
    padding: 0 24px 24px;
    flex: 1;
}
.bt-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 12px;
}
.bt-table thead th {
    padding: 10px 12px;
    text-align: left;
    font-weight: 700;
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 2px solid #e0e0e0;
    white-space: nowrap;
}
.bt-table tbody td {
    padding: 11px 12px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
}
.bt-table tbody tr:hover {
    background: #fff8f2;
}
.bt-table tbody tr:last-child td {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 576px) {
    .bt-modal {
        max-width: 100%;
        max-height: 90vh;
        border-radius: 16px 16px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .bt-overlay {
        align-items: flex-end;
        padding: 0;
    }
    .bt-header {
        padding: 14px 16px;
    }
    .bt-gender-tabs,
    .bt-category-tabs {
        padding: 0 16px;
    }
    .bt-table-wrap {
        padding: 0 16px 16px;
    }
    .bt-gender-tab {
        padding: 10px 14px;
        font-size: 13px;
    }
    .bt-cat-tab {
        padding: 8px 12px;
        font-size: 12px;
    }
}
