/* --- BEE STUDIO - MASTER STYLE (FINAL & CLEAN) --- */
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700;800&family=Poppins:wght@400;500;600;800&display=swap");

:root {
    --bee-yellow: #FFD600;
    --bee-dark: #050505;
    --bee-card-bg: #0e0e0e;
    --text-white: #ffffff;
}

/* =========================================
   1. GENEL SIFIRLAMALAR & SAYFA YAPISI
   ========================================= */

body {
    background-color: var(--bee-dark);
    color: var(--text-white);
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0; overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: 0.3s; }

/* Ana Sayfa Arkaplan Temizliği */
body.page-index {
    background-image: none !important;
    background-color: var(--bee-dark) !important;
}

.page-index .site {
    width: 100% !important; max-width: 100% !important;
    padding: 0 !important; margin: 0 !important;
    background: transparent !important; border: none !important;
}

/* Header'ı Ana Sayfada ve Kategori Sayfasında 'Havaya Kaldır' */
.page-index .site-header, 
.page-category .site-header {
    position: absolute !important;
    top: 0; width: 100%; z-index: 4000;
    background: transparent !important; border: none !important;
    margin: 0 !important;
}

/* Gereksiz Tebex yazılarını gizle */
.page-index #products .content-full-width { display: none !important; }


/* =========================================
   2. NAVBAR & MENÜ & LOGIN
   ========================================= */

.custom-navbar {
    position: fixed; top: 0; left: 0; width: 100%; height: 80px;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 40px; box-sizing: border-box; z-index: 5000;
    background-color: rgba(5, 5, 5, 0.9); /* Hafif şeffaf siyah */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.nav-logo img { height: 40px; }
.nav-logo h2 { font-family: 'Rajdhani'; text-transform: uppercase; letter-spacing: 2px; font-size: 24px; margin: 0; }

/* ORTA MENÜ (KAPSÜL) */
.nav-capsule {
    position: absolute; top: 100px; left: 50%; transform: translateX(-50%);
    display: flex; align-items: center; gap: 26px; padding: 10px 42px;
    border-radius: 999px; z-index: 2600;
    background: radial-gradient(circle at top, rgba(255, 214, 0, 0.18) 0%, rgba(0, 0, 0, 0.92) 38%, rgba(0, 0, 0, 0.98) 100%);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 0 0 1px rgba(255, 214, 0, 0.35), 0 10px 25px rgba(0, 0, 0, 0.9);
}

.nav-capsule a {
    font-family: 'Rajdhani'; font-size: 13px; font-weight: 700; letter-spacing: 0.14em;
    text-transform: uppercase; color: #ccc; padding: 6px 12px; border-radius: 20px;
}

/* Aktif Link Parlaması */
.nav-capsule a.active, .nav-capsule a[aria-current="page"], .nav-capsule a:hover {
    color: #ffffff !important; 
    text-shadow: 0 0 8px rgba(255, 214, 0, 0.8) !important;
    background: rgba(255, 214, 0, 0.15) !important;
    opacity: 1 !important;
    box-shadow: 0 0 14px rgba(255, 214, 0, 0.5) !important;
}

/* LOGIN BUTONU KONUMLANDIRMA */
.nav-login {
    position: absolute !important;
    right: 50px !important; /* Sağdan boşluk */
    top: 0 !important; height: 100% !important;
    display: flex !important; align-items: center !important; justify-content: flex-end !important;
    margin: 0 !important; padding: 0 !important;
    z-index: 7000; transform: none !important;
}
.nav-login a, .nav-login .btn-login { margin: 0 !important; }

/* LOGIN BUTONU STİLİ */
.btn-login {
    position: relative; padding: 8px 26px; border-radius: 999px;
    background: linear-gradient(135deg, #FFD600, #FFE574); color: #111;
    font-family: 'Rajdhani'; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(255, 214, 0, 0.7); border: 1px solid rgba(255,255,255,0.2);
}
.btn-login:hover {
    transform: translateY(-1px); filter: brightness(1.06);
    box-shadow: 0 0 26px rgba(255, 214, 0, 1);
}


/* =========================================
   3. LIVE FEED (TICKER)
   ========================================= */

.ticker-bar-fixed {
    position: fixed !important;
    top: 20px; left: 90px !important; 
    width: calc(100% - 500px) !important; /* Login butonuna çarpmamak için */
    right: auto !important; max-width: none !important; height: 40px;
    background: transparent !important; border: none !important; box-shadow: none !important;
    display: flex; align-items: center; z-index: 6000; pointer-events: none; margin-top: 0 !important;
}
.ticker-bar-fixed > * { pointer-events: auto; }

.ticker-label {
    background: var(--bee-yellow); color: black; height: 100%; padding: 0 15px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Rajdhani'; font-weight: 800; font-size: 14px;
    border-radius: 4px; margin-right: 15px; flex-shrink: 0;
}

.ticker-window {
    flex: 1; height: 100%; overflow: hidden; display: flex; align-items: center;
    background: rgba(0, 0, 0, 0.6); border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.1);
    mask-image: linear-gradient(to right, black 90%, transparent 100%);
}

/* Sidebar/Widget Temizliği */
.ticker-window .widget { display: none !important; }
.ticker-window .widget.widget-recent { display: block !important; width: 100%; margin: 0; padding: 0; border: none; background: transparent; box-shadow: none; }
.ticker-window .widget-title { display: none !important; }
.ticker-window .widget-content { width: 100%; margin: 0; padding: 0; }

/* Animasyon */
#ticker-unique-id { display: flex; align-items: center; height: 100%; white-space: nowrap; animation: ticker-move 60s linear infinite; }
.ticker-items-row { display: flex; align-items: center; gap: 50px; height: 100%; }
.t-card { display: inline-flex; align-items: center; gap: 10px; height: 26px; }
.t-card img { width: 22px !important; height: 22px !important; border-radius: 50%; border: 1px solid var(--bee-yellow); }
.t-user { font-size: 12px; font-weight: 700; color: #fff; }
.t-cost { font-size: 12px; font-weight: 700; color: var(--bee-yellow); font-family: 'Rajdhani'; margin-left: 5px; }
@keyframes ticker-move { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }


/* =========================================
   4. ANA SAYFA (HERO & SECTIONS)
   ========================================= */

.hero-wrapper {
    height: 100vh; display: flex; align-items: center; justify-content: space-between;
    gap: 60px; padding: 160px 8% 80px 8%; box-sizing: border-box;
    background-image: linear-gradient(90deg, #050505 20%, rgba(0,0,0,0.15)), url('https://i.hizliresim.com/cxhub2y.png');
    background-size: cover; background-position: center;
    perspective: 1200px;
}

.hero-content { flex: 1; max-width: 550px; }
.hero-badge { color: var(--bee-yellow); border: 1px solid var(--bee-yellow); padding: 5px 10px; display: inline-block; margin-bottom: 18px; font-family: 'Rajdhani'; font-weight: 700; }
.hero-title { font-family: 'Rajdhani'; font-size: 4.5rem; line-height: 1; text-transform: uppercase; margin-bottom: 20px; }
.hero-title span { color: var(--bee-yellow); text-shadow: 0 0 30px rgba(255, 214, 0, 0.4); }
.hero-desc { font-size: 16px; color: #ccc; margin-bottom: 30px; max-width: 450px; }

.btn-hero {
    background: var(--bee-yellow); color: #000; padding: 14px 35px;
    font-family: 'Rajdhani'; font-weight: 800; font-size: 18px; border-radius: 6px;
    display: inline-block; box-shadow: 0 0 20px rgba(255, 214, 0, 0.3);
}
.btn-hero:hover { transform: translateY(-3px); box-shadow: 0 0 40px rgba(255, 214, 0, 0.8); }

/* HERO PRODUCT KARTI (TOP SELLER - ÖZEL TASARIM) */
.hero-product { flex: 0 0 380px; display: flex; justify-content: flex-end; }

.hero-product-frame {
    position: relative !important; width: 100% !important; padding: 20px !important;
    border-radius: 20px !important;
    background: radial-gradient(circle at top left, #2a2a2a 0%, #050505 100%) !important;
    border: 1px solid rgba(255, 214, 0, 0.3) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8) !important;
    transform-style: preserve-3d !important;
    transform: rotateY(-15deg) rotateX(5deg) !important;
    transition: 0.4s ease !important;
}
.hero-product-frame:hover {
    transform: rotateY(-5deg) rotateX(0deg) translateY(-10px) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.9), 0 0 30px rgba(255,214,0,0.2) !important;
}

/* Top Seller Rozeti */
.hero-product-label {
    position: absolute !important; top: -15px !important; left: 20px !important;
    background: #FFD600 !important; color: #000 !important;
    padding: 5px 15px !important; border-radius: 20px !important;
    font-family: 'Rajdhani' !important; font-weight: 800 !important; font-size: 12px !important;
    transform: translateZ(40px) !important; z-index: 10 !important;
}

.hero-product-image {
    width: 100% !important; height: 200px !important; border-radius: 12px !important;
    background-size: cover !important; background-position: center !important;
    border: 1px solid #333 !important; margin-bottom: 15px !important;
    transform: translateZ(20px) !important;
}
.hero-product-name { color: #fff !important; font-family: 'Rajdhani' !important; font-size: 22px !important; margin-bottom: 5px !important; transform: translateZ(30px) !important; }
.hero-product-text { color: #888 !important; font-size: 13px !important; margin-bottom: 20px !important; transform: translateZ(30px) !important; }
.hero-product-buy {
    display: inline-block !important; padding: 10px 25px !important; border-radius: 99px !important;
    background: #FFD600 !important; color: #000 !important; font-family: 'Rajdhani' !important; font-weight: 800 !important;
    transform: translateZ(35px) !important; text-transform: uppercase !important;
}

/* INFO & FEEDBACK */
.info-section, .feedback-section { display: block !important; }
.info-section { max-width: 1200px; margin: 120px auto 60px auto; padding: 0 20px; text-align: center; }
.info-card { width: 320px; background: rgba(10,10,10,0.75); border-radius: 14px; padding: 28px 22px; border: 1px solid rgba(255,214,0,0.25); transition: 0.25s; }
.info-card:hover { transform: translateY(-6px); border-color: var(--bee-yellow); }
.info-icon { font-size: 50px; color: var(--bee-yellow); margin-bottom: 16px; }
.info-cards { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }

.feedback-section { margin-top: 140px; padding: 70px 0 80px 0; background: radial-gradient(circle at top, rgba(255,214,0,0.12), #050505 60%); position: relative; overflow: hidden; }
.feedback-title { text-align: center; font-family: 'Rajdhani'; font-size: 38px; margin-bottom: 34px; }
.feedback-slider { width: 100%; position: relative; overflow: hidden; padding: 0 12%; box-sizing: border-box; }
.feedback-track { display: flex; gap: 28px; animation: slideFeedback 28s linear infinite; }
.feedback-card { min-width: 360px; padding: 26px; border-radius: 18px; background: rgba(10,10,10,0.95); border: 1px solid rgba(255,214,0,0.35); color: #f5f5f5; }
@keyframes slideFeedback { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }


/* =========================================
   5. KATEGORİ SAYFASI & GENEL ÜRÜN KARTLARI
   ========================================= */

.page-category { background-color: #020202 !important; }

.bee-category-wrapper {
    max-width: 1300px; margin: 0 auto;
    padding-top: 170px !important; /* Kapsülün altı */
    padding-bottom: 100px; padding-left: 30px; padding-right: 30px;
    min-height: 80vh;
}

.bee-cat-title {
    font-family: 'Rajdhani'; font-size: 64px; font-weight: 800; text-align: center;
    color: #fff; text-transform: uppercase; margin: 0; text-shadow: 0 0 20px rgba(255, 214, 0, 0.4);
}
.bee-cat-title::after {
    content: ""; display: block; width: 80px; height: 4px; background: #FFD600;
    margin: 10px auto 50px auto; border-radius: 2px; box-shadow: 0 0 15px #FFD600;
}

.bee-products-grid, .store-products, .store-products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

/* STANDART ÜRÜN KARTI (Grid İçindeki) */
.package, .card, .product-card {
    position: relative !important; background: #0e0e0e !important;
    border: 1px solid #222 !important; border-radius: 16px !important;
    overflow: hidden !important; display: flex !important; flex-direction: column !important;
    transition: all 0.4s ease !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}
.package:hover {
    transform: translateY(-10px) !important; border-color: #FFD600 !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 20px rgba(255, 214, 0, 0.2) inset !important;
}

/* Kart Resmi */
.package .image, .card .image {
    width: 100% !important; height: 220px !important;
    background-size: cover !important; background-position: center !important;
    border-bottom: 1px solid #222 !important; transition: transform 0.5s ease !important;
    display: block !important;
}
.package:hover .image { transform: scale(1.05) !important; }

/* Kart İçeriği */
.package .info {
    padding: 25px !important; flex: 1 !important;
    display: flex !important; flex-direction: column !important;
    background: #0e0e0e !important; text-align: left !important;
}
.package .name {
    font-family: 'Rajdhani' !important; font-size: 24px !important; font-weight: 700 !important;
    color: #fff !important; text-transform: uppercase !important; margin-bottom: 5px !important;
    line-height: 1.2 !important; text-decoration: none !important;
}
.package:hover .name { color: #FFD600 !important; }

.package .price {
    font-family: 'Poppins' !important; font-size: 18px !important; color: #ccc !important;
    margin-bottom: 20px !important; margin-top: auto !important;
}
.package .price::before { content: "● " !important; color: #FFD600 !important; margin-right: 5px !important; }

/* Kart Butonu (SARI & SİYAH YAZI) */
.package .btn, .package button {
    background-color: #FFD600 !important; background-image: none !important;
    color: #050505 !important; font-family: 'Rajdhani' !important; font-weight: 800 !important;
    text-transform: uppercase !important; border: none !important; border-radius: 6px !important;
    padding: 12px 0 !important; width: 100% !important; margin-top: 10px !important;
    cursor: pointer !important; transform: skewX(-6deg) !important;
    box-shadow: 0 5px 15px rgba(255, 214, 0, 0.2) !important;
    display: block !important; text-align: center !important;
}
.package .btn span { display: block !important; transform: skewX(6deg) !important; }
.package .btn:hover {
    background-color: #fff !important; color: #000 !important;
    box-shadow: 0 0 20px rgba(255, 214, 0, 0.6) !important;
}
.discount-badge {
    position: absolute; top: 10px; left: 10px; background: #ff0055; color: #fff;
    padding: 4px 8px; border-radius: 4px; font-family: 'Rajdhani'; font-weight: 700;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.5); z-index: 10;
}


/* =========================================
   6. TÜM POPUP (MODAL) ÇEŞİTLERİ
   ========================================= */

/* 1. KASA (DIŞ KUTU) */
.modal-content, .popup-content, .store-product-popup-content, .bee-login-container {
    background-color: #080808 !important; border: 1px solid #FFD600 !important;
    border-radius: 12px !important; box-shadow: 0 0 60px rgba(0,0,0,0.95) !important;
    color: #ccc !important; padding: 0 !important; overflow: hidden !important;
    max-width: 800px !important;
}
.bee-login-container { max-width: 420px !important; padding: 40px !important; margin: 0 auto !important; }

/* 2. BAŞLIK ALANI */
.modal-header, .bee-popup-header {
    background: #111 !important; border-bottom: 1px solid #222 !important;
    padding: 20px 25px !important; position: relative !important;
}
.modal-title, .bee-popup-title {
    font-family: 'Rajdhani' !important; font-size: 28px !important; font-weight: 800 !important;
    color: #fff !important; text-transform: uppercase !important; margin: 0 !important;
}

/* 3. KAPATMA BUTONU */
.close, .popup-close {
    color: #FFD600 !important; opacity: 1 !important; text-shadow: none !important;
    font-size: 24px !important; background: transparent !important; border: none !important;
    position: absolute !important; top: 15px !important; right: 20px !important;
    cursor: pointer !important; outline: none !important;
}
/* Tebex'in özel popup close butonu için */
button.popup-close {
    border: 1px solid #FFD600 !important; border-radius: 4px !important; padding: 5px 15px !important;
    font-family: 'Rajdhani' !important; font-weight: 700 !important; font-size: 14px !important;
    background: rgba(0,0,0,0.5) !important;
}
button.popup-close:hover, .close:hover { color: #fff !important; background: #FFD600 !important; text-shadow: 0 0 10px #fff !important; }

/* 4. İÇERİK ALANI */
.modal-body, .bee-popup-body {
    padding: 25px !important; font-family: 'Poppins' !important; font-size: 14px !important; color: #bbb !important;
}
.bee-popup-image img, .modal-body img {
    width: 100% !important; border-radius: 8px !important; border: 1px solid #333 !important;
    margin-top: 15px !important;
}

/* 5. ALT KISIM (FOOTER & BUTONLAR) */
.modal-footer, .bee-popup-footer {
    background-color: #0e0e0e !important; border-top: 1px solid #222 !important;
    padding: 20px 25px !important;
}
.product-actions {
    width: 100% !important; display: flex !important; align-items: center !important; justify-content: space-between !important;
}

/* Fiyat */
.bee-popup-footer .price, .modal-footer .price {
    font-family: 'Rajdhani' !important; font-size: 32px !important; font-weight: 800 !important;
    color: #FFD600 !important; text-shadow: 0 0 15px rgba(255, 214, 0, 0.3) !important; margin: 0 !important;
}

/* POPUP BUTONLARI (LOGIN & ADD TO BASKET) */
.modal-footer .btn, .bee-popup-footer .btn, .bee-popup-footer button, .bee-action-btn {
    display: flex !important; justify-content: center !important; align-items: center !important;
    width: 100% !important; height: 50px !important; padding: 0 !important;
    background-color: #FFD600 !important; color: #050505 !important;
    font-family: 'Rajdhani' !important; font-weight: 800 !important; font-size: 18px !important;
    text-transform: uppercase !important; border: none !important; border-radius: 6px !important;
    transform: skewX(-6deg) !important; box-shadow: 0 5px 20px rgba(255, 214, 0, 0.25) !important;
    cursor: pointer !important; transition: 0.2s !important;
}
.bee-action-btn { background: transparent !important; position: relative !important; z-index: 1; }
.bee-action-btn::before {
    content: ""; position: absolute; inset: 0; background: #FFD600 !important;
    transform: skewX(-10deg) !important; border-radius: 4px !important; z-index: -1;
}

.modal-footer .btn span, .bee-popup-footer button span, .bee-action-btn span {
    display: block !important; transform: skewX(6deg) !important; line-height: 1 !important; margin-top: 2px !important;
}

.modal-footer .btn:hover, .bee-popup-footer button:hover, .bee-action-btn:hover {
    background-color: #fff !important; box-shadow: 0 0 30px rgba(255, 214, 0, 0.6) !important; color: #000 !important;
}
.bee-action-btn:hover::before { background: #fff !important; }

/* Backdrop (Karartma) */
.modal-backdrop.in { opacity: 0.9 !important; background-color: #000 !important; }

/* RESPONSIVE AYARLAR */
@media (max-width: 640px) {
    .bee-category-wrapper { padding-top: 140px !important; }
    .ticker-bar-fixed { display: none; }
}


/* =========================================
   ACİL DÜZELTMELER (LOGIN & POPUP BUTONU)
   ========================================= */

/* 1. LOGIN BUTONU KONUMU (KESİN DÜZELTME) */
.nav-login {
    position: absolute !important;
    right: 50px !important;      /* Sağdan boşluk */
    top: 0 !important;           /* En tepeye yapış */
    height: 100% !important;     /* Navbar boyu kadar (80px) */
    display: flex !important;
    align-items: center !important; /* Dikey ortala */
    justify-content: flex-end !important;
    margin: 0 !important;
    z-index: 9999 !important;    /* En üstte kalsın */
}

/* Login butonunun görseli */
.btn-login {
    background: linear-gradient(135deg, #FFD600, #FFE574) !important;
    color: #050505 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 0 15px rgba(255, 214, 0, 0.6) !important;
    display: inline-block !important;
    opacity: 1 !important; /* Kaybolmayı önle */
    visibility: visible !important;
}

/* 2. POP-UP İÇİNDEKİ "ADD TO BASKET" BUTONU */
/* Siyah arka plan sorununu çözer */
.popup-content .btn-primary,
.store-product-popup-content .btn-primary,
.bee-popup-footer .btn-primary,
.product-actions .btn-primary,
.product-actions .add {
    background-color: #FFD600 !important; /* Arka plan SARI */
    background-image: none !important;
    color: #000000 !important;            /* Yazı SİYAH */
    
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    
    border: none !important;
    border-radius: 6px !important;
    padding: 15px 0 !important;
    width: 100% !important;
    
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
    opacity: 1 !important;
    transform: skewX(-6deg) !important; /* Hafif Arı eğimi */
    box-shadow: 0 5px 20px rgba(255, 214, 0, 0.3) !important;
}

/* Butonun üzerine gelince */
.popup-content .btn-primary:hover,
.store-product-popup-content .btn-primary:hover {
    background-color: #ffffff !important; /* Beyaz */
    color: #000000 !important;
    box-shadow: 0 0 30px rgba(255, 214, 0, 0.8) !important;
}

/* 3. POP-UP İÇİNDEKİ FİYAT YAZISI */
.popup-content .price,
.store-product-popup-content .price {
    color: #FFD600 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* =========================================
   LOGIN POPUP ÖZEL DÜZELTMELERİ (FIX)
   ========================================= */

/* 1. Ana Kutu (Login Penceresi) */
.bee-login-container {
    position: relative !important; /* Close butonu buna göre hizalanacak */
    background: radial-gradient(circle at top, #1a1a1a 0%, #050505 100%) !important;
    border: 1px solid #FFD600 !important;
    border-top: 4px solid #FFD600 !important; /* Üstü biraz daha kalın yapalım */
    border-radius: 12px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    box-shadow: 0 0 60px rgba(0,0,0,0.9) !important;
    max-width: 450px !important;
    margin: 0 auto !important;
}

/* 2. O Bozuk Çarpı (Close) Butonunu Temizle */
/* Burası çok önemli: Tüm arka plan ve çerçeveleri siliyoruz */
.bee-login-container .close {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    
    /* O sarı kutuyu ve çerçeveyi yok et: */
    background: transparent !important; 
    border: none !important;
    box-shadow: none !important;
    
    /* Sadece X harfi kalsın */
    color: #555 !important; 
    font-size: 32px !important;
    font-weight: 300 !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    cursor: pointer !important;
    outline: none !important;
}

/* =========================================
   LOGIN POPUP "CLOSE" BUTONU DÜZELTMESİ
   ========================================= */

/* Genel popup buton stilini bu pencere için sıfırlıyoruz */
.bee-login-container .close,
.bee-login-container .popup-close,
.bee-login-container button[data-dismiss="modal"] {
    /* Kutuyu ve arkaplanı yok et */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    
    /* Sadece X harfi kalsın */
    color: #FFD600 !important; /* Sarı Renk */
    font-size: 36px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    
    /* Konumlandırma */
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    
    /* Boyut sıfırlama */
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

/* İçindeki span etiketini düzelt */
.bee-login-container .close span,
.bee-login-container .popup-close span {
    display: block !important;
    line-height: 0.8 !important;
}

/* Üzerine gelince */
.bee-login-container .close:hover,
.bee-login-container .popup-close:hover {
    color: #ffffff !important; /* Beyaz olsun */
    background: transparent !important; /* Arka plan hala şeffaf */
    transform: rotate(90deg) !important; /* Dönme efekti */
}


/* =========================================
   LOGIN POPUP - ULTIMATE FIX (MUAZZAM TASARIM)
   ========================================= */

/* 1. Ana Kutu (Tebex'in oluşturduğu dış kabuk) */
.popup-content.login-popup-content {
    background-color: #050505 !important; /* Tam Siyah */
    background-image: radial-gradient(circle at top, #1a1a1a 0%, #050505 100%) !important;
    
    /* Sarı Neon Çerçeve */
    border: 1px solid #FFD600 !important;
    border-top: 4px solid #FFD600 !important; /* Üstü kalın */
    border-radius: 16px !important;
    
    /* Derinlik ve Işıma */
    box-shadow: 0 0 80px rgba(255, 214, 0, 0.15), 0 20px 40px rgba(0,0,0,0.8) !important;
    
    padding: 50px 40px !important; /* Geniş iç boşluk */
    max-width: 450px !important;   /* Genişlik sınırı */
    width: 100% !important;
    margin: 0 auto !important;
    
    /* İçerik Ortalama */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    
    position: relative !important;
}

/* 2. Tebex'in Otomatik Eklediği "Close" Butonunu Güzelleştirme */
button.popup-close {
    /* Eski stili sıfırla */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    
    /* Konumlandır */
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    
    /* Yazıyı (Close) Gizle */
    font-size: 0 !important; 
    cursor: pointer !important;
    opacity: 1 !important;
}

/* Close yazısı yerine X ikonu koy */
button.popup-close::after {
    content: "\00d7" !important; /* Çarpı İşareti */
    font-size: 40px !important;
    color: #555 !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    transition: 0.3s !important;
    display: block !important;
}

/* Hover Efekti (X döner ve sarı olur) */
button.popup-close:hover::after {
    color: #FFD600 !important;
    transform: rotate(90deg) !important;
    text-shadow: 0 0 10px rgba(255, 214, 0, 0.8) !important;
}

/* 3. Başlık Alanı */
.bee-login-header {
    width: 100% !important;
    margin-bottom: 35px !important;
}

.bee-login-header h2 {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.15) !important;
    line-height: 1 !important;
}

.bee-login-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #888 !important;
    margin: 0 !important;
    letter-spacing: 0.5px !important;
}

/* Varsa Input alanı */
.bee-input {
    width: 100% !important;
    padding: 15px !important;
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 6px !important;
    text-align: center !important;
    font-family: 'Poppins' !important;
    margin-bottom: 20px !important;
    outline: none !important;
}
.bee-input:focus {
    border-color: #FFD600 !important;
    background: #000 !important;
}


/* =========================================
   ULTRA PREMIUM LOGIN BUTONU
   ========================================= */

.bee-action-btn {
    /* Butonun genel yapısı */
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    
    /* Daha dolgun görünüm için padding artırıldı */
    padding: 18px 0 !important;
    margin-top: 20px !important;
    
    /* Arka Plan: Düz renk yerine metalik sarı gradyan */
    background: linear-gradient(135deg, #FFD600 0%, #FFC300 100%) !important;
    
    /* Yazı Rengi */
    color: #050505 !important;
    
    /* Font Ayarları */
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 900 !important; /* Daha kalın font */
    font-size: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    
    /* Şekil: Eğik (Skew) */
    transform: skewX(-10deg) !important;
    
    /* Gölge ve Işıma Efekti */
    box-shadow: 
        0 0 0 2px rgba(0,0,0,0.1) inset, /* İç ince çizgi */
        0 10px 20px rgba(255, 214, 0, 0.3) !important; /* Dış sarı gölge */
        
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; /* Yaylanma efekti */
    
    overflow: hidden !important; /* Efekt taşmasın */
}

/* Butonun içindeki yazıyı düzelt (Ters Eğim) */
.bee-action-btn .btn-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: skewX(10deg) !important; /* Butonun yamukluğunu geri al */
    width: 100% !important;
}

/* İkon Ayarı */
.bee-action-btn i {
    margin-right: 12px !important;
    font-size: 22px !important;
    position: relative !important;
    top: -1px !important; /* Optik hizalama */
}

/* --- HOVER (ÜZERİNE GELİNCE) EFEKTLERİ --- */

.bee-action-btn:hover {
    /* Arka plan Beyaza dönsün */
    background: #ffffff !important;
    
    /* Yazı Siyah kalsın */
    color: #000000 !important;
    
    /* Buton hafif yukarı zıplasın */
    transform: skewX(-10deg) translateY(-4px) !important;
    
    /* Gölge daha da parlasın */
    box-shadow: 
        0 0 0 4px rgba(255, 255, 255, 0.2) inset,
        0 15px 35px rgba(255, 214, 0, 0.6) !important;
}

/* Şimşek Efekti (Butonun üzerinden ışık geçsin) */
.bee-action-btn::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.6), transparent) !important;
    transform: skewX(-20deg) !important;
    transition: 0.5s !important;
}

.bee-action-btn:hover::after {
    left: 150% !important; /* Işık soldan sağa kaysın */
    transition: 0.5s ease-in-out !important;
}

/* =========================================
   POPUP "ADDED TO BASKET" (İKİNCİ BUTON) DÜZELTMESİ
   ========================================= */

/* 1. GİZLİ OLANI GERÇEKTEN GİZLE (SORUN ÇÖZÜMÜ) */
/* Bizim zorla display:flex vermemiz yüzünden görünüyordu, bunu engelliyoruz */
.bee-popup-footer [hidden],
.bee-popup-footer .btn[hidden], 
.bee-popup-footer button[hidden] {
    display: none !important;
}

/* 2. "ADDED TO BASKET" (Sepete Eklendi) BUTON TASARIMI */
/* Bu buton genelde .btn-secondary sınıfını alır */
.bee-popup-footer .btn-secondary,
.bee-popup-footer .open-basket {
    background-color: #050505 !important; /* Siyah Zemin */
    color: #FFD600 !important;            /* Sarı Yazı */
    border: 1px solid #FFD600 !important; /* Sarı Çerçeve */
    
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    
    width: 100% !important;
    height: 50px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    
    /* Eğim */
    transform: skewX(-6deg) !important;
    box-shadow: 0 0 15px rgba(255, 214, 0, 0.15) !important;
    transition: all 0.2s ease !important;
    
    /* Flex Ortalama */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* İkinci Buton Hover Efekti */
.bee-popup-footer .btn-secondary:hover,
.bee-popup-footer .open-basket:hover {
    background-color: #FFD600 !important; /* Üzerine gelince Sarı olsun */
    color: #000000 !important;            /* Yazı Siyah olsun */
    box-shadow: 0 0 30px rgba(255, 214, 0, 0.6) !important;
    transform: skewX(-6deg) translateY(-2px) !important;
}

/* "This item is free" yazısı için ayar */
.bee-popup-footer .price strong {
    font-weight: 800 !important;
    color: #FFD600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}


/* =========================================
   MİKTAR SEÇİCİ (QUANTITY SELECTOR) DÜZELTMESİ
   ========================================= */

/* 1. Kapsayıcıyı Düzenle (Yan Yana Dizme) */
.bee-popup-footer .quantity-field,
.product-actions .quantity-field {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 10px !important; /* Öğeler arası boşluk */
    margin-top: 15px !important;
}

/* 2. Eksi (-) ve Artı (+) Butonlarını Küçült */
/* Önceki %100 genişlik kuralını eziyoruz */
.bee-popup-footer .adjust,
.product-actions .adjust,
.bee-popup-footer .btn-tertiary {
    width: 50px !important;  /* Kareye yakın boyut */
    height: 45px !important;
    padding: 0 !important;
    
    background-color: #FFD600 !important; /* Sarı */
    color: #050505 !important;            /* Siyah İkon */
    
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer !important;
    
    transform: skewX(-6deg) !important; /* Hafif Arı eğimi */
    box-shadow: 0 5px 15px rgba(255, 214, 0, 0.2) !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Butonların Hover Efekti */
.bee-popup-footer .adjust:hover,
.product-actions .adjust:hover {
    background-color: #fff !important;
    transform: skewX(-6deg) translateY(-2px) !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5) !important;
}

/* 3. Ortadaki Sayı Giriş Alanı (Input) */
.bee-popup-footer input.quantity,
.product-actions input.quantity {
    width: 80px !important; /* Genişlik */
    height: 45px !important;
    
    background-color: #050505 !important; /* Siyah Zemin */
    color: #FFD600 !important;            /* Sarı Yazı */
    border: 1px solid #FFD600 !important; /* Sarı Çerçeve */
    
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    text-align: center !important;
    
    border-radius: 6px !important;
    transform: skewX(-6deg) !important; /* Tasarım bütünlüğü için eğik */
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Input içindeki sayıyı düzelt (Eğimi geri al) */
/* Not: Input içine ::before/after eklenemez, o yüzden sadece fontu dik tutamayız ama skew ile havalı durur. */

/* 4. Aradaki Gereksiz "in Basket" Yazısını Gizle */
/* Bazen Tebex araya buton koyar, onu silelim */
.bee-popup-footer .open-basket,
.product-actions .open-basket {
    display: none !important;
}


/* =========================================
   SEPET (BASKET) BUTONU TASARIMI
   ========================================= */

/* 1. Kapsayıcıyı Düzenle (Yan Yana Dizme ve Boşluk) */
.nav-login {
    gap: 15px !important; /* Login ve Sepet arası boşluk */
    padding-right: 0 !important; /* Fazlalık padding varsa sil */
}

/* 2. Sepet Butonu Stili */
.btn-basket {
    background: transparent !important;     /* İçi boş (Transparent) */
    border: 1px solid #FFD600 !important;   /* Sarı Çerçeve */
    color: #FFD600 !important;              /* Sarı Yazı ve İkon */
    
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    
    padding: 8px 20px !important;
    border-radius: 999px !important; /* Oval Kenarlar */
    cursor: pointer !important;
    
    display: flex !important;
    align-items: center !important;
    gap: 8px !important; /* İkon ile yazı arası */
    
    transition: all 0.2s ease !important;
    box-shadow: 0 0 10px rgba(255, 214, 0, 0.1) !important; /* Hafif sarı ışıma */
}

/* İkon Ayarı */
.btn-basket i {
    font-size: 16px !important;
}

/* Fiyat Yazısı */
.basket-text {
    font-weight: 800 !important;
}

/* 3. Hover (Üzerine Gelince) Efekti */
.btn-basket:hover {
    background: #FFD600 !important; /* İçi Sarı dolsun */
    color: #000000 !important;      /* Yazı Siyah olsun */
    box-shadow: 0 0 20px rgba(255, 214, 0, 0.6) !important; /* Parlama artsın */
}

/* =========================================
   YENİ İSTEKLER VE DÜZELTMELER
   ========================================= */

/* 1. DISCORD BUTONU VE HERO BUTON GRUBU */
.hero-buttons {
    display: flex;
    gap: 20px; /* İki buton arası boşluk */
    align-items: center;
}

.btn-discord {
    background-color: #5865F2 !important; /* Discord Rengi */
    color: #fff !important;
    padding: 14px 30px !important;
    border-radius: 6px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: 0.3s !important;
    box-shadow: 0 5px 20px rgba(88, 101, 242, 0.3) !important;
    position: relative;
    overflow: hidden;
}

.btn-discord:hover {
    background-color: #4752c4 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.6) !important;
}

/* 2. TOP SELLER KARTI (BÜYÜTME & DÜZENLEME) */
.hero-product {
    flex: 0 0 450px !important; /* 380px idi, 450px yaptık (Genişletildi) */
}

.hero-product-frame {
    padding: 30px !important; /* İç boşluğu artırdık */
}

.hero-product-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 20px !important;
}

/* Fiyatı Sağa Al ve Büyüt */
.hero-product-price {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #fff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3) !important;
    order: 2; /* Fiyatı sağa at */
}

/* Buy Now Butonu Sola */
.hero-product-buy {
    order: 1; /* Butonu sola al */
    padding: 12px 35px !important;
    font-size: 16px !important;
    background: #FFD600 !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(255, 214, 0, 0.4) !important;
}
.hero-product-buy:hover {
    background: #fff !important;
    box-shadow: 0 0 30px rgba(255, 214, 0, 0.8) !important;
}


/* 3. INFO BÖLÜMÜ (AŞIRI MÜKEMMEL YENİ TASARIM) */
.info-section {
    margin-top: 150px !important; /* Üstten iyice uzaklaştır */
    padding: 0 40px !important;
    position: relative;
}

.info-header {
    margin-bottom: 80px !important; /* Başlık ile kartların arasını aç */
    position: relative;
    z-index: 2;
}

.info-title {
    font-size: 52px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
    text-shadow: 0 10px 30px rgba(0,0,0,0.8);
}

.info-subtitle {
    font-size: 18px !important;
    color: #777 !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

/* KARTLARI YAN YANA ZORLA (KESİN ÇÖZÜM) */
.info-cards {
    display: grid !important;
    
    /* ESKİSİ: repeat(auto-fit, minmax(300px, 1fr)) */
    /* YENİSİ: repeat(3, 1fr) -> Ekranı ne olursa olsun 3 eşit parçaya böl */
    grid-template-columns: repeat(3, 1fr) !important;
    
    gap: 30px !important; /* Boşluğu 40'tan 30'a çektik ki daha rahat sığsın */
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* TELEFONDA DÜZGÜN GÖRÜNMESİ İÇİN EK (Bunu css'in en altına ekleyebilirsin) */
@media (max-width: 992px) {
    .info-cards {
        /* Tablet ve telefonda zorlama yapma, alt alta geçsin */
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    }
}

/* Kart Tasarımı - Modern Glassmorphism */
.info-card {
    background: linear-gradient(145deg, #111, #050505) !important;
    border: 1px solid #222 !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    position: relative !important;
    transition: 0.4s ease !important;
    overflow: hidden !important;
    group: hover; /* Hover efekti için hazırlık */
}

/* Kart Hover */
.info-card:hover {
    transform: translateY(-15px) !important; /* Yukarı kalksın */
    border-color: #FFD600 !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8), 0 0 30px rgba(255, 214, 0, 0.1) inset !important;
}

/* İkon Kutusu */
.info-icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255, 214, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto !important;
    transition: 0.4s;
}

.info-card i {
    font-size: 30px !important;
    color: #FFD600 !important;
    transition: 0.4s;
}

.info-card:hover .info-icon-box {
    background: #FFD600 !important;
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 0 30px rgba(255, 214, 0, 0.6);
}

.info-card:hover i {
    color: #000 !important;
}

/* Kart Başlığı ve Yazısı */
.info-card h3 {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 24px !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.info-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #888 !important;
}

/* Arka Plan Dekoru (Süsleme) */
.info-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,214,0,0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

