html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@-moz-document url-prefix() {
  html {
    display: block !important;
  }
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline-width: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
label {
  display: inline-block;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #2f3135;
  font-family: "Open Sans", sans-serif;
}
img {
  max-width: 100%;
}
.container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
}
.fb-like span {
  width: 120px !important;
}
.fb-like span > iframe {
  width: 120px !important;
}
.hamburger-menu__checkbox {
  display: none;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__aside {
  box-shadow: -10px 0 25px rgba(24, 24, 24, 0.15);
  transform: translateX(-491px);
}
.hamburger-menu__icon {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  vertical-align: middle;
}
.hamburger-menu__icon__item {
  background: #ffffff;
  border-radius: 20px;
  display: block;
  height: 5px;
  margin-top: 5px;
  transition: all 150ms linear;
  width: 25px;
}
.hamburger-menu__icon__item:first-child {
  margin-top: 0;
}
.hamburger-menu__aside {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  overflow: auto;
  padding: 50px;
  position: fixed;
  right: -491px;
  top: 0;
  transition: all 150ms ease-in-out;
  width: 491px;
  z-index: 100000000;
}
.hamburger-menu__aside__title {
  border-top: solid 1px #999;
  color: #0a8ea2;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.04;
  margin: 30px 0 0;
  padding: 30px 0 10px;
  text-align: left;
  text-transform: uppercase;
}
.hamburger-menu__aside__title:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.hamburger-menu__aside__menu {
  display: flex;
  flex-direction: column;
}
.hamburger-menu__aside__menu-item {
  color: #999990;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.hamburger-menu__aside__menu-item:hover {
  color: #0a8ea2;
}
.hamburger-menu__aside__menu-item small {
  display: block;
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 3px;
  margin-top: -12px;
}
.hamburger-menu__aside__badge {
  color: #f05269;
  display: inline-block;
  font-weight: bold;
  padding: 0 3px;
}
.hamburger-menu__aside__close {
  cursor: pointer;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 150ms linear;
}
.hamburger-menu__aside__close:hover {
  transform: scale(1.2);
}
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}
.header__container {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  max-width: 1120px;
  padding: 12px 24px;
  width: 100%;
}
.header__logo {
  color: #ffffff;
  font-family: Playball, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0;
  margin-right: auto;
  text-transform: uppercase;
}
.header__logo span {
  font-family: "Abril Fatface", sans-serif;
}
.header__facebook {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 30px;
}
.header__menu {
  margin-left: 16px;
}
.hero {
  background-color: #39b06d;
  border-bottom: 1px solid #39b06d;
  position: relative;
  z-index: 3;
}
.hero::before {
  background: url("../../img/amino-h2o-cucumber-pear/amino-cp-hero--extended.png") calc(50% - 80px) top no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.hero__container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 16px 12px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.hero__badge {
  background: linear-gradient(180deg, #ffeaa1 0%, #ffcc53 100%);
  border-radius: 999px;
  color: #7d5600;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 16px auto 10px;
  max-width: 280px;
  padding: 8px 14px;
  text-align: center;
  text-transform: uppercase;
}
.hero__title {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 12px;
  padding: 22px 0 8px;
  text-align: center;
}
.hero__title__intro {
  display: block;
  font-size: 66px;
  font-weight: 400;
  line-height: 0.88;
  margin-bottom: 8px;
}
.hero__title__main {
  color: #ffffff;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 0.86;
}
.hero__title sup {
  font-size: 0.32em;
  position: relative;
  top: -1.15em;
}
.hero__title__subline {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0;
  line-height: 0.95;
  margin-top: 10px;
  white-space: nowrap;
}
.hero__title__highlight {
  background: #f4e940;
  color: #2f3135;
  display: inline-block;
  line-height: 1.02;
  margin-left: 4px;
  padding: 2px 7px 4px;
  text-shadow: none;
}
.mobile .hero::before {
  background-image: url("../../img/amino-h2o-cucumber-pear/amino-cp-hero--mobile.png");
  background-position: center center;
  background-size: cover;
}
.mobile .hero__title {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 100%;
}
.mobile .hero__title__intro {
  font-size: 100px;
  font-weight: 600;
}
.mobile .hero__title__main {
  font-size: 140px;
  line-height: 0.9;
}
.mobile .hero__title__subline {
  column-gap: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 66px;
  line-height: 1.2;
  margin-top: 20px;
  white-space: normal;
  justify-content: center;
}
.mobile .hero__title__highlight {
  padding: 3px 12px 5px;
}
.video-container .desktop-video-container {
  border: 10px solid #ffffff30;
  border-radius: 5px;
  margin: 0 auto;
  width: 760px;
}
.video-container .mobile-video-container {
  border: 20px solid #33333330;
  border-radius: 20px;
  box-shadow: none;
  margin: 0 auto;
}
.mobile .video-container {
  padding: 0 40px 0;
}
.mobile .video-container--ecom {
  padding: 0 35px;
}
.mobile-video-active .video-container {
  position: relative;
  z-index: 10000;
}
.video-disclaimer {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  width: 760px;
  margin: auto;
  padding: 10px 0 10px;
  text-align: center;
}
.video-disclaimer--ecom {
  margin: 0 auto;
  text-align: center;
}
.mobile .video-disclaimer {
  font-size: 26px;
  padding-left: 120px;
  padding-right: 120px;
  text-align: center;
  width: 100%;
}
.mobile-video-active .video-disclaimer {
  background: #000000;
  color: #ffffff;
  padding: 20px;
}
.mobile .video-disclaimer--ecom {
  margin: 0;
  padding: 20px 0 40px;
  text-align: center;
  width: 100%;
}
.buy-area__banner {
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}
.buy-area__banner--top {
  margin: 40px auto -75px;
}
.buy-area__banner--bottom {
  margin: -20px auto 40px;
}
.buy-area__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  background: #96CB78;
  border: 4px solid #96CB78;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "title title title" "one two three";
  margin: 40px auto;
  padding: 0;
}
.buy-area__title {
  color: #ffffff;
  background: #96CB78;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  font-weight: 600;
  grid-area: title;
  line-height: 1;
  padding: calc(20px - 4px) 0 20px;
  text-align: center;
  width: 100%;
}
.buy-area--pushed-up {
  margin-top: -120px;
}
.buy-area__item {
  background: #ffffff;
  color: #2f3135;
  font-family: "Open Sans", sans-serif;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 0 0 calc(20px / 2);
  position: relative;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(8, auto);
  grid-template-areas: "banner" "package" "image" "price" "savings" "add-to-cart" "total" "shipping";
}
.buy-area__item--first {
  grid-area: one;
}
.buy-area__item--second {
  grid-area: two;
}
.buy-area__item--third {
  grid-area: three;
}
.buy-area__item__banner {
  grid-area: banner;
  height: 90px;
  margin: -5px auto 15px;
  width: 100%;
  text-align: center;
}
.buy-area__item__banner__text {
  background: linear-gradient(to bottom, #FFCD00, #F5A805);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding: 5px 0 40px;
  height: 100%;
  width: 100%;
}
.buy-area__item__package {
  color: #96CB78;
  grid-area: package;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin-top: calc(-20px / 2);
}
.buy-area__item__supply {
  grid-area: supply;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.buy-area__item__image {
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  margin: 30px 0 40px;
  padding: 0 10px;
  width: 100%;
}
.buy-area__item__image img {
  height: 100%;
}
.buy-area__item__price {
  grid-area: price;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.buy-area__item__price__subtotal {
  color: #2f3135;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
.buy-area__item__price__quantity {
  color: #2f3135;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.8;
  margin-top: 5px;
}
.buy-area__item__savings {
  grid-area: savings;
  color: #E3847D;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: -5px auto 15px;
}
.buy-area__item__add-to-cart {
  grid-area: add-to-cart;
  background: linear-gradient(#FACC00 0%, #F5A800 100%);
  border-bottom: 1px solid #61a03d;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  padding: calc(20px / 2) 0 calc(20px / 4 * 3);
  text-transform: uppercase;
  width: 80%;
  position: relative;
  text-align: center;
}
.buy-area__item__add-to-cart:hover {
  background: linear-gradient(#F5A800 0%, #FACC00 100%);
}
.buy-area__item__add-to-cart a {
  color: #ffffff;
}
.buy-area__item__add-to-cart a:hover {
  text-decoration: none;
}
.buy-area__item__total {
  grid-area: total;
  display: flex;
  flex-direction: row;
  gap: 0.35rem;
  margin: calc(20px / 2) auto 0;
  color: #5f6670;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
}
.buy-area__item__total__before {
  text-decoration: line-through;
}
.buy-area__item__total__after {
  color: #E3847D;
  font-weight: bold;
}
.buy-area__item__pointer {
  position: absolute;
  width: 80px;
  right: -45px;
  bottom: -45px;
}
.buy-area__item__shipping {
  grid-area: shipping;
  color: #2f3135;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin: 0 auto 0;
}
.buy-area__item__shipping--free {
  color: #cc0000;
  font-weight: bold;
}
.buy-area--inverse {
  background: #2f3135;
  padding: 0 0 60px;
}
.buy-area--inverse > .buy-area__container {
  margin: 0 auto;
}
.mobile .buy-area__container {
  border: 0;
  background: #ffffff;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
  grid-template-areas: "title" "three" "two" "one";
  gap: 2rem;
  padding: 0 20px;
}
.mobile .buy-area__banner {
  margin: 20px auto 0;
  width: 90%;
}
.mobile .buy-area__title {
  background: #ffffff;
  color: #16985b;
  font-size: 100px;
  padding: 0;
}
.mobile .buy-area__item {
  grid-template-columns: 48% 52%;
  grid-template-rows: repeat(6, auto);
  grid-template-areas: "package price" "image price" "image savings" "image add-to-cart" "image total" "banner shipping";
  border: 6px solid #16985b;
  border-radius: 20px;
}
.mobile .buy-area__item__banner {
  height: 40px;
}
.mobile .buy-area__item__banner__text {
  border-radius: 50%;
  clip-path: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  line-height: 0.9;
  height: 160px;
  margin: -120px auto -80px;
  padding-top: 37px;
  transform: rotate(-25deg);
  width: 160px;
}
.mobile .buy-area__item__package {
  align-self: flex-start;
  font-size: 100px;
  margin-top: 20px;
}
.mobile .buy-area__item__supply {
  font-size: 70px;
}
.mobile .buy-area__item__image {
  height: 284px;
}
.mobile .buy-area__item__price {
  margin-top: 0;
}
.mobile .buy-area__item__price__subtotal {
  font-size: 180px;
}
.mobile .buy-area__item__price__quantity {
  font-size: 70px;
  line-height: 0.9;
  margin-top: 30px;
}
.mobile .buy-area__item__savings {
  font-size: 45px;
  margin: 0 auto;
}
.mobile .buy-area__item__add-to-cart {
  border-radius: 20px;
  font-size: 80px;
  padding: 30px 30px 40px;
  width: 90%;
}
.mobile .buy-area__item___pointer {
  position: absolute;
  width: 100px;
  right: -30px;
  bottom: -30px;
}
.mobile .buy-area__item__total {
  font-size: 45px;
  margin: 0 auto;
}
.mobile .buy-area__item__shipping {
  font-size: 40px;
  margin: -5px auto 15px;
}
/*
.buy-area--bogo {
  .buy-area {
    @spacer: @x;
    @color--important: darken(#ff0000, 10%);

    &__container {
      grid-template-areas:
      "one two three";
    }

    &__item {
      grid-template-areas:
      "package"
      "price"
      "image"
      "supply"
      "add-to-cart"
      "total"
      "shipping";

      &__price {
        &__free {
          color: #e11010;
          font-size: 140px;
          font-weight: 700;
          line-height: 1;
        }
      }

      &__package {
        &--bogo {
          color: #e11010;
        }
      }

      &__supply {
        margin-bottom: @x*0.5;
      }

      &--first {
        .buy-area__item__image {
          img {
            height: 190px;
            margin-top: -10px;
          }
        }
      }
    }


  }
}
.mobile .buy-area--bogo {
  .buy-area {
    &__container {
      grid-template-areas:
      "three"
      "two"
      "one";
    }

    &__item {
      grid-template-columns: 48% 52%;
      grid-template-rows: repeat(6, auto);
      grid-template-areas:
      "package price"
      "image supply"
      "image savings"
      "image add-to-cart"
      "image total"
      "image shipping";

      &__package {
        font-size: 195px;
        margin-left: 40px;
        margin-right: -40px;

        &--bogo {
          margin-right: -190px;
          margin-left: 0;
        }
      }

      &__price {

        &__free {
          font-size: 195px;
          margin-left: 140px;
          margin-top: 40px;
        }

        &__subtotal {
          font-size: 195px;
          margin-top: 35px;
        }

        &__quantity {
          font-size: 90px;
          line-height: 0.7;
          margin-top: 58px;
        }
      }

      &__supply {
        margin-bottom: 20px;
        margin-top: 20px;
      }

      &--first {
        .buy-area__item__image {
          img {
            height: 339px;
            margin-top: -10px;
          }
        }
      }
    }
  }
}
.buy-area--true-bogo {
  .buy-area {

    &__container {
      grid-template-columns: 1fr;
      grid-template-areas:
      "title"
      "one";
    }

    &__title {
      color: #6D6E71;
      font-size: 32px;
      font-family: "Open Sans", serif;
      font-weight: normal;
      margin-bottom: 5px;
      text-align: center;
    }

    &__item {
      grid-template-areas:
      "image"
      "quantity"
      "add-to-cart"
      "savings";

      &:hover {
        box-shadow: 0 2px 10px 3px #999999;
        transform: none;
      }

      &--first {

        background: linear-gradient(to bottom, #E6E7E9, #FFFFFF);
        border: 3px solid #E1E1E1;
        border-radius: 20px;
        margin: 50px auto 20px;
        width: 65%;

      }

      &__image {
        margin-top: -60px;
      }

      &__add-to-cart {
        a {
          display: block;
        }
      }

      &__quantity {
        grid-area: quantity;
        display: table;
        position: relative;
        margin: 0 auto @x;
        width: 80%;

        &__title {
          color: #000000;
          font-family: sans-serif;
          font-size: 24px;
          font-weight: 100;
          margin-bottom: 5px;
          text-align: center;
        }

        &__select {
          -webkit-appearance: none!important;
          -moz-appearance: none!important;
          appearance: none!important;
          background: #ffffff;
          color: #000000;
          display: block;
          font-family: "Open Sans", serif;
          font-size: 32px;
          margin: auto;
          padding: 10px;
          text-align: center;
          width: 100%;
        }

        &__arrow {
          position: absolute;
          right: 20px;
          top: 55px;
          pointer-events: none;
        }
      }

      &__savings {
        grid-area: savings;
        color: #EE2A2E;
        font-size: 50px;
        line-height: 1;
        font-weight: 600;
        margin: @x*0.5 auto @x;
        text-align: center;
      }
    }
  }
}
.mobile .buy-area--true-bogo {
  .buy-area {

    &__container {
      grid-template-columns: 1fr;
      grid-template-areas:
      "title"
      "one";
      grid-template-rows: auto auto;
    }

    &__title {
      font-size: 52px;
    }

    &__item {
      grid-template-areas:
      "image"
      "quantity"
      "add-to-cart"
      "savings";

      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, auto);

      &--first {
        margin: @x*6 auto @x;
        width: 100%;
      }

      &__image {
        height: 420px;
        margin-top: -120px;
      }

      &__quantity {
        font-size: 70px;
        padding: @x*0.5;
        margin: @x auto 0;

        &__title {
          font-size: 60px;
        }

        &__select {
          font-size: 70px;
          padding: 10px;
          margin-bottom: 40px;
        }

        &__arrow {
          right: 40px;
          top: 75px;
          pointer-events: none;
        }
      }

      &__add-to-cart {
        width: 80%;
      }

      &__savings {
        font-size: 90px;
        margin: @x*2 auto;
      }
    }
  }
}
*/
.guarantee {
  margin: 0 auto 0;
  padding: 10px 0 12px;
  position: relative;
  z-index: 2;
}
.guarantee::before {
  background: linear-gradient(90deg, #14965e 0%, #26b36f 52%, #1ca864 100%);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.guarantee__container {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 210px minmax(0, 1fr);
  justify-items: start;
  margin: 0 auto;
  max-width: 1080px;
  overflow: visible;
}
.guarantee__badge img {
  display: block;
  margin: -36px 0 -36px;
  width: 188px;
  height: auto;
}
.guarantee__text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 8px;
  text-align: justify;
}
.mobile .guarantee {
  background-size: 20%, cover;
  margin-top: 280px;
}
.mobile .guarantee__container {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
}
.mobile .guarantee__badge {
  margin: -280px auto 0;
  width: 45%;
}
.mobile .guarantee__badge img {
  margin: 0 auto;
  width: 100%;
}
.mobile .guarantee__text {
  font-size: 40px;
  padding: 0 40px 40px;
}
.supports {
  background: #f6e400 url("../../img/amino-h2o-cucumber-pear/amino-cp-water-droplets.png") center center no-repeat;
  background-size: cover;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.supports__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 60px 0;
}
.supports__title {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 18px;
  text-transform: none;
  white-space: nowrap;
}
.supports__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.supports__list li {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.08;
  margin-top: 15px;
  padding-left: 50px;
  position: relative;
}
.supports__list li::before {
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: none;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 26px;
}
.supports__list li::after {
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  height: 10px;
  left: 13px;
  position: absolute;
  top: 22px;
  transform: translate(-50%, -58%) rotate(45deg);
  width: 6px;
}
.supports__image {
  bottom: 0;
  position: absolute;
  right: 60px;
  width: 400px;
  z-index: 3;
}
.mobile .supports {
  background-color: #81CB67;
  background-size: auto 47%;
  background-position: 82% bottom;
}
.mobile .supports__container {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 0;
  overflow: hidden;
}
.mobile .supports__title {
  font-size: 180px;
  text-align: left;
  white-space: normal;
}
.mobile .supports__list li {
  font-size: 100px;
  margin-top: 10px;
  padding-left: 120px;
  padding-bottom: 5px;
}
.mobile .supports__list li::before {
  border-width: 6px;
  height: 80px;
  top: 20px;
  width: 80px;
}
.mobile .supports__list li::after {
  border-width: 6px;
  height: 32px;
  left: 40px;
  top: 60px;
  transform: translate(-50%, -58%) rotate(45deg);
  width: 16px;
}
.mobile .supports__image {
  display: block;
  margin: 20px auto -400px;
  position: relative;
  right: unset;
  width: 100%;
}
/*.whats-new {
  background: @white url("../../img/amino-h2o-cucumber-pear/whats-new-lounging-desktop.png") center bottom no-repeat;
  margin: @x*3 auto 0;
  padding: 0 0 @x*28;
  position: relative;
  z-index: 1;

  &__container {
    .container();
  }

  &__bottle {
    position: absolute;
    right: -40px;
    top: -4px;
    transform: rotate(0);
    transform-origin: center center;
    width: 520px;
    z-index: 4;
  }

  &__content {
    padding: 0;
    position: relative;
    width: 590px;
    z-index: 1;
  }

  &__headline {
    display: block;
  }

  &__eyebrow {
    // TODO variable
    color: #569D39;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 0.88;
    margin-bottom: 8px;
    text-transform: none;
  }

  &__title {
    color: @pink-light;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 132px;
    font-weight: 700;
    line-height: 0.82;
    text-transform: uppercase;
  }

  &__title-row {
    align-items: flex-start;
    display: flex;
    gap: 8px;
  }

  &__title-line {
    display: block;

    &--summer {
      flex: 0 0 auto;
    }

    &--lemonade {
      margin-top: -6px;
    }
  }

  &__tag {
    background: #569D39;
    color: #ffffff;
    display: inline-block;
    flex: 0 0 auto;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.92;
    margin-top: 10px;
    padding: 12px 16px 14px;
    white-space: nowrap;
    width: 292px;
    text-transform: uppercase;
  }

  &__copy {
    margin-top: 18px;

    p {
      color: #8f8f8f;
      font-size: 18px;
      line-height: 1.45;
      margin-top: 18px;
      max-width: 560px;
    }

    strong {
      font-weight: 700;
    }
  }
}
.mobile .whats-new {

  &__content {
    width: auto;
    padding: 0 16px;
  }

  &__headline {
    display: block;
  }

  &__eyebrow {
    color: #25b86d;
    font-size: 72px;
  }

  &__title {
    font-size: 108px;
    line-height: 0.88;
  }

  &__tag {
    display: inline-block;
    font-size: 40px;
    margin-top: 12px;
    padding: 10px 16px 12px;
    white-space: nowrap;
    width: 278px;
  }

  &__copy {
    border-top: 0;
    margin-top: 12px;
    padding-top: 0;

    p {
      font-size: 24px;
      max-width: none;
    }
  }

  &__bottle {
    right: -4px;
    top: -64px;
    width: 318px;
  }
}
*/
.whats-new {
  background: #ffffff url("../../img/amino-h2o-cucumber-pear/whats-new-lounging-desktop.png") center bottom no-repeat;
  margin: 60px auto 0;
  padding: 0 0 560px;
  position: relative;
  z-index: 1;
}
.whats-new__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  display: grid;
  grid-template-areas: "title title bottle" "flavor flavor bottle" "subflavor sweetener bottle" "text text bottle";
}
.whats-new__title {
  color: #569D39;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.88;
  margin-bottom: 8px;
  text-transform: none;
  grid-area: title;
}
.whats-new__flavor {
  color: #F9B4A7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 132px;
  font-weight: 700;
  line-height: 0.82;
  grid-area: flavor;
}
.whats-new__subflavor {
  color: #F9B4A7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 132px;
  font-weight: 700;
  line-height: 0.82;
  grid-area: subflavor;
}
.whats-new__sweetener {
  align-items: center;
  background: #F9B4A7;
  color: #ffffff;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.87;
  justify-content: flex-start;
  margin: 15px 15px 4px -20px;
  padding-left: 15px;
  white-space: nowrap;
  width: 240px;
  text-transform: uppercase;
}
.whats-new__text {
  grid-area: text;
}
.whats-new__text p {
  font-size: 18px;
  line-height: 1.45;
  margin-top: 18px;
  max-width: 560px;
}
.whats-new__bottle {
  grid-area: bottle;
  scale: 1.3;
  margin: 0 0 -210px 120px;
}
.mobile .whats-new {
  background-size: 400%;
  padding-bottom: 1000px;
}
.mobile .whats-new__container {
  grid-template-areas: "title" "flavor" "subflavor" "sweetener" "bottle" "text";
  position: relative;
}
.mobile .whats-new__container > * {
  z-index: 1;
}
.mobile .whats-new__title {
  font-size: 140px;
}
.mobile .whats-new__flavor,
.mobile .whats-new__subflavor {
  font-size: 240px;
}
.mobile .whats-new__sweetener {
  font-size: 100px;
  width: max-content;
  padding: 16px 40px 20px;
}
.mobile .whats-new__bottle {
  margin: -100px 0 0 0;
  scale: 1;
  width: 100%;
  z-index: 0;
}
.mobile .whats-new__text p {
  font-size: 48px;
  max-width: none;
}
.why {
  margin: 0 auto 20px;
  position: relative;
  z-index: 0;
}
.why::before {
  background: #f1ecd7;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.why__container {
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1080px;
  padding: 78px 0 64px;
}
.why__title {
  color: #16985b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 0.92;
  margin: 0 auto;
  max-width: none;
  padding: 0 42px;
  text-align: center;
  text-transform: none;
}
.why__lead {
  color: #a9a8a8;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  font-weight: 200;
  line-height: 0.98;
  margin: 24px auto 0;
  max-width: none;
  padding: 0 42px;
  text-align: center;
}
.why__lead span {
  font-style: italic;
}
.why__gallery {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 52px auto 44px;
  max-width: none;
  width: 100%;
}
.why__card {
  background: transparent;
  border-radius: 28px;
  overflow: hidden;
}
.why__card img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}
.why__copy {
  color: #999999;
  font-size: 25px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: none;
  padding: 0 42px;
  text-align: center;
}
.why__copy__emphasis {
  color: #F9B4A7;
  font-weight: 700;
}
.mobile .why__container {
  padding: 40px 0 80px;
}
.mobile .why__title {
  font-size: 200px;
  line-height: 0.94;
  padding: 0 14px;
}
.mobile .why__lead {
  font-size: 155px;
  margin: 60px auto;
  padding: 0;
}
.mobile .why__gallery {
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 32px auto 26px;
  max-width: none;
  overflow: hidden;
}
.mobile .why__card {
  border-radius: 18px;
  max-width: none;
  margin: 0;
}
.mobile .why__card:nth-child(1) {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-top: 18px;
  margin-left: -80px;
  margin-right: -80px;
}
.mobile .why__card:nth-child(2) {
  grid-column: 1;
  grid-row: 2 / span 2;
  margin-left: -80px;
  margin-right: -80px;
}
.mobile .why__card:nth-child(3) {
  grid-column: 2;
  grid-row: 3 / span 2;
  margin-top: -14px;
  margin-left: -80px;
  margin-right: -80px;
}
.mobile .why__copy {
  font-size: 70px;
  line-height: 1.44;
  padding: 80px 50px;
}
.how-to-use {
  background: #f4f3ef url("../../img/amino-h2o-cucumber-pear/amino-cp-marble-desktop.png") center center no-repeat;
  background-size: cover;
}
.how-to-use__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "copy" "steps";
}
.how-to-use__title {
  grid-area: title;
  color: #16985b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 0.9;
  margin: 0;
  text-align: center;
}
.how-to-use__copy {
  grid-area: copy;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 1.46;
  margin: 18px auto 0;
  max-width: 860px;
  padding: 0 24px;
  text-align: center;
}
.how-to-use__steps {
  grid-area: steps;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 40px auto 0;
}
.how-to-use__step {
  display: block;
  height: 200px;
  width: auto;
}
.mobile .how-to-use {
  background: #f4f3ef url("../../img/amino-h2o-cucumber-pear/amino-cp-marble-mobile.png") center bottom no-repeat;
  background-size: cover;
  padding-bottom: 400px;
}
.mobile .how-to-use__container {
  grid-template-areas: "steps" "title" "copy";
  gap: 40px;
  width: 100%;
}
.mobile .how-to-use__title {
  font-size: 200px;
  line-height: 0.9;
}
.mobile .how-to-use__copy {
  font-size: 48px;
}
.mobile .how-to-use__step {
  height: 400px;
}
.testimonials {
  margin: 0 auto 40px;
}
.testimonials__container {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 48px auto 0;
  max-width: 1080px;
  min-height: 0;
  padding: 0 24px 18px;
  text-align: center;
}
.testimonials__title {
  color: #31b86c;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 1;
  margin: 120px auto 60px;
  text-transform: none;
}
.testimonials__item {
  background: #efefef;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  display: grid;
  gap: 0 24px;
  grid-template-areas: "image text" "image rating";
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: repeat(2, auto);
  margin: 20px 0;
  padding: 32px;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.testimonials__item:before {
  color: #cfd7d1;
  content: "*";
  display: block;
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  top: -10px;
}
.testimonials__item:after {
  color: #ffffff;
  content: "\201C";
  display: block;
  font-size: 240px;
  height: 110px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 24px;
  bottom: 0;
}
.testimonials__item__image {
  align-self: start;
  display: block;
  font-size: 0;
  grid-area: image;
  justify-self: start;
  line-height: 0;
  min-width: 90px;
  max-width: unset;
  width: 90px;
}
.testimonials__item__image img {
  border-radius: 50%;
  display: block;
  height: 90px;
  min-width: 90px;
  max-width: unset;
  outline: 1px solid #31b86c;
  outline-offset: 2px;
  width: 90px;
}
.testimonials__item__text {
  align-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  grid-area: text;
  justify-self: start;
  line-height: 1.5;
  position: relative;
  text-align: left;
  z-index: 1;
}
.testimonials__item__text strong {
  color: #434143;
  font-weight: 700;
}
.testimonials__item__rating {
  align-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  grid-area: rating;
  justify-self: start;
  margin: 30px 0 10px;
  position: relative;
  z-index: 1;
}
.testimonials__item__rating strong {
  font-weight: 700;
}
.testimonials__item__rating__stars {
  margin-top: -4px;
  vertical-align: middle;
  width: 125px;
}
.mobile .testimonials__item {
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "image" "text" "rating";
  gap: 1rem;
  padding: 3rem 3rem 9rem;
}
.mobile .testimonials__item:before {
  font-size: 80px;
  right: 20px;
  top: 20px;
}
.mobile .testimonials__item:after {
  height: 200px;
  font-size: 440px;
}
.mobile .testimonials__title {
  font-size: 120px;
  width: 90%;
  line-height: 0.9;
  margin: 80px auto 60px;
}
.mobile .testimonials__item {
  margin: 60px 0;
}
.mobile .testimonials__item__image {
  margin: auto;
  width: 300px;
  height: 300px;
}
.mobile .testimonials__item__image img {
  width: 300px;
  height: 300px;
}
.mobile .testimonials__item__title {
  font-size: 100px;
}
.mobile .testimonials__item__rating {
  font-size: 45px;
  margin: 60px 0 10px;
}
.mobile .testimonials__item__rating__stars {
  width: 300px;
}
.mobile .testimonials__item__text {
  font-size: 46px;
  margin-top: 2rem;
}
.mobile .testimonials__item__name {
  font-size: 36px;
  margin-top: 60px;
}
.faq {
  margin: 0 auto 22px;
  padding: 0;
}
.faq__container {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  overflow: visible;
  padding: 30px 20px 24px;
}
.faq__title {
  color: #32b96e;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 0.95;
  margin: 12px 0 30px;
  text-align: center;
}
.faq__item {
  display: grid;
  gap: 0 1rem;
  grid-template-areas: "image question" "image answer";
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  cursor: default;
  justify-content: start;
  padding: 0 0 24px;
}
.faq__item + .faq__item {
  padding-top: 6px;
}
.faq__item__image {
  grid-area: image;
}
.faq__item__question {
  align-self: start;
  color: #6c6c6c;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  font-weight: 300;
  grid-area: question;
  justify-self: start;
  line-height: 1;
  margin-top: 4px;
}
.faq__item__answer {
  align-self: start;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  grid-area: answer;
  justify-self: start;
  line-height: 1.5;
  margin-top: 8px;
  text-align: left;
}
.faq__item__answer a {
  color: #8a8a8a;
}
.faq__item--zoe {
  align-items: end;
  grid-template-columns: 220px 1fr;
  justify-content: start;
  margin-top: 60px;
  padding: 0;
}
.faq__item--zoe .faq__item__image {
  align-self: end;
  margin: -80px 0 0;
  width: 85%;
}
.faq__item--zoe .faq__item__question {
  align-self: end;
  color: #545454;
  font-size: 78px;
  font-weight: 200;
  margin: 0 0 14px;
  padding-top: 10px;
  max-width: 620px;
}
.faq__item--zoe .faq__item__answer {
  color: #545454;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
  padding: 10px 80px 10px 0;
}
.faq--inverse {
  background: linear-gradient(to bottom, #FACC00, #F5A800);
  overflow: visible;
  position: relative;
  z-index: 0;
}
.faq--inverse .faq__container {
  padding: 0;
}
.faq--inverse .faq__container .faq__item__question,
.faq--inverse .faq__container .faq__item__answer {
  color: #ffffff;
}
.fda-disclaimer {
  background: #16985b;
  color: #ffffff;
  border-bottom: 0;
  border-top: 0;
  margin-top: 0;
  padding: 20px;
}
.fda-disclaimer__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
}
.fda-disclaimer__container p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.mobile .fda-disclaimer__container p {
  font-size: 18px;
  line-height: 1.45;
}
.footer {
  background: #16985b;
  color: #ffffff;
  padding: 20px 0 40px;
}
.footer__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
}
.footer__link {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.footer__copyright {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.mobile .footer {
  padding-bottom: 34px;
  padding-top: 28px;
}
.mobile .footer__links {
  gap: 18px 22px;
}
.mobile .footer__link {
  font-size: 24px;
}
.mobile .footer__copyright {
  font-size: 22px;
  margin-top: 20px;
}
.mobile .hamburger-menu__checkbox:checked ~ .hamburger-menu__aside {
  transform: translateX(-100vw);
}
.mobile .hamburger-menu__icon__item {
  height: 8px;
  margin-top: 8px;
  width: 50px;
}
.mobile .hamburger-menu__icon__item:first-of-type {
  margin-top: 0;
}
.mobile .hamburger-menu__aside {
  height: 100%;
  overflow: auto;
  padding: 50px 50px 100px;
  right: -100vw;
  width: 100vw;
}
.mobile .hamburger-menu__aside__title {
  font-size: 60px;
  margin-top: 60px;
  padding-top: 60px;
}
.mobile .hamburger-menu__aside__title:first-of-type {
  border-top: none;
  margin-top: 60px;
  padding-top: 0;
}
.mobile .hamburger-menu__aside__menu-item {
  font-size: 36px;
}
.mobile .hamburger-menu__aside__menu-item small {
  display: block;
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 3px;
  margin-top: -24px;
}
.mobile .hamburger-menu__aside__close {
  padding: 50px;
  width: 200px;
}
.mobile .hamburger-menu__aside__close img {
  width: 100%;
}
.mobile .header__container {
  max-width: 100%;
  padding: 14px 24px;
}
.mobile .header__logo {
  font-size: 58px;
}
.mobile .header__facebook {
  transform: scale(1.1);
  transform-origin: center right;
}
.mobile .header__menu {
  margin-left: 8px;
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.popup img {
  max-width: 90%;
  max-height: 90%;
}
