/* GFC 14/09/2026 — demande user (cas Sébastien Argaud, groupe par défaut « Client » id 3) :
   les clients dont le groupe PAR DÉFAUT est « Client » ne doivent voir AUCUNE remise sur les
   tuiles produit : ni le badge -X% (span.new.per-show-view-N, catégories Vente Flash /
   Déstockage), ni le prix barré (.old_price_display / .old_price). body.current-group-{id}
   est posé par header.tpl. Ne touche ni la fiche produit ni les autres groupes.
   Fichier autoload : renommer pour casser le cache (7 j) à chaque modification. */
body.current-group-3 .ajax_block_product span.new[class*="per-show-view-"],
body.current-group-3 .product_list span.new[class*="per-show-view-"],
body.current-group-3 .ajax_block_product .old_price_display,
body.current-group-3 .ajax_block_product .old_price,
body.current-group-3 .product_list .old_price_display,
body.current-group-3 .product_list .old_price,
body.current-group-3 #productscategory_list .old_price,
body.current-group-3 .ajax_block_product p.reduction {
    display: none !important;
}
