/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 154:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .testimonial-slider-section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    color: #333;
    background-color: #fff;
    padding: 40px 20px;
  }

  .testimonial-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonial-header h1 {
    font-size: 42px;
    color: #414a59;
    margin-bottom: 16px;
    font-weight: 600;
  }

  .testimonial-header h2 {
    font-size: 28px;
    color: #7a8599;
    font-weight: 400;
  }

  .rating-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
    text-align: center;
  }

  .rating-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #555;
  }

  .stars {
    color: #ffb900;
    font-size: 24px;
  }

  .rating-score {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
    color: #333;
  }

  .rating-info {
    color: #888;
    font-size: 14px;
    max-width: 320px;
  }

  .review-link {
    color: #0077cc;
    text-decoration: none;
    display: block;
    margin-top: 5px;
  }

  .review-link:hover {
    text-decoration: underline;
  }

  .feefo-logo {
    height: 30px;
    max-width: 100%;
  }

  .award-badge {
    width: 80px;
    height: auto;
    max-width: 100%;
  }

  @media (max-width: 1024px) {
    .testimonial-header h1 {
      font-size: 36px;
    }

    .testimonial-header h2 {
      font-size: 24px;
    }
  }

  @media (max-width: 768px) {
    .testimonial-header h1 {
      font-size: 32px;
    }

    .testimonial-header h2 {
      font-size: 22px;
    }

    .rating-section {
      flex-direction: column;
      gap: 30px;
    }

    .rating-info {
      font-size: 13px;
    }
  }

  @media (max-width: 480px) {
    .testimonial-header h1 {
      font-size: 28px;
    }

    .testimonial-header h2 {
      font-size: 18px;
    }

    .rating-left {
      font-size: 16px;
      flex-direction: column;
      gap: 5px;
    }

    .stars {
      font-size: 20px;
    }

    .rating-score {
      font-size: 20px;
    }

    .rating-info {
      font-size: 12px;
    }
  }
</style>