/* Boş Sepet Kapsayıcısı */
.cart-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #eee;
    margin: 40px auto;
    max-width: 500px;
}

/* Boş Sepet Yazısı */
.cart-empty-state p {
    font-size: 1.4rem;
     font-weight: 600;
    color: #666;
    margin-bottom: 25px;
}

/* Shoppa Nu Butonu */
.cart-empty-state a {
    display: inline-block;
    background-color: #1a1a1a; /* Aradığın o asil koyu gri */
    color: #ffffff !important;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 50px; /* Tam oval, modern görünüm */
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hover (Üzerine Gelince) Efekti */
.cart-empty-state a:hover {
    background-color: #333333; /* Hafifçe açılan gri */
    transform: translateY(-3px); /* Yukarı zıplama efekti */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
}

/* Aktif (Tıklama) Anı */
.cart-empty-state a:active {
    transform: translateY(-1px);
}

.page-title.hidden {
    display: none !important;
}











/* ==========================================
   HEADER VE TOP-BAR GENİŞLİK DÜZELTMESİ
   ========================================== */

/* 1. TEMEL RESET */
*, *::before, *::after {
    box-sizing: border-box !important;
}

html {

}

body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
   
}

/* 2. TOP-BAR DÜZELTMESİ */
.top-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; /* 100vw YERİNE 100% */
    max-width: 100% !important;
    right: 0 !important; /* right: 0 eklendi */
    z-index: 9999 !important;
    /* padding-right JS tarafından eklenecek */
    box-sizing: border-box !important;
}

.top-bar-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 3. MAIN HEADER DÜZELTMESİ */
.main-header {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important; /* 100vw YERİNE 100% */
    max-width: 100% !important;
    right: 0 !important;
    z-index: 1000 !important;
    /* padding-right JS tarafından eklenecek */
    box-sizing: border-box !important;
    
    /* Mobilde top-bar 80px olduğu için */
    top: 40px !important; /* Desktop */
}

/* 4. MOBİLDE HEADER POZİSYONU DÜZELTMESİ */
@media (max-width: 768px) {
    .main-header {
        top: 80px !important; /* Mobilde top-bar 80px */
    }
    
    body {
        padding-top: 140px !important; /* 80px + 60px */
    }
}

/* 5. HEADER CONTENT GENİŞLİĞİ */
.header-content {
    width: 100% !important;
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

/* 6. CONTENT ALANI DÜZELTMESİ */
#content, .site-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 7. MODAL AÇIKKEN DÜZELTMELER */
body.modal-open,
body.cart-open,
body.no-scroll {
    overflow: hidden !important;
}

/* Fixed elementlerde padding-right geçişi */
.top-bar, .main-header {
    transition: padding-right 0.3s ease !important;
    will-change: padding-right !important;
}



















.swal2-container { z-index: 1000000 !important; }





/* Tüm siteyi kapsayan ana ayar */
html, body {
    /* Sistem fontları: Apple, Windows ve Android'in en iyi fontlarını kullanır */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    
    /* Fontların daha pürüzsüz ve kibar görünmesini sağlayan render ayarları */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    
    /* Yazıların genel rengini çok hafif yumuşatmak gözü yormaz */
    color: #333; 
}

/* Başlıkların (H1, H2, H3...) fontunu da eşitleyelim */
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}


/* 1. Tüm Overlay Alanları (Karartmalar) */
.filter-overlay, 
#filter-overlay, 
#sort-overlay, 
#search-popup-overlay, 
#mini-cart-overlay,
#mobile-menu-overlay {
    cursor: pointer !important;
}

/* 2. Tüm Kapatma Butonları (X işaretleri) */
.close-btn, 
.search-close-x, 
#close-search-popup, 
#close-sort-drawer,
.remove-item-btn {
    cursor: pointer !important;
}

/* 3. Overlay içindeki beyaz kutuya (asıl içeriğe) tıklandığında 
   el işaretinin tekrar normale dönmesi lazım ki yanlış algı oluşmasın */
.search-inner, 
.filter-drawer, 
.sort-drawer, 
.mini-cart-content {
    cursor: default; 
}

/* ============================================================
  BREADCRUMB STILLERI
   ============================================================ */
/* --- Breadcrumb Dış Kapsayıcı --- */
#ozel-kategori-breadcrumb-alanı {
    max-width: 1800px !important;
    margin: 150px auto 0px auto !important; /* H1'e çok uzak kalmaması için alt margin eksi yapıldı */
    padding: 0 0px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* --- İçerideki Navigasyon Yapısı --- */
.api-custom-breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    font-weight: 600;
     color: #000 !important; /* Normal hali koyu gri */
    flex-wrap: wrap !important;
}

/* ================================================================
   1. MASAÜSTÜ (992px Üzeri) - DROPDOWN İPTALİ
   ================================================================ */
@media (min-width: 992px) {
    /* Alt menüleri tamamen kapatıyoruz */
    .main-menu-list ul.sub-menu {
        display: none !important; /* Hiçbir şekilde görünmesin */
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Hover durumundaki açılma efektini iptal ediyoruz */
    .main-menu-list li:hover > ul.sub-menu {
        display: none !important;
    }
}

/* ================================================================
   2. MOBİL (991px Altı) - DROPDOWN KAPALI, OK AÇIK (SADECE GÖSTERİM)
   ================================================================ */
@media (max-width: 991px) {
    /* 1. Alt menü listelerini tamamen gizle */
    .mobile-menu-list .sub-menu {
        display: none !important;
    }

    /* 2. Ana kategori linki - ok için yer aç */
    .mobile-menu-list .menu-item-has-children > a {
        position: relative !important;
        padding-right: 45px !important; /* Ok için yer */
        justify-content: flex-start !important;
        padding: 15px 20px !important;
        border-bottom: 1px solid #f9f9f9;
        font-weight: 500;
    }

    /* 3. SAĞA BAKAN OK SİMGESİ - Sadece gösterim, tıklanamaz */
    .mobile-menu-list .menu-item-has-children > a::after {
        content: '\f054' !important; /* FontAwesome sağ ok */
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        font-size: 14px !important;
        color: #444 !important; /* Soluk renk */
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: block !important; /* Önceki display:none'ı ezer */
        opacity: 0.7 !important;
        pointer-events: none !important; /* Tıklanamaz */
    }

    /* 4. Aktiflik efekti yok - menü açılmayacak */
    .mobile-menu-list li.active {
        background-color: transparent !important;
    }
    
    /* 5. Ok dönme animasyonu yok - sabit sağa bakar */
    .mobile-menu-list .menu-item-has-children.active > a::after,
    .mobile-menu-list .menu-item-has-children > a::after {
        transform: translateY(-50%) rotate(0deg) !important;
    }
}



/* ==================================================== */
/* 🛠️ 1. GENEL AYARLAR VE BODY DONDURMA */
/* ==================================================== */
/* DOĞRU MANTIK: Sadece dikey kaydırmayı kapat */
body.modal-open, body.cart-open, body.no-scroll {
    overflow: hidden !important;
    /* position: fixed SİLİNDİ! */
}

.main-header, .top-bar {
    width: 100% !important;
    left: 0;
    right: 0;
     box-sizing: border-box !important; 
}

@media (min-width: 992px) {
    body.cart-open { position: static; width: auto; height: auto; overflow: hidden; }
}


/* Header başlangıç ayarı */
.main-header {
    position: fixed;
    top: 40px !important;
    left: 0;
    width: 100%;
    z-index: 1000; /* Diğer her şeyin üstünde görünsün */
    transition: transform 0.2s ease-in-out; /* Geçiş hızı */
    background-color: #fff; /* Arka plan rengi */
}

/* Sayfa aşağı kayarken header'ı yukarı fırlat */
.header-hidden {
    transform: translateY(-100%);
}

/* Sayfa yukarı kayarken header'ı yerine getir */
.header-sticky {
    transform: translateY(0);
}

/* Header sabit olduğu için içeriğin header'ın altında kalmaması için */
body {
    padding-top: 100px; /* Header yüksekliğine göre ayarla (yaklaşık değer) */
}

/* ==================================================== */
/* 🛠HEADER TOP BAR */
/* ==================================================== */
/* Ana çerçeve */
.top-bar {
    position: fixed;
    top: 0; left: 0; width: 100%;
    height: 40px; /* Sabit tutalım */
    z-index: 9999;
    background-color: #FF00FF0F;
    line-height: normal; /* Tarayıcı varsayılanını ez */
}

.top-bar-container {
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    height: 40px;
}

/* Yarı alanlar */
.top-bar-half {
    flex: 1;
    height: 40px;
    overflow: hidden; /* Dışarı sarkan metinleri gizle */
    position: relative;
}

/* SAĞ TARAF (Sabit) */
.top-bar-right {
    color: #fff;
    background-color: #e02020;
    display: flex;
    align-items: center; 
    justify-content: center;
}

/* SOL TARAF (Slider'ın Rayı) */
.top-bar-left {
    background-color: #fdfdfd !important;
    display: block; /* Slider'ın dikeyde akması için */
}

.top-bar-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0; padding: 0;
    /* Animasyonu görmen için biraz daha yavaşlattım */
    animation: slideUp 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

/* İŞTE KRİTİK NOKTA: Her bir vagonun kendi içindeki hizası */
.top-bar-item {
    height: 40px !important; /* KUTUNUN YÜKSEKLİĞİ */
    min-height: 40px;
    display: flex;
    align-items: center; /* METNİ DİKEYDE TAM ORTALAR */
    justify-content: center; /* METNİ YATAYDA TAM ORTALAR */
    color: #000;
    font-size: 13px;
    box-sizing: border-box;
}

/* Animasyon: Her adım tam 40px (Kutu yüksekliği kadar) olmalı */
@keyframes slideUp {
    0%, 20% { transform: translateY(0); }
    25%, 45% { transform: translateY(-40px); }
    50%, 70% { transform: translateY(-80px); }
    75%, 95% { transform: translateY(-120px); }
    100% { transform: translateY(-120px); }
}

.top-bar-icon {
    display: flex;
    align-items: center;
    width: 25px;  /* İkonun genişliği */
    height: 25px; /* İkonun yüksekliği */
    margin-right: 10px; /* Metinle arasındaki mesafe */
}

.top-bar-icon svg {
    width: 100%;
    height: 100%;
    /* Rengi buradan kontrol et */
    color: #000; 
}

.top-bar-icon svg, 
.top-bar-icon svg path {
    fill: #000 !important; /* Rengi beyaz yap ve zorla uygula */
    stroke: #000 !important; /* Eğer ikon çizgisel ise çerçeveyi de beyaz yapar */
}

@media (max-width: 768px) {
    /* Barın yüksekliğini mobilde iki katına çıkarıyoruz (40px + 40px) */
    .top-bar {
        height: 80px !important; 
    }

    .top-bar-container {
        flex-direction: column; /* Elemanları alt alta diz */
        height: 80px;
    }

    .top-bar-half {
        width: 100%; /* Her biri tam genişlik kaplasın */
        height: 40px; /* Her bir satır 40px olsun */
        flex: none; /* Mobilde 50/50 genişlik zorlamasını kaldır */
    }

    /* Slider olan kısım üstte kalsın (Varsayılan olarak üsttedir ama garantiye alalım) */
    .top-bar-left {
        order: 1; 
    }

    /* Kırmızı alan altta olsun */
    .top-bar-right {
        order: 2;
        width: 100%;
        justify-content: center; /* Metni mobilde de ortala */
    }

    /* Header ve Body konumlarını mobilde aşağı kaydır */
    /* Çünkü top-bar artık 40px değil 80px oldu */
    .main-header {
        top: 80px !important;
    }

    body {
        padding-top: 170px !important; /* Top-bar(80) + Header(yaklaşık 100) */
    }
}
/* ==================================================== */
/* 🔝 2. HEADER: LOGO, İKONLAR VE NAVİGASYON */
/* ==================================================== */
.main-header {
    width: 100%; 
    background: #fff; 
    border-bottom: 1px solid #eee;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding: 15px 20px;
}



.header-content .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    z-index: 10;
}

.header-icons {
    display: flex; align-items: center;
    gap: 10px;
    z-index: 2;
    flex-grow: 1; }
.header-icons.right-icons {
    justify-content: flex-end;
}

.header-navigation {
    display: flex;
    gap: 25px; /* Kategoriler arası nefes alma payı */
    z-index: 5;
}

.header-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    /* Kritik nokta: Boyut değişimini transform ile yapıyoruz */
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Yazının etrafındaki alanı izole ediyoruz */
    padding: 10px 15px;
    /* Render kalitesini artırmak için */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Hover: Büyürken yanındakini İTMEYEN yöntem */
.header-navigation a:hover {
    /* Scale kullanımı yanındakini itmez, çünkü 'layout'u değiştirmez */
    transform: scale(1.15); 
}

/* Aktif link durumu: Tıklanınca büyük kalsın */
.header-navigation a.active {
    transform: scale(1.15);
    font-weight: 700;
}

/* Opsiyonel: Altına şık bir çizgi (Opsiyoneldir, istersen ekle) */
.header-navigation a.active::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #000;
    border-radius: 2px;
}




/* ==================================================== */
/* 🌑 6. FOOTER (MODERN & TEMİZ) */
/* ==================================================== */
/* --- MODERN FOOTER GÜNCELLEME --- */
.modern-footer { background: #fff; border-top: 1px solid #eee; padding-top: 60px; }
.footer-inner { max-width: 1800px; margin: 0 auto; padding: 0 20px; }

/* Menü Düzeni */
.grid-container { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 50px; }
.footer-col h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #666; text-decoration: none; font-size: 14px; }

/* Kargo & Ödeme Alanı - Ortalanmış Versiyon */
.footer-methods { 
    background: #fafafa; 
    padding: 50px 0; 
    border-top: 1px solid #f0f0f0; 
}

.method-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; /* İki eşit sütun */
    gap: 80px; /* Sütunlar arası boşluğu biraz açalım ki daha ferah dursun */
}

.method-box {
    display: flex;
    flex-direction: column;
    align-items: center; /* İkonları ve başlığı dikey eksende ortalar */
    text-align: center;  /* Metni ortalar */
}

.method-box h4 { 
    font-size: 11px; 
    text-transform: uppercase; 
    color: #999; 
    margin-bottom: 20px; 
    letter-spacing: 1px;
}

.icons-row { 
    display: flex; 
    gap: 15px; /* İkonların arasını biraz açalım */
    align-items: center; 
    justify-content: center; /* İkonları yatayda ortalar */
    flex-wrap: wrap; /* Mobilde taşma yapmasın */
}

.icons-row img { 
    height: 40px; /* Biraz daha büyüttük, daha okunaklı olsun */
    width: auto;
    filter: none !important; /* Siyah-beyaz efekti tamamen kaldırdık */
    opacity: 1 !important;   /* Şeffaflığı kaldırdık, tam net yaptık */
    transition: transform 0.3s ease;
}


/* Masaüstü Genel Düzen */
.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.bottom-item {
    flex: 1; 
}

.bottom-center {
    text-align: center; 
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    
}
.bottom-right { display: flex; justify-content: flex-end; }

/* --- MOBİL ÖZEL AYARLAR --- */
@media (max-width: 768px) {
    .bottom-flex {
        flex-direction: column; /* Her şeyi alt alta al */
        gap: 20px;
        text-align: center;
    }
    

    /* Sıralamayı Değiştiriyoruz */
    .bottom-right { 
        order: 1; /* En Üstte Sosyal Medya */
        justify-content: center;
        width: 100%;
    }

    .bottom-center { 
        order: 2; /* Ortada Logo (DKRug) */
        width: 100%;
        
    }

    .bottom-left { 
        order: 3; /* En Altta Copyright */
        width: 100%;
    }

    .footer-socials {
        justify-content: center !important; /* Mobilde ikonları ortala */
    }
}

/* Sosyal medya ikonlarının devleşmesini engelle */
.footer-socials {
    display: flex; /* Yan yana dizilmelerini sağlar */
    gap: 15px;    /* Aralarındaki boşluk */
    justify-content: flex-end; /* Masaüstünde sağa yaslar */
    align-items: center;
}

.footer-socials a {
    display: flex; /* Linkin içindeki resmi tam kapsamasını sağlar */
    width: 25px;   /* İdeal ikon genişliği */
    height: 25px;  /* İdeal ikon yüksekliği */
}

.footer-socials img {
    width: 100%;   /* Linkin genişliğine (22px) sadık kal */
    height: 100%;
    object-fit: contain; /* Orantıyı bozmadan sığdır */
}

/* Mobilde her şeyin ortalanması için */
@media (max-width: 768px) {
    .footer-socials {
        justify-content: center; /* Mobilde ortala */
        margin-top: 10px;
    }
}

.acc-trigger i {
    display: none;
}

/* --- NEWSLETTER ALT ÜST DÜZENİ --- */
.footer-col.newsletter-col {
    display: flex;
    flex-direction: column;
}

.m-newsletter-form {
    display: flex;
    flex-direction: column; /* Input üstte, buton altta */
    gap: 12px; /* Aralarındaki boşluk */
    border-bottom: none !important; /* Eski alt çizgiyi kaldırıyoruz */
}

.m-newsletter-form input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0; /* Hafif bir çerçeve */
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    background: #fcfcfc;
}

.m-newsletter-form input:focus {
    border-color: #000; /* Tıklayınca siyah çerçeve */
}

.m-newsletter-form button {
    width: 100%; /* Tam genişlik */
    background: #000;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
    margin-left: 0 !important; /* Varsa eski marginleri sıfırla */
}

.m-newsletter-form button:hover {
    background: #333; /* Hafif bir hover efekti */
}



/* --- MOBİL AKORDEON (GÜNCELLENMİŞ) --- */
@media (max-width: 768px) {
    /* Gap değerini 0 yaparak akordeonlar arasındaki gereksiz boşluğu kaldırdık */
    .grid-container { 
        grid-template-columns: 1fr; 
        gap: 0 !important; 
    }

    .method-grid { grid-template-columns: 1fr; text-align: center; }
    .icons-row { justify-content: center; }
    .bottom-flex { flex-direction: column; gap: 15px; text-align: center; }
    .footer-socials { margin-top: 10px; }
    
    .acc-trigger { 
        display: flex; 
        justify-content: space-between; 
        align-items: center;
        cursor: pointer; 
        padding: 15px 0; /* Tıklama alanı daha rahat */
        border-bottom: 1px solid #eee; 
        margin-bottom: 0;
    }

    /* Ok Simgesi (FontAwesome) */
    .acc-trigger::after {
        content: '\f107'; 
        font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 14px;
        transition: transform 0.3s ease;
        color: #666;
    }

    /* İçerik Alanı */
    .acc-content { 
        display: none; 
        padding: 10px 0 20px 0; 
    }

    /* Aktif Durum (Açıldığında) */
    .acc-col.active .acc-trigger::after {
        transform: rotate(180deg);
    }

    .modern-footer .acc-content {
        display: none !important;
        visibility: hidden;
    }

    .modern-footer .acc-col.active .acc-content {
        display: block !important;
        visibility: visible;
        animation: fadeIn 0.3s ease;
    }
    
    .footer-col.newsletter-col h3 {
        text-align: center;
        margin-top: 20px;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}


/* ==================================================== */
/* 📱 TEK NOKTADAN MOBİL YÖNETİM (768px) */
/* ==================================================== */
@media (max-width: 768px) {
    .footer-container, .footer-bottom-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-brand-section, .footer-newsletter-section, .newsletter-vertical {
        max-width: 100%;
        justify-content: center;
    }

    .footer-divider-wrapper { margin-top: 40px; padding-top: 20px; }

    .footer-links-container { flex-direction: column; width: 100%; }

    .footer-column { 
        width: 100%; 
        border-bottom: 1px solid #333; 
        padding: 10px 0;
    }

    .footer-column h3 { 
        margin-bottom: 0; 
        padding: 10px 0; 
        cursor: pointer; 
        display: flex; 
        justify-content: space-between; 
    }

    .footer-column ul { display: none; padding-bottom: 15px; }
    .footer-column.active ul { display: block; }

    .mobile-only-icon { 
        display: inline-block !important; 
        transition: transform 0.3s; 
    }
    .footer-column.active .mobile-only-icon { transform: rotate(180deg); }

    .footer-cert-badge, .footer-payment-icons { 
        margin-top: 20px; 
        justify-content: center;
    }
}


/* Ekranın en üst katmanına sabitleme */
.popup-overlay {
    position: fixed !important; /* Fixed olması şart */
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important; /* Arka planı karart */
    display: none; /* JS ile flex yapılacak */
    justify-content: center;
    align-items: center;
    z-index: 99999999 !important; /* Diğer her şeyin üstünde olması için çok yüksek bir değer */
    backdrop-filter: blur(5px);
}

/* Ortadaki kutunun ayarları */
.popup-content {
    position: relative !important;
    width: 90% !important;
    max-width: 900px !important;
    background: #fff !important;
    margin: auto !important; /* Tam merkezleme garantisi */
    box-shadow: 0 30px 100px rgba(0,0,0,0.5);
    border-radius: 8px;
    overflow: hidden;
    animation: popupScale 0.4s ease-out;
}

@keyframes popupScale {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.popup-inner {
    display: flex;
    min-height: 550px;
}

.popup-image {
    flex: 1.2;
    overflow: hidden;
}

.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95);
}

.popup-text {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.popup-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
    color: #888;
    margin-bottom: 10px;
}

.popup-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.popup-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.popup-form input {
    width: 100%;
    padding: 18px 0;
    border: none;
    border-bottom: 1px solid #1a1a1a; /* Sadece alt çizgi, çok modern durur */
    outline: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.popup-form button {
    width: 100%;
    padding: 20px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
}

.popup-form button:hover {
    background: #333;
}

.no-thanks {
    background: none; border: none;
    font-size: 11px; letter-spacing: 1px;
    color: #aaa; margin-top: 30px;
    cursor: pointer;
}

.close-popup {
    position: absolute;
    top: 30px; right: 30px;
    font-size: 35px; background: none; border: none;
    cursor: pointer; z-index: 10;
    color: #1a1a1a;
}

/* Mobil Düzenleme (768px ve altı) */
@media (max-width: 768px) {
    .popup-inner {
        flex-direction: column !important; /* Yan yana olan yapıyı alt alta yap */
        min-height: auto; /* Yükseklik içeriğe göre esnesin */
    }

    .popup-image {
        display: block !important; /* Eğer gizlediysen tekrar aç */
        width: 100% !important;
        height: 200px !important; /* Resmin mobildeki yüksekliği */
    }

    .popup-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Resmi kutuya tam sığdırır, bozmaz */
    }

    .popup-text {
        padding: 30px 20px !important; /* Mobilde iç boşluğu biraz daraltalım */
        text-align: center !important; /* Metinleri ortala */
    }

    .popup-text h2 {
        font-size: 28px !important; /* Başlığı mobilde biraz küçült */
    }

    .popup-content {
        width: 95% !important; /* Kenarlardan çok az boşluk kalsın */
        margin: 10px !important;
    }
}
    






/* ==================================================== */
/* 🔍 İKON BOYUTLANDIRMA (SEARCH & WISHLIST) */
/* ==================================================== */

/* Genel olarak tüm ikonları biraz büyütmek ve hizalamak için */
.header-icons i {
    font-size: 1.2rem !important; /* İkonların genel boyutu */
    color: #000; /* İkon rengini netleştirelim */
    display: block;
    transition: transform 0.2s ease;
}

/* 🔍 Arama İkonu Özel Ayar (Büyüklükten dolayı kayma olursa) */
.header-icons .fa-search {
    font-size: 1.2rem !important; /* Arama ikonuna özel boyut */
}

/* ❤️ Kalp (Wishlist) İkonu Özel Ayar */
.header-icons .fa-heart, 
.header-icons .far.fa-heart {
    font-size: 1.2rem !important;
}

.header-icons a:hover i {
    transform: scale(1.1);
}



/* Kategori Menüsü */
.main-nav ul {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 10px 0;
     border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

.main-nav li { padding: 0 15px; }
.main-nav a {
    font-size: 1.0rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.main-nav a:hover, .main-nav a.active { color: #000; font-weight: 500; transform: scale(1.05); }


/* ==================================================== */
/* 🛡️ 3. KATMAN YÖNETİMİ (OVERLAY & DRAWERS) */
/* ==================================================== */

/* Karartma Katmanları */
.modal-overlay, .mobile-menu-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

/* Çekmeceler (Sepet & Mobil Menü) */
.slide-modal, .mobile-menu-drawer {
    position: fixed;
    top: 0; height: 100%; background: #fff;
    z-index: 1000001;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
}

.slide-modal { right: 0; width: 100%; max-width: 450px; transform: translateX(100%); }
.mobile-menu-drawer { left: 0; width: 85%; max-width: 300px; transform: translateX(-100%); padding: 20px; }

/* Açık Durumlar */
.modal-overlay.open, .mobile-menu-overlay.open { visibility: visible; opacity: 1; }
.modal-overlay.open .slide-modal, .mobile-menu-overlay.open .mobile-menu-drawer { transform: translateX(0); }

/* ==================================================== */
/* 🛒 MİNİ SEPET (DRAWER) KOMPLE DÜZENLENMİŞ YAPI */
/* ==================================================== */

/* Sadece Sepet İçeriği (Kaydırılabilir Alan) */
.mini-cart-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0 10px;
}

.mini-cart-header {
    display: flex !important;
    justify-content: space-between !important; 
    align-items: center !important; 
    padding: 20px 25px !important;  
    background-color: #fff;
}

/* Başlık Yazısı */
.mini-cart-header h3 {
    margin: 0 !important;  
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

/* Kapatma (X) Butonu */
.mini-cart-header .close-btn {
    background: none !important;
    border: none !important;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
    padding: 0 !important;
    line-height: 1;
    transition: color 0.2s;
}

.mini-cart-header .close-btn:hover {
    color: #800020; /* Üzerine gelince vişne çürüğü olsun */
}

/* Tek Bir Sepet Öğesinin Düzeni */
.mini-cart-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
    font-size: 0.95rem;
}

.mini-cart-item .item-image {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border-radius: 1px;
    margin-right: 15px;
    flex-shrink: 0;
}

.item-details-left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.item-name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
    
    /* Metin Kısaltma Mantığı */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    /* Sabit px yerine yüzde kullanmak mobilde daha güvenlidir */
    width: 100%; 
    max-width: 200px; /* Konteynırına göre bunu 180-220 arası bırakabilirsin */
}

/* Küçük ekranlı telefonlar için (Opsiyonel) */
@media (max-width: 380px) {
    .item-name {
        max-width: 140px;
    }
}

.item-variant {
    color: #666;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

/* ⚙️ MİKTAR KONTROLÜ (Quantity Control) */
.mini-cart-item .quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 1px;
    width: 80px; 
    overflow: hidden;
}

.mini-cart-item .quantity-btn {
    width: 25px; 
    height: 20px; 
    font-size: 1.0rem; 
    background: #fafafa; 
    padding: 0;
    border: none;
    cursor: pointer;
    line-height: 1; 
}

.mini-cart-item .quantity-btn:hover {
    background: #cccccc;
    transition: background-color 0.15s ease;
}

.mini-cart-item .quantity-input {
    width: 38px; 
    height: 20px; 
    padding: 0;
    border: none;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -moz-appearance: textfield; 
}

.item-price-right {
    display: flex;
    flex-direction: column; 
    align-items: flex-end; 
    flex-shrink: 0;
    margin-left: 10px;
}

/* 🚀 FİYATLARIN YAN YANA DURMASINI SAĞLAYAN KRİTİK KOD */
/* Bu blok, indirimli ve indirimsiz fiyatı yan yana dizer */
.item-price-right > .price-wrapper,
.item-price-right > div:first-child { 
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 5px;
}

/* Orijinal Fiyat: Üstü çizili ve gri */
.item-regular-price {
    font-size: 0.9rem !important; 
    color: #999 !important; 
    text-decoration: line-through !important; 
    font-weight: 500;
    white-space: nowrap;
}

/* İndirimli Fiyat: Vişne Çürüğü ve Kalın */
.item-sale-price, .item-price { 
    color: #800020 !important; /* Vişne Çürüğü */
    font-weight: 700 !important; 
    font-size: 1.0rem !important; 
    white-space: nowrap;
}


/* ❌ Ta Bort (Kaldır) Butonu - Temizlenmiş ve Hizalanmış */
.remove-item-btn {
    font-size: 0.8rem;
    color: #666 !important; /* Biraz daha soft bir gri */
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    margin-top: 8px; /* Fiyatın çok altına yapışmasın */
    margin-right: 5px; /* 👈 Sağa çok sıfırdı, biraz sola çektik */
    transition: color 0.2s ease;
    display: inline-block;
    width: auto;
}

/* 🚫 Temadan gelen kırmızı hover'ı engelleme */
.remove-item-btn:hover,
.remove-item-btn:active,
.remove-item-btn:focus {
    background: none !important;
    background-color: transparent !important; /* Kırmızıyı öldüren satır */
    color: #000 !important; /* Hover olunca sadece siyah olsun */
    text-decoration: none; /* Üstüne gelince alt çizgi gitsin (opsiyonel) */
    outline: none !important;
}

/* 💰 FOOTER DÜZENİ VE KÜÇÜK HARF AYARI */
#mini-cart-footer { 
    background-color: #fafafa; 
    padding: 20px 15px; 
   display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-summary-line, .mini-cart-total-line { 
    display: flex !important; 
    justify-content: space-between !important; 
    width: 100% !important; 
    padding: 4px 0; 
}

.summary-label { 
    color: #444; 
    font-size: 0.95rem; 
    text-transform: none; /* Büyük harfi iptal ettik */
}

.summary-value, .total-price { 
    font-weight: 700; 
    color: #111; 
}

.discount-line .summary-value { color: #800020; }

.grand-total-line { 
    margin-top: 10px; 
    padding-top: 15px; 
}

.grand-total-line .summary-label { 
    font-size: 0.95rem; 
    color: #333; 
    font-weight: 700; 
    text-transform: none; /* Küçük/Normal harf yapıldı */
}

/* 🛒 ÖDEME BUTONU ANA HALİ */
.checkout-btn {
    display: block !important; 
    width: 100%; 
    background-color: #000 !important; /* !important ile garantiye alalım */
    color: #fff !important;
    text-align: center; 
    padding: 15px; 
    font-weight: 700; 
    text-decoration: none;
    margin-top: 20px; 
    border-radius: 2px; 
    cursor: pointer;
    text-transform: none;
    border: none; /* Kenarlık varsa kaldıralım */
    transition: background-color 0.3s ease;
}

/* 🖱️ ÜZERİNE GELDİĞİNDE, TIKLANDIĞINDA VE ODAKLANILDIĞINDA SİYAH KALSIN */
.checkout-btn:hover, 
.checkout-btn:active, 
.checkout-btn:focus,
.checkout-btn:visited {
    background-color: #000 !important; /* Griye dönmesini engeller */
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important; /* Tıklayınca çıkan mavi/gri çerçeveyi siler */
}


.shoppa-nu-btn {
    position: relative !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}


/* ==================================================== */
/* 📉 BALONCUKLARIN ÜST ÜSTE BİNMESİNİ ENGELLEYEN HİZALAMA */
/* ==================================================== */

/* 1. Kapsayıcıları Sabitleyelim */
.wishlist-icon-wrapper,
.cart-icon-wrapper {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 35px;  /* İkonlara sabit bir alan verelim */
    height: 35px;
    padding: 0;
    margin: 0 5px; /* İkonlar arasına biraz nefes payı */
}

/* 2. Ortak Baloncuk Ayarları (Hata Payını Sıfırlama) */
.cart-count-badge, 
.wishlist-count-badge {
    position: absolute !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 0.65rem !important;
    font-weight: bold;
    color: #fff !important;
    z-index: 99;
    line-height: 1;
    pointer-events: none; /* Baloncuk tıklamayı engellemesin */
    
    /* Başlangıçta Gizli */
    opacity: 0;
    visibility: hidden;
}

/* 3. KALBİN BALONCUĞU İÇİN ÖZEL KONUM (MİLMETRİK) */
.wishlist-count-badge {
    background: #e30000 !important;
    top: -2px !important;    /* Kalbin biraz aşağısında/yukarısında kalıyorsa burayla oyna */
    right: -5px !important;  /* Kalbin sağ tarafına yasla */
}

/* 4. SEPETİN BALONCUĞU İÇİN ÖZEL KONUM (MİLMETRİK) */
.cart-count-badge {
    background: #e30000 !important;
    top: -2px !important;
    right: -3px !important; /* Sepet ikonu kalpten biraz daha geniş olabilir, o yüzden 0px yaptık */
}

/* 5. GÖRÜNÜRLÜK KOMUTU */
.cart-count-badge.visible,
.wishlist-count-badge.visible {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Masaüstünde Hamburgeri Kesin Gizle */
.menu-toggle-btn {
    display: none !important;
}

/* Sadece Mobilde (1024px ve altı) Göster */
@media (max-width: 1024px) {
    .menu-toggle-btn {
        display: block !important;
    }
}


/* ==================================================== */
/* 📱 MOBİL & TABLET ANA AYARLAR (TEK BLOKTA TOPLANDI) */
/* ==================================================== */

@media (max-width: 1024px) {
    /* 1. Header Genel Dizilim */
    .header-content {
        height: 55px !important;
        padding: 30px 15px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: relative !important;
    }

    /* 2. Sol Taraf (Hamburger + Kalp) */
    .header-icons.left-icons {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 1 !important;
    }

    .menu-toggle-btn {
        display: block !important;
        font-size: 1.4rem !important;
        z-index: 11 !important;
    }

    /* Kalbi görsel olarak sola, hamburgerin yanına sabitle */
    .wishlist-icon-wrapper {
        position: absolute !important;
        left: 50px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    /* 3. Logo (Tam Merkez) */
    .header-content .logo {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 1.4rem !important;
        margin: 0 !important;
        z-index: 10 !important;
    }

    /* 4. Sağ Taraf (Arama + Sepet) */
    .header-icons.right-icons {
        display: flex !important;
        justify-content: flex-end !important;
        gap: 15px !important;
        flex: 1 !important;
    }
    
       body.modal-open .main-header,
    body.modal-open .top-bar {
        transition: padding-right 0.3s ease !important;
    }

    /* 5. Mobil Menü & Overlay Katmanları */
    .mobile-menu-overlay {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1000000 !important;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease;
    }

    .mobile-menu-content {
        position: fixed;
        top: 0; left: 0; width: 80%; max-width: 300px; height: 100%;
        background: #fff;
        z-index: 100001 !important;
        transform: translateX(-100%);
        transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        display: flex;
        flex-direction: column;
        box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    }

    .mobile-menu-overlay.open { visibility: visible; opacity: 1; }
    .mobile-menu-overlay.open .mobile-menu-content { transform: translateX(0); }

    /* 6. Menü İçi Tasarım (Logo ve Aktif Kategori) */
    .mobile-menu-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 15px 20px !important;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-header .logo {
        position: static !important;
        transform: none !important;
        font-size: 1.4rem !important;
    }

    .mobile-nav a {
        padding: 15px 20px;
        display: block;
        color: #000 !important;
        text-decoration: none;
        border-bottom: 1px solid #f9f9f9;
    }
    
    .mobile-nav a {
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
}

    /* Aktif olan kategorinin arkasını gri yap */
    .mobile-nav ul li.current-menu-item {
        background-color: #f5f5f5 !important;
    }

    /* Diğer masaüstü elemanlarını gizle */
    .main-nav, .desktop-only-nav { display: none !important; }
}




/* Ekstra küçük ekranlar için logo ayarı */
@media (max-width: 480px) {
    .header-content .logo { font-size: 1.2rem !important; }
}


/* ==================================================== */
/* 🚫 ELEMENTOR KIRMIZI ÇERÇEVE & HOVER SIFIRLAMA */
/* ==================================================== */

/* 1. Hamburger Butonu SIFIRLAMA */
#open-mobile-menu-btn,
.menu-toggle-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    -webkit-tap-highlight-color: transparent !important; /* Mobilde dokunma rengini siler */
}

#open-mobile-menu-btn:hover,
#open-mobile-menu-btn:focus,
#open-mobile-menu-btn:active {
    background-color: transparent !important;
    color: #000 !important; /* Sadece ikonun rengi kalsın */
    border: none !important;
    outline: none !important;
}

/* 2. Menü İçindeki X Butonu SIFIRLAMA */
#close-mobile-menu,
.mobile-menu-header .close-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #333 !important;
    transition: transform 0.2s ease !important;
}

#close-mobile-menu:hover,
#close-mobile-menu:focus {
    background-color: transparent !important;
    color: #000 !important;
    transform: scale(1.1); /* Kırmızı çerçeve yerine hafif büyüme efekti daha şık durur */
}

/* 3. İkonların kendi içindeki olası Elementor etkileri */
.menu-toggle-btn i,
.close-btn i {
    background: none !important;
    border: none !important;
}



/* Sayfa kaymasını ve zıplamasını engelleyen kilit sınıfı */
body.no-scroll {
    overflow: hidden !important;
    position: static !important; /* Fixed'i öldürdük */
    width: 100% !important;
}


/* ==================================================== */
/* 🚀 MOBİL BREADCRUMB VE ÜST ALAN DÜZELTMESİ */
/* ==================================================== */

@media (max-width: 1024px) {
    /* 1. Header'ın her zaman en üstte kalmasını garanti et */
    .main-header {
        position: fixed !important;
        top: 80px !important; /* Top-bar yüksekliği */
        z-index: 9999 !important; 
        background-color: #fff !important;
    }

    /* 2. Breadcrumb'ın Header'ın altında kalmasını engelle */
    #ozel-kategori-breadcrumb-alanı {
        position: relative !important;
        z-index: 100 !important; /* Header'dan (9999) düşük ama içerikten yüksek */
        display: block !important;
        width: 100% !important;
        background: #fff !important; /* Arkasının boş görünmemesi için */
        padding: 10px 15px !important;
        /* Header + Topbar toplamından sonra başlatıyoruz */
        margin-top: 10px !important; 
        font-size: 13px !important;  
        color: #000 ;
        font-weight: 500;
    }
    
    .top-bar {
    z-index: 10001 !important; /* Header'dan daha yüksek bir değer */
}
    

    /* 3. Ana kapsayıcıyı aşağı iterek boşluk aç */
    .category-page-wrapper {
        padding-top: 0 !important; /* Eğer içeride ekstra boşluk varsa sıfırla */
    }

    /* 4. Body Padding'i tam hesapla (Top Bar 80px + Header ~60px) */
    body {
        padding-top: 140px !important; 
    }
}

/* 5. Eğer Header aşağı kayarken gizleniyorsa (header-hidden), 
      breadcrumb'ın zıplamaması için body padding'i sabit tutuyoruz */










/* ==================================================== */
/* 🎯 MODAL AÇIKKEN ZIPLAMAYI ENGELLEYEN EK KURALLAR */
/* ==================================================== */

/* Tüm overlay'ler için ortak */
.modal-overlay,
.mobile-menu-overlay,
#mini-cart-overlay,
#search-popup-overlay {
    /* Overlay açılırken body'nin padding değişimi yumuşat */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Slide modallar için yumuşak geçiş */
.slide-modal,
.mobile-menu-drawer {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                padding-right 0.3s ease !important;
}

/* Header ve topbar için geçiş yumuşatma */
.main-header,
.top-bar {
    transition: padding-right 0.3s ease, transform 0.2s ease-in-out;
    will-change: padding-right; /* 🎯 Performans optimizasyonu */
}

/* Box-sizing tüm elementler için garanti */
*, *::before, *::after {
    box-sizing: border-box;
}





/* ==================================================== */
/* 🎯 MODAL AÇIKKEN ZIPLAMAYI ENGELLEYEN EK KURALLAR */
/* ==================================================== */

/* Tüm overlay'ler için ortak */
.modal-overlay,
.mobile-menu-overlay,
#mini-cart-overlay,
#search-popup-overlay {
    /* Overlay açılırken body'nin padding değişimi yumuşat */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Slide modallar için yumuşak geçiş */
.slide-modal,
.mobile-menu-drawer {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                padding-right 0.3s ease !important;
}

/* Header ve topbar için geçiş yumuşatma */
.main-header,
.top-bar {
    transition: padding-right 0.3s ease, transform 0.2s ease-in-out;
    will-change: padding-right; /* 🎯 Performans optimizasyonu */
}

/* Box-sizing tüm elementler için garanti */
*, *::before, *::after {
    box-sizing: border-box;
}






/* ================================================= */
/* 🖥️ BÜYÜK EKRANLAR İÇİN GENİŞLİK GÜNCELLEMESİ */
/* ================================================= */

/* 1. Header İçeriğini Genişlet (Eski değer 1300px idi) */
.header-content {
    max-width: 1800px !important; 
    width: 95% !important;
}

/* 2. Breadcrumb (Navigasyon yolu) Alanını Genişlet */
#ozel-kategori-breadcrumb-alanı {
    max-width: 1800px !important;
    width: 95% !important;
}

/* 3. Footer İçeriğini Genişlet */
.footer-inner {
    max-width: 1800px !important;
    width: 95% !important;
}

/* 4. Sayfa İçeriğini (Ürünler, Yazılar) Genişlet */
/* Sende #content veya .site-content olarak geçiyor olabilir */
#content, .site-content, .container {
    max-width: 1800px !important;
    width: 95% !important;
    margin: 0 auto !important;
}



