/** Shopify CDN: Minification failed

Line 292:1 Unexpected "`"

**/
/* Testimonial Slider CSS */
.testimonial-slider-section {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}

.testimonial-slider-heading {
  font-size: 32px;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 30px;
  /* color: #2e2e2e; */
}

.testimonial-slide {
  padding: 0 0;
  margin-bottom: 30px;
}

.testimonial-images {
  display: flex;
  margin-bottom: -10px;
}

.testimonial-images.single-image-mode {
  display: block;
}

.testimonial-image-container {
  width: 50%;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 6px;
}

.testimonial-image-container.full-width {
  width: 100%;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.image-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

.testimonial-card {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 0 0 12px 0;
}

.testimonial-content {
  margin-top: 15px;
  padding: 0 15px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-name, .customer-age {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.star-rating {
  color: #E98044;
  font-size: 18px;
  display: flex;
  margin-top: -4px;
}

.testimonial-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 10px 0 15px 0;
}

.review-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 -14px;
  /* color: #2e2e2e; */
  line-height: 1.4;
}

.feature-icons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #4B5563;
  line-height: .8;
}

.feature-icon {
  margin-right: 8px;
  color: black;
  margin-top: -3px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.feature-icon img {
  display: block;
  width: 18px;
  margin-top: 3px;
}

.testimonial-text {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.3rem;
  padding-top: 6px;
}

.verification-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.verified-badge {
  display: flex;
  align-items: center;
  color: #05ac2e;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.verified-badge svg {
  margin-right: 4px;
  height: 18px;
}

.purchase-info {
  color: #6B7280;
  font-size: 1.2rem;
}

/* Slick slider customizations */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  z-index: 10;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  padding: 6px 0px 0px 2px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #e3e3e3;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.testimonial-slider:hover .slick-prev,
.testimonial-slider:hover .slick-next {
  opacity: 1;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  font-family: Arial, sans-serif;
  font-size: 35px;
  color: #2e2e2e;
}

.testimonial-slider .slick-prev:before {
  content: "‹";
}

.testimonial-slider .slick-next:before {
  content: "›";
}

.testimonial-slider .slick-prev {
  left: -10px;
}

.testimonial-slider .slick-next {
  right: -10px;
}

.testimonial-slider .slick-dots {
  position: relative;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.testimonial-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.testimonial-slider .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
}

 .testimonial-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 10px 0 15px 0;
    display: block; 
    width: 100%;
  }



.testimonial-header {
    border-bottom: solid 1px #2e2e2e;
    margin-bottom: 16px;
}
x`