:root {
    /* Primary Cyan renkler (Brand/Accent) */
    --hero: 106, 230, 255 !important;
    --hero-sc: 0, 0, 0 !important;
    --hero-hover: 85, 200, 220 !important;
    --brand: 106, 230, 255 !important;
    --brand-hover: 85, 200, 220 !important;
    --accent: 106, 230, 255 !important;
    --accent-hover: 85, 200, 220 !important;
    --oc-1: 106, 230, 255 !important;
    --oc-1-hover: 85, 200, 220 !important;
    --odd-up: 34, 197, 94 !important;
    --odd-up-hover: 22, 163, 74 !important;
    
    /* Primary Red renkler */
    --oc-2: 246, 4, 6 !important;
    --oc-2-hover: 200, 3, 5 !important;
    --oc-3: 246, 4, 6 !important;
    --oc-3-hover: 200, 3, 5 !important;
    --odd-down: 246, 4, 6 !important;
    --odd-down-hover: 200, 3, 5 !important;
    
    /* BG (#171B29) - Ana background */
    --menu: 23, 27, 41 !important;
    --menu-sc: 255, 255, 255 !important;
    --header: 23, 27, 41 !important;
    --header-sc: 255, 255, 255 !important;
    --b: 23, 27, 41 !important;
    --b-sc: 255, 255, 255 !important;
    --tab-navigation: 23, 27, 41 !important;
    --tab-navigation-sc: 255, 255, 255 !important;
    
    /* Base 1 (#1F2437) - Hover states */
    --base-1: 31, 36, 55 !important;
    --menu-hover: 31, 36, 55 !important;
    --header-hover: 31, 36, 55 !important;
    --b-hover: 31, 36, 55 !important;
    --tab-navigation-hover: 31, 36, 55 !important;
    
    /* Base 2 (#272E47) - Ek background */
    --base-2: 39, 46, 71 !important;
    
    /* Secondary renk */
    --secondary: 106, 230, 255 !important;
    --secondary-hover: 85, 200, 220 !important;
    --secondary-sc: 0, 0, 0 !important;
    
    /* Static renkler */
    --static-black: 23, 27, 41 !important;
    --static-black-hover: 31, 36, 55 !important;
    --static-black-sc: 255, 255, 255 !important;
    
    /* Beyaz renk */
    --white: 255, 255, 255 !important;
    --black: 0, 0, 0 !important;
}

button.woot-widget-bubble.woot-elements--right {
    margin-bottom: 15% !important;
}

.product-banner-container-bc.col-4.product-banner-without-titles {
    background: none !important;
}

.product-banner-container-bc.col-2.product-banner-without-titles {
    background: none !important;
}


.header-bc {
    height: 60px !important;
}

/* Header butonları düzenle */
.hdr-user-bc .btn.sign-in,
.hdr-user-bc .btn.register {
    height: 35px !important;
    border-radius: 10px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    padding: 0 13px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    max-width: 80px !important;
    margin-inline-start: 5px !important;
}

/* Buton text'leri */
.hdr-user-bc .btn span {
    line-height: 1 !important;
    display: inline-block !important;
}

/* Giriş butonu - Koyu arka plan */
.hdr-user-bc .btn.sign-in {
    background: rgba(var(--base-2), 1) !important;
    color: rgba(var(--white), 1) !important;
    border: 1px solid rgba(var(--hero), 0.3) !important;
}

.hdr-user-bc .btn.sign-in:hover {
    background: rgba(var(--base-1), 1) !important;
    border-color: rgba(var(--hero), 0.6) !important;
}

/* Kayıt butonu - Cyan */
.hdr-user-bc .btn.register {
    background: rgba(var(--hero), 1) !important;
    color: rgba(var(--black), 1) !important;
    border: none !important;
}

.hdr-user-bc .btn.register:hover {
    background: rgba(var(--hero-hover), 1) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(var(--hero), 0.4) !important;
}

/* Butonlar arası boşluk */
.hdr-user-bc {
    display: flex !important;
    align-items: center !important;
    /* gap: 8px !important; */
}

/* Transition ekle */
.hdr-user-bc .btn {
    transition: all 0.3s ease !important;
}

.hdr-additional-info {
    display: none !important;
}

/* ============================================
   BOTTOM NAVIGATION REDESIGN
   ============================================ */

/* Ana navigation container */
.tab-navigation-w-bc {
    background: rgba(var(--base-2), 1) !important;
    border-radius: 20px 20px 0px 0px !important;
    border-top: 1px solid rgba(var(--hero), 0.1) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 1px 10px !important;
    height: auto !important;
    min-height: 80px !important;
    gap: 8px;
    justify-content: space-around;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Navigation item'ları */
.tab-nav-item-bc {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 8px 12px !important;
    box-shadow: none !important;
    color: rgba(var(--b-sc), 0.5) !important;
    position: relative;
    transition: all 0.3s ease !important;
}

/* Ana sayfa butonu (Ortadaki büyük buton) */
.tab-navigation-w-bc .tab-nav-item-bc:nth-child(3) {
    order: 0;
    position: relative;
    margin-top: -45px;
    padding: 0 !important;
}

.tab-navigation-w-bc .tab-nav-item-bc:nth-child(3) .tab-nav-icon-bc {
    width: 65px !important;
    height: 65px !important;
    background: linear-gradient(135deg, rgba(var(--hero), 1) 0%, rgba(var(--hero-hover), 1) 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: rgba(var(--black), 1) !important;
    border: 4px solid rgba(var(--base-2), 1) !important;
    transition: all 0.3s ease !important;
}

.tab-navigation-w-bc .tab-nav-item-bc:nth-child(3):hover .tab-nav-icon-bc {
    transform: scale(1.05) !important;
    box-shadow: 0 10px 30px rgba(var(--hero), 0.6) !important;
}

/* Diğer navigation ikonları */
.tab-nav-icon-bc {
    font-size: 22px !important;
    line-height: 1 !important;
    color: rgba(var(--b-sc), 0.5) !important;
    transition: all 0.3s ease !important;
}

.tab-nav-title-bc {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-top: 4px !important;
    color: rgba(var(--b-sc), 0.5) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

/* Hover durumları */
.tab-nav-item-bc:hover .tab-nav-icon-bc {
    color: rgba(var(--hero), 1) !important;
    transform: translateY(-2px) !important;
}

.tab-nav-item-bc:hover .tab-nav-title-bc {
    color: rgba(var(--hero), 1) !important;
}

/* Active state */
.tab-nav-item-bc.active .tab-nav-icon-bc,
.tab-nav-item-bc.active .tab-nav-title-bc {
    color: rgba(var(--hero), 1) !important;
}

/* Badge (notification) düzenlemesi */
.tab-nav-item-bc[data-badge]:after {
    background: rgba(var(--oc-2), 1) !important;
    color: rgba(var(--white), 1) !important;
    border: 2px solid rgba(var(--base-2), 1) !important;
    font-size: 9px !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Item sıralaması */
.tab-navigation-w-bc {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
}


/* Safe area için padding (iPhone notch vb.) */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .tab-navigation-w-bc {
        padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    }
}

header time.infoTime {
    display: none !important;
}


header .form-control-bc.select.compact-mode.filled {
    display: none !important;
}



a.bc-i-live-chat.header-icon {
    color: #69e6ff;
    background: #262626;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    width: 30px !important;
    height: 30px !important;
    margin-left:15px !important;
}

/* Live Chat LED Efekti */
a.bc-i-live-chat.header-icon {
    position: relative;
    overflow: visible;
    animation: chatPulse 2s ease-in-out infinite;
}

a.bc-i-live-chat.header-icon::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 5px;
    background: linear-gradient(90deg, #69e6ff, #a855f7, #69e6ff);
    background-size: 200% 100%;
    animation: borderSlide 1.5s linear infinite;
    z-index: -1;
}

@keyframes borderSlide {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes chatPulse {
    0%, 100% { box-shadow: 0 0 5px rgba(105, 230, 255, 0.5); }
    50% { box-shadow: 0 0 15px rgba(105, 230, 255, 0.8), 0 0 25px rgba(105, 230, 255, 0.4); }
}



.tab-nav-icon-bc svg {
  width: 28px !important;
  height: 28px !important;
  display: block;
}