/* 
 * Targeted Gold Accents for Shau Brands 
 * Reverted global dark theme, now only highlighting the promotional banner
 */

.header-features span {
    color: #D4AF37 !important;
    /* Gold */
    font-weight: 600 !important;
}

/* --- Navbar Icons: White (except Home icon = Gold) --- */

/* Left icons: search, compare, wishlist, user */
.header-left-icon a {
    color: #fff !important;
}

.header-left-icon a:hover {
    color: #D4AF37 !important;
}

/* Hamburger bars */
.header-left-icon .basic-bar a span {
    background-color: #fff !important;
}

.header-left-icon .basic-bar a:hover span {
    background-color: #D4AF37 !important;
}

/* Right side: Shopping bag text + icon */
.shop-cart a,
.shop-cart a h6,
.shop-cart a .cart-price {
    color: #fff !important;
}

.shop-cart a:hover,
.shop-cart a:hover h6,
.shop-cart a:hover .cart-price {
    color: #D4AF37 !important;
}

/* Nav menu links: white */
.nav-menu li a {
    color: #fff !important;
}

.nav-menu li a:hover {
    color: #D4AF37 !important;
}

/* Home icon stays gold */
.logo-link i.fa-home {
    color: #DAA520 !important;
}

/* --- Google Auth Button Hover Effect --- */
.google-auth-btn {
    background-color: #fff;
    color: #757575;
    border: 1px solid #ddd;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.google-auth-btn:hover {
    background-color: #f8f9fa;
    border-color: #4285F4;
    color: #4285F4;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
    transform: translateY(-1px);
}

.google-auth-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(66, 133, 244, 0.2);
}

/* Ensure global backgrounds revert to default if they were forced */
/* (The main.css and theme-default.css will handle the rest) */