/** Shopify CDN: Minification failed

Line 50:10 Unterminated string token
Line 50:16 Unterminated string token

**/
/* assets/faq-accordion.css */
.faq-section {
 /* background-image: url('/cdn/shop/files/tra_6.png?v=1751016936'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
padding: 3rem 1rem;
}
.faq__title {
text-align: center;
font-size: 2.5rem;
margin-bottom: 1.5rem;
position: relative;
}
.faq__title::after {
content: "";
display: block;
width: 60px;
height: 4px;
background: #f0c200;
margin: 0.5rem auto;
}
.faq__items {
max-width: 600px;
margin: 0 auto;
}
.faq__item {
background: #fff;
border-radius: 8px;
margin: 1rem 0;
overflow: hidden;
box-shadow: 0 2px 8px rgba(240,194,0,0.3);
}
.faq__question {
cursor: pointer;
padding: 1rem 1.5rem;
font-size: 1.125rem;
font-weight: 600;
position: relative;
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question:after {
content: "067";
font-family: "FontAwesome";
position: absolute;
position: absolute;
right: 1.5rem;
font-size: 1.5rem;
transition: transform 0.2s;
}
.faq__item[open] .faq__question:after {
content: "-";
}
.faq__answer {
padding: 0 1.5rem 1rem;
font-size: 1rem;
line-height: 1.6;
}

