/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/




/* Style pour afficher le compteur sous l'image du produit */
.woocommerce-page .product .clics-count-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

/* Icône de clic (ajoute ici une icône de ton choix) */
.woocommerce-page .product .clics-count-container svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Style du texte du compteur de clics */
.woocommerce-page .product .clics-count-container strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}