@font-face {
  font-family: "Roboto Mono";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/RobotoMono.woff2?v=1761726077") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#yotpo-reviews-star-ratings-widget *{
font-family: 'Roboto Mono', sans-serif!important;
  font-weight:400!important;
}
span.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
    padding-top: 2px!important;
}

div#yotpo-reviews-star-ratings-widget {
    margin-bottom: 0!important;
}
.card__inner .yotpo-reviews-star-ratings-widget 
  .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    display: none;
}

/*PDP Star Rating*/
span[aria-hidden="true"].yotpo-stars > svg:nth-of-type(n+2),
span[aria-hidden="true"] > svg.yotpo-sr-star-full:nth-of-type(n+2),
span[aria-hidden="true"] > svg.yotpo-sr-star-half:nth-of-type(n+2) {
  display: none !important;
}


span[aria-hidden="true"] > svg:first-of-type {
  width:12px!important;
  height:12px!important;
}

span.yotpo-sr-vertical-border {
    display: none!important;
}

span.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score, span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
  font-size:12.5px!important;
}
button.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button {
    justify-content: center!important;
    align-items: center!important;
    line-height: 100%;
}

button.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button span {
    column-gap: 5px;
    line-height: 1;
    align-items: center;
    /* justify-content: center; */
}
span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    padding-top: 0!important;
}

span[aria-hidden="true"] > svg:first-of-type path {
    stroke-width: 0px;
}

/*Collection Star Rating*/
#yotpo-reviews-star-ratings-widget 
  .yotpo-sr-bottom-line-summary 
  span[aria-label] > svg:nth-of-type(n+2) {
  display: none !important;
}
#yotpo-reviews-star-ratings-widget 
  .yotpo-sr-bottom-line-summary 
  span[aria-label] > svg:first-of-type {
    width:12px;
    stroke-width:0px;
  }

#yotpo-reviews-star-ratings-widget 
  .yotpo-sr-bottom-line-summary  p.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
    font-size:12.5px!important;
  }