/** Shopify CDN: Minification failed

Line 203:0 Expected "}" to go with "{"

**/

.testimonial-carousel-section {

  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
  .review-heading{
   
    font-family: "barlow-bold"
  }
  .review-heading, .review{
    font-size:  18px;
    line-height: 180%;
  }
  .review{
    color: #575757;
     letter-spacing: 2px;
    font-family: "barlow";
  }
.testimonial-carousel-section .headline {
  text-align: left;
  font-size: 46px;
  font-weight: bold;
  font-family: "barlow-bold";
  line-height: 130%;
  color: #242424;
  max-width: 350px;
  margin-bottom: 40px;
}
.carousel-wrapper {
  position: relative;
  max-width: 750px;
}
.testimonial-carousel-section  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12rem;
}
.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  scroll-behavior: smooth;
}
.testimonial-card {
  background: #fff;
  border-radius: 5px;
  padding: 30px 24px;
  min-width: 300px;
  scroll-snap-align: start;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 0 0 50%;
}
  .carousel::-webkit-scrollbar {
 display: none
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.stars {
    font-size: 16px;
    display: flex;
}
.stars svg{
  height: 10px;
  fill: #9d968d;
}
.customer-name {
  font-weight: bold;
}
.review {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}
.product-info {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #eee;
  padding-top: 16px;
  color: #575757;
}
.product-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.product-name {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
}
.product-price {
  font-size: 14px;
  font-weight: bold;
  font-family:"barlow";
  display: inline;
}
.buy-now {
  font-size: 14px;
  color: #276140;
  text-decoration: none;
  margin-top: 4px;
  font-family:"barlow-bold";
  display: inline-block;
}
.carousel-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
      position: absolute;
    top: 30%;
    left: -60px;
    right: -60px;
}
.carousel-controls button {
  background: #87a593;
  border: none;
  padding: 6px 9px;
  border-radius: 50%;
  cursor: pointer;
}
  .prev svg{
    transform: rotate(180deg);
  }
   .prev svg,.next svg{
     fill: #fff;
     color: #fff;
   }
.dots {
  text-align: center;
  margin-top: 12px;
}
.dot {
  height: 12px;
  width: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
}
.dot.active {
  background-color: #333;
}
.product-name {
    font-size: 16px;
    text-transform: uppercase;
  color: #333;
}
  @media screen and (max-width: 1200px){
    .carousel-wrapper {
    max-width: 100%;
  }
    .carousel-controls {
    display: none;
    }
    .testimonial-carousel-section .container {
    flex-direction: column;
  }
    .testimonial-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px 24px;
    min-width: 100%;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 0 0 100%;
}
    .testimonial-carousel-section .container{
      gap: 0;
    }
    .testimonial-carousel-section .headline {
    text-align: center;
    font-size: 41px;
  }
.review-heading, .review ,.product-name {
    font-size: 14px;
}
    .review {
    letter-spacing: 1px;
}
  .review-heading  {
    margin-bottom: 1px;
    }
