/** Shopify CDN: Minification failed

Line 19:22 Unexpected "{"
Line 19:31 Expected ":"
Line 19:38 Unexpected "{"
Line 25:22 Unexpected "{"
Line 25:31 Expected ":"
Line 31:22 Unexpected "{"
Line 31:31 Expected ":"
Line 38:22 Unexpected "{"
Line 38:31 Expected ":"
Line 42:22 Unexpected "{"
... and 1 more hidden warnings

**/


/* CSS from section stylesheet tags */
.testimonials-slider-{{ section.id }} {
  padding: 3rem 1rem;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.testimonials-slider-{{ section.id }} .swiper-slide {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.testimonials-slider-{{ section.id }} .testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.testimonials-slider-{{ section.id }} .testimonial-name {
  font-weight: bold;
  margin-top: 1rem;
}
.testimonials-slider-{{ section.id }} .testimonial-title {
  font-size: 0.9rem;
  color: #666;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #000;
    font-size: 18px !important;
}

.swiper-slide {
    min-height: 225px;
}

.section-title {
    margin-bottom: 20px;
}