.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.065rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.065rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kefir, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  border-color: #000;
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 6px solid #2a2552;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-weight-semibold {
  font-weight: 500;
}

.global-styles {
  display: none;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: .85rem;
}

.text-align-center {
  text-align: center;
}

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

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-small {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.text-size-small.rr1 {
  color: #fff;
}

.text-size-small.rp1 {
  color: #000;
}

.text-rich-text {
  color: #010101;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: .125rem solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.page-wrapper {
  width: 100%;
}

.page-wrapper.padding-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.sub {
  margin-left: .25rem;
}

.text-size-tiny.text-weight-semibold {
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.page-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-large {
  max-width: 80rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-small {
  padding: 1rem 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-bottom, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-xxsmall, .padding-bottom.padding-large, .padding-bottom.padding-xsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-huge {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.button-text {
  margin-left: 0;
  margin-right: 0;
}

.nav1_logo {
  z-index: 115;
  width: auto;
  height: 2.8rem;
  display: block;
  position: relative;
}

.product-header7_reviews-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header7_rating-icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header7_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2a2552;
  border-radius: 6.25rem;
  padding: 1.25rem 2rem;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
  background-color: #4f45ad;
}

.button.is-large {
  min-width: 280px;
  padding: 1rem 2rem;
  transition: background-color .2s;
}

.button.is-large:hover {
  color: #fff;
  background-color: #5247b4;
}

.button.is-inactive {
  color: #cbcbcb;
  background-color: #f4f4f4;
}

.button.is-outline {
  color: #3d348b;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #3d348b;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1rem;
  font-size: .85rem;
}

.button.is-full {
  width: 100%;
  min-height: 4rem;
  min-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button.is-full.primary-gradient {
  background-color: #2a2552;
}

.button.is-full.is-inactive {
  color: #79749f;
  background-color: #d4d2e4;
}

.button.is-full.is-active {
  z-index: 3;
  background-color: #2a2552;
}

.button.is-full.is-squared {
  border-radius: 8px;
}

.button.is-tiktok {
  width: 100%;
  min-height: 4rem;
  min-width: 100%;
  color: #fff;
  text-align: center;
  background-color: #010101;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .3s, background-color .2s cubic-bezier(.25, 1, .5, 1);
  box-shadow: 2px 2px 1px #ff004f, -2px -2px 1px #00f2ea;
}

.button.is-tiktok:hover {
  color: #010101;
  background-color: #fff;
}

.button.is-full-taller {
  width: 100%;
  min-height: 4.5rem;
  min-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button.is-full-taller.primary-gradient {
  background-color: #2a2552;
}

.button.is-full-taller.is-squared {
  border-radius: 8px;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-medium {
  max-width: 73rem;
}

.fs-styleguide_space-wrapper {
  width: 100%;
  background-color: #e9f0f1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 24rem;
}

.text-style-quote {
  color: #0b0b1f;
  text-align: left;
  border-left: .125rem solid #0b0b1f;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.icon_1x1-small {
  width: 1rem;
  height: 1rem;
}

.margin-xhuge {
  margin: 8rem;
}

.icon_small {
  height: 1rem;
}

.fs-styleguide_color {
  width: 100%;
}

.fs-styleguide_icon-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_space-label {
  height: 1.75rem;
  color: #fff;
  letter-spacing: .0625rem;
  background-color: #0b0b1f;
  align-items: center;
  padding: .25rem .75rem .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
  display: block;
}

.text-style-muted {
  opacity: .4;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_grid-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.clickable-off {
  cursor: none;
}

.margin-xxhuge {
  margin: 12rem;
}

.show-mobile-landscape {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_button-div {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.padding-0-all {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.icon_medium {
  height: 2rem;
}

.max-width-small {
  max-width: 40rem;
}

.fs-styleguide_button-padding {
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 16rem 1fr;
  margin-bottom: 5rem;
}

.fs-styleguide_grid.fs-styleguide_grid-last {
  margin-bottom: 0;
}

.text-align-right {
  text-align: right;
}

.text-color-white-2 {
  color: #fff;
}

.layer {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-tiny-2 {
  margin: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-0 {
  padding: 0;
}

.heading_style-h4 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.clickable-on {
  cursor: auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.fs-styleguide_header {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #0b0b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-color-grey {
  color: rgba(11, 11, 31, .66);
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.max-width-full {
  max-width: none;
}

.max-width-xsmall {
  max-width: 28rem;
}

.fs-styleguide_relative {
  height: 5rem;
  position: relative;
}

.margin-0 {
  margin: 0;
}

.max-width-xlarge {
  max-width: 90rem;
}

.padding-top-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon_1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon_1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-0-all {
  margin: 0;
}

.text-color-primary {
  color: #3d348b;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-styleguide_text-color-wrapper {
  width: 100%;
}

.padding-xsmall {
  padding: .5rem;
}

.text-color-black {
  color: #0b0b1f;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.show {
  display: block;
}

.max-width-xxlarge {
  max-width: 98rem;
}

.icon_large {
  height: 2.5rem;
}

.fs-styleguide_color-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_icon-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.show-tablet {
  display: none;
}

.button-text {
  grid-column-gap: .5rem;
  justify-content: center;
}

.bg-primary-black {
  background-color: #010101;
}

.bg-primary-gold {
  background-color: #fa0;
}

.bg-primary-cream {
  background-color: #fff9e6;
}

.bg-primary-white {
  background-color: #fff;
}

.bg-primary-cosmic {
  background-color: #3d348b;
}

.color-original-dark {
  background-color: #fa0;
}

.color-original-light {
  background-color: #fffcd9;
}

.div-block-425 {
  display: flex;
}

.color-mocha-dark {
  background-color: #93471d;
}

.color-mocha-light {
  background-color: #fce5d9;
}

.color-caramel-dark {
  background-color: #c96614;
}

.color-caramel-light {
  background-color: #ffe7ca;
}

.color-vanilla-light {
  background-color: #e0fafa;
}

.color-vanilla-dark {
  background-color: #00cddc;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: .0625rem dashed #0073e6;
  position: relative;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.mobile {
  padding-left: 0;
  padding-right: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_section-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.review1_results {
  align-items: center;
}

.review1_results.gap-tiny {
  grid-column-gap: .5rem;
}

.review1_results.is-justified {
  justify-content: space-between;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-auto-2 {
  overflow: auto;
}

.fs-styleguide_icons-2 {
  background-color: #fff;
}

.heading-style-h3 {
  font-family: Figtree, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.heading-style-h4 {
  font-family: Kefir, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5 {
  font-family: Kefir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h1 {
  font-family: Kefir, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h1.listicle {
  letter-spacing: -.08rem;
  font-family: Figtree, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
}

.padding-section-small {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.padding-section-small.padding-bottom-none {
  padding-bottom: 0;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-style-h2 {
  color: #2f2e2e;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 3.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: .9;
  position: relative;
}

.heading-style-h2.listicle {
  letter-spacing: -.05rem;
  font-family: Figtree, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h2.gt1 {
  color: #2f2e2e;
}

.heading-style-h2.ttr {
  color: #fff;
}

.bg-gd-original {
  background-image: linear-gradient(184deg, #fbd695, #fff9e6);
}

.bg-gd-vanilla {
  background-image: linear-gradient(184deg, #e4f2f8, #fff9e6);
}

.bg-gd-mocha {
  background-image: linear-gradient(184deg, #dcb6a3, #fff9e6);
}

.bg-gd-decaf {
  background-image: linear-gradient(184deg, #f9f3cd, #fff9e6);
}

.bg-gd-caramel {
  background-image: linear-gradient(184deg, #fbd695, #fff9e6);
}

.bg-gd-hero-01, .bg-gd-hero-01.overflow-hidden {
  background-image: linear-gradient(350deg, #e0fafa, #fffcd9);
}

.bg-spooky-01 {
  background-image: linear-gradient(350deg, #f8e0fa, #fff);
}

.bg-spooky-02 {
  background-image: linear-gradient(350deg, #ffda9f, #fffefc);
}

.text-weight-semibold {
  font-weight: 600;
}

.icon.is-tiny {
  width: 1.125rem;
  height: 1.125rem;
}

.icon.is-small {
  width: 2rem;
  height: 2rem;
}

.icon.is-tiny {
  height: 1.125rem;
}

.icon.is-tiny.is-primary {
  color: #3d348b;
  color: #2a2552;
  color: #2a2552;
}

.icon.is-medium {
  width: 3rem;
}

.paragraph {
  font-size: .85rem;
}

.heading-style-h6 {
  font-family: Figtree, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.nav1_message-wrapper {
  grid-column-gap: .5rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-reviews-2 {
  color: #010101;
  border-left: 1px solid #010101;
  padding-left: 1rem;
  font-size: .6rem;
}

.nav1_left {
  height: 60px;
  align-items: stretch;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #3d348b;
  border: 1px solid #3d348b;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-weight: 700;
}

.button-3.is-small {
  background-color: #3d348b;
  padding: .5rem 1.25rem;
  font-size: .85rem;
}

.brand {
  align-items: center;
  display: flex;
}

.navbar2_component {
  z-index: 20;
  height: 4.75rem;
  min-height: 4.75rem;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-493 {
  color: #faa540;
  font-weight: 700;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav1_right {
  height: 60px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.buybox1_trust-icon {
  grid-column-gap: .25rem;
  justify-content: center;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.header_image-wrap {
  height: 100%;
  max-height: 100%;
  min-height: 75vh;
  background-color: #ffedd7;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header_content {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.header_content.left-aligned {
  text-align: left;
}

.nav1_message-content {
  font-weight: 700;
}

.brand-review {
  height: 2rem;
}

.swiper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.swiper.reviews, .swiper.slider2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-on-slider {
  color: #fff;
  background-color: #3d348b;
}

.featured-on-slider.primary-gradient.overflow-hid {
  background-color: #2a2552;
}

.review2_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-left-copy {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 6.25rem;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-180deg);
}

.review-content-swiper {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.swiper-slide {
  z-index: 1;
  height: auto;
  text-align: left;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.swiper-slide.rounded {
  border-radius: 8px;
  overflow: hidden;
}

.swiper-slide.ugc {
  width: auto;
  flex: 0 auto;
}

.swiper-wrapper {
  width: 100%;
  height: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper.full {
  height: 100vh;
  overflow: visible;
}

.swiper-wrapper.auto {
  height: auto;
  overflow: visible;
}

.swiper-wrapper.is-fourth {
  width: auto;
  overflow: visible;
}

.swiper-wrapper.full {
  height: 100%;
  overflow: visible;
}

.div-block-447-copy-copy-copy {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-button-right-copy {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 6.25rem;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-header {
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: .5rem;
  display: none;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.cta1_button-content {
  width: 100%;
  height: 100%;
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial17_rating-wrapper {
  color: #faa540;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.testimonial17_client-info {
  width: 100%;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial17_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  margin-right: .25rem;
  display: flex;
}

.div-block-482 {
  padding-top: .5rem;
}

.section_testimonial-block {
  width: 100%;
  grid-row-gap: 0rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.headline1_component {
  max-width: 42.5rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-495 {
  width: 100%;
  grid-column-gap: .5rem;
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-comparison {
  background-color: #f8f4ee;
}

.grid-27 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.image-wrapper-1by1 {
  width: 100%;
  border-radius: 8px;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table1_component-cell {
  height: 54px;
  background-color: rgba(255, 255, 255, .78);
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.table1_component-cell.empty {
  height: 12px;
  background-color: #52341e;
  border-bottom-style: none;
}

.table1_component-cell.empty.ff1 {
  background-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.featured {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .13);
}

.table1_component-cell.featured.featured-javys {
  background-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.featured.first-child {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.top-col {
  height: 78px;
  background-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.top-col.featured {
  background-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.last-child {
  border-bottom-style: none;
}

.table1_component-cell.left {
  justify-content: flex-start;
}

.table1_component-cell.left.borderss {
  border-top: 1px solid rgba(0, 0, 0, .02);
  border-bottom: 1px solid rgba(0, 0, 0, .02);
}

.table1_component-cell.left.tl-radius {
  border-top-left-radius: 4px;
}

.table1_component-cell.left.bl-radius {
  border-bottom-left-radius: 4px;
}

.table1_component-cell.right {
  color: #cbcbcb;
}

.table1_component-cell.right.borderss {
  border-top: 1px solid rgba(0, 0, 0, .02);
  border-bottom: 1px solid rgba(0, 0, 0, .02);
}

.table1_component-cell.right.tr-radius {
  border-top-right-radius: 4px;
}

.table1_component-cell.right.bb-radius {
  border-bottom-right-radius: 4px;
}

.table1_component-cell.featured {
  color: #fff;
  background-color: #cf9c89;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .13);
}

.table1_component-cell.featured.first-child {
  background-color: #cf9c89;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.featured.featured-javys {
  background-color: rgba(0, 0, 0, 0);
}

.table1_component-cell.right {
  color: #cbcbcb;
}

.table1_component-cell.right.borderss {
  border-top: 1px solid rgba(0, 0, 0, .02);
  border-bottom: 1px solid rgba(0, 0, 0, .02);
}

.table1_component-cell.right {
  color: #cbcbcb;
}

.table1_component-cell.right.borderss {
  border-top: 1px solid rgba(0, 0, 0, .02);
  border-bottom: 1px solid rgba(0, 0, 0, .02);
}

.text-size-regular-2 {
  font-size: 1rem;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.table-column.main-table {
  z-index: 5;
  z-index: 5;
  z-index: 5;
  background-color: #012c3e;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.logo-comparison {
  z-index: 115;
  width: 100%;
  height: 3.5rem;
  display: block;
  position: relative;
}

.icon-embed-small {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.highlights {
  background-color: rgba(255, 255, 255, .05);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-gd-environment {
  background-image: linear-gradient(#faf7e7, #f2ebca 55%, #eafae0);
}

.step-bg {
  width: 2rem;
  height: 2rem;
  color: #b0b0b0;
  text-align: center;
  border: 1px solid #b0b0b0;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.step-bg.is-active {
  color: #fff;
  background-color: #2a2552;
  border-color: rgba(0, 0, 0, 0);
}

.text-lg {
  letter-spacing: -.02em;
  font-size: 1.25em;
  line-height: 1.5;
}

._3x-box {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.row-sm {
  min-width: 8rem;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #b0b0b0;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.row-sm.is-active {
  color: #2a2552;
}

.row-sm.link-block-2 {
  flex: none;
}

.icons {
  width: 1rem;
  height: 1rem;
}

.border-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.feature_item-title {
  grid-column-gap: .5rem;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.feature_item {
  flex-direction: column;
  display: flex;
}

.layout32_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.div-blocksss-447-copy-copy-copy {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review2_component-copy {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: visible;
}

.review3_right {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -3rem;
}

.div-block-483 {
  position: relative;
}

.reviews4_component-pagination {
  z-index: 5;
  min-height: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: -2rem;
  left: 0%;
  right: 0%;
}

.review3_left {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -3rem;
  right: auto;
  transform: rotate(-180deg);
}

.icon-review {
  width: 1.5rem;
}

.video-wrappers {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.flavor_card-wrapper {
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.name-description {
  font-size: .65rem;
}

.flavor_quantity {
  border-radius: 6.25rem;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.cta1_inner {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flavor_description {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-right: 1rem;
  display: flex;
}

.selector2_circle {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(35, 42, 58, .16);
  border-radius: 6.25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flavor_wrapper {
  width: 100%;
  grid-column-gap: .65rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.flavor_quantity-container {
  width: 100%;
  height: auto;
  max-width: 6.5625rem;
  background-color: rgba(243, 227, 192, 0);
  border: .0625rem #e7e7e7;
  border-radius: 0;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.flavor_card-image_container {
  width: 100%;
  max-height: 80px;
  max-width: 80px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.flavor_card-image_container._85 {
  max-height: 85px;
  max-width: 85px;
}

.flavor_card-info {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: .75rem 1rem;
  display: flex;
}

.btn-qty {
  width: 1.85rem;
  height: 1.85rem;
  min-height: 1.85rem;
  min-width: 1.85rem;
  color: #cbcbcb;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f7f5ed;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.btn-qty:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.btn-qty.decrease-qty {
  opacity: 1;
  display: flex;
}

.btn-qty.increase-qty.is-active {
  color: #2a2552;
  background-color: #fff;
  border-color: #2a2552;
}

.flavor_component {
  z-index: 0;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.flavor_content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flavor_card {
  z-index: 0;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f7f5ed;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
}

.flavor_card.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.flavor_card.border-dotted {
  border-style: dashed;
  border-color: #2a2552;
}

.flavor_card.free-limited {
  z-index: 50;
}

.display-qty {
  width: 2rem;
  color: #cbcbcb;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.icon-embed-xxsmall-2 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.selector2_component {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  color: #525252;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.gifts3_icon {
  width: 2rem;
  height: 2rem;
  color: #2a2552;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.selector2_check-circle {
  width: .375rem;
  height: .375rem;
  max-height: .375rem;
  max-width: .375rem;
  min-height: .375rem;
  min-width: .375rem;
  background-color: rgba(35, 42, 58, .16);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.selector2_title {
  z-index: 2;
  width: 100%;
  font-family: Figtree, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.cta1_wrapper {
  z-index: 5;
  width: 100%;
  position: relative;
}

.bundle-holder {
  position: relative;
}

.selector2_checkmark {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.list2_component {
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-top: .6rem;
  display: flex;
}

.tab_frequency {
  width: auto;
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e2e2e2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  transition: background-color .2s ease-in-out;
}

.tab_frequency.w--current {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2552;
}

.tab_frequency.sub-freq {
  z-index: 2;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-color: #2a2552;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flavor_card-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.flavor_card-image.color-gift-changing {
  background-color: #ffedd7;
}

.flavor_card-image.static-cream {
  background-color: #fff6ee;
}

.div-block-501 {
  grid-column-gap: .25rem;
  color: #fff;
  background-color: #2a2552;
  border-radius: 100px;
  flex: none;
  align-items: center;
  padding: .25rem 1rem .25rem .5rem;
  font-weight: 700;
  display: flex;
}

.gifts1_price-text {
  font-size: .75rem;
  line-height: 1;
  text-decoration: line-through;
}

.line_item-sale-free-copy {
  z-index: 2;
  color: #fff;
  background-color: #3d348b;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
}

.cta-text {
  font-family: Exo, sans-serif;
}

.step-subscribe {
  width: 0;
  height: .1875rem;
  min-height: .1875rem;
  background-color: #010101;
  border-radius: 3.125rem;
  transition: width .2s cubic-bezier(.895, .03, .685, .22);
}

.step-subscribe._25 {
  width: 25%;
}

.subscribe-bar {
  z-index: 0;
  width: 70%;
  height: .1875rem;
  min-height: .1875rem;
  background-color: #eff0f6;
  border-radius: 3.125rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.cart_addon-bar {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-bubble {
  width: 35px;
  height: 35px;
  background-color: #f4f4f4;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .4s cubic-bezier(.895, .03, .685, .22);
  display: flex;
  overflow: hidden;
}

.step-bubble.is-active {
  color: #fff9e6;
  background-color: #010101;
  font-weight: 500;
}

.step-grid {
  z-index: 1;
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  justify-items: center;
  position: relative;
}

.cart_addon-step {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-71 {
  font-size: .75rem;
  font-weight: 400;
}

.text-block-71.is-active {
  font-weight: 700;
}

.bundle-step {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.full-prod-content {
  width: 100%;
  max-width: 26.25rem;
  overflow: visible;
}

.image-2 {
  width: 100%;
  max-width: none;
  object-fit: contain;
}

.flex-outer-row {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discount-label {
  color: #fff;
  background-color: #3d348b;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -.5rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.price {
  font-weight: 700;
}

.container-auto {
  width: auto;
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer4_component {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #231e1f;
  border-top: 1px solid #000;
  flex-direction: row;
  align-items: center;
}

.footer4_credit-text {
  color: #fff;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_legal-link {
  color: #fff;
  text-decoration: underline;
}

.right-section {
  height: 60px;
  min-width: 20%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-section {
  height: 60px;
  min-width: 20%;
  align-items: stretch;
  display: flex;
}

.bundle3_qty-selector {
  width: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.gifts1_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.gifts1_card-wrapper {
  width: 100%;
  opacity: .35;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.875rem 1fr 3.75rem;
  align-items: stretch;
  font-size: .75rem;
  line-height: 1.55;
  display: flex;
  position: relative;
}

.gifts1_card-wrapper.is-active {
  z-index: 2;
  opacity: 1;
  background-color: #fff;
}

.gifts1_price-wrapper {
  width: auto;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  font-size: .65rem;
  display: none;
}

.gifts1_card {
  z-index: 0;
  width: 100%;
  min-height: 4rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px dashed #2a2552;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gifts1_card.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.gifts1_image-wrapper {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gifts1_card-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.gifts3_text-content {
  width: 100%;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  display: flex;
}

.gifts1_title-wrapper {
  width: auto;
  grid-row-gap: .35rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  font-size: .75rem;
  display: flex;
}

.gits1_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  padding-top: .25rem;
  display: block;
}

.gifts3_title {
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
}

.btn-proceed {
  display: none;
}

.btn-proceed.is-active {
  display: block;
}

.jasdfokisajofaioa {
  height: 100%;
  border-top: 1px dashed #ccc;
}

.ajoisdijosdjfaofijoaa {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  display: flex;
}

.hero-content-main-flavors {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-flavor-selectors {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  position: relative;
}

.header-flavor-selectors.align-top {
  align-items: start;
  padding-top: 2rem;
}

.link-block {
  color: #fff;
  background-color: #3d348b;
  border: 1px solid #3d348b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block.is-active {
  font-size: .85rem;
  display: flex;
}

.text-span {
  font-size: .85rem;
}

.div-block-511 {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  display: flex;
}

.div-block-512 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

.div-block-514 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-offer-copy-copy {
  font-family: Figtree, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.feature-heading {
  font-family: Figtree, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.section-features {
  overflow: hidden;
}

.grid-25 {
  max-width: 580px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.healthy-icon {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-other-text {
  font-family: Figtree, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-8 {
  background-color: #fff;
  border-top: 1px solid #000;
}

.drink-hot-cold {
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
  transform: rotate(-20deg);
}

.image-59 {
  z-index: 6;
  width: 100%;
  height: 100%;
  filter: invert();
  display: block;
  position: static;
}

.star-rotator {
  z-index: 5;
  position: absolute;
}

.grid-29 {
  grid-template-rows: auto;
}

.accordion1_item-content {
  min-height: 0;
  transition: max-height .2s;
  display: none;
  overflow: hidden;
}

.accordion1_item-content.is-active-accordion {
  min-height: auto;
  display: block;
}

.accordion1_arrow-wrapper {
  transition: transform .2s;
}

.accordion1_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1rem;
  position: relative;
}

.accordion1_item-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion1_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px dashed #010101;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.accordion1_item-header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.accordion1_item-header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_label {
  font-size: .85rem;
  font-weight: 700;
}

.accordion1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonial17_rating-wrapper-2 {
  color: #faa540;
  margin-bottom: .5rem;
  display: flex;
}

.review2_component-average {
  grid-column-gap: .375rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.product-header7_rating-wrapper-3 {
  color: #faa540;
  display: flex;
}

.testimonial17_client-info-2 {
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-516 {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
}

.review2_component-feature {
  border-bottom: 1px solid rgba(35, 42, 58, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: .375rem;
  padding-bottom: .375rem;
  display: flex;
}

.review2_component-feature.last-child {
  border-bottom-style: none;
}

.testimonial17_content-copy-2 {
  width: 100%;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.review1_component-stars {
  color: #faa540;
  display: flex;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.div-block-477 {
  grid-row-gap: .5rem;
  color: #000;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.avg-rev {
  flex-direction: column;
  display: flex;
}

.text-size-tiny-copy {
  font-size: .75rem;
}

.marquee-horizontal {
  z-index: 5;
  width: 100%;
  height: 4rem;
  color: #fff;
  background-color: #2a2552;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.track-text {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Teko, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
}

.div-reviews-containers {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.asdfjaosa-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-reviews {
  background-color: #1a191c;
  display: none;
}

.section-reviews.magic-gd-vanilla {
  position: relative;
}

.section-reviews.newone {
  background-color: #f8f4ee;
  display: block;
}

.navbar-global {
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.review-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  height: 100%;
}

.plyr_embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.plyr_cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plyr_cover-button {
  z-index: 6;
  width: 4em;
  height: 4em;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.plyr_cover-icon {
  width: 30%;
  height: 30%;
  color: #010101;
}

.plyr_pause-trigger {
  display: none;
}

.div-block-517 {
  border-radius: 8px;
  overflow: hidden;
}

.image_wrapper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listicle_reasons {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.listicle1_content {
  position: relative;
}

.section_listicle_1 {
  position: relative;
  overflow: hidden;
}

.listicle-row {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky_bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.listicle-holder {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-520 {
  height: 100%;
  background-color: #fff;
  border: 1px dotted #a0a0a0;
  padding: 2rem;
}

.text-block-90 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.section-style-guide {
  background-color: #f7f5ed;
  border-bottom: 1px solid #000;
}

.heading {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.gifts3_lock-overlay {
  z-index: 1;
  color: #2a2552;
  background-color: #f4f4f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gifts3_tier {
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 800;
}

.gifts3_subdescription {
  font-size: .5rem;
  font-weight: 400;
  line-height: 1;
}

.gifts3_block-wrapper {
  width: 100%;
  height: 100%;
  border: 1px dashed #2a2552;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gifts3_effect-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  color: #e5e1d3;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gifts3_effect-wrapper.is-active {
  color: #2a2552;
  color: #2a2552;
  background-color: #fff;
}

.gifts3_image {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gifts3_image.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ffedd7;
}

.gifts3_component {
  position: relative;
}

.gifts3_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.gifts3_block {
  width: 33%;
  color: #b2ae9f;
}

.gifts3_block.is-active {
  color: #2a2552;
  color: #2a2552;
  position: relative;
}

.text-size-small-copy {
  color: #2a2552;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
}

.gifts-unlocked {
  min-width: .6rem;
  text-align: right;
  display: inline-block;
}

.refill-box {
  text-align: left;
  border: 1px solid #000;
  border-radius: 4px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.text-size-xtiny {
  font-size: .65rem;
}

.cta1_pricing {
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  display: flex;
}

.loading-spinner {
  width: 100%;
  height: 100%;
  min-height: 4rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-2 {
  letter-spacing: .011em;
}

.container-tiny {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.listicle-banner {
  min-height: 3rem;
  color: #2a2552;
  background-color: #fff9e6;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.div-block-527 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.countdown-hour {
  font-weight: 800;
}

.countdown {
  grid-column-gap: .5rem;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.compare-price {
  font-weight: 400;
  text-decoration: line-through;
}

.free-items {
  z-index: 15;
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -.5rem;
  bottom: auto;
  left: -.5rem;
  right: auto;
}

.free-badge-3 {
  z-index: 5;
  width: 2rem;
  height: 2rem;
  color: #3d348b;
  position: absolute;
}

.icon-gifts {
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.bundle-step-text {
  font-size: .85rem;
  font-weight: 800;
}

.qty_selector2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.block2_qty-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qty2_each {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.qty2_box {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.qty2_box.current-qty {
  background-color: #ffedd7;
  border-color: #2a2552;
}

.lottie_confetti {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 400px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.qty2_radio {
  width: 1rem;
  height: 1rem;
  border: 1px solid #2a2552;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.qty2_price {
  font-family: Kefir, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.qty2_each-text {
  font-weight: 400;
}

.list1_item {
  grid-column-gap: .25rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list1_component {
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkmark {
  width: 1.5rem;
  height: 1.5rem;
  color: #2a2552;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.hero2asdfasda-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_cta-protein {
  background-color: #ffedd7;
}

.asdfsdfadsfasfa {
  width: 100%;
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-529 {
  text-align: left;
}

.reviews-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.rotator-deal {
  width: 180px;
  height: 180px;
  background-color: #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: absolute;
  top: 45px;
  bottom: auto;
  left: 0;
  right: auto;
}

.rotator-deal.b2g1card {
  z-index: 5;
  width: 6rem;
  height: 6rem;
  background-color: #3d348b;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
  transform: rotate(-25deg);
}

.rotator-deal.newrotatess {
  z-index: 5;
  width: 6rem;
  height: 6rem;
  z-index: 5;
  width: 6rem;
  height: 6rem;
  background-color: #c82129;
  display: none;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
  transform: rotate(-15deg);
}

.rotator-image {
  z-index: 50;
  width: 100%;
  filter: invert();
  display: block;
  position: absolute;
}

.bold-text-18 {
  color: #00237e;
}

.text-span-10 {
  color: #000;
  font-weight: 600;
}

.auth-image {
  width: 50px;
  height: 50px;
}

.auth-left {
  align-items: center;
  display: flex;
}

.author-and-view-div {
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.author-text {
  margin-left: 12px;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}

.image-49 {
  z-index: 1;
  width: 4.0625rem;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.video_wrapper_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-wrapper_image-full {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-wrapper-full {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.section_gradient-cream {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.heading-bold {
  text-transform: uppercase;
  font-family: Altone, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.header2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.reviews4_wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar5_component {
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.steps2_wrapper {
  width: 100%;
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.5fr;
}

.steps2_content-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.steps2_line-wrap {
  min-height: 140px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.steps2_line-wrap.last-child {
  min-height: 140px;
}

.steps2_line {
  z-index: 1;
  height: 100%;
  border: 2px dashed #2a2552;
  position: absolute;
}

.steps2_icon-wrap {
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: #cffd3b;
  border: 2px solid #2a2552;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.steps2_title-wrapper {
  margin-bottom: 32px;
}

.page-styles {
  display: none;
}

.p-listicle {
  letter-spacing: -.02em;
  font-size: 1.15rem;
  line-height: 1.5;
}

.cta-content {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asdfadsfghrtesss-copy {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-widths {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.show-tablet-aacopy {
  display: none;
}

.header2_image-wrap {
  height: 100%;
  max-height: 100%;
  min-height: 75vh;
  background-color: #ffedd7;
  border-left: 1px solid #000;
  border-right-width: 1px;
  border-right-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header2_image-wrap.hide-tablet {
  position: relative;
}

.header2_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.header2_image-holder {
  margin-top: 3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 4.75rem;
}

.header2_content-wrapper {
  width: 100%;
  max-width: 24rem;
}

.header3_content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gift_price {
  grid-row-gap: .25rem;
  border-radius: 6.25rem;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.gift_locker {
  z-index: -1;
  grid-column-gap: .5rem;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #2a2552;
  background-color: rgba(255, 255, 255, .88);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 4rem;
  transition: opacity .2s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gift_iconis {
  width: 1.5rem;
  height: 1.5rem;
  color: #2a2552;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.free_itains {
  z-index: 15;
  width: 1.75rem;
  height: 1.75rem;
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .12s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  position: absolute;
  top: -.5rem;
  bottom: auto;
  left: -.5rem;
  right: auto;
}

.free_itains.is-active {
  width: 1.75rem;
  height: 1.75rem;
  opacity: 1;
}

.gifts_unlocked {
  grid-column-gap: .25rem;
  color: #2a2552;
  -webkit-text-fill-color: inherit;
  background-color: #ffedd7;
  background-clip: border-box;
  border-radius: 100px;
  flex: none;
  align-items: center;
  padding: .25rem .895rem .25rem .85rem;
  font-family: Kefir, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.gift-triggers {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  position: absolute;
}

.div-block-539 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-comparisons {
  grid-column-gap: .5rem;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  display: flex;
}

.text-comparison {
  color: #b0b0b0;
  font-weight: 300;
  text-decoration: line-through;
}

.text-span-58 {
  font-weight: 800;
}

.tag-b2g1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: .85;
}

.gift_component {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-543 {
  z-index: 15;
  width: 100%;
  height: 0;
  min-height: 0;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #f7f5ed;
  border-radius: .375rem;
  margin-bottom: 0;
  transition: margin-bottom .2s, opacity .3s;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.gift_overlay {
  z-index: 3;
  width: 100%;
  height: 0%;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .11);
  transition: opacity .2s;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.limited_radio {
  width: 1rem;
  height: 1rem;
  border: 1px solid #2a2552;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.flavor2_card {
  z-index: 4;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f7f5ed;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
}

.flavor2_card.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.flavor2_card.current-flavor {
  background-color: #fff;
}

.select-limited {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5px;
  min-width: 1.5px;
  transition: transform .2s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.flavor1_description {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-right: 2rem;
  display: flex;
}

.flavor_card2-info {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.flavor_card2-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  display: block;
  position: relative;
}

.flavor_card2-image_container {
  width: 100%;
  max-height: 80px;
  max-width: 80px;
  min-height: 80px;
  min-width: 80px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.flavor_card2-image_container.color-original-light.is-sold-out {
  opacity: .6;
}

.flavor_card2-wrapper {
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.flavor_card2-wrapper.flavor_card2-vertical {
  flex-direction: row;
  align-items: center;
}

.flavor_card2 {
  z-index: 0;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  position: relative;
  overflow: visible;
}

.flavor_card2.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.flavor_card2.is-active {
  opacity: 1;
  cursor: auto;
}

.flavor_card2.is-inactive {
  opacity: .5;
}

.flavor2_content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flavor2_content.flavor2_content-vertical {
  text-align: center;
  flex-direction: row;
  padding-left: .75rem;
}

.flavor2_description {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-right: 1rem;
  display: flex;
}

.flavor2_description.flavor2_description-vetical {
  grid-row-gap: 0rem;
  padding-right: 1rem;
}

.flavor2_description.flavor2_description-vetical.is-sold-out {
  opacity: .6;
}

.flavor2_name {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.flavor2_name-description {
  font-size: .65rem;
  font-weight: 500;
}

.flavor2_quantity {
  border-radius: 6.25rem;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.flavor2_quantity-container {
  width: 100%;
  height: auto;
  max-width: 7rem;
  background-color: #f4f4f4;
  border: .0625rem #e7e7e7;
  border-radius: 100px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.flavor2_btn-qty {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  color: #cbcbcb;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.flavor2_btn-qty:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.flavor2_btn-qty.flavor2_decrease-qty {
  opacity: 1;
  display: flex;
}

.flavor2_btn-qty.flavor2_decrease-qty.is-active {
  color: #2a2552;
  background-color: rgba(0, 0, 0, 0);
}

.flavor2_btn-qty.flavor2_increase-qty.is-active {
  color: #fff;
  background-color: #2a2552;
  border-color: #2a2552;
}

.flavor2_display-qty {
  width: 2rem;
  color: #cbcbcb;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.flavor2_display-qty.is-active {
  color: #2a2552;
}

.flavor_wrapper2 {
  width: 100%;
  grid-column-gap: .65rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.flavor_add-btn {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background-color: #2a2552;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flavor_add-btn.flavor2_increase-qty {
  display: none;
}

.flavor_add-btn.flavor2_increase-qty.is-active {
  font-size: .85rem;
  display: flex;
}

.flavor_add-btn.flavor2_increase-qty.is-sold-out {
  background-color: #d4d2e4;
  display: flex;
}

.flavor2_descriptions {
  font-size: .7rem;
}

.flavor2_label {
  color: #8f8da5;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .5rem;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.flavor2_label.best-seller {
  color: #d48559;
  background-color: #fff6ee;
}

.freq2_select {
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.frequency-selector {
  z-index: 3;
  opacity: .5;
  filter: grayscale();
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.frequency-selector.is-active {
  opacity: 1;
  filter: none;
}

.flavor_card2-reviews {
  color: #fa0;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.flavor_card2-star {
  width: .5rem;
  height: .5rem;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.flavor2_reviews {
  color: #2a2552;
  font-size: .5rem;
  position: relative;
  top: .05rem;
}

.frequency-subs {
  z-index: 0;
  min-height: 4rem;
  background-color: #f8f4ee;
  justify-content: space-between;
  align-items: center;
  margin-top: -.5rem;
  padding: 1rem 1rem .5rem;
  display: flex;
  position: relative;
}

.div-block-548 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.list-container2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.checkmark2 {
  width: 1rem;
  height: 1rem;
  color: #2a2552;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-block-98 {
  font-size: .7rem;
  font-weight: 500;
}

.button-bundles {
  padding-bottom: 1rem;
}

.list_item-icon2 {
  grid-column-gap: .25rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-60 {
  font-style: italic;
}

.tiktok_item {
  width: 16rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.block-savings {
  color: #2a2552;
  font-family: Kefir, sans-serif;
  font-weight: 600;
}

.rtc-cart_drawer_back-arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1rem;
  right: auto;
}

.rtc-cart_drawer_back-arrow:hover {
  opacity: .7;
}

.jv_drawer-footer {
  border-top: 1px solid #f5f5f5;
  display: none;
}

.jv_backdrop {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  transition: all .2s cubic-bezier(.25, 1, .5, 1);
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jv_backdrop.is-active {
  z-index: 8;
  opacity: .37;
  z-index: 300;
  opacity: 1;
  background-color: rgba(0, 0, 0, .63);
  transition: opacity .3s cubic-bezier(.25, 1, .5, 1);
  display: flex;
}

.rtc-cart_drawer_close {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.jv_drawer-main {
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.rtc-cart_icon-close {
  width: 2.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 2.5rem;
  color: #000;
}

.jv_drawer-heading {
  height: 75px;
  min-height: 75px;
  background-color: #fff;
  border-bottom: .0625rem solid #dddcd8;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  position: relative;
}

.cart-banners {
  z-index: 50;
  min-height: 3rem;
  color: #2a2552;
  background-color: #fff9e6;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color .2s, transform .2s;
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.cart-banners.is-active {
  display: none;
}

.cart-banner-inners {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
}

.easy-steps {
  color: #fff;
  background-color: #2a2552;
}

.icon-holder {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.div-block-446 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step_icons {
  width: 100%;
  min-height: 7.5rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.icon-steps {
  grid-column-gap: 4rem;
  display: flex;
}

.steps-heading {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.step1-star, .step2-star, .step3_star {
  color: #fa0;
  position: absolute;
}

.section-qtysss {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.div-block-553-copy-cta {
  justify-content: space-between;
  display: flex;
}

.buybox1_trust-icon-ctas {
  grid-column-gap: .25rem;
  justify-content: center;
  display: flex;
}

.text-features-cta {
  font-size: .75rem;
  font-weight: 700;
}

.gift-clock_wrapper {
  width: auto;
  height: 1.5rem;
  color: #2a2552;
  background-color: #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.gift-clock-icon {
  z-index: 5;
  min-height: 1.5rem;
  justify-content: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gift-clock {
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 800;
}

.div-block-553 {
  position: relative;
}

.block_stars-review {
  align-items: center;
  display: flex;
}

.flex_gap_0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #faa540;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.text_reviews-new {
  color: #010101;
  font-size: .75rem;
  font-weight: 500;
}

.reviews7_wrapper {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-557 {
  display: none;
}

.icon-1x1-xsmalls {
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-small-copy-copy {
  color: #2a2552;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
}

.giftcounter_wrapper {
  width: auto;
  height: 1.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2a2552;
  background-color: rgba(248, 244, 238, .72);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.giftcounter_icons {
  z-index: 5;
  min-height: 1.5rem;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.green-circle {
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
}

.ships-by {
  grid-column-gap: .75rem;
  background-color: #faf8f5;
  border-radius: 100px;
  align-items: center;
  padding: .7rem 1rem;
  font-size: .75rem;
  display: flex;
}

.shipsby-container {
  text-align: left;
}

.bold-text-19 {
  text-decoration: underline;
}

.star-reviews {
  width: auto;
  height: 1rem;
}

.benefit-image {
  width: 4rem;
  height: 4rem;
}

.button-holder {
  padding-bottom: 1rem;
}

.padding-bottom-8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.sale-title {
  font-weight: 800;
}

.sale-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.booklet-sale {
  grid-column-gap: 1rem;
  text-align: center;
  background-color: #fff9e6;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .25rem;
  display: flex;
}

.trustpilot-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.trustpilot-title {
  font-family: Figtree, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.trustpilot-description {
  font-size: .85rem;
}

.trustpilot-header {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.trustpilot-logo {
  width: 80px;
}

.trustpilot-summary {
  font-weight: 500;
}

.trustpilot-stars {
  width: 140px;
}

.trustpilot-review-head {
  justify-content: space-between;
  display: flex;
}

.trustpilot-author {
  font-size: .85rem;
  font-weight: 700;
}

.trustpilot-review-stars {
  width: 100px;
}

.features2_block {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.features2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.icon-features-container {
  z-index: 10;
  width: 6rem;
  height: 6rem;
  background-color: #2a2552;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 25%;
}

.icon-features {
  width: 50px;
  height: 50px;
  filter: invert();
  display: none;
  position: absolute;
}

.icon-features.is-active {
  display: block;
}

.stars {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-82 {
  width: 1rem;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: 22%;
  right: auto;
}

.star02s {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.star03s {
  z-index: 5;
  width: 1rem;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 16%;
}

.stars4s {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.stars05 {
  width: 1rem;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.padding-section-landing {
  padding-top: 4.3rem;
  padding-bottom: 4.5rem;
}

.sub-head {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.sub-head.rt1 {
  color: #000;
}

.table1_cell {
  width: 25%;
  min-height: 3rem;
  border-right: 1px solid rgba(0, 0, 0, .12);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.table1_cell.last-child {
  border-right-style: none;
}

.table1_image {
  width: 4rem;
  height: 4rem;
}

.testimonial1_component {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.selector1_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: static;
}

.selector2_price {
  font-size: 1rem;
  font-weight: 700;
}

.selector2_price.compare-price {
  color: #888;
  font-weight: 400;
  text-decoration: line-through;
}

.selector2_price.compare-price.is-hidden {
  display: none;
}

.testimonial1_stars {
  width: 100px;
  height: auto;
  margin-right: .25rem;
}

.selector2_price-each {
  font-size: .65rem;
  font-weight: 400;
}

.selector2_pricing {
  grid-column-gap: .5rem;
  display: flex;
}

.text-size-small-copy-2 {
  color: #2a2552;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
}

.selector1_item {
  width: 100%;
  color: #8f8f8f;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.selector1_item.current-qty {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #2a2552;
}

.quantity1_label {
  z-index: 5;
  color: #fff;
  background-color: #2a2552;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .6rem;
  position: absolute;
  top: -1rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero1_mobile-header {
  display: none;
}

.hero1_photo-inner {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  background-color: #ffedd7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.features2_text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 800;
}

.hero1_content {
  width: 50%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.changing-stars {
  z-index: 15;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -19%;
  bottom: auto;
  left: auto;
  right: -26%;
}

.benefits1_image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.announcement2_component {
  grid-row-gap: .5rem;
  background-color: #f8f4ee;
  border-radius: 8px;
  flex-direction: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.announcement2_title {
  font-family: Kefir, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.lottie-animation-8 {
  width: 6rem;
  height: 6rem;
  min-height: 6rem;
  min-width: 6rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.announcement2_icon {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.accordion1_item-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: .85rem;
  font-weight: 700;
}

.steps2_title {
  font-size: 1.25rem;
  font-weight: 800;
}

.step1 {
  z-index: 15;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: auto;
  right: -30%;
}

.grid-middles {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.steps2_component {
  align-items: center;
  display: flex;
}

.step1-copy {
  z-index: 15;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: auto;
  right: 64%;
}

.marquee1_component {
  z-index: 5;
  width: 100%;
  height: 4rem;
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-style: solid none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jv_drawer {
  z-index: 999;
  width: 40%;
  max-width: 31.25rem;
  min-width: 31.25rem;
  background-color: #fff;
  justify-content: flex-end;
  align-items: stretch;
  transition: transform .12s cubic-bezier(.25, 1, .5, 1);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.jv_drawer.is-active {
  z-index: 2147483647;
  transition: transform .18s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  transform: translate(0%);
}

.jv_drawer-inner {
  z-index: 999;
  width: 100%;
  max-width: 31.25rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.nutritional-facts {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.nutritional_separator-large {
  height: 12px;
  background-color: #2a2552;
}

.nutritional_line {
  border-bottom: 1px solid #bebebe;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: .25rem;
  font-size: .85rem;
  display: flex;
}

.nutritional_line.sub-line {
  padding-left: 1rem;
}

.nutritional_line.bolded {
  font-weight: 800;
}

.nutritional_line.last-child {
  border-bottom-style: none;
}

.div-block-624 {
  text-align: right;
  flex-direction: column;
  display: flex;
}

.columns-ingredients {
  grid-column-gap: 2rem;
  flex-direction: row;
  display: flex;
}

.nutritional_separator-small {
  height: 6px;
  background-color: #2a2552;
}

.nutrition_name.sub, .nutrition_serving.not-bolded {
  font-weight: 400;
}

.nutrition_value {
  width: 3rem;
  text-align: right;
}

.nutritional_line-heading {
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 800;
  display: flex;
}

.serving-size {
  font-size: .85rem;
  font-weight: 800;
}

.serving-container {
  font-size: .85rem;
}

.nutrition-header {
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.ingredient-facts {
  font-weight: 800;
}

.selector2_header {
  border-bottom: .0625rem solid rgba(119, 119, 119, .14);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .35rem;
  padding-bottom: .65rem;
  padding-left: 2rem;
  display: flex;
}

.selector2_header.one-time {
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list2_item {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selector2_benefits {
  padding-left: .25rem;
}

.list2_item-wrapper {
  width: 100%;
  color: #010101;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.45;
  display: flex;
}

.list2_checkmark {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: .3125rem;
  display: flex;
}

.selector2_item {
  width: auto;
  color: #6d6d6d;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: relative;
}

.selector2_item.w--current {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2552;
}

.selector2_item.current-frequency {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2552;
  align-items: center;
  display: flex;
}

.hero1_image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero1_image-wrapper.bg-white {
  background-color: #ffedd7;
}

.hero1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero1_image.desktop-smaller {
  width: 100%;
  object-fit: contain;
}

.hero1_image.bg-gd-cream {
  background-image: linear-gradient(#fff6ee, #fff);
}

.hero1_image-swiper {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  align-items: center;
  display: flex;
  position: static;
  top: 4.75rem;
}

.hero1_photo-container {
  width: 50%;
  background-color: #ffedd7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.seenon1_logo {
  width: 100%;
  height: 2.5rem;
  min-height: 0;
}

.seenon1_logo-wrapper {
  grid-column-gap: 4rem;
  display: flex;
}

.seenon1_wrappers {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seenon1_title {
  color: #2a2552;
  border-right: 1px solid #2a2552;
  padding-right: 2rem;
  font-weight: 700;
}

.padding-seenon {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.gifts3_locked-content {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2a2552;
  background-color: rgba(255, 255, 255, .19);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gifts3_locked-content.is-active {
  display: flex;
}

.div-block-639 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.announcement1_component {
  grid-column-gap: .75rem;
  background-color: #faf8f5;
  border-radius: 8px;
  align-items: center;
  padding: .7rem 1rem;
  font-size: .75rem;
  display: flex;
}

.announcement2_link {
  font-weight: 700;
  text-decoration: underline;
}

.hero1_swiper-pagination {
  z-index: 5;
  min-height: 1rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-weight-extrabold {
  font-weight: 800;
}

.hero1_label-facts {
  font-weight: 500;
  text-decoration: underline;
  display: none;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.table1_component {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.table1_row {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.table1_row.last-child {
  border-bottom-style: none;
}

.testimonial1_text {
  border-left: 1px solid #c7c7c7;
  margin-left: .5rem;
  padding-left: .5rem;
}

.list1_checkmark {
  width: 1.5rem;
  height: 1.5rem;
  color: #2a2552;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.section-steps.bg-primary-cream {
  background-color: #fffcf7;
}

.section-faq {
  display: block;
}

.section-hero {
  background-color: #fff;
  display: none;
}

.section-featured-on {
  background-color: #fff;
}

.section-features-02 {
  color: #fffef9;
  background-color: #2a2552;
  position: relative;
}

.section-features-02.overflow-hidden {
  background-color: #8c83f6;
}

.bg-gd-container {
  width: 800px;
  height: 400px;
}

.div-block-658 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_right-arrow {
  z-index: 10;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #010101;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 2rem;
}

.slider_left-arrow {
  z-index: 10;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #010101;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 2rem;
  right: auto;
  transform: rotate(180deg);
}

.arrow-slider {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.grid-icons-4 {
  max-width: 580px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.benefits-icons {
  text-align: center;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.2;
}

.icon-13 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rtc-cart_qty-bubble {
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  color: #fff;
  background-color: #c8202f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .5rem;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.rtc-cart_qty-bubble.is-active {
  display: flex;
}

.nav-main_new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.nav-link-2 {
  float: left;
  clear: left;
  color: #0e0f11;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.nav-link-2.footer-menu, .nav-link-2.secondary {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.mobile_menu {
  z-index: 451;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mobile_menu.is-active {
  display: none;
}

.menu-container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.menu-container.is-mobile-menu {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar11_menu-button {
  padding: 0;
  display: none;
}

.cart-circle {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  background-color: rgba(237, 248, 253, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .3125rem;
  display: flex;
}

.cart-circle.cart_trigger {
  margin-left: 1rem;
  padding: .625rem;
  display: none;
  position: relative;
}

.nav-sec-list_new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .0625rem solid #efefef;
  flex-direction: column;
  display: flex;
}

.nav-menu-new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.icon-regular {
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-left, .nav-right {
  align-items: center;
  display: flex;
}

.new-navigation {
  z-index: 500;
  height: 75px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.nav-link {
  margin-right: 2rem;
  font-weight: 700;
  display: block;
}

.navbar-logo {
  padding-left: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.navbar-sale {
  z-index: 300;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  color: #010101;
  background-color: #f8f4ee;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.navbar-sale.magic-gd-vanilla {
  display: none;
}

.new-navs {
  z-index: 50;
  width: 100%;
  background-color: #fffcf7;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1), transform .2s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px .5rem 12px rgba(0, 0, 0, .03);
}

.review1_filter-button {
  color: #010101;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

.review1_filter-button.selected-filter {
  color: #fff;
  background-color: #3d348b;
}

.div-block-661 {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.reviews1_container {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.div-block-662 {
  max-width: 720px;
  grid-column-gap: 2rem;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-663 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-664 {
  width: 70%;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-block-120 {
  color: #2f2e2e;
  letter-spacing: -.2rem;
  font-family: Teko, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.inner-review-bar {
  width: 100%;
  height: 100%;
  background-color: #2a2552;
  border-radius: 100px;
}

.inner-review-bar._80 {
  width: 90%;
  background-color: #2f2e2e;
}

.inner-review-bar._6 {
  width: 16%;
  background-color: #2f2e2e;
}

.inner-review-bar._8 {
  width: 8%;
  background-color: #2f2e2e;
}

.inner-review-bar._2 {
  width: 10%;
  background-color: #2f2e2e;
}

.inner-review-bar._3 {
  width: 12%;
  background-color: #2f2e2e;
}

.div-block-666 {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.bar-hjeights {
  width: 100%;
  height: 15px;
  background-color: #fff;
  border-radius: 100px;
}

.text-block-121 {
  font-weight: 800;
}

.summary-card-container {
  width: 100%;
  max-height: 75px;
  max-width: 75px;
  min-height: 75px;
  min-width: 75px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.cart_line-item {
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  position: static;
}

.cart_line-item.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.cart_line-item.gift-card {
  display: none;
}

.cart_line-item.gift-card.last-child {
  border-bottom-style: none;
}

.cart_line-item.main {
  border-bottom-style: none;
  padding-bottom: 0;
}

.grid-40 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-weight: 400;
}

.jv-cart-style-guide {
  width: 40%;
  height: 100%;
  max-width: 31.25rem;
  min-width: 31.25rem;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
}

.drawer-hinners {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.checkout-btns {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart_line-items {
  z-index: 1;
  height: 100%;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem 1rem 8rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.cart_line-items.top-padding {
  padding-top: 1rem;
}

.gifts-containerss {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 1.25rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.gifts-carts {
  width: auto;
  color: #b2ae9f;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.gifcts-cart-wrapper {
  width: 70px;
  height: 70px;
  border: 1px dashed #2a2552;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.gifcts-cart-wrapper.is-active {
  border-style: solid;
}

.gift_lockers {
  z-index: 1;
  color: #2a2552;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gifts-cart-components {
  z-index: 10;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.gifts-cart-wrappers {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.gift-cart-iucons {
  width: 1.5rem;
  height: 1.5rem;
  color: #2a2552;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-671 {
  z-index: 2;
  width: 70px;
  height: 1rem;
  color: #b0b0b0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-122 {
  font-size: .6rem;
}

.div-block-674 {
  background-color: #000;
  margin-bottom: 4rem;
}

.cart_overlay {
  z-index: 50;
  height: 3rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -3rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.selector3_item {
  z-index: 1;
  width: 100%;
  height: 3rem;
  color: #6d6d6d;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.selector3_item.w--current {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2552;
}

.selector3_item.current-frequency {
  color: #010101;
  background-color: #fff;
  border-color: #2a2552;
}

.cart_frequency-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #525252;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  padding-top: 0;
  display: flex;
}

.text-block-124 {
  height: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  font-size: .85rem;
  display: flex;
  position: absolute;
  top: -1.5rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-125 {
  color: #9b9b9b;
  background-color: #f4f4f4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: .15rem 1rem;
  font-size: .55rem;
  font-weight: 700;
}

.text-block-125.is-active {
  color: #fff;
  background-color: #2a2552;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  position: relative;
}

.cart_price.compare-price {
  color: #9b9b9b;
  text-decoration: line-through;
}

.html-embed-10 {
  width: 1.25rem;
  height: 1.25rem;
}

.cart-price-summary {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.body-blacks {
  background-color: #010101;
}

.cc-icons {
  width: 240px;
}

.cta2_inner {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.savings-text {
  text-transform: capitalize;
  background-color: #ffe7ca;
  border-radius: 100px;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: .65;
  display: none;
}

.savings-text.is-active {
  display: inline-block;
}

.cart_qty1-handler {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  color: #cbcbcb;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #f4f4f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  transition: background-color .2s;
  display: flex;
}

.cart_qty1-handler:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.cart_qty1-handler.is-active {
  color: #fff;
  cursor: pointer;
  background-color: #2a2552;
  border-color: #010101;
}

.cart_qty1-handler.left-decresae {
  color: #cbcbcb;
}

.cart2_quantity-container {
  width: 100%;
  height: auto;
  grid-column-gap: 0rem;
  box-shadow: none;
  background-color: #f4f4f4;
  border: 1px #f4f4f4;
  border-radius: 100px;
  justify-content: flex-end;
  font-size: .85rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart_qty1-display {
  width: 1.75rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 1.75rem;
  color: #cbcbcb;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: .85;
  display: flex;
}

.cart_qty1-display.is-active {
  color: #010101;
}

.list3_components {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.div-block-680 {
  padding-top: 0;
}

.div-block-681 {
  height: 2.5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: .75rem .5rem;
  display: flex;
}

.div-block-681.is-active {
  background-color: #f7f5ed;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
}

.list3_item-wrapper {
  width: 100%;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.45;
  display: flex;
}

.cart_content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta2_wrapper {
  z-index: 5;
  width: 100%;
  position: relative;
}

.jv_cart-footer {
  border-top: 1px dashed #cbcbcb;
  padding: 1rem 1rem 1.5rem;
  display: block;
  position: relative;
}

.gift_image {
  z-index: 13;
  width: 100%;
  opacity: 0;
  border-radius: 8px;
  transition: background-color .12s cubic-bezier(.25, 1, .5, 1), opacity .5s cubic-bezier(.25, 1, .5, 1);
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gift_image.is-active {
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-spinner {
  z-index: 50;
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart_spinner {
  z-index: 50;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .38);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart_spinner.is-active {
  opacity: 1;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-card_test {
  font-size: .8rem;
  font-weight: 700;
}

.price-card_test.compare {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
}

.cart2_line-prices {
  width: auto;
  grid-column-gap: .5rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1rem;
  display: flex;
}

.div-block-685 {
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart2_item-name {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.cart_card-info {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 1rem;
  display: flex;
}

.div-block-686 {
  grid-column-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cart2_description {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-right: 1rem;
  display: flex;
}

.cart_card-wrapper {
  width: 100%;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.padding-bottom-3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-688 {
  padding-top: .5rem;
}

.grid-41 {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial17_rating-wrapper-3 {
  color: #faa540;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.text-weight-semibold-3 {
  color: #fff;
  font-family: Averta, sans-serif;
  font-weight: 500;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cart-inner-container {
  height: auto;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-summary-line {
  justify-content: space-between;
  align-items: center;
  font-size: .85rem;
  font-weight: 400;
  display: flex;
}

.cart-summary-line.thinner {
  color: #686868;
  font-size: .75rem;
  font-weight: 400;
}

.cart-summary-line.discount {
  color: #000;
  font-weight: 400;
  display: none;
}

.cart-summary-line.discount.is-active {
  display: flex;
}

.cart-summary-line.coupon {
  display: none;
}

.cart-summary-line.coupon.is-active {
  display: flex;
}

.cart-summary-line.total {
  font-size: 1rem;
  font-weight: 700;
}

.cart-summary {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.cart_back-button {
  width: 2.5rem;
  height: 2.5rem;
  color: #2a2552;
  background-color: #fff;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart2_back-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
}

.div-block-691 {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-692 {
  z-index: 0;
  height: 100%;
  min-height: 7rem;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, .83) 38%, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-128 {
  text-align: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.message-toggler {
  display: none;
}

.message-toggler.is-active {
  display: flex;
}

.cart-discount-label {
  grid-column-gap: .5rem;
  color: #010101;
  border-radius: 4px;
  align-items: flex-start;
  font-size: .75rem;
  display: none;
}

.cart-discount-label.is-active {
  color: #010101;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-discounts {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.discount-text {
  color: #9c6b2e;
  background-color: #ffedd7;
  border-radius: 100px;
  align-self: stretch;
  padding: .25rem .5rem;
  line-height: .75;
}

.cart-discount, .div-block-696 {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.savingsz {
  color: #010101;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Figtree, sans-serif;
  font-size: .85rem;
  font-weight: 500;
}

.cart_title {
  text-align: center;
  flex: 1;
  padding-right: 2rem;
  position: relative;
}

.cart_title-text {
  font-family: Kefir, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.confetti-burster {
  z-index: 500;
  width: 280px;
  height: 280px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: -21%;
  overflow: hidden;
}

.gift-overlay {
  height: 100%;
  background-color: #f5fce4;
  border-radius: 8px;
  transition: background-color .4s cubic-bezier(.25, 1, .5, 1), transform .3s cubic-bezier(.25, 1, .5, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.gift-overlay.is-active {
  z-index: 11;
  background-color: #e2faf8;
  transition: transform .2s, background-color .4s cubic-bezier(.25, 1, .5, 1), transform .2s cubic-bezier(.25, 1, .5, 1);
  transform: translate(0);
}

.bubble-progress {
  width: 1%;
  height: 1px;
  background-color: #2a2552;
  transition: width .2s cubic-bezier(.36, .03, .44, .99);
  position: static;
}

.gift-cards-progress {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  display: flex;
  position: absolute;
}

.gifts-cards-titles {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.divider {
  z-index: 10;
  width: 100%;
  grid-column-gap: 1rem;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.divider.reviews {
  flex-direction: row;
  margin-top: .75rem;
  margin-bottom: .5rem;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .11);
}

.c_divider-text {
  width: auto;
  color: #000;
  text-align: center;
  white-space: nowrap;
  margin-left: 12px;
  margin-right: 12px;
  font-size: .85rem;
  font-weight: 700;
  line-height: 24px;
}

.image-85 {
  display: block;
}

.image-85.proteins {
  padding: .25rem;
}

.c_features-item {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.c_features-item.text-black.mb-30 {
  margin-bottom: 0;
}

.c_features-text {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 18px;
}

.c_features-image-block {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: cover;
  border-radius: 50%;
}

.c_features-item-wrapper {
  width: 100%;
  display: flex;
}

.c_features-info {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c_features-title {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.c_features-image-container {
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 1rem;
}

.c_features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.testimonial_cart {
  width: .75rem;
  height: .75rem;
  flex-direction: column;
  margin-right: .25rem;
  display: flex;
}

.cart_wrappers {
  color: #faa540;
  justify-content: flex-start;
  display: flex;
}

.qty-item {
  z-index: 1;
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  color: #fff;
  background-color: #2a2552;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-size: .65rem;
  display: none;
  position: absolute;
  top: -.35rem;
  bottom: auto;
  left: auto;
  right: -.35rem;
  overflow: visible;
}

.qty-item.is-active {
  display: flex;
}

.line_item-qty {
  font-weight: 700;
  line-height: 1;
}

.gift-check {
  z-index: 15;
  width: 1rem;
  height: 1rem;
  color: #2a2552;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: none;
  position: absolute;
  top: .25rem;
  bottom: auto;
  left: auto;
  right: .25rem;
}

.gift-unlocker {
  color: #010101;
  text-align: center;
  font-size: .65rem;
  font-weight: 500;
  display: none;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: 0%;
  right: 0%;
}

.cart-stars {
  z-index: 15;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: -55%;
  bottom: auto;
  left: auto;
  right: -1%;
}

.finger-emoji {
  position: relative;
  left: .5rem;
}

.div-block-700 {
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  flex: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.review-swipers {
  overflow: hidden;
}

.div-block-701 {
  padding-top: 2rem;
}

.grid-43 {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-709 {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-710 {
  flex: 1;
}

.benefits2_icon-wrap {
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.benefits3_content-title {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.benefits3_content-title.r1 {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.1;
}

.progress-bars {
  height: 1px;
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, .08);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  position: static;
}

.div-block-713 {
  width: 100%;
}

.price-table-line {
  border-bottom: 1px dashed #ececec;
  justify-content: space-between;
  align-items: center;
  padding: .35rem .75rem;
  font-size: .65rem;
  font-weight: 700;
  line-height: .65;
  display: flex;
}

.price-table-line.last_child {
  border-bottom-style: none;
  margin-bottom: 0;
}

.price-table-line.is-active {
  background-color: #fcfcfc;
  font-weight: 800;
}

.price-table-line.header2 {
  color: #2a2552;
  background-color: #2a2552;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .7rem;
  font-weight: 800;
}

.table3_component {
  z-index: 5;
  width: 100%;
  border: 1px dashed #000;
  border-radius: 8px;
  font-size: .85rem;
  position: relative;
  overflow: hidden;
}

.table-each_price {
  text-transform: uppercase;
  font-weight: 800;
}

.gift_inner {
  width: 100%;
  height: 100%;
  border: 1px dashed #2a2552;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.gift_titles {
  z-index: 2;
  width: 100%;
  height: 1rem;
  color: #b0b0b0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gift_titles.is-active {
  color: #2a2552;
  font-weight: 700;
}

.gift_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.gift_block {
  width: 100%;
  color: #b2ae9f;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-tablenew {
  background-color: #fff6ee;
  background-image: linear-gradient(#fff6ee, #fff);
  padding: .5rem 1.25rem 0;
}

.cart_nav {
  z-index: 5;
  height: 3.5rem;
  min-height: 3.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.table-tier {
  width: 100%;
  display: none;
}

.table-tier.is-active {
  display: block;
}

.div-block-724 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart_notification {
  grid-column-gap: 1rem;
  text-align: left;
  background-color: #fff9e6;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  display: flex;
}

.texts-newsss {
  color: #2a2552;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.finger-icon {
  font-size: 1rem;
  position: relative;
  top: 2px;
}

.div-block-725 {
  grid-column-gap: .25rem;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.div-block-726 {
  align-items: center;
  display: flex;
}

.icon-discount-purple {
  width: 1rem;
  height: 1rem;
  color: #2a2552;
  position: relative;
  top: 2px;
}

.coupon-textsss {
  color: #2a2552;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
}

.divider-text {
  width: auto;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 12px;
  margin-right: 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 24px;
}

.summary-card-image_container {
  width: 100%;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.cart3_item-name {
  font-family: Kefir, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
}

.cart3_line-prices {
  width: auto;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: .85rem;
  display: flex;
}

.price_card-test2 {
  font-weight: 700;
}

.price_card-test2.compare {
  color: #010101;
  font-weight: 400;
  text-decoration: line-through;
}

.cart3_description {
  grid-column-gap: .15rem;
  grid-row-gap: .35rem;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 1rem;
  display: flex;
}

.cart3_sub-description {
  font-size: .65rem;
  font-weight: 500;
}

.savings-pcts {
  color: #2a2552;
  background-color: #fff3d9;
  border-radius: 100px;
  padding: .25rem .5rem;
  font-size: .6rem;
  font-weight: 700;
  line-height: .65;
  transition: background-color .2s;
}

.cart_heading {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 237, 215, .59), rgba(255, 246, 234, .14) 48%, rgba(255, 255, 255, 0));
  padding: .5rem 1.25rem 0;
  position: relative;
}

.cart_heading.border-bottom {
  border-bottom: 1px dashed rgba(0, 0, 0, .15);
}

.cart_heading.border-bottom.no-bg {
  background-image: none;
}

.cart_frequency {
  margin-top: .5rem;
  padding-top: 0;
}

.cart_top-overlay {
  z-index: 150;
  height: 2rem;
  min-height: 2rem;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: -2rem;
  left: 0%;
  right: 0%;
}

.review1_content {
  width: 100%;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.review1_content.review1_content-left {
  width: 30%;
  border-right: 1px solid #f2f2ea;
  flex: none;
  margin-right: 2rem;
  padding-right: 2rem;
}

.review1_component-item {
  grid-column-gap: 0rem;
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding: 2rem;
  display: flex;
}

.review1_features {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.review1_component-feature {
  grid-row-gap: .15rem;
  flex-direction: column;
  display: flex;
}

.review1_heading {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.review1_prefix {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review1_content-heading {
  justify-content: space-between;
  display: flex;
}

.review1_verified-purchase {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.padding-bottom-8 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.sub_label_new {
  z-index: 0;
  height: 1.5rem;
  color: #9b9b9b;
  background-color: #f8f4ee;
  border-bottom: 2px solid #f4f4f4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .6rem;
  font-weight: 700;
  line-height: .6;
  display: flex;
  position: absolute;
  top: -1.5rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.sub_label_new.is-active {
  color: #fff;
  background-color: #c8202f;
  border-bottom-color: #000;
}

.selector3_checkmark {
  justify-content: center;
  align-items: center;
  display: flex;
}

.selector3_header {
  width: 100%;
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.new_blocks {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-733 {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.div-block-733.one-time {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list5_component {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.selectors6_benefits {
  width: 100%;
}

.only-serving {
  font-size: .6rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: -1.75rem;
  left: auto;
  right: 0%;
}

.selector4-title {
  z-index: 2;
  width: 100%;
  font-family: Kefir, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.tag-proteins {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: .5;
  position: relative;
}

.protein-texts {
  font-size: .9rem;
  line-height: 0;
}

.tt-logo {
  width: 1rem;
  height: 1rem;
}

.text-block-142 {
  font-weight: 700;
  line-height: 1;
}

.tt-block {
  z-index: 5;
  width: auto;
  grid-column-gap: .5rem;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .75rem;
  display: none;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.summary-line-lps {
  color: #2a2552;
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

.changin-subs {
  z-index: 15;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.hero2_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  display: flex;
}

.icon-large {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
}

.div-block-736 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.limited-releases {
  z-index: 15;
  width: 41.2px;
  height: 45.3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -24%;
}

.display-inlineflex {
  flex-direction: row;
  align-items: center;
}

.display-inlineflex.gap-tiny {
  grid-column-gap: .5rem;
}

.sale-smaller {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.icon-discounted {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.coupon-holds {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #2a2552;
  border: 1px #000;
  border-radius: 100px;
  align-items: center;
  padding: .15rem .5rem .15rem .25rem;
  font-size: .85rem;
  font-weight: 700;
  line-height: .85;
  display: flex;
}

.section-features-03 {
  background-color: #eb1822;
  overflow: hidden;
}

.section-features-03.rnr {
  background-color: #f4bf4c;
}

.benefit-icon {
  width: 100%;
  height: 100%;
  filter: invert();
}

.benefit-icon.fr1 {
  width: 40%;
  height: 40%;
  filter: none;
}

.image-100-100 {
  width: 100%;
  height: 100%;
}

.coupon-statics {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.bundle-coupon {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 700;
  line-height: .65;
}

.icon-small-bubble {
  width: .75rem;
  height: .75rem;
  min-height: .75rem;
  min-width: .75rem;
  color: #9b9b9b;
  line-height: .65;
  position: relative;
}

.style-guide-card {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-size: .75rem;
  font-weight: 700;
}

.jv_drawer-bubble {
  z-index: 999;
  width: 40%;
  max-width: 31.25rem;
  min-width: 31.25rem;
  background-color: #fff;
  justify-content: flex-end;
  align-items: stretch;
  transition: transform .12s cubic-bezier(.25, 1, .5, 1);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.jv_drawer-bubble.is-active {
  display: none;
  transform: translate(0%);
}

.drawer-inners-bubble {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cart_down-button {
  width: 2.5rem;
  height: 2.5rem;
  color: #2a2552;
  background-color: #fff;
  border-style: none;
  border-width: 1px;
  border-radius: 50%;
  order: -1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart_line-items-static {
  z-index: 1;
  height: 100%;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem 1rem 8rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-744 {
  background-color: rgba(247, 245, 237, .4);
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem;
}

.div-block-745 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem;
  display: flex;
}

.div-block-745.is-active {
  background-color: #f7f5ed;
}

.new_cart {
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-3 {
  height: 3rem;
}

.icon-emojis {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.bg-white-top {
  z-index: 10;
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(360deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trustpilot-review-container-2 {
  width: 100%;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.bg-white-bottom {
  z-index: 10;
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: 0%;
  right: 0%;
}

.main-container {
  width: 100%;
  height: 100%;
  max-width: 480px;
  padding-top: 2rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, .06);
}

.social-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
}

.header {
  z-index: 50;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header.magic-gd-vanilla {
  padding-top: 2rem;
}

.trustpilot-container-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-3 {
  width: 6rem;
  height: 6rem;
  background-color: #2a2552;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-shop {
  width: 100%;
  height: 60px;
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, .06);
}

.button-shop.olla {
  background-color: #fff1d7;
}

.button-shop.primary-gradient {
  color: #fff;
  position: relative;
}

.super-header {
  z-index: 500;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.trustpilot-stars-2 {
  width: 140px;
}

.step2 {
  z-index: 15;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -58%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.section-main {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-links {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 2.5rem 6rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle {
  font-family: Kefir, sans-serif;
  font-weight: 700;
}

.social-icon-2 {
  width: 16px;
}

.div-block {
  width: 100%;
  height: 100vh;
}

.container {
  width: 100%;
}

.trustpilot-summary-2 {
  font-weight: 500;
}

.cta-styles {
  display: none;
}

.text-span-61, .text-span-62, .text-span-63 {
  font-family: Figtree, sans-serif;
}

.image-86 {
  margin-top: -436px;
}

.padding-bottom-9 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.headline-content-full {
  max-width: 42.5rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headline-content-full._2ndone {
  max-width: 50rem;
}

.video-wrappers-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-wrappers-2.fr1 {
  margin-top: 32px;
}

.grid-44 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-44.ty1 {
  grid-column-gap: 2.75rem;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 21px;
}

.heading-style-h2-2 {
  clear: left;
  color: #2f2e2e;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #2f2e2e;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: .9;
}

.feature-heading-2 {
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
}

.grid-45 {
  max-width: 580px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.sub-other-text-2 {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding-section-medium-3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.section-features-2 {
  background-color: rgba(255, 231, 225, .66);
  overflow: hidden;
}

.text-weight-bold-2 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.padding-bottom-10 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h2-3 {
  clear: left;
  color: #2f2e2e;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: .9;
}

.grid-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular-3 {
  text-transform: capitalize;
  font-size: .85rem;
}

.padding-section-medium-4 {
  padding-top: 5rem;
  padding-bottom: 3.6rem;
}

.section-comparison-2 {
  background-color: #f1f0ef;
  padding-bottom: 82px;
}

.text-size-regular-4 {
  font-size: 1rem;
}

.text-size-regular-4.text-weight-bold {
  text-transform: uppercase;
}

.highlights-2 {
  background-color: #52341e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-comparison-2 {
  z-index: 115;
  height: 3rem;
  display: block;
  position: relative;
}

.padding-bottom-11 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular-5 {
  text-transform: capitalize;
  font-size: .85rem;
}

.padding-section-medium-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-size-regular-6 {
  font-size: 1rem;
}

.text-size-regular-6.text-weight-bold {
  text-transform: uppercase;
}

.logo-comparison-3 {
  z-index: 115;
  height: 3rem;
  display: block;
  position: relative;
}

.div-block-549 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.gal-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gal-div-img {
  width: 100%;
  height: 100%;
}

.padding-bottom-12 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-48 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-48.gg2 {
  margin-top: 33px;
  display: none;
}

.padding-section-medium-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold {
  text-transform: capitalize;
  line-height: 1.4;
}

.asdfjaosa-copy-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
  display: none;
}

.div-block-746 {
  width: 100%;
  grid-column-gap: .5rem;
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.fr1_icon {
  display: none;
}

.section-9 {
  background-color: #fff;
  border-top: 1px #000;
  display: none;
}

.benefit-heading-2 {
  color: #000;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
}

.padding-bottom-13 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.block_item-list_features {
  grid-column-gap: .2rem;
  grid-row-gap: .1rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.text-span-64 {
  font-size: .85rem;
  line-height: 0;
}

.div-block-554 {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gifts3_wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.gifts2_content {
  width: 100%;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  display: flex;
}

.cta-inner {
  width: 100%;
}

.gift_block-2 {
  color: #b2ae9f;
}

.gift_block-2.is-active {
  color: #2a2552;
  position: relative;
}

.sub-box {
  color: #8f8f8f;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.sub-box.current-frequency {
  color: #010101;
  background-color: #fff;
  border-width: 2px;
  border-color: #012c3e;
}

.div-block-747 {
  padding-bottom: 1rem;
}

.gift2_img {
  z-index: 2;
  opacity: 0;
  border-radius: 8px;
  transition: transform .2s, opacity .8s;
  display: block;
  position: absolute;
}

.gift2_img.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff6ee;
}

.qty_selects {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.icon-smallss {
  width: 2rem;
  height: 2rem;
}

.total-reviews-3 {
  color: #010101;
  border-left: 1px solid #010101;
  padding-left: .5rem;
  font-size: .6rem;
}

.qty2_price-2 {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.qty2_price-2.compare-price {
  color: #888;
  text-decoration: line-through;
}

.feature-wrap {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 1.45;
  display: flex;
}

.checkmark-3 {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  color: #012c3e;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  display: flex;
}

.line-ingredient {
  border-bottom: 1px solid #f4f4f4;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: flex;
}

.line-ingredient.secondary-line {
  font-weight: 800;
}

.line-ingredient.secondary-line.bb-2px {
  border-bottom-width: 2px;
  border-bottom-color: #010101;
}

.line-ingredient.right {
  border-bottom-style: none;
  justify-content: flex-end;
}

.line-ingredient.right.daily {
  padding-top: 0;
  font-size: .75rem;
  font-weight: 800;
}

.line-ingredient.bolders {
  padding-top: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.line-ingredient.leftsss {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: .5rem;
}

.line-ingredient.leftsss.last-child {
  border-bottom-style: none;
}

.line-ingredient.justified {
  border-bottom-style: none;
  padding-top: .25rem;
  padding-bottom: .15rem;
}

.gifts_unlocked-2 {
  grid-column-gap: .25rem;
  color: #2a2552;
  -webkit-text-fill-color: inherit;
  background-color: #ffedd7;
  background-clip: border-box;
  border-radius: 100px;
  flex: none;
  align-items: center;
  padding: .25rem .895rem .25rem .85rem;
  font-family: Kefir, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.header2_image-holder-2 {
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 4.75rem;
}

.image-69 {
  width: 100px;
  margin-right: .25rem;
}

.new-grayed {
  background-color: #fff;
  margin-top: 77px;
}

.list_item-icon {
  grid-column-gap: .25rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-563 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.caffeine-facts {
  margin-top: -.2rem;
  font-size: 2rem;
  font-weight: 800;
}

.line-separator {
  width: 100%;
  height: 4px;
  background-color: #010101;
}

.header2_content-wrapper-2 {
  width: 100%;
  max-width: 24rem;
}

.qty-selector-title {
  font-family: Figtree, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.text-weight-bold-3 {
  font-weight: 700;
}

.gift2_effect-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  color: #e5e1d3;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gift2_effect-wrapper.is-active {
  color: #2a2552;
  background-color: #fff;
}

.caffeine {
  margin-top: -.2rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.caffeine-qty {
  font-size: 2.5rem;
  font-weight: 600;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #010101;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.div-block-748 {
  grid-column-gap: .5rem;
  display: flex;
}

.ingredient-table-copy {
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 8px;
  padding: 1.125rem;
}

.heading-bolds {
  color: #2f2e2e;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 3.3rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.text-block-91-copy {
  font-size: .5rem;
  font-weight: 400;
  line-height: 1;
}

.fs_accordion-2_icon-2 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.frequency_selects {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -.85rem;
  display: grid;
  position: static;
}

.div-block-749 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-93 {
  font-size: .875rem;
  font-weight: 600;
}

.div-block-560 {
  z-index: 1;
  color: #2a2552;
  background-color: #f4f4f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centereds {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.button-text-icon {
  width: 100%;
  height: 100%;
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.div-block-562 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.product-header7_rating-wrapper-4 {
  align-items: center;
  display: flex;
}

.div-block-750 {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  display: none;
}

.each-pricing {
  font-size: .75rem;
  font-weight: 400;
}

.heade44r2_content-wrapper-copy {
  width: 100%;
  max-width: 24rem;
}

.div-block-553-copy-cta-2 {
  justify-content: space-around;
  display: flex;
}

.gift-icon-2 {
  width: 2rem;
  height: 2rem;
  color: #2a2552;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.sub-save-top {
  grid-column-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.maagasdfasdfafaa {
  height: 100%;
  max-height: 100vh;
  background-color: #ffedd7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bundle-holder-news {
  position: relative;
}

.cals-info {
  text-align: right;
  flex: 0 auto;
  font-weight: 400;
}

.cals-info.percent {
  font-weight: 500;
}

.gift-wrapper-square-2 {
  width: 100%;
  height: 100%;
  border: 1px dashed #2a2552;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-flexes {
  width: 100%;
  grid-column-gap: .5rem;
  justify-content: space-between;
  display: flex;
}

.text-span-65 {
  font-size: .85rem;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-list-item-3 {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.text-block-87 {
  text-align: left;
  font-weight: 400;
  line-height: 1.25;
}

.text-block-87.gt1 {
  display: none;
}

.reviews4_wrapper-2 {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-flexs {
  grid-column-gap: .5rem;
  display: flex;
}

.saving-text {
  color: #777;
  background-color: #f7f5ed;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: .25rem 1rem .15rem;
  font-size: .7rem;
  font-weight: 800;
}

.saving-text.is-active {
  color: #fff;
  background-color: #2ea07c;
}

.gifts1_title-text {
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
}

.block2_qty-content-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gift4_image {
  z-index: 2;
  width: 120%;
  height: 120%;
  opacity: 0;
  border-radius: 8px;
  transition: transform .2s, opacity .8s;
  display: block;
  position: absolute;
}

.nutrition-descriptions {
  font-size: .75rem;
  font-weight: 700;
}

.button-loader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gift-amount {
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 800;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #012c3e;
  border-radius: 8px;
  padding: 1.25rem 2rem;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.button-4:hover {
  color: #fff;
  background-color: #4f45ad;
}

.button-4.is-full {
  width: 100%;
  min-height: 4rem;
  min-width: 100%;
  text-align: center;
  background-color: #19af42;
  padding-left: 2rem;
  padding-right: 2rem;
}

.list-container {
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.rotator-image-2 {
  z-index: 50;
  width: 100%;
  filter: none;
  display: block;
  position: absolute;
}

.tag-b2g1-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 800;
  line-height: .4;
}

.checkmark-4 {
  width: 1.5rem;
  height: 1.5rem;
  color: #29af5c;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-751 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

.text-features-cta-2 {
  font-size: .75rem;
  font-weight: 700;
}

.line-content-caf {
  border-bottom: 1px solid #f4f4f4;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: .5rem;
  padding-bottom: 0;
  display: flex;
}

.show-tablet-aaaaa, .fs_accordion-2_item {
  display: none;
}

.fs_accordion-2_body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-smallers {
  width: 100px;
  margin-right: .25rem;
}

.header5_444component-copy-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.div-block-559 {
  width: 100%;
}

.header3_content-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.div-block-752 {
  color: #00b67a;
  font-weight: 700;
  display: flex;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.qty2_box-2 {
  color: #8f8f8f;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.qty2_box-2.current-qty {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #012c3e;
}

.savings-section {
  width: auto;
  justify-content: flex-end;
  padding-right: 1rem;
  display: flex;
}

.text-block-143 {
  z-index: 5;
  color: #fff;
  background-color: #012c3e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .6rem;
  position: absolute;
  top: -1rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

.text-span-66 {
  color: #52341e;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 0;
}

.heading-2 {
  color: #7c7c7c;
  text-transform: uppercase;
  margin-top: .3rem;
  margin-bottom: .5rem;
  font-family: Teko, sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.padding-bottom-14, .padding-bottom-14.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-753 {
  border-bottom: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  display: flex;
}

.testimonial17_rating-icon-2 {
  width: .85rem;
  height: .85rem;
  flex-direction: column;
  margin-right: .25rem;
  display: flex;
}

.swiper-slide-2 {
  z-index: 1;
  height: auto;
  text-align: left;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.display-inlineflex-2 {
  align-items: center;
}

.display-inlineflex-2.gap-tiny {
  grid-column-gap: .5rem;
  display: flex;
}

.text-size-small-3 {
  font-size: .875rem;
}

.testimonial17_client-info-3 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-754 {
  position: relative;
}

.image-88 {
  width: 29px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: Roboto, sans-serif;
}

.image-89, .image-90 {
  width: 29px;
}

.testimonial-slide-wrapper {
  width: auto;
  max-width: 32%;
  margin-left: 8px;
  margin-right: 8px;
}

.tt-star-card-img {
  margin-top: 10px;
  margin-bottom: 25px;
}

.filler-div {
  height: 91px;
}

.testimonial-slide-nav {
  display: none;
  bottom: -55px;
}

.testimonial-slider {
  height: auto;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonial-image {
  z-index: 0;
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 15px;
  margin-right: 0;
  position: absolute;
  top: -89px;
  bottom: auto;
}

.testimonial-card {
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, .56);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8px;
  margin-right: 8px;
  padding: 24px;
  display: flex;
  position: relative;
}

.card-para-text {
  color: #52341e;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -15px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -15px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-info {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 120px;
  right: 5px;
}

.slider-arrow-embed {
  color: #1a1b1f;
  position: relative;
  top: 0;
}

.card-star-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-author {
  color: #333;
  text-align: center;
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 21px;
}

.mask-4 {
  overflow: hidden;
}

.table-head-img-2 {
  height: 90px;
  border-radius: 100px;
  position: static;
  top: -60px;
  bottom: auto;
  left: 50%;
  right: 0%;
}

.tb-1-div-bottom {
  max-width: 1000px;
  border-bottom: 1px #dcdada;
  justify-content: space-between;
  display: flex;
}

.comp-text {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.table-logo-2 {
  width: 80px;
}

.check-icon-wrong {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
}

.wrong-col {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.table-text {
  color: #333;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.row-el-wrapper {
  width: 100%;
  text-align: left;
  padding-left: 35px;
  padding-right: 10px;
}

.mid-col {
  height: 73px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-544 {
  width: 29%;
}

.div-block-545 {
  width: 43%;
  display: flex;
}

.top-col {
  background-color: #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.check-icon-correct {
  width: 1.6rem;
  height: 1.6rem;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
}

.tb-1-div {
  max-width: 1000px;
  border-bottom: 1px solid #dcdada;
  justify-content: space-between;
  display: flex;
}

.bot-col {
  background-color: #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-1-div-top {
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-table-text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-755 {
  width: 29%;
  height: 100%;
}

.top-col-oppo {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-table-container {
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
}

.on-table-text {
  color: #fff;
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 19px;
}

.single-tab-line {
  max-width: 1000px;
  justify-content: space-between;
  display: flex;
}

.curve-tab {
  background-color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.icon-embed-small-2 {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._4-box-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

._4cg-div {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

._4-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Teko, sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 600;
}

.image-91 {
  border-radius: 8px 8px 0 0;
}

.one-div {
  background-color: #f8f4ee;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-2 {
  max-width: 980px;
}

.div-block-756 {
  display: none;
}

.bold-text-21 {
  color: #2f2e2e;
  letter-spacing: -1px;
  font-family: Teko, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: .6;
}

.paragraph-7 {
  letter-spacing: -.065px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.paragraph-8 {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.faq-question {
  height: 70px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.faq-plus-wrap {
  min-height: 16px;
  min-width: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-min-height {
  max-width: 700px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.faq-plus-l {
  width: 4px;
  height: 100%;
  background-color: #cb2831;
  border-radius: 3px;
  position: absolute;
}

.faq-plus {
  width: 100%;
  height: 4px;
  background-color: #cb2831;
  border-radius: 3px;
}

.faq-answer {
  border-bottom: 1px solid rgba(29, 43, 76, .1);
  padding-left: 20px;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.faq-q-text {
  margin-left: 13px;
  font-family: Teko, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2rem;
}

.faq-wrap {
  margin-bottom: 10px;
}

.qq-div {
  align-items: center;
  display: flex;
}

.faq-first {
  height: 70px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 14px;
  padding-bottom: 15px;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Teko, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2rem;
}

.faq-video {
  margin-top: 40px;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.accordion__item.js-accordion-item.active {
  box-shadow: none;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding: 10px 0;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 0;
}

.accordion-body__contents {
  opacity: 1;
  color: #2f2e2e;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
}

.before-sec {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 42px;
}

.before-con {
  max-width: 800px;
}

.bb-div {
  justify-content: center;
  display: flex;
}

.before-div {
  width: 50%;
  height: auto;
  background-color: rgba(255, 251, 247, .37);
  border: 1px solid #ec3333;
  border-radius: 18px;
  margin-right: 15px;
  padding: 22px 39px;
  transform: scale(.95);
}

.heading-3 {
  color: #09a846;
  text-align: left;
  border-bottom: 1px solid #09a846;
  align-items: center;
  margin-top: -.5rem;
  margin-bottom: .6rem;
  font-family: Teko, sans-serif;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.div-block-757 {
  border-bottom: 1px solid rgba(0, 0, 0, .23);
  padding-top: 6px;
  padding-bottom: 6px;
}

.text-block-144, .bb-text {
  font-family: Roboto, sans-serif;
}

.after-div {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, .07);
  border: 3px solid #29af5c;
  border-radius: 18px;
  margin-left: 15px;
  padding: 22px 39px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .2);
}

.before-text-heading {
  color: #000;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .66);
  justify-content: flex-start;
  align-items: center;
  margin-top: -.5rem;
  margin-bottom: .6rem;
  font-family: Teko, sans-serif;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.aa-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.after-feature {
  border-bottom: 1px solid rgba(134, 134, 134, .94);
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer-div {
  max-width: none;
  background-color: #000;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  display: block;
}

.footer-div.mobile {
  display: none;
}

.ff-div {
  max-width: 900px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-67 {
  float: right;
  text-align: center;
  order: 0;
  align-self: auto;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 18px;
  display: inline;
  position: absolute;
  left: auto;
  right: 0;
}

.div-block-758, .div-block-759 {
  margin-bottom: 15px;
  position: relative;
}

.after-pp-text {
  float: right;
  color: #000;
  text-align: center;
  order: 0;
  align-self: auto;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 18px;
  display: inline;
  position: absolute;
  left: auto;
  right: 0;
}

.sticky-btn-mobile {
  color: #fff;
  text-align: center;
  background-color: #012c3e;
  border-radius: 8px;
  padding: 1.25rem 2rem;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.sticky-btn-mobile:hover {
  color: #fff;
  background-color: #4f45ad;
}

.sticky-btn-mobile.is-full {
  width: 100%;
  min-height: 4rem;
  min-width: 100%;
  text-align: center;
  background-color: #19af42;
  padding-left: 2rem;
  padding-right: 2rem;
}

.price-div {
  align-items: center;
  display: flex;
}

.compare-price-div {
  margin-left: 11px;
}

.reg-price-txt {
  letter-spacing: .8px;
  font-family: Teko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.comp-price-txt {
  color: #bbb;
  letter-spacing: .8px;
  font-family: Teko, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: line-through;
}

.faq-div-now {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.faq-div-now.mobile {
  padding-left: 0;
  padding-right: 0;
}

.div-block-760 {
  align-items: center;
  display: flex;
}

.image-92 {
  border-radius: 14px;
}

.image-92.gt1 {
  width: 790px;
}

.grid-43-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.new-3-sec {
  background-color: #f8f4ee;
}

.div-block-761 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gt-div {
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.image-93 {
  width: 50px;
}

.div-block-762 {
  margin-right: 14px;
}

.save-div {
  width: auto;
  height: auto;
  color: #fff;
  letter-spacing: 5px;
  background-color: #c8202f;
  margin-left: 13px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Teko, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5px;
}

.save-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.save_head {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.save-price-dd {
  color: #fff;
  letter-spacing: .8px;
  margin-top: 0;
  padding-top: 2px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Teko, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.save-pp-div {
  background-color: #c8202f;
  margin-top: -5px;
  margin-left: 11px;
}

.top-bar-sec {
  background-color: #000;
  padding-top: 9px;
  padding-bottom: 9px;
}

.top-bar-txt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.text-span-68 {
  font-weight: 800;
}

.text-span-69 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 700;
  display: inline-block;
}

.image-94 {
  width: 30px;
  margin-right: 8px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .testimonial-slider-left {
    left: -15px;
  }

  .testimonial-slider-right {
    right: -15px;
  }

  .slider-arrow-embed {
    position: relative;
    top: 55px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .text-align-center.mobile-left {
    text-align: left;
  }

  .page-wrapper.padding-100 {
    padding-top: 105px;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav1_logo {
    height: 3rem;
  }

  .button.is-small {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .button.is-full.is-squared, .button.is-full-taller.is-squared {
    border-radius: 8px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-xxsmall {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_icon-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .show-mobile-landscape {
    display: none;
  }

  .max-width-full-tablet {
    max-width: none;
  }

  .padding-0-all {
    padding: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-tablet {
    display: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-width-xsmall {
    max-width: none;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .show-tablet {
    display: block;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-global.m-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.mobile {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fs-styleguide_section-2 {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h2.listicle {
    font-size: 2rem;
  }

  .nav1_message-wrapper {
    justify-content: center;
  }

  .nav1_left {
    flex: 1;
    display: none;
  }

  .brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar2_component {
    height: auto;
    min-height: auto;
  }

  .navbar-wrapper {
    align-content: space-between;
    justify-content: center;
    align-items: center;
  }

  .nav1_right {
    display: none;
  }

  .image {
    object-position: 50% 50%;
  }

  .header_image-wrap {
    max-height: 55vw;
    min-height: 45vw;
    border-bottom: 1px solid #000;
    border-left-style: none;
    border-right-style: none;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .header_content {
    text-align: left;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .nav1_message-content {
    font-size: 1rem;
  }

  .slider-left-copy {
    left: 1rem;
  }

  .slider-left-copy:hover {
    background-position: 50%;
  }

  .review-content-swiper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .swiper-wrapper.full {
    height: auto;
    max-height: 380px;
  }

  .swiper-wrapper.auto {
    height: auto;
  }

  .div-block-447-copy-copy-copy {
    width: 100%;
    max-width: 100%;
  }

  .slider-button-right-copy {
    right: 1rem;
  }

  .slider-button-right-copy:hover {
    background-position: 50%;
  }

  .link-header {
    text-decoration: underline;
    display: block;
  }

  .div-block-482 {
    flex-direction: column;
    display: flex;
  }

  .headline1_component.mobile-left {
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-27 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .logo-comparison {
    height: 3rem;
  }

  ._3x-box {
    width: 100%;
    justify-content: space-between;
  }

  .row-sm {
    min-width: auto;
  }

  .feature_item-title {
    justify-content: center;
    display: flex;
  }

  .feature_item {
    text-align: center;
    align-items: center;
  }

  .div-blocksss-447-copy-copy-copy {
    width: 100%;
    max-width: 100%;
  }

  .review3_right {
    right: 1rem;
  }

  .review3_right:hover {
    background-position: 50%;
  }

  .div-block-483 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .review3_left {
    left: 1rem;
  }

  .review3_left:hover {
    background-position: 50%;
  }

  .cta1_inner {
    align-items: stretch;
  }

  .flavor_wrapper {
    grid-column-gap: 1rem;
  }

  .flavor_quantity-container {
    justify-content: space-between;
  }

  .flavor_card-image_container {
    max-height: 85px;
    max-width: 85px;
  }

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

  .flavor_card {
    align-items: center;
  }

  .cta1_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .bundle-holder {
    text-align: left;
  }

  .bundle-step {
    width: 100%;
  }

  .full-prod-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 2rem;
    position: relative;
  }

  .container-auto {
    width: 100%;
  }

  .right-section {
    display: none;
  }

  .left-section {
    flex: 1;
    display: none;
  }

  .gifts1_container {
    overflow: hidden;
  }

  .gifts1_card-wrapper {
    font-size: .75rem;
  }

  .gifts3_text-content {
    grid-row-gap: .25rem;
  }

  .jasdfokisajofaioa {
    border-top: 1px dashed #000;
  }

  .hero-content-main-flavors {
    padding-top: 0;
  }

  .header-flavor-selectors {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-510 {
    z-index: 10;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .heading-offer-copy-copy {
    font-size: 2rem;
  }

  .feature-heading {
    font-size: 1.75rem;
  }

  .grid-25 {
    order: 3;
  }

  .drink-hot-cold {
    z-index: 5;
  }

  .grid-29 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .marquee-horizontal {
    z-index: -2;
    display: flex;
  }

  .review-title {
    font-size: 1.75rem;
  }

  .listicle_reasons {
    grid-row-gap: 3rem;
  }

  .listicle-row {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .cta1_pricing {
    border-top-style: none;
  }

  .listicle-banner {
    font-size: .85rem;
  }

  .qty_selector2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero2asdfasda-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .asdfsdfadsfasfa {
    max-width: 100%;
    align-items: center;
  }

  .rotator-deal {
    top: 15px;
    right: 15px;
  }

  .rotator-deal.b2g1card {
    width: 8rem;
    height: 8rem;
    top: 15%;
    bottom: auto;
    left: 2rem;
    right: auto;
    transform: rotate(-15deg);
  }

  .rotator-deal.newrotatess {
    width: 8rem;
    height: 8rem;
    width: 8rem;
    height: 8rem;
    background-color: #c8202f;
    top: 2rem;
    left: 2rem;
  }

  .section_gradient-cream {
    background-color: #fff6ee;
    background-image: linear-gradient(#ffe8d4, #fff 22%, #fff);
  }

  .heading-bold {
    opacity: 1;
    font-size: 2.25rem;
    transition: all .2s;
  }

  .header2_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .reviews4_wrapper {
    justify-content: center;
  }

  .navbar5_component {
    color: #fff;
    background-color: #2a2552;
  }

  .asdfadsfghrtesss-copy {
    width: 100%;
    max-width: 100%;
  }

  .full-widths {
    width: 100%;
    max-width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .show-tablet-aacopy {
    margin-left: -1rem;
    margin-right: -1rem;
    display: block;
    position: relative;
  }

  .image-65 {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: -1rem;
    position: relative;
  }

  .header2_image-wrap {
    max-height: 55vw;
    min-height: 45vw;
    border-bottom: 1px solid #000;
    border-left-style: none;
    border-right-style: none;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .header2_image {
    object-position: 50% 50%;
  }

  .header2_content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .header3_content {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .gift_locker {
    padding-right: 2rem;
  }

  .free_itains {
    z-index: 5;
  }

  .price-comparisons {
    justify-content: center;
    align-items: center;
    font-family: Figtree, sans-serif;
  }

  .deal-holder {
    position: relative;
  }

  .tag-b2g1 {
    letter-spacing: -.04rem;
    font-size: 1.5rem;
  }

  .text-span-59 {
    font-size: 1.6rem;
    font-weight: 800;
  }

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

  .flavor2_card {
    align-items: center;
  }

  .flavor_card2 {
    width: auto;
    align-items: center;
  }

  .flavor2_content.flavor2_content-vertical {
    text-align: left;
    justify-content: flex-start;
  }

  .flavor2_quantity-container {
    justify-content: space-between;
  }

  .flavor_wrapper2 {
    grid-column-gap: 1rem;
  }

  .flavor_add-btn.flavor2_increase-qty.is-active {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-bundles {
    z-index: 10;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .button-bundles.is-active {
    background-color: #fff;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .16);
  }

  .rtc-cart_drawer_back-arrow:hover {
    opacity: 1;
  }

  .jv_drawer-main {
    overflow: scroll;
  }

  .jv_drawer-heading {
    height: 65px;
    min-height: 65px;
  }

  .cart-banners {
    background-color: #ffedd7;
    font-size: .85rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(0, -100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .09);
  }

  .cart-banners.is-active {
    display: none;
    transform: translate(0);
  }

  .cta-iunners {
    z-index: 10;
    padding-bottom: 1rem;
  }

  .icon-holder {
    width: 180px;
    height: 180px;
    min-height: 180px;
    min-width: 180px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-446 {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .step_icons {
    min-height: 5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    text-align: left;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-steps {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .section-qtysss.overflow-hidden {
    overflow: visible;
  }

  .div-block-553-copy-cta {
    justify-content: space-around;
    align-items: center;
  }

  .buybox1_trust-icon-ctas {
    align-items: center;
  }

  .image-70 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-features-cta {
    font-size: .85rem;
  }

  .reviews7_wrapper {
    justify-content: center;
  }

  .div-block-557 {
    grid-column-gap: .5rem;
    display: flex;
  }

  .icon-1x1-xsmalls {
    width: 1.15rem;
    height: 1.15rem;
  }

  .text-size-small-copy-copy {
    color: #010101;
    font-weight: 400;
  }

  .div-block-558 {
    width: 100%;
  }

  .order-message, .ships-by {
    text-align: left;
  }

  .button-holder {
    z-index: 10;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .button-holder.is-active {
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .11);
  }

  .padding-bottom-8 {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .cta-inners {
    z-index: 10;
  }

  .sale-container {
    flex-direction: column;
  }

  .features2_block {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 2rem;
    display: flex;
  }

  .features2_component {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .image-82 {
    bottom: 31%;
    left: -1%;
  }

  .star02s {
    top: 31%;
    right: 6%;
  }

  .star03s {
    right: 2%;
  }

  .stars4s {
    top: 32%;
    left: 47%;
  }

  .stars05 {
    width: 1.5rem;
    height: 1.5rem;
    top: 23%;
    left: 6%;
  }

  .padding-section-landing {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .selector1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero1_mobile-header {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .hero1_mobile-header.testing-below {
    align-items: flex-start;
    padding-top: .5rem;
  }

  .hero1_photo-inner {
    max-height: 100%;
    min-height: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    border-left-style: none;
    border-right-style: none;
    position: relative;
    overflow: hidden;
  }

  .features2_text {
    font-size: 1.75rem;
  }

  .hero1_content {
    width: 100%;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-616 {
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-616.left {
    grid-row-gap: 1rem;
    text-align: left;
    align-items: flex-start;
  }

  .benefits1_image-mobile {
    display: block;
  }

  .announcement2_icon {
    top: auto;
    bottom: -23%;
    left: auto;
    right: -4%;
  }

  .benefits1_image-content {
    position: relative;
  }

  .grid-middles {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .marquee1_component {
    z-index: -2;
    display: flex;
  }

  .jv_drawer {
    width: 80%;
    min-width: auto;
  }

  .hero1_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero1_image-wrapper.bg-white {
    background-color: #fff;
  }

  .hero1_image {
    object-fit: fill;
  }

  .hero1_image-swiper {
    height: auto;
    min-height: auto;
  }

  .hero1_photo-container {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    border-left-style: none;
    border-right-style: none;
    position: static;
    overflow: visible;
  }

  .seenon1_logo-wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    justify-content: space-between;
  }

  .seenon1_wrappers {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .seenon1_title {
    border-right-style: none;
    padding-right: 0;
  }

  .announcement1_component {
    text-align: left;
  }

  .hero1_swiper-pagination {
    min-height: 2rem;
    bottom: 1rem;
  }

  .hero1_label-facts {
    z-index: 10;
    min-height: 2rem;
    color: #fff;
    background-color: #2a2552;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: .25rem 1rem;
    font-size: .85rem;
    text-decoration: none;
    display: none;
  }

  .grid-icons-4 {
    order: 3;
  }

  .icon-13 {
    color: #010101;
    margin-right: .5rem;
  }

  .rtc-cart_qty-bubble {
    width: .85rem;
    height: .85rem;
    min-height: .85rem;
    min-width: .85rem;
    top: 10%;
    right: 10%;
  }

  .menu-icon1_line-top {
    width: 1.5rem;
    height: .125rem;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-main_new {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-link-2 {
    min-height: 3.75rem;
    border-bottom: .0625rem dashed #000;
    align-items: center;
    font-size: 1.125rem;
    display: none;
  }

  .nav-link-2.is-active {
    display: flex;
  }

  .nav-link-2.footer-menu {
    width: 100%;
    height: 100%;
    min-height: 4rem;
    border-bottom-style: none;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .nav-link-2.footer-menu.br-1 {
    border-right: 1px solid #d4d2e4;
    display: flex;
  }

  .nav-link-2.secondary {
    min-height: 2rem;
    border-bottom-style: none;
    display: flex;
  }

  .nav-link-2.secondary.hide {
    display: none;
  }

  .mobile_menu {
    z-index: 400;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#fff, #fff 68%, rgba(255, 255, 255, .82));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    transform: translate(-100%);
  }

  .mobile_menu.is-active {
    display: flex;
    transform: translate(0%);
  }

  .menu-icon1_line-bottom {
    width: 1.5rem;
    height: .125rem;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-444 {
    border-top: 1px solid #d4d2e4;
    justify-content: space-between;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .menu-container.is-mobile-menu {
    max-height: 95vh;
    justify-content: flex-start;
    padding: 2.5rem 2.5rem 0;
  }

  .menu-icon1_line-middle {
    width: 1.5rem;
    height: .125rem;
    max-width: 1.5rem;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-button {
    z-index: 56;
    display: block;
    position: relative;
  }

  .navbar11_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 3rem;
    height: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -.5rem;
    display: flex;
    overflow: hidden;
  }

  .cart-circle {
    z-index: 60;
    margin-right: -.5rem;
    padding: .25rem;
    position: relative;
  }

  .menu-icon_line-middle-inner {
    width: .25rem;
    height: 0;
    max-width: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-sec-list_new {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    border-top-style: none;
    padding-top: 1rem;
  }

  .nav-menu-new {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    position: relative;
  }

  .new-navigation {
    z-index: 450;
    height: 65px;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 1px .125rem .125rem rgba(117, 117, 117, .04);
  }

  .nav-link {
    display: none;
  }

  .navbar-sale {
    font-size: .8rem;
  }

  .new-navs {
    z-index: 250;
    min-height: 50px;
  }

  .review1_filter-button {
    flex: none;
  }

  .div-block-661 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    top: 100px;
    overflow: auto;
  }

  .summary-card-container {
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
  }

  .cart_line-item {
    width: auto;
    align-items: center;
  }

  .grid-40 {
    height: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .jv-cart-style-guide {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .cart_line-items {
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    overflow: scroll;
  }

  .gifts-containerss {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gift-cart-iucons {
    top: 12px;
  }

  .div-block-674 {
    margin-bottom: 0;
  }

  .cart_overlay {
    height: 2rem;
    top: -2rem;
  }

  .cart2_quantity-container {
    justify-content: space-between;
  }

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

  .cta2_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .jv_cart-footer {
    z-index: 500;
    background-color: #fff;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-685 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex: none;
    justify-content: flex-end;
  }

  .cart_card-info {
    padding-left: .75rem;
  }

  .cart2_description {
    flex: 1;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-688 {
    flex-direction: column;
    display: flex;
  }

  .grid-41 {
    grid-template-columns: 1fr;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cart-inner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-discounts {
    width: 1.15rem;
    height: 1.15rem;
  }

  .c_features-text, .c_features-title {
    line-height: 18px;
  }

  .c_features {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .line_item-qty {
    font-size: .6rem;
  }

  .gift-unlocker {
    font-size: .85rem;
  }

  .div-block-701 {
    padding-top: 2.5rem;
  }

  .grid-43 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-709 {
    align-items: flex-start;
  }

  .benefits2_icon-wrap {
    padding: 0;
  }

  .benefits3_content-title {
    font-size: 1.25rem;
  }

  .icon-discount-purple {
    width: 1.15rem;
    height: 1.15rem;
  }

  .cart3_description {
    flex: 1;
  }

  .review1_content {
    width: 100%;
  }

  .review1_content.review1_content-left {
    width: 100%;
    border-bottom: 1px solid #f2f2ea;
    border-right-style: none;
    margin-right: 0;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .review1_component-item {
    flex-direction: column;
  }

  .padding-bottom-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tag-proteins {
    letter-spacing: -.04rem;
    font-size: 3rem;
    line-height: .4;
  }

  .tt-block {
    align-items: center;
    font-size: .85rem;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 1rem;
  }

  .changin-subs {
    top: -29%;
    right: -5%;
  }

  .hero2_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .sale-smaller {
    font-size: 1rem;
  }

  .icon-discounted {
    width: 1.15rem;
    height: 1.15rem;
  }

  .section-features-03 {
    background-color: #f8f4ee;
  }

  .jv_drawer-bubble {
    width: 80%;
    min-width: auto;
  }

  .cart_line-items-static {
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    overflow: scroll;
  }

  .button-shop {
    width: 100%;
    height: 5rem;
  }

  .step2 {
    top: -33%;
    bottom: auto;
    left: auto;
    right: -5%;
  }

  .section-links {
    width: 100%;
  }

  .padding-bottom-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-44 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .feature-heading-2 {
    font-size: 1.75rem;
  }

  .grid-45 {
    order: 3;
  }

  .padding-section-medium-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-bottom-10 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .grid-46 {
    grid-template-columns: 2fr 1.5fr 1fr;
  }

  .padding-section-medium-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo-comparison-2 {
    height: 3rem;
  }

  .padding-bottom-11 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-47 {
    grid-template-columns: 2fr 1.5fr 1fr;
  }

  .padding-section-medium-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo-comparison-3 {
    height: 3rem;
  }

  .div-block-549 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .padding-bottom-12 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-48 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-bottom-13 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gifts2_content {
    grid-row-gap: .25rem;
  }

  .cta-inner {
    width: 100%;
    max-width: 100%;
  }

  .div-block-747 {
    z-index: 10;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-747.is-sticky {
    z-index: 2;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .qty_selects {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header2_content-wrapper-2 {
    width: 100%;
    max-width: 100%;
  }

  .ingredient-table-copy {
    margin-top: 1rem;
  }

  .heading-bolds {
    font-size: 3.2rem;
  }

  .frequency_selects {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .centereds {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .heade44r2_content-wrapper-copy {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .div-block-553-copy-cta-2 {
    align-items: center;
  }

  .maagasdfasdfafaa {
    max-height: 100%;
    min-height: 45vw;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    border-left-style: none;
    border-right-style: none;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    position: static;
    overflow: hidden;
  }

  .bundle-holder-news {
    text-align: left;
  }

  .image-87 {
    width: 2rem;
    height: 2rem;
  }

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

  .tag-b2g1-2 {
    letter-spacing: -.04rem;
    font-size: 3rem;
    line-height: .4;
  }

  .text-features-cta-2 {
    font-size: .95rem;
  }

  .show-tablet-aaaaa {
    text-align: center;
    background-color: #e3e3e3;
    background-image: linear-gradient(#fff, #fff 65%, #e3e3e3);
    flex-direction: column;
    align-items: center;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .header5_444component-copy-copy {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .header3_content-2 {
    align-items: flex-start;
    padding-top: 0;
  }

  .heading-2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.4rem;
  }

  .padding-bottom-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-754 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  ._4-heading {
    font-size: 1.75rem;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-div-now.m-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-div-now.mobile {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .grid-43-copy {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-align-center.mobile-left {
    text-align: left;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 4rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxhuge {
    margin: 9rem 8rem 8rem;
  }

  .show-mobile-landscape {
    width: 100%;
    display: block;
  }

  .padding-0-all {
    padding: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 3.5rem;
  }

  .max-width-full-mobile-landscape {
    max-width: none;
  }

  .padding-0 {
    padding: 0;
  }

  .fs-styleguide_header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.sale-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.25rem;
  }

  .heading-style-h1.listicle {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.listicle {
    font-size: 1.75rem;
  }

  .header_image-wrap {
    max-height: 65vw;
    min-height: 65vw;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .header_content {
    padding-top: 0;
  }

  .brand-review {
    height: 1.5rem;
  }

  .slider-left-copy {
    background-image: none;
  }

  .review-content-swiper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .slider-button-right-copy {
    background-image: none;
  }

  .testimonial17_rating-icon {
    width: 1rem;
    height: 1rem;
  }

  .grid {
    grid-row-gap: 2.5rem;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .image-wrapper-1by1 {
    border-radius: 8px;
  }

  .table1_component-cell {
    height: 80px;
    min-height: 0;
  }

  .grid-28 {
    grid-template-columns: 1.25fr 1fr .75fr;
  }

  .text-lg {
    font-size: 1.125em;
  }

  ._3x-box {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .review3_right, .review3_left {
    background-image: none;
  }

  .flavor_wrapper {
    margin-top: 0;
  }

  .flavor_quantity-container {
    width: 100%;
    max-width: 6.875rem;
  }

  .flavor_component {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flavor_card {
    flex-flow: wrap;
    align-items: center;
  }

  .tab_frequency, .tab_frequency.w--current {
    width: auto;
  }

  .bundle-step {
    top: 3.4375rem;
  }

  .full-prod-content {
    padding-top: 1rem;
  }

  .image-2 {
    width: 100%;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .hero-content-main-flavors {
    padding-top: 0;
  }

  .header-flavor-selectors {
    grid-row-gap: 2rem;
  }

  .div-block-511 {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-offer-copy-copy {
    font-size: 1.75rem;
  }

  .image-59 {
    display: block;
  }

  .star-rotator {
    width: 100%;
    height: 100%;
    flex: none;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .testimonial17_content-copy-2 {
    padding: 1.5rem;
  }

  .asdfjaosa-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
  }

  .navbar-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .review-title {
    font-size: 1.25rem;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .link-block-2 {
    flex: none;
  }

  .listicle-row {
    grid-template-columns: 1fr;
  }

  .gifts3_block-wrapper {
    border-radius: 8px;
  }

  .gifts3_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .listicle-banner {
    font-size: .75rem;
  }

  .countdown-hour {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .countdown {
    grid-column-gap: .15rem;
  }

  .list1_item {
    margin-bottom: .15rem;
  }

  .checkmark {
    margin-top: .125rem;
  }

  .hero2asdfasda-2 {
    grid-template-columns: 1fr;
  }

  .asdfsdfadsfasfa {
    align-items: stretch;
  }

  .rotator-deal {
    width: 180px;
    height: 180px;
  }

  .rotator-deal.b2g1card {
    width: 7rem;
    height: 7rem;
    right: 2rem;
  }

  .rotator-deal.newrotatess {
    width: 5rem;
    height: 5rem;
    width: 5rem;
    height: 5rem;
    background-color: #c8202f;
    right: 2rem;
  }

  .heading-bold {
    font-size: 2rem;
  }

  .header2_component {
    grid-row-gap: 2rem;
  }

  .steps2_line-wrap.last-child {
    min-height: auto;
  }

  .asdfadsfghrtesss-copy, .full-widths {
    align-items: stretch;
  }

  .header2_image-wrap {
    max-height: 65vw;
    min-height: 65vw;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .header2_content-wrapper {
    position: relative;
  }

  .header3_content {
    padding-top: 0;
  }

  .text-span-59 {
    font-size: 1.35rem;
  }

  .gift_component {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flavor2_card, .flavor_card2 {
    flex-flow: wrap;
    align-items: center;
  }

  .flavor2_quantity-container {
    width: 100%;
    max-width: 6.875rem;
  }

  .flavor_wrapper2 {
    grid-column-gap: 0rem;
    margin-top: 0;
  }

  .checkmark2 {
    margin-top: .125rem;
  }

  .button-bundles.is-active {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list_item-icon2 {
    margin-bottom: .15rem;
  }

  .jv_drawer-main {
    overflow: scroll;
  }

  .rtc-cart_icon-close {
    height: .9375rem;
  }

  .jv_drawer-heading {
    height: 55px;
    min-height: 55px;
  }

  .cart-banners {
    font-size: .75rem;
  }

  .step_icons {
    max-width: 90%;
    grid-column-gap: 0rem;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
  }

  .icon-steps {
    align-items: center;
  }

  .padding-bottom-8 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .features2_block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features2_component {
    grid-column-gap: 1rem;
    grid-row-gap: 6rem;
  }

  .padding-section-landing {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-landing.bigger {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .selector2_price, .selector1_item {
    font-size: .85rem;
  }

  .hero1_mobile-header {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero1_mobile-header.testing-below {
    padding-top: 0;
  }

  .features2_text {
    font-size: 1.25rem;
  }

  .grid-middles {
    grid-template-columns: 1fr;
  }

  .jv_drawer, .jv_drawer-inner {
    width: 100%;
    max-width: 100%;
  }

  .list2_item {
    margin-bottom: .15rem;
  }

  .list2_item-wrapper {
    align-items: center;
  }

  .list2_checkmark {
    margin-top: .125rem;
  }

  .selector2_item, .selector2_item.w--current {
    width: auto;
  }

  .hero1_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero1_image-swiper {
    position: relative;
    top: 0;
  }

  .padding-seenon {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero1_swiper-pagination {
    min-height: 1.5rem;
    bottom: .5rem;
  }

  .hero1_label-facts {
    min-height: 1.5rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .65rem;
    bottom: .5rem;
    right: .5rem;
  }

  .list1_checkmark {
    margin-top: .125rem;
  }

  .section-features-02 {
    background-position: 100%;
    background-size: 70%;
  }

  .slider_right-arrow, .slider_left-arrow {
    width: 30px;
    height: 30px;
    right: 1rem;
  }

  .div-block-444 {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .menu-container.is-mobile-menu {
    max-height: 100vh;
  }

  .navbar-sale {
    font-size: .75rem;
  }

  .new-navs {
    z-index: 250;
  }

  .div-block-661 {
    justify-content: flex-start;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cart_line-item {
    flex-flow: wrap;
    align-items: center;
  }

  .drawer-hinners {
    width: 100%;
    max-width: 100%;
  }

  .gifcts-cart-wrapper {
    border-radius: 8px;
  }

  .gifts-cart-wrappers {
    grid-row-gap: .5rem;
  }

  .selector3_item.w--current {
    width: auto;
  }

  .cart2_quantity-container {
    width: 100%;
    grid-column-gap: 0rem;
  }

  .list3_item-wrapper {
    align-items: center;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-41 {
    grid-row-gap: 2.5rem;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gift-cards-progress, .gifts-cards-titles {
    grid-row-gap: .5rem;
  }

  .divider.reviews {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial_cart {
    width: 1rem;
    height: 1rem;
  }

  .gift-check {
    margin-top: .125rem;
  }

  .gift-unlocker {
    font-size: .6rem;
    bottom: .5rem;
  }

  .grid-43 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-709 {
    grid-column-gap: 2rem;
    align-items: center;
  }

  .benefits3_content-title {
    font-size: 1.5rem;
  }

  .progress-bars {
    grid-row-gap: .5rem;
  }

  .gift_inner {
    border-radius: 8px;
  }

  .gift_wrapper {
    grid-row-gap: .5rem;
  }

  .cart_nav.padding-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cart_heading.border-bottom {
    border-bottom: 1px dashed #d3d3d3;
  }

  .review1_content.review1_content-left {
    border-bottom: 1px solid #f2f2ea;
    border-right-style: none;
    margin-right: 0;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .review1_component-item {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .padding-bottom-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tag-proteins {
    font-size: 2.5rem;
  }

  .protein-texts {
    font-size: .65rem;
  }

  .tt-logo {
    width: 1rem;
    height: 1rem;
  }

  .tt-block {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem;
  }

  .changin-subs {
    top: -24%;
    right: -7%;
  }

  .hero2_wrapper {
    grid-row-gap: 2rem;
  }

  .section-features-03 {
    overflow: visible;
  }

  .jv_drawer-bubble {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
    transform: translate(0%, 100%);
  }

  .drawer-inners-bubble {
    width: 100%;
    max-width: 100%;
  }

  .cart_down-button {
    order: 1;
    transform: rotate(-90deg);
  }

  .cart_line-items-static {
    padding-bottom: 2rem;
    overflow: visible;
  }

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

  .button-shop {
    width: 100%;
    height: 4rem;
  }

  .padding-bottom-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-44 {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .padding-section-medium-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-bottom-10 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .grid-46 {
    grid-template-columns: 1.25fr 1fr .75fr;
  }

  .padding-section-medium-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-bottom-11 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-47 {
    grid-template-columns: 1.25fr 1fr .75fr;
  }

  .padding-section-medium-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-bottom-12 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-48 {
    grid-template-columns: 1fr;
  }

  .padding-section-medium-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .asdfjaosa-copy-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
  }

  .padding-bottom-13 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-64 {
    font-size: .65rem;
  }

  .gifts3_wrapper-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sub-box {
    font-size: .85rem;
  }

  .div-block-747.is-sticky {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .qty2_price-2 {
    font-size: .85rem;
  }

  .feature-wrap {
    align-items: center;
  }

  .checkmark-3 {
    margin-top: 2px;
  }

  .header2_image-holder-2 {
    position: relative;
    top: 0;
  }

  .list_item-icon {
    margin-bottom: .15rem;
  }

  .qty-selector-title {
    font-size: .85rem;
  }

  .heading-bolds {
    font-size: 2rem;
  }

  .centereds {
    padding-top: 0;
  }

  .maagasdfasdfafaa {
    max-height: 100%;
    min-height: 65vw;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .gift-wrapper-square-2 {
    border-radius: 8px;
  }

  .icon-list-item-3 {
    margin-bottom: .15rem;
  }

  .text-block-87 {
    font-size: 1rem;
  }

  .tag-b2g1-2 {
    font-size: 2.5rem;
  }

  .checkmark-4 {
    margin-top: .125rem;
  }

  .show-tablet-aaaaa {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header3_content-2 {
    padding-top: 0;
  }

  .qty2_box-2 {
    font-size: .85rem;
  }

  .padding-bottom-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide-2 {
    width: 100%;
  }

  .div-block-754 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .table-head-img-2 {
    height: 77px;
    top: -25px;
  }

  .table-logo-2 {
    height: 15px;
  }

  .table-text {
    line-height: 18px;
  }

  .row-el-wrapper {
    padding-left: 10px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-div {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-div-now {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-div-now.sale-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-div-now.mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-43-copy {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  .text-size-small.text-weight-semibold {
    font-weight: 500;
  }

  .page-wrapper.padding-100 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .text-size-tiny.text-weight-semibold {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Teko, sans-serif;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav1_logo {
    height: 2rem;
  }

  .product-header7_rating-icon {
    width: .85rem;
    height: .85rem;
  }

  .button.is-small {
    font-size: .85rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_icon-row {
    grid-template-columns: 1fr;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-0-all {
    padding: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_grid {
    grid-template-columns: 1fr;
  }

  .padding-0 {
    padding: 0;
  }

  .max-width-full-mobile-portrait {
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fs-styleguide_color-grid {
    grid-template-columns: 1fr;
  }

  .padding-global {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .padding-global.sale-bar, .padding-global.onehalf-mobile, .padding-global.m-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.rr1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .heading-style-h1, .heading-style-h1.listicle {
    font-size: 2rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
    line-height: .9;
  }

  .heading-style-h2.listicle {
    font-size: 1.75rem;
  }

  .icon.is-medium {
    width: 4rem;
  }

  .nav1_left {
    height: 50px;
  }

  .brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav1_right {
    height: 50px;
  }

  .image {
    object-position: 50% 50%;
  }

  .header_image-wrap {
    max-height: 80vw;
    min-height: 80vw;
    align-items: center;
  }

  .nav1_message-content {
    font-size: .8rem;
  }

  .review-content-swiper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-wrapper.full, .swiper-wrapper.auto {
    height: auto;
  }

  .headline1_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .headline1_component.mobile-left {
    align-items: flex-start;
  }

  .grid {
    grid-row-gap: 3rem;
  }

  .div-block-495 {
    text-align: center;
    flex-direction: column;
  }

  .image-wrapper-1by1.overflow-visible {
    margin-top: -15px;
  }

  .table1_component-cell {
    height: 60px;
  }

  .table-column.main-table {
    background-color: #012c3e;
  }

  .icon-embed-small {
    width: 1.7rem;
  }

  .step-bg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-lg {
    font-size: 1.125em;
  }

  ._3x-box {
    width: 100%;
  }

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

  .feature_item-title.mb0-5 {
    margin-bottom: .5rem;
  }

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

  .layout32_item-list {
    grid-template-columns: 1fr;
  }

  .layout32_item-list.vdg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .review2_component-copy {
    overflow: visible;
  }

  .review3_right {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }

  .review3_left {
    width: 1.5rem;
    height: 1.5rem;
    left: 1rem;
  }

  .icon-review {
    width: 1.25rem;
  }

  .flavor_card-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flavor_quantity {
    width: 100%;
    max-width: 6.25rem;
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .flavor_description {
    width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .flavor_quantity-container {
    width: 100%;
    height: 2.1875rem;
    max-width: 6rem;
    align-items: center;
  }

  .flavor_card-image_container {
    max-height: 75px;
    max-width: 75px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .flavor_card-info {
    grid-row-gap: .25rem;
    text-align: left;
    border-top-style: none;
    padding-right: .75rem;
    font-size: .9rem;
  }

  .flavor_component {
    width: auto;
  }

  .flavor_content {
    width: 100%;
    display: flex;
  }

  .flavor_card {
    flex-wrap: wrap;
    align-items: center;
  }

  .selector2_component {
    flex-direction: column;
    font-size: .75rem;
  }

  .gifts3_icon {
    width: 1rem;
    height: 1rem;
    margin-bottom: .25rem;
  }

  .selector2_title {
    text-align: left;
    display: block;
  }

  .selector2_checkmark {
    margin-top: -2px;
    display: flex;
    left: .625rem;
  }

  .div-block-501 {
    flex: 0 auto;
  }

  .step-bubble {
    width: 2rem;
    height: 2rem;
  }

  .cart_addon-step {
    max-width: 80px;
    min-width: 60px;
  }

  .text-block-71 {
    font-size: .6rem;
  }

  .bundle-step {
    top: 3.4375rem;
  }

  .price.limited-release {
    font-size: .85rem;
  }

  .right-section, .left-section {
    height: 50px;
  }

  .gifts1_card {
    border-style: dashed;
  }

  .gifts1_image-wrapper {
    max-height: 80px;
    max-width: 80px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .gifts3_text-content {
    padding-left: 0;
    padding-right: 0;
  }

  .gifts1_title-wrapper {
    font-size: .65rem;
  }

  .gifts3_title {
    text-align: center;
  }

  .ajoisdijosdjfaofijoaa {
    font-size: .65rem;
  }

  .div-block-510 {
    padding-top: .5rem;
  }

  .heading-offer-copy-copy {
    font-size: 1.25rem;
  }

  .feature-heading {
    font-size: 1.5rem;
  }

  .drink-hot-cold {
    width: 5.625rem;
    height: 5.625rem;
    top: 1rem;
    left: 1rem;
  }

  .section-reviews.newone {
    padding-bottom: 0;
    display: block;
  }

  .review-title {
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
  }

  .plyr_component.is-full-screen {
    max-height: 280px;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .listicle-row {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .sticky_bar {
    display: none;
  }

  .cta1_pricing {
    font-size: .75rem;
  }

  .div-block-527 {
    grid-column-gap: .05rem;
    grid-row-gap: .5rem;
  }

  .qty_selector2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .qty2_each {
    line-height: 1;
  }

  .qty2_box {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .qty2_radio {
    width: 1rem;
    height: 1rem;
    left: .5rem;
  }

  .qty2_price {
    line-height: 1.2;
  }

  .checkmark {
    margin-top: 0;
  }

  .hero2asdfasda-2 {
    grid-template-columns: 1fr;
  }

  .asdfsdfadsfasfa {
    min-height: auto;
  }

  .rotator-deal {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 0;
    right: auto;
  }

  .rotator-deal.b2g1card {
    top: 0;
    right: 0;
  }

  .rotator-deal.newrotatess {
    width: 5rem;
    height: 5rem;
    width: 5rem;
    height: 5rem;
    background-color: #c8202f;
    display: none;
    top: 22%;
    bottom: auto;
    left: 8%;
    right: auto;
    transform: rotate(-20deg);
  }

  .auth-left {
    padding-top: 0;
  }

  .author-and-view-div {
    flex-wrap: wrap;
  }

  .author-text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .section_gradient-cream {
    background-color: #e0fafa;
  }

  .heading-bold {
    font-size: 1.65rem;
  }

  .reviews4_wrapper {
    justify-content: center;
  }

  .steps2_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }

  .cta-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-widths {
    min-height: auto;
    flex-direction: column;
    position: static;
  }

  .header2_image-wrap {
    max-height: 80vw;
    min-height: 80vw;
    align-items: center;
  }

  .header2_image {
    object-position: 50% 50%;
  }

  .header2_content-wrapper {
    position: relative;
  }

  .gift_price {
    width: 100%;
    max-width: 6.25rem;
    overflow: visible;
  }

  .gift_locker {
    padding-right: 0;
  }

  .gift_iconis {
    margin-bottom: .25rem;
  }

  .gifts_unlocked {
    flex: 0 auto;
  }

  .tag-b2g1 {
    font-size: 1.25rem;
  }

  .text-span-59 {
    font-size: 1.35rem;
  }

  .gift_component {
    width: auto;
  }

  .limited_radio {
    width: 1rem;
    height: 1rem;
  }

  .flavor2_card {
    flex-wrap: wrap;
    align-items: center;
  }

  .flavor1_description {
    width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 2rem;
    display: flex;
  }

  .flavor_card2-info {
    grid-row-gap: .25rem;
    text-align: left;
    border-top-style: none;
    padding: 0;
    font-size: .9rem;
  }

  .flavor_card2-image_container {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .flavor_card2-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flavor_card2 {
    flex-wrap: wrap;
    align-items: center;
  }

  .flavor2_content {
    width: 100%;
    display: flex;
  }

  .flavor2_description {
    width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .flavor2_description.flavor2_description-vetical {
    padding-top: 0;
    padding-right: .5rem;
  }

  .flavor2_quantity {
    width: 100%;
    max-width: 6.25rem;
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .flavor2_quantity-container {
    width: 100%;
    height: 2.1875rem;
    max-width: 6rem;
    align-items: center;
  }

  .flavor_wrapper2 {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .freq2_select {
    display: block;
  }

  .checkmark2 {
    margin-top: 0;
  }

  .text-block-98 {
    font-size: .6rem;
  }

  .button-bundles {
    padding-top: .5rem;
  }

  .button-bundles.is-active {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tiktok_item {
    width: 12rem;
  }

  .jv_drawer-main {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rtc-cart_icon-close {
    width: 2rem;
    height: 1rem;
    min-height: 1rem;
    min-width: 2rem;
  }

  .cart-banner-inners {
    grid-column-gap: .05rem;
    grid-row-gap: .5rem;
  }

  .cta-iunners {
    padding-top: .5rem;
  }

  .icon-holder {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .step_icons {
    max-width: 100%;
    grid-column-gap: 1rem;
    text-align: left;
    flex: 1;
  }

  .icon-steps {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .steps-heading {
    font-size: 1rem;
  }

  .image-70 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-features-cta {
    font-size: .65rem;
  }

  .gift-clock_wrapper {
    font-size: 1rem;
  }

  .text_reviews-new {
    font-size: .7rem;
  }

  .reviews7_wrapper {
    justify-content: center;
  }

  .div-block-557 {
    grid-column-gap: .3rem;
    align-items: center;
    display: flex;
  }

  .icon-1x1-xsmalls {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0;
  }

  .text-size-small-copy-copy {
    color: #000;
    font-weight: 400;
  }

  .giftcounter_wrapper {
    font-size: 1rem;
  }

  .ships-by {
    font-size: .7rem;
    line-height: 1.3;
  }

  .star-reviews {
    height: .85rem;
  }

  .button-holder {
    padding-top: .5rem;
  }

  .sale-container {
    grid-column-gap: .05rem;
    grid-row-gap: .5rem;
  }

  .booklet-sale {
    grid-column-gap: .5rem;
    align-items: flex-start;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .trustpilot-summary {
    font-size: .75rem;
  }

  .trustpilot-stars {
    width: 100px;
  }

  .features2_block {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-features-container {
    top: 10%;
    right: 21%;
  }

  .icon-features {
    width: 40px;
    height: 40px;
  }

  .image-82 {
    width: 1rem;
    height: 1rem;
    top: auto;
    bottom: 8%;
    left: auto;
    right: 46%;
  }

  .star02s {
    width: 1.25rem;
    top: 61%;
    right: -1%;
  }

  .star03s {
    width: 1rem;
    height: 1rem;
    top: 5%;
    bottom: auto;
    left: 88%;
    right: auto;
  }

  .stars4s {
    top: -2%;
    bottom: auto;
    left: 24%;
    right: auto;
  }

  .stars05 {
    width: 2rem;
    top: 33%;
    left: -1%;
  }

  .padding-section-landing {
    padding-bottom: 2.6rem;
  }

  .testimonial1_component {
    justify-content: center;
  }

  .selector1_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .selector2_price {
    line-height: 1.2;
  }

  .selector1_item {
    grid-row-gap: .15rem;
    padding: .5rem;
  }

  .hero1_mobile-header.testing-below {
    padding-top: 0;
  }

  .hero1_photo-inner {
    align-items: center;
  }

  .features2_text {
    font-size: 1.25rem;
  }

  .benefits1_image-mobile {
    margin-top: 4px;
    margin-bottom: 13px;
  }

  .benefits1_image-mobile.hy6 {
    margin-bottom: 26px;
  }

  .lottie-animation-8 {
    width: 6rem;
    height: 6rem;
  }

  .announcement2_icon {
    overflow: hidden;
  }

  .serving-size, .serving-container {
    font-size: .75rem;
  }

  .nutrition-header {
    font-size: .85rem;
  }

  .ingredient-facts {
    font-size: 1.5rem;
  }

  .selector2_header {
    padding-left: 1.5rem;
  }

  .list2_item-wrapper {
    align-items: center;
  }

  .list2_checkmark {
    margin-top: 0;
  }

  .hero1_image-swiper {
    flex-direction: column;
    justify-content: center;
  }

  .hero1_photo-container {
    align-items: center;
  }

  .seenon1_logo {
    width: auto;
    height: 1.75rem;
  }

  .seenon1_title {
    font-size: .85rem;
  }

  .padding-seenon {
    padding-top: 0;
  }

  .announcement1_component {
    font-size: .7rem;
    line-height: 1.3;
  }

  .hero1_label-facts {
    font-size: .65rem;
  }

  .list1_checkmark {
    margin-top: 0;
  }

  .section-features-02 {
    background-position: 120% 80%;
    background-size: 80%;
  }

  .slider_right-arrow {
    width: 24px;
    height: 24px;
  }

  .slider_left-arrow {
    width: 24px;
    height: 24px;
    left: 1rem;
  }

  .arrow-slider {
    width: 1rem;
  }

  .benefits-icons {
    font-size: .75rem;
  }

  .nav-main_new {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_menu {
    display: none;
  }

  .menu-container.is-mobile-menu {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar11_menu-button {
    display: none;
  }

  .menu-icon1 {
    margin-left: -1rem;
  }

  .nav-sec-list_new {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-new {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-left {
    width: 1.5rem;
    height: 1.5rem;
  }

  .new-navigation {
    height: 55px;
  }

  .navbar-sale {
    font-size: .7rem;
  }

  .div-block-661 {
    width: auto;
  }

  .div-block-662 {
    grid-column-gap: 1.5rem;
  }

  .div-block-663 {
    grid-row-gap: .25rem;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-664 {
    grid-row-gap: 0rem;
  }

  .text-block-120 {
    font-size: 3rem;
  }

  .bar-hjeights {
    height: 10px;
  }

  .text-block-121 {
    font-size: .85rem;
  }

  .summary-card-container {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .cart_line-item {
    flex-wrap: wrap;
    align-items: center;
  }

  .cart_line-item.main {
    border-bottom-style: none;
  }

  .drawer-hinners {
    grid-row-gap: 0px;
  }

  .gifts-cart-components {
    grid-row-gap: .25rem;
  }

  .gift-cart-iucons {
    width: 2rem;
    height: 2rem;
    margin-bottom: .25rem;
  }

  .selector3_item {
    font-size: .85rem;
  }

  .cart_frequency-inner {
    font-size: .75rem;
  }

  .cc-icons {
    width: 200px;
  }

  .cart2_quantity-container {
    width: 100%;
    align-items: center;
  }

  .list3_components {
    grid-column-gap: .5rem;
    flex-wrap: wrap;
  }

  .div-block-681 {
    height: 2.5rem;
  }

  .list3_item-wrapper {
    align-items: center;
  }

  .cart_content {
    width: 100%;
    display: flex;
  }

  .jv_cart-footer {
    z-index: 5;
  }

  .price-card_test, .cart2_line-prices {
    font-size: .75rem;
  }

  .cart2_item-name {
    font-size: .95rem;
    line-height: 1.3;
  }

  .cart_card-info {
    grid-row-gap: .25rem;
    text-align: left;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .cart2_description {
    width: 100%;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .cart_card-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-41 {
    grid-row-gap: 3rem;
  }

  .padding-section-medium-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cart-inner-container {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-discounts {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0;
  }

  .savingsz {
    font-size: .8rem;
  }

  .divider-line {
    width: 20%;
    flex: 1;
  }

  .c_divider-text {
    white-space: normal;
  }

  .c_features-text, .c_features-title {
    margin-bottom: 0;
  }

  .c_features-image-container {
    width: 55px;
    height: 55px;
    min-height: 55px;
    min-width: 55px;
    margin-right: .85rem;
  }

  .c_features {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial_cart {
    width: .75rem;
    height: .75rem;
  }

  .cart_wrappers {
    margin-bottom: 1px;
  }

  .line_item-qty {
    margin-top: -.0625rem;
  }

  .gift-check {
    margin-top: 0;
  }

  .gift-unlocker {
    font-size: .5rem;
  }

  .grid-43 {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-709 {
    grid-column-gap: 1rem;
    align-items: flex-start;
  }

  .div-block-709.t51 {
    align-items: center;
  }

  .benefits2_icon-wrap {
    width: 80px;
    height: 80px;
    padding: 0;
  }

  .benefits2_icon-wrap.rt1 {
    width: 40px;
    height: auto;
    justify-content: flex-start;
  }

  .benefits3_content-title {
    text-transform: uppercase;
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .benefits3_content-title.r1 {
    margin-left: -10px;
  }

  .price-table-line {
    padding-top: .45rem;
    padding-bottom: .45rem;
    font-size: .65rem;
  }

  .price-table-line.header2.magic-gd-vanilla {
    font-size: .65rem;
  }

  .cart_notification {
    grid-column-gap: 0rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .7rem;
  }

  .texts-newsss {
    font-size: .65rem;
    line-height: .65;
  }

  .div-block-726 {
    align-items: center;
  }

  .icon-discount-purple {
    width: 1rem;
    height: 1rem;
    top: auto;
  }

  .coupon-textsss {
    font-size: .75rem;
  }

  .divider-text {
    text-transform: uppercase;
    white-space: normal;
    font-size: .75rem;
  }

  .summary-card-image_container {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .cart3_item-name {
    font-size: .9rem;
    line-height: .95;
  }

  .cart3_line-prices {
    font-size: .75rem;
  }

  .padding-bottom-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .selector3_checkmark {
    margin-top: -2px;
    display: flex;
    left: .625rem;
  }

  .list5_component {
    margin-top: 0;
  }

  .only-serving {
    font-size: .55rem;
    bottom: -1.9rem;
  }

  .selector4-title {
    text-align: left;
    display: block;
  }

  .tag-proteins {
    font-size: 2.2rem;
  }

  .protein-texts {
    font-size: .65rem;
  }

  .tt-block {
    padding: .35rem .75rem;
    font-size: .6rem;
  }

  .summary-line-lps {
    font-size: .65rem;
  }

  .hero2_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-736 {
    padding-left: 0;
    padding-right: 0;
  }

  .sale-smaller {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    font-size: .75rem;
    line-height: .7;
  }

  .icon-discounted {
    width: .85rem;
    height: .85rem;
    position: relative;
    top: 0;
  }

  .coupon-holds {
    font-size: .7rem;
  }

  .section-features-03 {
    background-color: #eb1822;
  }

  .benefit-icon.fr1 {
    width: 55%;
    height: 55%;
  }

  .icon-small-bubble {
    top: .075rem;
  }

  .drawer-inners-bubble {
    grid-row-gap: 0px;
  }

  .bg-white-bottom {
    height: 3rem;
    bottom: -3rem;
  }

  .main-container {
    padding-top: 1rem;
  }

  .button-shop {
    max-width: 280px;
    position: relative;
  }

  .step2 {
    top: -27%;
    right: -12%;
  }

  .padding-bottom-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-content-full {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-44.ty1 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: flex;
  }

  .heading-style-h2-2 {
    font-size: 3rem;
    line-height: .9;
  }

  .heading-style-h2-2.tt5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature-heading-2 {
    text-align: left;
    font-size: 1.5rem;
  }

  .grid-45 {
    align-items: start;
  }

  .sub-other-text-2.tt5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sub-other-text-2.tt5.r11 {
    padding-left: 0;
  }

  .padding-section-medium-3 {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .text-weight-bold-2 {
    text-align: center;
    line-height: 1.1;
  }

  .padding-bottom-10 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2-3 {
    color: #2f2e2e;
    font-family: Teko, sans-serif;
    font-size: 3rem;
    font-style: italic;
    font-weight: 600;
    line-height: .9;
  }

  .heading-style-h2-3.down {
    margin-top: 1.9rem;
  }

  .text-size-regular-3 {
    font-size: .8rem;
  }

  .padding-section-medium-4 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-comparison-2.rw {
    padding-bottom: 42px;
  }

  .logo-comparison-2 {
    height: auto;
  }

  .padding-bottom-11 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-5 {
    font-size: .8rem;
  }

  .padding-section-medium-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-block-549 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .padding-bottom-12 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-48.gg2 {
    display: block;
  }

  .padding-section-medium-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .centr1-icon {
    display: none;
  }

  .div-block-746 {
    text-align: center;
    flex-direction: column;
  }

  .fr1_icon {
    display: block;
  }

  .benefit-heading-2 {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .padding-bottom-13 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom-13.padding-xsmall.jjj {
    display: none;
  }

  .text-span-64 {
    font-size: .65rem;
  }

  .gifts2_content {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-box {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sub-box.current-frequency {
    background-color: #fff;
  }

  .div-block-747 {
    padding-top: .5rem;
  }

  .qty_selects {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .icon-smallss {
    width: 2rem;
    height: 2rem;
  }

  .qty2_price-2 {
    line-height: 1.2;
  }

  .feature-wrap {
    align-items: center;
  }

  .checkmark-3 {
    margin-top: 0;
  }

  .line-ingredient.secondary-line.bb-2px {
    border-bottom-width: 9px;
  }

  .line-ingredient.leftsss.nobottom {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .gifts_unlocked-2 {
    flex: 0 auto;
  }

  .header2_image-holder-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    top: 0;
  }

  .new-grayed.hy1 {
    margin-top: 109px;
  }

  .list_item-icon {
    text-transform: uppercase;
  }

  .div-block-563 {
    flex-direction: column;
  }

  .line-separator {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .header2_content-wrapper-2 {
    position: relative;
  }

  .qty-selector-title {
    line-height: 1.2;
  }

  .ingredient-table-copy {
    padding: .5rem;
  }

  .heading-bolds {
    letter-spacing: -1px;
    font-size: 2.4rem;
    line-height: .9;
  }

  .frequency_selects {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-562 {
    font-size: .7rem;
  }

  .div-block-750 {
    align-items: flex-start;
  }

  .heade44r2_content-wrapper-copy {
    position: relative;
  }

  .gift-icon-2 {
    width: 1rem;
    height: 1rem;
    margin-bottom: .25rem;
  }

  .maagasdfasdfafaa {
    max-height: 80vw;
    min-height: 80vw;
    align-items: center;
  }

  .bundle-holder-news {
    z-index: 10;
    text-align: center;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, .81) 70%, rgba(255, 255, 255, 0));
    margin-top: 0;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem .5rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .image-87 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .fs_accordion-2_component {
    display: none;
  }

  .text-block-87 {
    font-family: Roboto, sans-serif;
  }

  .reviews4_wrapper-2 {
    justify-content: center;
  }

  .gifts1_title-text {
    text-align: center;
  }

  .block2_qty-content-2 {
    grid-row-gap: .5rem;
  }

  .tag-b2g1-2 {
    font-size: 2.2rem;
  }

  .checkmark-4 {
    margin-top: 0;
  }

  .text-features-cta-2 {
    font-size: .6rem;
  }

  .show-tablet-aaaaa {
    padding-top: .5rem;
  }

  .fs_accordion-2_item {
    display: block;
  }

  .image-smallers {
    width: 80px;
  }

  .qty2_box-2 {
    padding: .75rem .5rem;
  }

  .qty2_box-2.current-qty {
    background-color: #fff;
  }

  .heading-2 {
    margin-top: .3rem;
    font-family: Teko, sans-serif;
    font-style: normal;
    font-weight: 600;
  }

  .padding-bottom-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide-2 {
    width: 100%;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: left;
  }

  .paragraph-6 {
    font-family: Roboto, sans-serif;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }

  .tt-star-card-img {
    width: 80px;
  }

  .filler-div {
    height: 90px;
  }

  .testimonial-slide-nav {
    bottom: -35px;
  }

  .testimonial-slider {
    margin-top: 0;
  }

  .testimonial-image {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    top: -67px;
    bottom: auto;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-para-text {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-slider-left {
    display: block;
    left: -10px;
  }

  .testimonial-slider-right {
    display: block;
    right: -10px;
  }

  .testimonial-info {
    margin-top: 0;
  }

  .slider-arrow-embed {
    top: 100px;
  }

  .testimonial-author {
    font-size: 16px;
    line-height: 19px;
  }

  .table-head-img-2 {
    width: 81px;
    height: auto;
    padding-top: 5px;
    top: 0;
  }

  .comp-text {
    font-size: 13px;
    line-height: 19px;
  }

  .table-logo-2 {
    width: 55px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .check-icon-wrong {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .wrong-col {
    padding: 18px 2px;
  }

  .table-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
  }

  .row-el-wrapper {
    max-width: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .row-el-wrapper.ff1 {
    max-width: none;
  }

  .mid-col {
    height: 70px;
    padding: 18px 2px;
  }

  .div-block-545 {
    padding-right: 9px;
  }

  .top-col {
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .check-icon-correct {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .bot-col {
    padding: 8px 2px;
  }

  .feature-table-text-block {
    padding: 6px 2px;
  }

  .table-scroll {
    width: 500px;
    overflow: visible;
  }

  .table-scroll.re1 {
    width: auto;
  }

  .top-col-oppo {
    padding-left: 0;
    padding-right: 0;
  }

  .t-table-container {
    max-width: none;
    overflow: auto;
  }

  .on-table-text {
    font-size: 11px;
    line-height: 13px;
  }

  .curve-tab {
    height: auto;
    padding: 4px 9px;
  }

  .icon-embed-small-2 {
    width: 1.7rem;
  }

  ._4-box-sec {
    padding: 40px 17px 50px;
  }

  ._4cg-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 18px;
    display: grid;
  }

  ._4-heading {
    text-align: center;
    margin-top: 0;
    font-size: 1.3rem;
  }

  .one-div {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-20 {
    font-size: 3rem;
  }

  .bold-text-21 {
    line-height: .6;
  }

  .paragraph-7 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .faq-question {
    font-size: 17px;
  }

  .faq-answer {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .faq-answer-text {
    margin-top: 25px;
  }

  .faq-q-text {
    font-size: 1.5rem;
  }

  .faq-first {
    font-size: 17px;
  }

  .accordion.js-accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion-header.js-accordion-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5px;
    padding-bottom: 12px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion__item.js-accordion-item.active {
    padding: 10px 0;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px rgba(0, 0, 0, .1);
    margin-top: 0;
    padding: 10px 0;
  }

  .before-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bb-div {
    align-items: stretch;
  }

  .before-div {
    margin-right: 5px;
    padding-left: 18px;
    padding-right: 18px;
    transform: scale(.96);
  }

  .bb-text {
    font-size: 14px;
    line-height: 18px;
  }

  .after-div {
    margin-left: 5px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .aa-text {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-div.desk {
    display: none;
  }

  .footer-div.mobile {
    margin-top: 94px;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: -102px;
  }

  .ff-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-span-67, .after-pp-text {
    letter-spacing: -.2px;
    font-size: .9rem;
    line-height: 12px;
  }

  .sticky-div-mobile {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 43%);
    justify-content: center;
    align-items: center;
    padding: 31px 21px 18px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .stickt-btn-mobile {
    background-color: #19af42;
  }

  .sticky-btn-mobile {
    width: 100%;
    background-color: #19af42;
  }

  .sticky-btn-mobile:hover {
    background-color: #188535;
  }

  .faq-div-now {
    margin-top: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .faq-div-now.sale-bar, .faq-div-now.onehalf-mobile, .faq-div-now.m-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-div-now.mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-92.gt1 {
    margin-bottom: -13px;
  }

  .grid-43-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-items: stretch;
  }

  .new-3-sec {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-761 {
    flex-direction: column;
    align-items: flex-start;
  }

  .gt-div {
    align-items: center;
    margin-bottom: 14px;
  }

  .top-bar-sec {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar-txt {
    font-size: .8rem;
  }

  .image-94 {
    width: 24px;
  }
}

#w-node-_66d90a51-458c-ae72-1465-34deb7af5003-4f399b35, #w-node-f241a025-1bbf-d5d1-cd89-a7f87f0a0839-4f399b35, #w-node-f241a025-1bbf-d5d1-cd89-a7f87f0a0842-4f399b35, #w-node-f241a025-1bbf-d5d1-cd89-a7f87f0a084b-4f399b35, #w-node-f241a025-1bbf-d5d1-cd89-a7f87f0a0856-4f399b35, #w-node-_831facbb-720f-f598-eb8d-58504827f06a-4f399b35, #w-node-_831facbb-720f-f598-eb8d-58504827f08f-4f399b35, #w-node-_831facbb-720f-f598-eb8d-58504827f092-4f399b35, #w-node-_831facbb-720f-f598-eb8d-58504827f094-4f399b35, #gift1_wrapper.w-node-_516a511a-e85b-df15-1b02-95253eb273a7-4f399b35, #w-node-_516a511a-e85b-df15-1b02-95253eb273a8-4f399b35, #w-node-_516a511a-e85b-df15-1b02-95253eb273ae-4f399b35, #w-node-_516a511a-e85b-df15-1b02-95253eb273b4-4f399b35, #w-node-_516a511a-e85b-df15-1b02-95253eb273ba-4f399b35, #w-node-_699af686-bc6b-7056-ee71-7546f358db0c-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db10-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db14-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db18-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db1d-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db1f-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db23-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db27-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db2c-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db2e-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db32-f358db0a, #w-node-_699af686-bc6b-7056-ee71-7546f358db36-f358db0a, #w-node-_9e65622a-2f6c-b932-53b0-7c1f906a67d6-4f399cbf, #w-node-_9e65622a-2f6c-b932-53b0-7c1f906a67ee-4f399cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#drawer-cart.w-node-afcdc059-9113-fc54-9443-511daab34bef-4f399e53 {
  align-self: stretch;
}

#gift1_wrapper.w-node-_02726d96-0b7c-eec2-49fd-30e64702d262-4702d24f, #w-node-_02726d96-0b7c-eec2-49fd-30e64702d263-4702d24f, #w-node-_02726d96-0b7c-eec2-49fd-30e64702d267-4702d24f, #w-node-_02726d96-0b7c-eec2-49fd-30e64702d26b-4702d24f, #w-node-_02726d96-0b7c-eec2-49fd-30e64702d26f-4702d24f, #w-node-c6391227-5992-857c-7c34-ee77a8a5f4b7-4f399e9f, #w-node-_6eef845f-3d2a-0bcd-eaa3-8860c59059c8-4f399e9f, #w-node-_1825e695-cd0c-f5db-d5c8-6914d996bc3d-4f399e9f, #w-node-_5c6715d9-a231-36d5-4774-6ed8a4b7a9e2-4f399e9f, #w-node-a2b28052-bccb-5590-00e4-7286792863d0-4f399e9f, #gift1_wrapper.w-node-e1d0fe92-884d-913d-679d-49640d198a59-4f399fb6, #w-node-e1d0fe92-884d-913d-679d-49640d198a5a-4f399fb6, #w-node-e1d0fe92-884d-913d-679d-49640d198a63-4f399fb6, #w-node-e1d0fe92-884d-913d-679d-49640d198a6c-4f399fb6, #w-node-e1d0fe92-884d-913d-679d-49640d198a75-4f399fb6, #gift1_wrapper.w-node-fb34ea23-fa27-d0a2-1ff2-66dd1f004831-4f399fb6, #w-node-fb34ea23-fa27-d0a2-1ff2-66dd1f004832-4f399fb6, #w-node-fb34ea23-fa27-d0a2-1ff2-66dd1f00483b-4f399fb6, #w-node-fb34ea23-fa27-d0a2-1ff2-66dd1f004844-4f399fb6, #w-node-fb34ea23-fa27-d0a2-1ff2-66dd1f00484d-4f399fb6, #gift1_wrapper.w-node-_5571c815-2ef4-2a87-9e41-7ed6ad74230a-4f399fb6, #w-node-_5571c815-2ef4-2a87-9e41-7ed6ad74230b-4f399fb6, #w-node-_5571c815-2ef4-2a87-9e41-7ed6ad742314-4f399fb6, #w-node-_5571c815-2ef4-2a87-9e41-7ed6ad74231d-4f399fb6, #w-node-_5571c815-2ef4-2a87-9e41-7ed6ad742326-4f399fb6, #w-node-_66d90a51-458c-ae72-1465-34deb7af5003-92477912, #w-node-_37ce524b-38f0-eec9-d85a-f9c9cec381da-92477912, #w-node-_39bae5e8-ea98-d1f2-02fa-9dffd3382b74-92477912, #w-node-fbbfe686-0984-1e2f-c73f-cadeb4179bd4-92477912, #w-node-_831facbb-720f-f598-eb8d-58504827f06a-92477912, #w-node-_831facbb-720f-f598-eb8d-58504827f08f-92477912, #w-node-_831facbb-720f-f598-eb8d-58504827f092-92477912, #w-node-_831facbb-720f-f598-eb8d-58504827f094-92477912, #gift1_wrapper.w-node-_516a511a-e85b-df15-1b02-95253eb273a7-92477912, #w-node-_516a511a-e85b-df15-1b02-95253eb273a8-92477912, #w-node-_516a511a-e85b-df15-1b02-95253eb273ae-92477912, #w-node-_516a511a-e85b-df15-1b02-95253eb273b4-92477912, #w-node-_516a511a-e85b-df15-1b02-95253eb273ba-92477912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d6a7556-c8c1-30cd-e4ac-b5a9cbc7d96e-4f399b35, #w-node-_66d90a51-458c-ae72-1465-34deb7af4ff5-4f399b35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_831facbb-720f-f598-eb8d-58504827f094-4f399b35 {
    order: -9999;
  }

  #w-node-_1d6a7556-c8c1-30cd-e4ac-b5a9cbc7d96e-92477912, #w-node-_66d90a51-458c-ae72-1465-34deb7af4ff5-92477912 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_831facbb-720f-f598-eb8d-58504827f094-92477912 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_831facbb-720f-f598-eb8d-58504827f08f-4f399b35, #w-node-_831facbb-720f-f598-eb8d-58504827f092-4f399b35 {
    order: -9999;
  }

  #w-node-_25b2c91c-892e-4d4c-f3c8-becdc88d0b58-4f399b35, #w-node-_5e870322-a112-f7ba-ae74-347303eb41e6-4f399b35 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_831facbb-720f-f598-eb8d-58504827f08f-92477912, #w-node-_831facbb-720f-f598-eb8d-58504827f092-92477912 {
    order: -9999;
  }

  #w-node-_25b2c91c-892e-4d4c-f3c8-becdc88d0b58-92477912, #w-node-_5e870322-a112-f7ba-ae74-347303eb41e6-92477912 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kefir';
  src: url('../fonts/kefir-demi-bold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kefir';
  src: url('../fonts/kefir-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Altone';
  src: url('../fonts/AltoneTrial-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Altone';
  src: url('../fonts/AltoneTrial-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Altone';
  src: url('../fonts/AltoneTrial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Altone';
  src: url('../fonts/AltoneTrial-RegularOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FA 5 Solid';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA 5 Regular';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FA 5 Brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ashbury';
  src: url('../fonts/Ashbury-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ashbury';
  src: url('../fonts/Ashbury-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ashbury';
  src: url('../fonts/Ashbury-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ashbury';
  src: url('../fonts/Ashbury-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ashbury';
  src: url('../fonts/Ashbury-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}