/* RESET */
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* VARIABLES */
@font-face {
  font-family: 'Cooper';
  src: url("CooperBlack.woff2") format("woff2"), url("CooperBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'CooperBT';
  src: url("CooperBT-Light.woff2") format("woff2"), url("CooperBT-Light.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Sneak-Bold';
  src: url("Sneak-Bold.woff2") format("woff2"), url("Sneak-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Sneak-Regular';
  src: url("Sneak-Regular.woff2") format("woff2"), url("Sneak-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

/* MIXINS */
/*.................................................................................*/
/*$break-large-desktop: 2500px;*/
/*$break-infinite: 500000px;*/
/*....................................SCSS MIXINS..................................*/
/* GENERAL */
/*.....................ACTIVE CLASSES......................*/
.blacked_text {
  color: white; }

.blacked_path {
  fill: white; }

.blacked_background {
  background-color: #222222; }

/*.....................GENERAL STYLES......................*/
html {
  font-family: "Sneak-Regular", helvetica;
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  box-sizing: border-box; }

@media screen and (min-width: 769px) {
  .josh-mobile {
    display: none; }

  .home-update-section {
    position: relative;
    padding: 5rem 0rem 0rem 0rem !important;
    overflow: hidden; }

  .col-lg-4.img-left {
    bottom: 0;
    left: -15px;
    position: absolute;
    display: flex; }

  .col-lg-4.img-right {
    bottom: 0;
    right: -15px;
    position: absolute;
    display: flex; }

  .josh-intro {
    max-height: 773px !important;
    min-height: 772px !important; } }
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden; }

  .josh-desktop {
    display: none; } }
input,
textarea,
select,
a,
li {
  text-decoration: none; }

a {
  cursor: pointer; }

.a-hover {
  color: #222222;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease; }
  .a-hover:hover {
    color: #e8e8e8;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-device-width: 767px) {
      .a-hover:hover {
        color: #222222 !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: portrait) {
      .a-hover:hover {
        color: #222222 !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: landscape) {
      .a-hover:hover {
        color: #222222 !important; } }

p {
  font-size: 17px;
  line-height: 23px;
  font-family: "Sneak-Regular", helvetica;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 22px; } }

h1 {
  font-size: 42px;
  line-height: 42px;
  font-family: "Cooper", helvetica;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.03em;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h1 {
      font-size: 36px;
      line-height: 36px; } }

h2 {
  font-size: 32px;
  line-height: 36px;
  font-family: "Cooper", helvetica;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.03em;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 31px; } }

h3 {
  font-size: 16px;
  line-height: 19px;
  font-family: "CooperBT", helvetica;
  font-style: normal;
  font-weight: bold;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h3 {
      font-size: 16px;
      line-height: 19px; } }

h4 {
  font-size: 12px;
  line-height: 14px;
  font-family: "CooperBT", helvetica;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h4 {
      font-size: 12px;
      line-height: 14px; } }

.desktop {
  display: block; }

.mobile {
  display: none; }

table {
  width: 100vw;
  height: 100vh; }
  table tr td {
    vertical-align: middle; }

ol,
ul {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px; }

ol {
  list-style-type: decimal; }

li {
  display: list-item; }

ol ul,
ul ul {
  list-style-type: circle;
  margin-left: 15px; }

ol ol,
ul ol {
  list-style-type: lower-latin;
  margin-left: 15px; }

.voffset1 {
  margin-top: 15px; }

.voffset2 {
  margin-top: 30px; }

.voffset3 {
  margin-top: 45px; }

.voffset4 {
  margin-top: 60px; }

.m-bottom {
  margin-bottom: 1em; }

.white {
  color: white; }
  .white h1 {
    color: white; }

h1.big {
  font-size: 3em;
  padding-top: 0;
  padding-bottom: 1em; }

hr {
  color: white;
  background-color: white;
  height: 1px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em; }

.plyr__container {
  background: black;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden; }
  .plyr__container #player {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr__container .plyr__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    transform: rotate(0) scale(1);
    transition: 0.5s; }
    .plyr__container .plyr__close:hover {
      transform: rotate(90deg) scale(0.8); }

.plyr__control--overlaid {
  background: rgba(5, 5, 5, 0.8); }

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: black; }

.plyr--full-ui input[type="range"] {
  color: grey; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(255, 0, 15, 0.5); }

@media screen and (max-width: 768px) {
  .desktop {
    display: none; }

  body {
    overflow-x: hidden !important; }

  .mobile {
    display: block; } }
/* STYLES */
body,
html {
  background-color: #0298dc; }

body {
  font-family: "Sneak-Regular", helvetica;
  font-size: 17px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase; }

.voffset1 {
  margin-top: 15px; }

.voffset2 {
  margin-top: 30px; }

.voffset3 {
  margin-top: 45px; }

img {
  max-width: 100%;
  height: auto; }

.padding-0 {
  padding: 0 !important; }

.padding-right {
  padding-right: 0 !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

a:hover {
  text-decoration: none !important; }

.white-color {
  color: white; }

.header {
  position: absolute;
  padding-top: 2em;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }

main {
  margin: 0;
  position: relative; }

.section--title,
.page--title {
  font-size: 42px;
  line-height: 1; }

.home--section.products .section--title {
  margin: 4rem 0; }

.home--section.news .section--title {
  margin: 4rem 0 0 0; }

.section-description {
  margin: 2em auto; }

.logo {
  position: absolute;
  left: 2rem;
  top: 2rem; }

/* /////////// MENU */
.menu {
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: fixed;
  right: 2rem;
  top: 2rem;
  background: 0;
  margin: 0;
  height: 3rem;
  width: 2rem;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0;
  cursor: pointer; }

.menu:focus {
  outline: 0 !important; }

.bar,
.bar::before,
.bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: #013983;
  margin: auto;
  width: 100%;
  height: 3px;
  content: '';
  top: 50%;
  left: 0; }

.bar {
  margin-top: -0.2rem; }

.menu.active .bar::before {
  top: -1rem !important;
  top: 0 !important; }

.menu.active .bar::after {
  top: 1rem !important;
  top: 0 !important; }

.menu .bar::before {
  top: -10px !important; }

.menu .bar::after {
  top: 10px !important; }

.bar::before,
.bar::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.active .bar {
  background: 0; }

.active .bar::before {
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.active .bar::after {
  background: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.active .bar::before,
.active .bar::after {
  top: 0; }

.active .bar,
.active .bar::before,
.active .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s; }

.menu-open nav {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@media only screen and (max-width: 749px) {
  nav {
    background: #013983;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    padding: 6rem 2rem; }
    nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      nav ul li {
        padding: 0;
        margin-bottom: 20px; }
        nav ul li:last-child {
          margin-bottom: 0; }
        nav ul li a {
          font-family: "Cooper", helvetica;
          font-size: 2rem;
          line-height: 1; }

  nav a,
  nav a:visited {
    color: white;
    text-decoration: none;
    transition: 0.2s; }

  nav a:hover {
    opacity: 0.5; } }
/* /////////// FOOTER */
footer {
  background: #013a81;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 6rem 0; }
  footer a {
    color: white;
    transition: 0.2s; }
    footer a:hover {
      color: white;
      opacity: 0.6; }
  footer .socials {
    list-style: none;
    width: 100%; }
    footer .socials ul {
      margin: 0;
      padding: 0; }
      footer .socials ul li {
        display: inline-block;
        margin-right: 15px;
        padding: 0;
        margin-bottom: 0; }
        footer .socials ul li a {
          font-size: 20px; }
        footer .socials ul li:last-child {
          margin-right: 0; }

.header .copyright {
  font-size: 12px;
  color: white; }
  .header .copyright a:hover {
    color: white; }
.header .socials {
  list-style: none;
  width: 100%; }
  .header .socials ul {
    margin: 0;
    padding: 0; }
    .header .socials ul li {
      display: inline-block;
      margin-right: 15px;
      padding: 0;
      margin-bottom: 0; }
      .header .socials ul li a {
        font-size: 20px; }
      .header .socials ul li:last-child {
        margin-right: 0; }

/* /////////// BUTTON */
.product-form__item .button--cta {
  margin-bottom: 2rem;
  margin-bottom: 1rem; }

.filters-toolbar__item--count {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .filters-toolbar__item--count {
      text-align: left; } }

.button--cta {
  font-family: "CooperBT", helvetica;
  position: relative;
  background: #f2b91a;
  color: #013983;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 25px;
  text-decoration: none;
  border: 2px solid #013983;
  display: inline-block;
  transform-style: preserve-3d;
  cursor: pointer;
  text-align: center;
  z-index: 5;
  max-width: 300px;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .button--cta {
      width: 100%;
      max-width: 100%; } }
  .button--cta:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #013983;
    transform: translate3D(11px, 10px, -1px);
    transition: 0.2s;
    box-sizing: content-box !important;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .button--cta:before {
        transform: translate3D(0px, 0px, -1px); } }
  .button--cta.buy-now {
    background: #f2b91a; }
    .button--cta.buy-now.light {
      border: 2px solid #013983; }
      .button--cta.buy-now.light:before {
        border: 2px solid #013983; }
    .button--cta.buy-now:hover {
      color: #013983; }
  .button--cta:hover {
    color: #013983; }
    .button--cta:hover:before {
      transform: translate3D(0px, 0px, -1px); }

.button--cta1 {
  font-family: "CooperBT", helvetica;
  position: relative;
  color: white;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 28px;
  text-decoration: none;
  margin: 2rem auto;
  transform-style: preserve-3d;
  cursor: pointer;
  text-align: center;
  z-index: 5;
  display: block;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .button--cta1 {
      font-size: 22px; } }

.button--cta1:hover {
  color: white; }

/* /////////// RELLAX */
.rellax {
  position: absolute; }

.rellax img {
  pointer-events: none; }

/* /////////// CONTAINER */
/* /////////// SECTION */
.desktop {
  display: block;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .desktop {
      display: none; } }

.mobile {
  display: none;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .mobile {
      display: block; } }

.home--section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .home--section {
      padding: 4rem 0 2rem 0; } }

.detangler {
  background: url("background-deep.jpg");
  background-size: cover;
  color: #013983;
  overflow: hidden;
  min-height: 100vh; }
  .detangler .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .detangler .bottled {
        padding: 0rem 4rem 2rem 4rem;
        max-width: 250px;
        margin: 0 auto; } }
  .detangler .parallax-01 {
    bottom: 0;
    right: 5rem;
    width: 400px; }
  .detangler .parallax-02 {
    bottom: 10rem;
    left: 5rem;
    width: 500px;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .detangler .parallax-02 {
        display: none; } }
  .detangler p.section--description {
    color: #013983; }

.repair-n-replenish {
  background-color: #02a8f4;
  color: white;
  overflow: hidden;
  min-height: 100vh; }
  .repair-n-replenish .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .repair-n-replenish .bottled {
        padding: 3rem 0 0 0;
        max-width: 300px;
        margin: 0 auto; } }
  .repair-n-replenish .parallax-01 {
    top: 5rem;
    right: 3rem; }
  .repair-n-replenish .parallax-02 {
    top: 10rem;
    left: 40%; }
  .repair-n-replenish .parallax-03 {
    top: 6%;
    left: 20%;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .repair-n-replenish .parallax-03 {
        top: 0%; } }
  .repair-n-replenish .parallax-04 {
    bottom: 0%;
    left: 0; }
  .repair-n-replenish .parallax-05 {
    bottom: 25%;
    right: 0;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .repair-n-replenish .parallax-05 {
        display: none; } }
  .repair-n-replenish p.section--description {
    color: white; }

.intro {
  background: url("background-intro.jpg") no-repeat right;
  background-size: cover;
  color: #013983;
  overflow: hidden;
  min-height: 100vh; }
  .intro .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .intro .bottled {
        padding: 4rem 4rem 0 4rem;
        max-width: 300px;
        margin: 0 auto; } }
  .intro .parallax-01 {
    bottom: 5%;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    .intro .parallax-01 img {
      width: 500px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .intro .parallax-01 {
        display: none; } }
  .intro .parallax-02 {
    top: 2%;
    left: 43%;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    .intro .parallax-02 img {
      width: 400px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .intro .parallax-02 {
        display: none; } }
  .intro .parallax-03 {
    top: 15%;
    left: 5%;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    .intro .parallax-03 img {
      width: 500px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .intro .parallax-03 {
        display: none; } }
  .intro p.section--description {
    color: #013983; }

.custom-content {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .custom-content {
      margin-bottom: -30px; } }

.micellar {
  background: url("background-micellar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #013983;
  min-height: 100vh;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .micellar {
      background: url("");
      background-color: white; } }
  .micellar .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .micellar .bottled {
        padding: 0 0 2rem 0;
        max-width: 300px;
        margin: 0 auto; } }
  .micellar p.section--description {
    color: #013983; }
  .micellar .button--cta {
    background: #f2b91a; }
  .micellar .parallax-01 {
    top: 5%;
    left: 0; }
    .micellar .parallax-01 img {
      width: 800px; }
  .micellar .parallax-02 {
    top: 5%;
    left: 30%; }
    .micellar .parallax-02 img {
      width: 600px; }
  .micellar .parallax-03 {
    top: -5%;
    left: 20%; }
    .micellar .parallax-03 img {
      width: 800px; }

.original {
  background-color: #02a8f4;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  min-height: 100vh; }
  .original .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .original .bottled {
        padding: 4rem 2rem 0 2rem;
        max-width: 320px;
        margin: 0 auto; } }
  .original .button--cta {
    background: #f2b91a; }
  .original .bottle--container {
    position: absolute;
    height: 100vh;
    bottom: -20rem;
    right: 20rem; }
  .original .parallax-01 {
    top: 5rem;
    right: 3rem; }
  .original .parallax-02 {
    top: 10rem;
    left: 40%; }
  .original .parallax-03 {
    top: 6%;
    left: 20%;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .original .parallax-03 {
        top: 0%; } }
  .original .parallax-04 {
    bottom: 0%;
    left: 0; }
  .original .parallax-05 {
    bottom: 25%;
    right: 0;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .original .parallax-05 {
        display: none; } }

.color-protect {
  background: url("background-color-protect.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #013983;
  min-height: 100vh;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  .color-protect .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .color-protect .bottled {
        padding: 0 0 2rem 0;
        max-width: 300px;
        margin: 0 auto; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .color-protect {
      background: url("");
      background-color: #ffafea; } }
  .color-protect p.section--description {
    color: #013983; }
  .color-protect .parallax-01 {
    top: 70%;
    left: 0;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .color-protect .parallax-01 {
        display: none; } }
  .color-protect .parallax-02 {
    bottom: 22%;
    right: 0;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .color-protect .parallax-02 {
        bottom: 22%;
        right: -42%;
        width: 100%; } }
  .color-protect .parallax-03 {
    top: 5%;
    left: 20%; }
  .color-protect .parallax-04 {
    top: -33%;
    left: 0; }

.herbal-gro {
  background: url("background-herbal-gro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  min-height: 100vh; }
  .herbal-gro .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .herbal-gro .bottled {
        padding: 4rem 2rem 0 2rem;
        max-width: 350px;
        margin: 0 auto; } }
  .herbal-gro .parallax-01 {
    top: 10rem;
    right: 0;
    width: 400px; }
  .herbal-gro .parallax-02 {
    bottom: 15rem;
    left: 0;
    width: 500px; }

.deep-moisturizing {
  background: url("background-deep.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  min-height: 100vh; }
  .deep-moisturizing .bottled {
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .deep-moisturizing .bottled {
        padding: 0rem 2rem 3rem 2rem;
        max-width: 350px;
        margin: 0 auto; } }
  .deep-moisturizing p.section--description,
  .deep-moisturizing .section--title {
    color: #013983;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .deep-moisturizing p.section--description,
      .deep-moisturizing .section--title {
        color: white; } }
  .deep-moisturizing .parallax-01 {
    top: 50rem;
    left: 30rem;
    width: 400px; }
  .deep-moisturizing .parallax-02 {
    bottom: 10rem;
    left: 5rem;
    width: 500px;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .deep-moisturizing .parallax-02 {
        display: none; } }

.article__link h3 {
  font-size: 22px;
  line-height: 30px; }
  .article__link h3:hover {
    color: white; }

.social-sharing {
  padding: 0; }
  .social-sharing li .btn--share {
    background-color: #f2b91a;
    border-color: #f2b91a; }

.main-content {
  padding: 2rem 0 4rem 0;
  /*  @if $media == large-desktop {
  @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
}*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .main-content {
      padding: 2rem 0 4rem 0; } }

.template-index .custom__item {
  margin-bottom: 30px; }
.template-index .site-footer {
  margin-top: 0; }
.template-index .main-content {
  padding-top: 0;
  padding-bottom: 0; }
.template-index .index-section {
  padding-top: 0;
  padding-bottom: 0; }

#SortBy {
  color: #f2b91a;
  outline: none; }

.grid-view-item__link span {
  font-family: "Cooper", helvetica; }

/* /////////// HOME PRODUCTS */
.home--section.products {
  background: url("product-background.jpg") no-repeat center center;
  background-size: cover;
  color: #013983;
  text-align: center;
  height: auto; }

.home--section.products .container {
  padding: 10rem 0; }

.product--grid {
  display: block;
  margin: 0 auto 2rem;
  overflow: hidden;
  position: relative; }

.product--grid img {
  max-width: 100%; }

.product--grid .overlay {
  transform: translateY(-100%);
  transition: 0.3s;
  background: rgba(29, 72, 232, 0.85);
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.product--grid:hover .overlay {
  transform: translateY(0); }

.product--grid .overlay .product--title {
  text-transform: uppercase;
  font-size: 32px;
  display: inline-block;
  padding: 0 2rem;
  margin: 0 auto 0; }

.product--grid .overlay .product--description {
  color: white !important;
  padding: 0 2rem;
  margin: 1em 0; }

.product--grid .overlay .product--link {
  font-family: "CooperBT", helvetica;
  font-size: 24px;
  display: block;
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  border: 5px solid white;
  text-decoration: none;
  margin: 0 3rem;
  text-transform: uppercase;
  transition: 0.2s; }

.product--grid .overlay .product--link:hover {
  background: white;
  color: #013983; }

.product-single__media-group {
  margin-top: 5rem; }

/* /////////// HOME INSTAGRAM */
.instagram {
  background: #fdbb30;
  color: #013983;
  text-align: center;
  height: auto;
  padding: 5rem 0; }
  .instagram .fpo-insta {
    margin: 1rem auto;
    display: block; }
  .instagram h3.section--title {
    font-size: 20px !important; }

/* /////////// HOME NEWS */
.home--section.news {
  background: url("news-background.jpg");
  color: white;
  text-align: center;
  height: auto; }
  .home--section.news h2 {
    font-size: 42px;
    line-height: 1; }
  .home--section.news a:hover {
    color: white; }
  .home--section.news .button--cta:hover {
    color: #013983; }

.home--section.news .container {
  padding: 10rem 0; }

.home--section.news .post {
  margin: 4rem auto 5rem !important; }

.home--section.news .post.margin-bottom-0 {
  margin-bottom: 0 !important; }

.post {
  margin: 5rem auto;
  text-align: left; }

.post .post--title {
  font-size: 27px;
  color: white;
  line-height: 1;
  margin-bottom: 0; }

.product-form__item .button--cta {
  font-size: 20px; }

.home--section.news .button--cta {
  display: inline-block;
  padding: 1rem 4rem;
  font-size: 18px;
  text-align: center; }

/* /////////// PAGE GLOBALS */
.marquee {
  min-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  top: auto; }

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
  color: white !important;
  border-bottom: 0; }

.grid-view-item__title {
  color: #f2b91a; }

.btn--tertiary {
  background-color: #f2b91a;
  color: #013983;
  border-color: #013983;
  border-radius: 0;
  border: 0; }

.btn--tertiary:not([disabled]):hover,
.btn--tertiary:focus {
  background-color: #f2b91a;
  color: #013983;
  border-color: #013983; }

.page--section {
  position: relative;
  padding: 5rem 0 10rem; }

.page--section .page--title {
  color: white;
  text-align: center;
  margin: 5rem auto; }

/* /////////// PAGE PRODUCTS */
.marquee--products {
  background-image: url("marquee-products.jpg"); }

.main--products {
  overflow: hidden; }

.main--products .parallax-01 {
  left: 0;
  top: 10%;
  opacity: 0.5; }

.main--products .parallax-02 {
  top: 5%;
  left: 75%;
  opacity: 0.5; }

.main--products .parallax-03 {
  top: 50%;
  left: 60%;
  opacity: 0.5; }

.main--products .parallax-04 {
  top: 50%;
  left: 0;
  opacity: 0.5; }

.main--products .parallax-05 {
  top: 30%;
  right: 0;
  opacity: 0.5; }

.main--products .parallax-06 {
  top: 60%;
  left: 50%;
  opacity: 0.5; }

.main--products .parallax-07 {
  bottom: 5%;
  left: 0;
  opacity: 0.5; }

.main--products .parallax-08 {
  bottom: 30%;
  right: 0;
  opacity: 0.5; }

/* /////////// PAGE PRODUCT PERMALINK */
.page--product-permalink {
  background: url("product-background.jpg") no-repeat right;
  background-size: cover;
  color: white; }

.page--product-permalink .product--category,
.page--product-permalink .product--price {
  font-family: 'Open Sans', sans-serif; }

.page--product-permalink .product--title {
  font-size: 24px;
  text-transform: none; }

.page--product-permalink .product--category,
.page--product-permalink .product--price {
  font-size: 18px; }

.product--price {
  font-weight: 900; }

.page--product-permalink .button--cta {
  width: 100%;
  font-size: 24px;
  display: block; }

.page--product-permalink .page--title {
  margin: 10rem auto 5rem; }

.page--product-permalink .parallax-01 {
  left: 0;
  top: 10%; }

.page--product-permalink .parallax-02 {
  top: 5%;
  left: 75%; }

.page--product-permalink .parallax-03 {
  top: 50%;
  left: 60%; }

.page--product-permalink .parallax-04 {
  top: 50%;
  left: 0; }

.page--product-permalink .parallax-05 {
  top: 30%;
  right: 0; }

.page--product-permalink .parallax-06 {
  top: 60%;
  left: 50%; }

/* /////////// PAGE NEWS */
.marquee--news {
  background-image: url("marquee-news.jpg"); }

.main--news {
  background-image: url("news-background.jpg");
  overflow: hidden; }

.main--news .button--cta {
  font-size: 24px;
  display: block; }

.marquee--news--post {
  background-image: url("marquee-news-permalink.jpg"); }

/* /////////// PAGE NEWS */
.permalink {
  color: white; }

.permalink p {
  margin: 2rem auto; }

.permalink .post--title {
  font-size: 72px;
  margin: 0; }

.permalink .post--author {
  text-transform: uppercase;
  font-size: 24px; }

.permalink .button--cta {
  margin: 10rem auto 0; }

.recent-post {
  text-transform: uppercase;
  margin: 2rem auto; }

.recent-post a {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  transition: 0.2s;
  text-decoration: none; }

.recent-post a:hover {
  color: #f2b91a; }

/* /////////// CART */
.main--cart {
  padding-top: 15rem;
  background-image: url("news-background.jpg");
  overflow: hidden; }

.main--cart .item--price {
  text-align: right; }

.main--cart .item {
  border-bottom: 1px solid #013983;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

.main--cart .quantity-selector.number__field {
  width: 100%;
  text-align: center;
  border: 1px solid white;
  height: 25px; }

.main--cart .quantity-selector.number__field::-webkit-outer-spin-button,
.main--cart .quantity-selector.number__field::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.main--cart .quantity-button {
  position: absolute;
  top: 0;
  left: 8px;
  background: #e0e0e0;
  padding: 0 10px;
  height: 25px; }

.main--cart .quantity-button.quantity-up {
  right: 8px;
  left: auto !important; }

.main--cart input.button--cta {
  width: 100%;
  margin: 0 !important;
  padding: 10px 20px;
  font-size: 22px !important; }

select#variants {
  width: 100%;
  padding: 10px 0; }

.post--excerpt {
  margin: 4rem auto; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination span.page,
.pagination span.next,
.pagination span.prev,
.arrow--navigatioin p.next,
.arrow--navigatioin p.prev {
  font-family: 'CooperBT', sans-serif;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 28px;
  text-decoration: none;
  margin: 0 5px; }

.pagination span.page a,
.pagination span.next a,
.pagination span.prev a {
  color: white !important; }

.title--recent-posts {
  font-size: inherit !important; }

p.section--description {
  margin: 2rem auto; }

.product .quantity,
.product .select-styled,
.product .select-options {
  display: none; }

/* /////////// MEDIA QUERIES */
@media only screen and (max-width: 48em) {
  .text-center-sm {
    text-align: center; }

  .header {
    padding: 1rem 0; }

  .logo {
    max-width: 100px;
    margin: 0 auto;
    top: 1.5rem; }

  .section--title,
  .page--title,
  .post--title {
    font-size: 36px !important;
    margin-top: 1rem; }

  .section--title--mobile {
    margin-top: 5rem; }

  .container {
    padding: 2rem 2rem !important; }

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

  .home--section.products .container,
  .home--section.instagram .container,
  .home--section.news .container {
    padding: 2rem 2rem; }

  .button--cta {
    font-size: 24px; }

  .home--section {
    text-align: center;
    height: auto; }

  .home--section.intro {
    background-image: url("background-intro-sm.jpg");
    background-position: 15%; }

  .home--section.two .row,
  .home--section.four .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .product--grid .overlay .product--title {
    font-size: 24px;
    padding: 0; }

  .product--grid .overlay .product--description {
    padding: 0 0.5rem; }

  .product--grid .overlay .product--link {
    font-size: 16px; }

  .marquee--products {
    background-position: 50%; }

  .page--section {
    padding: 0; }

  .title--recent-posts {
    margin-top: 5rem; } }
@media only screen and (min-width: 48em) and (max-width: 75em) {
  .container {
    padding: 5rem 2rem; }

  .product--grid .overlay .product--title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 0; }

  .product--grid .overlay .product--description {
    padding: 0 0.5rem;
    font-size: 14px;
    margin: 1rem; }

  .product--grid .overlay .product--link {
    font-size: 14px;
    padding: 1rem 0; } }
/* 11-30-20 */
.notification-bar {
  background: #013983;
  padding: 6px 30px;
  text-align: center;
  font-size: .9em; }

.logo {
  position: absolute;
  left: 2rem;
  top: 0; }

.menu {
  position: absolute;
  right: 2rem;
  top: 0; }

.header {
  position: absolute;
  left: 0;
  top: 1rem; }

.empty-page-content .btn {
  margin-top: 2rem; }

@media only screen and (max-width: 1070px) {
  .right-page-width {
    *zoom: 1;
    max-width: 900px;
    margin: 0 auto;
    float: left; } }
@media only screen and (max-width: 749px) {
  .small--one-half {
    width: 22% !important; }

  .grid__item {
    padding-left: 33px !important; } }
