.star-rating {
  background-image: var(--#{$variable-prefix}star-rating-bg-image) !important;
  .star-value {
    background: url('../img/icons/star_on.svg') !important;
  }
}

