.elementor-kit-2125{--e-global-color-primary:#4A5D4E;--e-global-color-secondary:#EAD9C9;--e-global-color-text:#333333;--e-global-color-accent:#8A9A5B;--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;background-color:#F5F2ED;color:#333333;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-2125 button,.elementor-kit-2125 input[type="button"],.elementor-kit-2125 input[type="submit"],.elementor-kit-2125 .elementor-button{background-color:#8A9A5B;color:#F5F2ED;border-radius:10px 10px 10px 10px;}.elementor-kit-2125 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2125 h1{color:var( --e-global-color-primary );font-family:"Quicksand", Sans-serif;font-size:45px;font-weight:700;}.elementor-kit-2125 h2{color:var( --e-global-color-primary );font-family:"Quicksand", Sans-serif;font-size:32px;}.elementor-kit-2125 h3{color:var( --e-global-color-primary );font-family:"Quicksand", Sans-serif;font-size:24px;}.elementor-kit-2125 img{border-radius:12px 12px 12px 12px;}.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 *//* 1. Forcer la couleur du bouton Select Options en Vert Olive */
.woocommerce ul.products li.product .button {
    background-color: #8A9A5B !important; /* Votre Vert Accent */
    color: #ffffff !important; /* Texte en blanc */
    border: none !important;
}

/* 2. Changer la couleur quand la souris passe dessus (Vert Foncé) */
.woocommerce ul.products li.product .button:hover {
    background-color: #4A5D4E !important; /* Votre Vert Primaire */
}

/* 3. Supprimer le titre qui s'affiche en double */
.woocommerce ul.products li.product .woocommerce-loop-product__title:nth-of-type(2) {
    display: none !important;
}/* End custom CSS */