.woocommerce span.onsale.onsale {

    position: relative;

    color: var(--wp--preset--color--contrast) solid;

    border: 2px var(--wp--preset--color--color-1) solid;

    border-radius: 4px;

    padding: 5px 15px 5px 34px;

    text-transform: lowercase;

    background: #ffffffd2;

    font-weight: 100;

}



.woocommerce span.onsale.onsale:before {

    content: "";

    position: absolute;

    display: block;

    top: 7px;

    left: 12px;

    width: 18px;

    height: 18px;

    background-image: url(https://gioielleriaurbinati.it/wp-content/uploads/2025/11/urbinati-star.png);

    background-repeat: no-repeat;

    background-size: contain;

}