/* ========== LOGO RESPONSIVE ========== */
.header-logo .logo {
    height: 35px;
    width: auto;
}
@media (max-width: 991px) {
    .header-logo .logo {
        height: 28px;
    }
}
@media (max-width: 575px) {
    .header-logo .logo {
        height: 24px;
    }
}
@media (max-width: 991px) {
    .header-top-bar {
        display: none !important;
    }
}


/* ========== SLIDER DOTS ========== */
.heroCarousel-slider .owl-carousel .owl-dots,
.coll-slider .owl-dots {
    margin-left: -50px !important;
    justify-content: flex-start !important;
}
.owl-dots .owl-dot span {
    background: #d0d5dd !important;
    border: 1px solid #bbb !important;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #0d1e3a !important;
    border-color: #0d1e3a !important;
}
/* Mobil slider dots - gizle */
@media (max-width: 767px) {
    .heroCarousel-slider .owl-carousel .owl-dots,
    .coll-slider .owl-dots {
        display: none !important;
    }
}

/* ========== SLIDER BUTTON ========== */
.slider-btn {
    display: inline-block;
    background: #0d1e3a;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.slider-btn-wrap {
    position: absolute;
    bottom: 80px;
    left: 30px;
}
@media (max-width: 767px) {
    .slider-btn {
        padding: 6px 12px;
        font-size: 10px;
        border-radius: 4px;
    }
    .slider-btn-wrap {
        bottom: 30px;
        left: 12px;
    }
}
@media (max-width: 480px) {
    .slider-btn {
        padding: 5px 10px;
        font-size: 9px;
    }
    .slider-btn-wrap {
        bottom: 25px;
        left: 10px;
    }
}

/* ========== HEADER PREMIUM GLASS ANIMATION ========== */
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.header-bottom {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* ========== ANA MENÜ ========== */
.header-bottom .box-nav-ul .item-link {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.header-bottom .box-nav-ul .item-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.header-bottom .box-nav-ul .item-link.active {
    font-weight: 600;
}

/* Satış Noktaları Link */
.deal-header a {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.deal-header a svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ========== KATEGORİ MENÜSÜ - MODERN TASARIM ========== */

/* Overlay - CSS only (sadece ana sayfa dışında) */
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Menü hover durumunda öne çıksın */
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu {
    position: relative;
    z-index: 9999;
}
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover .vertical-content {
    position: relative;
    z-index: 10000;
}
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover .navbar-toggles,
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Menü hover durumunda robot ve scroll butonunu arkaya al */
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover ~ .sitebizdenbox-widget,
body:not(.template-index):has(#ss-vertical-menu .widget-verticalmenu:hover) .sitebizdenbox-widget,
body:not(.template-index):has(#ss-vertical-menu .widget-verticalmenu:hover) .progress-wrap {
    z-index: 1 !important;
}

/* Ana Container - Dikey Ortalama */
.menu-left.vertical_menu {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}
#ss-vertical-menu {
    width: 100% !important;
}
#ss-vertical-menu .widget-verticalmenu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

/* Ürün Grupları Butonu - Kapalı halde (diğer sayfalar) */
#ss-vertical-menu .navbar-toggles {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    padding: 11px 16px !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
}
/* Hover'da bağlantılı görünsün */
#ss-vertical-menu .widget-verticalmenu:hover .navbar-toggles {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    box-shadow: none !important;
}
/* Ürün Grupları Butonu - Açık halde (ana sayfa) */
.template-index #ss-vertical-menu .navbar-toggles {
    border-bottom: 1px solid #e5e7eb !important;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: none !important;
}
#ss-vertical-menu .navbar-toggles .icon-before-title svg {
    fill: #103595 !important;
}
#ss-vertical-menu .navbar-toggles .icon-after-title svg path {
    stroke: #9ca3af !important;
}
#ss-vertical-menu .navbar-toggles .title-nav {
    color: #1f2937 !important;
}

/* Ana Menü Container - Kapalı hali */
#ss-vertical-menu .vertical-wrapper {
    border: 1px solid #d1d5db !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
    background: #fff !important;
    margin-top: 0 !important;
    /* Animasyon için */
    transform: translateY(-10px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.25s ease-out !important;
    transform-origin: top !important;
}
/* Ana Menü Container - Açık hali (hover) */
#ss-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* Ana sayfa - her zaman açık */
.template-index #ss-vertical-menu .vertical-wrapper {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Menü Listesi */
#ss-vertical-menu .vertical-group {
    padding-top: 0 !important;
}

/* Menü Öğeleri */
#ss-vertical-menu .vertical-item.level1 {
    border-bottom: none !important;
}

/* Ana Menü Link */
#ss-vertical-menu .vertical-item.level1 > a.menu-link {
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    border-radius: 6px !important;
    margin: 2px 6px !important;
}

/* İkon Stilleri */
#ss-vertical-menu .vertical-item.level1 > a.menu-link .icon_items {
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #eef1f6 !important;
    border-radius: 6px !important;
    opacity: 1 !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}
#ss-vertical-menu .vertical-item.level1 > a.menu-link .icon_items i {
    color: #1f2937 !important;
    font-size: 15px !important;
    transition: all 0.2s ease !important;
}

/* Menü Başlık */
#ss-vertical-menu .vertical-item.level1 > a.menu-link .menu-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    flex: 1 !important;
}

/* Ok İkonu */
#ss-vertical-menu .vertical-item.level1 > a.menu-link .caret {
    opacity: 0.4 !important;
    transition: all 0.2s ease !important;
}

/* Hover Durumu */
#ss-vertical-menu .vertical-item.level1 > a.menu-link:hover {
    background: #f5f7fa !important;
}
#ss-vertical-menu .vertical-item.level1 > a.menu-link:hover .icon_items {
    background: #103595 !important;
}
#ss-vertical-menu .vertical-item.level1 > a.menu-link:hover .icon_items i {
    color: #fff !important;
}
#ss-vertical-menu .vertical-item.level1 > a.menu-link:hover .menu-title {
    color: #103595 !important;
}
#ss-vertical-menu .vertical-item.level1 > a.menu-link:hover .caret {
    opacity: 1 !important;
}

/* Alt Menü (Dropdown) */
#ss-vertical-menu .vertical-drop {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    padding: 6px 0 !important;
    min-width: 200px !important;
    margin-left: 0 !important;
    left: 100% !important;
    top: -1px !important;
    /* Açılma animasyonu */
    animation: submenuSlideIn 0.2s ease-out !important;
    transform-origin: left top !important;
}
@keyframes submenuSlideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Alt menü hover için köprü alanı */
#ss-vertical-menu .vertical-item.level1.vertical_drop::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: -15px !important;
    width: 15px !important;
    height: 100% !important;
}
#ss-vertical-menu .vertical-drop > li a {
    padding: 9px 14px !important;
    font-size: 15px !important;
    color: #1f2937 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.15s ease !important;
}
#ss-vertical-menu .vertical-drop > li a i {
    color: #374151 !important;
    font-size: 15px !important;
    width: 18px !important;
    text-align: center !important;
}
#ss-vertical-menu .vertical-drop > li a:hover {
    background: #f3f6fc !important;
    color: #103595 !important;
}
#ss-vertical-menu .vertical-drop > li a:hover i {
    color: #103595 !important;
}

/* ========== ARAMA KUTUSU ========== */
.header__search .mini-search-from {
    position: relative;
}
.header__search .mini-search-from input {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    height: 44px !important;
    padding: 10px 50px 10px 16px !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    min-width: 280px !important;
    transition: all 0.2s ease !important;
}
.header__search .mini-search-from input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
}
.header__search .mini-search-from input:focus {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    outline: none !important;
}
.header__search .mini-search-from button {
    position: absolute !important;
    top: 50% !important;
    right: 6px !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.header__search .mini-search-from button:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
}

/* ========== BAYİ GİRİŞ BUTONU ========== */
.header-links .login-btn.dealer-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 44px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    background: #fff !important;
    border: none !important;
    color: #103595 !important;
}
.header-links .login-btn.dealer-btn:hover {
    background: #f0f4ff !important;
}
.header-links .login-btn.dealer-btn svg {
    width: 17px !important;
    height: 17px !important;
    flex-shrink: 0 !important;
}
.header-links .login-btn.dealer-btn svg,
.header-links .login-btn.dealer-btn svg path {
    stroke: #103595 !important;
}

/* ========== NAVİGASYON LİNKLERİ ========== */
.header-bottom .box-nav-ul .menu-item .item-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}
.header-bottom .box-nav-ul .menu-item .item-link:hover {
    color: #fff !important;
}
.header-bottom .box-nav-ul .menu-item .item-link.active {
    color: #fff !important;
    font-weight: 600 !important;
}
.header-bottom .box-nav-ul .menu-item .item-link:hover::before,
.header-bottom .box-nav-ul .menu-item .item-link.active::before {
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.7) 70%, transparent) !important;
    height: 1px !important;
    top: calc(100% + 4px) !important;
}
.header-bottom .box-nav-ul .menu-item .item-link svg {
    width: 15px !important;
    height: 15px !important;
}

/* Satış Noktaları Linki */
.deal-header a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    transition: all 0.2s ease !important;
}
.deal-header a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}
.deal-header a svg {
    width: 15px !important;
    height: 15px !important;
}

/* ========== KATEGORİ DAİRELERİ ========== */
.widget-collection .collect .collect-img {
    border: 2px solid #e0e5ed !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.widget-collection .collect .collect-img:hover {
    border-color: #103595 !important;
    box-shadow: 0 6px 20px rgba(16, 53, 149, 0.15) !important;
}

/* ========== MOBİL HEADER - MAX 1149px ========== */
@media (max-width: 1149px) {
    /* Yatay scroll'u engelle */
    html, body {
        overflow-x: hidden !important;
    }
    /* Aramayı gizle */
    .header-middle .header-middle__inner .header__search {
        display: none !important;
    }
    /* Header middle düzeni */
    .header-middle {
        padding: 10px 0 !important;
    }
    .header-middle > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .header-middle .header-middle__inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    /* Logo - sola yasla */
    .header-middle .header-middle__inner .header-logo {
        flex: 0 0 auto !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    /* Bayi Girişi - sağa yasla */
    .header-middle .header-middle__inner .header-links {
        flex: 0 0 auto !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .header-middle .header-middle__inner .header-links .login-btn {
        padding: 8px 14px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }
    .header-middle .header-middle__inner .header-links .login-btn svg {
        width: 14px !important;
        height: 14px !important;
    }
    /* Header bottom düzeni */
    #header.header-bottom {
        padding: 10px 0 !important;
    }
    #header.header-bottom > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* Kategori menüsünü ve ana navigasyonu gizle */
    #header.header-bottom .vertical_menu,
    #header.header-bottom .box-nav-ul {
        display: none !important;
    }
    /* Satış Noktaları - en sağda göster */
    #header.header-bottom .wrapper-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    #header.header-bottom .deal-header {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    #header.header-bottom .deal-header a {
        font-size: 11px !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
    }
    #header.header-bottom .deal-header a svg {
        width: 14px !important;
        height: 14px !important;
    }
    #header.header-bottom > .container {
        position: relative !important;
    }
    /* Mobil menü butonları */
    #header.header-bottom .ss-lg-hidden {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #header.header-bottom .ss-lg-hidden > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #fff !important;
        padding: 4px !important;
        margin: 0 !important;
    }
    #header.header-bottom .ss-lg-hidden > a svg {
        width: 22px !important;
        height: 22px !important;
        fill: #fff !important;
    }
    /* Row ve column sıfırlama */
    #header.header-bottom .wrapper-header {
        margin: 0 !important;
        padding: 0 !important;
    }
    #header.header-bottom .wrapper-header > .col-4,
    #header.header-bottom .wrapper-header > .col-md-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex: 0 0 auto !important;
        width: auto !important;
    }
}





/* Page Header */
.page-header { background: #fff; padding: 3px 0; border-bottom: 1px solid #eee; }
.page-header-row { display: flex; align-items: center; justify-content: space-between; }
.page-header h1 { font-size: 1.65rem; font-weight: 400; color: #1a1a1a; margin: 0; }
.page-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.page-breadcrumb a { color: #777; text-decoration: none; }
.page-breadcrumb a:hover { color: #103595; }
.page-breadcrumb i { font-size: 8px; color: #bbb; }
.page-breadcrumb span { color: #103595; font-weight: 600; }

/* Category Page */
.category-page {
    background: #f5f7fa;
    padding: 30px 0 50px;
}

/* Shop Toolbar */
.shop-toolbar {
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.toolbar-left .product-count {
    font-size: 14px;
    color: #666;
}
/* Layout Switcher */
.shop-toolbar .ss-control-layout {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.shop-toolbar .ss-control-layout li {
    cursor: pointer !important;
}
.shop-toolbar .ss-control-layout li .item {
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    background: #c5cad3 !important;
    transition: all 0.2s !important;
    padding: 0 10px !important;
}
.shop-toolbar .ss-control-layout li .item .icon {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1 !important;
}
.shop-toolbar .ss-control-layout li.active .item {
    background: #103595 !important;
}
.shop-toolbar .ss-control-layout li.active .item .icon {
    color: #fff !important;
}
.shop-toolbar .ss-control-layout li:hover:not(.active) .item {
    background: #b0b7c3 !important;
}
.toolbar-right .sort-dropdown select {
    padding: 10px 35px 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
    appearance: none;
    cursor: pointer;
    min-width: 180px;
}
.toolbar-right .sort-dropdown select:focus {
    outline: none;
    border-color: #103595;
}

/* No Products */
.no-products-card {
    background: #fff;
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.no-products-card i {
    font-size: 60px;
    color: #ddd;
    margin-bottom: 20px;
}
.no-products-card h4 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
}
.no-products-card p {
    color: #888;
    margin-bottom: 25px;
}
.no-products-card .back-btn {
    display: inline-block;
    background: #103595;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.no-products-card .back-btn:hover {
    background: #0d2b7a;
}

/* Products Grid - Override main theme styles */
/* CSS Variables override for this page */
.category-page {
    --color-base-background-1: #ffffff;
    --border-color: rgba(0, 0, 0, 0.08);
}

/* Product card container - direct background */
.category-page .products-listing .product-layout .item {
    background: transparent;
}
.category-page .products-listing .product-layout .item .product-item {
    background: transparent;
}
.category-page .products-listing .product-layout .item .product-item .product-item-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}
.category-page .products-listing .product-layout .item .product-item .product-item-container:before {
    display: none !important;
}
.category-page .products-listing .product-layout .item .product-item .product-item-container:hover {
    transform: translateY(-5px);
    z-index: 10;
    box-shadow: 0 12px 30px rgba(16, 53, 149, 0.18);
    border-color: #103595;
}
/* Equal height for all product cards */
.category-page .products-listing .product-layout .item {
    display: flex;
}
.category-page .products-listing .product-layout .item .product-item {
    display: flex;
    width: 100%;
}
.category-page .products-listing .product-layout .item .product-item .product-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}
.category-page .products-listing .product-layout .card-product .left-block {
    background: #f8f9fa;
    border-radius: 0;
    flex-shrink: 0;
}
.category-page .products-listing .product-layout .card-product .right-block {
    padding: 15px;
    background: #fff;
    min-height: 70px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
}
.category-page .products-listing .product-layout .card-product .right-block .button-link {
    display: none !important;
}
/* Hide category badge on this page */
.category-page .products-listing .product-layout .card-product .title-vendor {
    display: none !important;
}
.category-page .products-listing .product-layout .card-product .title-product,
.category-page .products-listing .product-layout .card-product h4.title-product,
.category-page .products-listing .product-layout .card-product .right-block .caption h4 {
    margin: 0;
    max-height: none !important;
    height: auto !important;
}
.category-page .products-listing .product-layout .card-product .title-product a,
.category-page .products-listing .product-layout .card-product .title-product .title,
.category-page .products-listing .product-layout .card-product h4 a,
.category-page .products-listing .product-layout .card-product .right-block .caption h4 a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 1.5 !important;
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    max-height: none !important;
    height: auto !important;
}
.category-page .products-listing .product-layout .card-product .title-product a:hover {
    color: #103595 !important;
}

/* Pagination */
.pagination-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pagination .page-num,
.pagination .page-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.pagination .page-num:hover,
.pagination .page-btn:hover {
    border-color: #103595;
    color: #103595;
}
.pagination .page-num.active {
    background: #103595;
    border-color: #103595;
    color: #fff;
}
.pagination .page-dots {
    padding: 0 5px;
    color: #999;
}
.pagination .page-btn i {
    font-size: 12px;
}

/* Product Color Circles */
.product-color-circles {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.color-circle-mini {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.2s;
}
.color-circle-mini:hover,
.color-circle-mini.active {
    border-color: #103595;
    transform: scale(1.15);
    box-shadow: 0 2px 6px rgba(16, 53, 149, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .page-header { padding: 4px 0; }
    .page-header-row { flex-direction: column; align-items: flex-start; gap: 3px; }
    .page-header h1 { font-size: 1.25rem; }
    .page-breadcrumb { font-size: 11px; }
    .category-page { padding: 20px 0 40px; }
    /* Toolbar mobilde gizle */
    .shop-toolbar {
        display: none !important;
    }
    .pagination .page-num,
    .pagination .page-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
    .color-circle-mini {
        width: 16px;
        height: 16px;
    }
}

/* Lazy Load Animasyonları */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Ürün kartları başlangıç durumu */
.category-page .products-listing .product-layout .item {
    opacity: 0;
    transform: translateY(30px);
}

/* Animasyon tetiklendiğinde */
.category-page .products-listing .product-layout .item.animate-in {
    animation: fadeInUp 0.5s ease forwards;
}

/* Kademeli gecikme için */
.category-page .products-listing .product-layout .item.animate-in:nth-child(1) { animation-delay: 0ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(2) { animation-delay: 50ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(3) { animation-delay: 100ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(4) { animation-delay: 150ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(5) { animation-delay: 200ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(6) { animation-delay: 80ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(7) { animation-delay: 130ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(8) { animation-delay: 180ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(9) { animation-delay: 230ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(10) { animation-delay: 100ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(11) { animation-delay: 150ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(12) { animation-delay: 200ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(13) { animation-delay: 250ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(14) { animation-delay: 120ms; }
.category-page .products-listing .product-layout .item.animate-in:nth-child(15) { animation-delay: 170ms; }

/* Resim lazy load efekti */
.category-page .products-listing .product-layout .item .img-product,
.category-page .products-listing .product-layout .item .img-hover {
    transition: opacity 0.4s ease;
}

/* Reduced motion tercihine saygı */
@media (prefers-reduced-motion: reduce) {
    .category-page .products-listing .product-layout .item {
        opacity: 1;
        transform: none;
    }
    .category-page .products-listing .product-layout .item.animate-in {
        animation: none;
        opacity: 1;
    }
}


.modern-footer {
    background: #0d1b3e;
}
.modern-footer .footer-top {
    padding: 60px 0 40px;
}
.modern-footer .footer-desc {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.7;
}
.modern-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modern-footer .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.modern-footer .footer-contact-list li i {
    color: #e30613;
    font-size: 18px;
    margin-top: 2px;
}
.modern-footer .footer-contact-list li a {
    color: rgba(255,255,255,0.8);
    transition: color 0.2s;
}
.modern-footer .footer-contact-list li a:hover {
    color: #fff;
}
.modern-footer .footer-heading h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.modern-footer .footer-menu-list li {
    margin-bottom: 10px;
}
.modern-footer .footer-menu-list .footer-menu_item {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    transition: all 0.2s;
}
.modern-footer .footer-menu-list .footer-menu_item:hover {
    color: #fff;
    padding-left: 5px;
}
.modern-footer .footer-bayi-box {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 25px;
}
.modern-footer .footer-bayi-box p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
.modern-footer .footer-bayi-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.modern-footer .footer-bayi-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}
.modern-footer .footer-bayi-btn.primary {
    background: #103595;
    color: #fff;
}
.modern-footer .footer-bayi-btn.primary:hover {
    background: #1e50b5;
}
.modern-footer .footer-bayi-btn.secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}
.modern-footer .footer-bayi-btn.secondary:hover {
    background: rgba(255,255,255,0.15);
}
.modern-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}
.modern-footer .social-label {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
}
.modern-footer .social-links {
    display: flex;
    gap: 10px;
}
.modern-footer .social-links a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
}
.modern-footer .social-links a:hover {
    background: #103595;
    transform: translateY(-3px);
}
.modern-footer .footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
}
.modern-footer .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.modern-footer .footer-copyright p {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    margin: 0;
}
.modern-footer .footer-copyright strong {
    color: rgba(255,255,255,0.8);
}
.modern-footer .footer-legal-links {
    display: flex;
    align-items: center;
    gap: 15px;
}
.modern-footer .footer-legal-links a {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    transition: color 0.2s;
}
.modern-footer .footer-legal-links a:hover {
    color: #fff;
}
.modern-footer .footer-legal-links span {
    color: rgba(255,255,255,0.3);
}
@media (max-width: 991px) {
    .modern-footer .footer-bayi-box { margin-top: 30px; }
}
@media (max-width: 575px) {
    .modern-footer .footer-bottom-content { justify-content: center; text-align: center; }
    .modern-footer .footer-social { flex-direction: column; gap: 10px; }
}
/* Mobile Search Canvas */
#mobileSearchCanvas {
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    z-index: 99999 !important;
}
#mobileSearchCanvas .search-tag:hover,
#mobileSearchCanvas .search-tag:active {
    background: #103595 !important;
    color: #fff !important;
}
#mobileSearchCanvas .form-control:focus {
    border-color: #103595;
    box-shadow: 0 0 0 2px rgba(16,53,149,0.1);
    outline: none;
}
#mobileSearchCanvas .offcanvas-header {
    padding-bottom: 5px !important;
}
/* Kategori menü header */
.mb-category-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 12px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.mb-category-header i {
    font-size: 16px;
    color: #103595;
}
/* Modal Styles */
#gizlilikModal .modal-title,
#kullanimModal .modal-title {
    color: #fff !important;
}


/* Scroll to top - under the robot */
.progress-wrap {
    right: 65px !important;
    bottom: 20px !important;
    z-index: 9998 !important;
}
@media (max-width: 991px) {
    .progress-wrap {
        display: none !important;
    }
}

/* sitebizdenBox Container */
.sitebizdenbox-widget {
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
}

/* Floating Button */
.sitebizdenbox-trigger {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    filter: drop-shadow(0 4px 12px rgba(13, 34, 71, 0.3));
}
.sitebizdenbox-trigger:hover {
    transform: scale(1.1) translateY(-3px);
    filter: drop-shadow(0 8px 20px rgba(13, 34, 71, 0.4));
}

/* Robot SVG */
.sitebizdenbox-robot {
    width: 130px;
    height: 130px;
}

/* Wave Animation for Hand */
@keyframes wave {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(20deg); }
    75% { transform: rotate(-15deg); }
}
.sitebizdenbox-trigger:hover .robot-hand,
.sitebizdenbox-wave .robot-hand {
    transform-origin: bottom center;
    animation: wave 0.5s ease-in-out 3;
}

/* Auto Wave Animation */
@keyframes autoWave {
    0%, 10%, 100% { transform: rotate(0deg); }
    2.5% { transform: rotate(20deg); }
    5% { transform: rotate(-10deg); }
    7.5% { transform: rotate(15deg); }
}
.robot-hand {
    transform-origin: 50% 100%;
    animation: autoWave 8s ease-in-out infinite;
}

/* Wink Animation */
@keyframes wink {
    0%, 90%, 100% {
        transform: scaleY(1);
    }
    95% {
        transform: scaleY(0.1);
    }
}
.eye-left {
    transform-origin: 40px 41px;
    animation: wink 6s ease-in-out infinite;
}
.eye-shine-left {
    transform-origin: 42px 39px;
    animation: wink 6s ease-in-out infinite;
}

/* Smile Animation */
@keyframes smile {
    0%, 85%, 100% {
        d: path("M40 52 Q50 60 60 52");
    }
    90%, 95% {
        d: path("M38 50 Q50 64 62 50");
    }
}
.robot-smile {
    animation: smile 6s ease-in-out infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
.sitebizdenbox-trigger {
    animation: bounce 3s ease-in-out infinite;
}
.sitebizdenbox-trigger:hover {
    animation: none;
}

/* Tooltip Bubble - Compact Design */
.sitebizdenbox-tooltip {
    position: absolute;
    bottom: 135px;
    right: 10px;
    background: #0d2247;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 8px 25px rgba(13, 34, 71, 0.4);
    max-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.sitebizdenbox-trigger:hover .sitebizdenbox-tooltip,
.sitebizdenbox-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sitebizdenbox-tooltip::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 30px;
    width: 12px;
    height: 12px;
    background: #0d2247;
    transform: rotate(45deg);
}
.sitebizdenbox-tooltip-text {
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

/* Chat Window */
.sitebizdenbox-chat {
    position: fixed;
    bottom: 200px;
    right: 15px;
    width: 340px;
    height: 450px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 10000;
    transform-origin: bottom right;
    animation: chatOpen 0.3s ease forwards;
}
@keyframes chatOpen {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.sitebizdenbox-chat.active {
    display: flex;
}

/* Chat Header - Compact */
.sitebizdenbox-chat-header {
    background: #0d2247;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sitebizdenbox-chat-avatar {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitebizdenbox-chat-avatar svg {
    width: 20px;
    height: 20px;
}
.sitebizdenbox-chat-info {
    flex: 1;
}
.sitebizdenbox-chat-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.sitebizdenbox-chat-status {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 4px;
}
.sitebizdenbox-chat-status::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
}
.sitebizdenbox-chat-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.sitebizdenbox-chat-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Chat Body - Compact */
.sitebizdenbox-chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #f8fafc;
}

/* Chat Messages */
.sitebizdenbox-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sitebizdenbox-msg {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.4;
}
.sitebizdenbox-msg.bot {
    background: #fff;
    color: #333;
    align-self: flex-start;
    border: 1px solid #e5e7eb;
}
.sitebizdenbox-msg.user {
    background: #0d2247;
    color: #fff;
    align-self: flex-end;
}
.sitebizdenbox-typing {
    display: flex;
    gap: 4px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 12px;
    width: fit-content;
    border: 1px solid #e5e7eb;
}
.sitebizdenbox-typing span {
    width: 6px;
    height: 6px;
    background: #94a3b8;
    border-radius: 50%;
    animation: typing 1s infinite;
}
.sitebizdenbox-typing span:nth-child(2) { animation-delay: 0.2s; }
.sitebizdenbox-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1); }
}

/* Quick Actions - Compact */
.sitebizdenbox-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.sitebizdenbox-quick-btn {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 11px;
    color: #374151;
}
.sitebizdenbox-quick-btn:hover {
    background: #0d2247;
    color: #fff;
    border-color: #0d2247;
}

/* Chat Input - Compact */
.sitebizdenbox-chat-footer {
    padding: 10px 12px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}
.sitebizdenbox-input-wrap {
    display: flex;
    gap: 8px;
    background: #f3f4f6;
    border-radius: 20px;
    padding: 6px 6px 6px 14px;
    align-items: center;
}
.sitebizdenbox-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 13px;
    outline: none;
    color: #333;
}
.sitebizdenbox-input::placeholder {
    color: #9ca3af;
}
.sitebizdenbox-send {
    background: #0d2247;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.sitebizdenbox-send:hover {
    background: #1a4fd6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sitebizdenbox-widget {
        bottom: 70px;
        right: 10px;
    }
    .sitebizdenbox-trigger {
        width: 80px;
        height: 80px;
    }
    .sitebizdenbox-robot {
        width: 75px;
        height: 75px;
    }
    .sitebizdenbox-chat {
        width: calc(100% - 20px);
        height: calc(100% - 180px);
        right: 10px;
        bottom: 160px;
        border-radius: 16px;
    }
    .sitebizdenbox-tooltip {
        display: none;
    }
}
@media (max-width: 480px) {
    .sitebizdenbox-widget {
        bottom: 65px;
        right: 8px;
    }
    .sitebizdenbox-trigger {
        width: 70px;
        height: 70px;
    }
    .sitebizdenbox-robot {
        width: 65px;
        height: 65px;
    }
}
