/** Shopify CDN: Minification failed

Line 1602:7 Expected ":"
Line 1602:9 Expected identifier but found "0"

**/
/* Product section stylesheet */

@font-face {
  
  src: url("https://cdn.shopify.com/s/files/1/0945/3676/1707/files/MADE_TOMMY_Regular_PERSONAL_USE.otf?v=1761825235") format("opentype");
}

.shopify-section p {
 
}
p {
  color: black;
}
.main_section img {
  width: 100%;
}
.main_product-outer {
  padding-top: 32px;
  padding-bottom: 32px;
}
.main_product-container {
  display: flex;
  gap: 64px;
}
.main_product-container > div {
  width: 100%;
}
.main_product-reviews {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.main_product-reviews img {
  width: 100px;
  display: block;
}
.main_product-reviews p {
  margin: 0;
  line-height: 1.3em;
  font-size: 16px;
}
.main_product-title {
  font-size: 32px;
  margin: 16px 0;
  line-height: 1.3em;
  
  color: #034a4c;
  font-weight: 400;
}
.main-product_price {
 
  display: flex;
  align-items: center;
  margin: 16px 0;
  gap: 12px;
}
.main-product_price h4 {
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
  font-weight: 700;
 
}
.main-product_price s {
  font-size: 18px;
  opacity: 0.8;
  margin: 0;
 
}
.main-product_price span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: black;
  color: white;
  border-radius: 32px;
  padding: 2px 12px;
}
.main_product-feature-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0;
}
.main_product-feature-line > div:nth-child(1) {
  width: 32px;
  display: flex;
  align-items: center;
}
.main_product-feature-line > div:nth-child(2) {
  width: calc(100% - 32px - 12px);
}
.main_product-feature-line p {
  margin: 0;
  line-height: 1.3em;
  font-size: 16px;
}
.product_selector-content {
  padding: 12px;
  border-radius: 8px;
  background: #e6eded;
  margin-bottom: 16px;
  margin-top: 24px;
}
.product_selector-content .product-selector_outer {
  margin-top: 0;
}
.col_pp_atc_usp_line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.col_pp_atc_usp_line > div:nth-child(1) {
  width: 5%;
  display: flex;
  align-items: center;
}
.col_pp_atc_usp_line > div:nth-child(2) {
  width: 100%;
}
.col_pp_atc_usp_line p {
  font-size: 16px;
  margin: 0;
  line-height: 1.3em;
}
.col_pp_atc_usp_line span {
  background: #034A4C;
  padding: 4px 8px;
  border-radius: 4px;
  color: white;
}
.product_payment-icons {
  margin: 16px 0;
  display: block;
  width: 100%;
}
.product_atc-icon-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.product_atc-icon-line > div:nth-child(1) {
  width: 5%;
  display: flex;
  align-items: center;
}
.product_atc-icon-line > div:nth-child(2) {
  width: 100%;
}
.product_atc-icon-line p {
  font-size: 16px;
  margin: 0;
  line-height: 1.3em;
}
.main_product-review-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.main_product-review-meta > div:nth-child(1) {
  width: 15%;
}
.main_product-review-meta > div:nth-child(2) {
  width: 100%;
}
.main_product-review-meta p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.3em;
}
.main_product-review-meta span {
  display: flex;
  align-items: center;
}
.main_product-review-meta p img {
  max-width: 120px;
}
.main_product-review-stars {
  display: block;
  max-width: 100px;
  margin-top: 6px;
}
.main_product-review-content p {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.3em;
  font-size: 16px;
  letter-spacing: 0;
}
.main_product-review-content p:last-child {
  margin-bottom: 0;
}
.main_product-review-content strong {
  font-weight: 600;
}
.main_product-review {
  margin-top: 24px;
  padding: 12px;
  border-radius: 12px;
  background: #F4F6F5;
}
.main_product-tabs-label {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
  margin-top: 24px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main_product-tabs-label img {
  width: 24px;
}
.product_tab-thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.product_tab-thumb p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
}
.product_tab-thumb span {
  display: flex;
  align-items: center;
}
.product_tab-thumb img {
  width: 14px;
  display: block;
  transition: all 0.2s;
}
.product_tab-block.active .product_tab-thumb img {
  transform: rotate(45deg);
}

.product_tab-content {
  padding-top: 16px;
  display: none;
}
.product_tab-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.product_tab-content p:last-child {
  margin-bottom: 0;
}
.product_tab-block {
  margin-bottom: 16px;
  padding: 16px 16px;
  border-radius: 0;
  border-bottom: 1px solid #D3D3D3;
  cursor: pointer;
}
.product_tab-block_out {
  margin-top: 16px;
}
/* Gallery */
.main_product-2nd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 16px 0;
}
.main_product-3rd {
  display: grid;
  margin: 16px 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.main_product-images img {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.main_product-2nd.bottom img {
  aspect-ratio: auto;
}
.main_product-image {
  position: relative;
  display: flex;
  justify-content: center;
}
.main_product-nutrition-info img {
  width: 24px;
}
.main_product-nutrition-info span {
  display: flex;
  align-items: center;
}
.main_product-image-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.main_product-nutrition-info {
  position: absolute;
  bottom: 32px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  line-height: 1.2em;
  max-width: 290px;
  padding: 8px 24px;
  /* left: calc(50% - 140px); */
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid black;
  border-radius: 24px;
  cursor: pointer;
  font-size: 14px;
}
.main_product-point-line {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main_product-point-line p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
}
.main_product-point-line > div:nth-child(1) {
  width: 24px;
}
@media only screen and (max-width: 678px) {
  .main_product-container {
    flex-wrap: wrap;
    gap: 16px;
  }
  .main_product-reviews p {
    font-size: 12px;
  }
  .main_product-reviews img {
    width: 60px;
  }
  .col_pp_atc_usp_line p {
    font-size: 12px;
  }
  .col_pp_atc_usp_line span {
    padding: 2px 4px;
  }
  .main_product-review-meta p {
    font-size: 16px;
  }
  .main_product-review-content p {
    font-size: 16px;
  }
  .main_product-tabs-label {
    font-size: 16px;
  }
  .product_atc-icon-line p {
    font-size: 16px;
  }
  .main_product-feature-line p {
    font-size: 16px;
  }
  .main_product-title {
    font-size: 24px;
  }
  .Desktop_only {
    display: none !important;
  }
  .slick-next {
    right: 24px;
    z-index: 2;
    width: 32px;
    height: 32px;
  }
  .slick-prev {
    left: 24px;
    z-index: 2;
    width: 32px;
    height: 32px;
  }
  .slick-prev::before,
  .slick-next::before {
    display: none !important;
  }
}
@media only screen and (min-width: 678px) {
  .Mobile_only {
    display: none !important;
  }
}
.nutrition_popup-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.nutrition_popup-inner img {
  width: 100%;
}
.nutrition_popup-inner {
  width: 100%;
  max-width: 450px;
  padding: 16px;
  border-radius: 12px;
  position: relative;
  background: white;
}
.nutrition_popup-inner img.nutrition_popup-close {
  position: absolute;
  width: 24px;
  right: 8px;
  top: 8px;
  cursor: pointer;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 1px solid #d5416e;
}
.nutrition_popup-inner .main_product-title {
  margin-top: 0;
}
.centered {
  text-align: center;
}
.main_product-btn {
  display: block;
  padding: 20px;
  cursor: pointer;
  margin: 16px 0;
  background: black;
  text-align: center;
  color: white;
  font-size: 16px;
  border-radius: 8px;
}
.main_product-point-line {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main_product-point-line > div:nth-child(1) {
  width: 16px;
  display: flex;
}
.main_product-point-line p {
  font-size: 12px !important;
  margin: 0;
  line-height: 1.3em;
}
.main_product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.nutrition_image {
  display: block;
}
@media only screen and (max-width: 678px) {
  .main_product-btn {
    font-size: 16px;
    padding: 18px;
  }
  .main_product-points {
    justify-content: flex-start;
  }
  .nutrition_popup-outer {
    padding: 12px;
  }
}

/* Judge me box */
.product_judge-container {
  max-width: 800px;
  margin: auto;
}
.centered {
  text-align: center;
}
.product-section_title {
  font-size: 42px;
  line-height: 1.3em;
  margin: 16px 0;
  font-weight: 400;
  /* font-family: 'MoriSemi' !important; */
  color: #034a4c;
}
.product-section_title span {
  color: black;
}
.product-section_text {
  font-size: 18px;
  margin: 16px 0;
  line-height: 1.3em;
}
.product_judge-outer {
  padding: 56px 0;
}
.product-reviews_trust {
  display: block;
  margin: auto;
  max-width: 200px;
}
@media only screen and (max-width: 678px) {
  .product-section_title {
    font-size: 24px;
  }
  .product-section_text {
    font-size: 16px;
  }
}
.product_icons-grid {
  display: flex;
  gap: 24px;
}
.product_icons-grid > div {
  width: 100%;
  text-align: center;
}
.product_icons-grid img {
  width: auto;
  height: 40px;
  max-width: 40px;
  display: block;
  margin: auto;
  margin-bottom: 16px;
}
.product_icons-grid p.h4title {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.product_icons-grid p {
  font-size: 16px;
  margin: 0;
  line-height: 1.3em;
}
.product_judge-outer.pink {
  background:#e6eded;
  padding: 32px 0;
}
@media only screen and (max-width: 678px) {
  .product_icons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product_icons-grid p.h4title {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Faq */
.product_faq_container {
  max-width: 824px;
  margin: auto;
  border-radius: 16px;
  background: linear-gradient(180deg, #F4F6F5 0%, #e6eded 100%);
  overflow: hidden;
  padding: 32px;
}
.product_faq-thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product_faq-thumb p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
}
.active .product_faq-thumb svg {
  transform: rotate(180deg);
}
.product_faq-thumb svg {
  width: 16px;
  transition: all 0.2s;
}
.product_faq-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
}
.product_faq-content {
  padding-top: 16px;
  display: none;
}
.product_faq-box {
  padding: 20px 24px;
  cursor: pointer;
  border-bottom: 1px solid white;
}
.product_primary-btn {
  font-family: 'Nunito';
  display: inline-block;
  padding: 18px 80px;
  cursor: pointer;
  text-decoration: none;
  color: white;
  background: #034a4c;
  border-radius: 4px;
  font-size: 18px;
  transition: all 0.2s;
  line-height: 1.3em;
  text-align: center;
}
.product_primary-btn:hover {
  opacity: 0.7;
}
.product_primary-btn-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  line-height: 1.3em;
  margin: 16px 0;
  margin-bottom: 0;
}
.product_primary-btn-footer img {
  width: 24px !important;
}
.btn_container {
  margin-top: 24px;
}
@media only screen and (max-width: 678px) {
  .product_faq_container {
    padding: 16px;
  }
  .product_faq-box {
    padding: 16px 0;
  }
  .product_faq-thumb p {
    font-size: 18px;
  }
  .product_faq-content p {
    font-size: 16px;
  }
  .product_primary-btn {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 16px;
  }
}

/* Expert */
.product_expert-outer {
  display: flex;
  gap: 64px;
  padding: 32px;
  align-items: center;
  background: #f7f7f7;
  border-radius: 12px;
  overflow: hidden;
}
.product_expert-outer > div {
  width: 100%;
}
.product_expert-content {
  /* padding: 32px; */
}
.product_expert-content .product-section_title{
  font-size: 32px;
}
.product_expert-media img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.page-width {
  max-width: 1440px !important;
}
.product_subtitle {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
  color: #737373;
}
.product-text p,
.product-text * {
  font-size: 18px;
  line-height: 1.3em;
  margin: 12px 0;
  color: black;
}
.product-text strong{
  font-family: 'MoriSemi' !important;
}
.product-why-text p{
  font-family: 'MADE TOMMY';
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 678px) {
  .product_expert-outer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product_expert-content {
    padding: 16px;
  }
  .product_judge-outer.mobileGrey {
    background: #f7f7f7;
  }
  .product_expert-outer {
    background: white;
  }
  .product_judge-outer {
    padding: 32px 0;
  }
}

.product_stats-outer img {
  width: 100%;
}
.product_stats-outer {
  display: flex;
  align-items: center;
}
.product_stats-outer > div:nth-child(1) {
  width: 100%;
}
.product_stats-outer > div:nth-child(2) {
  width: 70%;
}
@media only screen and (max-width: 678px) {
  .product_stats-outer > div:nth-child(2) {
    width: 100%;
  }
  .product_stats-outer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
}

.product_ingredients-checks {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin: 24px 0;
}
.product_ingredient-checks-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product_ingredient-checks-line > div:nth-child(1) {
  width: 20px;
}
.product_ingredient-checks-line > div:nth-child(2) {
  width: 100%;
}
.product_ingredient-checks-line div {
  display: flex;
  align-items: center;
}
.product_ingredient-checks-line p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
}
.section_container img {
  width: 100%;
}
.product_ingr-block {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #fff7f8;
  margin: 32px 0;
}
.product_ingr-block > div:nth-child(1) {
  width: 10%;
}
.product_ingr-block > div:nth-child(2) {
  width: 100%;
}
.product_ingredients-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.product_ingredients-flex > div {
  width: 100%;
}
.product_ingr-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.product_ingr-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
}
.product_ingredients-flex img {
  width: 100%;
}
@media only screen and (max-width: 678px) {
  .product_ingredients-flex {
    flex-wrap: wrap;
    gap: 0;
  }
  .product_ingr-block {
    margin: 16px 0;
  }
  .product_ingr-block:last-child {
    margin-bottom: 0;
  }
  .product_ingr-title {
    font-size: 16px;
  }
  .product_ingredients-checks {
    flex-wrap: wrap;
    gap: 8px;
  }
  .product_ingredient-checks-line p {
    font-size: 16px;
  }
  .product_ingredient-checks-line > div:nth-child(1) {
    width: 14px;
  }
  .product_ingredient-checks-line {
    gap: 8px;
  }
}

/* INside */
.product_section-inside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.product-inside_block-thumb {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-inside_block-thumb > div:nth-child(1) {
  width: 35%;
  display: flex;
  align-items: center;
}
.product-inside_block-thumb > div:nth-child(2) {
  width: 100%;
  display: flex;
  align-items: center;
}
.product-inside_block-thumb > div:nth-child(3) {
  width: 15%;
}
.product-inside_block-thumb p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.product-inside_block {
  border: 1px solid #d2d2d2;
  border-radius: 32px;
  padding: 8px;
}
.product_inside-plus {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.product-inside_block-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
}
.product-inside_block-content {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  display: none;
}
.product-inside_block {
  cursor: pointer;
}
.active .product_inside-plus img {
  transform: rotate(45deg);
}
.product-section_small_title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 678px) {
  .product_section-inside-grid {
    grid-template-columns: 1fr;
  }
}

/* Text image */
.product_text-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media only screen and (min-width: 678px) {
    .product_text-image.reversed{
        flex-direction: row-reverse;
    }
}

.product_text-image > div {
  width: 100%;
}
.product_text-image img {
  width: 100%;
}
.product_text-image .btn_container {
  max-width: 495px;
}
.product_text-image .product_ingredient-checks-line {
  margin: 12px 0;
}
.product_text-image-points {
  padding: 1px 0;
}
.product_text-image-reviews {
  max-width: 350px;
}
@media only screen and (max-width: 678px) {
  .product_text-image {
    flex-wrap: wrap;
    gap: 0;
  }
  .product_text-image-reviews {
    max-width: 250px;
    margin: auto;
    display: block;
  }
  .product_textimage-content .product_ingredient-checks-line p {
    text-align: left;
    font-size: 16px;
  }
  .product_textimage-content
    .product_ingredient-checks-line
    > div:nth-child(1) {
    width: 20px;
  }
}
.product-image_box {
  padding: 24px 0;
}
.product-image_box img {
  width: 100%;
}
.product_ugc-video {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product_ugc-video img.product_ugc-play {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.product_ugc-video video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 9/16;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.product_ugc-video img {
  width: 100%;
}
.product_ugc-container .slick-slide,
.product_review-container .slick-slide {
  padding: 8px;
}
.product_ugc-container .slick-dots,
.product_review-container .slick-dots {
  width: 100%;
  max-width: calc(100% - 200px);
  display: flex;
  gap: 0;
}
.product_ugc-container .slick-dots li,
.product_review-container .slick-dots li {
  margin: 0;
  width: 100%;
}
.product_ugc-container .slick-dots li button,
.product_review-container .slick-dots li button {
  padding: 0;
  height: 4px;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.product_ugc-container .slick-dots li.slick-active button,
.product_review-container .slick-dots li.slick-active button {
  background: #d5416e;
}
.product_ugc-container .slick-dots li button:before,
.product_review-container .slick-dots li button:before {
  display: none !important;
}
.product_ugc-container,
.product_review-container {
  margin-bottom: 40px !important;
}
.product_carousel-outer {
  position: relative;
}
.product_ugc-carousel-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  margin-top: -50px;
}
.product_ugc-carousel-nav img {
  width: 100%;
  max-width: 32px;
}
.product_carousel-prev {
  cursor: pointer;
}
.product_carousel-next {
  cursor: pointer;
}
.product_carousel-outer .slick-next,
.product_carousel-outer .slick-prev {
  display: none !important;
}
.Product-ugc-stars {
  max-width: 300px;
  margin: auto;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (max-width: 678px) {
  .product_ugc-container .slick-dots,
  .product_review-container .slick-dots {
    max-width: calc(100% - 100px);
  }
  .product_ugc-carousel-nav {
    padding-right: 16px;
  }
  .product_ugc-container .slick-dots,
  .product_review-container .slick-dots {
    padding-left: 8px;
  }
}

.product_revcar_block img.mainImg {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.3/1;
  border-radius: 8px;
  overflow: hidden;
}
.product_revcar-meta img {
  width: 100%;
}
.product_revcar-meta {
  font-size: 16px;
  line-height: 1.3em;
  margin: 8px 0;
  margin-top: 0;
  gap: 8px;
  align-items: center;
  display: flex;
}
.product_revcar-verified {
  max-width: 110px;
}
.product_revcar-trust {
  max-width: 60px;
}
.product_revcar-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: #d5416e;
  color: white;
  font-size: 16px;
  margin: 0px 0;
  line-height: 1.2em;
}
.product_revcar-text {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.3em;
}
.product_revcar-content {
  padding: 12px;
}
.product_revcar_block {
  min-height: 550px;
  border: 1px solid #00000040;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 678px) {
  .product_revcar_block {
    min-height: 525px;
  }
  .product_revcar-meta {
    justify-content: space-between;
  }
  .product_carousel-outer {
    position: relative;
    margin-left: -8px;
    width: calc(100% + 24px);
  }
}

.product_section-subtitle {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.product_section-subtitle img {
  width: 24px;
  display: block;
  margin: auto;
}
.product_info-bottom-grid {
  display: flex;
  gap: 16px;
}
.product_info-bottom-grid > div {
  width: 100%;
}
.product_info-cell {
  padding: 32px;
  border-radius: 8px;
}
.product_info-cell.red {
  background: #ffe2e2;
}
.product_info-cell.green {
  background: #e6ffd3;
}
.product_info-cell h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
}
.product_info-cell-text p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 14px 0;
}
.product_info-poor-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
  font-size: 16px;
  line-height: 1.3em;
}
.product_info-poor-line span {
  display: flex;
  align-items: center;
}
.product_info-poor-line img {
  width: 20px;
  display: block;
}
.product_info-top-grid {
  margin-top: 40px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
.product_info-block {
  background: #fff7f8;
  border-radius: 12px;
  overflow: hidden;
}
.product_info-block img {
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1.5/1;
  width: 100%;
}
.product_info-block h3 {
  font-size: 32px;
  line-height: 1.3em;
  margin: 8px 0;
  color: #d5416e;
  text-align: center;
}
.product_info-block p {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0px 0;
  margin-bottom: 16px;
  padding: 0 16px;
}
@media only screen and (max-width: 678px) {
  .product_info-top-grid {
    flex-wrap: wrap;
  }
  .product_info-bottom-grid {
    flex-wrap: wrap;
  }
  .product_info-cell {
    padding: 16px;
  }
  .product_section-subtitle {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .product_info-block {
    display: flex;
    align-items: center;
  }
  .product_info-block > div:nth-child(1) {
    width: 100%;
  }
  .product_info-block > div:nth-child(2) {
    width: 100%;
  }
  .product_info-block.in_2,
  .product_info-block.in_4 {
    flex-direction: row-reverse;
  }
  .shopify-section {
    overflow-x: hidden;
  }
  .main_product-image-carousel_thumbs .slick-slide {
    padding: 0 4px;
  }
}

/* Homepage banner */
.home_banner-outer {
  padding: 80px 0;
  padding-top: 120px;
  display: flex;
  align-items: center;
}
.home_banner-subtitle {
  font-size: 16px;
  line-height: 1.3em;
  color: white;
  padding: 6px 20px;
  border-radius: 24px;
  border: 2px solid white;
  display: inline-block;
 
}
.home_banner-title {
  font-size: 56px;
  color: white;
  margin: 16px 0;
  font-weight: 400;
  font-family: MADE TOMMY;
}
.home_banner-outer .page-width {
  width: 100%;
}
.home_banner-text {
  color: white;
  font-size: 18px;
  line-height: 1.3em;
  margin: 16px 0;
 
}
.home_banner-btn:hover {
  background: #f36b94;
}
.home_banner-btn {
  display: inline-block;
  padding: 24px 32px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  background: #d5416e;
  border-radius: 8px;
  cursor: pointer;
  margin: 24px 0;
  font-weight: 600;
 
  transition: all 0.2s;
}
.home_banner-revies-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home_banner-revies-text span {
  display: flex;
}
.home_banner-revies-text img {
  width: 100%;
  max-width: 16px;
}
.home_banner-review-box {
  padding: 16px;
  border-radius: 12px;
  background: #fff7f8;
}
.home_banner-review-text {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0;
 
  font-weight: 400;
}
.home_banner-review-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.home_banner-review-info img {
  max-width: 80px;
}
.home_banner-review-info p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
 
  font-weight: 400;
}
.home_banner-reviews {
  max-width: 400px;
}
.home_banner-reviews .slick-dots {
  text-align: right;
  bottom: 10px;
  right: 10px;
}
.home_banner-reviews .slick-dots li button:before {
  display: none;
}
.home_banner-reviews .slick-dots li.slick-active button {
  width: 24px;
  background: #d5416e;
}
.home_banner-reviews .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #d9d9d9;
  margin: 0;
  transition: all 0.2s;
}
.home_banner-reviews .slick-dots li {
  margin: 0;
  transition: all 0.2s;
}
.home_banner-reviews .slick-dots li.slick-active {
  width: 32px;
}
@media only screen and (max-width: 678px) {
  .home_banner-title {
    font-size: 42px;
  }
  .home_banner-subtitle {
    text-align: center;
    margin-bottom: 0;
  }
  .home_banner-text {
    font-size: 14px;
  }
  .home_banner-text.home_banner-revies-text {
    font-size: 12px;
    justify-content: center;
    gap: 4px;
  }
  .home_banner-text.home_banner-revies-text img {
    max-width: 10px;
  }
  .home_banner-content {
    text-align: center;
  }
  .home_banner-btn {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
  }
  .home_banner-review-text {
    font-size: 14px;
    text-align: left;
  }
  .home_banner-outer {
    padding-bottom: 260px;
    padding-top: 80px;
  }
  .section-header {
    overflow: unset !important;
  }
}

.product_why-bloating-grid {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.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: 920px;
  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_how-nothing {
  padding-top: 0;
}
.product_judge-outer.outer_why-bloating {
  padding-bottom: 0;
}
.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;
  }
@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;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .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: #f7f7f7;
  padding: 24px;
  text-align: center;
}
.product_why-nothing-cell-inn h4 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  font-family: 'MoriSemi' !important;
}
.product_why-nothing-pink {
  background: #ffe3e3;
  padding: 8px 16px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 16px;
  /* min-height: 140px; */
}
.product_why-nothing-subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
}
.product_why-nothing-text {
  font-size: 16px;
  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 h4{
    font-size: 16px;
  }
  .product_why-nothing-cell-inn {
    padding: 16px;
  }
  .product_why-nothing-pink {
    margin-top: 16px;
    min-height: auto;
  }
  .product_why-nothing-cell{
    display: flex;
  }
  .product_why-nothing-cell > div{
    width: 100%;
    gap; 0;
  }
  /* .product_why-nothing-cell:nth-child(2),
  .product_why-nothing-cell:nth-child(4),
  .product_why-nothing-cell:nth-child(6){
    flex-direction: row-reverse;
  } */
}
.product_judge-outer.product_lymphg-ingr-outer {

}
.product_judge-outer.product_lymphg-ingr-outer img {
  width: 100%;
}
.product_lymph-ingr-table {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: white;
  border-radius: 12px;
  border: 0.5px solid black;
  overflow: hidden;
}
.product_lymph-ingr-table-small {
  max-width: 580px;
  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: #0c7c00;
  background-image: url("https://cdn.shopify.com/s/files/1/0917/5649/5191/files/check-mark_17013456_2_1.png?v=1760702838");
  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 {
  padding-left: 32px;
  color: #a60003;
  background-image: url("https://cdn.shopify.com/s/files/1/0917/5649/5191/files/Vector_7.png?v=1760702839");
  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: #ffe3e3;
}
.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: #e6eded;
}

.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_text *{
  font-size: 18px;
  line-height: 1.3em;
  margin: 6px 0;
}
.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_text *{
    font-size: 18px;
    line-height: 1.3em;
    margin: 6px 0;
  }

  .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;
  font-family: 'Nunito';
}

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

.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: #f7f2e7;
  padding: 70px 0;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.outer_how-nothing  {
  font-size: 28px;
  font-weight: 700;
  color: #1c1b1b;
  margin-bottom: 35px;
}

.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: #F4F6F5;
  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;
  line-height: 1.3em;
}

.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: #386A4A;
  font-size: 22px;
  padding: 5px 16px;
  border-radius: 8px;
  margin-bottom: 2px;
  color: #B9E2C9;
  font-family: 'MADE TOMMY';
}

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

.expectation_text {
  font-size: 16px;
  color: #323232;
  line-height: 1.3em;
}

.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_text{
  font-size: 16px;
}
.what_to_expect_subtitle{
  font-size: 16px;
}
  .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{
  font-family: 'Nunito';
}
@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%;
}
.seq_product_ingredients-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 40px 0;
  margin-bottom: 16px;
}
.seq_product_ingredient-block{
  padding: 16px;
  background: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
}
.seq_product_ingredient-block h4{
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
}
.seq_ingr-subtitle{
  font-size: 22px;
  line-height: 1.3em;
  margin: 8px 0;
  color: #2B5239;
  font-weight: 600;
}
.seq_ingr-header{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 12px 0;
}
.seq_ingr-header > div:nth-child(1){
  width: 20%;
}
.seq_ingr-header > div:nth-child(2){
  width: 100%;
}
.seq_ingr-header h3{
  margin: 4px 0;
  font-size: 22px;
  color: #2B5239;
  line-height: 1.3em;
}
.seq_ingr--info{
  font-size: 14px;
  line-height: 1.3em;
  margin: 0;
}
.seq_ingr-textbox *{
  font-size: 16px;
  line-height: 1.5em;
  margin: 6px 0;
  color: #4B4B4B;
}
@media (max-width: 768px) {
  .seq_product_ingredients-grid{
    grid-template-columns: 1fr;
  }
}


.bpc_long_wrapper {
    max-width: 900px;
    margin: 24px auto;
    text-align: center;
  }

  .bpc_long_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .bpc_long_tablebox {
    background-color:#e6eded;
    border: 2px solid #8a8474;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
  }

  .bpc_long_row {
    display: flex;
    padding: 18px 20px;
  }

  .bpc_long_row:not(:last-child) {
    border-bottom: 1px solid #bdb49f;
  }

  .bpc_long_header {
    font-size: 20px;
    font-weight: 700;
  }

  .bpc_long_col_left {
    width: 50%;
    font-weight: 700;
  }

  .bpc_long_col_right {
    width: 100%;
    color: #555;
  }

  .bpc_long_header .bpc_long_col_left,
  .bpc_long_header .bpc_long_col_right {
    font-weight: 700;
    color: #000;
  }
  .bpc_long-text{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
  }
  .bpc_long-label{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
  }
  .bpc_long_tablebox h2{
    font-size: 22px;
    line-height: 1.3em;
    margin: 0;
  }

  .bpc_long-arrow{
    display: block;
    margin: 12px auto;
    max-width: 40px;
  }

  @media (max-width: 640px) {
     .bpc_long-arrow{
      display: block;
      margin: 12px auto;
      max-width: 32px;
    }
    .bpc_long_row {
      gap: 8px;
    }

    .bpc_long_col_left {
     width: 60%;
    }
     .bpc_long-text{
      font-size: 14px;
      line-height: 1.3em;
      margin: 0;
    }
    .bpc_long-label{
      font-size: 14px;
      line-height: 1.3em;
      margin: 0;
    }
    .bpc_long_tablebox h2{
      font-size: 18px;
      line-height: 1.3em;
      margin: 0;
    }
  }

  .product_tab_review-box{
    padding: 12px;
    border-radius: 8px;
    background: #e6eded;
    margin-bottom: 12px;
  }
  .product_tab_review-stars{
    display: block;
    max-width: 80px;
  }
  .product_tab_review-title{
    font-size: 16px;
    line-height: 1.3em;
    margin: 8px 0;
    color: black;
    font-family: 'MoriSemi' !important;
  }
  @media (max-width: 640px) {
    .product_tab_review-title{
      font-size: 14px;
    }
    .product_tab_review-text *{
      font-size: 12px !important;
    }
    .product_tab_review-stars{
      max-width: 65px;
      margin-bottom: 6px;
    }
  }