.elementor-6402 .elementor-element.elementor-element-7c9091e6{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-7c9091e6 *//* ======================================================
    BENNA MATCH - PACK PANIER COMPLET (FIX CENTRAGE)
   ====================================================== */

/* --- 1. TRADUCTION TEXTE PANIER VIDE (SANS DESIGN) --- */
.cart-empty.woocommerce-info {
    font-size: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 25px !important;
}

.cart-empty.woocommerce-info:after {
    content: "Votre panier est actuellement vide." !important;
    font-size: 16px !important;
    visibility: visible !important;
    display: block !important;
    color: #515151 !important;
}

/* --- 2. STYLE COMMUN DES BOUTONS (PILL STYLE) --- */
.woocommerce a.button.checkout-button,
.woocommerce a.button.wc-backward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    
    width: 260px !important;
    height: 50px !important;
    border-radius: 30px !important;
    background-color: #FF782C !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 10px auto !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

/* --- 3. FIX SPÉCIFIQUE : VALIDER LA COMMANDE --- */
.woocommerce a.button.checkout-button {
    font-size: 15px !important;
    line-height: 0 !important; /* Force le texte au centre mort */
}

/* Supprime l'effet du <br> qui décale le texte vers le bas */
.woocommerce a.button.checkout-button br,
.woocommerce a.button.wc-backward br {
    display: none !important;
}

/* --- 4. FIX SPÉCIFIQUE : RETOUR À LA BOUTIQUE --- */
.woocommerce a.button.wc-backward {
    font-size: 0 !important; /* Masque "Return to shop" */
    position: relative !important;
}

.woocommerce a.button.wc-backward:after {
    content: "Retour à la boutique" !important;
    font-size: 15px !important;
    color: #ffffff !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
}

/* --- 5. EFFETS AU SURVOL --- */
.woocommerce a.button.checkout-button:hover,
.woocommerce a.button.wc-backward:hover {
    background-color: #E66A24 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 15px rgba(255, 120, 44, 0.2) !important;
}/* End custom CSS */