/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 51:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.customer-reviews-section {
  padding: 80px 20px;
}
.customer-reviews-heading {
  font-size: 4rem;
  font-weight: 700;
}
.review-card {
  border-radius: 16px;
  padding: 30px;
  margin: 10px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
  height: 100%;
  text-align: inherit;
  transition: transform 0.3s ease;
}
.review-card:hover {
  transform: translateY(-5px);
}
.review-rating {
  font-size: 1.4rem;
  color: #FFC107;
  margin-bottom: 15px;
}
.review-text {
  margin-bottom: 20px;
}
.review-name {
  font-weight: 600;
  color: #555;
}
/* Splide adjustments */
.splide__slide {
  display: flex;
  height: 100%;
}
.splide__pagination {
  margin-top: 30px;
  justify-content: center;
}
</style>