/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 62:0 Unexpected "<"
Line 80:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.scroll-testimonials-section {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

.scroll-testimonials-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonial-scroll-wrapper {
  overflow-x: auto;
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.testimonial-card {
  flex: 0 0 auto;
  width: 280px;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 15px;
  scroll-snap-align: start;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
}

.testimonial-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.testimonial-card .name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

.testimonial-card .quote {
  font-style: italic;
  font-size: 0.95rem;
  color: #555;
}
</style>
<style>
.image-heading-section {
  text-align: center;
  padding: 40px 20px;
}

.image-heading-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.image-heading-section img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
</style>