/* Accessoires + Produits de la catégorie : 2 lignes propres */
.accessories-block .price_display,
.blockproductscategory .price_display{ margin-top:6px; }

.accessories-block .price_display .old-price,
.blockproductscategory .price_display .old-price{
  display:inline-block; margin-right:8px; color:#888;
  text-decoration:line-through; font-size:16px;
}
.accessories-block .price_display .price-percent-reduction,
.blockproductscategory .price_display .price-percent-reduction{
  display:inline-block; background:#4caf50; color:#fff;
  padding:2px 6px; border-radius:3px; font-size:14px; line-height:1;
}
.accessories-block .price_display .special-price,
.blockproductscategory .price_display .special-price{
  display:block; margin-top:4px; font-weight:800; font-size:18px;
  color:#e53935;
}

/* Pastille -% : fond rouge, texte blanc */
.accessories-block .price_display .price-percent-reduction,
.blockproductscategory .price_display .price-percent-reduction{
  background:#e53935;     /* rouge */
  color:#fff;             /* texte blanc */
  display:inline-block;
  padding:2px 6px;
  border-radius:2px;      /* petit arrondi (mets 0 si tu veux un vrai carré) */
  font-weight:700;
}

/* Prix remisé (final) : vert de ta charte */
.accessories-block .price_display .special-price,
.blockproductscategory .price_display .special-price{
  color:#4fa333;          /* ton vert */
  font-weight:700;
  font-size:18px;
}

/* (optionnel) ancien prix grisé/barré – garde si tu veux */
.accessories-block .price_display .old-price,
.blockproductscategory .price_display .old-price{
  color:#888;
  text-decoration:line-through;
}

/* Prix remisé : plus gros et en gras */
.accessories-block .price_display .special-price,
.blockproductscategory .price_display .special-price{
  color:#4fa333;
  font-weight:800;      /* bien gras */
  font-size:20px;       /* un peu plus gros (mets 22px si tu veux encore +) */
  line-height:1.2;
}

