.elementor-kit-97{--e-global-color-primary:#905F2C;--e-global-color-secondary:#E6AA4F;--e-global-color-text:#905F2C;--e-global-color-accent:#3C3C3B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-97 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Harmonise l’affichage des boutons sur toutes les fiches produits */

.single-product .product .single_add_to_cart_button,
.single-product .product .mpaf-checkout-btn {
    display: block !important;
    width: 250px !important;
    margin: 10px auto 0 auto !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
}

/* Style spécifique pour le bouton Valider la commande */
.single-product .product .mpaf-checkout-btn {
    background: #905F2C !important;
    color: #fff !important;
    border-radius: 4px !important;
    border: none !important;
    text-decoration: none !important;
    transition: opacity 0.2s;
}

/* Sur mobile : pleine largeur */
@media (max-width: 600px) {
    .single-product .product .single_add_to_cart_button,
    .single-product .product .mpaf-checkout-btn {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }
}

/* Centre la description et espace les blocs (optionnel, ajuste à ton goût) */
.single-product .product .summary,
.single-product .product .woocommerce-product-details__short-description {
    text-align: left !important;
    margin-bottom: 20px !important;
}

.single-product .product .price {
    color: #905F2C !important;
    font-weight: bold !important;
    font-size: 1.4em !important;
    margin-bottom: 15px !important;
}

/* (Optionnel) Harmonise l'espacement des sections */
.single-product .product .summary > * {
    margin-bottom: 15px !important;
}/* End custom CSS */