.faq-component .faq-item {
  border-bottom-width: 1px;
  padding: 1rem;
}@media (min-width: 768px) {.faq-component .faq-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}.faq-component .faq-item {
  border-color: #e4e3e2;
}
.faq-component .faq-item p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 320px) and (max-width: 767px) {.faq-component .faq-item p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.faq-component .faq-item p {
  margin: 0;
}
.faq-component .question {
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: var(--text-darker-red);
  font-family: "Hamilton", Arial, Helvetica, sans-serif;
}
.faq-component .question p {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {.faq-component .question p {
    font-size: 28px;
  }
}
.faq-component .question.active {
  color: var(--text-secondary-color);
}
.faq-component .answer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 17px;
}
.faq-component .toggle-icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.faq-component .answer-container {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.faq-component .icon-Cacnel---X {
  font-size: 1rem;
  line-height: 1.5rem;
}

.product-detail .faq-component .answer strong {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 767px) {.product-detail .faq-component .answer strong {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-detail .faq-component .answer strong {
  font-family: var(--font-secondary);
}
.product-detail .faq-component .answer em {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {.product-detail .faq-component .answer em {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.product-detail .faq-component .answer em {
  font-style: normal;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: var(--text-secondary-color);
}
