/** Shopify CDN: Minification failed

Line 931:0 Unexpected "}"

**/
.root-cause-banner {
    text-align: center;
    padding: 80px 20px;
}

.root-cause-banner__container {
    max-width: 1200px;
    margin: 0 auto;
}

.root-cause-banner__title {
    color: #000;
    margin-bottom: 20px;
    font-family: Clearface;
    font-weight: 500;
    font-size: 54px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;

}

.root-cause-banner__subtitle {
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    font-weight: 300;
    margin-bottom: 50px;
    font-family: BrutGrotesque;
}

.root-cause-banner__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 50px;
}

.root-cause-banner__tag {
    background-color: #F8D8B0;
    color: #000;
    padding: 16px 32px;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    font-family: BrutGrotesque;
}

.root-cause-banner__footer {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    font-family: Clearface;
}

/* Responsive */
@media (max-width: 768px) {
    .root-cause-banner__title {
        font-size: 28px;
    }


    .root-cause-banner__subtitle {
      font-size: 15px;
    }

    .root-cause-banner__tag {
        font-size: 16px;
        padding: 12px 24px;
        width: 100%;
    }

    .root-cause-banner__footer {
        font-size: 18px;
    }
}

.pms-support {
    background-color: #FEF3F2;
    padding: 80px 20px;
    margin-top:20px;
  }

  .pms-support__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }

  /* Imagen */
  .pms-support__image {
    flex: .4;
    text-align: center;
  }

  .pms-support__image img {
    width: 100%;
    max-width: 666px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-right:0!important;
  }

  /* Texto */
  .pms-support__content {
    flex: .6;
  }

  .pms-support__title {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 40px;
    font-family: Clearface;
    max-width: 570px;
  }

  .pms-support__list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 620px;
  }

  .pms-support__item {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    border-bottom: 1px solid #000000;
    padding: 15px 0;
    font-family: BrutGrotesque;
    font-weight: 300;
    display:flex;
    &:last-child{
      border-bottom:0;
    }
    span{
      margin-right:15px;
      @media (max-width: 768px) {
        margin-right:8px;
      }
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    .pms-support {
      padding-top:20px;
      padding-bottom:0;
      background-color:#FEF3F2;
      margin-top:0;
    }
    .pms-support__container {
      flex-direction: column;
      text-align: center;
      gap: 40px;
    }
    .pms-support__content{
      margin-right:-20px;
      margin-left:-20px;
      background-color: #FEF3F2;
      padding:60px 20px 30px;
      width: calc(100% + 40px);
    }

    .pms-support__title {
      font-size: 28px;
      margin-bottom: 30px;
      line-height:1.05;
      text-align:left;
      max-width: 100%;
    }

    .pms-support__item {
      font-size: 16px;
      padding: 20px 0;
      text-align:left;
    }
  }


  .whats-inside {
    padding: 80px 20px;
    text-align: center;
    background-color: #fff;
  }

  .whats-inside__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .whats-inside__title {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    font-family: Clearface;
    line-height:1.1;
  }

  .whats-inside__tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
  }

  .whats-inside__tab {
    border: none;
    padding: 10px 40px;
    border-radius: 9999px;
    background-color: #f3f3f3;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-family: 'BrutGrotesque';
    font-weight: 600;
    color: #000;
  }

  .whats-inside__tab.active {
    background-color: #f9e0b3;
    color: #000;
  }

  .whats-inside__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .whats-inside__image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  }

  .whats-inside__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .whats-inside__ingredient {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Inter;
    margin-top: 16px;
    color:#000;
  }

  .whats-inside__description {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    max-width: 260px;
    margin:auto;
  }

  /* Slick arrows */
  .slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 28px;
  }

  .slick-dots li button:before {
    color: #000;
  }

  @media (max-width: 768px) {
    .whats-inside__title {
      font-size:34px;
    }
    .whats-inside__image {
      width: 150px;
      height: 150px;
    }
    .whats-inside__tabs {
        flex-flow:wrap;
        margin-bottom:40px;
    }
    .whats-inside__tab.short_mobile{
      span{
        display:none;
      }
      &::before{
        content:attr(data-tab);
      }
    }
  }

  .better-together {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
}

.better-together__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: Clearface;
  color: #000;
}

.better-together__subtitle {
  font-size: 20px;
  color: #000;
  margin-bottom: 60px;
  font-family: BrutGrotesque;
  font-weight: 300;
}

.better-together__offer {
  background: #FACA93;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  max-width:100%;
  white-space: nowrap;
}

.better-together__products {
  border: 1px solid #FACA93;
  border-radius: 16px;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.better-together__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FACA93;
  padding: 20px 0;
  position:relative;
}

.better-together__item:last-child {
  border-bottom: none;
}

.better-together__image img {
  width: 90px;
  border-radius: 12px;
  background: #f5f5f5;
}

.better-together__info {
  text-align: left;
  flex: 1;
  margin: 0 20px;
  padding-left:10%;
  color:#000;
}
.better-together__info h3{
  font-family: "Contax Sans 55";
  font-weight:300;
  margin-bottom: 10px;
  font-size:22px;
}

.better-together__price-old {
  text-decoration: line-through;
  color: #555;
  margin-right: 6px;
  font-family: BrutGrotesque;
}

.better-together__price-new {
  font-weight: bold;
  color: #000;
  font-weight:400;
  font-family: BrutGrotesque;
}

.btn-learn-more {
  background: #FFB359;
  color: #000;
  font-family: BrutGrotesque;
  font-weight: 400;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-learn-more:hover {
  background: #e7a85b;
}

.better-together__plus {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0 34px;
  line-height: 0;
  position: relative;
  z-index: 9;
  margin-top: -.5px;
  color:#000;
}
.better-together-right-text{
  flex:1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.better-together__desc{
  font-family: BrutGrotesque;
}

@media (max-width: 768px) {
  .better-together__image {
    line-height:0;
    img{
      width:120px;
    }
  }
  .better-together__offer{
    position: static;
    transform: translateX(0%);
    white-space:normal;
    margin-bottom: 0px;
    line-height:1.1;
  }
  .better-together{
    padding-bottom:20px;
  }
  .better-together__title {
    font-size:34px;
    text-align:left;
    line-height: 1;
  }
  .better-together__subtitle {
    font-size:14px;
    text-align:left;
    margin-bottom:0px;
    font-size:26px;
    line-height: 1.2;
  }
  .better-together-right-text {
    flex-direction: column;
    align-items:flex-start;
    padding-left:20px;
  }
  .better-together__info{
    margin:-5px 0 5px !important;
  }
  .better-together__info h3,
  .better-together__desc{
    margin-bottom:0;

  }
  .better-together__plus {
    padding: 5px 50px;
  }
  .better-together-hyphene{
    display:none;
  }
  .better-together__info h3 span{
    display:none;
  }
  .better-together-mobile-price{
    display:block !important;
  }
  .better-together__item{
    border-bottom:0;
  }
  .better-together__products{
    border:0;
  }
  .better-together .container{
    border: 1px solid #FACA93;
    border-radius: 16px;
  }
  
  .better-together__info {
    margin: 15px 0;
    padding-left:0;
  }

  .better-together__button {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .better-together__products {
    padding: 20px;
  }
  .better-together__title{
    padding: 30px 20px 0;
  }
  .better-together__subtitle{
    padding:0 20px;
    font-size:16px;
  }
  .btn-learn-more{
    padding: 6px 24px;
  }
}
@media (max-width: 476px) {
  .better-together__info h3{
    line-height:1;
    margin-bottom:5px;
    font-size:18px;
  }
  .better-together__desc{
    line-height:1.1;
    font-size:12px;
  }
  .btn-learn-more {
    padding: 4px 20px;
    font-size:12px;
  }
  .better-together__button {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.support-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background-color: #fff;
}

.support-section__container {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
}

.support-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.support-section__image {
  flex: 1;
}

.support-section__content {
  flex: 1;
  padding: 60px 50px;
  display: flex;
 
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.support-section__title {
  font-size: 40px;
  font-weight: 500;
  max-width: 350px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: Clearface;
}

.support-section__text {
  font-family: BrutGrotesque;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
}

.support-section__button {
  display: inline-block;
  background-color: #FFB359;
  font-family: BrutGrotesque;
  color: #000;
  padding: 8px 40px;
  border-radius: 40px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s ease;
  align-self: start;
  font-size: 20px;
}

.support-section__button:hover {
  background-color: #e3a866;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .support-section__container {
    flex-direction: column;
  }

  .support-section__content {
    padding: 40px 20px;
    display:block;
    text-align: left;
  }

  .support-section__button {
    align-self: center;
  }

  .support-section__title {
    font-size: 34px;
    margin-right: 0;
    max-width: 300px;
  }
  .support-section__text {
    font-size: 16px ;
  }

  .support-section__button {
    font-size: 15px;
  }
}

.bredcrumbWrap {
  visibility: hidden;
}

.product-action button {
  background-color: #FF6E08;
  border-color: #FF6E08;
  text-transform: capitalize;
  font-family: BrutGrotesque;
  font-weight: 500;
  font-size: 18px;
}

.product-single__description {
  font-family: BrutGrotesque;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-size: 18px;
}

.product-single__meta h1{
  font-family: Clearface;
  font-weight: 500;
  font-size: 35px;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
  @media (max-width: 768px) {
    font-size: 34px;
  }
}

.product-single__meta .title-tag-new-template {
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  display: block;
  font-family: BrutGrotesque;
  color:#000;
}

.product-single__meta .formula-text-new-template {
  display: block;
  font-family: BrutGrotesque;
  font-weight: 300;
}

.product-single__description {
  margin-top: 20px;
}
.product-single__description span:first-child{
  display:block;
  margin-top:20px;
}
.sumtabs.mb5.bg{
  margin-bottom:0;
}
.sumtabs summary {
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  font-family: Clearface;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #000;
  padding: 12px 0px;
}

.sumtabs[open] summary {
  background-color: #fff;
  color: #000;
}
.sumtabs .at{
  font-size:22px;
}
.sumtabs .rte p{
  font-family: BrutGrotesque;
  font-size:14px;
  color: #000;
  font-weight: 100;
}
.sumtabs .rte strong {
  font-weight:500!important;
}
.subscription-selector_type_2,
variant-selects {
  margin-top: 20px !important;
  margin-bottom: 20px !important;

  .header {
    display: none;
  }

  .product-form__input {
    flex-wrap: nowrap;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
  }

  .swatchLbl.color {
    border: none;
    box-shadow: none;
    margin-bottom: 8px;
    width: 100%;
    height: 100%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
  }
  
  .tooltip-label {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    color: #000;
    transition: none;
    bottom: -35px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;

  }
  .tooltip-label::before {
    display: none;
  }

  .swatchLbl:hover .tooltip-label {
    bottom: -35px;
  }

  .swatchInput:checked + .swatchLbl {
    border: 1px solid #FF6E08;
  }

  .swatchLbl:not(.color){
    border: 1px solid #CDCAC2 !important;
    border-radius:8px;
    display:flex;
    justify-content:space-between;
    padding: 10px 15px;
    background: #fff !important;
    height: auto;
    span{
      font-family: 'Brutgrotesque', sans-serif;
      font-size: 16px;
      color: #000;
      cursor: pointer;
      position: relative;
      line-height: 1.75;
      text-align:left;
      small{
        display:block;
        line-height: 1.4;
        font-size: 12px;
        font-weight: 300;
      }
    }
    .price{
      display:block !important;
      margin-left:10px;
    }
    &>span:not(.price){
      padding-left:25px;
    }
  }

  .swatchLbl::after {
    content: '';
    border: 2px solid #fff;
    outline: 2px solid #D7D7D7;
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 16px;
    border-radius: 20px;
  }
  input[type="radio"]:checked + .swatchLbl::after {
    outline: 2px solid #EA8741;
    background: #EA8741;
  }

}
.subscription-selector_type_2{
  display:flex;
  flex-direction:column;
  gap: 10px;
  .swatchLbl{
    padding: 15px 15px !important;
    span {
      line-height:1.2 !important;
      span{
        span{
          font-weight:300;
        }
        small{
          line-height: 1 !important;
        }
      }
    }
  }
  .subscription-selector-block:nth-child(3){
    .swatchLbl{
      padding-top:9px !important;
      padding-bottom:9px !important;
      .price{
        padding-top:6px;
      }
    }
  }
  .subscription-buy-button {
    background-color: #FF6E08;
    text-transform: capitalize;
    font-family: BrutGrotesque;
    font-weight: 500;
    font-size: 18px;
    height: 45px;
    margin-top: 10px;
    border:1px solid #FF6E08;
    color: #fff;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 12px 24px;
    border-radius: 30px;
    letter-spacing: 1px;
    line-height: 1;
    &:hover{
      background-color: #fff;
      color: #000;
      border: 1px solid #000;
    }
  }
}

.home-page-title-text {
  margin-top: 40px;
  .fullwidth{
    display:flex;
    flex-direction:column-reverse;
  }
  .tc:first-child{
    margin-bottom:0;
    @media (min-width: 768px) {
      display:none;
    }
    img{
      max-width:35px;
    }
  }
  h2 {
    font-family: Clearface;
    font-weight: 500;
    color: #000;
    font-size: 24px;
  }
}

@media(min-width: 992px) {
  .home-page-main-hero .custom-content > div:first-child {
    width: 40%;
  }
  .home-page-main-hero .custom-content > div:last-child {
    width: 60%;
  }

  .home-page-main-hero .custom-text
}


.accordian-section .container {
  max-width: 1300px!important;
}

.home-page-main-hero {
  padding:0;
  @media only screen and (min-width: 768px) {
    background-image:none !important;
  }
  @media only screen and (max-width: 768px) {
    height: 150vw;
    display:flex;
    align-items:flex-end;
    margin-bottom:-40px;
    .custom-content {
      margin-bottom:0;
    }
    .custom__item{
      &:last-child{
        display:none;
      }
    }
    .custom-text{
      padding-bottom:20px;
      h2.ttlSubTxt{
        display:none;
      }
      h1.ttlTxt{
        color:#fff !important;
        max-width: 290px;
      }
      .ttlTxt p{
        font-family: BrutGrotesque;
        color:#fff !important;
        max-width: 55%;
      }
    }
  }

  .custom-text .ttlTxt p { 
    font-family: BrutGrotesque;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
  }
}

.thrive-through-section {

  .imgWrapper {
    border-radius: 16px;
  }
}

.header-bar-image {
  width:100%;
  margin: -1px;

  .desktop {
    display: none;
  }
  
  img {
    width: 100%;
    height: auto;
  }

  @media(min-width: 768px) {
    .mobile {
      display: none;
    }

    .desktop {
      display: block;
    }
  }
}

.subscription-selector-block{
  background-color:#fff !important;
  padding: 0 !important;
  border: 0 !important;
}

.check-icon {
  padding-right:5px;
  margin-bottom: -3px;
}
.product-single__description {
  font-size:16px;
}


.whats-inside {
  padding-top:0px!important;
}
.better-together {
  padding-top:0px!important;
}