/* Badge sur l'icône panier du header */
/* Masquer le badge/pastille rouge du compteur panier */
.elementor-element-2d5fa2f::after,
.elementor-element-2d5fa2f[data-cart-count]::after {
    display: none !important;
}

/* S'assurer que le conteneur est en position relative */
.elementor-element-2d5fa2f,
[data-cart-count] {
    position: relative !important;
}

/* Badge spécifique pour les icônes Elementor */
.elementor-menu-cart__toggle[data-cart-count]:not([data-cart-count="0"])::after,
.e-cart-icon[data-cart-count]:not([data-cart-count="0"])::after {
    content: attr(data-cart-count);
    position: absolute;
    top: 0;
    right: 0;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    z-index: 10;
    border: 2px solid white;
}


.atc .quantity {
    padding: 0px !important;
}

.quantity {
    display: flex !important;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    padding: 0;
    width: fit-content;
}

.quantity .button {
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.quantity button {
    background-color: #ffffff;
    color: black;
    font-weight: 400 !important;
}

.quantity .minus,
.quantity .plus {
    height: 100% !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #2a2a2a !important;
}

.quantity .plus:hover,
.quantity .minus:hover {
    background-color: #eeeeee !important;
}

.quantity .minus {
    border-right: 1px solid #ddd !important;

}

.quantity .plus {
    border-left: 1px solid #ddd !important;
}

.quantity input {
    width: 45px !important;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    -moz-appearance: textfield;
    border-radius: 0px !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    height: 40px !important;
    max-height: 40px !important;
}

.quantity .input-text.qty {
    background: #fff !important;
    border-radius: 0px !important;
}

.quantity.hidden {
    display: none !important;
}

/* ========================================
   CLPAC - Masquer le texte JavaScript visible
   ======================================== */

/* Masquer tous les nœuds texte qui contiennent du JavaScript */
script#mondialrelay-wp-cart-js-extra {
    display: none !important;
}

/* Masquer le contenu textuel qui pourrait être échappé */
body *:not(script):not(style) {
    /* Empêcher le texte JavaScript de s'afficher */
}

/* Si le script est malformé et s'affiche comme du texte */
body:not(.logged-in) script {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Forcer masquage sur admin bar aussi */
#wpadminbar~* script {
    display: none !important;
}

/* Masquer spécifiquement si le texte apparaît dans le footer */
footer script,
.site-footer script,
.elementor-location-footer script {
    display: none !important;
    visibility: hidden !important;
}

.archive .breadcrumb-current {
    color: #fff !important;
}
