/** Shopify CDN: Minification failed

Line 123:0 Unexpected "{"
Line 123:1 Expected identifier but found "%"
Line 124:2 Unexpected "<"
Line 126:13 Expected identifier but found whitespace
Line 126:15 Unexpected "{"
Line 126:22 Expected ":"
Line 126:57 Expected ":"
Line 128:2 Unexpected "<"
Line 129:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #f2aebd;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  background-color: #ffe6ec;
  color: #000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: '−';
}

.faq-answer {
  display: none;
  background: #fff;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f2aebd;
  font-size: 0.95rem;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #f2aebd;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  background-color: #ffe6ec;
  color: #000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: '−';
}

.faq-answer {
  display: none;
  background: #fff;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f2aebd;
  font-size: 0.95rem;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}
{% if block.type == 'spacer' %}
  <style>
    .product__spacer {
      height: {{ block.settings.height | default: 30 }}px;
    }
  </style>
{% endif %}