// .wc-block-grid__product-rating {

// 	.star-rating,
// 	[class*="rating__stars"] {

// 		font-family: 'woo';
// 		font-size: 0.9em;
// 		line-height: 1;
// 		width: 7em;
// 		height: 1em;

// 		&:before {
// 			right: initial;
// 			color: var(--starRatingInactiveColor);
// 		}

// 		span:before {
// 			color: inherit;
// 		}
// 	}
// }