/*
Generated time: July 29, 2025 19:01
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.rating{display:inline-block;margin:0}.rating-star{--percent:calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          1.7 /
          (var(--rating-max) * (0.3 + 1.4))
      ) * 100%
  );letter-spacing:calc(.3 * 1rem);font-size:calc(1.4 * 1rem);line-height:1;display:inline-block;font-family:FontAwesome;margin:0}.rating-star::before{content:'\f006\f006\f006\f006\f006';background:linear-gradient(90deg,#ffb400 var(--percent),#aaa var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-item .rating{margin-bottom:9px}.rating.no-rating .rating-star:before{text-fill-color:#ccc;-webkit-text-fill-color:#ccc}.rating-text{display:none}.rating-count{display:inline-block;margin:0;display:none}@media (forced-colors:active){.rating{display:none}.rating-text{display:block}}