/** Shopify CDN: Minification failed

Line 105:43 Unterminated string token

**/
/**
 * FAQ
 */
.shopify_explorer__content {
  padding: 60px 0;
}
.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__question {
  cursor: pointer;
}
.shopify_explorer_faq__item--expandable > .shopify_explorer_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__content .shopify_explorer_faq__item {
  margin-bottom: 5px;
}
.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;
}
.shopify_explorer_faq__item .shopify_explorer_faq__question {
  position: relative;
  text-decoration: none;
  color: #231f20;
  cursor: pointer;
  padding: 20px;
  margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: lighter;
  font-family: "futwora_proregular";
}
.shopify_explorer_faq__item .shopify_explorer_faq__question.active::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer{
  padding: 5px 15px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: lighter;
  font-family: "futwora_proregular";
  color:#231f20;
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer a{
  color:#231f20;
}
.shopify_explorer_faq__item .shopify_explorer_faq__question::before {
  position: absolute;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 12px;
  margin-top: -11px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 12px;
}
.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;
}
@media (max-width: 767px) {
  .shopify_explorer_faq__item .shopify_explorer_faq__question::before {
    width: 8px;
    height: 8px;
    margin-top: -7px;
    right: 14px;
  }
  .shopify_explorer_faq__item .shopify_explorer_faq__question{
    padding:20px 30px 20px 20px;
  }
}
.product-faq-accordion ul {
  padding-left: 15px;
}
.product__faq .faq__title h2 {
  padding-top: 10px;
  padding-bottom: 40px;
}
.product__faq .shopify_explorer__content {
  padding-top: 0;
}
.product__faq .shopify_explorer__content .shopify_explorer_faq__item {
  margin-bottom: 0;
}
.product__faq .shopify_explorer_faq__item .shopify_explorer_faq__question {
  padding: 15px 0;
  font-size: 16px;
  line-height: 2.2rem;
}
.product__faq .shopify_explorer_faq__item .shopify_explorer_faq__answer {
  padding: 0 0 20px 0;
  font-size: 13px !important;
  line-height: 23px;
}
.product__faq .shopify_explorer_faq__item .shopify_explorer_faq__question::before {
  display: none !important;
}
h3.shopify_explorer_faq__question.h5.link {
  padding: 15px 35px 15px 0;
  line-height: 24px;
}
.product__faq .shopify_explorer_faq__item .shopify_explorer_faq__answer {
  font-size: 16px !important;
  line-height: 24px;
  font-family: "gt america rg";
  letter-spacing: 0.1px;
}
@media (max-width: 1023px) {
  h3.shopify_explorer_faq__question.h5.link {
    padding: 15px 35px 15px 0;
    line-height: 20px;
    font-family: "gt america rg" !important;
    font-size: 16px !important;
  }
}