/** Shopify CDN: Minification failed

Line 55:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

    .customer-recommend {
      display: flex;
      align-items: center;
      font-family: 'Jost', sans-serif;
      font-size: 18px;
      color: #000;
      margin: 18px 0;
    }

    @media (max-width: 767px) {
    .customer-recommend {
      font-size: 14px;
    }
  }

    .customer-photo {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      object-fit: cover;
    }

    .customer-recommend p {
      margin: 0;
      line-height: 1.4;
    }

    .customer-name {
      font-weight: bold;
    }

    .verified-icon {
      width: 18px;
      display: inline-block;
    }

    .highlight {
      font-weight: 600;
    }

    .brand-name {
      font-weight: bold;
    }
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

  .testimonial-section {
    padding: 30px 20px;
    background-color: #f9fffa;
  }

  .testimonial-section .rev-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .testimonial-section .rev-head div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .testimonial-section .rev-head div h2 {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    margin: 0;
  }

  .trust-check {
    width: 25px;
  }

  .trustpilot-logo {
    max-width: 180px;
    margin-bottom: 10px;
  }

  .rev-body {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
  }

  .rev-card {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 15px;
    flex-shrink: 0;
    width: 270px;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
  }

  .rev-card .rev-stars {
    width: 110px;
    margin: 0 auto 14px;
}

  .rev-card .rev-text {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin-bottom: 14px;
  }

  .rev-card .rev-name {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 14px;
  }