.nvr-product-rating,
.nvr-product-rating * {
  box-sizing: border-box;
}

.nvr-product-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  margin: 9px 0 5px;
  color: #60777c;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.nvr-stars {
  --nvr-rating-width: 0%;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: #cbd5d8;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.nvr-stars::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: var(--nvr-rating-width);
  overflow: hidden;
  color: #0a6c7c;
  content: "★★★★★";
  white-space: nowrap;
}

.nvr-stars > span {
  display: block;
}

.nvr-review-count {
  display: inline-block;
  min-width: 1ch;
  color: #536c72;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
}

.norterra-product-card > .nvr-product-rating {
  padding: 0 12px;
}

.wc-block-product > .nvr-product-rating,
li.product > .nvr-product-rating {
  margin-right: 0;
  margin-left: 0;
}

.nvr-product-rating--single {
  gap: 8px;
  margin: 8px 0 16px;
  font-size: 14px;
}

.nvr-product-rating--single .nvr-stars {
  font-size: 19px;
  letter-spacing: 1.5px;
}

.nvr-product-rating--single .nvr-review-count {
  font-size: 13px;
}

@media (max-width: 700px) {
  .nvr-product-rating {
    gap: 4px;
    margin-top: 7px;
    margin-bottom: 4px;
  }

  .nvr-stars {
    font-size: 12px;
    letter-spacing: .5px;
  }

  .nvr-review-count {
    font-size: 10px;
  }

  .norterra-product-card > .nvr-product-rating {
    padding-right: 9px;
    padding-left: 9px;
  }

  .nvr-product-rating--single .nvr-stars {
    font-size: 17px;
  }

  .nvr-product-rating--single .nvr-review-count {
    font-size: 12px;
  }
}
