/* Start custom CSS for text-editor, class: .elementor-element-1e82d9df *//* --- HARMONISATION FINALE PANIER & BOUTONS --- */

/* Cible tous les boutons d'action du panier pour supprimer la ligne en trop */
.woocommerce-cart .woocommerce button.button, 
.woocommerce-checkout #payment #place_order {
    background-color: #6D1C24 !important; /* Bordeaux Signature */
    color: #F9F7F5 !important; /* Blanc de Soie */
    border: none !important; /* Supprime la ligne double ou bordure parasite */
    line-height: 1.2 !important; /* Aligne le texte au centre proprement */
    padding: 15px 25px !important;
    font-family: Georgia, serif !important;
    border-radius: 2px !important;
    height: auto !important;
    box-shadow: none !important;
}

/* Fix pour le bouton "Mettre à jour" rosé/grisé au chargement */
.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
    background-color: #6D1C24 !important;
    color: #F9F7F5 !important;
    opacity: 0.7 !important; /* Reste bordeaux mais légèrement estompé sans devenir rose */
}

/* État au survol avec votre bordeaux foncé */
.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-checkout #payment #place_order:hover {
    background-color: #54151B !important; /* Bordeaux Foncé */
}

/* Forcer les prix en Gris Anthracite au lieu du vert eucalyptus */
.woocommerce-Price-amount, .amount {
    color: #333333 !important; /* Gris Anthracite */
}/* End custom CSS */