/*
 Theme Name:   Salient Child Elloria
 Theme URI:    https://elloria.pl
 Description:  Child theme for Salient – Elloria edition
 Author:       Elloria
 Template:     salient
 Version:      1.0.0
 Text Domain:  salient-child
*/

/* ukryj ciemny top bar Salient */
#top-bar,
#top-bar-wrap,
.nectar-top-notification-bar,
div#top-bar { display: none !important; }

/* wyrównaj header na mobile */
@media (max-width: 768px) {
    #header-outer { padding-top: 0 !important; margin-top: 0 !important; }
    #header-outer header { padding-top: 0 !important; margin-top: 0 !important; }
    body { padding-top: 0 !important; margin-top: 0 !important; }
    body.material #header-outer { top: 0 !important; }
}

/* WHITE HEADER */
#header-outer,
#header-outer header,
#header-outer nav,
body #header-outer:not(.transparent),
body.material #header-outer {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0eded !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
}

#header-outer #logo,
#header-outer .logo-inner,
#header-outer h1,
#header-outer h2 {
    color: #1a1a2e !important;
}

#header-outer nav > ul > li > a,
#header-outer .sf-menu > li > a,
#header-outer ul.sf-menu li a {
    color: #1a1a2e !important;
}
#header-outer nav > ul > li > a:hover,
#header-outer .sf-menu > li > a:hover {
    color: #c4697a !important;
}

#header-outer .cart-icon,
#header-outer .nectar-cart-wrap,
#header-outer a.cart-contents,
#header-outer .cart-wrap span,
#header-outer #cart-icon,
#header-outer .icon-salient-cart {
    color: #1a1a2e !important;
    fill: #1a1a2e !important;
}
#header-outer .cart-menu-wrap .cart-icon svg,
#header-outer .nectar-cart-wrap svg {
    fill: #1a1a2e !important;
    stroke: #1a1a2e !important;
}

#header-outer .cart-icon-wrap .cart-quantity,
#header-outer span.cart-quantity {
    background: #c4697a !important;
    color: #fff !important;
}

#header-outer #mobile-menu a {
    color: #1a1a2e !important;
}
#header-outer .lines-button span,
#header-outer .lines-button span::before,
#header-outer .lines-button span::after {
    background: #1a1a2e !important;
}

#header-outer.scrolled,
#header-outer.sticky {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* ukryj listę zakładek WooCommerce (Opis / Opinie) – treść widoczna bezpośrednio */
.woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.wc-tabs,
ul.wc-tabs { display: none !important; }
.woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-tabs .panel { display: block !important; }
