/* Masquer le wrapper si vide */
.vitalid-cart-wrapper:empty {
    display: none !important;
}

/* Style standard de l'icône */
.custom-cart-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    text-decoration: none !important;
    font-size: 24px;
    padding-right: 10px;
    color: #f9fafb; 
}

/* Badge du panier */
.custom-cart-icon .cart-count {
    color: #f9fafb;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
}

/* Si jamais le shortcode renvoie un badge vide */
.custom-cart-icon .cart-count:empty {
    display: none !important;
}


