/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 74:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
   .faq-container {
      max-width: 600px;
      margin: 40px auto;
      font-family: Arial, sans-serif;
    }

    .faq-item {
      border-bottom: 1px solid #ccc;
      padding: 15px 0;
    }

    .faq-question {
      cursor: pointer;
      font-weight: bold;
      position: relative;
      padding-right: 20px;
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 0;
    }

    .faq-item.open .faq-question::after {
      content: '-';
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      color: #333;
      font-size: 0.95em;
    }

    .faq-item.open .faq-answer {
      max-height: 300px;
      margin-top: 10px;
    }
    .faq {
    background: #eee;
    padding: 69px 0px;
    margin-bottom: 53px;
    margin-top: -40px;
}
.faq-question {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    font-family: 'Poppins';
}
.faq-section {
    background: #fff;
    padding: 10px 50px;
    border-radius: 27px;
}
.faq h3 {
    text-align: center;
    font-size: 44px;
}

</style>