/** Shopify CDN: Minification failed

Line 221:12 Unexpected "{"
Line 221:21 Expected ":"
Line 222:16 Expected identifier but found whitespace
Line 222:18 Unexpected "{"
Line 222:27 Expected ":"
Line 222:53 Expected ":"
Line 223:19 Expected identifier but found whitespace
Line 223:21 Unexpected "{"
Line 223:30 Expected ":"
Line 223:59 Expected ":"

**/
.testimonials-slideshow{
  /* overflow: auto; */
  max-width: 100%;
  padding: 39px 0;
  max-width: 1374px;
  margin: 0 auto;
  width: 100%;
}

.testimonials-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonials-star-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 6px;
  border: 1px solid black;
  border-radius: 50px;
  width: 100%;
  padding: 2px 10px;
  max-width: 135px;
  background: #fff;
}

.testimonials-star-rating svg path {
  fill: #990012;
}

.testimonials-star-rating span{
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.testimonials-title h2 {
  margin: 0px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 10px;
}

.testimonials-title p {
  margin: 0px;
  margin-bottom: 8px;
  line-height: normal;
  text-align: center;
}

.slideshow__text{
  padding: 14px 0 30px!important;
  position: relative;
}

.customer__image{
  position: absolute;
  top: -30px;
  right: 41%
  border-radius: 100%;
}

.banner__customer_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.banner__customer_text .h5{
  font-size: 15px;
  font-weight: 600;
  color: #0C0A09BF;
  margin: 0;
}

.banner__customer_text span{
  text-transform: uppercase;
  color: #990012;
  font-size: 11.5px;
  font-weight: 600;
}

.banner__heading_image_prod .product-image{
  max-width: 38px;
  height: auto;
  /* object-fit: contain; */
}

.slideshow__text .banner__buttons{
  margin-top: 0.5rem!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner--mobile-bottom_testimonial .slideshow__text.banner__box {
  border-radius: 8px;
  height: 100%;
}

.slider-counter__link {
  padding: 1rem;
}

.testimonial-button{
  display: none;
}

.banner--mobile-bottom_testimonial .banner__media,
.banner--stacked:not(.banner--mobile-bottom) .banner__media {
  position: relative;
}

.testimonials__slideshow .slideshow__slide {
  width: 100%;
  max-width: 258px;
  background: #fff;
  border-radius: 8px;
}
.testimonials__slideshow .slideshow__slide .banner__media {
  max-height: 180px;
  border-radius: 8px 8px 0 0;
  border: none;
}
.testimonials__slideshow .slideshow__slide .banner__media img {
  border-radius: 8px 8px 0 0;
}
slideshow-component .testimonials__slideshow.banner {
  gap: 17px !important;
  padding-right: 15px;
  padding-left: 15px;
  /* margin-right: -2.4rem;
  margin-left: -2.4rem; */
  margin-bottom: 2.4rem;
  max-width: 1398px;
}

.testimonials__controls {
  border: 0 !important;
}

.testimonials__controls .slider-counter--dots .slideshow__control-wrapper .slider-counter__link--dots .dot {
  background-color: #D9D9D9;
  border: 0.1rem solid #D9D9D9;
}

.testimonials__controls .slider-counter--dots .slideshow__control-wrapper .slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: #990012;
  border: 0.1rem solid #990012;
} 

.testimonials__slideshow .banner__heading {
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

.testimonials__slideshow .banner__box {
  padding: 1.5rem 1rem 3.3rem;
}

.testimonials__slideshow .banner__text {
  font-size: 14px;
  line-height: 22px;
  color: #5D5C5B;
  padding: 0 15px;
  margin-top: 14px;
}

.testimonial-link{
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
  color: #990012;
}

.slideshow__text-wrapper.testimonial__content {
  height: auto;
  padding: 0rem;
}

/* .slideshow__controls{
  border: none;
} */

.slideshow__text.testimonial__box{
  justify-content: start;
}

.testimonial__content .banner__box {
  min-width: auto;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  .slider-counter__link:nth-last-child(-n+4) {
    display: none;
  }
  /* .slideshow__control-wrapper .slider-counter__link:nth-last-child(-n+4) {
    display: none;
  } */
  .slideshow__controls {
    display: block;
  }
  .testimonials__slideshow .slideshow__slide .banner__media {
    min-height: 180px;
  }
}

  .testimonials__slideshow .slideshow__slide {
    width: 258px !important;
  }
  .testimonials__slideshow .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 258px !important;
  }

.testimonials__slideshow .slideshow__text.banner__box {
  width: 100%;
  padding: 20px 15px;}