@import url("https://fonts.googleapis.com/css?family=Montserrat:300,700&display=swap");
/*
font-family: 'Merriweather', serif;
font-family: 'Merriweather Sans', sans-serif;
*/
h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.5rem; }

h1, h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 120%; }

h3 {
  font-family: 'Montserrat', sans-serif; }

p {
  font-family: 'Montserrat', sans-serif; }

a {
  font-family: 'Montserrat', sans-serif; }

body {
  font-family: 'Montserrat', sans-serif; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul {
  margin: 0px;
  padding: 0px; }

.clear {
  display: block;
  clear: both; }

a:-webkit-any-link {
  color: #3D2A55; }

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  cursor: pointer; }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff; }

.flip-card-back {
  transform: rotateY(180deg);
  background-color: #fff;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.shopify-buy__layout-vertical,
.shopify-buy__btn-and-quantity {
  text-align: left !important; }

.btn {
  /*min-width: 50px;*/
  height: 5em;
  margin: 2em auto;
  border-radius: 500px;
  color: #3D2A55;
  background-color: #D1D943;
  padding: 10px 15px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-emphasis: center;
  transition: all 0.4s ease; }

.btn:hover {
  transform: scale(1.5);
  opacity: 0.7; }

/* progress*/
.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%; }

/*
  Hamburger menu start
*/
.menu-opener {
  padding: 0px 0px;
  text-align: center;
  margin: 0px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  font-weight: bold;
  top: 10px;
  right: 10px; }
  .menu-opener .link-name {
    color: #D1D943;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    transform: translateY(-2px); }

.hamburger {
  position: relative;
  margin-left: 10px;
  width: 40px;
  height: 30px;
  padding: 0px;
  outline: none;
  border: 0px;
  display: inline-block;
  overflow: hidden;
  padding: 3px; }

.hamburger span {
  height: 2px;
  width: 30px;
  left: 5px;
  position: absolute;
  background-color: #D1D943;
  transition: all 0.4s; }

.hamburger span:nth-child(1) {
  top: 4px; }

.hamburger span:nth-child(2) {
  top: 14px; }

.hamburger span:nth-child(3) {
  top: 24px; }

.menu-opener.is-open .hamburger span:nth-child(1) {
  transform: translateY(10px) translateX(0) rotate(45deg); }

.menu-opener.is-open .hamburger span:nth-child(2) {
  transform: translateY(0px) translateX(-35px); }

.menu-opener.is-open .hamburger span:nth-child(3) {
  transform: translateY(-10px) translateX(0) rotate(-45deg); }

nav.top {
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute; }

nav.top .menu {
  visibility: hidden;
  opacity: 0;
  /*transition: all 0.4s;*/
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: block;
  transition: opacity 0.4s ease, visibility 0.4s ease 0.4, width 0.4s ease 0.4, height 0.4s ease 0.4; }

nav.top .menu li {
  list-style: none;
  text-align: center;
  padding: 5px 0px;
  transition: all 1s;
  margin: 0px;
  position: relative;
  display: block;
  height: 20px;
  line-height: 100%; }

nav.top .menu li a {
  text-decoration: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

nav.top.active .menu {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9999;
  box-sizing: border-box; }

nav.top.active {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9; }

nav.top.active .menu li {
  display: block; }

main {
  position: relative; }

nav.top .menu li:nth-child(1) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity .4s ease-out 0.4s, padding .4s ease-out 0.4s; }

nav.top .menu li:nth-child(2) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity .4s ease-out 0.45s, padding .4s ease-out 0.45s; }

nav.top .menu li:nth-child(3) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity 0.4s ease-out 0.5s, padding .4s ease-out 0.5s; }

nav.top .menu li:nth-child(4) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity .4s ease-out 0.55s, padding .4s ease-out 0.55s; }

nav.top .menu li:nth-child(5) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity .4s ease-out 0.60s, padding .4s ease-out 0.60s; }

nav.top .menu li:nth-child(6) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity .4s ease-out 0.65s, padding .4s ease-out 0.65s; }

nav.top .menu li:nth-child(7) a {
  opacity: 0;
  padding-right: 20px;
  transition: opacity .4s ease-out 0.7s, padding .4s ease-out 0.7s; }

nav.top .menu li a {
  opacity: 0;
  padding-right: 20px; }

nav.top.active .menu li a {
  opacity: 1;
  padding-right: 0px; }

/* Hamburger menu end */
/*
* HEADER STYLE
*/
header {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  box-sizing: border-box;
  background-color: #3d2a55;
  display: flex;
  flex-basis: max-content;
  transition: all 0s ease-in;
  z-index: -1;
  /* animation to show menu and transparency of banner*/ }
  header .main_nav {
    width: 100%;
    padding: 20px;
    min-height: 225px;
    box-sizing: border-box;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    z-index: 0;
    position: relative;
    display: block; }
    header .main_nav .logo-space {
      position: relative;
      width: 100%;
      z-index: 5;
      left: 30;
      right: 20; }
      header .main_nav .logo-space .logo {
        width: 185px;
        display: inline-block;
        z-index: 6; }
    header .main_nav .links-space {
      position: relative;
      display: flex;
      flex: 0;
      flex-basis: max-content;
      flex-grow: inherit;
      opacity: 0;
      visibility: hidden;
      display: none;
      width: 100%;
      align-items: stretch;
      left: 0;
      right: 0;
      z-index: 1;
      transition: all 0.4s ease-in; }
      header .main_nav .links-space .title {
        width: calc(100% - 200px);
        align-items: stretch;
        display: flex;
        vertical-align: center;
        align-items: center; }
        header .main_nav .links-space .title a h2 {
          vertical-align: center;
          color: #D1D943;
          font-size: 28px;
          margin-left: 30px;
          transition: all ease 0.5s; }
        header .main_nav .links-space .title a:hover h2 {
          color: #fff; }
      header .main_nav .links-space .links {
        width: 200px;
        padding-top: 30px; }
        header .main_nav .links-space .links ul {
          display: block;
          text-align: left;
          width: fit-content;
          padding-left: 30px;
          box-sizing: border-box; }
          header .main_nav .links-space .links ul li {
            margin-bottom: 30px;
            display: block;
            position: relative;
            transition: All 0.3s ease;
            font-weight: bold; }
            header .main_nav .links-space .links ul li.active a {
              color: #D1D943; }
            header .main_nav .links-space .links ul li a {
              color: #fff;
              font-size: 14px;
              text-align: center;
              border: none;
              transition: All 0.3s ease; }
              header .main_nav .links-space .links ul li a:hover {
                color: #D1D943; }
  header.show {
    background-color: rgba(61, 42, 85, 0.9);
    z-index: 2; }
    header.show .links-space {
      display: flex;
      flex: 1;
      flex-basis: max-content;
      flex-grow: inherit;
      opacity: 1;
      visibility: visible; }

@media screen and (max-width: 640px) {
  header .main_nav .links-space {
    margin-top: 20px; }
    header .main_nav .links-space .title h2 {
      font-size: 18px;
      margin-left: 10px; } }

@media screen and (max-width: 481px) {
  header {
    top: 0px;
    left: 0px;
    right: 0px; }
    header .main_nav .menu-opener .link-name {
      display: none; }
    header .links-space .links {
      width: 150px;
      margin-left: 50px; } }

footer {
  background-color: #D1D943;
  min-height: 10vh;
  width: 100%;
  position: relative;
  color: #efefef;
  font-size: 1.5rem;
  line-height: 120%;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 30px;
  margin-top: 80px;
  display: flex;
  box-sizing: border-box;
  /*Animate footer images*/ }
  footer .footer_coconut {
    position: absolute;
    left: 130px;
    width: 220px;
    top: 200px;
    opacity: 0.5;
    transition: all 0.6s ease-out;
    transition-delay: 0.3s; }
  footer .footer_peal {
    position: absolute;
    width: 180px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    transition: all 0.6s ease-out;
    transition-delay: 0.3s; }
  footer.is-visible .footer_peal {
    top: -55px;
    opacity: 1; }
  footer.is-visible .footer_coconut {
    left: 180px;
    opacity: 1; }
  footer .logo {
    display: inline-block;
    box-sizing: border-box;
    width: 30%; }
    footer .logo a img {
      width: 180px; }
  footer .title {
    box-sizing: border-box;
    display: inline-block;
    width: 40%;
    text-align: center; }
    footer .title h2 {
      color: #3D2A55;
      margin-top: 140px;
      margin-bottom: 50px; }
    footer .title .btn {
      background-color: #3D2A55;
      color: #D1D943;
      font-size: 16px;
      padding: 12px 20px; }
  footer .links {
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    padding-left: 50px; }
    footer .links ul {
      list-style: none; }
      footer .links ul li {
        margin-bottom: 15px; }
        footer .links ul li a,
        footer .links ul li a:active,
        footer .links ul li a:visited,
        footer .links ul li a.active {
          font-weight: 700;
          font-size: 14px; }
    footer .links p {
      color: #3D2A55;
      margin-top: 40px;
      font-size: 14px; }
    footer .links ul.social {
      margin-top: 30px;
      width: 100%;
      text-align: left;
      position: relative;
      display: block; }
      footer .links ul.social li {
        width: 20px;
        margin-right: 15px;
        margin-bottom: 0px;
        display: inline-block;
        position: relative; }
        footer .links ul.social li a img {
          width: 100%; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 0.875rem;
  line-height: 120%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  /*background: #b3d4fc;*/
  text-shadow: none; }

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

:focus {
  outline-color: transparent; }

/*
 * 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; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1,
h2,
h3 {
  margin: 0px;
  padding: 0px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #ffffff;
  color: #3D2A55; }

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

.container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

#my-hero {
  margin-top: 155px;
  height: calc(100% - 255px);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0.3;
  transition: all 1s ease; }
  #my-hero.is-visible {
    opacity: 1; }
  #my-hero img {
    width: 100%;
    margin-top: -55px; }
  #my-hero h1 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: 800;
    line-height: 120%; }
  #my-hero h2 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%; }
  #my-hero.subpage {
    margin-bottom: 100px; }
    #my-hero.subpage img {
      margin-top: 0px; }
    #my-hero.subpage h2 {
      color: #D1D943;
      font-weight: 700;
      margin-top: 20px;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      font-size: 48px; }
    #my-hero.subpage h3 {
      margin-bottom: 30px;
      line-height: 120%;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      font-size: 28px;
      font-weight: 300; }
    #my-hero.subpage .btn {
      background-color: #3D2A55;
      color: #D1D943; }

.product {
  margin-bottom: 100px; }
  .product > h2 {
    text-transform: uppercase;
    color: #e6bf99;
    font-size: 48px;
    text-align: center;
    max-width: 760px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
    transform: translateY(50px);
    transition: all 0.8s ease;
    transition-delay: 0.3s; }
  .product > h3 {
    max-width: 760px;
    font-weight: 300;
    line-height: 120%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transform: translateY(50px);
    transition: all 0.8s ease;
    transition-delay: 0.3s; }
  .product .ingredients {
    display: flex;
    margin-top: 100px; }
    .product .ingredients .image {
      flex: 5;
      padding-left: 70px;
      padding-right: 50px;
      opacity: 0.5;
      transform: translateX(-50px);
      transition: all 0.8s ease;
      transition-delay: 0.3s; }
      .product .ingredients .image img {
        width: 100%; }
  .product .details {
    flex: 7;
    padding-left: 30px;
    opacity: 0.5;
    transform: translateX(50px);
    transition: all 0.8s ease;
    transition-delay: 0.3s; }
    .product .details h3 {
      text-align: left;
      color: #e6bf99;
      font-size: 28px;
      margin-bottom: 30px;
      font-weight: 700; }
    .product .details p {
      font-size: 18px;
      line-height: 150%; }
      .product .details p.note {
        font-size: 13px; }
  .product.is-visible > h2 {
    transform: translateY(0px);
    opacity: 1; }
  .product.is-visible > h3 {
    transform: translateY(0px);
    opacity: 1; }
  .product.is-visible .ingredients .image {
    transform: translateX(0px);
    opacity: 1; }
  .product.is-visible .ingredients .details {
    transform: translateX(0px);
    opacity: 1; }
  .product .nutrition-p {
    margin-top: 50px;
    /* border-top: 1px solid green;
    border-bottom: 1px solid red;*/ }
    .product .nutrition-p .circles {
      display: flex;
      justify-content: center; }
      .product .nutrition-p .circles .item {
        flex: 1;
        position: relative;
        display: flex;
        justify-items: center;
        align-items: center; }
        .product .nutrition-p .circles .item .circle {
          margin-left: auto;
          margin-right: auto;
          height: 120px;
          width: 120px;
          border-radius: 50%;
          border: 2px solid #e6e6e6;
          color: #3D2A55;
          display: inline-block;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          transform: scale(1);
          transition: all 0.5s ease-out;
          transition-delay: 0.5s; }
          .product .nutrition-p .circles .item .circle .data h3 {
            flex-basis: 100%;
            font-size: 26px;
            font-weight: 700;
            line-height: 100%; }
          .product .nutrition-p .circles .item .circle .data h4 {
            flex-basis: 100%;
            padding: 0px;
            margin: 0px;
            margin-top: 5px;
            font-size: 18px;
            font-weight: 300;
            line-height: 100%; }
      .product .nutrition-p .circles .loader {
        position: absolute;
        top: -2px;
        left: 50%; }
        .product .nutrition-p .circles .loader.p_calories {
          transform: translateX(-50%) rotate(40deg); }
        .product .nutrition-p .circles .loader.p_fat {
          transform: translateX(-50%) rotate(90deg); }
        .product .nutrition-p .circles .loader.p_protein {
          transform: translateX(-50%) rotate(120deg); }
        .product .nutrition-p .circles .loader.p_sugars {
          transform: translateX(-50%) rotate(90deg); }
        .product .nutrition-p .circles .loader.p_carbs {
          transform: translateX(-50%) rotate(0deg); }
        .product .nutrition-p .circles .loader.p_fiber {
          transform: translateX(-50%) rotate(270deg); }
    .product .nutrition-p .specs {
      margin-top: 50px;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      /*&::before{
        content: "";
        width: 42%;
        display: inline-block;
      }*/ }
      .product .nutrition-p .specs > .offset {
        flex: 5;
        padding-left: 70px;
        padding-right: 50px; }
      .product .nutrition-p .specs .data {
        flex: 7;
        padding-left: 30px; }
        .product .nutrition-p .specs .data h3 {
          color: #e6bf99;
          font-weight: 700;
          text-align: left;
          font-size: 28px;
          margin-bottom: 20px; }
        .product .nutrition-p .specs .data .items {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%; }
          .product .nutrition-p .specs .data .items .offset {
            width: 20%; }
          .product .nutrition-p .specs .data .items .item {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            font-size: 16px;
            line-height: 150%;
            width: 40%; }
            .product .nutrition-p .specs .data .items .item .label {
              flex: 3; }
            .product .nutrition-p .specs .data .items .item .value {
              flex: 1;
              text-align: right; }
  .product.strawberry h2 {
    color: #e32080; }
  .product.strawberry .ingredients .details h3 {
    color: #e32080; }
  .product.strawberry .nutrition-p .specs .data h3 {
    color: #e32080; }
  .product.lime_berry h2 {
    color: #d1d943; }
  .product.lime_berry .ingredients .details h3 {
    color: #d1d943; }
  .product.lime_berry .nutrition-p .specs .data h3 {
    color: #d1d943; }
  .product.coconut h2 {
    color: #8a4f4b; }
  .product.coconut .ingredients .details h3 {
    color: #8a4f4b; }
  .product.coconut .nutrition-p .specs .data h3 {
    color: #8a4f4b; }
  .product.lemon_raspberry h2 {
    color: #fce800; }
  .product.lemon_raspberry .ingredients .details h3 {
    color: #fce800; }
  .product.lemon_raspberry .nutrition-p .specs .data h3 {
    color: #fce800; }
  .product.mixed_berry h2 {
    color: #c9a1ca; }
  .product.mixed_berry .ingredients .details h3 {
    color: #c9a1ca; }
  .product.mixed_berry .nutrition-p .specs .data h3 {
    color: #c9a1ca; }

#nutrition-facts {
  display: block;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  padding-top: 10px; }
  #nutrition-facts h2 {
    text-align: center;
    color: #D1D943;
    font-size: 48px;
    margin-bottom: 50px; }
  #nutrition-facts .container {
    display: flex;
    justify-items: center;
    align-items: center;
    overflow-x: visible;
    position: relative; }
    #nutrition-facts .container::before {
      content: '';
      position: absolute; }
  #nutrition-facts .item {
    position: relative;
    flex: 1;
    justify-items: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    height: 400px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    align-items: center;
    overflow: visible; }
    #nutrition-facts .item .title {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-size: 28px;
      color: #3D2A55;
      width: 100%; }
      #nutrition-facts .item .title.up {
        top: -20px; }
      #nutrition-facts .item .title.down {
        bottom: -45px; }
    #nutrition-facts .item .subtitle {
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 18px;
      color: #3D2A55;
      width: 100%; }
      #nutrition-facts .item .subtitle.up {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 18px;
        color: #3D2A55;
        width: 100%; }
      #nutrition-facts .item .subtitle.down {
        top: unset;
        bottom: -15px; }
    #nutrition-facts .item.left {
      position: absolute;
      /* top: 0; */
      left: -10%;
      /* bottom: 0; */
      z-index: 99;
      background-image: url(../images/semi-circle.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      width: 33%;
      background-color: #CDDC39; }
    #nutrition-facts .item::before {
      padding-top: 100%; }
    #nutrition-facts .item .bck {
      background-image: url(../images/semi-circle.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: inherit;
      height: 100%;
      z-index: -1;
      box-sizing: border-box;
      overflow: visible;
      background-position-y: -100%;
      transition: all 0.5s ease-out; }
    #nutrition-facts .item:first-child .bck::before {
      content: "";
      background-image: url(../images/semi-circle.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: -100%;
      left: 0;
      right: 0;
      width: inherit;
      height: 100%;
      z-index: -1;
      box-sizing: border-box;
      transform: rotate(180deg) translateX(100%);
      background-position-y: -100%;
      transition: all 0.5s ease-out; }
    #nutrition-facts .item:last-child .bck::before {
      content: "";
      background-image: url(../images/semi-circle.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: -100%;
      left: 0;
      right: 0;
      width: inherit;
      height: 100%;
      z-index: -1;
      box-sizing: border-box;
      transform: rotate(180deg) translateX(-100%);
      background-position-y: -100%;
      transition: all 0.5s ease-out; }
    #nutrition-facts .item:nth-child(even) .bck {
      content: '';
      background-image: url(../images/semi-circle.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: inherit;
      height: 100%;
      z-index: -1;
      box-sizing: border-box;
      transform: rotate(180deg);
      transform-origin: top; }
    #nutrition-facts .item .loader {
      position: absolute;
      transform: rotate(90deg); }
    #nutrition-facts .item .circle {
      height: 180px;
      width: 180px;
      border-radius: 50%;
      background-color: #3D2A55;
      color: #fff;
      display: inline-block;
      text-align: center;
      box-shadow: 0 0 10px #000;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      transform: scale(0);
      transition: all 0.5s ease-out;
      transition-delay: 0.5s; }
      #nutrition-facts .item .circle img {
        width: 100%;
        height: 100%;
        margin: 15px; }
      #nutrition-facts .item .circle .data h3 {
        flex-basis: 100%;
        font-size: 36px;
        font-weight: 700;
        line-height: 100%; }
      #nutrition-facts .item .circle .data h4 {
        flex-basis: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
        font-size: 18px;
        font-weight: 300;
        line-height: 100%; }
  #nutrition-facts.is-visible .circle {
    transform: scale(1); }
  #nutrition-facts.is-visible .bck,
  #nutrition-facts.is-visible .item:first-child .bck::before,
  #nutrition-facts.is-visible .item:last-child .bck::before {
    background-position-y: 0px; }
  #nutrition-facts.nutrition-fact-bottom {
    margin-top: -50px;
    padding-bottom: 10px; }
    #nutrition-facts.nutrition-fact-bottom .loader.proteins {
      transform: rotate(220deg); }
    #nutrition-facts.nutrition-fact-bottom .loader.calories {
      transform: rotate(310deg); }
    #nutrition-facts.nutrition-fact-bottom .loader.sugar {
      transform: rotate(270deg); }

#desc {
  margin-top: 10px;
  z-index: 2;
  text-align: center; }
  #desc h3 {
    text-align: center;
    font-size: 28px; }
  #desc p {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
    max-width: 765px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
  #desc h2 {
    text-align: center;
    color: #D1D943;
    font-size: 48px;
    margin-bottom: 50px;
    margin-top: 100px; }
  #desc .btn {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 16px;
    padding: 15px 25px; }
  #desc .icons {
    display: flex;
    width: 100%;
    overflow: hidden; }
    #desc .icons .icon {
      flex: 1;
      justify-content: space-between; }
      #desc .icons .icon img {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        transition: all 0.4s ease;
        transform: scale(0);
        opacity: 0; }
      #desc .icons .icon:nth-child(1) img,
      #desc .icons .icon:nth-child(1) h3,
      #desc .icons .icon:nth-child(1) h4 {
        transition-delay: 0s; }
      #desc .icons .icon:nth-child(2) img,
      #desc .icons .icon:nth-child(2) h3 {
        transition-delay: 0.1s; }
      #desc .icons .icon:nth-child(2) h4 {
        transition-delay: 0.2s; }
      #desc .icons .icon:nth-child(3) img,
      #desc .icons .icon:nth-child(3) h3 {
        transition-delay: 0.2s; }
      #desc .icons .icon:nth-child(3) h4 {
        transition-delay: 0.3s; }
      #desc .icons .icon:nth-child(4) img,
      #desc .icons .icon:nth-child(4) h3,
      #desc .icons .icon:nth-child(4) h4 {
        transition-delay: 0.3s; }
      #desc .icons .icon:nth-child(5) img,
      #desc .icons .icon:nth-child(5) h3,
      #desc .icons .icon:nth-child(5) h4 {
        transition-delay: 0.4s; }
      #desc .icons .icon:nth-child(6) img,
      #desc .icons .icon:nth-child(6) h3,
      #desc .icons .icon:nth-child(6) h4 {
        transition-delay: 0.5s; }
      #desc .icons .icon h3,
      #desc .icons .icon h4 {
        color: #3D2A55;
        font-size: 18px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.4s ease-out;
        transform: translateY(50px);
        opacity: 0; }
      #desc .icons .icon h4 {
        font-weight: 300;
        font-size: 16px;
        margin-top: 5px;
        line-height: 120%; }
    #desc .icons.is-visible img {
      transform: scale(1);
      opacity: 1; }
    #desc .icons.is-visible h3,
    #desc .icons.is-visible h4 {
      transform: translateY(0%);
      opacity: 1; }

#gallery {
  margin-top: 100px; }
  #gallery .container {
    background-color: #ebe9ed;
    overflow: visible; }
    #gallery .container .navbar {
      width: 100%;
      text-align: right;
      padding: 30px 200px 30px 0px;
      box-sizing: border-box; }
      #gallery .container .navbar .arrow img {
        width: 50px; }
    #gallery .container .slider {
      margin-right: -100px;
      padding-left: 100px;
      padding-bottom: 100px;
      box-sizing: border-box;
      overflow: hidden; }
      #gallery .container .slider .item {
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        display: flex; }
        #gallery .container .slider .item .description {
          display: inline-block;
          width: 45%;
          box-sizing: border-box; }
          #gallery .container .slider .item .description h2 {
            font-size: 28px;
            margin-bottom: 50px; }
          #gallery .container .slider .item .description p {
            font-size: 18px;
            line-height: 150%;
            font-weight: 300;
            padding-right: 30px; }
        #gallery .container .slider .item .image {
          display: inline-block;
          width: 54%;
          box-sizing: border-box; }
          #gallery .container .slider .item .image img {
            width: 100%;
            height: auto; }
  #gallery .slick-dots {
    bottom: 40px;
    left: 150px;
    right: 150px;
    display: flex !important;
    flex-grow: 1;
    width: calc(100% - 300px); }
    #gallery .slick-dots li {
      flex: 1; }
      #gallery .slick-dots li button::before {
        color: #3D2A55;
        opacity: 1;
        font-size: 14px; }
      #gallery .slick-dots li.slick-active button::before {
        color: #D1D943; }

#flayer {
  background-color: #ebe9ed;
  width: 100%;
  padding: 100px;
  margin-top: 100px;
  box-sizing: border-box;
  display: flex; }
  #flayer .icon {
    width: 50px; }
  #flayer .left {
    width: 50%;
    flex: 1;
    box-sizing: border-box;
    display: inline-block; }
    #flayer .left h2 {
      font-weight: 300;
      margin-top: 20px;
      margin-bottom: 40px;
      font-size: 48px;
      line-height: 120%; }
    #flayer .left .btn {
      background-color: #3D2A55;
      color: #D1D943;
      font-size: 18px; }
  #flayer .right {
    width: 50%;
    flex: 1;
    box-sizing: border-box;
    display: flex; }
    #flayer .right a {
      width: 50%;
      flex: 1;
      margin: 10px;
      transform: translateX(70%);
      transition: all 0.4s ease;
      display: inline-block; }
      #flayer .right a:hover {
        transform: translateX(70%) scale(1.1);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
      #flayer .right a img {
        width: 100%;
        height: auto;
        flex: 1;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

/*
ABOUT US
*/
#about-us-body {
  margin-top: 155px;
  margin-bottom: 200px;
  height: calc(100% - 255px);
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #38264e;
  color: #fff;
  padding: 100px 200px 50px 200px;
  position: relative; }
  #about-us-body.is-visible {
    opacity: 1; }
  #about-us-body img {
    width: 220px; }
  #about-us-body .bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    transition: all 1s ease;
    transform: translate(-10%, 50%); }
  #about-us-body .right-image {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(10%, -50%);
    opacity: 0.3;
    transition: all 1s ease; }
  #about-us-body.is-visible .right-image {
    transform: translate(50%, -50%);
    opacity: 1; }
  #about-us-body.is-visible .bottom-image {
    transform: translate(-50%, 50%);
    opacity: 1; }
  #about-us-body h1 {
    color: #D1D943;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%; }
  #about-us-body h2 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%; }
  #about-us-body p {
    font-size: 18px;
    line-height: 150%;
    text-align: left; }
  #about-us-body .btn {
    background-color: #3D2A55;
    color: #D1D943; }

/*
FIND US
*/
.find-us .body h2 {
  color: #D1D943;
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px; }

.find-us .body h3 {
  color: #3D2A55;
  font-size: 28px;
  text-align: center;
  margin-bottom: 100px; }

.find-us #ProloFinder.finderSmall {
  min-width: 100% !important;
  min-height: 300px !important; }

.find-us #form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  /* form {
      display: flex;
      width: 100%;

      input {
        flex: 8;
        width: 80%;
        padding: 10px;
        border: 1px solid #ebe9ed;

        &::-webkit-input-placeholder {
          text-align: center;
        }

        &:-moz-placeholder {
          /* Firefox 18- /
          text-align: center;
        }

        &::-moz-placeholder {
          /* Firefox 19+ /
          text-align: center;
        }

        &:-ms-input-placeholder {
          text-align: center;
        }
      }

      button {
        background-color: $purple;
        color: #fff;
        border: none;
        font-weight: 700;
        text-align: center;
        padding: 10px;
        flex: 4;
        width: 20%;
        margin-left: 20px;
        border-radius: 5px;
      }
    }*/ }

.find-us #map {
  margin-top: 10px; }
  .find-us #map img {
    width: 100%; }

.find-us #addresses {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: stretch; }
  .find-us #addresses .address {
    flex: 0 0 25%;
    width: 25%;
    margin-bottom: 50px;
    line-height: 150%; }

/*
FAQ
*/
.faq .body h2 {
  color: #D1D943;
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 150%; }

.faq .body h3 {
  color: #3D2A55;
  font-size: 28px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 150%; }

.faq #faqs {
  padding-left: 200px;
  padding-right: 200px; }
  .faq #faqs .item .title {
    position: relative;
    cursor: pointer; }
    .faq #faqs .item .title h2 {
      color: #3D2A55;
      font-size: 21px;
      line-height: 150%;
      margin-top: 50px;
      padding-right: 40px; }
    .faq #faqs .item .title::after {
      content: url(../images/plus-symbol.svg);
      position: absolute;
      right: 0;
      top: 10px;
      height: 20px;
      width: 20px;
      transition: all 0.5s ease; }
  .faq #faqs .item .content {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .faq #faqs .item .content p {
      color: #3D2A55;
      font-size: 18px;
      line-height: 150%; }
    .faq #faqs .item .content p.note {
      color: #3D2A55;
      font-size: 14px;
      line-height: 150%; }
  .faq #faqs .item.active .content {
    height: auto;
    max-height: 1500px; }
  .faq #faqs .item.active .title::after {
    transform: rotate(45deg); }

/*
CONTACT US
*/
.small-banner #my-hero.subpage {
  opacity: 1;
  position: relative; }
  .small-banner #my-hero.subpage img.hero-img {
    opacity: 0.3;
    transition: all 0.5s ease; }
  .small-banner #my-hero.subpage .left {
    position: absolute;
    bottom: -70px;
    left: -50px;
    z-index: 3;
    width: 190px;
    opacity: 0.3;
    transition: all 0.5s ease; }
  .small-banner #my-hero.subpage .right {
    position: absolute;
    bottom: -70px;
    right: -50px;
    z-index: 3;
    width: 190px;
    opacity: 0.3;
    transition: all 0.5s ease; }
  .small-banner #my-hero.subpage.is-visible img.hero-img {
    opacity: 1; }
  .small-banner #my-hero.subpage.is-visible .left {
    opacity: 1;
    left: -100px; }
  .small-banner #my-hero.subpage.is-visible .right {
    opacity: 1;
    right: -100px; }

.contact .body h2 {
  color: #D1D943;
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 150%; }

.contact .body h3 {
  color: #3D2A55;
  font-size: 28px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 150%; }

.contact #data {
  text-align: center;
  font-size: 21px;
  line-height: 150%; }

.contact #form {
  margin-top: 50px; }
  .contact #form h2 {
    font-size: 21px;
    text-align: center; }
  .contact #form .msg {
    margin: 30px 20%;
    padding: 30px;
    background-color: #efefef;
    text-align: center; }
  .contact #form form {
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; }
    .contact #form form input {
      padding: 10px 7px;
      width: 50%;
      flex: 0 0 45%;
      border: none;
      background-color: #f5f4f6;
      margin-bottom: 20px; }
      .contact #form form input::-webkit-input-placeholder {
        color: #3D2A55; }
      .contact #form form input:-moz-placeholder {
        /* Firefox 18- */
        color: #3D2A55; }
      .contact #form form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #3D2A55; }
      .contact #form form input:-ms-input-placeholder {
        color: #3D2A55; }
      .contact #form form input:nth-child(odd) {
        margin-left: 20px; }
      .contact #form form input:nth-child(even) {
        margin-left: 30px; }
    .contact #form form textarea {
      padding: 10px 7px;
      width: 100%;
      flex-basis: 100%;
      border: none;
      background-color: #f5f4f6;
      margin-bottom: 20px;
      margin-left: 20px;
      min-height: 150px; }
      .contact #form form textarea::-webkit-input-placeholder {
        color: #3D2A55; }
      .contact #form form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #3D2A55; }
      .contact #form form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #3D2A55; }
      .contact #form form textarea:-ms-input-placeholder {
        color: #3D2A55; }
    .contact #form form .btn {
      border: none;
      height: unset;
      padding: 15px 60px;
      background-color: #3D2A55;
      color: #D1D943; }
      .contact #form form .btn:hover {
        opacity: 0.7;
        transform: scale(1); }

/*
  MEDIA Queries
*/
@media screen and (max-width: 900px) {
  .container {
    /*margin-left: 30px;
    margin-right: 30px;*/
    box-sizing: border-box; }
  .product .nutrition-p .specs .data .items .item {
    width: 100%; }
  .product .nutrition-p .specs .data .items .offset {
    width: 0%; }
  #about-us-body.is-visible .right-image {
    transform: translate(-10px, 50px); }
  #about-us-body.is-visible .bottom-image {
    transform: translate(10px, -30px); }
  .faq #faqs {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 768px) {
  #nutrition-facts h2 {
    font-size: 38px;
    margin-bottom: 15px; }
  #nutrition-facts h3 {
    font-size: 18px; }
  #nutrition-facts .item .circle {
    width: 140px;
    height: 140px; }
    #nutrition-facts .item .circle .data h3 {
      font-size: 26px; }
    #nutrition-facts .item .circle .data h4 {
      font-size: 14px; }
  #desc h2 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 100%; }
  #desc h3 {
    font-size: 22px; }
  #desc p {
    font-size: 16px;
    margin-top: 25px;
    padding: 0px 50px; }
  #gallery {
    width: 100%;
    margin-left: 0px; }
    #gallery .container .slider {
      margin-right: 0px;
      padding-left: 20px; }
      #gallery .container .slider .item .description {
        padding-left: 20px; }
        #gallery .container .slider .item .description h2 {
          line-height: 120%; }
    #gallery .container .navbar {
      padding-right: 50px; }
  #my-hero.subpage h2,
  .product h2 {
    font-size: 28px; }
  #my-hero.subpage h3,
  .product h3 {
    font-size: 18px; }
  .product {
    margin-bottom: 80px; }
  .product .nutrition-p .circles {
    flex-wrap: wrap; }
  .product .nutrition-p .circles .item {
    flex: 0 0 30%;
    width: 30%;
    margin-top: 20px; }
  .product .ingredients .image,
  .product .nutrition-p .specs > .offset {
    flex: 5;
    padding-left: 0px;
    padding-right: 20px; }
  .product .ingredients {
    margin-top: 30px; }
  #nutrition-facts h2 {
    font-size: 28px; }
  #nutrition-facts .item .title {
    font-size: 18px; }
  #nutrition-facts .item .subtitle.up {
    font-size: 14px; }
  #flayer {
    display: block;
    padding: 20px;
    margin: 0px; }
  #flayer .left {
    text-align: center; }
  #flayer .right,
  #flayer .left {
    width: 100%;
    left: unset;
    position: relative;
    padding: 10px;
    margin-top: 20px; }
  #flayer .right a {
    transform: translateX(0);
    width: 45%; }
    #flayer .right a:hover {
      transform: translateX(0) scale(1.1); }
  .container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
  /* about us */
  #about-us-body {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 30px; }
  #about-us-body.is-visible .right-image {
    display: none; }
  #about-us-body.is-visible .bottom-image {
    display: none; }
  footer {
    width: 100%;
    margin-left: 0px; }
    footer .logo a img {
      width: 140px; }
    footer .footer_peal {
      width: 140px; }
    footer .footer_coconut {
      left: 20px;
      width: 140px; }
    footer.is-visible .footer_coconut {
      left: 50px; }
    footer .title h2 {
      font-size: 28px;
      line-height: 120%; }
    footer .container .contact .column {
      width: 100% !important; }
    footer .container .contact .column:last-child {
      margin-top: 20px;
      width: 100%; }
  .faq #faqs {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 481px) {
  #nutrition-facts {
    margin-top: 50px;
    box-sizing: border-box; }
    #nutrition-facts h2 {
      font-size: 28px;
      margin-bottom: 15px;
      margin: 0px 20px; }
    #nutrition-facts h3 {
      font-size: 18px;
      margin: 0px 20px; }
    #nutrition-facts .item {
      height: 220px;
      margin-bottom: 10px; }
      #nutrition-facts .item .circle {
        width: 80px;
        height: 80px; }
        #nutrition-facts .item .circle .data h3 {
          font-size: 16px;
          margin: 0px; }
        #nutrition-facts .item .circle .data h4 {
          font-size: 12px; }
  #desc h2 {
    font-size: 28px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    line-height: 100%; }
  #desc h3 {
    font-size: 18px;
    margin: 0px 20px;
    line-height: 120%; }
  #desc p {
    font-size: 16px;
    margin-top: 25px;
    padding: 0px 50px; }
  #desc .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden; }
    #desc .icons .icon {
      flex: 0 32%;
      width: 32%;
      position: relative; }
      #desc .icons .icon img {
        margin-top: 20px;
        margin-bottom: 20px; }
  #gallery {
    width: 100%;
    margin-left: 0px; }
    #gallery .container .slider {
      margin-right: 0px;
      padding-left: 0px;
      overflow: hidden; }
      #gallery .container .slider .item {
        flex-wrap: wrap;
        flex-direction: column-reverse; }
        #gallery .container .slider .item .description {
          flex-basis: 100%;
          width: 100%;
          padding-left: 20px;
          flex-grow: 1; }
          #gallery .container .slider .item .description h2 {
            line-height: 120%;
            margin-top: 20px;
            margin-bottom: 20px; }
        #gallery .container .slider .item .image {
          flex-basis: 100%;
          width: 100%;
          display: block;
          flex-grow: 1; }
    #gallery .container .navbar {
      padding-right: 50px; }
    #gallery .slick-dots {
      left: 20px;
      right: 20px;
      width: calc(100% - 40px); }
  .product .ingredients {
    display: block;
    margin-top: 20px; }
  .product .ingredients .image {
    flex: 0 0 100%; }
  .product .nutrition-p .specs > .offset {
    flex: 0; }
  .product .nutrition-p .specs .data,
  .product .ingredients .details {
    padding-left: 0px; }
  .product .ingredients .details {
    display: block;
    margin-top: 30px; }
  .product .nutrition-p .circles .item .circle {
    width: 90px;
    height: 90px; }
  .product .nutrition-p .circles .item .circle .data h4 {
    font-size: 14px; }
  #nutrition-facts h2 {
    margin: 0px;
    margin-bottom: 40px;
    padding: 0px;
    padding-right: 40px;
    padding-left: 40px; }
  #nutrition-facts .item .subtitle.up {
    margin: 0px;
    top: 5px; }
  #flayer {
    margin: 0px;
    overflow: hidden;
    margin-top: 50px;
    /* about us */ }
    #flayer .left h2 {
      font-size: 32px; }
    #flayer .right a {
      transform: translateX(0px);
      transform: translateX(0px);
      margin: 0px; }
      #flayer .right a:hover {
        transform: translateX(0px) scale(1.1); }
      #flayer .right a:first-child {
        margin-right: 10px; }
      #flayer .right a img {
        position: relative;
        box-sizing: border-box; }
    #flayer #about-us-body {
      margin-left: 0px;
      margin-right: 0px;
      overflow: hidden;
      margin-bottom: 0px;
      padding: 30px; }
    #flayer #about-us-body.is-visible .right-image {
      display: none; }
    #flayer #about-us-body.is-visible .bottom-image {
      display: none; }
  footer {
    width: 100%;
    margin-left: 0px;
    display: block;
    padding-left: 0px;
    /*
    &.is-visible {
      .footer_coconut {
        left: 30px;
        bottom: 30%;

      }
      

    }*/ }
    footer .logo {
      width: 100%;
      margin-top: 80px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      text-align: center; }
      footer .logo a img {
        width: 140px; }
    footer .footer_peal {
      width: 140px; }
    footer .footer_coconut {
      left: 20px;
      width: 140px;
      top: unset;
      display: none; }
    footer .title {
      width: 100%;
      display: block; }
      footer .title h2 {
        font-size: 28px;
        line-height: 120%;
        margin-top: 50px; }
    footer .links {
      width: 100%;
      margin-top: 80px;
      padding-left: 0px; }
      footer .links ul {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        width: 100%;
        box-sizing: border-box; }
      footer .links ul.social,
      footer .links p {
        text-align: center; }
    footer .container .contact .column {
      width: 100% !important; }
    footer .container .contact .column:last-child {
      margin-top: 20px;
      width: 100%; }
  .faq #faqs {
    padding-left: 10px;
    padding-right: 10px; }
  .small-banner #my-hero {
    padding: 0px;
    margin-bottom: 20px; }
    .small-banner #my-hero img.left,
    .small-banner #my-hero img.right {
      display: none; }
  .faq .body h2,
  .find-us .body h2,
  .contact .body h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  .faq .body h3,
  .find-us .body h3,
  .contact .body h3 {
    font-size: 22px;
    margin-bottom: 20px; }
  #faqs .item {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    box-sizing: border-box; }
  .contact #form form {
    padding-left: 0px;
    padding-right: 0px; }
    .contact #form form input,
    .contact #form form textarea {
      flex: 0 0 100%;
      margin-left: 0px !important;
      margin-right: 0px !important;
      box-sizing: border-box !important; } }
