/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.ea-line {
    margin-right: 0.72em;
    width: fit-content;
    display: inline-block;
}

.ea-separator::before {
    content: " - ";
}

.ea-text {
    padding: 8px 0;
}

.add-to-cart-pro {
    padding: 0;
}

button.eaa2c_add_to_cart_button, .add-to-cart-pro button.a2cp_button {
    vertical-align: baseline;
}
/* Cacher "Œufs durs" */
.add-to-cart-pro.panier .ea-title span {
    display: none;
}

/* Style par défaut du bouton (avant ajout au panier) */
.add-to-cart-pro.panier .a2cp_button {
    background: url('https://www.amona-hendaye.fr/wp-content/uploads/ICO/ajout.png') no-repeat center center;
    background-size: contain;
    width: 30px; /* Ajuste la largeur */
    height: 30px; /* Ajuste la hauteur */
    text-indent: -9999px; /* Cache le texte */
    border: none;
    padding: 0;
    transition: background 0.3s ease-in-out; /* Effet fluide */
}

/* Changer l'image du bouton après l'ajout au panier */
.add-to-cart-pro.panier .a2cp_button.added {
    background: url('https://www.amona-hendaye.fr/wp-content/uploads/ICO/panier_ok.png') no-repeat center center; /* Nouvelle image */
    background-size: contain;
}


/* Réduire la taille du champ de quantité à 30px */
.add-to-cart-pro.panier .quantity input.qty {
    width: 30px;
    height: 30px;
    font-size: 20px; /* Ajuste la taille du texte si nécessaire */
    text-align: center; /* Centre le texte */
    padding: 0; /* Réduit les marges internes */
}
/* Cacher le lien "Voir le panier" */
.add-to-cart-pro.panier .added_to_cart.wc-forward {
    display: none;
}
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, 
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 0 !important;
    }
}

