.badge--onsale {
    color: rgb(var(--color-background));
    background-color: var(--color-price);
    border-color: var(--color-price);
}