/*
 Theme Name:   Salient Child
 Theme URI:    https://moduleworld.pl
 Description:  Child theme for Salient
 Author:       ModuleWorld
 Template:     salient
 Version:      1.0.0
 Text Domain:  salient-child
*/

/* ── DARK HEADER ──────────────────────────────────────── */
#header-outer,
#header-outer header,
#header-outer nav,
body #header-outer:not(.transparent),
body.material #header-outer {
    background: #0a0a0a !important;
    background-color: #0a0a0a !important;
    border-bottom: 1px solid #1a1a2e !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.4) !important;
}

/* Logo i tekst w headerze na biały */
#header-outer #logo,
#header-outer .logo-inner,
#header-outer h1,
#header-outer h2 {
    color: #fff !important;
}

/* Linki nawigacji */
#header-outer nav > ul > li > a,
#header-outer .sf-menu > li > a,
#header-outer ul.sf-menu li a {
    color: #fff !important;
}
#header-outer nav > ul > li > a:hover,
#header-outer .sf-menu > li > a:hover {
    color: #FFB800 !important;
}

/* Ikona koszyka */
#header-outer .cart-icon,
#header-outer .nectar-cart-wrap,
#header-outer .woocommerce-cart-form,
#header-outer a.cart-contents,
#header-outer .cart-wrap span,
#header-outer #cart-icon,
#header-outer .icon-salient-cart {
    color: #fff !important;
    fill: #fff !important;
}
#header-outer .cart-menu-wrap .cart-icon svg,
#header-outer .nectar-cart-wrap svg {
    fill: #fff !important;
    stroke: #fff !important;
}

/* Licznik koszyka (badge) */
#header-outer .cart-icon-wrap .cart-quantity,
#header-outer span.cart-quantity {
    background: #FFB800 !important;
    color: #000 !important;
}

/* Hamburger mobilny */
#header-outer #mobile-menu a,
#header-outer .mobile-menu span,
#header-outer .lines-button span,
#header-outer .lines-button span::before,
#header-outer .lines-button span::after {
    background: #fff !important;
    color: #fff !important;
}

/* Sticky header */
#header-outer.scrolled,
#header-outer.sticky {
    background: #0a0a0a !important;
    background-color: #0a0a0a !important;
}
