:root {
  --red: #c80500;
  --only-bean: #9fcb38;
  --black: #000;
  --border: #00000026;
  --yellow: #fec103;
  --ranch: #69c6cd;
  --sea-salt: #00b8df;
  --buffalo: #eb5927;
  --grey: #f8f9f9;
  --sriracha: #ed2f27;
  --dark-bean: #96ba32;
  --beige: #fff3cd;
}

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

.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;
}

@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;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.38;
}

h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cervino, Impact, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cervino, Impact, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cervino, Impact, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

.padding-global {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.contain-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.p-cervino {
  letter-spacing: .32px;
  margin-top: 2px;
  font-family: Cervino, Impact, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.p-cervino._20 {
  font-size: 20px;
}

.p-cervino._20._700 {
  font-weight: 700;
}

.p-cervino._18 {
  font-size: 18px;
  font-weight: 600;
}

.p-cervino._18._700 {
  font-weight: 700;
}

.p-cervino._18.flavor-name {
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
}

.p-cervino._14 {
  color: #848484;
  letter-spacing: 0;
  font-size: 14px;
}

.p-cervino.lh-15 {
  line-height: 1.5;
}

.p-cervino._26 {
  font-size: 26px;
}

.p-cervino.c-white {
  color: #fff;
}

.p-cervino._36 {
  font-size: 36px;
}

.p-cervino._36.c-red {
  color: var(--red);
}

.p-cervino._36.c-green {
  color: #7bb000;
}

.p-cervino.shipping-text.inactive {
  color: #7a7a7a;
  font-weight: 600;
}

.p-cervino._64 {
  font-size: 64px;
}

.p-cervino._64._700 {
  font-weight: 700;
}

.p-cervino._52 {
  font-size: 52px;
}

.headers-w {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sticky-headers {
  z-index: 999;
  position: sticky;
  top: 0;
}

.box-5 {
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.offer-secondary {
  background-color: var(--only-bean);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 34px;
  font-weight: 800;
  display: flex;
  overflow: hidden;
}

.holiday-clock {
  color: #2a2552;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-287 {
  color: #fff;
  padding-left: .15rem;
  padding-right: .15rem;
  font-weight: 800;
}

.clock-label-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .5rem;
  line-height: 1;
}

.offer-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--red);
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.clock-number-4 {
  font-size: .85rem;
  font-weight: 800;
  line-height: 1;
}

.product-gallery-thumbnail-i {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.buybox-gallery-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-top: 4rem;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 12px;
}

.best-deal {
  color: #000;
  letter-spacing: -.02rem;
  background-color: #baff00;
  border-radius: 4px;
  padding: .15rem .75rem;
  font-family: Cervino, Impact, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: -.55rem auto auto;
}

.product-thumbnails-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.swiper-slide_image-wrap {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.product-slider_holder {
  width: 100%;
  height: 100%;
}

.product-slider_holder.product-gallery.pc {
  height: auto;
}

.swiper-button_icon {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.quantity-selector {
  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;
}

.divider {
  z-index: 10;
  grid-column-gap: 1rem;
  background-color: var(--border);
  color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-gallery-i {
  width: 100%;
}

.one-button-click {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-rating-wrap {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sparkle {
  z-index: 15;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: block;
}

.cta-p {
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  font-family: Cervino, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.select-flavors-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 8px;
}

.slider_component {
  width: 100%;
}

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

.product-gallery-thumbnail {
  opacity: .4;
  cursor: pointer;
  border-radius: 10px;
  width: 22%;
}

.product-gallery-thumbnail.is-current {
  opacity: 1;
}

.cta {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.25rem;
  padding: 1rem 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta:hover {
  background-color: #ffd758;
}

.quantity-selector_price {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.hide {
  display: none;
}

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

.icon-embed-xsmall.black-friday {
  z-index: 1;
  position: relative;
}

.icon-embed-xsmall.invert {
  filter: invert();
}

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

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

.swiper-pagination {
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.swiper-pagination.is-product_hero {
  z-index: 5;
  height: 2rem;
  inset: auto 0% 0%;
}

.offer-hero_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  display: flex;
}

.full-nutri-p {
  color: #000;
  text-transform: capitalize;
}

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

.swiper-button {
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  transition: box-shadow .2s, color .2s, border-color .2s, transform .2s;
}

.swiper-button:active {
  transform: scale(.92);
}

.swiper-button.onlybean {
  z-index: 1;
  transform-origin: 50%;
  border: 2px solid #1d4ed800;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 10px;
  transform: translate(0, -50%);
  box-shadow: 0 0 1rem #1d4ed800;
}

.swiper-button.onlybean:hover {
  border-color: #2a2552;
}

.swiper-button.onlybean:active {
  box-shadow: 0 0 1rem #2a255236;
}

.swiper-button.onlybean.gallery-left.hero {
  width: 2.5rem;
  height: 2.5rem;
  left: 10px;
}

.swiper-button.onlybean.is-next {
  left: auto;
  right: 10px;
}

.swiper-button.onlybean.is-next.gallery.hero {
  width: 2.5rem;
  height: 2.5rem;
  right: 10px;
}

.hero-buybox {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.buybox-wrap {
  width: 100%;
  max-width: 480px;
}

.swiper-scrollbar.is-hero {
  height: 2px;
  display: none;
  overflow: hidden;
}

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

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

.product-gallery-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: column;
  max-width: 560px;
  display: flex;
}

.swiper-navigation.is-v4 {
  width: 100%;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto 0 50%;
  transform: translate(-50%);
}

.super-contents {
  grid-column-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  display: flex;
}

.show-tablet {
  display: none;
}

.testimonial-anchor {
  color: #000;
  text-decoration: none;
}

.shipsby-container-3 {
  text-align: left;
  width: 100%;
}

.section-hero {
  position: relative;
  overflow: visible;
}

.quantity-selector_card {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 1rem 18px;
  display: flex;
  position: relative;
  overflow: visible;
}

.quantity-selector_card.current-qty {
  background-color: #fff5e3;
  border-color: #2a2552;
}

.quantity-selector_content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.swiper-wrapper.is-product {
  height: 100%;
}

.ob-banner-img {
  width: 90%;
}

.span-red {
  color: var(--red);
  font-weight: 500;
}

.span-red._700 {
  font-weight: 700;
}

.green-box {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f8ffeb;
  border: 1px dashed #9fcb38;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.green-box.shipping-inactive {
  background-color: #f7f7f7;
  border-color: #d1d1d1;
}

.media-logos {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content.flex {
  display: flex;
}

.content.flex.center {
  justify-content: center;
  align-items: center;
}

.content.flex.center.vertical {
  flex-flow: column;
}

.content.flex.center.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.content.flex.spread-top {
  justify-content: space-between;
  align-items: flex-start;
}

.limited-time {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.limited-time-set-w {
  text-align: center;
  width: 25%;
}

.limited-time-sets, .limited-time-discounts {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.limited-time-discount-w {
  text-align: center;
  width: 25%;
}

.p-12 {
  font-size: 12px;
}

.p-12._500 {
  font-weight: 500;
}

.limited-time-meter {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
  display: flex;
}

.meter-dot {
  background-color: #dbdbdb;
  border-radius: 50px;
  width: 14px;
  height: 14px;
}

.meter-dot.active {
  background-color: #9fcb38;
}

.meter-bar {
  background-color: #dbdbdb;
  width: 52px;
  height: 4px;
}

.meter-bar.active {
  background-color: #9fcb38;
}

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

.best-seller {
  background-color: var(--red);
  color: #fff;
  letter-spacing: -.02rem;
  border-radius: 4px;
  padding: .15rem .75rem;
  font-family: Cervino, Impact, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: -.55rem auto auto;
}

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

.container-medium.relative {
  position: relative;
}

.spacer-32 {
  padding-top: 32px;
}

.section-components {
  position: relative;
  overflow: hidden;
}

.spacer-80 {
  padding-top: 80px;
}

.content-row {
  display: flex;
}

.txt-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  padding-left: 50px;
  display: flex;
}

.txt-w.left {
  padding-left: 0;
  padding-right: 50px;
}

.txt-w.align-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

.img-w {
  border-radius: 6px;
  width: 48%;
  position: relative;
}

.img-full {
  width: 100%;
  height: 100%;
}

.img-full.r-16 {
  border-radius: 16px;
}

.img-full.r-16.shadow {
  box-shadow: 0 4px 12px #00000014;
}

.img-full.row {
  border-radius: 8px;
}

.content-testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--ranch);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 40px 16px 12px;
  display: flex;
}

.content-testimonial.seasalt {
  border-color: var(--sea-salt);
}

.content-testimonial.buffalo {
  border-color: var(--buffalo);
}

.ct-img-w {
  width: 100%;
  max-width: 110px;
}

.t-verified {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verified-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f2ffd8;
  border: 1px dashed #9fcb38;
  border-radius: 8px;
  padding: 5px 15px;
  display: flex;
}

.spacer-40 {
  padding-top: 40px;
}

.spacer-20 {
  padding-top: 20px;
}

.p-10 {
  font-size: 10px;
}

.spacer-12 {
  padding-top: 10px;
}

.spacer14 {
  padding-top: 14px;
}

.bean-character {
  width: 204px;
  position: absolute;
  inset: auto auto -20px -70px;
}

.bean-character.right {
  inset: auto -70px -20px auto;
}

.full-nutri-link {
  color: #000;
}

.ob-banner-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-science {
  position: relative;
}

.section-product-features {
  background-color: var(--grey);
  position: relative;
}

.p-18 {
  font-size: 18px;
}

.img-lightbulb {
  width: 64px;
  margin-bottom: 16px;
}

.section-nolimits {
  position: relative;
  overflow: hidden;
}

.h2-big {
  letter-spacing: -1px;
  font-size: 46px;
}

.h2-big.faq {
  padding-top: 1rem;
}

.features-icon-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-icon {
  width: 78px;
  height: 78px;
}

.feature-big-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-big {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 20px;
  display: flex;
}

.feature-big-icon {
  max-width: 44px;
  height: 48px;
}

.limits-huge {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-limits {
  color: var(--only-bean);
  font-size: 86px;
}

.limit-bean-img {
  max-height: 116px;
}

.contain-1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.limits-item {
  width: 100%;
}

.li-img-w {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 290px;
  display: flex;
  overflow: hidden;
}

.li-txt-w {
  background-color: var(--buffalo);
  color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 8px;
  font-family: Cervino, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.li-txt-w.bean {
  background-color: var(--only-bean);
}

.li-txt-w.sriracha {
  background-color: var(--sriracha);
}

.li-txt-w.seasalt {
  background-color: var(--sea-salt);
}

.limits {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.spacer-100 {
  padding-top: 100px;
}

.section-compare {
  position: relative;
}

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

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

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

.faq-accordions {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  display: flex;
}

.accordion1_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  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;
}

.max-width-medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.headline-component.align-left {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.accordion-plus-w {
  border: 2px solid var(--border);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.plus-line-horizontal {
  background-color: #000;
  width: 12px;
  height: 2px;
  position: absolute;
}

.plus-line-vertical {
  background-color: #000;
  width: 2px;
  height: 12px;
  position: absolute;
}

.footer {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.footer.bean {
  overflow: visible;
}

.footer-graphic {
  width: 100%;
  max-width: 1440px;
  max-height: 222px;
}

.footer-graphic.mobile {
  display: none;
}

.footer-copyright {
  background-color: var(--dark-bean);
}

.copright-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.footer-links-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-divider {
  background-color: #fff;
  width: 1px;
  height: 22px;
}

.footer-link {
  color: #fff;
  font-family: Cervino, Impact, sans-serif;
  text-decoration: underline;
}

.footer-graphic-w {
  background-image: linear-gradient(0deg, var(--dark-bean) 49%, white 52%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-filler {
  object-fit: cover;
  object-position: 50% 23.6%;
  flex: 1;
  max-height: 222px;
}

.marquee-horizontal {
  z-index: 200;
  background-color: var(--only-bean);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.marquee-bean {
  margin-left: 40px;
  margin-right: 40px;
}

.marquee-hero {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-maquee-bullet {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.hero-marquee-bullet-icon {
  width: 14px;
  height: 14px;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.reviews-header {
  border-bottom: 1px solid #000;
}

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

.reviews-container {
  display: none;
}

.reviews-container.is-active {
  display: block;
}

.button-reviews {
  color: #2a2552;
  cursor: pointer;
  background-color: #0000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-bottom: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.button-reviews.is-active {
  background-color: var(--beige);
  border: 1px solid #000;
  border-bottom-color: #fff3cd;
}

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

.plyr-modal {
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.video-modal {
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.video-container {
  justify-content: center;
  align-items: center;
  width: 360px;
  display: flex;
  position: relative;
}

.section-reviews {
  background-color: #fff;
}

.review-video_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.plyr_cover-icon {
  color: #fff;
  width: 30%;
  height: 30%;
  line-height: 1;
}

.video-close {
  z-index: 888;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #010101;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.plyr_component {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.reviews-bean {
  height: 212px;
  position: absolute;
  inset: auto -4% -10% auto;
}

.flavor-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.flavor-card-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border);
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  padding-bottom: 14px;
  display: flex;
}

.flavor-card-w.is-current {
  border-width: 2px;
  border-color: var(--black);
  background-color: var(--beige);
}

.falvor-card-mockup-image {
  height: 100px;
}

.labels-slider {
  width: 100%;
  max-width: 940px;
  position: relative;
}

.labels-slider_holder {
  width: 100%;
  height: 100%;
}

.comparison-w {
  border-radius: 16px;
  width: 100%;
  max-width: 920px;
  padding: 30px 90px 50px;
  box-shadow: 0 4px 12px #00000014;
}

.comparison-row-w {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.comparison-row-w.grey {
  background-color: var(--grey);
}

.compare-value-w {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.compare-point-w {
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.compare-products {
  display: flex;
}

.compare-bean-w, .compare-other-w {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.compare-bean-img {
  width: 100%;
  max-width: 310px;
}

.healthish-bites-img {
  width: 100%;
  max-width: 220px;
}

.contain-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contain-1000.footer {
  position: relative;
  overflow: visible;
}

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

.listicle-author-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 20px;
  display: flex;
}

.la-img {
  width: 50px;
}

.listicle-note {
  border-left: 3px solid var(--only-bean);
  background-color: #e8ffb166;
  padding: 24px 40px 24px 24px;
}

.listicle-note-p {
  font-family: Cervino, Impact, sans-serif;
  font-size: 20px;
}

.spacer-60 {
  padding-top: 60px;
}

.listicle-row {
  display: flex;
}

.lr-txt-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.lr-img-w {
  width: 406px;
}

.span-green {
  color: var(--dark-bean);
}

.h2-listicle {
  max-width: 380px;
}

.h2-listicle.r2, .h2-listicle.r3 {
  max-width: 430px;
}

.listicle-rows {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.listicle-cta {
  background-color: #fffdf0;
}

.offer-cta-w {
  border: 2px dashed var(--only-bean);
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oc-txt-w {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px 40px 40px;
  display: flex;
}

.oc-img-w {
  background-color: #f9f9f9;
  width: 50%;
  height: 100%;
}

.hurry-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--red);
  background-color: #ffeaea;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 332px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.dealending {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  margin-top: 2px;
  padding: .25rem 1rem;
  font-family: Cervino, Impact, sans-serif;
  font-weight: 700;
  display: flex;
}

.span-timer {
  color: var(--red);
  margin-left: 4px;
}

.div-block-1335 {
  background-color: #9fcb3840;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
}

.listicle-cta-sale-badge {
  z-index: 3;
  color: #fff;
  background-color: #c80600;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 34px;
  display: flex;
  position: absolute;
  inset: -14px auto auto;
}

.bean-listicle-bottom {
  width: 285px;
  position: absolute;
  inset: auto auto 24px -100px;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a2552;
  border: 2px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 4.25rem;
  padding: 1rem 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-full {
  grid-column-gap: .75rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button.is-full.is-squared {
  background-color: #2a2552;
  border-radius: 8px;
}

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

.sticky_bar {
  z-index: 999;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -4px 4px #0000000a;
}

.contain-510 {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-component {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
  position: relative;
  box-shadow: 0 1px .5rem 12px #00000008;
}

.button-backs {
  background-color: var(--grey);
  color: #2a2552;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 2rem;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.bundle-selector-step {
  color: var(--black);
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar-wrapper {
  z-index: 500;
  color: #2a2552;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: static;
}

.navbar-wrapper.is-center {
  justify-content: center;
  position: relative;
}

.product_col-review {
  color: #fbaa19;
  display: flex;
}

.flavor_card-image_container {
  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;
  width: 100%;
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.flavor_card-image_container.seasalt {
  background-color: #2abce133;
}

.flavor_card-image_container.ranch {
  background-color: #6cc8cf33;
}

.flavor_card-image_container.wasabi {
  background-color: #849e4233;
}

.flavor_card-image_container.buffalo {
  background-color: #e6671d33;
}

.flavor_card-image_container.sriracha {
  background-color: #e9353233;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.flavor_add-btn {
  z-index: 2;
  background-color: var(--yellow);
  opacity: 0;
  pointer-events: none;
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flavor_add-btn.is-active {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  inset: 0%;
}

.prod-flex {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  color: #010101;
  border-radius: 0 0 4px 4px;
  justify-content: center;
  align-items: center;
  height: 1rem;
  padding-left: .35rem;
  padding-right: .5rem;
  font-size: .6rem;
  font-weight: 400;
  line-height: 1;
  display: none;
  position: absolute;
  bottom: -1.15rem;
  left: auto;
  right: auto;
}

.bb_product-info {
  z-index: 5;
  color: #2a2552;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.soo-p {
  color: #c7202e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.flavor-info {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  flex-direction: column;
  align-items: center;
  display: block;
  position: absolute;
  inset: .25rem .25rem auto auto;
}

.selector-step {
  border-bottom: 1px dashed #f4f4f4;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.selector-step.last-child {
  border-bottom-style: none;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

.spacer-xxsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

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

.flavor_qty-button {
  color: #2a2552;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.flavor_qty-button:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.flavor_qty-button.is-active {
  color: #fff;
  background-color: #2a2552;
}

.product-hero_content-wrapper {
  width: 100%;
  max-width: 480px;
}

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

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

.text-span-75 {
  margin-left: .15rem;
}

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

.card_icon-review {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
  position: relative;
  top: -1px;
}

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

.div-block-994 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.flavor2_quantity-container {
  background-color: #fcfcfc;
  border-radius: 100px;
  justify-content: center;
  width: 100%;
  max-width: 7rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  position: relative;
}

.flavor2_quantity-2 {
  border: 4px #fcfcfc;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.button-text._18 {
  font-size: 18px;
}

.padding-section-landing-mobile {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.selling-fast-label {
  color: var(--red);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c8050014;
  border-radius: 0 0 6px 6px;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -30px auto auto;
}

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

.low-stock-badge {
  color: #c8202f;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: .5rem;
  font-weight: 700;
  position: relative;
}

.flavor_card-image {
  z-index: 1;
  object-fit: contain;
  border-top-left-radius: 4px;
  width: 80%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.product-hero_photo-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-height: 110dvh;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.product-hero_photo-container.is-sticky {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  position: sticky;
  top: 110px;
}

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

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

.text-size-small {
  justify-content: center;
  align-items: center;
  font-size: .875rem;
}

.div-block-984 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flavor2_description {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 1rem;
  display: flex;
}

.product-selector_variant-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.sells-out-often-w {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0;
  display: flex;
}

.soo-lottie {
  width: 26px;
}

.nutrition-facts-w {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nutrition-facts-w.hide {
  display: none;
}

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

.accordion1_item-body-2.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion1_item-body-2.flex-center.full-width {
  flex-flow: column;
}

.div-block-937 {
  width: 100%;
  position: relative;
}

.nutrition-label-img {
  object-fit: contain;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.modal__headlines {
  font-size: 2rem;
  font-weight: 900;
}

.spacer-xsmall-3 {
  width: 100%;
  padding-top: 1rem;
}

.text-block-208 {
  color: #2a2552;
  background-color: #fff3d9;
  border-radius: 100px;
  padding: .25rem .5rem;
  font-size: .75rem;
}

.text-block-208.calories {
  background-color: #f5f5f5;
}

.text-block-208.sugar-free {
  background-color: #dff9e0;
}

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

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

.bb_modal-close {
  z-index: 10;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.bb_modal-close.dark {
  background-color: #2a2552;
}

.nutrition-modal {
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 680px;
  min-width: 380px;
  max-width: 380px;
  transition: opacity .2s cubic-bezier(.25, .8, .25, 1), transform .2s cubic-bezier(.25, .8, .25, 1);
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(.9);
}

.nutrition-modal.is-active {
  opacity: 100;
  pointer-events: auto;
}

.div-block-936 {
  flex-direction: column;
  display: flex;
}

.flavor-facts {
  z-index: 99999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nfp-ingredients {
  margin-top: 14px;
  font-size: 12px;
  display: block;
}

.image-114 {
  width: 160px;
  margin-bottom: 1rem;
}

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

.bb_modal-flavor {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.accordion1_item-title-2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 700;
}

.text-block-209 {
  font-weight: 700;
}

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

.list1_checkmark.is-green {
  color: #2ea07c;
}

.modal-popup {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-image: linear-gradient(to top, #fffaf5, #fff);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.flavor-add {
  pointer-events: none;
}

.bundle_modal-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem 2rem;
  display: flex;
}

.bundle_modal-content.co43-edit {
  padding-top: 1rem;
}

.bundle_modal-content.co43-edit.minus {
  padding-bottom: 1rem;
}

.sub-save-modal {
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 680px;
  min-width: 380px;
  max-width: 380px;
  transition: opacity .2s cubic-bezier(.25, .8, .25, 1), transform .2s cubic-bezier(.25, .8, .25, 1);
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(.9);
}

.accordion1_item-header-3 {
  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-3:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

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

.text-block-202 {
  font-size: 1.25rem;
  font-weight: 900;
}

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

.div-block-953 {
  margin-bottom: 1rem;
}

.bb_modal-image-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fafafa00;
  border-radius: 8px 8px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-top: 40%;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bb_modal-image-container.co43-edit {
  height: 150px;
  padding-top: 0%;
}

.bundle-list-checks {
  grid-row-gap: .25rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.div-block-961 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.super-backdrop {
  opacity: 0;
  background-color: #0000;
  transition: opacity .2s, background-color .1s cubic-bezier(.25, .8, .25, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.super-backdrop.is-active {
  z-index: 9999;
  opacity: 100;
  cursor: pointer;
  background-color: #0006;
  display: flex;
}

.total-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-size: 14px;
  display: flex;
}

.total-savings {
  color: var(--red);
  font-size: 14px;
  font-weight: 500;
}

.compare-at-price {
  color: #959595;
  text-decoration: line-through;
}

.flavor-guarantee-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 14px 10px;
  display: flex;
}

.fg-txt-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 290px;
  display: flex;
}

.rest-easy-img {
  width: 180px;
}

.flavor-name-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.low-stock-p {
  font-family: Cervino, Impact, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.flavor-selector-img-w {
  width: 100%;
  max-width: 780px;
  height: 100%;
}

.flavor-selector-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.custom-styles, .custom_css, .form-styles, .swiper-styles, .offer-styles, .global-styles, .show-mobile-landscape {
  display: none;
}

.nutrition-img {
  width: 90%;
}

.nutrition-img.mobile {
  display: none;
}

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

.h2-row-mobile {
  display: none;
}

.features-desktop-img {
  width: 100%;
}

.features-mobile {
  display: none;
}

.features-mobile-img {
  width: 100%;
  display: none;
}

.flavor-selector-servings-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.shipping-icon.inactive {
  opacity: .2;
}

.snack-bg-video {
  width: 100%;
  height: 300px;
}

.okendo-reviews-rating-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1361 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.okendo-stars {
  height: 26px;
}

.accordion-label {
  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;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

.accordion-label-w {
  width: 100%;
}

.nutrition-values-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nutrition-value {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1362 {
  padding-top: 20px;
}

.p-14 {
  font-size: 14px;
}

.modal-flavor-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .p-cervino._26 {
    font-size: 22px;
  }

  .p-cervino._36 {
    font-size: 28px;
  }

  .buybox-gallery-w {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .product-thumbnails-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product-slider_holder {
    max-width: 100%;
  }

  .product-slider_holder.product-gallery {
    height: auto;
  }

  .hide-tablet {
    display: none;
  }

  .quantity-selector {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sparkle {
    width: 30px;
    height: 30px;
    top: -29%;
    right: -18%;
  }

  .cta-p {
    font-weight: 900;
  }

  .product-heading {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .hero-top {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .offer-hero_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .offer-hero_wrapper.no-space {
    grid-row-gap: 0rem;
    padding-bottom: 40px;
  }

  .offer-hero_wrapper.overflow-visible {
    overflow: visible;
  }

  .swiper-button.onlybean {
    width: 3rem;
    height: 3rem;
    left: 0;
  }

  .swiper-button.onlybean.gallery-left {
    left: .5rem;
  }

  .swiper-button.onlybean.is-next {
    right: 0;
  }

  .swiper-button.onlybean.is-next.gallery {
    right: .5rem;
  }

  .hero-buybox {
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .buybox-wrap {
    width: 100%;
    max-width: 100%;
  }

  .swiper-slide {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .product-gallery-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .swiper-navigation.is-v4 {
    display: block;
    inset: auto auto 0% 50%;
  }

  .show-tablet {
    display: block;
  }

  .testimonial-anchor {
    margin-bottom: 2px;
  }

  .swiper-wrapper.is-product.mobile {
    height: 390px;
  }

  .ob-banner-img {
    max-width: 480px;
  }

  .media-logos {
    width: 100%;
  }

  .meter-bar {
    width: 80px;
  }

  .spacer-32 {
    height: 24px;
  }

  .spacer-80 {
    padding-top: 64px;
  }

  .content-row.bean-graph {
    justify-content: space-between;
    align-items: center;
  }

  .img-w.bean-graph {
    aspect-ratio: 1;
  }

  .img-full {
    object-fit: cover;
  }

  .img-full.r-16.shadow.bean-graph {
    aspect-ratio: 1;
    object-fit: contain;
  }

  .img-full.row {
    object-fit: cover;
  }

  .content-testimonial {
    padding-right: 32px;
  }

  .ct-img-w {
    max-width: 90px;
  }

  .spacer-40 {
    padding-top: 32px;
  }

  .spacer-20 {
    padding-top: 16px;
  }

  .bean-character {
    left: -20px;
  }

  .bean-character.right {
    right: -20px;
  }

  .h2-big.reviews {
    max-width: 400px;
  }

  .features-icon-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .features-icon {
    width: 70px;
    height: 70px;
  }

  .limits-huge {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-limits {
    font-size: 78px;
  }

  .limit-bean-img {
    max-height: 90px;
  }

  .li-img-w {
    height: 230px;
  }

  .li-txt-w {
    font-size: 24px;
  }

  .limits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .spacer-100 {
    padding-top: 80px;
  }

  .section-reviews {
    overflow: hidden;
  }

  .flavor-cards {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flavor-card-w {
    min-height: 160px;
  }

  .labels-slider_holder {
    max-width: 100%;
    height: auto;
  }

  .comparison-w {
    width: 90%;
    padding: 24px 72px 40px;
  }

  .compare-thumbs-down, .compare-thumbs-up {
    width: 24px;
  }

  .h1-listicle {
    font-size: 44px;
  }

  .lr-img-w {
    border-radius: 16px;
    flex: 1;
    overflow: hidden;
  }

  .oc-txt-w {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bean-listicle-bottom {
    display: none;
  }

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

  .sticky_bar {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .navbar-component {
    z-index: 250;
    min-height: 50px;
  }

  .button-backs {
    margin-left: 1rem;
  }

  .navbar-wrapper {
    z-index: 999;
    height: 65px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .flavor_container {
    grid-column-gap: 1rem;
  }

  .product-hero_content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .flavor_card-item {
    align-items: center;
    width: auto;
  }

  .flavor2_quantity-container {
    justify-content: center;
    align-items: center;
  }

  .padding-section-landing-mobile {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-landing-mobile.pt-0 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .product-hero_content {
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .product-hero_photo-container {
    border-bottom-width: 1px;
    border-bottom-color: #000;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .product-hero_photo-container.is-sticky {
    display: none;
    position: relative;
    top: 0;
  }

  .flavor_content.flavor_content-vertical {
    text-align: left;
    justify-content: flex-start;
  }

  .gift-container {
    z-index: 5;
    background-color: #fff;
    order: -1;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1rem 0;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .gift-container.is-relative {
    box-shadow: none;
    order: 0;
    position: relative;
  }

  .nutrition-label-img {
    height: 220px;
  }

  .h1-tablet {
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .div-block-1358 {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-1359 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .nutrition-img {
    max-width: 90%;
  }

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

  .snack-bg-video {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .p-cervino._64 {
    font-size: 56px;
  }

  .box-5.new {
    width: 1.65rem;
    min-width: 1.65rem;
    height: 1.65rem;
    min-height: 1.65rem;
  }

  .text-block-287.new {
    padding-left: 0;
    padding-right: 0;
  }

  .offer-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 62px;
  }

  .product-gallery-thumbnail-i {
    border-radius: 2px;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .product-thumbnails-holder {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-button_icon {
    width: .8rem;
    height: .8rem;
  }

  .product-gallery-i {
    object-fit: cover;
    width: 100%;
  }

  .sparkle {
    top: -24%;
    right: -20%;
  }

  .product-gallery-thumbnail {
    border-radius: 2px;
  }

  .product-heading {
    width: 100%;
  }

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

  .swiper-pagination.is-product_hero {
    height: 1.5rem;
  }

  .offer-hero_wrapper {
    grid-row-gap: 2rem;
  }

  .buybox-wrap {
    position: relative;
  }

  .swiper-slide {
    width: 100%;
  }

  .product-gallery-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: none;
  }

  .swiper-wrapper.is-product.mobile {
    height: 65vw;
  }

  .swiper-wrapper.is-product.mobile.pcf {
    height: 64vw;
  }

  .media-logos {
    width: 70%;
  }

  .media-logos.hide-mobile-landscape {
    display: none;
  }

  .content.flex.center.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .content.flex.spread-top.faq {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .meter-bar {
    width: 44px;
  }

  .spacer-80 {
    padding-top: 52px;
  }

  .spacer-80.special {
    padding-top: 32px;
  }

  .content-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .txt-w {
    width: 100%;
    padding-left: 0;
  }

  .txt-w.left {
    padding-right: 0;
  }

  .txt-w.align-top.hide-mobile-landscape {
    display: none;
  }

  .txt-w.align-top.h2-graph-mobile {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    padding-top: 0;
  }

  .img-w {
    width: 100%;
  }

  .img-w.bean-graph {
    aspect-ratio: auto;
    max-width: 560px;
  }

  .img-w.flip {
    order: -1;
  }

  .img-full.r-16.shadow.bean-graph {
    aspect-ratio: auto;
  }

  .spacer-40 {
    padding-top: 26px;
  }

  .spacer-20.hide-mobile-landscape {
    display: none;
  }

  .bean-character {
    bottom: -15px;
  }

  .h2-big.text-align-center.maxw-features {
    max-width: 550px;
  }

  .h2-big.faq {
    text-align: center;
  }

  .features-icon-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .features-icon {
    width: 12%;
    height: auto;
  }

  .feature-big-w {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 33%;
  }

  .features-big {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 16px;
  }

  .limits-huge.hide-mobile-landscape {
    display: none;
  }

  .h2-limits.mobile {
    text-align: center;
    font-size: 64px;
  }

  .li-img-w {
    height: 300px;
  }

  .limits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacer-100 {
    padding-top: 62px;
  }

  .faq-accordions {
    width: 100%;
  }

  .headline-component.align-left.faq {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .footer-graphic.desktop {
    display: none;
  }

  .footer-graphic.mobile {
    max-height: none;
    margin-top: 52px;
    display: block;
  }

  .footer-filler {
    display: none;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .review-video_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reviews-bean.hide-mobile-landscape {
    display: none;
  }

  .flavor-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
  }

  .flavor-card-w {
    width: 120px;
    min-height: 148px;
  }

  .falvor-card-mockup-image {
    height: 90px;
  }

  .comparison-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contain-1000.listicle-cta {
    max-width: 480px;
  }

  .listicle-note-p {
    font-size: 19px;
  }

  .spacer-60 {
    padding-top: 48px;
  }

  .listicle-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .lr-txt-w {
    padding-left: 0;
  }

  .lr-img-w {
    width: 100%;
  }

  .h2-listicle.hide-mobile-landscape {
    display: none;
  }

  .offer-cta-w {
    flex-flow: column;
  }

  .oc-txt-w {
    width: 100%;
    padding-top: 30px;
  }

  .oc-img-w {
    width: 100%;
  }

  .contain-510 {
    width: 100%;
    max-width: 400px;
  }

  .navbar-component {
    z-index: 250;
  }

  .spacer-xsmall-2 {
    padding-top: .75rem;
  }

  .flavor_container {
    grid-column-gap: 0rem;
    margin-top: 0;
  }

  .product-hero_content-wrapper {
    position: relative;
  }

  .flavor_card-item {
    flex-flow: wrap;
    align-items: center;
  }

  .flavor2_quantity-container {
    width: 100%;
    max-width: 6.875rem;
  }

  .padding-section-landing-mobile {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .flavor_content.flavor_content-vertical {
    justify-content: space-between;
    align-items: center;
  }

  .flavor2_description {
    max-width: 210px;
  }

  .nutrition-facts-w {
    padding-top: 0;
  }

  .nutrition-label-img {
    height: 200px;
  }

  .spacer-xsmall-3 {
    padding-top: .75rem;
  }

  .nutrition-modal {
    width: 100%;
  }

  .flavor-facts {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list1_item {
    margin-bottom: .15rem;
  }

  .list1_checkmark {
    margin-top: .125rem;
  }

  .sub-save-modal {
    width: 100%;
  }

  .show-mobile-landscape {
    width: 100%;
    display: flex;
  }

  .div-block-1359 {
    max-width: 410px;
  }

  .nutrition-img.desktop {
    display: none;
  }

  .nutrition-img.mobile {
    display: block;
  }

  .h2-row-mobile {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .h2-row-desktop, .features-desktop-img {
    display: none;
  }

  .features-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 540px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: grid;
  }

  .feature-w {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-name {
    background-color: var(--only-bean);
    text-align: center;
    border-radius: 4px;
    padding: 4px 10px 0;
    font-family: Cervino, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .feature-p {
    text-align: center;
    font-size: 15px;
  }

  .features-mobile-img {
    max-width: 460px;
    display: block;
  }

  .snack-bg-video {
    height: 310px;
  }
}

@media screen and (max-width: 479px) {
  .heading-small {
    font-size: 22px;
  }

  .p-cervino._18 {
    font-size: 17px;
  }

  .p-cervino._18.guarantee {
    font-size: 18px;
  }

  .p-cervino.c-white.copyright {
    font-size: 14px;
  }

  .p-cervino._36 {
    font-size: 24px;
  }

  .p-cervino._52 {
    font-size: 38px;
  }

  .p-cervino.nutri-values {
    font-size: 14px;
  }

  .box-5 {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
  }

  .box-5.new {
    height: 2rem;
    margin-left: 1px;
    margin-right: 1px;
  }

  .offer-secondary {
    height: 34px;
    font-size: 13px;
  }

  .holiday-clock {
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
  }

  .holiday-clock.new {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
  }

  .text-block-287 {
    padding-left: 0;
    padding-right: 0;
  }

  .clock-label-2 {
    font-size: .45rem;
  }

  .offer-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    height: 58px;
    position: relative;
  }

  .clock-number-4 {
    font-size: .8rem;
  }

  .product-thumbnails-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 95%;
  }

  .quantity-selector {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-rating-wrap {
    justify-content: center;
  }

  .sparkle {
    width: 24px;
    height: 24px;
    top: -8%;
    right: -18%;
  }

  .cta-p {
    font-weight: 900;
  }

  .select-flavors-w {
    margin-top: 6px;
  }

  .quantity-selector_price {
    line-height: 1;
  }

  .product-heading {
    padding-top: 1rem;
  }

  .testimonial1_text {
    padding-left: 8px;
  }

  .swiper-pagination.is-product_hero {
    height: 1.25rem;
  }

  .offer-hero_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .offer-hero_wrapper.no-space {
    grid-row-gap: 0rem;
    padding-bottom: 26px;
  }

  .full-nutri-p {
    font-size: 12px;
  }

  .swiper-button.onlybean {
    left: .5rem;
  }

  .swiper-button.onlybean.is-next {
    right: .5rem;
  }

  .buybox-wrap {
    position: relative;
  }

  .star-reviews {
    height: .85rem;
  }

  .product-gallery-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-wrapper.is-product.mobile, .swiper-wrapper.is-product.mobile.pcf {
    height: 65vw;
  }

  .media-logos {
    object-fit: contain;
    width: 90%;
  }

  .content.flex.center.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .content.flex.spread-top.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .limited-time {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .limited-time-meter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .meter-bar {
    flex: 1;
  }

  .spacer-32 {
    height: 22px;
    padding-top: 20px;
  }

  .spacer-80 {
    padding-top: 48px;
  }

  .spacer-80.special {
    padding-top: 16px;
  }

  .content-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .txt-w.align-top.show-mobile-landscape {
    padding-top: 0;
  }

  .img-w {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-testimonial {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 6px;
    padding-right: 16px;
  }

  .ct-txt-w {
    font-size: 15px;
  }

  .spacer-40 {
    padding-top: 22px;
  }

  .bean-character {
    width: 140px;
    left: 4px;
  }

  .bean-character.right {
    right: 4px;
  }

  .h2-big {
    font-size: 40px;
  }

  .h2-big.text-align-center.maxw-compare {
    max-width: 260px;
  }

  .h2-limits.mobile {
    font-size: 50px;
  }

  .limit-bean-img {
    max-height: 50px;
    margin-top: -50px;
    margin-left: -60px;
    margin-right: -60px;
  }

  .limit-bean-img.left {
    margin-left: 0;
  }

  .limit-bean-img.right {
    margin-right: 0;
  }

  .li-img-w {
    height: 250px;
  }

  .spacer-100 {
    padding-top: 50px;
  }

  .headline-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link {
    font-size: 14px;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .video-container {
    width: 70%;
  }

  .video-close {
    inset: auto auto -4rem;
  }

  .flavor-cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 400px;
  }

  .flavor-card-w {
    width: 100px;
  }

  .comparison-w {
    width: 90%;
    padding-top: 26px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .comparison-row-w {
    padding-left: 12px;
    padding-right: 12px;
  }

  .comparison-row-w.grey {
    padding-right: 12px;
  }

  .compare-thumbs-down, .compare-thumbs-up {
    width: 20px;
  }

  .compare-products {
    margin-bottom: 10px;
  }

  .compare-other-w {
    justify-content: flex-end;
    align-items: center;
  }

  .healthish-bites-img {
    max-width: 160px;
  }

  .h1-listicle {
    font-size: 39px;
  }

  .listicle-note {
    padding: 16px 20px 16px 16px;
  }

  .listicle-note-p {
    font-size: 18px;
  }

  .spacer-60 {
    padding-top: 40px;
  }

  .h2-listicle {
    font-size: 34px;
  }

  .oc-txt-w {
    padding-top: 24px;
  }

  .hurry-w {
    font-size: 14px;
  }

  .listicle-cta-sale-badge {
    max-width: 220px;
  }

  .button-backs {
    width: 2rem;
    height: 2rem;
  }

  .bundle-selector-step {
    font-size: 1.25rem;
  }

  .navbar-wrapper {
    height: 65px;
  }

  .flavor_card-image_container {
    min-width: 80px;
    max-width: 80px;
    min-height: 96px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .prod-flex {
    grid-column-gap: .25rem;
    color: #2a2552;
    align-items: center;
    font-size: .6rem;
    line-height: 1;
  }

  .bb_product-info {
    top: .5rem;
    left: .5rem;
  }

  .soo-p {
    font-size: 3.15vw;
  }

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

  .product-hero_content-wrapper {
    position: relative;
  }

  .flavor_card-item {
    flex-wrap: wrap;
    align-items: center;
    padding-right: .5rem;
  }

  .flavor_card-item-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .card_icon-review {
    width: .65rem;
    height: .65rem;
  }

  .flavor2_quantity-container {
    align-items: center;
    width: 100%;
    max-width: 6rem;
    height: 2.1875rem;
  }

  .flavor2_quantity-2 {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
    max-width: 6.25rem;
    display: flex;
    overflow: visible;
  }

  .button-text {
    font-weight: 900;
  }

  .padding-section-landing-mobile {
    padding-top: 1.5rem;
  }

  .selling-fast-label {
    top: -31px;
  }

  .low-stock-badge {
    color: #c8202f;
  }

  .flavor_card-image {
    width: 95%;
  }

  .product-hero_photo-container {
    align-items: center;
  }

  .flavor_content {
    width: 100%;
    display: flex;
  }

  .gift-container {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flavor2_description {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: .75rem;
    display: flex;
  }

  .product-selector_variant-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .sells-out-often-w {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .soo-lottie {
    width: 5.5vw;
  }

  .accordion1_item-body-2.flex-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .accordion1_item-body-2.flex-center.full-width {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .nutrition-label-img {
    height: 220px;
  }

  .nutrition-modal {
    width: 90%;
    min-width: auto;
  }

  .nfp-ingredients {
    font-size: 8px;
  }

  .image-114 {
    width: 120px;
  }

  .list1_item {
    margin-top: -.1rem;
  }

  .list1_checkmark {
    margin-top: 0;
  }

  .bundle_modal-content.co43-edit {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .bundle_modal-content.co43-edit.minus {
    height: auto;
    padding-bottom: .5rem;
  }

  .sub-save-modal {
    width: 90%;
    min-width: auto;
  }

  .text-block-202 {
    flex: 1;
  }

  .bb_modal-image-container {
    height: 130px;
    padding-top: 45%;
  }

  .bb_modal-image-container.co43-edit {
    height: 130px;
  }

  .super-backdrop.is-active {
    z-index: 9999;
  }

  .total-savings {
    font-size: 3.15vw;
  }

  .flavor-guarantee-w {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
  }

  .fg-txt-w {
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .rest-easy-img {
    width: 150px;
  }

  .flavor-name-w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .low-stock-p {
    font-size: 12px;
  }

  .h1-tablet {
    margin-bottom: 4px;
    font-size: 34px;
  }

  .h2-row-mobile {
    margin-bottom: 16px;
  }

  .h2-row-mobile.row1 {
    max-width: 320px;
  }

  .h2-row-mobile.row2 {
    max-width: 270px;
  }

  .h2-row-mobile.row3 {
    max-width: 240px;
  }

  .features-mobile {
    grid-row-gap: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .feature-w {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-name {
    font-size: 18px;
  }

  .feature-p {
    font-size: 13px;
  }

  .copyright-icon {
    width: 14px;
  }

  .snack-bg-video {
    height: 260px;
  }
}

#w-node-_01728ce8-3c2c-53d7-f061-11446331a653-fbf97578, #w-node-_01728ce8-3c2c-53d7-f061-11446331a65e-fbf97578, #w-node-caff0e14-b369-89d6-4c2d-9f09a27c5536-fbf97578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2d43cb-208f-0cfa-35d3-7eb7a999d367-fbf97579 {
  align-self: stretch;
}

#w-node-_01728ce8-3c2c-53d7-f061-11446331a653-f7f0004f, #w-node-_01728ce8-3c2c-53d7-f061-11446331a65e-f7f0004f, #w-node-caff0e14-b369-89d6-4c2d-9f09a27c5536-f7f0004f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_2b2d43cb-208f-0cfa-35d3-7eb7a999d367-fbf97579 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-ThinNeue.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-MediumNeueItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-ThinNeueItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-ExtraBoldNeue.ttf') format('truetype'), url('../fonts/Cervino-BoldNeue.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-MediumNeue.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-RegularNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-ExtraLightNeueItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-BlackNeue.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-LightNeue.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-ExtraLightNeue.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-BoldNeueItalic.ttf') format('truetype'), url('../fonts/Cervino-ExtraBoldNeueItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-BlackNeueItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-RegularNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-LightNeueItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-SemiBoldNeueItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cervino';
  src: url('../fonts/Cervino-SemiBoldNeue.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}