/* Fond blanc & texte noir */
body, #wrapper {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Liens en bordeaux foncé */
a {
    color: #66001a !important;
}
a:hover {
    color: #800020 !important;
}

/* Boutons en bordeaux foncé */
.btn,
.button,
a.btn,
input[type="submit"] {
    background-color: #66001a !important;
    color: #ffffff !important;
    border: none !important;
}
.btn:hover,
.button:hover,
a.btn:hover,
input[type="submit"]:hover {
    background-color: #800020 !important;
    color: #ffffff !important;
}

}

/* Sous-catégories en gris clair */
ul.subcategories li a {
    color: #aaaaaa !important;
}

/* Encarts promos (ex: "Promo", "Sale") en bordeaux foncé */
.product-flag,
.product-label.sale,
.badge.sale,
.sale-label,
.promo-banner,
.promo-box {
    background-color: #66001a !important;
    color: #ffffff !important;
}

/* Texte "Économiser XX%" en bleu marine */
.product-discount-percentage,
.product-discount {
    color: #000000 !important;
    border: none !important;
}

}

/* Pied de page gris clair */
#footer {
    background-color: #f0f0f0 !important;
    color: #555555 !important;
}

/* Icônes de sécurité, livraison, retour en noir */
.product-tab-content i.material-icons.lock,
.product-tab-content i.material-icons.local_shipping,
.product-tab-content i.material-icons.assignment_returned {
    color: #000000 !important;
}

/* Icône du panier en blanc */
.header .cart-content .material-icons,
.header .cart-content i.icon {
    color: #ffffff !important;
}
