:root {
    --primary:      #466FA4;
    --accent:       #143BAD;
    --accent2:      #2EBD33;
    --danger:       #C01E0C;
    --primary-rgb:  70,111,164;
    --accent-rgb:   20,59,173;
    --accent2-rgb:  46,189,51;
    --light:        rgba(70,111,164, 0.06);
    --light2:       rgba(20,59,173, 0.06);
    --border:       rgba(70,111,164, 0.12);
    --card-shadow:  0 2px 18px rgba(70,111,164, 0.07);
}

/* Butonlar */
.pbtn-primary, .btn-sepet { background: #466FA4 !important; }
.pbtn-primary:hover        { background: #20497e !important; }

/* Ürün fiyatı */
.product-price { color: #143BAD !important; }

/* Rozet */
.product-badge { background: linear-gradient(135deg, #143BAD, #001587) !important; }

/* Başlık altı çizgi */
.section-title::after { background: linear-gradient(90deg, #143BAD, #466FA4) !important; }

/* Promo bar */
.promo-bar { background: linear-gradient(90deg, #466FA4 0%, #143BAD 100%) !important; }

/* Duyuru barı */
.duyuru-bar { background: linear-gradient(90deg, #143BAD, #466FA4) !important; }

/* Arama butonu */
.header-search button { background: linear-gradient(135deg, #143BAD, #001587) !important; }
.header-search input:focus { border-color: #143BAD !important; box-shadow: 0 0 0 4px rgba(20,59,173, 0.12) !important; }

/* Nav aktif */
.nav-item > a.active, .nav-item > a:hover { color: #466FA4 !important; }
.nav-item > a.active { background: rgba(70,111,164, 0.06) !important; }
.nav-dropdown { border-top: 3px solid #143BAD !important; }

/* Kategori kartı hover */
.category-card:hover { border-color: #466FA4 !important; }
.category-card h4    { color: #466FA4 !important; }

/* Ürün kartı hover */
.product-card:hover  { border-color: rgba(70,111,164, 0.3) !important; }

/* Logo rengi */
.logo-text           { color: #466FA4 !important; }
.logo-text span      { color: #143BAD !important; }

/* Top bar */
.top-bar a:hover     { color: #143BAD !important; }

/* Section başlık */
.section-title       { color: #466FA4 !important; }
.section-link        { color: #466FA4 !important; }
.section-link:hover  { color: #143BAD !important; }

/* Filtre sidebar */
.filter-title::before { background: #143BAD !important; }
.filter-option input:checked + label { color: #466FA4 !important; }

/* Sepet badge */
.haction-btn .badge  { background: linear-gradient(135deg, #143BAD, #001587) !important; }
.haction-btn:hover   { color: #143BAD !important; }
