/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,800;1,400&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.green {
  background-color: #9ac638;
}

.purple {
  background-color: #B68FCC;
}

.orange {
  background-color: #FC8E44;
}

.colored-button {
  min-height: 210px;
  max-height: 210px;
  padding: 10px;
  text-align: center;
  color: white;
  border-radius: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.colored-button p {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.colored-button-row {
  padding: 20px 0;
}

body, h1, h2, h3 {
  font-family: "Barlow Condensed", sans-serif;
}

.modal-content {
  background-color: #FC8E44;
  padding: 10px;
  border-radius: 12px;
}
.modal-content form {
  text-align: center;
}
.modal-content .modal-footer button {
  background-color: #4E2F15FF;
}
.modal-content input {
  padding: 15px !important;
}
.modal-content .mc-field-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-header, .modal-footer {
  border: none;
}

h1 {
  font-size: 3rem;
}

.sb {
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
  color: #EB0D8C;
}

p {
  font-size: 1.05rem;
}

.st-btn {
  background: none !important;
}

.amazon {
  width: 100px;
  float: right;
}
.amazon p {
  text-align: right;
  margin: 2px 4px 0 4px;
  font-size: 0.5rem;
}

nav {
  background-color: white;
  font-weight: bold;
  color: #EB0D8C;
}
.nav-item .active {
  color: #8b0a53;
}
.nav-item a {
  font-weight: bold;
  text-transform: uppercase;
  color: #EB0D8C;
}
.nav-item a:hover {
  color: #8b0a53;
}

.info-bar {
  background-color: #EB0D8C;
  color: white;
  padding: 5px;
  text-align: center;
}

.enbc {
  background-color: #E5BD07;
  color: black;
}
.enbc .mc-field-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.enbc input {
  width: 100%;
}
.enbc h3 {
  font-weight: 600;
  font-size: 1.25rem;
}
.enbc .fp p {
  color: black;
  font-size: 0.85rem;
}

.big h1 {
  font-size: 60px;
}

.promos {
  background-color: #BBBE69;
  padding-bottom: 20px;
  color: black;
}
.promos #mc_embed_signup input {
  border-radius: 4px;
}
.promos #mc_embed_signup input[type=submit] {
  width: 100px;
  color: #BBBE69;
  font-weight: bold;
}
.promos h1, .promos h2, .promos h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  color: white;
}
.promos h5 {
  text-align: center;
  margin-bottom: 20px;
}
.promos h3 {
  font-weight: 600;
  font-size: 1.25rem;
}
.promos .subscribe-info h4 {
  text-align: left;
}
.promos .fp p {
  color: black;
  font-size: 0.85rem;
}

.sustainable {
  padding: 40px 0;
  background-color: #A7DBD9;
}

.page-signup .mc-field-group {
  text-align: right;
  margin-bottom: 10px;
}
.page-signup input {
  width: 80%;
}

#mc_embed_signup {
  margin-top: 5px;
}
#mc_embed_signup input {
  border-radius: 12px;
  padding: 5px 20px;
  border: none;
}

.findus {
  color: #378654;
  padding: 40px 0;
  background-color: #E5BDA1;
}
.findus .btns {
  margin-top: 50px;
}
.findus .btns h3 {
  margin-bottom: 20px;
}
.findus a {
  color: white;
}
.findus h1, .findus h3 {
  color: #378654;
}
.findus h1, .findus h2 {
  font-weight: 600;
  margin-top: 0;
}
.findus h2 {
  font-size: 2.5rem;
}
.findus h3, .findus h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
.findus h4 {
  font-size: 1.5rem;
}
.findus .wf-img {
  padding-top: 10px;
}
.findus p {
  font-size: 1.1rem;
}
.findus .locator {
  color: #378654;
  margin-top: 20px;
}
.findus .locator h4 a {
  color: #378654;
}
.findus .locator img {
  width: 55px;
}

/* Start Homepage Specific */
.about {
  background-color: #A499C0;
  color: white;
}
.about a {
  color: white;
}
.about a:hover {
  color: black;
}
.about h1 {
  font-weight: bold;
  text-align: left;
}
.about .vegan {
  padding-bottom: 20px;
}
.about .about-info {
  padding: 40px 0;
}

.yt-video {
  background-color: #A499C0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.yt-video iframe {
  pointer-events: none;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enbc-link {
  position: relative;
}
.enbc-link img {
  margin: 10px;
  max-width: 75px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

/* End Homepage Specific */
.sustain-btn img {
  max-width: 200px;
}

footer {
  background-color: #EB0D8C;
  color: white;
}
footer .mc-field-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer-join .text-end {
  text-align: center !important;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer #mc_embed_signup input {
  font-family: "Barlow Condensed", sans-serif !important;
  border-radius: 24px;
  padding: 8px 24px;
  border: none;
}
footer #mc_embed_signup input[type=submit] {
  font-weight: 600;
  margin-left: 10px;
  padding: 8px 24px;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
}
footer .cr-section {
  padding: 20px 0;
  margin-bottom: -20px;
}
footer .cr-section p {
  margin: 0;
}

.img-fill {
  display: block;
  width: 100%;
  height: auto;
}

.product {
  padding: 40px;
  color: white;
}
.product .product-title h1 {
  font-weight: 600;
}
.product .main {
  min-height: 400px;
}
.product h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.product .tagline {
  max-width: 400px;
}
.product .badges {
  margin-bottom: 10px;
}
.product .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.product .nav-tabs a {
  color: white;
  font-weight: 600;
}

.home {
  background-color: #FAABBE;
}

.about {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .enbc-link img {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .amazon {
    width: 250px;
    float: right;
  }
  .amazon p {
    margin: 0 8px 0 8px;
    font-size: 0.65rem;
  }

  .enbc-link img {
    max-width: 150px;
  }

  footer .footer-join .text-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .enbc-link img {
    max-width: 225px;
  }
}
@media (min-width: 1200px) {
  .product {
    position: relative;
    padding: 40px;
    color: white;
  }
  .product .main {
    min-height: 400px;
  }
  .product h1 {
    position: absolute;
    top: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  .product .tagline {
    position: absolute;
    top: 80px;
  }
  .product .sku {
    position: absolute;
    top: 140px;
  }
  .product .badges {
    position: absolute;
    top: 170px;
  }
  .product .about-text {
    position: absolute;
    top: 240px;
    max-width: 400px;
  }
  .product .nav-tabs {
    border-bottom: 2px solid #dee2e6;
  }
  .product .nav-tabs a {
    color: white;
    font-weight: 600;
  }
}
.sustain-btn img {
  background-image: none !important;
  border-radius: 12px;
  border: white solid 1px;
}

.gradient-caramel {
  background-color: #CCA983;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #CCA983, #E9C59F);
}

.gradient-apple {
  background-color: #78743E;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #78743E, #C9C586);
}

.gradient-blueberry {
  background-color: #8b82ab;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #8b82ab, #b8b1d0);
}

.gradient-peanut {
  background-color: #C68C32;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #C68C32, #DCA048);
}

.gradient-mint {
  background-color: #70D3DA;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #70D3DA, #99E5EA);
}

.gradient-strawberry {
  background-color: #F48EA1;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #F48EA1, #FEB0C2);
}

.gradient-vanilla {
  background-color: #121114;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #121114, #494649);
}

.gradient-choc {
  background-color: #BD8963;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #BD8963, #d0a57e);
}

#scene {
  z-index: 1;
  padding-bottom: 40px;
}

.about-text {
  z-index: 2;
}

.tab-pane {
  margin-top: 40px;
}

strong {
  font-weight: 600;
}

#nutrition {
  max-width: 500px;
  text-align: center;
}

@media (min-width: 992px) {
  #reviews .container {
    max-width: 992px;
  }
}
#reviews img {
  border-radius: 12px;
  max-width: 56px;
}
#reviews .info {
  text-align: right;
}
#reviews .review-content {
  text-indent: 5%;
}
#reviews .review-container {
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.031);
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
