/** Shopify CDN: Minification failed

Line 237:0 Unexpected "}"
Line 243:1 Expected "}" to go with "{"

**/
/* .more-effective-formula{
  padding-bottom: 100px;
} */
.more-effective-formula .me-formula-wrapper{
    /* max-width: 1150px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #50758d;
    padding-top: 50px;
    padding-bottom: 150px;
}
.more-effective-formula .logo-text{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.more-effective-formula .logo-text svg{
  width: 100%;
  max-width: 205px;
      height: 40px;
}

.more-effective-formula .me-formula-wrapper .section-heading{
    color: #fff;
    font-size: clamp(1.75rem, .6591rem + 2.2727vw, 2.5rem);
    max-width: 850px;
    line-height: 1.1;
    margin: 15px auto;
}
.more-effective-formula h3{
  color: #fff;
}
.more-effective-formula .formula-title{
   color: #fff;
  font-size: 24px;
}
.more-effective-formula .formula-content{
   color: #fff;
   font-size: 18px;
}
.more-effective-formula .me-formula-wrapper .sub-heading{
    max-width: 750px;
    line-height: 1.3;
    margin: 15px auto;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.more-effective-formula .hydralyte-support{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 30px;  
}

.more-effective-formula .formula-btn{
    text-transform: uppercase;
    font-weight: 700;
    background: var(--c-accent);
    color: var(--c-light);
    /* padding: 10px 80px; */
    border-radius: 100vmax;
    text-decoration: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    min-height: 45px;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 10px;
    width: 100%;
    max-width: 300px;
    margin-top: 50px;
}

.more-effective-formula .formula{
    /* padding: 1rem; */
    text-align: center;
    height: 100%;
}

.more-effective-formula .hydralyte-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    grid-auto-rows: 1fr; /* Equal height rows */
    margin-bottom: 2rem;
}

.more-effective-formula .formula-heading{
     text-align: center;
    font-size: 28px;
}
.more-effective-formula .formula-heading span{
   font-size: 35px;
}
.more-effective-formula .brand-main-title{
   color: #7bb0da;
  font-size: 28px;
  text-align: center;
}
.more-effective-formula .brand-title{
  color: #7bb0da;
  font-size: 24px;
}
.more-effective-formula .formula{
      display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
 
@media(max-width: 990px){
  .more-effective-formula .formula-heading {
    font-size: 26px;
}
  .more-effective-formula .brand-main-title{
    font-size: 26px;
  }
 .more-effective-formula .hydralyte-support{
    gap: 30px;
  }
  .more-effective-formula .brand-title{
    font-size: 22px;
  }
  .more-effective-formula .formula-title{
    font-size: 22px;
  }
  .more-effective-formula .formula-content {
    font-size: 18px;
}
  .more-effective-formula .formula-heading span {
    font-size: 28px;
}
}
@media(max-width: 767px) {
.more-effective-formula .formula-btn {
        font-size: 14px;
        width: :100%;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 25px;
    }
  .more-effective-formula .me-formula-wrapper .sub-heading {
    font-size: 18px;    
  }
.more-effective-formula .formula-content {
     display: block;
  }
.more-effective-formula .rtnu-wrapper{
  width: 100%;
}
 .more-effective-formula .me-formula-wrapper {
        padding-top: 20px;
        padding-bottom: 120px;
        padding-left: 15px;
        padding-right: 15px;
 }
}

@media(max-width: 549px){
  .more-effective-formula .me-formula-wrapper{
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .more-effective-formula .logo-text svg {
    height: 28px;
  }
 .more-effective-formula .formula-btn {
    max-width: 239px; 
    padding-top: 10px;
    margin: 0px auto 0;
    display: none;
  }

  .more-effective-formula .hydralyte-wrapper .formula .svg-icon,
   .more-effective-formula .hydralyte-wrapper .formula svg{
    width: 25px;
    height: 25px;
  }

.more-effective-formula .hydralyte-wrapper .formula .svg-icon{
  margin-bottom: 5px;
  }
  .more-effective-formula .formula-heading span {
    font-size: 22px;
}
.more-effective-formula .me-formula-wrapper .sub-heading {
    font-size: 18px; 
          margin-top: 0px;
  }
  .more-effective-formula .hydralyte-wrapper {
    gap: 15px;
    grid-template-columns: 1fr;
  }
   .more-effective-formula .formula-heading {
    font-size: 22px;
}
  .more-effective-formula .brand-main-title{
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
  }
 .more-effective-formula .hydralyte-support{
    gap: 10px;
    margin-top: 20px;
  }
  .more-effective-formula .brand-title{
    font-size: 18px;
  }
  .more-effective-formula .formula-title{
    font-size: 18px;
  }
  .more-effective-formula .formula-content {
    font-size: 14px;
}
  .more-effective-formula .me-formula-wrapper .section-heading{
    text-align: center;
  }
     }
  .more-effective-formula .hydralyte-wrapper {
    margin-bottom: 0rem;
}
}

@media (min-width: 549px) {
    .more-effective-formula .formula-content br{
       display: none;
 
}