/** Shopify CDN: Minification failed

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

**/
.faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding: 0;
  }
  
  .faq-item summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-weight: 400;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    list-style: none;
  }

  .faq-item summary::-webkit-details-marker,
  .faq-item summary::marker {
    display: none;
  }

  .faq-item summary::after {
    background: url(/cdn/shop/files/teenyicons_left-outline_2.svg?v=1764054266) no-repeat;
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    content: " ";
    top: 20px;
    left: auto;
    right: 0;
    transition: transform .2s ease;
    margin: 0;
  }
  
  .faq-item[open] summary::after {
    transform: rotate(180deg);
  }

  .faq-answer-content {
    padding-bottom: 20px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
  }

  .faq-list {
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
   .faq-item summary {
    padding: 18px 22px 18px 0px;
    font-size: 16px;
 } 
 .faq-answer-content {
    font-size: 14px;
 }
 .review-card {
  background: #fff;
  text-align: center;
  color: #121212;
}

.review-img {
  width: 100%;
}

.rating-box {
  position: relative;
  background: #fff;
  margin: -20px auto 10px;
  padding: 10px 12px;
  border-radius: 5px;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.review-name {
  font-size: 16px;
  font-weight: 700;
}

.review-text {
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px 30px 15px;
}
.custom-reviews .slick-arrow:before {
  display: none;
}
.custom-reviews .slick-arrow {
  width: 51px;
  z-index: 2;
  height: 51px;
}
.custom-reviews .slick-slide {
  margin: 0 10px;
}
.custom-reviews .slick-list {
  margin: 0 -10px;
}
.custom-reviews-wrapper .heading {
  font-size: 32px;
  text-align: center;
  color: #121212;
  padding-bottom: 15px;
}
.custom-reviews {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .custom-reviews-wrapper .heading {
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 30px;
  }
  .custom-reviews-wrapper .slick-list {
    padding: 0 10%;
  }
  .custom-reviews-wrapper .slick-prev {
    left: 0px;
  }
  .custom-reviews-wrapper .slick-next {
    right: 0px;
  }
  .review-text {
    font-size: 12px;
    line-height: 17px;
  }
  .faq-item[open] summary {
    padding-bottom: 5px;
  }
}
