/** Shopify CDN: Minification failed

Line 97:43 Unterminated string token

**/
/**
 * FAQ
 */
.shopify_explorer__content {
  padding: 60px 0;
}
.shopify_explorer_faq__item--expandable > .product_faq__question {
  cursor: pointer;
}
.shopify_explorer_faq__item--expandable > .product_faq__answer {
  display: none;
}
.shopify_explorer__content h4.shopify_explorer_faq__separator {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  color: #231f20;
  margin: 0 0 15px;
}
.shopify_explorer_faq__separator {
  text-transform: none;
  text-align: center;
  color: #231f20;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.04rem;
  font-weight: normal;
  text-decoration: none;
}
.shopify_explorer_faq__separator :not(:first-child) {
  margin-top: 1.2em;
}
.product_faq__answer p{
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #231f20;
  font-family: 'futwora_proregular';
  font-weight: lighter;
}
.product_faq__answer ul {
  list-style: circle;
}
.product_faq__answer li{  
  padding-bottom: 15px;
  font-size: 16px;
  line-height:26px;
}
.shopify_explorer_faq__item .product_faq__question {
  position: relative;
  text-decoration: none;
  color: #231f20;
  cursor: pointer;
  padding: 1em 1em 1em 2em;
  margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: lighter;
  font-family: "futwora_proregular";
}
.shopify_explorer_faq__item .product_faq__question.active::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.shopify_explorer_faq__item .product_faq__answer{
  padding: 0px 20px 20px 42px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: lighter;
  font-family: "futwora_proregular";
  color:#231f20;
}
.shopify_explorer_faq__item .product_faq__answer a{
  color:#231f20;
}
.shopify_explorer_faq__item .product_faq__question::before {
  display:none;
}
.faq__title {
  text-align: center;
}
.faq__title h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -.04rem;
  font-family: 'var(--font-heading-family);
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding-top:30px;
}
.product_faq .shopify_explorer_faq__item {
  border-bottom: 1px solid #231f20 !important;
}
.product_faq{
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding:40px 0;
}
.product_faq .expand-bar,
.product_faq .expand-bar:after {
  width: 15px;
  height: 2px;
  background-color: #231f20;
}
.product_faq .expand-bar {
  position: absolute;
  top: 50%;
  left: 0em;
  transition: all 0.5s ease;
}
.product_faq .expand-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.product_faq .active .expand-bar:after {
    transform: rotate(180deg);
}
