/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 59:0 Unexpected "<"

**/
<style>
details {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  margin-bottom: 0;
}

details summary {
  cursor: pointer;
  padding: 16px 0;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
}

details[open] summary::after {
  content: '−';
}

.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

details p {
  padding: 0 0 16px 0;
  margin: 0;
  color: #444;
  line-height: 1.6;
}

.faq-section h2 {
  margin: 32px 0 8px 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
}
</style>
