/* Berserk loader devre dışı */
.brk-loader { display: none !important; }

html { font-size: 14px; }
@media (min-width: 768px) { html { font-size: 16px; } }
body { min-height: 100vh; margin: 0; }

/* ======= TOP BAR ======= */
.top-bar {
    background: #1a1a2e;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    padding: 8px 0;
}
.top-bar-item {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-right: 20px;
    white-space: nowrap;
}
.top-bar-item:hover { color: #fff; }
.top-bar-item i { margin-right: 5px; color: #2775FF; }
.top-bar-social a {
    color: rgba(255,255,255,0.7);
    margin-left: 12px;
    font-size: 14px;
}
.top-bar-social a:hover { color: #fff; }

/* ======= MAIN NAVBAR ======= */
.main-navbar {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    padding: 0;
    z-index: 1030;
}
.main-navbar .container {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-logo {
    max-height: 50px;
}
.main-navbar .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #222 !important;
    padding: 15px 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-item.show .nav-link {
    color: #2775FF !important;
}
.main-navbar .dropdown-menu {
    border: none;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px 0;
}
.main-navbar .dropdown-item {
    font-size: 14px;
    padding: 8px 20px;
    color: #333;
}
.main-navbar .dropdown-item:hover {
    background: #f0f4ff;
    color: #2775FF;
}
.main-navbar .navbar-toggler {
    border: none;
    color: #222;
    font-size: 22px;
    padding: 8px 12px;
}

/* Navbar right icons */
.navbar-right {
    gap: 5px;
}
.nav-icon {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    padding: 8px 10px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
}
.nav-icon:hover { color: #2775FF; text-decoration: none; }
.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #e74c3c;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 5px;
    line-height: 1;
}
.whatsapp-btn {
    background: #25D366;
    color: #fff !important;
    padding: 7px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    transition: background 0.2s;
}
.whatsapp-btn:hover { background: #1da851; }
.whatsapp-btn i { margin-right: 5px; font-size: 16px; }

/* ======= BREADCRUMB PAGES ======= */
.page-header {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    padding: 40px 0 35px;
    color: #fff;
}
.page-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.page-header .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
.page-header .breadcrumb li,
.page-header .breadcrumb li a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.page-header .breadcrumb li a:hover { color: #fff; }
.page-header .breadcrumb li + li::before {
    content: "›";
    color: rgba(255,255,255,0.5);
    padding: 0 8px;
}

/* ======= SIDEBAR CATEGORIES ======= */
.sidebar-categories a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    transition: all 0.2s;
}
.sidebar-categories a:hover {
    background: #f0f4ff;
    color: #2775FF;
    padding-left: 20px;
}
.sidebar-categories a.active {
    background: #f0f4ff;
    color: #2775FF;
    font-weight: 700;
    border-left: 3px solid #2775FF;
}

/* ======= BUTTONS ======= */
.btn-outline-primary {
    color: #2775FF !important;
    border: 2px solid #2775FF !important;
    background: transparent !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background: #2775FF !important;
}
.btn-primary {
    background: #2775FF !important;
    border-color: #2775FF !important;
    color: #fff !important;
}
.btn-success {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

/* ======= CARDS ======= */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

/* ======= HERO ======= */
.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.hero-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(0,20,50,0.88), rgba(0,40,90,0.82));
}
.hero-section > * { position: relative; z-index: 2; }

/* ======= FOOTER ======= */
.site-footer {
    background: #1a1a2e;
    color: rgba(255,255,255,0.8);
    padding: 50px 0 0;
    margin-top: 50px;
}
.footer-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 8px;
    font-size: 14px;
}
.footer-links li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-links li a:hover { color: #fff; }
.footer-links li i { margin-right: 8px; color: #2775FF; width: 16px; }
.footer-text {
    font-size: 14px;
    line-height: 1.6;
}
.footer-social a {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    margin-right: 15px;
    transition: color 0.2s;
}
.footer-social a:hover { color: #2775FF; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
    margin-top: 30px;
    font-size: 13px;
}
.footer-bottom p { margin: 0; }
.footer-bottom nav a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    margin-left: 15px;
    font-size: 13px;
}
.footer-bottom nav a:hover { color: #fff; }

/* ======= LOGIN/REGISTER ======= */
.login-section {
    padding: 60px 0;
}
.login-section .form-control {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
}
.login-section label {
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

/* ======= CART TABLE ======= */
.cart-table { width: 100%; }
.cart-table th {
    background: #f8f9fa;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.cart-table td { padding: 15px; vertical-align: middle; border-bottom: 1px solid #eee; }
.cart-table img { border-radius: 5px; }

/* ======= MISC ======= */
.gap-2 > * { margin-right: 0.5rem; margin-bottom: 0.5rem; }
.brk-loader { display: none !important; }
.brk-theme-options { display: none !important; }
