/* ============================================
   KRAL ESNAF - SADECE RENK DEĞİŞİKLİKLERİ
   ============================================ */

/* ----- HEADER - KIRMIZI ARKA PLAN, BEYAZ YAZI ----- */
#header-kral {
    background: #cc0000 !important;
    padding: 12px 0 !important;
    border-bottom: 3px solid #990000 !important;
    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3) !important;
}

#header-kral #logo img {
    filter: brightness(0) invert(1) !important;
}

.kral-logo {
    color: #fff !important;
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-size: 28px;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    line-height: 1.1;
}

.kral-logo small {
    display: block;
    font-size: 11px;
    font-weight: 300;
    color: #ffcccc;
    letter-spacing: 4px;
    text-shadow: none;
}

/* ----- ARAMA ÇUBUĞU (DEĞİŞMEDİ) ----- */
#header-kral #search .input-group {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}

#header-kral #search .form-control {
    border: none;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    box-shadow: none;
    background: #fff;
    color: #333;
    outline: none;
    border-radius: 30px 0 0 30px;
}

#header-kral #search .input-group-btn .btn {
    border: none;
    background: #990000;
    color: #fff;
    height: 44px;
    padding: 0 25px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
    transition: all 0.3s ease;
}

#header-kral #search .input-group-btn .btn:hover {
    background: #660000;
}

/* ----- SEPET (DEĞİŞMEDİ) ----- */
#header-kral #cart > .btn {
    background: #990000 !important;
    border-color: #660000 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

#header-kral #cart > .btn:hover {
    background: #660000 !important;
    border-color: #440000 !important;
}

#header-kral #cart .fa-shopping-cart {
    color: #ffcc00 !important;
    margin-right: 5px !important;
}

/* ----- MENÜ - KIRMIZI ARKA PLAN, BEYAZ YAZI ----- */
#kral-top-menu {
    background: #990000 !important;
    padding: 0 !important;
    border-bottom: 3px solid #660000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

#kral-top-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#kral-top-menu ul li {
    flex: 1;
    text-align: center;
    min-width: 80px;
}

#kral-top-menu ul li a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#kral-top-menu ul li:last-child a {
    border-right: none;
}

#kral-top-menu ul li a:hover {
    background: #660000;
    color: #ffcc00 !important;
}

#kral-top-menu ul li a i {
    color: #ffcc00;
    margin-right: 5px;
}
/* Top Bar - Currency ve Language Beyaz */
#top .btn-link {
    color: #fff !important;
}

#top .btn-link:hover {
    color: #ffcc00 !important;
}

#top .btn-link .caret {
    border-top-color: #fff !important;
}
/* ----- PARA BİRİMİ & DİL DROPDOWN MENÜ - KIRMIZI ARKA PLAN ----- */
#top .dropdown-menu {
    background: #cc0000 !important;
    border-color: #990000 !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    min-width: 80px !important;
    padding: 5px 0 !important;
}

#top .dropdown-menu .currency-select,
#top .dropdown-menu .language-select {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    padding: 6px 15px !important;
    font-size: 12px !important;
    width: 100% !important;
    text-align: left !important;
}

#top .dropdown-menu .currency-select:hover,
#top .dropdown-menu .language-select:hover {
    background: #990000 !important;
    color: #ffcc00 !important;
}

#top .dropdown-menu .currency-select img,
#top .dropdown-menu .language-select img {
    margin-right: 5px;
}

/* ----- HESABIM DROPDOWN MENÜ ----- */
#top .dropdown-menu.dropdown-menu-right {
    background: #cc0000 !important;
    border-color: #990000 !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    padding: 5px 0 !important;
}

#top .dropdown-menu.dropdown-menu-right li a {
    color: #fff !important;
    background: transparent !important;
    padding: 6px 15px !important;
    font-size: 12px !important;
}

#top .dropdown-menu.dropdown-menu-right li a:hover {
    background: #990000 !important;
    color: #ffcc00 !important;
}

/* ----- SEPET DROPDOWN ----- */
#cart .dropdown-menu {
    background: #fff !important;
    border-color: #ddd !important;
    border-radius: 8px !important;
}

#cart .dropdown-menu .btn-danger {
    background: #cc0000 !important;
    border-color: #990000 !important;
}

#cart .dropdown-menu .btn-danger:hover {
    background: #990000 !important;
}

/* ============================================
   SİZİN İÇİN SEÇTİKLERİMİZ - FLUID BÖLÜM
   ============================================ */

/* ----- FLUID BÖLÜM ----- */
.kral-featured-fluid {
    background: #f8f9fa;
    padding: 30px 0 20px 0;
    margin: 0 0 30px 0;
    border-top: 3px solid #e94560;
    border-bottom: 3px solid #e94560;
    width: 100% !important;
}

.kral-featured-fluid .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
}

.kral-featured-fluid .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.kral-featured-fluid .kral-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e94560;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
}

.kral-featured-fluid .kral-section-title span i {
    color: #ffcc00;
    margin-right: 10px;
}

.kral-featured-fluid .kral-section-title .view-all {
    font-size: 13px;
    font-weight: 600;
    color: #e94560;
    transition: all 0.3s ease;
}

.kral-featured-fluid .kral-section-title .view-all:hover {
    color: #0f3460;
    transform: translateX(5px);
}

/* ----- FLUID BÖLÜM ÜRÜN KARTLARI ----- */
.kral-featured-fluid .product-layout {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}

.kral-featured-fluid .product-thumb {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.kral-featured-fluid .product-thumb:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.kral-featured-fluid .product-thumb .image {
    text-align: center;
    padding: 10px;
    background: #fafafa;
    position: relative;
}

.kral-featured-fluid .product-thumb .image img {
    max-height: 180px;
    object-fit: contain;
}

.kral-featured-fluid .product-thumb .caption {
    padding: 12px 15px 8px 15px;
}

.kral-featured-fluid .product-thumb .caption h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 3px 0;
    min-height: 36px;
}

.kral-featured-fluid .product-thumb .caption h4 a {
    color: #1a1a2e;
}

.kral-featured-fluid .product-thumb .price {
    color: #e94560;
    font-size: 18px;
    font-weight: 800;
}

.kral-featured-fluid .product-thumb .price-new {
    font-weight: 700;
    color: #e94560;
}

.kral-featured-fluid .product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 13px;
}

.kral-featured-fluid .product-thumb .button-group {
    border-top: 1px solid #eee;
    background: #fafafa;
    overflow: hidden;
}

.kral-featured-fluid .product-thumb .button-group button {
    width: 100%;
    border: none;
    background: #e94560;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
}

.kral-featured-fluid .product-thumb .button-group button:hover {
    background: #c0392b;
}

.kral-featured-fluid .product-thumb .button-group button i {
    margin-right: 5px;
}

.kral-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    background: #e94560;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stock-code {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
}

.stock-code span {
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #666;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 768px) {
    .kral-featured-fluid {
        padding: 20px 0 10px 0;
    }
    
    .kral-featured-fluid .kral-section-title {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .kral-featured-fluid .product-layout {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .kral-featured-fluid .kral-section-title {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .kral-featured-fluid .product-thumb .image img {
        max-height: 140px;
    }
}