/** Shopify CDN: Minification failed

Line 99:2 Expected "}" to go with "{"

**/
.product__review-title > span{
  color: #ff7c24 !important;
}
.product__review {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
}

.product__review:first-of-type {
    padding-top: 50px;
}
.product__reviewer {
  min-width: 95px;
  margin-right: 20px;
}
.product__reviewer img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.product__reviewer-quote {
  flex: 1;
}
.product__reviewer-quote p {
  font-family: Inter, serif-sans;
  font-size: 17px;
}
.product__review-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}

.product__review .jdgm-star {
    color: #f7c600;
}

.review-text .jdgm-star{
    color: #f7c600;
    padding: 0 2px 0 0 !important;
}

.product__review-stars > span i {
  color: #ff7c24 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product__review-stars > p {
  color: #ff7c24;
}

.reviewer-name {
    font-style: italic;
    color: #ff7c24;
  
}

@media screen and (min-width: 750px) {
  .product__column-sticky {
    background: white;

  }
   .product__review {
      background: white;
      position: sticky;
     
   }
   .product__reviewer-quote p {
  
    margin-bottom: 0px;
    margin-top: 0px;
    flex: none; 
  }
  .product__review-stars {

   margin-top: 20px; 
  }
  .reviewer-name {
    font-style: italic;
    color: #ff7c24;
  
}
}


@media screen and (max-width: 749px) {
  .product__review {
    display: none;
  }

  