/* Badge SOLDES / % - fiche produit */
.sale-label,
.discount-label,
.product-label--sale,
.badge--sale,
.sd-sale-label {
position: absolute;
top: 12px;
right: 12px;
background-color: #c60000; /* rouge */
color: #ffffff;
font-weight: 700;
font-size: 14px;
padding: 6px 10px;
border-radius: 4px;
line-height: 1;
z-index: 10;
}
/* Si le % est dans un span */
.sale-label span,
.discount-label span,
.sd-sale-label span {
color: #ffffff;
}