/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 115:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.review-slider-section {
  background: #f1fdfa;
  padding: 40px 20px;
}
  .review-slider-section {
    border-radius: 6px;
}
.review-slider-section h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.swiper {
  padding-bottom: 40px;
}
.swiper-slide {
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px;
  height: 100%;
}
.reviewer-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.reviewer-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rating-stars {
  color: #00C48C;
  font-size: 16px;
}
.review-text {
  margin-top: 10px;
  color: #555;
}
.verified {
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #666;
}
.review-button {
  margin-top: 20px;
}
.review-button a {
  background: #002E5B;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
}
  .single-swiper-slide-item {
    max-width: 380px !important;
    min-height: 366px;
}

.review-slider-section {
    background: #EDF7F4;
    padding-left: 20px;
  padding-top:15px;
  padding-bottom:30px;
    padding-right: 15px;
}

 .review-slider-section .swiper-wrapper {
    padding-bottom: 50px;
}

  .single-swiper-slide-item p {
    line-height: 20px;
    color: rgb(105, 119, 113);
}
  .review-slider-section h2 {
    font-size: 20px;
    text-align: left;
}

  .verified img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

  .review-button {
    position: absolute;
    bottom: 24px;
}

@media (max-width: 768px) {
  .swiper-slide {
    margin: auto;
  }
  .single-swiper-slide-item {
    max-width: 278px !important;
}
}
</style>