/** Shopify CDN: Minification failed

Line 1846:3 Expected "}" to go with "{"

**/

.product_why-bloating-grid {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 32px;
}
.product_why-bloating-grid > div {
  width: 100%;
}
.product_why-bloating-grid img {
  width: 100%;
}
.product_why-bloat-cell-inn {
  padding: 16px;
  text-align: center;
  background: #f7f7f7;
}
.product_why-bloat-cell-inn p {
  margin: 0;
  line-height: 1.3em;
  font-size: 16px;
}
.product_why-bloating-cell {
  border-radius: 6px;
  overflow: hidden;
}
.product_why-bloating-cell div img {
  min-height: 150px;
}
.product_why-bloat-cell-inn {
  min-height: 150px;
}
.product_why-note-img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.product_why-note-img img {
  width: 100%;
  display: block;
}
.product_arrow-img {
  display: block;
  width: 100%;
  max-width: 48px;
  margin: 24px auto;
}

.product_judge-outer.outer_why-bloating {
  padding-bottom: 0;
}
@media only screen and (max-width: 678px) {
  .product_why-note-img {
    display: flex;
    justify-content: space-around;
  }
  .product_why-note-img img {
    max-width: 420px;
  }

  .product_why-bloating-grid {
    display: grid;
    gap: 8px;
  }
  .product_why-bloating-cell {
    display: flex;
  }
  .product_why-bloating-cell > div {
    width: 100%;
  }
  .product_why-bloat-cell-inn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_why-bloat-cell-inn > div {
    padding: 12px;
  }
  .product_why-bloating-grid {
    margin-bottom: 24px;
  }
  .product_arrow-img {
    display: block;
    width: 100%;
    max-width: 34px;
    margin: 16px auto;
  }
}

.product_why-nothing-cell {
  border-radius: 6px;
  overflow: hidden;
}
.product_why-nothing-cell img {
  width: 100%;
  display: block;
}
.product_why-nothing-cell-inn {
  background:white;
  padding: 24px;
  text-align: center;
}
.product_why-nothing-cell-inn h4 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
  font-weight: 600;
}
.product_why-nothing-pink {
  background: rgba(166, 0, 3, 0.05);
  padding: 8px 16px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 24px;
  min-height: 180px;
}
.product_why-nothing-subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-size: 16px;
  line-height: 1.3em;
  color: #A60003;
}
.product_why-nothing-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
  margin-top: 12px;
}
.product_why-nothing-subtitle img {
  max-width: 24px;
}
@media only screen and (max-width: 678px) {
  .product_why-nothing-cell-inn {
    padding: 16px;
  }
  .product_why-nothing-pink {
    margin-top: 16px;
    min-height: auto;
  }
}
.product_judge-outer.product_lymphg-ingr-outer {
  background: white;
}
.product_judge-outer.product_lymphg-ingr-outer img {
  width: 100%;
}
.product_lymph-ingr-table {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  border-radius: 12px;
  border: 0.5px solid black;
  overflow: hidden;
}
.product_lymph-ingr-table-small {
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
}
.product_lymph-ingr-subtitle {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  color: #0c7c00;
  margin: 0;
}
.product_lymph-ingr-subtitle img {
  max-width: 16px;
  display: block;
}
.product_lymph-main-img {
  display: block;
  max-width: 120px;
  margin: 12px auto;
  max-height: 80px;
  width: auto !important;
}
.product_lymph-ingr-thumb {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.product_lymph-ingr-thumb img {
  max-width: 24px;
  display: block;
  margin-left: auto;
}
.product_lymph-ingr-thumb h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3em;
}
.product-lymph-ingredient {
  border: 0.5px solid black;
  padding: 24px;
  cursor: pointer;
}
.product_lymph-ingr-content p {
  margin: 0;
  line-height: 1.3em;
  font-size: 14px;
}
.product_lymph-ingr-content {
  padding-top: 12px;
  display: none;
}
@media only screen and (max-width: 678px) {
  .product_lymph-ingr-table {
    grid-template-columns: 1fr;
  }
  .product_lymph-ingr-thumb > div:nth-child(1) {
    width: 20%;
  }
  .product_lymph-ingr-thumb > div:nth-child(2) {
    width: 70%;
  }
  .product_lymph-ingr-thumb > div:nth-child(3) {
    width: 10%;
  }
  .product_judge-outer.product_lymphg-ingr-outer img.product_lymph-main-img {
    margin: 0;
    width: 100%;
    max-width: 100px;
  }
  .product_lymph-ingr-thumb h5 {
    font-size: 14px;
  }
  .product-lymph-ingredient {
    padding: 16px;
  }
}
@media only screen and (min-width: 678px) {
  .pli_flex.reversed {
    flex-direction: row-reverse;
  }
}
.pli_flex {
  display: flex;
  gap: 100px;
  align-items: center;
}
.pli_flex > div {
  width: 100%;
}
.pli_flex img {
  display: block;
  width: 100%;
}
.pli_top-text * {
  font-size: 18px;
  line-height: 1.3em;
  margin: 8px 0;
}
.pli_pink-text * {
  font-size: 18px;
  line-height: 1.3em;
  margin: 8px 0;
}
.pli_bottom-text * {
  font-size: 18px;
  line-height: 1.3em;
  margin: 8px 0;
}
.pli_top-text ul {
  padding-left: 0;
  margin-left: 0;
}
.pli_top-text li {
  padding-left: 32px;
  color: black;
  background-image: url("/cdn/shop/files/Frame_1484581317.png?v=1775196303");
  background-size: 20px;
  background-repeat: no-repeat;
  list-style: none;
  font-weight: 600;
  font-weight: 600;
  
}

.pli_bottom-text ul,
.pli_pink-text ul {
  padding-left: 0;
  margin-left: 0;
}
.pli_bottom-text li,
.pli_pink-text li {
    color: black;
  padding-left: 32px;
  background-image: url("/cdn/shop/files/Frame_1484581316.png?v=1775196303");
  background-size: 20px;
  background-repeat: no-repeat;
  list-style: none;
  font-weight: 600;
  font-weight: 600;
  
}
.pli_pink-text {
  margin: 24px 0;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
}
.product_judge-container.top_padding {
  margin-bottom: 40px;
}
@media only screen and (max-width: 678px) {
  .pli_flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .product_judge-container.top_padding {
    margin-bottom: 24px;
  }
  .pli_top-text *,
  .pli_pink-text *,
  .pli_bottom-text * {
    font-size: 16px;
  }
  .pli_pink-text {
    margin: 12px 0;
  }
}

/* Two Choices Section */

.two_choices {
  padding: 40px 20px;
  background: #f3eee0;
}

.two_choices_container {
  text-align: center;
}

.two_choices_container p {
  margin-bottom: 5px;
}

.choices-section_sub_title.centered {
  font-size: 18px;
}

.arrow_image {
  max-width: 230px;
  max-height: 78px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.choice-card {
  border-radius: 16px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.choice-card.choice-b {
  background-color: white !important;
}

.choice-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.choice_a_image,
.choice_b_image {
  width: 100%;
  max-width: 318px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
  border-radius: 24px;
}

.choice-text {
  text-align: center;
  font-size: 18px;
}

.choice-text p {
  margin-bottom: 12px;
}

.choices-section_sub_title_green.centered {
  color: #1b4a26;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.two_choices_bottom {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.truth_block {
  position: relative;
  padding-bottom: 5px;
}

.truth_block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 0;
  border-top: 1.5px solid #000;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .choice-grid {
    gap: 0;
  }

  .choices-section_sub_title.centered {
    font-size: 16px;
  }

  .choice-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .choice-text {
    font-size: 14px;
  }

  .choices-section_sub_title_green.centered {
    font-size: 16px;
  }

  .arrow_image {
    max-width: 120px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .choice_a_image,
  .choice_b_image {
    margin: 0 auto 12px;
    max-width: 260px;
  }

  .two_choices .divider {
    margin: 14px auto 18px;
    max-width: 420px;
  }
}

/* Order Today Section */

.order_today {
  background: #f3eee0;
}

.order_today_container {
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.order_today_content {
  text-align: left;
  margin-bottom: 22px;
}

.order_today_reasons {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.reason_item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.reason_badge_image {
  display: block;
  width: 78px;
  height: auto;
}

.reason_content {
  flex: 1;
}

.reason_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.reason_text {
  font-size: 15px;
}

.order_today_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_image {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

@media (max-width: 900px) {
  .order_today_container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .order_today .reason_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .order_today .reason_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .order_today .reason_badge_image {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: auto;
  }

  .order_today .reason_content {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .reason_title {
    text-align: center;
  }
}

/* Risk Free */

.risk_free {
  background: #f3eee0;
}

.guarantee_container {
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  padding: 15px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.risk_free_content {
  display: flex;
  flex-direction: column;
}

.guarantee-section_sub_title {
  font-size: 22px;
  font-weight: 700;
}

.guarantee-section_sub_text {
  font-size: 18px;
}

.guarantee-section_sub_green_title p {
  font-size: 18px;
  color: #00ad21;
  font-weight: 600;
}

.guarantee_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee_image img {
  max-width: 447px;
  height: auto;
}

@media (max-width: 900px) {
  .guarantee_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guarantee_image img {
    max-width: 195px;
    height: auto;
  }

  .guarantee-section_sub_title {
    font-size: 16px;
  }

  .guarantee-section_sub_text {
    font-size: 16px;
  }

  .guarantee-section_sub_green_title {
    font-size: 16px;
  }
}

/* Emotional toll */

.emotional_toll_container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.emotional_toll_content {
  display: flex;
  flex-direction: column;
}

.emotional_sub_text {
  font-size: 18px;
  font-weight: 600;
}

.emotional_toll_sub_text {
  font-size: 18px;
  font-weight: 400;
}

.emotional_toll_sub_green_box {
  background-color: #0398691a;
  border: 1px solid #069c6d;
  border-radius: 12px;
  padding: 12px;
  font-size: 18px;
}
.emotional_toll_sub_green_box p {
  margin: 0;
}

.emotional_toll_image {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}

.emotional_toll_image img {
  max-width: 100%;
  height: auto;
}

.emotional_toll_image_mobile {
  display: none;
}

.emotional_toll_image_mobile img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .emotional_toll_container {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0px;
  }

  .emotional_toll_image {
    display: none;
  }

  .emotional_toll_image_mobile {
    display: block;
  }

  .emotional_sub_text {
    font-size: 16px;
  }

  .emotional_toll_sub_text {
    font-size: 16px;
  }

  .emotional_toll_sub_green_box {
    font-size: 16px;
  }
}

/* Join what works */

.join_what_works {
  text-align: center;
  background: #f3eee0;
}

.join_what_works_container {
  max-width: 1100px;
  margin: 0 auto;
}

.product_ingredient-checks-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_ingredient-checks-line img {
  width: 20px;
  height: 20px;
}

.product_ingredient-checks-line p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.reviews_carousell_image {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  border-radius: 12px;
  display: block;
}

.review_boxes {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.review_box {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 24px 20px 20px;
  width: 100%;
  max-width: 430px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review_box .start_review_image {
  width: 90px;
  margin-bottom: 10px;
}

.review_box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  
}

.review_box h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  
}

.review_box p {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  margin-top: 0;
  margin-bottom: 15px;
}

.review_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.review_tags span {
  background-color: #f3eee0;
  color: #252525;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1;
}

.reviews_image img {
  max-width: 580px;
  margin: 0 auto;
  display: block;
}

.reviews_image_mobile img {
  display: none;
}

.join_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 35px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.join_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 18px;
}

.join_list img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.review_box_name_stars {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .reviews_image img {
    display: none;
  }

  .reviews_image_mobile img {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }

  .review_boxes {
    flex-direction: column;
    align-items: center;
  }

  .join_list li {
    font-size: 12px;
  }

  .review_box h5 {
    font-size: 16px;
  }

  .review_box h4 {
    font-size: 16px;
  }

  .review_box p {
    font-size: 16px;
  }

  .review_tags span {
    font-size: 14px;
  }
}

/* Tried Did Not Work Section */

.tried_did_not_work {
  padding: 60px 0;
}

.failed_methods_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.failed_box {
  background: #f7f7f7;
  max-width: 660px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.failed_image_wrapper {
  position: relative;
  overflow: hidden;
}

.failed_image_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.failed_content {
  padding: 20px;
  text-align: center;
}

.failed_content h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 5px;
}

.failed_content .subtitle {
  font-size: 21px;
  margin-bottom: 15px;
}

.why_failed {
  background: #ffe3e3;
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
}

.why_failed_text {
  display: flex;
  justify-content: center;
}

.why_failed_text h3 {
  color: #b30000;
  font-size: 28px;
  font-weight: 400;
}

.why_failed_text img {
  max-width: 38px;
}

.why_failed p {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .tried_did_not_work {
    padding: 20px 0;
  }

  .failed_methods_grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
  }

  .failed_content h3 {
    font-size: 28px;
  }

  .failed_content .subtitle {
    font-size: 18px;
  }

  .why_failed_text h3 {
    font-size: 24px;
  }

  .why_failed p {
    font-size: 16px;
  }
}

/* Why nothing worked */

.outer_how-nothing {
  background-color: #E8ECE5;
  text-align: center;
}

.nothing_worked_image {
  background: #fff;
  border-radius: 12px;
  max-width: 750px;
  margin: 0 auto 40px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nothing_worked_image img {
  width: 100%;
  height: auto;
  display: block;
}

.symptom_phrase_container p {
  font-size: 15px;
  font-weight: 500;
  color: #1c1b1b;
  max-width: 720px;
  margin: 20px auto;
  line-height: 1.6;
}

.good_news_phrase_container p {
  font-size: 17px;
  font-weight: 700;
  color: #009963;
  margin-top: 15px;
}

.nothing_worked_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
}

.nothing_worked_table thead th {
  font-weight: 700;
  border-bottom: 2px solid #ddd;
  padding: 12px 20px;
}

.nothing_worked_table tbody td {
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.nothing_worked_table tbody td:first-child {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nothing_worked_table tbody td img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.nothing_worked_table tbody td:last-child {
  color: #c22020;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nothing_worked_table thead {
    display: none;
  }
  .nothing_worked_table,
  .nothing_worked_table tbody,
  .nothing_worked_table tr,
  .nothing_worked_table td {
    display: block;
    width: 100%;
  }
  .nothing_worked_table tr {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  }
  .nothing_worked_table td {
    border: none;
    padding: 12px 16px;
  }
  .nothing_worked_table td:last-child {
    color: #b40d0d;
  }
}

/* Eigth step section */

.eight_pathway {
  text-align: center;
}

.pathway_steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 auto 30px;
  flex-wrap: nowrap;
}

.pathway_step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pathway_icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.pathway_text {
  min-width: 130px;
}

.pathway_title {
  font-weight: 600;
  font-size: 18px;
  margin: 8px 0 4px 0;
}

.pathway_sub {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.pathway_arrow {
  display: block;
}

.pathway_arrow img {
  max-width: 12px;
  height: auto;
  display: block;
}

.pathway_arrow_mobile {
  display: none;
}

.pathway_footer {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 44px;
}

@media (max-width: 900px) {
  .pathway_steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0 auto 24px;
  }

  .pathway_step {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
    padding-bottom: 12px;
  }

  .pathway_icon {
    display: flex;
  }

  .pathway_icon img {
    width: 32px;
    height: 32px;
  }

  .pathway_text {
    min-width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .pathway_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
  }

  .pathway_sub {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  .pathway_arrow {
    display: none;
  }

  .pathway_arrow_mobile {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
  }

  .pathway_arrow_mobile img {
    width: 14px;
    height: auto;
    display: block;
  }

  .pathway_footer {
    font-size: 16px;
    font-weight: 700;
    max-width: 320px;
    text-align: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Problem/Solution section */

.problem_solution {
  padding: 24px 0;
}

.problem_solution_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pathway_card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 24px 22px;
  text-align: left;
}

.pathway_number {
  font-size: 24px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 5px;
  margin-top: 0;
}

.pathway_title {
  font-size: 28px;
  font-weight: 600;
}

.pathway_problem,
.pathway_solution {
  margin-bottom: 20px;
}

.problem_header,
.solution_header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}

.problem_header img,
.solution_header img {
  max-width: 152px;
  max-height: 30px;
  object-fit: contain;
}

.problem_text {
  color: #424242;
  font-size: 18px;
  margin: 0;
}

.solution_ingredient {
  font-size: 18px;
  margin: 4px 0;
}

.solution_text {
  font-size: 18px;
  margin: 0;
}

.solution_row {
  display: flex;
  gap: 10px;
}

.solution_check_icon {
  max-width: 20px;
  max-height: 20px;
}

.problem_row {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.problem_bullet_icon {
  max-width: 20px;
  max-height: 20px;
}

@media (max-width: 768px) {
  .problem_solution {
    padding: 15px 0;
  }

  .problem_solution_grid {
    grid-template-columns: 1fr;
  }
}

/* Synergistic section */

.synergistic_effect {
  text-align: center;
  padding: 10px 0 0px 0;
  padding-bottom: 64px;
}

.synergistic_box {
  background: #0398691a;
  border: 2px solid #069c6d;
  border-radius: 12px;
  padding: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.synergistic_subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.synergistic_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 35px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.synergistic_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
}

.synergistic_list img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.synergistic_footer {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .synergistic_effect {
    padding: 10px 16px 15px 16px;
    text-align: center;
  }

  .synergistic_box {
    padding: 15px;
    margin: 0 auto;
  }

  .synergistic_subtitle {
    font-size: 16px;
    margin: 0 0 14px;
  }

  .synergistic_list {
    display: block;
    text-align: left;
    margin: 0 0 16px;
  }

  .synergistic_list li {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    column-gap: 10px;
    row-gap: 0;
    font-size: 16px;
    margin: 8px 0;
  }

  .synergistic_list img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 4px;
  }

  .synergistic_footer {
    font-size: 16px;
    margin-top: 6px;
    text-align: center;
  }
}

/* What to expect section */

.what_to_expect {
  background-color: #f6f1e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.what_to_expect h2 {
  max-width: 768px;
}

.what_to_expect_subtitle {
  font-size: 18px;
  max-width: 768px;
}

.expectation_row_left,
.expectation_row_right {
  display: grid;
  column-gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 14px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 18px;
}

.expectation_row_left {
  grid-template-columns: 260px 1fr;
}

.expectation_row_right {
  grid-template-columns: 1fr 260px;
}

.expectation_image img {
  max-width: 250px;
  border-radius: 12px;
  display: block;
}

.image_caption {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-top: 10px;
}

.expectation_content {
  padding: 10px;
}

.week_label {
  display: inline-block;
  background: #f3eee0;
  font-size: 22px;
  padding: 5px 16px;
  border-radius: 8px;
  margin-bottom: 2px;
}

.expectation_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.expectation_text {
  font-size: 17px;
  color: #323232;
}

.expectation_arrow {
  text-align: center;
  margin: 15px 0;
}

.expectation_arrow img {
  max-width: 24px;
  height: auto;
}

@media (max-width: 768px) {
  .what_to_expect {
    padding: 15px 15px;
  }

  .expectation_row_left,
  .expectation_row_right,
  .expectation_row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    text-align: left;
    max-width: 560px;
    padding: 16px;
  }

  .expectation_content {
    grid-column: 1;
    grid-row: 1;
  }

  .expectation_image {
    grid-column: 1;
    grid-row: 2;
  }

  .expectation_text {
    margin: 0;
  }

  .expectation_image {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 12px;
    align-items: center;
  }

  .expectation_image img {
    max-width: 100%;
    border-radius: 12px;
    display: block;
  }

  .image_caption {
    margin: 0;
    font-size: 12px;
  }

  .expectation_content {
    padding: 0;
  }

  .week_label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .expectation_title {
    font-size: 16px;
    margin: 4px 0 8px;
  }
}

/* Mission section */

.mission {
  background-color: #b9d7c2;
  text-align: center;
}

.mission_inner {
  max-width: 900px;
  margin: 0 auto;
}

.mission_title {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.mission_progress_label {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.mission_progress_value {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

.mission_progress_value strong {
  font-weight: 700;
}

.mission_footer {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .mission_title {
    font-size: 28px;
  }
}

.pathway_step .pathway_title {
  font-size: 18px;
  line-height: 1.3em;
}
.pathway_step .pathway_sub {
  font-size: 14px;
}
.eight_pathway.product_judge-outer {
  padding-bottom: 0;
}
.problem_solution {
  padding-top: 24px;
}
.pathway_title {
  
}
@media (max-width: 768px) {
  .pathway_step .pathway_title {
    font-size: 14px;
    margin: 0;
  }
  .pathway_step .pathway_sub {
    font-size: 12px;
  }
  .pathway_number {
    font-size: 18px;
  }
  .pathway_title {
    font-size: 18px;
  }
  .problem_icon,
  .solution_icon {
    max-width: 100px;
  }
  .solution_text {
    font-size: 16px;
  }
  .synergistic_list li {
    line-height: 1.3em;
  }
  .btn_container {
    display: block;
    width: 100%;
  }
  .mission_progress_label {
    font-size: 18px;
  }
  .mission_progress_value {
    font-size: 28px;
  }
  .product_judge-outer.mission {
    padding-left: 16px;
    padding-right: 16px;
  }
  .two_choices .product-section_title {
    margin-top: 0;
  }
  .choice-card {
    padding: 14px;
    border-radius: 8px;
  }
  .choice-title {
    margin-top: 0;
  }
  .choice-grid {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.reviews_main-img {
  display: block;
  width: 100%;
}

/* Bf things */
.main-producT_bf_badge {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 100%;
  max-width: 120px;
  display: block;
}
@media (max-width: 768px) {
  .main-producT_bf_badge {
    max-width: 80px;
  }
}


.main_product-features-small-grid{
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px;
  background: #fbfbfb;
  border-radius: 6px;
  margin: 16px 0;
}
.main_product-feature-small_line{
  display: flex;
  align-items: center;
  gap: 4px;
}
.main_product-feature-small_line p{
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
}
.main_product-feature-small_line > div:nth-child(1){
  width: 16px;
  display: flex;
  align-items: center;
}
.main_product-feature-small_line > div:nth-child(2){
  width: calc(100% - 16px - 4px);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main_product-feature-small_line p{
    font-size: 14px;
  }
  .main_product-features-small-grid{
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    background: white;
  }
}

.main_product-videos video{
  display: block;
  width: 100%;
}
.main_product-videos .slick-dots li button:before{
  font-size: 12px;
}
.main_product-videos .slick-slide{
  padding: 0 4px;
}
.main_product-video-box{
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.main_product-video-svg{
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
}
.main_product-video-svg svg{
  width: 32px;
  height: 32px;

}
.main_pdp-videos-title{
  font-size: 24px;
  margin: 0;
  margin-top: 16px;
  line-height: 1.3em;
}
.centered{
  text-align: center;
}
.main_product-videos{
  margin-bottom: 40px !important;
  margin-top: 16px !important;
}
@media (max-width: 768px) {
  .main_pdp-videos-title{
    font-size: 20px;
  }