/** Shopify CDN: Minification failed

Line 100:20 Unexpected "{"
Line 100:29 Expected ":"

**/
 .product-reviews{
/*     display:flex; */
  }
  .product-reviews .banner__box{
    background-color:transparent;
    padding-left:0;
  }
  .product-reviews .banner__heading{
    text-align: left !important;
    color:white;
  }
  .reviews {
    color: #445253;
    margin:10rem 0;
    position: relative;
/*     width: 60%; */
  }

  .product-reviews .preheading-wrapper-with-link{
    justify-content: flex-start;
  }
  .product-reviews .preheading-wrapper-with-link p{
    margin-bottom: 0;
  }
  
  .review-card{
    border:1px solid black;
    padding: 3rem 0;
    height: 350px;
    width: 33%; /*409px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.05);
    background-color: white;
  }
  .review-heading{
    padding-bottom:10px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  .review-text{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.7rem;
    letter-spacing: 0em;
    margin: 0 20px 20px;
    text-align:center;
    border-bottom: 1px solid #E9E9E9;
  }
  .reviews-swiper{
    overflow:hidden;
  }
  .product-reviews .banner__box {
    width: 358px;
    max-width: unset;
    min-width: unset;
    padding-right: 0;
    margin-right: 50px;
  }
  .review-box {
    position: absolute;
    right: 0;
    width: 60%;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
  }
  .product-reviews .banner__content {
    justify-content: flex-start;  
  }
  .index .banner__content {
    padding: 10rem 0 10rem 0 !important;
  }
  .slide-buttons{
    width: 40%;
    transform: translateY(-81%);
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    justify-content: center;
    gap: 5rem;
  }

  .product-reviews .banner__buttons{
    width:100%
  }
  #shopify-section-{{ section.id }} .banner__buttons {
    margin-top: 5rem !important;
    margin-bottom: 3rem;
  }

  .overall-rating{
    color:white;
    font-family: Euclid Circular A;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 6.3rem;
    letter-spacing: 0em;
    text-align: left;
  }
  .overall-rating-star svg{
    width:26px;
    height:26px;
    margin-right: 8px; 
  }
  .overall-rating-star{
    text-align: left;
    border-bottom: 1px solid #445253;
    padding-bottom: 30px;
  }
  
  .button--quaternary{
    border: 1px solid white;
    color: white;
  }
  .button--quaternary:hover{
    background: white;
    color: black;
  }
  
  .customer-name{
    font-family: Euclid Circular A;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 8px;
  }
  .customer-loc {
    text-transform: uppercase;
    font-family: Euclid Circular A;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-align: center;
  }
 
  .review-text a{
    text-decoration:none;
    color: #445253;
  }
  .review-card:hover .review-text a{
    text-decoration:none;
    color: #96b138;
  }
.review-star .svg-wrapper, .slide-buttons .svg-wrapper{
  width:18px;
  height:18px;
  margin-bottom: 10px;
}
.review-star {
    margin-bottom: 10px;
}
.ct-invert-comma{
    height: 20px;
    width: 25px;
    margin-bottom: 10px;
}
.review-bg:before {
    content: '';
    position: absolute;
    background-color: #1a3c3f;
    height: 100%;
    width: 47%;
}
  @media screen and (max-width: 768px){
    .review-box {
      position: unset;
      width: 100%;
      transform: translateY(-23%);
      z-index: 2;
    }
    .review-bg {
      background-size: 100% 100% !important;
    }
    .product-reviews .preheading-wrapper-with-link {
      justify-content: center;
    }
    .product-reviews .banner__heading {
      text-align: center !important;
    }
    .product-reviews .banner__content {
      justify-content: center;
    }
    .banner__buttons {
      justify-content: center;
      max-width: 100% !important;
    }
    .product-reviews .banner__box {
      width: unset; 
      margin-right: 0;
    }
    .reviews-swiper {
      margin: 1.5rem;
    }
    .review-card {
      padding: 2rem 0;
    }
    .slide-buttons {
      /* width: 40%; */
      transform: translateY(-81%);
      display: flex;
      position: absolute;
      right: 30%;
      bottom: 14%;
      z-index: 2;
      gap: 5rem;
    }
   
    .overall-rating-box {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .product-rajatprash .banner__content {
      padding: 2rem 0 5rem 0 !important;
    }
    .index .banner__content {
      padding: 0rem 0 6rem 0 !important;
    }
    
    .review-bg .button--primary{
      height: 100%;
      padding: 1.2rem 2.3rem;
    }
    .review-bg:before {
     width: 100%;
   }
  }

  