/** Shopify CDN: Minification failed

Line 23:30 Unexpected "*"

**/
.faq {
  width: 100%;
  background-color: #5C3019;
  color: #F2DFD0;
  margin-top: 0 !important;
}

.section + .faq {
  margin-top: 0 !important;
}

/* Remove bottom margin/padding from section before faq */
.section:has(+ .faq) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.section:has(+ .faq) .section-*-padding {
  padding-bottom: 0 !important;
}

.faq__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq__container.container {
  padding-left: 24px;
  padding-right: 24px;
}

.faq__header {
  text-align: left;
  margin-bottom: 48px;
}

.faq__small-heading {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mnm-accent, #8B4A2B);
  margin-bottom: 12px;
  font-family: var(--font-body-family), sans-serif;
}

.faq .section-title,
.faq .section-title__text {
  color: #F2DFD0;
}

.faq .section-title-header__subtitle {
  color: #F2DFD0;
}

.faq .section-title-header {
  margin-bottom: 2rem;
}

.faq .faq__subtitle-fallback {
  color: #F2DFD0;
  margin: 0;
}

.faq__list {
  width: 100%;
  max-width: 900px;
  margin: 0;
  text-align: left;
}

.faq__item {
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px 20px 24px;
  cursor: pointer;
  list-style: none;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: #F2DFD0;
  font-family: var(--font-body-family), sans-serif;
  position: relative;
  box-sizing: border-box;
  gap: 12px;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #F2DFD0;
  flex: 1;
  min-width: 0;
  font-family: var(--font-body-family), sans-serif;
}

@media screen and (min-width: 750px) {
  .faq__question-text {
    font-size: 18px;
  }
}

.faq__chevron {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex-shrink: 0;
  color: #F2DFD0;
  transition: transform 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-origin: center center;
  padding: 1px;
  box-sizing: content-box;
}

.faq__chevron svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  display: block;
  flex-shrink: 0;
}

.faq__item details[open] .faq__chevron {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 24px 20px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #F2DFD0;
  font-family: var(--font-body-family), sans-serif;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .faq__answer {
    font-size: 18px;
  }
}

.faq__answer p {
  margin: 0 0 12px 0;
  text-align: left;
}

.faq__answer p:last-child {
  margin-bottom: 0;
  text-align: left;
}

.faq__item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 640px) {
  .faq__container {
    padding: 0 16px;
  }

  .faq__container.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq__header {
    margin-bottom: 32px;
  }

  .faq__small-heading {
    font-size: 11px;
  }

  .faq__title {
    font-size: 28px;
  }

  .faq__subtitle {
    font-size: 14px;
  }

  .faq__item {
    margin-bottom: 12px;
  }

  .faq__question {
    padding: 16px 28px 16px 20px;
    gap: 10px;
  }

  .faq__question-text {
    font-size: 15px;
  }

  .faq__chevron {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }

  .faq__chevron svg {
    width: 12px;
    height: 12px;
  }

  .faq__answer {
    padding: 0 20px 16px 20px;
    font-size: 15px;
  }
}
