section.product_faq_container {
  background: #f8f8f8;
  margin-top: unset;
  padding: unset;
}
section.product_faq_container.alternate_faq_container {
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
  margin-bottom: unset;
}

.lunar-faq {
  max-width: 1300px;
  margin: 0 auto;
}
.lunar-faq.product_page_faq_section {
  padding-bottom: 100px;
}
.lunar-faq.product_page_faq_section div.show-more-show-less-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-top: 22px;
  margin-bottom: 25px;
}
.lunar-faq.product_page_faq_section div.show-more-show-less-btn span {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.lunar-faq.product_page_faq_section div.show-more-show-less-btn span.show_less {
  display: none;
}
.lunar-faq.product_page_faq_section div.show-more-show-less-btn:after {
  position: relative;
  top: 3.5px;
  content: url("../../css/img_new/icn_plus.svg");
  font-family: FontAwesome, sans-serif;
  font-size: 17px;
  transition: transform 0.2s ease-out;
}
.lunar-faq.product_page_faq_section div.show-more-show-less-btn.active:after {
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
}
.lunar-faq.product_page_faq_section div.mobile-all-faqs {
  display: none;
}
.lunar-faq.product_page_faq_section div.lunar-faq_cards {
  display: flex;
  max-width: unset;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lunar-faq.product_page_faq_section div.lunar-faq_cards div.big_row_container {
  display: flex;
  justify-content: center;
}
.lunar-faq.product_page_faq_section
  div.lunar-faq_cards
  div.big_row_container
  div.faq_column {
  width: 600px;
}
.lunar-faq.product_page_faq_section
  div.lunar-faq_cards
  div.big_row_container
  div.faq_column:first-child {
  margin-right: 100px;
}
.lunar-faq.product_page_faq_section div.lunar-faq_cards.alternate-faq_cards {
  display: block;
  background: #f8f8f8;
  max-height: unset;
}
.lunar-faq.product_page_faq_section div.header-section {
  display: flex;
}
.lunar-faq.product_page_faq_section div.header-section h2.faq-title {
  text-align: unset;
  margin-bottom: 20px;
}
.lunar-faq.product_page_faq_section div.header-section h2.red-dot {
  color: red;
}
.lunar-faq.product_page_faq_section div.panel {
  background-color: #f8f8f8;
}
.lunar-faq.product_page_faq_section div.panel.panel-alternate {
  font-family: Barlow, sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .lunar-faq.product_page_faq_section div.panel.panel-alternate p {
    font-size: 18px;
  }
}
.lunar-faq div.panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  display: block;
}
.lunar-faq div.panel[aria-expanded="true"] {
  opacity: 1;
  max-height: fit-content;
}
.lunar-faq h2 {
  text-align: center;
  color: black;
  font-family: "Barlow", sans-serif !important;
}
@media screen and (max-width: 1480px) {
  .lunar-faq h2 {
    line-height: 40px !important;
    font-size: 37px;
  }
}
@media screen and (max-width: 1000px) {
  .lunar-faq h2 {
    line-height: 37px !important;
    font-size: 34px;
  }
}
@media screen and (max-width: 730px) {
  .lunar-faq h2 {
    font-size: 32px;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 600px) {
  .lunar-faq h2 {
    font-size: 26px !important;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .lunar-faq h2 {
    font-size: 30px !important;
  }
}
.lunar-faq h2.accordion-menu {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500;
  text-align: unset;
  color: black;
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-bottom: 13px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .lunar-faq h2.accordion-menu {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .lunar-faq h2.accordion-menu {
    font-size: 24px !important;
  }
}
.lunar-faq h2.accordion-menu:after {
  position: relative;
  top: 3.5px;
  content: url("../../css/img_new/icn_plus.svg");
  font-family: FontAwesome, sans-serif;
  font-size: 17px;
  transition: transform 0.2s ease-out;
}
.lunar-faq h2.accordion-menu.active:after {
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
}
.lunar-faq_cards {
  margin: 20px auto 0;
  min-width: 332px;
  max-width: 50%;
}
.lunar-faq_card {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 25px 0 5px;
  margin-bottom: 5px;
}
.lunar-faq_card .panel {
  padding: 0;
}
.lunar-faq_card .panel[aria-expanded="true"] {
  padding: 0 0 10px 0;
}
.lunar-faq_card .panel p {
  color: black;
  margin: 0;
}
.lunar-faq_card .panel ul,
.lunar-faq_card .panel ol {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  margin: 0 0 0 17px !important;
}
.lunar-faq_card .panel ul li,
.lunar-faq_card .panel ol li {
  margin: 0;
}
