
.kids-sup {
    font-size: 12px;
    top: -20px;
  font-weight: 500;
}

@media(max-width: 600px) {
  .kids-sup {
    font-size: 10px;
    top: -12px;
    font-weight: 500;
}
  }


#kids-landing {
  background: #fff;
  margin-top: 105px;
}

#kids-landing__top {
  background: url('../img/kids-top1.jpg') 50% 0% no-repeat;
  height: 576px;
}

#kids-landing__packages {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -175px auto 100px;
}

.kids-package {
  margin: 0 15px;
}

#kids-landing-text {
  color: #006DB0;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: block;
  clear:both;
  padding-top: 30px;
}


#nutrition-landing-text {
  color: #212223;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: block;
  clear:both;
  padding-top: 30px;
}

#kids-landing-text h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding: 0 15px;
}

#kids-landing-text p {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  line-height: 48px;
  margin-bottom: 0;
  padding: 0 15px;
}

#nutrition-landing-text h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px;
  font-weight: 300;
  color: #212223;
}

#nutrition-landing-text p {
  font-size: 21px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  line-height: 33px;
  margin-bottom: 0;
  padding: 0 15px;
}

#yogurt-landing-text {
  color: #006DB0;
  text-align: center;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  display: block;
  clear:both;
  padding-top: 30px;
}

#icecream-landing-text {
  color: #006DB0;
  text-align: center;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  display: block;
  clear:both;
  padding-top: 70px;
}

#yogurt-landing-text h2 {
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
  font-weight: 600;
}

#yogurt-landing-text p {
  font-size: 21px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  line-height: 160%;
  margin-bottom: 0;
  padding: 0 15px;
  color: #212223;
  max-width: 850px;
  margin: 0 auto;
}

#icecream-landing-text h2 {
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
  font-weight: 600;
}

#icecream-landing-text p {
  font-size: 21px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  line-height: 160%;
  margin-bottom: 0;
  padding: 0 15px;
  color: #212223;
  max-width: 850px;
  margin: 0 auto;
}

.dairy-free {
  background: #fff;
  padding: 100px 0;
  text-align: center;
  font-family: "hurme", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #268aac;
}



@media(max-width: 1000px) {
  #kids-landing {
    margin-top: 70px;
  }
  #kids-landing__top {
    background-size: cover;
    height: 350px;
  }
  .kids-package img {
    max-width: 100%;
  }

  #kids-landing-text {
    padding-top: 0;
  }

  #kids-landing-text h2 {
    font-size: 44px;
    line-height: 50px;
  }
  #kids-landing-text p {
    font-size: 26px;
    line-height: 38px;
  }

  #nutrition-landing-text h2 {
    font-size: 44px;
    line-height: 50px;
  }

  #nutrition-landing-text p {
    font-size: 18px;
    line-height: 30px;
  }

  #yogurt-landing-text {
    padding-top: 0;
  }

  #yogurt-landing-text h2 {
    font-size: 44px;
    line-height: 50px;
  }
  #yogurt-landing-text p {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  #icecream-landing-text {
    padding-top: 40px;
  }

  #icecream-landing-text h2 {
    font-size: 44px;
    line-height: 50px;
  }
  #icecream-landing-text p {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 120px;
  }

  
}

@media(max-width: 768px) {
  

  #kids-landing__top {
    height: 300px;
  }






  .dairy-free {
    padding: 50px 0;
    font-size: 36px;
  }
  #kids-landing__columns {
    display: flex;
    flex-direction: column-reverse;
  }
  #kids-landing__packages, #kids-landing-text, #nutrition-landing-text {
    margin: 0;
  }
  #kids-landing__packages {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .kids-package {
    margin: 0 2% 20px;
    width: 48%;
  }
  .kids-package:nth-child(2n) { margin: 0 0 20px; }
  .kids-package img {
    height: 400px;
  }
}



.menu-left-kids {
  width: 560px;
}

.menu-left-kids li {
  width: 33%;
}

.menu-left-kids li.is-vanilla a {
  background: #f71965;
}

.menu-left-kids li.is-chocolate a {
  background: #843A35;
}


.menu-left-kids li a {
  width: 100%;
}

.product-kids {
  position: relative;
  z-index: 222;
  background: #fff;
  padding-top: 50px;
}

.product-kids-menu {
  position: fixed;
  top: 146px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.product-kids-menu-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  overflow: hidden;
  max-height: 49px;
}

.product-kids-menu-left ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}


.product-kids-menu-left.icecream ul {
  width: 620px;
}



.product-kids-menu-left ul li {
  width: 100%;
}

.product-kids-menu-left ul li a {
  border: none;
  text-decoration: none;
  font-family: "hurme", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  background: #006DB0;
  color: #fff;
  padding: 20px 25px;
  width: 100%;
  text-align: center;
}

.product-kids-menu-left.icecream ul li a {
  font-size: 12px;
  }

.product-kids-menu-left.shake ul li a { 
  background: #212223;

}


.product-kids-menu-left li.is-original a {
  background: #0083AE;
}

.product-kids-menu-left li.is-vanilla a {
  background: #00A2C0;
}

.product-kids-menu-left li.is-chocolate a {
  background: #843A35;
}

.product-kids-menu-left li.is-chocolate a svg {
  width: 85px;
}

.product-kids-menu-left li.is-active a {
  background: #fff;
}

.product-kids-menu-left li.is-active.nutrition a {
  color: black;
  background: #ffffff;
}

.product-kids-menu-left li.is-active.is-original a svg {
  fill: #0083AE;
}

.product-kids-menu-left li.is-active.is-vanilla a svg {
  fill: #00A2C0;
}

.product-kids-menu-left li.is-active.is-chocolate a svg {
  fill: #843A35;
}

.product-kids-menu-left li a svg {
  fill: #fff;
  width: 67px;
  height: 11px;
}

.product-kids-menu-left li a:hover svg {
  fill: #000;
}

.product-kids-menu-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background: #027fcb;
  padding: 18px 3% 16px 3%;
  overflow: hidden;
  max-height: 49px;
}

.product-kids-menu-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

@media(max-width: 1280px) {
  .product-kids-menu-right ul {
    justify-content: space-between;
  }
}

.product-kids-menu-right ul li {
  margin-right: 5%;
}

.product-kids-menu-right.nutrition ul li {
  margin-left: 7%;
  margin-right: 7%;
}

.product-kids-menu-right ul li a {
  text-transform: uppercase;
  font-family: "hurme", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  color: #fff;
}

.product-kids-menu-right ul li a:hover {
  color: #000;
}

.product-kids-hero {
  padding-top: 100px;
  color: #268aac;
  font-family: 'Figtree', sans-serif;
  position: relative;
}

.product-kids-hero-wrap {
  width: 1260px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.product-kids-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url('../img/original_clouds.png') repeat-x;
  height: 187px;
  width: 100%;
}

.product-kids-hero.is-vanilla::after {
  bottom: -50px;
  background: url('../img/vanilla-clouds1.png') 50% 0% no-repeat;
  height: 264px;
}

.product-kids-hero.is-vanilla .product-kids-hero__get a {
  background: #e2335d;
}

.product-kids-hero.is-vanilla .product-kids-hero__get a:hover {
  background: #ec3b66;
}

.product-kids-hero.is-chocolate::after {
  bottom: -135px;
  background: url('../img/chocolate-mountains1.png') repeat-x;
  height: 321px;
}

.product-kids-hero.is-chocolate .product-kids-hero__get a {
  background: #754817;
}

.product-kids-hero.is-chocolate .product-kids-hero__get a:hover {
  background: #804d17;
}

.product-kids-hero__image {
  margin-right: 25px;
}

.product-kids-hero p {
  font-weight: 200;
  font-size: 35px;
  line-height: 56px;
  margin: 10px 0 20px;
}



.product-kids-hero p strong {
  font-weight: 700;
}

.product-kids-hero p.small {
  line-height: 40px;
  font-size: 24px;
}

.product-kids-hero__get {
  margin-top: 40px;
  position: relative;
  z-index:2;
}

.product-kids-hero__get a {
  display: inline-block;
  clear: both;
  text-decoration: none;
  background: #1694e2;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 14px 15px 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}



.product-kids-hero__get a:hover {
  background: #249be4;
}

.product-kids-superhero {
  position: relative;
}

.product-kids-superhero img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-kids-superhero.is-original {
  padding-bottom: 300px;
}

.product-kids-superhero.is-original img { 
  padding-right: 20px;
}

.product-kids-superhero.is-vanilla {
  margin: 0 0 420px;
  min-height: inherit;
  padding: 0;
}

.product-kids-superhero.is-chocolate {
  margin: 50px 0 300px;
}

.product-kids-superhero.is-chocolate .product-kids-superhero__describe {
  justify-content: flex-start;
}

.product-kids-superhero.is-chocolate .product-kids-superhero__describe__wrap {
  width: 1260px;
  margin: 0 auto;
}

.product-kids-superhero.is-chocolate h2 {
  color: #9c5127;
}

.product-kids-superhero.is-chocolate .product-kids-superhero__describe p strong {
  color: #9c5127;
  font-weight: 700;
}

.product-kids-superhero.is-original .product-kids-superhero__describe p strong {
  color: #0083AE;
  font-weight: 700;
}

.superhero-first-col {
  padding-right: 3%;
}

.product-kids-superhero-columns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.superhero-column {
  width: 50%;
  text-align: left;
  padding: 0 20px;
}



.product-kids-superhero.is-vanilla .product-kids-superhero__describe__wrap {
  width: 1260px;
  margin: 0 auto;
}

.product-kids-superhero p {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 48px;
  color: #268aac;
}

.product-kids-superhero h2 {
  font-size: 9vw;
  line-height: 100%;
  font-weight: 700;
  color: #0083AE;
  margin: 0;
}




.product-kids-superhero__describe p {
  margin: 0 0 2%;
  font-size: 1.5vw;
  line-height: 170%;
}

.product-kids-superhero__describe p strong {
  font-weight: 600;
  font-size: 2.8vw;
  line-height: 130%;
  font-family: 'Figtree', sans-serif;
}

.product-kids-ways {
  margin-top: 150px;
}

.product-kids-ways__wrap {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
}

.product-kids-ways.is-original .product-kids-ways__wrap::after {
  content: "";
  position: absolute;
  top: -265px;
  left: 0;
  background: url('../img/ways_original.png') no-repeat;
  width: 541px;
  height: 265px;
}

.product-kids-ways.is-vanilla .product-kids-ways__wrap::after {
  content: "";
  position: absolute;
  top: -271px;
  left: 0;
  background: url('../img/vanilla-header1.png') no-repeat;
  width: 540px;
  height: 271px;
}

.product-kids-ways.is-chocolate .product-kids-ways__wrap::after {
  content: "";
  position: absolute;
  top: -265px;
  left: 0;
  background: url('../img/chocolate-header1.png') no-repeat;
  width: 540px;
  height: 265px;
}

.product-kids-ways__path.is-chocolate {
  color: #9c5127;
}

.product-kids-ways__path.is-chocolate .kids-path__step1 {
  left: 3%;
  top: -10px;
}

.product-kids-ways__path.is-chocolate .kids-path__step1 .kids-path__image {
  margin: 0;
  text-align: right;
}

.product-kids-ways__path.is-chocolate .kids-path__step1 .kids-path__content {
  text-align: center;
  padding: 30px 0 0 30px;
}

.product-kids-ways__path.is-chocolate .kids-path__step2 {
  right: 0;
  top: 150px;
  max-width: 600px;
}

.product-kids-ways__path.is-chocolate .kids-path__step2 .kids-path__image {
  order: 1;
}

.product-kids-ways__path.is-chocolate .kids-path__step2 .kids-path__content {
  width: auto;
  padding: 0;
  text-align: center;
}

.product-kids-ways__path.is-chocolate .kids-path__step3 {
  flex-direction: column;
  left: 0;
  top: 920px;
  max-width: 580px;
  position: relative;
  transform: rotate(5deg);
}

.product-kids-ways__path.is-chocolate .kids-path__original .kids-path__image img {
  height: 150px;
}

.product-kids-ways__path.is-chocolate .kids-path__step3 .kids-path__image {
  margin-right: 0;
  position: absolute;
  left: 90px;
  top: -105px;
}

.product-kids-ways__path.is-chocolate .kids-path__step4 {
  right: 0;
  top: 650px;
  width: auto;
}

.product-kids-ways__path.is-chocolate .kids-path__step4 .kids-path__content {
  padding: 0;
  order: 0;
}

.product-kids-ways__path.is-chocolate .kids-path__step5 {
  right: 0;
  top: 1140px;
  max-width: 530px;
}

.product-kids-ways__path.is-chocolate .kids-path__step5 .kids-path__image {
  margin-right: 0;
  position: relative;
  top: -30px;
  left: 10px;
}

.product-kids-ways__path.is-chocolate .kids-path__step3 .kids-path__title,
.product-kids-ways__path.is-chocolate .kids-path__step4 .kids-path__title,
.product-kids-ways__path.is-chocolate .kids-path__step5 .kids-path__title,
.product-kids-ways__path.is-chocolate .kids-path__step6 .kids-path__title {
  margin: 0;
}

.product-kids-ways__path.is-chocolate .kids-path__step5 .kids-path__content {
  padding: 0 0 0 20px;
  transform: rotate(-6deg);
}

.product-kids-ways__path.is-chocolate .kids-path__step6 {
  left: 0;
  top: 1450px;
  max-width: 500px;
  flex-direction: row-reverse;
}

.product-kids-ways__path.is-chocolate .kids-path__step6 .kids-path__content {
  transform: rotate(0deg);
  text-align: right;
}

.product-kids-ways__path.is-chocolate .kids-path__step6 .kids-path__image {
  margin: 0 0 0 20px;
  align-self: center;
}

.product-kids-ways__path.is-chocolate .kids-path__step7 {
  flex-direction: column;
  max-width: 450px;
  top: 1700px;
  right: 5%;
}

.product-kids-ways__path.is-chocolate .kids-path__step7 .kids-path__image {
  margin: 0;
  position: absolute;
  top: -110px;
  left: 50px;
}

.product-kids-ways__path.is-chocolate .kids-path__step7 .kids-path__title {
  margin: 0;
  width: auto;
}

.product-kids-ways__path.is-chocolate .kids-path__step8 {
  left: 20px;
  top: 1930px;
}

.product-kids-ways__path.is-chocolate .kids-path__step8 .kids-path__image {
  margin-right: 15px;
}

.product-kids-ways__path.is-chocolate .kids-path__step8 .kids-path__content {
  align-self: center;
}

.product-kids-ways__path.is-chocolate .kids-path__step8 .kids-path__title {
  margin: 0;
}

.product-kids-ways__path.is-chocolate .kids-path__step9 {
  top: 2270px;
  right: 0;
  flex-direction: column;
}

.product-kids-ways__path.is-chocolate .kids-path__step9 .kids-path__image {
  text-align: center;
}

.product-kids-info.is-chocolate {
  top: 3220px;
  color: #9c5127;
}

.product-kids-info.is-chocolate .product-kids-info__item {
  position: static;
  width: 770px;
}

.product-kids-info.is-chocolate .product-kids-info__item.first {
  margin-top: 160px;
}

.product-kids-info.is-chocolate .product-kids-info__item.second {
  margin: 80px 0 0 310px;
}

.product-kids-info.is-chocolate .product-kids-info__item.thrid {
  margin: 100px 0 0 110px;
}

.product-kids-info.is-chocolate .product-kids-info__bottom {
  position: static;
  margin-top: 80px;
  text-align: center;
}

.product-kids-info.is-chocolate .product-kids-info__item h3 {
  color: #9c5127;
}



.product-kids-info-chocolate .coupon-button:hover {
  background: #71470c !important;
}

.product-kids-info-chocolate .product-module .nutrition-col p {
  color: #9c5127;
}

.product-right-bottle.mt {
  margin-top: 30px;
}

.product-kids-ways__download {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

.product-kids-ways__download a {
  background: #f7fa91 url('../img/imac.png') 50% 40px no-repeat;
  display: block;
  width: 162px;
  height: 162px;
  font-family: 'Figtree', sans-serif;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #e54360;
  text-decoration: none;
  padding-top: 115px;
  text-align: center;
  transition: background-color .3s;
}

.product-kids-ways__download a:hover {
  background-color: #ecef8d;
}

.product-kids-ways__path {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  color: #fff;
}

.kids-path__title {  
  font-size: 60px;
  line-height: 60px;
}

.kids-path__original {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
}

.kids-path__image {
  margin-right: 20px;
}

.kids-path__original p {
  margin: 0;
  line-height: 48px;
}

.kids-path__content.is-center {
  text-align: center;
}

.kids-path__content.is-right {
  text-align: right;
}

.kids-path__step1 {
  left: 90px;
  top: 0;
}

.kids-path__step1 .kids-path__content {
  padding-top: 50px;
}

.kids-path__step2 {
  right: 0;
  top: 330px;
}

.product-kids-ways.is-original .kids-path__step2 .kids-path__image {
  order: 1;
  margin: 0;
}

.product-kids-ways.is-original .kids-path__step2 .kids-path__content {
  max-width: 500px;
  align-self: center;
}

.product-kids-ways.is-original .kids-path__step3 {
  top: 585px;
  left: 0;
  flex-direction: column;
}

.product-kids-ways.is-original .kids-path__step4 {
  top: 800px;
  right: 6%;
}

.kids-path__step4 .kids-path__content {
  order: -1;
  padding: 0 30px 0 0;
  max-width: 480px;
  align-self: center;
}

.product-kids-ways.is-original .kids-path__step4 .kids-path__image {
  margin: 0 0 0 20px;
}

.product-kids-ways.is-original .kids-path__step5 {
  top: 1190px;
  left: 6%;
}

.product-kids-ways.is-original .kids-path__step5 .kids-path__content {
  transform: rotate(-5deg);
  max-width: 500px;
}

.product-kids-ways.is-original .kids-path__step6 {
  flex-direction: column;
  top: 1300px;
  right: 0;
  max-width: 550px;
}

.kids-path__step6 .kids-path__image {
  text-align: center;
}

.kids-path__step6 .kids-path__content {
  transform: rotate(5deg);
}

.product-kids-ways.is-original .kids-path__step7 {
  top: 1780px;
  left: 0;
  max-width: 700px;
}

.product-kids-ways.is-original .kids-path__step7 .kids-path__content {
  align-self: center;
}

.product-kids-ways.is-original .kids-path__step7 .kids-path__title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

.product-kids-ways.is-original .kids-path__step7 .kids-path__original p {
  font-size: 24px;
  line-height: 36px;
}

.product-kids-ways__path.is-vanilla .kids-path__step1 {
  top: -35px;
  left: 0;
  align-items: center;
}

.product-kids-ways__path.is-vanilla .kids-path__step1 .kids-path__content {
  padding-top: 20px;
}

.product-kids-ways__path.is-vanilla .kids-path__step1 .kids-path__image, .product-kids-ways__path.is-vanilla .kids-path__step2 .kids-path__image {
  margin: 0;
}

.product-kids-ways__path.is-vanilla .kids-path__step2 {
  top: 230px;
  right: 0;
  max-width: 700px;
}

.product-kids-ways__path.is-vanilla .kids-path__step2 .kids-path__content {
  padding: 0;
  transform: rotate(-5deg);
  text-align: center;
}

.product-kids-ways__path.is-vanilla .kids-path__step2 .kids-path__image {
  order: 1;
}

.product-kids-ways__path.is-vanilla .kids-path__step3 {
  top: 650px;
  left: 6%;
  max-width: 700px;
}

.product-kids-ways__path.is-vanilla .kids-path__step3 .kids-path__content {
  align-self: center;
}

.product-kids-ways__path.is-vanilla .kids-path__step4 {
  top: 1050px;
  left: 21%;
  width: auto;
}

.product-kids-ways__path.is-vanilla .kids-path__step4 .kids-path__content {
  order: 0;
  padding: 140px 10px 0 60px;
  width: 70%;
  transform: rotate(5deg);
}

.product-kids-ways__path.is-vanilla .kids-path__step4 .kids-path__image { margin: 0; }

.product-kids-ways__path.is-vanilla .kids-path__step5 {
  top: 1450px;
  left: 0;
  width: auto;
  align-items: center;
}

.product-kids-ways__path.is-vanilla .kids-path__step5 .kids-path__image {
  margin-right: 0;
  order: 1;
}

.product-kids-ways__path.is-vanilla .kids-path__step5 .kids-path__content {
  align-self: flex-end;
  transform: rotate(-10deg);
  position: relative;
  bottom: -90px;
}

.product-kids-info.is-vanilla {
  top: 2220px;
  color: #00A2C0;
}

.product-kids-info.is-vanilla .product-kids-info__items {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.product-kids-info.is-vanilla .product-kids-info__item h3 {
  color: #00A2C0;
  line-height: 60px;
}

.product-kids-info.is-vanilla .product-kids-info__item {
  width: auto;
  position: static;
}

.product-kids-info.is-vanilla .product-kids-info__item.first {
  width: 500px;
  margin-left: 250px;
}

.product-kids-info.is-vanilla .product-kids-info__item.second {
  width: 860px;
  margin-top: 150px;
}

.product-kids-info.is-vanilla .product-kids-info__title {
  line-height: 60px;
  margin-bottom: 70px;
}

.product-kids-info.is-vanilla .product-kids-info__item p {
  line-height: 48px;
}

.product-kids-info.is-vanilla .product-kids-info__bottom {
  position: static;
  margin-top: 60px;
  font-weight: 400;
}

.product-kids-info.is-vanilla .product-kids-info__bottom a {
  color: #00A2C0;
}

.product-kids-info {
  position: absolute;
  top: 2450px;
  left: 0;
  width: 100%;
  color: #0083AE;
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.product-kids-info__title {
  text-align: center;
  margin-bottom: 100px;
}

.product-kids-info__item {
  text-align: center;
}

.product-kids-info__item.first {
  width: 400px;
  position: absolute;
  right: 80px;
  top: 210px;
}

.product-kids-info__item.second {
  width: 460px;
  position: absolute;
  left: 300px;
  top: 320px;
}

.product-kids-info__item.thrid {
  width: 450px;
  position: absolute;
  right: 0;
  top: 440px;
}

.product-kids-info__item h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  color: #0083AE;
  font-weight: 700;
  margin: 0;
}

.product-kids-info__item p {
  font-size: 30px;
  margin: 0;
}

.product-kids-info__bottom {
  font-size: 18px;
  position: absolute;
  top: 660px;
  left: 0;
}

.product-kids-info__bottom a {
  color: #0083AE;
}

.product-kids-info__bottom a:hover {
  text-decoration: none;
}

.product-kids__footer {
  position: relative;
  top: 100px;
  text-align: center;
  margin-top: -80px;
}

.product-kids__footer img {
  max-width: 100%;
  vertical-align: top;
}

.product-kids__footer .text-half {
  width: 50%;
  margin: 0;
}

.product-kids-information #product-left, .product-kids-information #product-right {
  width: 50%;
  margin-right: 0;
}

.product-kids-information .blue, .product-kids-information.originalflavor h2 {
  color: #0083AE;
}

.product-kids-information .vanilla, .product-kids-information h2, .shake-vanilla .vanilla, .shake-vanilla h2 {
  color: #00A2C0;
}

.product-kids-information .chocolate, .product-kids-information h2 {
  color: #9c5127;
}

.product-kids-information #bottle-inline {
  max-width: 550px;
}


.h-protein-greens {
  font-size: 44px; 
  line-height: 20px;
  color: #006D46 !important;
  margin: 120px 0 0;
}

.h-powder-vanilla {
  font-size: 56px; 
  line-height: 20px; 
  color: #609AB6 !important;
  margin: 120px 0 0;
}

.h-shake-vanilla {
  font-size: 56px; 
  line-height: 20px; 
  color: #00A2C0 !important;
  margin: 120px 0 0;
}

.h-powder-chocolate {
  font-size: 56px; 
  line-height: 20px; 
  color: #863A35 !important;
  margin: 120px 0 0;
}

.h-powder-caramel {
  font-size: 56px; 
  line-height: 20px; 
  color: #C77D30 !important;
  margin: 120px 0 0;
}



.h-powder-unflavored {
  font-size: 56px;
  line-height: 20px;
  color: #00A98F !important;
  margin: 120px 0 0;
}

.h-superfoods {
  font-size: 56px;
  line-height: 20px;
  margin: 120px 0 0;
}

.h-icecream {
  font-size: 56px;
  line-height: 100%;
  margin: 102px 0 0;
  text-transform: uppercase;
}

.h-oatmilk {
  font-size: 50px;
  line-height: 100%;
  margin: 130px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.barista-drop {
    height: 52px;
  }


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

  .product-kids-menu-left.nutrition ul li a {
    font-size: 12px;
    white-space: nowrap;
  }

  .product-kids-menu-right.nutrition ul li a {
    font-size: 12px;
  }



  .product-kids-menu-right.icecream ul li a {
    font-size: 12px;
  }

  .barista-drop {
    height: 49px;
  }

  .product-kids-menu-right.nutrition {
    max-height: 49px;
  }

.product-kids-information #bottle-inline {
  max-width: 90%;
}
  }

.product-kids-information #bottle-inline img {
  max-width: 630px;
}


@media(max-width: 1260px) {
  .product-kids-superhero.is-chocolate .product-kids-superhero__describe__wrap {
    width: auto;
    margin: 0;
  }
  .product-kids-superhero {
    min-height: inherit;
    padding: 0 0 100px;
  }
  .product-kids-superhero.is-chocolate {
    min-height: inherit;
    padding: 0 0 10px;
  }
  .product-kids-hero-wrap {
    width: auto;
    padding: 0 20px;
  }
  .product-kids-hero p {
    font-size: 30px;
    line-height: 160%;
  }
  .product-kids-superhero.is-vanilla .product-kids-superhero__describe__wrap {
    width: auto;
    margin: 0;
  }
  .product-kids-info__bottom {
    padding: 0 30px;
  }
  .product-kids-menu-left ul {
    width: 100%;
  }
  .product-kids-menu-left.icecream ul {
    width: 100%;
  }
  .kids-path__title {
    font-size: 5vw;
    line-height: 5vw;
  }
  .product-kids-ways__path {
    font-size: 2.5vw;
  }
  .kids-path__original p {
    line-height: 4vw;
  }
}

@media(max-width: 1000px) {

    #nutrition-landing-text {
      padding-top: 0px;
      padding-bottom: 20px;
  }

  .product-kids-superhero.is-chocolate {
    min-height: inherit;
    padding: 0 0 200px;
  }
  .product-kids-menu {
    top: 115px;
  }
  .product-kids-menu-left {
    width: 100%;
  }
  .product-kids-menu-right {
    display: none;
  }
  .product-kids-hero::after {
    display: none;
  }
  .product-kids-hero { padding-top: 80px; }
  .product-kids-hero-wrap {
    flex-direction: column;
    padding: 0;
  }
  .product-kids-hero__image {
    text-align: center;
    margin-right: 0;
    position: relative;
  }
  .product-kids-hero.is-original .product-kids-hero__image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -90px;
    background: url(../img/original_clouds.png) repeat-x;
    height: 187px;
    width: 100%;
  }

  .product-kids-hero.is-vanilla .product-kids-hero__image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    background: url(../img/vanilla-clouds1.png) repeat-x;
    height: 264px;
    width: 100%;
  }

  .product-kids-hero.is-chocolate .product-kids-hero__image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    background: url(../img/chocolate-mountains1.png) repeat-x;
    height: 187px;
    width: 100%;
  }

  .product-kids-hero__text {
    padding: 80px 20px 0;
  }
  .product-kids-superhero.is-original {
    margin-top: 60px;
    position: relative;
    padding: 0;
  }
  .product-kids-superhero__describe__wrap {
    width: 100%;
  }
  .product-kids-superhero__describe p { margin: 0 0 15px; }
  .product-kids-ways.is-original .product-kids-ways__wrap::after {
    top: -145px;
    width: 300px;
    height: 145px;
    background-size: cover;
  }

  /* KIDS PATH */

  .product-kids-ways__hidden {
    overflow: hidden;
    min-height: 3000px;
  }

  .kids-path__image {
    margin-right: 5%;
  }
  .kids-path__image img {
    height: 150px;
  }
  .kids-path__title {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 1%;
  }
  .product-kids-ways.is-original .kids-path__step1 {
    width: 100%;
    top: 50px;
  }
  .product-kids-ways.is-original .kids-path__step1 .kids-path__content {
    padding: 0;
    align-self: center;
  }
  .product-kids-ways.is-original .kids-path__step2 {
    top: 390px;
  }
  .product-kids-ways.is-original .kids-path__step2 .kids-path__content {
    padding: 0;
    align-self: center;
    width: 80%;
  }
  .product-kids-ways.is-original .kids-path__step4 {
    top: 880px;
  }
  .product-kids-ways.is-original .kids-path__step4 .kids-path__content {
    align-self: center;
    padding: 0;
  }
  .product-kids-ways.is-original .kids-path__step5 {
    top: 1150px;
  }
  .product-kids-ways.is-original .kids-path__step5 .kids-path__image {
    margin: 0 0 -20px;
  }
  .product-kids-ways.is-original .kids-path__step5 .kids-path__image img {
    height: 100px;
  }
  .product-kids-ways.is-original .kids-path__step6 {
    top: 1300px;
    left: 50%;
    width: 50%;
  }
  .product-kids-ways.is-original .kids-path__step7 {
    left: 10%;
    max-width: 700px;
    width: auto;
  }
  .product-kids-ways.is-original .product-kids-info {
    font-size: 6vw;
  }
  .product-kids-ways.is-original .product-kids-info__item h3 {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 1%;
  }
  .product-kids-ways.is-original .product-kids-info__item p {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .product-kids-ways.is-original .product-kids-info__item.first {
    top: 250px;
  }
  .product-kids-ways.is-original .product-kids-info__item.second {
    top: 350px;
  }
  .product-kids-ways.is-original .product-kids-info__item.thrid {
    top: 460px;
  }

  /* KIDS VANILLA */

  .product-kids-ways.is-vanilla .kids-path__step1 {
    top: 85px;
  }
  .product-kids-ways.is-vanilla .kids-path__step2 {
    top: 330px;
  }
  .product-kids-ways__path.is-vanilla .kids-path__step3 {
    top: 750px;
  }
  .product-kids-ways__path.is-vanilla .kids-path__step4 .kids-path__content {
    padding: 90px 10px 0 40px;
  }
  .product-kids-ways__path.is-vanilla .kids-path__step4 {
    top: 1150px;
  }
  .product-kids-superhero.is-original .bigtext br {
    display: none;
  }
  .product-kids-superhero.is-original {
    padding-bottom: 25%;
  }

}

@media(max-width: 768px) {



  .h-protein-greens {
    font-size: 30px; 
    line-height: 20px;
    margin: 0;
  }

  .h-powder-vanilla {
    font-size: 40px; 
    line-height: 20px; 
    margin: 0;
  }

  .h-powder-chocolate {
    font-size: 40px; 
    line-height: 20px; 
    margin: 0;
  }

  .h-powder-caramel {
    font-size: 40px; 
    line-height: 20px; 
    margin: 0;
  }

  .h-powder-coffee {
    font-size: 40px; 
    line-height: 20px; 
    margin: 0;
  }

  .h-powder-unflavored {
    font-size: 40px; 
    line-height: 20px; 
    margin: 0;
  }
  .h-superfoods {
    font-size: 40px; 
    line-height: 20px; 
    margin: 0;
  }
  .h-icecream {
    font-size: 40px; 
    line-height: 120%; 
    margin: -15px 0 0 0;
    text-transform: uppercase;
  }

  .h-oatmilk {
    font-size: 36px; 
    line-height: 120%; 
    margin: -15px 0 0 0;
    text-transform: uppercase;
  }

  .product-kids-ways__hidden {
    min-height: 2000px;
  }

  .product-kids-hero {
    padding-top: 40px;
  }

  .product-kids-hero__image img {
    height: 350px;
  }

  /* HERO */

  .product-kids-hero p, .product-kids-hero__text.small p{
    font-size: 26px;
    line-height: 40px;
  }

  .product-kids-hero__get {
    margin-top: 20px;
  }

  /* SUPER HERO */
  
  .product-kids-superhero.is-original {
    margin: 30px 0 120px;
    padding-bottom: 0;
  }
  
  .product-kids-superhero.is-chocolate {
    margin: 30px 0 120px;
    padding-bottom: 0;
  }

  .product-kids-superhero__describe {
    position: static !important;
    margin: 0 0 200px !important;
    padding: 0 15px !important;
    width: 100% !important;
  }

  /* PRODUCT WAYS */

  .product-kids-ways.is-original .product-kids-ways__wrap::after {
    margin-left: -150px;
    left: 50%;
  }

  .product-kids-ways__download { padding-top: 20px; }
  .product-kids-ways__download a {
    background-size: 40px;
    background-position: 50% 15px;
    font-size: 14px;
    padding-top: 60px;
    width: 100px;
    height: 100px;
  }

  .product-kids-ways {
    margin-top: 130px;
  }

  .product-kids-ways.is-original {
    background: #0083AE url(../img/original-path2.png) 50% 200px no-repeat;
    min-height: 2350px;
    margin: 0;
  }

  .kids-path__title {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }

  .kids-path__original p {
    font-size: 13px;
    line-height: 15px;
  }

  .kids-path__image {
    margin-top: 2%;
  }

  .kids-path__image img {
    height: 80px;
  }

  .product-kids-ways.is-original .kids-path__step1 {
    top: 0;
    left: 0;
  }

  .product-kids-ways.is-original .kids-path__step2 {
    top: 220px;
    flex-direction: column;
    align-items: center;
    left: 10%;
    max-width: 360px;
  }

  .product-kids-ways.is-original .kids-path__step2 .kids-path__image {
    order: 0;
  }

  .product-kids-ways.is-original .kids-path__step3 {
    top: 545px;
  }

  .product-kids-ways.is-original .kids-path__step4 {
    top: 420px;
    flex-direction: column;
    align-items: center;
  }

  .product-kids-ways.is-original .kids-path__step4 .kids-path__content {
    order: 0;
  }

  .product-kids-ways.is-original .kids-path__step5 {
    top: 710px;
  }

  .product-kids-ways.is-original .kids-path__step5 .kids-path__image {
    margin: 0 20px 0;
  }

  .product-kids-ways.is-original .kids-path__step6 {
    top: 910px;
    left: 0;
    width: 100%;
  }

  .product-kids-ways.is-original .kids-path__step7 {
    left: 0;
    max-width: 700px;
    width: auto;
    top: 1220px;
  }

  .product-kids-ways.is-original .kids-path__step7 .kids-path__title {
    font-size: 4vw;
    line-height: 4.5vw;
    margin-bottom: 0;
  }

  .product-kids-info {
    top: 1700px;
  }

  .product-kids-info__item.first,
  .product-kids-info__item.second,
  .product-kids-info__item.thrid {
    width: auto;
  }

  .product-kids-ways.is-original .product-kids-info__item.first {
    width: auto;
    top: 210px;
    right: 3%;
  }

  .product-kids-ways.is-original .product-kids-info__item.second {
    left: 5%;
    width: auto;
    top: 260px;
  }

  .product-kids-ways.is-original .product-kids-info__item.thrid {
    right: 5%;
    width: auto;
    top: 340px;
  }

  .product-kids-ways.is-original .product-kids-info__bottom {
    top: 560px;
    font-size: 14px;
  }

  .product-kids__footer {
    top: 0;
    margin: 0;
  }

  .product-kids-information #product-left {
    padding-top: 100px;
  }

  .product-kids-menu-left ul li a {
    padding-left: 0;
    padding-right: 0;
  }

  .product-kids-menu-left ul li a.two-lines {
    padding-top: 13px;
  }

}

.product-kids-ways.is-vanilla {
  position: relative;
}

.product-kids-ways.is-vanilla .product-kids-ways__wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}

.product-kids-ways.is-vanilla .product-cover-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-kids-ways.is-vanilla .kids-path__image {
  display: none;
}

.product-kids-ways.is-vanilla .product-kids-ways__path {
  height: 100%;
}

.product-kids-ways.is-vanilla .kids-path__step1 {
  top: 0;
  left: 25%;
}

.product-kids-ways.is-vanilla .kids-path__title {
  font-size: 3.5vw;
  line-height: 3.5vw;
}

.product-kids-ways__path.is-vanilla .kids-path__step1 .kids-path__content {
  padding: 0;
}

.product-path {
  position: relative;
}

.product-path.is-original {
  margin-bottom: 50px;
}

.product-path.is-vanilla::after {
  content: "";
  position: absolute;
  top: -271px;
  left: calc(50% - 540px);
  background: url('../img/vanilla-header1.png') no-repeat;
  width: 540px;
  height: 271px;
}

.product-path.is-chocolate::after {
  content: "";
  position: absolute;
  top: -265px;
  left: calc(50% - 540px);
  background: url('../img/chocolate-header1.png') no-repeat;
  width: 540px;
  height: 265px;
}

.product-path.is-original::after {
  content: "";
  position: absolute;
  top: -265px;
  left: calc(50% - 540px);
  background: url('../img/original-header1.png') no-repeat;
  width: 540px;
  height: 265px;
}

.product-path-mobile, .product-path-pc {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-path-mobile {
  display: none;
}

.product-path__text {
  position: absolute;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  color: #fff;
}

.product-path__text sup {
  font-size: 12px;
  top: -10px;
}

@media(max-width: 600px) {

.product-kids-menu-left.icecream ul li a {
  font-size: 8px;
}

.product-kids-menu-left.icecream a.two-lines {
  padding: 16px 0 16px !important;
}

.product-path__text sup {
  font-size: 60%;
  top: -6px;
}
  }

.product-path__title {
  font-size: 3.3vw;
  line-height: 3.3vw;
}

.product-path__text p {
  font-size: 2vw;
  line-height: 2.5vw;
  margin: 0;
}

/* ORIGINAL PATH */


.product-path.is-original .product-path__step1 {
  top: 7%;
  margin-left: 35%;
}

.product-path.is-original .product-path__step2 {
  top: 16%;
  right: 0;
  margin-right: 23%;
  text-align: center;
}

.product-path.is-original .product-path__step3 {
  top: 33%;
  margin-left: 16%;
}

.product-path.is-original .product-path__step4 {
  top: 33%;
  right: 0;
  margin-right: 31%;
}

.product-path.is-original .product-path__step5 {
  top: 43%;
  margin-left: 34%;
  transform: rotate(-7deg);
}
.product-path.is-original .product-path__step6 {
  top: 55%;
  right: 0;
  text-align: center;
  margin-right: 17%;
  transform: rotate(7deg);
}

.product-path.is-original .product-path__text p.small {
  font-size: 1.5vw;
  line-height: 2vw;
}

.product-path.is-original .product-path__step7 {
  top: 61%;
  margin-left: 25%;
}

.product-path.is-original .product-path__step8 {
  top: 75%;
  text-align: center;
  color: #0083AE;
  width: 100%;
}

.product-path.is-original .product-path__step9 {
  top: 83%;
  margin-right: 23%;
  text-align: center;
  color: #0083AE;
  right: 0;
}

.product-path.is-original .product-path__step10 {
  top: 87%;
  margin-left: 36%;
  text-align: center;
  color: #0083AE;
}

.product-path.is-original .product-path__step11 {
  top: 92%;
  margin-right: 18%;
  text-align: center;
  color: #0083AE;
  right: 0;
}

.product-path.is-original .product-path__step12 {
  top: 97%;
  padding: 0 20px;
  width: 100%;
  color: #0083AE;
}

.product-path.is-original .product-path__step12 p.small {
  font-size: 1.5vw;
  line-height: 2vw;
}

.product-path.is-original .product-path__step12 a {
  color: #0083AE;
}


.product-path.is-original .showers {
  display: block;
}



/* VANILLA PATH */

.product-path.is-vanilla .product-path__step1 {
  top: 9%;
  margin-left: 27%;
}

.product-path.is-vanilla .product-path__step2 {
  top: 12%;
  right: 0;
  margin-right: 30%;
  max-width: 330px;
  text-align: center;
  transform: rotate(-5deg);
}

.product-path.is-vanilla .product-path__step3 {
  top: 28%;
  margin-left: 33%;
}

.product-path.is-vanilla .product-path__step4 {
  top: 42%;
  margin-right: 22%;
  right: 0;
  transform: rotate(8deg);
}

.product-path.is-vanilla .product-path__step5 {
  top: 56%;
  margin-left: 22%;
  transform: rotate(-8deg);
}

.product-path.is-vanilla .product-path__step6 {
  top: 67%;
  text-align: center;
  width: 100%;
}

.product-path.is-vanilla .product-path__step6 .product-path__title {
  color: #e54360;
  width: 100%;
}

.product-path.is-vanilla .product-path__step7 {
  top: 78%;
  margin-left: 28%;
  color: #e54360;
}

.product-path.is-vanilla .product-path__step8 {
  top: 86%;
  margin-left: 26%;
  color: #e54360;
  text-align: center;
}

.product-path.is-vanilla .product-path__step9 {
  top: 93%;
  color: #e54360;
}

.product-path.is-vanilla .product-path__step9 p {
  font-size: 1.1vw;
  line-height: 1.6vw;
  padding: 0 20px;
}

.product-kids-superhero.is-vanilla {
  position: relative;
}

.product-kids-superhero.is-vanilla h2 {
  text-align: left;
  color: #e54360;
  position: relative;
  font-size: 9vw;
  line-height: 100%;
  margin: 0;
  font-weight: 700;
  width: 100%;
}

.product-kids-superhero.is-vanilla .bigtext {
  color: #e54360;
}



/* CHOCOLATE PATH */


.product-path.is-chocolate .product-path__text {
  color: #9c5127;
}

.product-path.is-chocolate .product-path__text p {
  font-size: 1.6vw;
  line-height: 2vw;
}

.product-path.is-chocolate .product-path__step1 {
  top: 5%;
  margin-left: 30%;
}

.product-path.is-chocolate .product-path__step2 {
  top: 9%;
  right: 0;
  margin-right: 16%;
  text-align: right;
}

.product-path.is-chocolate .product-path__step3 {
  top: 18%;
  right: 0;
  margin-right: 9%;
}

.product-path.is-chocolate .product-path__step4 {
  top: 26%;
  margin-left: 9%;
  transform: rotate(5deg);
}

.product-path.is-chocolate .product-path__step5 {
  top: 29%;
  margin-right: 7%;
  right: 0;
  transform: rotate(-5deg);
}

.product-path.is-chocolate .product-path__step6 {
  top: 35%;
  margin-left: 13%;
  text-align: right;
}

.product-path.is-chocolate .product-path__step7 {
  top: 43%;
  right: 0;
  margin-right: 23%;
}

.product-path.is-chocolate .product-path__step8 {
  top: 50%;
  margin-left: 26%;
}

.product-path.is-chocolate .product-path__step9 {
  top: 60%;
  margin-left: 42%;
}

.product-path.is-chocolate .product-path__step10 {
  top: 73%;
  width: 100%;
  text-align: center;
}

.product-path.is-chocolate .product-path__step11 {
  top: 81%;
  text-align: center;
  margin-left: 20%;
}

.product-path.is-chocolate .product-path__step12 {
  top: 85%;
  text-align: center;
  margin-left: 38%;
}

.product-path.is-chocolate .product-path__step13 {
  top: 91%;
  text-align: center;
  margin-left: 25%;
}

.product-path.is-chocolate .product-path__step14 {
  top: 97%;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}



@media(max-width: 1000px) {


  .product-kids-information #product-left, .product-kids-information #product-right {
    width: 100%;
  }
   #product-left {
    padding-top: 150px;
  }
  #product-wrapper {
    flex-direction: column;
  }
  #product-left {
    background: none;
  }
  #product-right {
    padding: 50px 0;
  }
  #product-right, #product-left {
    width: 100%;
  }
  .product-module {
    max-width: 100%;
  }
  .product-right-bottles {
    text-align: center;
  }
  .product-right-bottles img {
    max-width: 100%;
  }
  .product-kids-superhero.is-vanilla {
    margin: 70px 0 200px;
  }
  .product-kids-superhero.is-chocolate {
    margin: 30px 0 0;
  }
  .product-path.is-vanilla::after,
  .product-path.is-chocolate::after,
  .product-path.is-original::after {
    top: -171px;
    width: 340px;
    height: 171px;
    background-size: cover;
    left: 0;
  }
  .product-path.is-original::after,
  .product-path.is-chocolate::after {
    width: 350px;
  }
}

@media(max-width: 768px) {
  .product-path-pc {
    display: none;
  }
  .product-path-mobile {
    display: block;
  }
  .product-path__title {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .product-path.is-original {
    margin: 0;
  }

  /* ORIGINAL PATH */

  .product-path.is-original .product-path__step1 {
    margin-left: 32%;
  }

  .product-path.is-original .product-path__step2 {
    margin-right: 17%;
    top: 17%;
  }

  .product-path.is-original .product-path__step3 {
    top: 32%;
    margin-left: 2%;
  }

  .product-path.is-original .product-path__step4 {
    top: 32%;
    margin-right: 27%;
  }

  .product-path.is-original .product-path__step5 {
    top: 43%;
    margin-left: 30%;
  }

  .product-path.is-original .product-path__step6 {
    margin-right: 5%;
  }

  .product-path.is-original .product-path__step7 {
    margin-left: 17%;
  }

  /* VANILLA PATH */
  .product-path.is-vanilla .product-path__step1 {
    margin-left: 14%;
  }
  .product-path.is-vanilla .product-path__step2 {
    top: 13%;
  }
  .product-path.is-vanilla .product-path__step3 {
    margin-left: 23%;
  }
  .product-path.is-vanilla .product-path__step4 {
    top: 43%;
    margin-right: 12%;
  }
  .product-path.is-vanilla .product-path__step5 {
    margin-left: 18%;
  }
  .product-path.is-chocolate::after,
  .product-path.is-original::after,
  .product-path.is-vanilla::after {
    left: 50%;
    margin-left: -170px;
  }
  .product-kids-superhero.is-vanilla h2 {
    top: 43%;
    line-height: 14vw;
    font-size: 14vw;
  }

  .product-kids-superhero.is-vanilla .subtext {
    top: 75%;
    max-width: 45%;
    margin-left: 3%;
    font-size: 2vw;
    line-height: 3vw;
  }

  /* CHOCOLATE PATH */

  .product-path__title.small-title {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .product-path.is-chocolate .product-path__step1 {
    margin-left: 25%;
  }

  .product-path.is-chocolate .product-path__step2 {
    margin-right: 12%;
  }

  .product-path.is-chocolate .product-path__step3 {
    margin-right: 6%;
  }

  .product-path.is-chocolate .product-path__step4 {
    margin-left: 1%;
  }

  .product-path.is-chocolate .product-path__step5 {
    top: 28%;
    margin-right: 7%;
  }

  .product-path.is-chocolate .product-path__step6 {
    margin-left: 2%;
  }

  .product-path.is-chocolate .product-path__step7 {
    margin-right: 15%;
  }

  .product-path.is-chocolate .product-path__step8 {
    margin-left: 20%;
  }

}

/* Timur Desktop */

.facts-info {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  top: -100px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

.facts-info .footnote {
  margin: 5px auto;
}

.facts-info span.break {
  word-break: break-all;
}

.facts-info.is-chocolate, .facts-info.is-chocolate a {
  color: #9c5127;
}


.facts-info.is-vanilla {
  color: #e54360;
  top: -120px;
}

.facts-info.is-vanilla a {
  color: #e54360;
}

.facts-info.is-original, .facts-info.is-original a {
  color: #0083AE;
}

.product-kids-superhero__describe {
    margin-top: -37%;
    left: 50%;
    position: relative;
    width: 40%;
    max-width: 690px;
}

.product-kids-superhero__describe.is-vanilla {
    margin-top: -42%;
    left: 50%;
    position: relative;
    width: 40%;
    max-width: 690px;
}

.product-kids-superhero__describe.is-chocolate {
    margin-top: -15%;
    left: 50%;
    position: relative;
    width: 40%;
    max-width: 690px;
}


#kids_hero-bg {
  position: relative;
  display: inline-block;
/*  background: url("/img/kids-top1.jpg?ver=113") no-repeat;
*/  width: 100%;
/*  height: 50vh;
*/  min-height: 220px;
  max-height: 580px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 91px;
}

#nutrition_hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/nutrition-top2.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  max-height: 632px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 91px;
}

#nutrition_protein_shake_hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/nutrition-protein-shake-top2.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  max-height: 658px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 146px;
}

#nutrition_protein_powder_hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/nutrition-protein-powder-top2.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  max-height: 658px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 146px;
}

#yogurt_hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/hero-creamy-yogurt.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  max-height: 462px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 91px;
}

#icecream_hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/hero-ice-cream2.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  max-height: 462px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 91px;
}

#superfoods_hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/hero-superfoods3.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  max-height: 462px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 91px;
}

.kids-landing-mobile {
  display: none !important;
}

@media(max-width: 1000px) {



#kids_hero-bg, #yogurt_hero-bg,  #icecream_hero-bg, #superfoods_hero-bg, #nutrition_hero-bg, #nutrition_protein_powder_hero-bg, #nutrition_protein_shake_hero-bg  {
    margin-top: 75px;
    height: auto;
    min-height: auto;
  }


.kids-landing-desktop {
  display: none !important;
}

.kids-landing-mobile {
  display: block !important;
}

#kids_hero-bg {
    /*background: url('../img/kids-top-m1.jpg') no-repeat;*/
    background-size: contain;
    padding-bottom: 20px;
  }

#nutrition_hero-bg {
    background: url('../img/nutrition-top2-m1.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 58%;
  }

#nutrition_protein_powder_hero-bg {
    background: url('../img/nutrition-protein-powder-top2-m.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 66%;
  }

#nutrition_protein_shake_hero-bg {
    background: url('../img/nutrition-protein-shake-top2-m.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 56%;
  }

#yogurt_hero-bg {
    background: url('../img/yogurt-top-m2.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 44%;
  }

#icecream_hero-bg {
    background: url('../img/icecream-hero-m2.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 44%;
  }

#superfoods_hero-bg {
    background: url('../img/hero-superfoods3-m.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 40%;
  }

#products-overview.is-kids {
  top: 108%;
}

#products-overview.is-nutrition {
  top: 108%;
}

#products-overview.is-yogurt {
  top: 108%;
}

#products-overview.is-icecream {
  top: 108%;
}

.product-kids-superhero__describe { 
  left: 45%;
  width: 45%;
}

.product-kids-superhero__describe.is-vanilla { 
  left: 50%;
  width: 45%;
}

.product-kids-superhero__describe p {
  font-size: 16px;
  line-height: 160%;
}

 .product-path.is-chocolate::after,
  .product-path.is-original::after,
  .product-path.is-vanilla::after {
    left: 50%;
    margin-left: -170px;
  }


.facts-info.is-original { 
  top: -50px;
}

  }

@media(max-width: 768px) {
.product-kids-superhero__describe {
    width: 100%;
}

.product-kids-hero.is-original .product-kids-hero__image::after {
  height: 180px;
  background-size: auto 100px;
}

.product-kids-hero.is-vanilla .product-kids-hero__image::after {
  height: 180px;
  background-size: auto 120px;
}

.product-kids-hero.is-chocolate .product-kids-hero__image::after {
  height: 180px;
  background-size: auto 160px;
}

.product-kids-hero__text {
  padding: 0px 20px 0;
}





}




@media(max-width: 600px) {



  .facts-info { 
  font-size: 10px;
  line-height: 140%;
  top: 0;
  padding: 0 15px;
  }

.facts-info.is-vanilla {
  top: -60px;
}

.facts-info.is-original {
  top: 0;
}

.product-path__text p {
  font-size: 3vw;
  line-height: 100%;
}

.product-path__title {
  font-size: 4vw;
  line-height: 100%;
  margin-bottom: 1%;
}

.product-path.is-original .product-path__text p.small {
  font-size: 2.5vw;
  line-height: 110%;
}

.product-path.is-chocolate .product-path__text p {
  font-size: 2.6vw;
  line-height: 110%;
}

.product-path.is-chocolate .product-path__step3 {
  margin-right: 4%;
  width: 26%;
}

.product-path.is-chocolate .product-path__step4 {
  margin-top: 5%;
}

.product-path.is-chocolate .product-path__step5 {
  margin-right: 4%;
  width: 26%;
}

.product-path.is-chocolate .product-path__step6 {
  width: 26%;
}



  #kids_hero-bg {
    /*background: url('../img/kids-top-m1.jpg') no-repeat;*/
    background-size: contain;
    padding-bottom: 20px;
  }

  #nutrition_hero-bg {
    background: url('../img/nutrition-top2-m1.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 58%;
  }

  #nutrition_protein_powder_hero-bg {
    background: url('../img/nutrition-protein-powder-top2-m.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 66%;
  }
  #nutrition_protein_shake_hero-bg {
    background: url('../img/nutrition-protein-shake-top2-m.jpg') no-repeat;
    background-size: contain;
    padding-bottom: 56%;
  }

  #kids-landing-text h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0 10px
  }

  #kids-landing-text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }

  #nutrition-landing-text h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0 10px
  }

  #nutrition-landing-text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }

  #yogurt-landing-text h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 10px
  }
  #yogurt-landing-text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }

  #icecream-landing-text h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 10px
  }
  #icecream-landing-text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .dairy-free {
    padding: 30px 0;
    font-size: 30px;
  }
  .kids-package img {
    height: 350px;
  }


/* Timur Mobile */





 .product-kids-hero p, .product-kids-hero__text.small p{
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 2;
  }

.product-kids-superhero.is-original img {
  padding-right: 10px;
}





.product-kids-superhero__describe p strong {
  display: block;
  font-size: 20px !important;
  line-height: 140% !important;
  margin-bottom: 10px !important;
}

.product-kids-superhero__describe p {
  font-size: 16px;
  line-height: 140%;
}


.product-kids-superhero.is-vanilla {
  margin: 40px 0 200px;
  min-height: inherit;
  padding: 0;
}

.product-path.is-vanilla .product-path__step9 p, .product-path.is-chocolate .product-path__step14 p {
  font-size: 8px;
  line-height: 120%;
}




.product-kids__footer {
  margin-top: 50px;
}



.superhero-column {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  text-align: center;
}




}



/* Rollover effects */

.rollover-wrapper {
  display: block;
  position:relative;
  margin:0 auto;
  clear:both;
  padding-bottom: 50%;
}

.rollover-wrapper.is-small {
  padding-bottom: 60%;
}

.rollover-wrapper img {
  position:absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.rollover-wrapper img.top:hover {
  opacity:0;
}



.nutrition-breadcrumbs a:hover {
  color: #999 !important;
}

.product-kids-menu-left.nutrition a:hover {
  background-color: #444 !important;
  color: white !important;
}

.product-kids-menu-left.icecream a:hover {
  background-color: #444 !important;
  color: white !important;
}

.product-kids-menu-left .is-active a:hover {
  color: black !important;
  background: #ffffff !important;
}







.product-kids-menu-left a.two-lines {
  padding: 10px 25px 16px;
}


.product-kids-menu-left.icecream a.two-lines {
  padding: 10px 0 16px;
}



