/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<style>
.customer-testimonials-main {
  width:100%;
}
.testimonial-heading {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-heading span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}
.testimonial-card {
  display: flex;
  justify-content: center;
}
.testimonial-inner {
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-product-url {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.testimonial-image {
  margin-bottom: 20px;
  line-height: 0;
}
.testimonial-image img {
  width: 110px;
  height: 110px;
  border-radius: 5%;
  object-fit: cover;
  margin: 0 auto;
}
.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
}
.testimonial-author {
  font-weight: 600;
  font-size: 16px;
}
.testimonial-location {
  font-weight: 400;
}
.testimonial-swiper .testimonial-card {
    height: auto;
}
.customer-testimonials-contaner{
  position:relative
}
.customer-testimonials-contaner .swiper-button-next {
    right: -48px !important;
    border-radius: 0 4px 4px 0;
    transform: translateY(calc(-50% - -45px));    
    z-index:2;
  }
  .customer-testimonials-contaner .swiper-button-prev {
    left: -48px !important;
    border-radius: 4px 0px 0px 4px;
    transform: translateY(calc(-50% - -45px));    
    z-index:2;
}
.customer-testimonials-contaner .swiper-pagination {
    position: unset;
}
.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  color: #000;
}
@media (max-width: 768px) {
  .customer-testimonials-contaner .swiper-button-prev,
  .customer-testimonials-contaner .swiper-button-next {
    display:none;
  }
  .testimonial-inner {
    padding: 10px;
  }
}