/** Shopify CDN: Minification failed

Line 774:17 The "-" operator only works if there is whitespace on both sides

**/
      .seprator {
    display: block;
    border: 1px solid;
    max-width: 60%;
    margin: auto;
}

.sub-title-bg{
    background: #dff0fc;
    text-align: center;
    max-width: 426px;
    margin: auto;
    border-radius: 10px;
    padding: 14px;
    font-size: 21px;
    font-family: 'arial regular', sans-serif;
    font-weight: bold;
      margin-bottom: 25px;
}

#shopify-section-hyderation_6H9jTH section.hydration-section {
    margin-top: 0px;
    padding-top: 0px;
}

div#shopify-section-drink_4jfkqA section.hydration-section {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0;
}

.subscription-section {
    /* background-color: #d0e8f2; */
    padding: 50px 20px;
    text-align: center;
    max-width: 60%;
    margin: auto;
}
  .offer {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
        margin-top: 50px;
}

.offer-text {
    background-color: #dff0fc; /* Light blue box */
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    width: 50%; /* Same width as the image block */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the content vertically */
}

.offer-box h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.offer-box p {
    font-size: 22px;
    margin-bottom: 20px;
      font-weight: bold;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d5ecf3;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #000;
    color: #fff;
}

  a.cta-button {
    background: #bcdbec;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 22px 0px;
    width: 169px;
    text-align: center;
}
  
  .offer-box {
    /* text-align: center; */
    padding-left: 29px;
}
  
.offer-image img {
    max-width: 400px;
    border-radius: 10px;

}



.product .label {
    font-size: 22px;
    font-weight: 700;
}


 .builxbox-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
  
.subscription-section {
    /* background-color: #d0e8f2; */
    padding: 50px 20px;
    text-align: center;
    max-width: 60%;
    margin: auto;
}
  .offer {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
        margin-top: 50px;
}

.offer-text {
    background-color: #dff0fc; /* Light blue box */
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    width: 50%; /* Same width as the image block */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the content vertically */
}

.offer-box h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}



.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #000;
    color: #fff;
}

  a.cta-button {
    background: #bcdbec;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 22px 0px;
    width: 169px;
    text-align: center;
}
  
  .offer-box {
    /* text-align: center; */
    padding-left: 29px;
}
  
.buildbox-image {
    max-width: 44%;
    border-radius: 10px;
}

  .buildbox-image img  , .offer-image img{
    border-radius: 10px;
}


#shopify-section-bottom_bar p {
    font-family: Gazpacho_Fonts;
}
h2 , h3 {
    font-family: Gazpacho_Fonts;
}

.my-auto strong {
    font-size: 20px;
    text-transform: uppercase;
}

.my-auto p {
    font-size: 20px;
}

@keyframes marquee {
  0% { left: 0; }
  50% { left: -950px; }
  100% { left: 0px; }
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
* {
    font-family: 'arial regular', sans-serif;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.preload * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
script {
    display: none;
}
style{
	display:none;
}
link{display:none}
*:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.mega-menu_Dropdown.bg-white.grid.grid-flow-col.grid-cols-6.grid-rows-2 {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
}

.top-bar{
  position:fixed;
  top:0px;
  height:50px;
      z-index: 9999;
}
.sub-section-wrapper {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
}
 
.sub-section-wrapper-slim {
    padding: 0 2.5%;
}
a {
    outline: none;
    border: none;
}
img{max-width: 100%;}
body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #bcdbec;
    font-family: 'Inter', sans-serif;
	overflow-x: hidden;
    font-weight: 400;
}

#mobileMenuScroll {
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 5%);
    z-index: 10000!important;
    position: fixed!important;
}
.flex-col-wrap {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
}

.flex-col-nowrap {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}
.right {
   
    overflow: hidden;
  
}
.left{
      display: flex;
    flex-direction: column;
    margin: auto 60px;
}
.flex-row-nowrap {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.flex-row-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-mid {
    justify-content: center;
}

.flex-justify-end {
    justify-content: flex-end;
}

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

.flex-justify-evenly {
    justify-content: space-evenly;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-mid {
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-align-str {
    align-items: stretch;
}

.row-item-1 {
    width: 100%;
}

.row-item-2 {
    width: 50%;
}

.row-item-3 {
    width: 33%;
}

.row-item-4 {
    width: 25%;
}
h1 {
    font-size: 6em;
    font-weight: bold;
    
    
    line-height: 1.2em;
}

h2 {
    font-size: 3.6em;
    font-weight: bold;
    
    
    line-height: 1.2em;
}

h3 {
    font-size: 3em;
    font-weight: bold;
    
    
    line-height: 1.2em;
}

h4 {
    font-size: 2.2em;
    font-weight: bold;
    
    
    line-height: 1.2em;
}

.tx-italic {
    font-style: italic;
}

.tx-bold {
    font-weight: bold;
}
.tx-center{
    text-align: center;
}
.tx-right{text-align: right;}
.tx-normal {
    font-weight: normal;
}

.tx-upper {
    text-transform: uppercase;
}

.tx-6 {
    font-size: 0.6em;
}

.tx-8 {
    font-size: 0.8em;
}

.tx-9 {
    font-size: 0.9em;
}

.tx-10 {
    font-size: 1em;
}

.tx-12 {
    font-size: 1.2em;
}

.tx-14 {
    font-size: 1.4em;
}

.tx-16 {
    font-size: 1.6em;
}

.tx-16, .tx-16 span {
    font-family: 'Inter';
}

.tx-18 {
    font-size: 1.8em;
}

.tx-20 {
    font-size: 2em;
}

.tx-22 {
    font-size: 2.2em;
}

.tx-24 {
    font-size: 2.4em;
}

.tx-26 {
    font-size: 2.6em;
}

.tx-28 {
    font-size: 2.8em;
}

.tx-30 {
    font-size: 3em;
}

.tx-32 {
    font-size: 3.2em;
}

.tx-34 {
    font-size: 3.4em;
}

.tx-36 {
    font-size: 3.6em;
}

.tx-38 {
    font-size: 3.8em;
}

.tx-40 {
    font-size: 4em;
}

@media only screen and (max-width: 1300px) {

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
}
.header {
	padding: 10px 0;
}
.logo img {
	max-width: 200px;
}
.middle-nav ul li a {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	font-weight: 800;
	font-size: 16px;
}
.middle-nav ul {
	
	list-style: none;
}
.logo img {
	max-width: 200px;
}
.header .btn-dark {
	
	width: auto;
	padding: 10px 20px;
}
.right-navigation ul {
	
	
	list-style: none;
}
.right-navigation {
	margin-right: 30px;
}
.right-navigation ul li{padding:0 10px}
.right-navigation li img {
	max-width: 19px;
	max-height: 19px;
}
.nav-bar {
	background: #2096E6;
}
.sticky-sub {
    width: 100%;
    position: fixed;
    top: 200px!important;
    z-index: 9999;
}
.sticky-banner {
    width: 100%;
    position: fixed;
    top: 250px!important;
    z-index: 9999;
}
.sticky-nav {
    position: fixed!important;
    width: 100%;
    z-index: 10000;
}
.navigation ul {
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}
.navigation ul li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}
.navigation ul li a::before {
	content: "\2714\fe0e";
    margin-right: 6px;
    color: #ffffff!important;
}
.improve-sleep {
	color: #fff;
	padding: 19px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.improve-sleep h3 {
  margin-right: 20px;
} 
.banner-product-image {
    margin-top: 0px;
}
.banner {
    margin-top: 0px;
    
}
.how-use {
	color: #2096E6;
	padding: 50px 0;
}
.how-use h4 {
    margin: 30px 0;
    font-weight: normal;
    color: #000;
    font-family: 'Inter';
}
.how-use h3 {
	font-family: 'Inter';
	font-weight: normal;
}
.how-use h3 span {
    font-family: 'Inter';
	font-weight: 700;
}
.how-use h2 img {
	max-width: 260px;
	vertical-align: middle;
    display: inline;
    margin-top: -4px;
}
.how-use h2 {
    font-family: 'Inter';
}
.how-use-row{
    margin-top: 50px;
}
.border-image {
	margin: 20px 0;
}
.border-image img {
	max-width: 800px;
    display: inline;
}
.step-text {
	background: #EEF4F6;
	padding: 15px 20px;
	border-radius: 15px;
}
.step-text h4 {
	font-size: 21px;
    font-family: 'Inter';
}
.step-text img {
	max-height: 25px;
	vertical-align: middle;
	margin-right: 10px;
    display: inline;
}
.what-is-your-goal-step {
	max-width: 1160px;
	margin: auto;
}
.what-is-your-goal-step .btn {
	position: relative;
	top: -10px;
	left: 30%;
}
.bottom-image img {
	max-width: 40px;
	margin: 0 8px;
  }
  .bottom-image {
	margin: 30px 0;
  }
.banner-text h2 {
    margin: 30px 0;
    color: #000;
    font-family: 'Arial Regular';
}
.banner-text{
  display:flex;
  justify-content: space-between;
}
.client-logo img {
	max-width: 140px;
}
.as-seen{
    padding:50px 0
}
.as-seen .heading {
	color: #2096E6;
	font-weight: 800;
	margin: 0 0 50px;
}
.also-available h5 {
    font-family: 'Inter';
	font-weight: normal;
	color: #061F39;
	margin: 0 0 35px;
}
.also-available{
    padding: 0 0 5em;
    background-color: #EEF4F6;
}
.build-your-own-box {
	background-color: #d5ecf4;
	padding-top: 70px;
	color: #fff;
	background-image: url(/cdn/shop/files/build-your-brand-bg.png?v=1659032938);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
}
.enjoy-free-trial {
	color: #d5ecf4;
}
.enjoy-free-trial h2 span{color:#1A327E}
.enjoy-free-trial p{margin: 30px 0;}
.enjoy-free-trial p span{font-weight: 700;}
.payment-available{padding: 50px 0;}
.payment-image img {
	max-width: 250px;
    display: inline;
}
.payment-available-options h3 {
	font-size: 24px;
	font-weight: 400;
	color: #061F39;
	margin-bottom: 30px;
}
.payment-available-options h2 {
	margin-top: 50px;
	font-size: 40px;
	color: #061F39;;
}
.left-man,.right-man{position: relative}
.middle-video {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	z-index: 1;
	width: calc(100%-800px);
}
.video-graphics {
	position: relative;
}
.bottom-man {
	position: absolute;
	bottom: -78px;
	z-index: 2;
}
.left-man img {
	max-width: 450px;
}
.right-man img{
	max-width: 475px;
}
.play-icon{position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.play-icon img {
	max-width: 70px;
	cursor: pointer;
}
.payment-available{
	padding-bottom: 70px;
	background: rgb(221,240,246);
	background: linear-gradient(0deg, rgba(221,240,246,1) 0%, rgba(255,255,255,1) 100%); 
}
.about-btn {
    margin-top: -470px;
    margin-bottom: 500px;
}
.hydrate {
    padding: 50px 0 150px 0;
}
.video-graphics {
	position: relative;
	margin-top: -160px;
}
.build-your-own-box p{margin: 30px 0;}
.build-your-own-box p span{font-weight: 600;}
.what-is-your-goal {
	padding: 70px 0;
	background-image: url(/cdn/shop/files/water-splashing.png?v=1659032937);
	background-repeat: no-repeat;
	background-position: 0px 200%;
	background-size: 100% auto;
	padding-bottom: 120px;
}
.what-is-your-goal h2 span{color: #2096E6;}
.what-customer-say .row-item-3 {
	padding: min(1%, 2em);
}
.join-vidrate {
	background-color: #EEF4F6;
	padding: 60px 0;
   position: relative;
}
.hydrate .icon {
	margin-bottom: 20px;
}
.why-hidrate-row{margin-top: 70px;margin-bottom: 70px;}
.points-row .points-item img {
	max-height: 120px;
    
}
.points-row{margin-bottom: 70px;}
.points-item {
	margin: 0 40px;
}
.hightlight-box {
	border: 6px solid #2096E6;
	border-radius: 20px;
}
.highlight-point > div {
	padding: min(1%, 2em);
}
.follow-us{padding: 70px 0;}
.follow-us h2 span {
	color: #2096E6;
}
.follow-us h2 {margin-right: 20px;}
.right-icon {
	max-width: 100px;
}
.instagram-slider {
	margin-top: 50px;
}
.instagram-slider > div{
    padding: min(1%, 2em);
}
.heighlight-content {
	padding: 15px;
}
.heighlight-content p {
    margin: 15px 0;
    font-size: 22px;
    line-height: 1.6;
    font-size: 1.4em;
    font-weight: normal!important;
    font-family: 'Inter';
}
.heighlight-content .btn-dark {
	width: auto;
	padding: 10px 20px;
}
.heighlight-content img {
	max-height: 29px;
	vertical-align: middle;
	margin-left: 14px;
	display: inline-block;
}
.hydrate h2{
  color: #2096E6;
}
.hydrate h2 img {
	max-width: 180px;
	vertical-align: middle;
    display: inline;
    max-width: 260px;
    margin-top: -4px;
}
.hydrate .icon img {
	max-height: 120px;
}
.join-vidrate h4 {margin: 0 auto; max-width: 800px; text-align: center;}
.join-vidrate h4 span{color: #2096E6;}
.join-vidrate h5 {font-size: 1.2em; font-weight: bold; text-align: center;}
.slider-review-row {
	margin-top: 60px;margin-bottom: 60px;
}
.trust-rate u{font-weight: 700;}
.trust-rate{margin-bottom: 30px;}
.slider-box {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.slider-box p {
	margin-top: 10px;
    font-size: 20px;
    line-height: 1.8;
}
.slider-review-row{display: flex;}
.slider-review {
	padding: 0 7.5px;
}
.what-customer-say {
	padding: 50px 0;
}
.what-customer-say h2{margin-bottom: 30px;}
.footer {
	background: #2096E6;
	padding: 0 0 5em;
}
.footer-link h4 {
	color: #fff;
	margin: 0 0 15px;
	font-weight: 600;
}
.footer-link ul li a{text-decoration: none; font-size: 1.2em;color: #fff;}
.footer-link ul li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	line-height: 2;
	font-weight: 600;
    transition: color ease-in-out 0.3s;
}
.footer-link ul li a:hover{color: #000;}
.footer-link li {
	list-style: none;
}
.social {
	margin-top: 35px;
}
.signup-form {
	margin-top: 35px;
}
.footer-link p {
	font-weight: 600;
	color: #fff;
}
.input-field {
	width: 100%;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 45px;
	padding: 15px;
	color: #fff;
	margin-bottom: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 20px;
}
.btn {
	font-size: 15px;
	font-weight: 600;
	width: 215px;
	text-align: center;
	padding: 15px;
	color: #7EBBE6;
	background: #fff;
	border-radius: 45px;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
}
.how-use-row img {
    width: 100%;
    max-width: 300px;
}
.btn-dark {
	background: #2096E6;
	color: #fff;
}
.social li img {
	max-width: 40px;
	max-height: 28px;
}
.input-field::placeholder {
    color: #fff;
}
#shopify-section-163654820488cbe533 {
    margin-top: 40px;
}
.join-vidrate, .what-is-your-goal {
    z-index: 0;
}
.marquee {
  position: relative;
}
.join-vidrate-images {
  display: inline-flex;
  align-items: center;
}
.trustpilot img {
    max-width: 280px;
}
.hydrate-squares {
    margin: 60px auto;
    width: 100%;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.hydration-square-col {
    background: linear-gradient(145deg, #0075C3, #E3F2F7);
    padding: 40px;
    border-radius: 20px;
    margin: 30px;
    max-width: 400px;
}
.hydrate-squares .hydration-square-col p {
    margin-top: 20px;
    margin-bottom: -10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}
.hydrate-squares .hydration-square-col p a {
    color: #fff;
}
.hydration-square-col img {
    margin-top: -80px;
    border-radius: 16px;
}
@media only screen and (min-width: 1400px) {
    .build-your-own-box .tx-right {
        margin-top: -40px;
    }
    .what-is-your-goal {
    	background-position: 0px 175%;
    }
    .inline-flex.items-center.w-full.relative.justify-center.menuMain a {
        font-size: 1.2em!important;
    }
    .how-use-row img {
        padding: 20px;
    }
}
@media only screen and (min-width: 767px) {
    .sticky-sub, .sticky-banner {
        z-index: 500;
    }
}
@media only screen and (max-width: 1400px) {
    .border-image img {
        max-width: 600px;
    }
    .what-is-your-goal {
    	background-position: 0px 150%;
    }
    .right {
        right: 20%;
    }
}

@media only screen and (max-width: 1300px) {
    .navigation ul li a {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 1200px) {
    .right {
        right: 10%;
    }
    .right-man {
        margin-top: 40px;
        margin-right: -80px;
    }
    .left-man {
        margin-top: 40px;
        margin-left: -80px;
    }
}
@media only screen and (max-width: 1000px) {
    section {
        overflow: hidden;
    }
    .what-is-your-goal {
    	background-position: 0px 125%;
    }
    .right {
        right: 0%;
    }
    .right-man {
        margin-right: -120px;
    }
    .left-man {
        margin-left: -120px;
    }
    .about-btn {
        margin-top: -520px;
        margin-bottom: 560px;
    }
}
@media only screen and (max-width: 979px) {
    .right-man {
        margin-right: -160px;
    }
    .left-man {
        margin-left: -160px;
    }
    .video-wrapper img {
        margin: 20px auto;
        text-align: center;
    }
    .row-item-2 {
        width: 100%;
    }
    .row-item-3 {
        width: 100%;
    }
    .row-item-4 {
        width: 100%;
    }
    .border-image img, .what-is-your-goal-step .btn {
        display: none;
    }
    .what-is-your-goal-step .flex-row-nowrap {
        width: 100%;
        display: inline;
        flex-direction: column;
    }
    .what-is-your-goal-step .row-item-3 .flex-col-nowrap.flex-align-mid {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .step-text {
        width: 300px;
    }
    .bottom-image {
        margin: 0 -20px;
        width: 50%;
    }
    .bottom-image img {
        display: inline;
        max-width: 28px;
        margin: 0 -4px;
    }
    .heghtlight-image img {
        width: 100%;
        border-radius: 14px 14px 0 0;
    }
    .banner-product-image {
        margin-top: 120px;
    }
    .right {
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
  .left{
    margin: auto;
}
  .sub-section-wrapper {
    max-width: 1400px;
   width:100%;
    margin: 0 auto;
    padding:0 0 0 5%;
}
    .improve-sleep h3 {
        font-size: 0.8em;
        text-align: center;
        margin: 0;
    }
    .navigation ul li a {
        font-size: 0.8em;
    }
    .hydrate-squares {
        flex-direction: column;
        margin: 30px auto;
    }
  .banner-text {
    flex-direction: column-reverse;
}
    .hydration-square-col {
        padding: 20px;
        margin: 60px 0;
        max-width: none;
        width: 100%;
    }
    .hydration-square-col img {
        margin-top: -50px;
    }
    .hydrate-squares .hydration-square-col p {
        margin-top: 12px;
        margin-bottom: 0px;
        font-size: 1.1em;
    }
    .trustpilot img {
        margin: 20px auto;
        max-width: 240px;
    }
    .join-vidrate-images {
        flex-direction: column;
    }
    .showHeaderSearch {
        z-index: 9999 !important;
    }
    .video-graphics .flex-row-nowrap.flex-justify-between {
        z-index: 0;
        position: absolute;
        top: 50px;
    }
    .payment-available {
        margin-top: -40px;
    }
    .video-wrapper img {
        margin: 0px auto;
    }
    .what-customer-say h2 {
        margin-bottom: 20px;
    }
    .right-man {
        margin-right: 0;
    }
    .left-man {
        margin-left: 0;
    }
    .right-man img {
        margin-top: 70px!important;
        max-width: 170px;
        z-index: 2;
    }
    .left-man img {
        margin-top: 70px!important;
        max-width: 170px;
        z-index: 2;
    }
    .sticky-sub, .sticky-banner {
        z-index: 9998;
    }
    .banner-product-image {
        max-width: 250px!important;
        margin-top: 0px;
        margin-right: 0px;
    }
    #myHeader {
        height: 70px;
    }
	.logo {
		text-align: center;
		width: 100%;
	}
    .tx-16 br {
      display: none;
    }
    .free-item img {
        margin-top: 40px;
    }
    .join-vidrate iframe {
        height: 300px!important;
    }
    .how-use h2 img, .hydrate h2 img {
        max-width: 160px;
        margin-left: -6px;
    }
    .sticky-sub {
        top: 70px!important;
        z-index: 1;
    }
    .sticky-banner {
        top: 116px!important;
        z-index: 1;
    }
    .instah.max-w-7xl.mx-auto {
        max-width: 90%;
    }
    #insta-feed {
        padding: 14px 8px 10px 8px!important;
        border-radius: 10px!important;
    }
    .join-vidrate h2 {
        font-size: 2.4em;
        text-align: center;
    }
    .what-customer-say h2 {
        font-size: 2em;
        text-align: center;
    }
    .enjoy-free-trial h2 {
        font-size: 2.4em;
    }
    .step-text img {
        max-height: 18px;
        margin-top: -4px;
        vertical-align: middle;
        margin-right: 6px;
        display: inline;
    }
    .step-text {
        width: 250px;
    }
    .step-text h4 {
        font-size: 16px;
    }
    .step-text h4 span {
        display: inline!important;
    }
    .bottom-image img {
        max-width: 24px;
    }
	.middle-nav {
	    width: 100%;
	    text-align: center;
	    display: inline-block;
	}
	.middle-nav ul {
	    width: auto;
	    display: inline-block!important;
	}
	.middle-nav ul li {
	    width: auto;
	    display: inline;
	}
	.middle-nav ul li a {
		font-size: 14px;
	}
	.right-navigation, .btn-header {
	    width: 50%;
	}
	.right-navigation {
		text-align: left;
	}
	.btn-header {
	    text-align: right;
	}
	.right-nav {
	    width: 100%;
	    margin: 10px 0 0 0;
	}
	.improve-sleep h3 {
		font-size: 14px;
	}
	.improve-sleep {
    	padding: 15px 0;
	}
	.navigation ul {
        width: 1300px;
        display: flex;
        list-style: none;
        text-align: center;
	}
	nav.navigation {
	    height: 40px;
	}
	.banner-text h1 {
	    line-height: 1.2em;
	    margin-top: -20px;
	}
	.banner-text h2 {
	    margin: 20px 0;
	}
	.banner {
		box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 60%);
	}
	.how-use {
	    font-size: 0.6em;
	}
	.how-use-row img {
	    max-width: 200px;
	    margin: 10px;
	}
	.sub-section-wrapper.flex-col-nowrap.flex-align-mid.flex-justify-mid img {
	    width: 200px;
	}
	.also-available {
	    padding: 20px 0 50px 0;
	}
	.build-your-own-box {
		padding: 40px 0;
	}
	.build-your-own-box, .build-your-own-box h2, .build-your-own-box p {
		text-align: center;
	}
	.build-your-own-box .tx-right {
	    text-align: center;
	}
	.footer-logo {
	    text-align: center;
	    max-width: 160px;
	    margin: 0 auto 20px auto;
	}
	.heighlight-content p {
	    margin: 10px 0 10px 0;
	    font-size: 14px;
	    line-height: 1.6;
	}
	.heighlight-content img {
	    max-height: 20px;
	    vertical-align: middle;
	    margin-left: 6px;
	    margin-top: -4px;
	    display: inline-block;
	}
    .build-your-own-box .row-item-2:last-child .tx-right {
        margin-top: 20px;
    }
	.hightlight-box {
	    border: 4px solid #2096E6;
	    border-radius: 20px;
	    margin: 10px 0;
	}
	.points-item {
	    max-width: 90px;
	    margin: 10px;
	}
	.points-row .points-item:nth-child(2) img, .points-row .points-item:nth-child(5) img {
	    max-height: 100px!important;
	}
	.row-item-3 {
	    margin: 20px 0;
	}
	.hydrate h2 {
	    font-size: 2.4em;
	}
	.left-man img {
	    max-width: 200px;
	    position: absolute;
	    left: -100px;
	    top: -60px;
	    z-index: 1;
	}
	.right-man img {
	    max-width: 200px;
	    position: absolute;
	    right: -80px;
	    top: -48px;
	    z-index: 1;
	}
	.middle-video {
        margin-top: 80px;
	    width: 280px;
	    top: 20px;
	}
	.play-icon {
	    top: 74px;
	}
	.bottom-man {
	    bottom: -180px;
	}
	.payment-available-options h3 {
    	font-size: 16px;
	}
	.payment-image img {
	    max-width: 200px;
	    margin-bottom: 80px;
        display: inline;
	}
	.payment-available-options h2 {
	    margin-top: 0;
	    margin-bottom: 200px;
	    font-size: 1.8em;
	}
	.what-is-your-goal {
        background-position: bottom;
	    padding: 60px 0;
	    font-size: 0.8em;
	}
	.border-image.tx-center {
	    display: none;
	}
    .how-use-row .row-item-3:first-child img {
        max-width: 150px;
        margin-left: -100px;
        margin-top: -20px;
    }
    .how-use-row .row-item-3:nth-child(2) img {
        max-width: 150px;
        margin-top: -40px;
        margin-left: 140px;
    }
    .how-use-row .row-item-3:last-child img {
        max-width: 150px;
        margin-left: -60px;
        margin-top: -40px;
    }
    .how-use br {
        display: none!important;
    }
    .footerColumns.bg-cover.w-full.bg-center.h-full.bg-no-repeat {
        padding-top: 60px;
    }
    .about-btn {
        margin-top: -50px;
        margin-bottom: 250px;
        z-index: 9999;
    }
    .left-man img {
        margin-top: 160px;
        z-index: 2;
    }
    .right-man img {
        margin-top: 150px;
        z-index: 1;
    }
    .btn {
        z-index: 9999;
    }
    .hydrate .icon img {
        max-height: 80px;
        margin-top: -10px;
    }
    .tx-16.tx-bold.tx-center {
        font-size: 1.2em;
    }
    .banner-text .btn {
        padding: 10px 0;
        max-width: 160px;
    }
    .what-is-your-goal .row-item-3:nth-child(4) .bottom-image {
        margin-left: -54px;
    }
    .marquee {
        animation: marquee 25s linear infinite;
    }
    .build-your-own-box h2 {
        font-size: 2.8em;
    }
    .build-your-own-box p {
        font-size: 1.3em;
    }
    .collection-banner .text-center {
        margin-bottom: 40px;
    }
    .video-graphics {
        z-index: 0;
    }
    #insta-feed .slider-arrow, .instafeed-shopify .slider-arrow {
        z-index: 0;
    }
    [type=search] .inputFields, .inputFields {
        z-index: 9999;
    }
    img.boots, img.wholefoods {
        max-width: 120px;
    }
}

@media only screen and (max-width: 640px) {


  section.subscription-section {
    max-width: 100%;
}

  .sub-section-wrapper {
    padding: 0;
}

  #full-width-background {
    padding-left: 31px;
}
  
  .offer-text {
    width: 100%;
}
  .offer-image img {
    max-width: 100%;
}

  .buildbox-image {
    max-width: 100%;
}

    .offer {
        flex-direction: column;
        align-items: center;
      gap: 20px;
    }

    .offer-box, .offer-image {
        max-width: 100%;
        margin: 20px 0;
    }
  h2 {
    font-size: 2em;
}
  
}