.elementor-1220 .elementor-element.elementor-element-5246570a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 text-editor, class: .elementor-element-7054264e *//***********************************
 * 🌸 WooCommerce – Page Panier (Cart)
 ***********************************/

/* Section Panier à 70% et centrée */
.woocommerce-cart .woocommerce {
    max-width: 70% !important;
    margin: 0 auto !important;
}

/* Bouton "Valider la commande" */
.woocommerce-cart a.checkout-button {
    display: flex !important;              /* Flexbox */
    align-items: center !important;        /* centre verticalement */
    justify-content: center !important;    /* centre horizontalement */
    width: 100% !important;                /* pleine largeur */
    border-radius: 12px !important;

    /* Taille & hauteur */
    padding: 12px 20px !important; 
    font-size: 16px !important;
    font-weight: 600 !important;

    /* Style */
    background-color: #000000 !important; 
    color: #fff !important;
    transition: all 0.3s ease !important;

    /* Marge */
    margin-top: 20px !important;
}

/* Hover : bleu */
.woocommerce-cart a.checkout-button:hover {
    background-color: #0073e6 !important;
    color: #fff !important;
}/* End custom CSS */