/*
Theme Name: Thème enfant Divi - SPA42 Loire
Description: Theme enfant de Divi pour Partenaires Place du marché
Author: Vivandis
Template: Divi
Version: 1.1
*/
a.et-cart-info {
display: none !important;
}

.spa42-badge-produit {
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.de_db_product_image {
    position: relative;
}

.spa42-badge-localisation {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #ecc19c; /* Couleur par défaut, mais sera écrasée par inline */
    font-weight: bold;
    font-size: 13px;
    z-index: 10;
}
/* Style du badge de statut sur la fiche produit */
.single-product .badge-statut-fiche {
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    z-index: 12 !important; /* S'assurer qu'il est au-dessus de l'autre badge */
    bottom: auto !important;
    right: auto !important;
}

/* Style du badge de localisation sur la fiche produit */
.single-product .fiche-produit-localisation {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 11 !important;
    top: auto !important;
    right: auto !important;
}