/** Shopify CDN: Minification failed

Line 2031:2 "backgrond-repeat" is not a known CSS property
Line 5227:21 Unexpected "input"

**/
/*
* Eighth Day (2021) Styles
*/

/* Table of contents

- Font Declarations
- Bootstrap Modifications
- Base Styles
- Background Colours
- Heading Styles
- Button Styles
- List Styles
- Pop-ups > Shared Styles
- Pop-ups
- Shared Styles
- Shared Layouts

- Global > Mobile Navigation
- Global > Promo Bar (Toggle On/Off)
- Global > Header
- Global > Search
- Global > Mega Menu Shared Styles
- Global > Shop Mega Menu
- Global > The Science & Our Story (Generic) Mega Menus
- Global > Footer
- Global > Breadcrumb

- HOMEPAGE
- SHOP > Products Matrix
- SHOP > Product Detail > Shared (with Pop-ups)
- SHOP > Product Detail
- THE SCIENCE / OUR STORY
- JOURNAL > Articles Matrix
- JOURNAL > Article
- PRESS > Articles Matrix
- SKIN DECODER > Landing & Pop-up
- SKIN DECODER > Sequence
- SKIN DECODER > Results
- ACCOUNT/CART > Shared Styles
- ACCOUNT
- CART
- SEARCH

*/

/* Font Declarations */
/* Font Declarations */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/cdn/shop/files/HelveticaNeueLTStd-Md.eot");
  src: url("/cdn/shop/files/HelveticaNeueLTStd-Md.eot?#iefix")
      format("embedded-opentype"),
    url("/cdn/shop/files/HelveticaNeueLTStd-Md.woff2")
      format("woff2"),
    url("/cdn/shop/files/HelveticaNeueLTStd-Md.woff")
      format("woff"),
    url("/cdn/shop/files/HelveticaNeueLTStd-Md.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Nord";
  src: url("/cdn/shop/files/LaNord-Light.eot");
  src: url("/cdn/shop/files/LaNord-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/cdn/shop/files/LaNord-Light.woff2")
      format("woff2"),
    url("/cdn/shop/files/LaNord-Light.woff")
      format("woff"),
    url("/cdn/shop/files/LaNord-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Nord";
  src: url("/cdn/shop/files/LaNord-Regular.eot");
  src: url("/cdn/shop/files/LaNord-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/cdn/shop/files/LaNord-Regular.woff2")
      format("woff2"),
    url("/cdn/shop/files/LaNord-Regular.woff")
      format("woff"),
    url("/cdn/shop/files/LaNord-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "La Nord";
  src: url("/cdn/shop/files/LaNord-Medium.eot");
  src: url("/cdn/shop/files/LaNord-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/cdn/shop/files/LaNord-Medium.woff2")
      format("woff2"),
    url("/cdn/shop/files/LaNord-Medium.woff")
      format("woff"),
    url("/cdn/shop/files/LaNord-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("/cdn/shop/files/NHaasGroteskTXPro-75Bd.eot");
  src: url("/cdn/shop/files/NHaasGroteskTXPro-75Bd.eot?#iefix")
      format("embedded-opentype"),
    url("/cdn/shop/files/NHaasGroteskTXPro-75Bd.woff2")
      format("woff2"),
    url("/cdn/shop/files/NHaasGroteskTXPro-75Bd.woff")
      format("woff"),
    url("/cdn/shop/files/NHaasGroteskTXPro-75Bd.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("/cdn/shop/files/MartinaPlantijn-Light.woff2?v=1703587414")
      format("woff2"),
    url("/cdn/shop/files/MartinaPlantijn-Light.woff?v=1703587414")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("/cdn/shop/files/MartinaPlantijn-LightItalic.woff2?v=1703587414")
      format("woff2"),
    url("/cdn/shop/files/MartinaPlantijn-LightItalic.woff?v=1703587414")
      format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Bootstrap Modifications */
.btn {
  border-radius: 0 !important;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-variable,
.container-sm-variable,
.container-md-variable {
  padding-left: 25px;
  padding-right: 25px;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 575px;
}
.container-variable,
.container-sm-variable,
.container-md-variable {
  margin-right: auto;
  margin-left: auto;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  margin-right: 2px;
  margin-left: 2px;
  border-top: none;
  border-bottom: none;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.6s ease;
  overflow: hidden;
}
.carousel-hero .carousel-indicators li,
.carousel-inline .carousel-indicators li {
  background-color: #b8b2b2;
}
.carousel-hero .carousel-indicators .active {
  background-color: #fff;
}
.carousel-inline .carousel-indicators .active {
  background-color: #000;
}
@media (max-width: 575px) {
  .container-variable {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .container-variable .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-variable .row .col-1,
  .container-variable .row .col-2,
  .container-variable .row .col-3,
  .container-variable .row .col-4,
  .container-variable .row .col-5,
  .container-variable .row .col-6,
  .container-variable .row .col-7,
  .container-variable .row .col-8,
  .container-variable .row .col-9,
  .container-variable .row .col-10,
  .container-variable .row .col-11,
  .container-variable .row .col-12,
  .container-variable .row .col,
  .container-variable .row .col-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-variable .row .col-sm-1,
  .container-variable .row .col-sm-2,
  .container-variable .row .col-sm-3,
  .container-variable .row .col-sm-4,
  .container-variable .row .col-sm-5,
  .container-variable .row .col-sm-6,
  .container-variable .row .col-sm-7,
  .container-variable .row .col-sm-8,
  .container-variable .row .col-sm-9,
  .container-variable .row .col-sm-10,
  .container-variable .row .col-sm-11,
  .container-variable .row .col-sm-12,
  .container-variable .row .col-sm,
  .container-variable .row .col-sm-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-variable .row .col-md-1,
  .container-variable .row .col-md-2,
  .container-variable .row .col-md-3,
  .container-variable .row .col-md-4,
  .container-variable .row .col-md-5,
  .container-variable .row .col-md-6,
  .container-variable .row .col-md-7,
  .container-variable .row .col-md-8,
  .container-variable .row .col-md-9,
  .container-variable .row .col-md-10,
  .container-variable .row .col-md-11,
  .container-variable .row .col-md-12,
  .container-variable .row .col-md,
  .container-variable .row .col-md-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-variable .row .col-lg-1,
  .container-variable .row .col-lg-2,
  .container-variable .row .col-lg-3,
  .container-variable .row .col-lg-4,
  .container-variable .row .col-lg-5,
  .container-variable .row .col-lg-6,
  .container-variable .row .col-lg-7,
  .container-variable .row .col-lg-8,
  .container-variable .row .col-lg-9,
  .container-variable .row .col-lg-10,
  .container-variable .row .col-lg-11,
  .container-variable .row .col-lg-12,
  .container-variable .row .col-lg,
  .container-variable .row .col-lg-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-variable .col-xl-1,
  .container-variable .col-xl-2,
  .container-variable .col-xl-3,
  .container-variable .col-xl-4,
  .container-variable .col-xl-5,
  .container-variable .col-xl-6,
  .container-variable .col-xl-7,
  .container-variable .col-xl-8,
  .container-variable .col-xl-9,
  .container-variable .col-xl-10,
  .container-variable .col-xl-11,
  .container-variable .col-xl-12,
  .container-variable .col-xl,
  .container-variable .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-variable {
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  .container-sm-variable {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .container-sm-variable .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-sm-variable .row .col-1,
  .container-sm-variable .row .col-2,
  .container-sm-variable .row .col-3,
  .container-sm-variable .row .col-4,
  .container-sm-variable .row .col-5,
  .container-sm-variable .row .col-6,
  .container-sm-variable .row .col-7,
  .container-sm-variable .row .col-8,
  .container-sm-variable .row .col-9,
  .container-sm-variable .row .col-10,
  .container-sm-variable .row .col-11,
  .container-sm-variable .row .col-12,
  .container-sm-variable .row .col,
  .container-sm-variable .row .col-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-sm-variable .row .col-sm-1,
  .container-sm-variable .row .col-sm-2,
  .container-sm-variable .row .col-sm-3,
  .container-sm-variable .row .col-sm-4,
  .container-sm-variable .row .col-sm-5,
  .container-sm-variable .row .col-sm-6,
  .container-sm-variable .row .col-sm-7,
  .container-sm-variable .row .col-sm-8,
  .container-sm-variable .row .col-sm-9,
  .container-sm-variable .row .col-sm-10,
  .container-sm-variable .row .col-sm-11,
  .container-sm-variable .row .col-sm-12,
  .container-sm-variable .row .col-sm,
  .container-sm-variable .row .col-sm-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-sm-variable .row .col-md-1,
  .container-sm-variable .row .col-md-2,
  .container-sm-variable .row .col-md-3,
  .container-sm-variable .row .col-md-4,
  .container-sm-variable .row .col-md-5,
  .container-sm-variable .row .col-md-6,
  .container-sm-variable .row .col-md-7,
  .container-sm-variable .row .col-md-8,
  .container-sm-variable .row .col-md-9,
  .container-sm-variable .row .col-md-10,
  .container-sm-variable .row .col-md-11,
  .container-sm-variable .row .col-md-12,
  .container-sm-variable .row .col-md,
  .container-sm-variable .row .col-md-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-sm-variable .row .col-lg-1,
  .container-sm-variable .row .col-lg-2,
  .container-sm-variable .row .col-lg-3,
  .container-sm-variable .row .col-lg-4,
  .container-sm-variable .row .col-lg-5,
  .container-sm-variable .row .col-lg-6,
  .container-sm-variable .row .col-lg-7,
  .container-sm-variable .row .col-lg-8,
  .container-sm-variable .row .col-lg-9,
  .container-sm-variable .row .col-lg-10,
  .container-sm-variable .row .col-lg-11,
  .container-sm-variable .row .col-lg-12,
  .container-sm-variable .row .col-lg,
  .container-sm-variable .row .col-lg-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-sm-variable .col-xl-1,
  .container-sm-variable .col-xl-2,
  .container-sm-variable .col-xl-3,
  .container-sm-variable .col-xl-4,
  .container-sm-variable .col-xl-5,
  .container-sm-variable .col-xl-6,
  .container-sm-variable .col-xl-7,
  .container-sm-variable .col-xl-8,
  .container-sm-variable .col-xl-9,
  .container-sm-variable .col-xl-10,
  .container-sm-variable .col-xl-11,
  .container-sm-variable .col-xl-12,
  .container-sm-variable .col-xl,
  .container-sm-variable .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-variable,
  .container-sm-variable {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  .carousel-indicators {
    margin-bottom: 10px;
  }
  .container-md-variable {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .container-md-variable .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-md-variable .row .col-1,
  .container-md-variable .row .col-2,
  .container-md-variable .row .col-3,
  .container-md-variable .row .col-4,
  .container-md-variable .row .col-5,
  .container-md-variable .row .col-6,
  .container-md-variable .row .col-7,
  .container-md-variable .row .col-8,
  .container-md-variable .row .col-9,
  .container-md-variable .row .col-10,
  .container-md-variable .row .col-11,
  .container-md-variable .row .col-12,
  .container-md-variable .row .col,
  .container-md-variable .row .col-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-md-variable .row .col-sm-1,
  .container-md-variable .row .col-sm-2,
  .container-md-variable .row .col-sm-3,
  .container-md-variable .row .col-sm-4,
  .container-md-variable .row .col-sm-5,
  .container-md-variable .row .col-sm-6,
  .container-md-variable .row .col-sm-7,
  .container-md-variable .row .col-sm-8,
  .container-md-variable .row .col-sm-9,
  .container-md-variable .row .col-sm-10,
  .container-md-variable .row .col-sm-11,
  .container-md-variable .row .col-sm-12,
  .container-md-variable .row .col-sm,
  .container-md-variable .row .col-sm-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-md-variable .row .col-md-1,
  .container-md-variable .row .col-md-2,
  .container-md-variable .row .col-md-3,
  .container-md-variable .row .col-md-4,
  .container-md-variable .row .col-md-5,
  .container-md-variable .row .col-md-6,
  .container-md-variable .row .col-md-7,
  .container-md-variable .row .col-md-8,
  .container-md-variable .row .col-md-9,
  .container-md-variable .row .col-md-10,
  .container-md-variable .row .col-md-11,
  .container-md-variable .row .col-md-12,
  .container-md-variable .row .col-md,
  .container-md-variable .row .col-md-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-md-variable .row .col-lg-1,
  .container-md-variable .row .col-lg-2,
  .container-md-variable .row .col-lg-3,
  .container-md-variable .row .col-lg-4,
  .container-md-variable .row .col-lg-5,
  .container-md-variable .row .col-lg-6,
  .container-md-variable .row .col-lg-7,
  .container-md-variable .row .col-lg-8,
  .container-md-variable .row .col-lg-9,
  .container-md-variable .row .col-lg-10,
  .container-md-variable .row .col-lg-11,
  .container-md-variable .row .col-lg-12,
  .container-md-variable .row .col-lg,
  .container-md-variable .row .col-lg-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .container-md-variable .col-xl-1,
  .container-md-variable .col-xl-2,
  .container-md-variable .col-xl-3,
  .container-md-variable .col-xl-4,
  .container-md-variable .col-xl-5,
  .container-md-variable .col-xl-6,
  .container-md-variable .col-xl-7,
  .container-md-variable .col-xl-8,
  .container-md-variable .col-xl-9,
  .container-md-variable .col-xl-10,
  .container-md-variable .col-xl-11,
  .container-md-variable .col-xl-12,
  .container-md-variable .col-xl,
  .container-md-variable .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-variable,
  .container-sm-variable,
  .container-md-variable {
    max-width: 1199px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-variable,
  .container-sm-variable,
  .container-md-variable {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 1499px;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-variable,
  .container-sm-variable,
  .container-md-variable {
    max-width: 1680px;
  }
}

/* Base Styles */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "La Nord", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #000;
  background-color: #e8e3e0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: underline;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #000;
  border: 0;
}
.overlay-white hr {
  background-color: #fff;
}
.mobile-show {
  display: block;
}
.mobtab-show {
  display: block;
}
.tablet-show {
  display: none;
}
.tabdesk-show {
  display: none;
}
#search-news .tabdesk-show {
  display: none !important;
}
.desktop-show {
  display: none;
}
.super-show {
  display: none;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 18px;
  }
  .mobile-show {
    display: none;
  }
  .mobtab-show {
    display: block;
  }
  .tablet-show {
    display: block;
  }
  .tabdesk-show {
    display: block;
  }
  #search-news .tabdesk-show {
    display: block !important;
  }
  .desktop-show {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-show {
    display: none;
  }
  .mobtab-show {
    display: none;
  }
  .tabdesk-show {
    display: block;
  }
  .desktop-show {
    display: block;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
  .super-show {
    display: block;
  }
}

/* Background Colours */
.bckgnd-beige {
  background-color: #e8e3e0;
}
.bckgnd-lt-beige {
  background-color: #f3f1f0;
}
.bckgnd-white {
  background-color: #fff;
}

/* Heading Styles */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
  font-family: "La Nord", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-style: normal;
}
h2 {
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: #000;
}
h3 {
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
}
h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h5 {
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #000;
}
#wrapper-home h2,
#wrapper-product h2,
#wrapper-thescience h2,
#wrapper-thescience h3,
#wrapper-ourstory h2,
#wrapper-ourstory h3,
#wrapper-journal h2,
#journal-matrix h4,
#journal-article-lead h3,
#wrapper-press h2,
#wrapper-skindecoder h2,
#wrapper-search h2 {
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: #000;
}
#wrapper-home #skin-decoder h2 {
  margin-bottom: 25px;
  color: #fff;
}
#journal-matrix h4 {
  font-weight: 300;
  text-transform: none;
}
#wrapper-thescience h2,
#wrapper-thescience h3,
#wrapper-ourstory h2,
#wrapper-ourstory h3,
#wrapper-journal h2,
#journal-matrix h4,
#journal-article-lead h3,
#wrapper-press h2,
#wrapper-search h2 {
  margin-bottom: 20px;
}
#wrapper-skindecoder h2 {
  margin-bottom: 40px;
}
#wrapper-home #home-news h3,
#press-matrix h3,
#search-news h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
}
#wrapper-shop h3 {
  letter-spacing: -0.03em;
  color: #000;
}
#wrapper-product h3,
#wrapper-product #product-reviews .product-reviews-title h3,
#journal-matrix h3.journal-category,
#journal-article-lead h2.journal-category,
#account-page h3,
#cart-page h3,
#journal-article-body h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#wrapper-product #product-description h4 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
}
#journal-article-body h4 {
  margin-top: 20px;
}
#wrapper-product #product-reviews .product-review h4,
#shop-matrix .shop-item h3,
#search-matrix .shop-item h3 {
  margin-bottom: 6px;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: none;
}
#shop-title h2,
#wrapper-thescience #global-hero .hero-text,
#wrapper-thescience #global-hero .hero-text p,
#wrapper-ourstory #global-hero .hero-text,
#wrapper-ourstory #global-hero .hero-text p,
#wrapper-skindecoder #global-hero .hero-text,
#wrapper-skindecoder #global-hero .hero-text p {
  font-size: 47px;
  line-height: 42px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
#shop-title h2 {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 27px;
  }
  #press-matrix h3 {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  #wrapper-product #product-description h4 {
    font-size: 16px;
    line-height: 20px;
  }
  #wrapper-product #product-reviews .product-review h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  h4 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
  }
  #wrapper-home #home-news h3 {
    margin-bottom: 10px;
  }
  #wrapper-home #skin-decoder h2 {
    margin-bottom: 35px;
  }
  #shop-title h2,
  #wrapper-thescience #global-hero .hero-text,
  #wrapper-thescience #global-hero .hero-text p,
  #wrapper-ourstory #global-hero .hero-text,
  #wrapper-ourstory #global-hero .hero-text p,
  #wrapper-skindecoder #global-hero .hero-text,
  #wrapper-skindecoder #global-hero .hero-text p {
    font-size: 60px;
    line-height: 56px;
  }
  #shop-title h2 {
    margin-bottom: 30px;
  }
  #shop-matrix .shop-item h3,
  #search-matrix .shop-item h3 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  #wrapper-product #product-reviews .product-reviews-title h3,
  #journal-matrix h3.journal-category,
  #journal-article-lead h2.journal-category,
  #journal-article-body h4,
  #account-page h3,
  #cart-page h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
  }
  #wrapper-product #product-description h4 {
    font-size: 15px;
    line-height: 18px;
  }
  #press-matrix h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  #search-news h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
  #wrapper-home h2,
  #wrapper-home #home-instagram h2,
  #wrapper-thescience h2,
  #wrapper-thescience h3,
  #wrapper-ourstory h2,
  #wrapper-ourstory h3,
  #wrapper-journal h2,
  #journal-matrix h4,
  #journal-article-lead h3,
  #wrapper-press h2,
  #wrapper-skindecoder h2,
  #wrapper-search h2 {
    font-size: 38px;
    line-height: 40px;
  }
  #wrapper-home h2,
  #wrapper-thescience h2,
  #wrapper-thescience h3,
  #wrapper-ourstory h2,
  #wrapper-ourstory h3,
  #wrapper-journal h2,
  #journal-matrix h4,
  #journal-article-lead h3,
  #wrapper-press h2,
  #wrapper-search h2 {
    margin-bottom: 20px;
  }
  #wrapper-home #skin-decoder h2 {
    margin-bottom: 40px;
  }
  #wrapper-skindecoder h2 {
    margin-bottom: 50px;
  }
  #wrapper-home #home-news h3 {
    margin-bottom: 15px;
  }
  #shop-title h2 {
    margin-bottom: 40px;
    font-size: 87px;
    line-height: 80px;
  }
  #shop-matrix .shop-item h3,
  #search-matrix .shop-item h3 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  #press-matrix h3 {
    font-size: 21px;
    line-height: 26px;
  }
  #search-news h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #wrapper-home #home-news h3,
  #search-news h3 {
    font-size: 21px;
    line-height: 26px;
  }
  #wrapper-thescience #global-hero .hero-text,
  #wrapper-thescience #global-hero .hero-text p,
  #wrapper-ourstory #global-hero .hero-text,
  #wrapper-ourstory #global-hero .hero-text p,
  #wrapper-skindecoder #global-hero .hero-text,
  #wrapper-skindecoder #global-hero .hero-text p {
    font-size: 87px;
    line-height: 82px;
  }
  #wrapper-product #product-description h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1500px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  #wrapper-product #product-reviews .product-review h4 {
    font-size: 28px;
    line-height: 32px;
  }
}

/* Button Styles */
.boxed-button,
.boxed-button-variable {
  padding: 12px 20px 10px 20px;
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
}
.boxed-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.boxed-button-variable {
  color: #fff !important;
  background-color: #000;
}
.boxed-button-variable:hover {
  color: #000 !important;
  text-decoration: none;
  background-color: #b8b2b2;
  cursor: pointer;
}
.boxed-button-white {
  color: #000 !important;
  background-color: #fff;
}
.boxed-button-white:hover {
  color: #fff !important;
  background-color: #000;
}
.boxed-button-black {
  color: #fff !important;
  background-color: #000;
}
.boxed-button-black:hover {
  color: #000 !important;
  background-color: #e8e3e0;
}
.boxed-button-inline .boxed-button-black:hover {
  color: #000 !important;
  background-color: #b8b2b2;
}
.boxed-button-grey {
  color: #000 !important;
  background-color: #b8b2b2;
}
.boxed-button-grey:hover {
  color: #000 !important;
  background-color: #fff;
}
.boxed-button-inline {
  margin-bottom: 25px;
}
p + .boxed-button-inline {
  margin-top: 35px;
}
.boxed-button-footer {
  display: inline-block;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: transparent;
}
.boxed-button-footer:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.read-more-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
.read-more {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
}
.read-more span:after {
  content: "\00a0 \00a0 \2192";
}
.dropdown-variable {
  display: inline-block;
  padding: 12px 10px 10px 15px;
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #000 !important;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000;
  cursor: pointer;
}
.dropdown-variable:hover {
  color: #b8b2b2 !important;
  text-decoration: none;
  background-color: #000;
}
.dropdown-variable span:after {
  margin-left: 5px;
  content: "\2193";
}
@media (min-width: 768px) {
  .boxed-button {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 14px;
  }
  .boxed-button-variable {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #000 !important;
    text-decoration: underline;
    background-color: transparent;
  }
  .boxed-button-variable:hover {
    color: #000 !important;
    text-decoration: underline;
    background-color: transparent;
  }
  .boxed-button-footer {
    margin-top: 0;
  }
  .read-more-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .read-more {
    font-size: 14px;
    line-height: 14px;
  }
  .dropdown-variable {
    margin-right: 12px;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    border: none;
  }
  .dropdown-variable:hover {
    color: #000 !important;
    text-decoration: underline;
    background-color: transparent;
  }
  .dropdown-variable span:after {
    margin-left: 0;
    content: "";
  }
}
@media (min-width: 1200px) {
  .boxed-button {
    padding: 16px 30px 14px 30px;
  }
  .boxed-button-variable {
    font-size: 16px;
    line-height: 16px;
  }
  p + .boxed-button-inline {
    margin-top: 50px;
  }
}

/* List Styles */
#supporthouse-content ul {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 0;
}
#supporthouse-content ul.no-bullet {
  padding-top: 10px;
  list-style: none;
  margin: 0;
}
#supporthouse-content ul.no-bullet li {
  margin-bottom: 8px;
}
@media (min-width: 728px) {
  #supporthouse-content ul {
    margin-top: 0;
  }
  #supporthouse-content ul.no-bullet {
    padding-top: 0;
  }
  #supporthouse-content ul.no-bullet li {
    margin-bottom: 15px;
  }
}

/* Pop-ups > Shared Styles */
#pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
}
button.box-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
button.box-close span {
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
}
button.box-close span:first-child {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.box-close span:last-child {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  button.box-close {
    top: 15px;
    right: 15px;
    width: 31px;
    height: 31px;
  }
  button.box-close span {
    top: 15px;
    left: -4px;
    width: 40px;
  }
}

/* Pop-ups */
#pop-subscribe,
#pop-quick-checkout,
#pop-decode-signin {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 2200;
  width: 100%;
  height: 100vh;
}
#pop-subscribe .subscribe-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
  width: calc(100vw - 64px);
  max-width: 1000px;
  text-align: center;
  background-color: #fff;
}
#pop-subscribe .subscribe-box .subscribe-box-top,
#pop-decode-signin .signin-box .signin-box-top {
  margin-bottom: 15px;
}
.pop-email h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #000;
}
#pop-subscribe .subscribe-box h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.pop-email input[type="email"] {
  margin-bottom: 10px;
  padding: 15px 10px 12px 10px;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: #fff;
}
.pop-email ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 1;
}
.pop-email ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 1;
}
.pop-email :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 1;
}
.pop-email :-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 1;
}
.pop-email ::placeholder {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 1;
}
.pop-email input[type="submit"],
#btncheck {
  padding: 12px 20px 10px 20px;
  min-width: 150px;
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000;
  border: none;
  cursor: pointer;
}
.pop-email input[type="submit"]:hover {
  color: #000 !important;
  background-color: #e8e3e0;
}
.pop-email .terms-acceptance {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  letter-spacing: -0.01em;
  text-align: left;
}
.pop-email input[type="checkbox"] {
  margin-right: 7px;
}
.pop-email label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 11px;
  line-height: 12px;
  color: #000;
  letter-spacing: -0.01em;
  vertical-align: middle;
  cursor: pointer;
}
#pop-quick-checkout .checkout-box,
#pop-decode-signin .signin-box {
  position: relative;
  width: calc(100vw - 64px);
  max-width: 1000px;
  background-color: #fff;
}
#pop-quick-checkout .checkout-box {
  padding-top: 45px;
  padding-bottom: 0;
  text-align: left;
}
#pop-quick-checkout .checkout-box .checkout-box-image {
  display: none;
}
#pop-quick-checkout .checkout-box .checkout-box-details {
  padding-left: 30px;
  padding-right: 30px;
}
#pop-quick-checkout #product-options .product-option {
  text-align: center;
}
#pop-quick-checkout .product-form__item {
  padding: 0;
}
#pop-decode-signin .signin-box {
  padding-top: 55px;
  padding-bottom: 35px;
  text-align: center;
}
@media (min-width: 576px) {
  #pop-quick-checkout #product-options .product-option {
    min-width: 180px;
  }
}
@media (min-width: 768px) {
  #pop-subscribe .subscribe-box {
    padding-top: 80px;
    padding-bottom: 60px;
    background: url(./eighthday-pop-subscribe-desktop.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #pop-subscribe .subscribe-box .subscribe-box-top {
    margin-bottom: 40px;
  }
  .pop-email h2 {
    font-size: 31px;
    line-height: 30px;
  }
  #pop-subscribe .subscribe-box h3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  #pop-quick-checkout .checkout-box {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  #pop-quick-checkout .checkout-box .checkout-box-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #pop-quick-checkout .checkout-box .checkout-box-image img {
    object-fit: cover;
    width: auto;
    min-width: 100%;
    height: 110%;
    min-height: 110%;
  }
  #pop-quick-checkout .checkout-box .checkout-box-details {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 50px;
  }
  #pop-decode-signin .signin-box {
    padding-top: 13vh;
    padding-bottom: 7vh;
  }
}
@media (min-width: 992px) {
  #pop-subscribe .subscribe-box {
    padding-top: 8vh;
    padding-bottom: 6vh;
  }
  #pop-subscribe .subscribe-box .subscribe-box-top {
    margin-bottom: 4vh;
  }
  .pop-email h2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 39px;
  }
  .pop-email input[type="email"] {
    font-size: 14px;
    line-height: 14px;
  }
  .pop-email ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 14px;
  }
  .pop-email ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 14px;
  }
  .pop-email :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    line-height: 14px;
  }
  .pop-email :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    line-height: 14px;
  }
  .pop-email ::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .pop-email input[type="submit"] {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .pop-email input[type="submit"] {
    padding: 16px 30px 14px 30px;
  }
  #pop-quick-checkout .checkout-box .checkout-box-image {
    padding-right: 30px;
  }
  #pop-quick-checkout .checkout-box .checkout-box-details {
    padding-right: 30px;
  }
  #pop-quick-checkout #product-options .product-option {
    min-width: 220px;
  }
}

/* Shared Layouts */
.lead-text .text-wrapper,
.staggered-text .text-wrapper,
.staggered-text .text-wrapper-spad,
.staggered-text .text-wrapper-lpad {
  padding-left: 25px;
  padding-right: 25px;
}
.lead-text .text-wrapper,
lead-text .text-wrapper p,
.staggered-text .text-wrapper p.emphasis,
#thedoctor-regenerative-power p,
#ingredientstory-plasma p,
#ingredientstory-staggered p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.staggered p.testimonial {
  font-size: 27px;
  line-height: 28px;
  letter-spacing: -0.03px;
}
.staggered p.testimonial-attribution {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.staggered p + p.testimonial-attribution {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lead-text .text-wrapper,
  .staggered-text .text-wrapper {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .lead-text .text-wrapper {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .staggered {
    padding-top: 0;
    padding-bottom: 0;
  }
  .staggered-imgleft,
  .staggered-imgright {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .staggered-imgleft .staggered-text .text-wrapper-align {
    padding-left: 0;
    padding-right: 0;
  }
  .staggered-imgright .staggered-text .text-wrapper-align {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .lead-text .text-wrapper {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .staggered {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .staggered-imgleft,
  .staggered-imgright {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .staggered-imgleft .staggered-text .text-wrapper-align {
    padding-left: 30px !important;
    padding-right: 30px;
  }
  .staggered-imgright .staggered-text .text-wrapper-align {
    padding-left: 30px !important;
    padding-right: 30px;
  }
  .lead-text .text-wrapper,
  lead-text .text-wrapper p,
  .staggered-text .text-wrapper p.emphasis,
  #thedoctor-regenerative-power p,
  #ingredientstory-plasma p,
  #ingredientstory-staggered p {
    font-size: 18px;
    line-height: 22px;
  }
  .staggered-text .text-wrapper p.testimonial {
    font-size: 31px;
    line-height: 32px;
  }
  .staggered-text .text-wrapper p.testimonial-attribution {
    font-size: 14px;
    line-height: 16px;
  }
  .staggered-text .text-wrapper p + p.testimonial-attribution {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .lead-text .text-wrapper,
  lead-text .text-wrapper p,
  .staggered-text .text-wrapper p.emphasis,
  #thedoctor-regenerative-power p,
  #ingredientstory-plasma p,
  #ingredientstory-staggered p {
    font-size: 21px;
    line-height: 26px;
  }
  .staggered-text .text-wrapper p.testimonial {
    font-size: 38px;
    line-height: 40px;
  }
  .staggered-text .text-wrapper p.testimonial-attribution {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1500px) {
  .staggered-text .text-wrapper-spad {
    padding-left: 80px;
    padding-right: 80px;
  }
  .staggered-text .text-wrapper-lpad {
    padding-left: 160px;
    padding-right: 160px;
  }
  .staggered-imgleft .staggered-text .text-wrapper-align {
    padding-left: 50px !important;
    padding-right: 80px;
  }
  .staggered-imgright .staggered-text .text-wrapper-align {
    padding-left: 80px !important;
    padding-right: 80px;
  }
}

/* Shared Styles */
.form-control {
  border-radius: 0;
}
.text-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-imgleft .text-pad-spercentage,
.staggered-imgleft .text-pad-spercentage {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.feature-imgright .text-pad-spercentage,
.staggered-imgright .text-pad-spercentage {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.feature-imgleft .text-pad-lpercentage,
.staggered-imgleft .text-pad-lpercentage {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.feature-imgright .text-pad-lpercentage,
.staggered-imgright .text-pad-lpercentage {
  padding-left: 25px !important;
  padding-right: 25px !important;
  /* padding-bottom: 0 !important; */
}
#global-hero .global-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 65vw;
  max-height: calc(100vh - 78px);
  color: #fff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#global-hero .global-hero-image .hero-arrow {
  margin: 0 auto;
  margin-top: 20px;
  width: 20px;
}
.overlay-white {
  color: #fff !important;
}
.overlay-black {
  color: #000 !important;
}
.image-overlay {
  position: relative;
}
.image-overlay .text-wrapper {
  position: absolute;
  padding: 25px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.text-statistic p.emphasis {
  font-size: 58px;
  line-height: 58px;
  letter-spacing: -0.03em;
}
.text-statistic hr {
  margin-top: -5px;
  margin-bottom: 10px;
  width: 10px;
  height: 1px;
  border: none;
}
#skin-decoder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px;
}
#skin-decoder .decoder-inset {
  padding: 10px;
  width: 100%;
  height: 285px;
}
#skin-decoder .decoder-inset .decoder-content {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}
#skin-decoder .decoder-inset .decoder-content .text-wrapper {
  text-align: center;
}
.decoder-logo,
.decoder-logo img {
  margin: 0 auto;
  margin-bottom: 6px;
  width: 32px;
}
.footer-logo,
.footer-logo img {
  margin-bottom: 5px;
  width: 32px;
}
@media (min-width: 576px) {
  #global-hero .global-hero-image {
    height: 55vw;
  }
  .text-statistic p.emphasis {
    font-size: 84px;
    line-height: 80px;
  }
  .text-statistic hr {
    margin-top: -5px;
    margin-bottom: 10px;
    width: 15px;
  }
  #skin-decoder {
    height: 335px;
  }
  #skin-decoder .decoder-inset {
    height: 335px;
  }
}
@media (max-width: 767px) {
  .image-variable-margin {
    padding: 0;
  }
  .image-variable-margin img {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}
@media (min-width: 768px) {
  #global-hero .global-hero-image {
    height: 45vw;
  }
  #global-hero .global-hero-image .hero-arrow {
    margin-top: 20px;
    width: 28px;
  }
  .image-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .image-flex img {
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  #skin-decoder {
    height: 450px;
  }
  #skin-decoder .decoder-inset {
    height: 450px;
  }
  .decoder-logo,
  .decoder-logo img {
    margin-bottom: 8px;
    width: 42px;
  }
  .footer-logo,
  .footer-logo img {
    margin-bottom: 8px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .feature-imgleft .text-pad-spercentage,
  .staggered-imgleft .text-pad-spercentage {
    padding-left: 5% !important;
    padding-right: 8% !important;
  }
  .feature-imgright .text-pad-spercentage,
  .staggered-imgright .text-pad-spercentage {
    padding-left: 8% !important;
    padding-right: 5% !important;
  }
  .feature-imgleft .text-pad-lpercentage,
  .staggered-imgleft .text-pad-lpercentage {
    padding-left: 10% !important;
    padding-right: 13% !important;
  }
  .feature-imgright .text-pad-lpercentage,
  .staggered-imgright .text-pad-lpercentage {
    padding-left: 13% !important;
    padding-right: 10% !important;
  }
  .staggered-imgleft .text-statistic .text-lockup {
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
  .staggered-imgright .text-statistic .text-lockup {
    padding-left: 25px !important;
    padding-right: 0 !important;
  }
  .staggered-imgleft .image-overlay .text-statistic .text-lockup {
    padding-left: 25px !important;
    padding-right: 0 !important;
  }
  .staggered-imgright .image-overlay .text-statistic .text-lockup {
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
  #global-hero .global-hero-image {
    height: 35vw;
  }
  #global-hero .global-hero-image .hero-arrow {
    margin-top: 25px;
    width: 32px;
  }
  .text-statistic p.emphasis {
    font-size: 110px;
    line-height: 104px;
  }
  #skin-decoder {
    height: 565px;
  }
  #skin-decoder .decoder-inset {
    padding: 25px;
    height: 565px;
  }
  .decoder-logo,
  .decoder-logo img {
    margin-bottom: 12px;
    width: 52px;
  }
  .image-wrapper-lgpad-left {
    padding-left: 50px;
    padding-right: 30px;
  }
  .image-wrapper-lgpad-right {
    padding-left: 30px;
    padding-right: 50px;
  }
  .footer-logo,
  .footer-logo img {
    margin-bottom: 12px;
    width: 42px;
  }
}
@media (min-width: 1200px) {
  #skin-decoder {
    height: 680px;
  }
  #skin-decoder .decoder-inset {
    height: 680px;
  }
  .image-wrapper-smpad-left {
    padding-left: 25px;
  }
  .image-wrapper-smpad-right {
    padding-right: 25px;
  }
  .image-wrapper-lgpad-left {
    padding-left: 50px;
    padding-right: 30px;
  }
  .image-wrapper-lgpad-right {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media (min-width: 1500px) {
  .feature-imgleft .text-pad-spercentage,
  .staggered-imgleft .text-pad-spercentage {
    padding-left: 10% !important;
    padding-right: 14% !important;
  }
  .feature-imgright .text-pad-spercentage,
  .staggered-imgright .text-pad-spercentage {
    padding-left: 14% !important;
    padding-right: 10% !important;
  }
  .feature-imgleft .text-pad-lpercentage,
  .staggered-imgleft .text-pad-lpercentage {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .feature-imgright .text-pad-lpercentage,
  .staggered-imgright .text-pad-lpercentage {
    padding-left: 18% !important;
    padding-right: 17% !important;
  }
  .image-wrapper-smpad-left {
    padding-left: 50px;
  }
  .image-wrapper-smpad-right {
    padding-right: 50px;
  }
  .image-wrapper-lgpad-left {
    padding-left: 80px;
    padding-right: 50px;
  }
  .image-wrapper-lgpad-right {
    padding-left: 50px;
    padding-right: 80px;
  }
}

/* Global > Footer */
footer,
.footer {
  font-size: 11px;
  line-height: 12px;
  color: #000;
  letter-spacing: -0.01em;
}
footer a,
.footer a {
  text-decoration: none;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #fff;
  text-decoration: underline;
}
footer ul,
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li,
.footer ul li {
  display: inline-block;
}
footer #footer-top {
  padding-top: 35px;
  padding-bottom: 15px;
  color: #fff;
  background-position: top center;
  background-size: cover;
  backgrond-repeat: no-repeat;
}
footer .footer-tagline {
  padding-top: 30px;
  font-size: 36px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-social,
footer .footer-payment,
footer .footer-copyright,
footer .footer-signup,
footer .footer-links {
  font-weight: normal;
}
footer .footer-social {
  margin-top: 20px;
  padding-left: 3px;
}
footer .footer-social .footer-social-icon {
  margin-right: 8px;
  height: 21px;
  opacity: 1;
  cursor: pointer;
}
footer .footer-social .footer-social-icon:hover {
  opacity: 0.7;
}
footer .footer-payment {
  margin-top: 30px;
  padding-left: 3px;
}
footer .footer-payment .footer-payment-logo {
  margin-right: 14px;
  height: 35px;
}
footer .footer-copyright {
  margin-top: 30px;
}
footer .footer-signup {
  margin-top: 40px;
}
footer .footer-signup input {
  margin-top: 10px;
  padding: 13px 15px 10px 15px;
  width: 100%;
  max-width: 300px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
footer .footer-signup ::placeholder {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  opacity: 1;
}
footer .footer-links {
  margin-top: 35px;
}
footer .footer-links ul li {
  margin-bottom: 10px;
  display: block;
}
footer #footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  background-color: #b8b2b2;
}
footer #footer-bottom .footer-cookies-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
footer #footer-bottom .footer-cookies a,
footer #footer-bottom .footer-cookies a:hover,
footer #footer-bottom .footer-cookies a:active,
footer #footer-bottom .footer-cookies a:focus {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .footer-tagline {
    padding-top: 35px;
    font-size: 42px;
    line-height: 38px;
  }
  footer .footer-payment {
    margin-top: 50px;
  }
  footer .footer-copyright {
    margin-top: 8vw;
  }
  footer .footer-signup {
    margin-top: 0;
  }
  footer .footer-signup input {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  footer .footer-tagline {
    padding-top: 40px;
    font-size: 47px;
    line-height: 42px;
  }
  footer #footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  footer #footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Global > Breadcrumb */
#breadcrumb {
  padding-top: 10px;
  padding-bottom: 13px;
}
#breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #000;
}
#breadcrumb ul li:after {
  content: "\00a0\00a0\00a0\003e\00a0\00a0\00a0";
}
#breadcrumb ul li:last-child:after {
  content: "";
}
#breadcrumb ul li a {
  text-decoration: none;
}
#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus,
#breadcrumb ul li a:active {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #breadcrumb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  #breadcrumb ul li {
    font-size: 15px;
    line-height: 18px;
  }
}

/* HOMEPAGE */
#wrapper-home #home-hero #home-hero-carousel {
  position: relative;
}
#wrapper-home #home-hero #home-hero-carousel .home-hero-button-wrapper {
  position: absolute;
  bottom: 15vw;
  z-index: 15;
  width: 100%;
  text-align: center;
}
#wrapper-home #home-hero #home-hero-carousel .hero-carousel-image {
  width: 100vw;
  height: auto;
}
#wrapper-home #home-hero #home-hero-carousel .carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
#wrapper-home #home-testimonials {
  text-align: center;
}
#wrapper-home #home-testimonials #home-testimonials-carousel {
  position: relative;
}
#wrapper-home #home-testimonials #home-testimonials-carousel,
#wrapper-home #home-testimonials #home-testimonials-carousel p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
}
#wrapper-home #home-testimonials #home-testimonials-carousel .carousel-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#wrapper-home
  #home-testimonials
  #home-testimonials-carousel
  .carousel-inner
  .testi_desc
  p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 85px;
}
#wrapper-home
  #home-testimonials
  #home-testimonials-carousel
  p.testimonial-attribution {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}
#wrapper-home
  #home-testimonials
  #home-testimonials-carousel
  p
  + p.testimonial-attribution {
  margin-top: 20px;
}
#wrapper-home #home-doctor .text-wrapper,
#wrapper-home #home-cleanscience .text-wrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
#wrapper-home #home-news {
  padding-top: 35px;
  padding-bottom: 55px;
  background-color: #fff;
}
#wrapper-home #home-news .title-wrapper {
  padding-bottom: 20px;
}
#wrapper-home #home-news .image-wrapper {
  max-height: 538px;
}
#wrapper-home #home-news .image-wrapper .image-crop img {
  max-width: 100vw;
  max-height: 538px;
}
#wrapper-home #home-news .text-wrapper {
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper-home #home-news .text-wrapper p {
  margin-bottom: 5px;
}
#wrapper-home #home-news .boxed-button-inline {
  margin-top: 30px;
}
#wrapper-home #home-news .boxed-button-grey:hover {
  color: #fff !important;
  background-color: #000;
}
@media (min-width: 576px) {
  #wrapper-home #home-news .text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #wrapper-home #home-news .image-wrapper {
    padding-left: 7px;
    padding-right: 7px;
  }
  #wrapper-home #home-news .image-wrapper .image-crop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc((100vw - 58px) / 2 * 1.3);
    max-height: 538px;
    overflow: hidden;
  }
  #wrapper-home #home-news .image-wrapper .image-crop img {
    height: calc((100vw - 58px) / 2 * 1.3);
    width: auto;
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  #wrapper-home #home-hero #home-hero-carousel .home-hero-button-wrapper {
    bottom: 6.8vw;
  }
  #wrapper-home #home-hero #home-hero-carousel .carousel-control-next,
  .carousel-control-prev {
    width: 3%;
  }
  #wrapper-home #home-testimonials {
    background-color: #e8e3e0;
  }
  #wrapper-home #home-doctor,
  #wrapper-home #home-cleanscience {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #wrapper-home #home-news .image-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #wrapper-home #home-news .image-wrapper .image-crop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc((100vw - 170px) / 3 * 1.3);
    max-height: 538px;
    overflow: hidden;
  }
  #wrapper-home #home-news .image-wrapper .image-crop img {
    height: calc((100vw - 170px) / 3 * 1.3);
    width: auto;
    max-width: auto;
  }
  #wrapper-home #home-news .text-wrapper p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #wrapper-home #home-hero #home-hero-carousel .home-hero-button-wrapper {
    bottom: 6.4vw;
  }
  #wrapper-home #home-hero #home-hero-carousel .carousel-indicators {
    margin-bottom: 30px !important;
  }
  #wrapper-home #home-testimonials #home-testimonials-carousel,
  #wrapper-home #home-testimonials #home-testimonials-carousel p {
    font-size: 36px;
    line-height: 45px;
  }
  #wrapper-home #home-testimonials #home-testimonials-carousel .carousel-inner {
    margin-bottom: 35px;
    padding-top: 105px;
    padding-bottom: 55px;
  }
  #wrapper-home
    #home-testimonials
    #home-testimonials-carousel
    .carousel-inner
    .testi_desc
    p {
    height: 125px;
  }
  #wrapper-home
    #home-testimonials
    #home-testimonials-carousel
    p.testimonial-attribution {
    font-size: 14px;
    line-height: 16px;
  }
  #wrapper-home
    #home-testimonials
    #home-testimonials-carousel
    p
    + p.testimonial-attribution {
    margin-top: 40px;
  }
  #wrapper-home #home-doctor {
    margin-bottom: 60px;
  }
  #wrapper-home #home-cleanscience {
    margin-bottom: 40px;
  }
  #wrapper-home #home-news {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  #wrapper-home #home-news .title-wrapper {
    padding-bottom: 75px;
  }
  #wrapper-home #home-news .text-wrapper p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #wrapper-home #home-testimonials #home-testimonials-carousel,
  #wrapper-home #home-testimonials #home-testimonials-carousel p {
    font-size: 48px;
    line-height: 62px;
  }
  #wrapper-home
    #home-testimonials
    #home-testimonials-carousel
    p.testimonial-attribution {
    font-size: 16px;
    line-height: 18px;
  }
  #wrapper-home
    #home-testimonials
    #home-testimonials-carousel
    .carousel-inner
    .testi_desc
    p {
    height: 145px;
  }
  #wrapper-home #home-news .image-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  #wrapper-home #home-news .image-wrapper .image-crop {
    height: calc((100vw - 300px) / 3 * 1.3);
  }
  #wrapper-home #home-news .image-wrapper .image-crop img {
    height: calc((100vw - 300px) / 3 * 1.3);
  }
  #wrapper-home #home-news .text-wrapper {
    padding-top: 30px;
  }
  #wrapper-home #home-news .text-wrapper,
  #wrapper-home #home-news .text-wrapper p {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1500px) {
  #wrapper-home #home-news .image-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  #wrapper-home #home-news .image-wrapper .image-crop {
    height: calc((100vw - 450px) / 3 * 1.3);
  }
  #wrapper-home #home-news .image-wrapper .image-crop img {
    height: calc((100vw - 450px) / 3 * 1.3);
  }
}

/* SHOP > Products Matrix */
#shop-title {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}
#shop-title,
#shop-title p {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
#shop-matrix-wrapper {
  padding-bottom: 40px;
}
#shop-matrix .shop-item,
#search-matrix .shop-item {
  margin-bottom: 25px;
  text-align: left;
}
#shop-matrix .shop-item .shop-item-text,
#search-matrix .shop-item .shop-item-text {
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
#shop-matrix .shop-item .shop-item-text .shop-item-price,
#search-matrix .shop-item .shop-item-text .shop-item-price {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
}
#shop-subnav {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}
#shop-subnav .shop-subnav-section {
  padding-top: 2px;
  border-top: 1px solid #000;
}
#shop-subnav .shop-subnav-section:last-child {
  border-bottom: 1px solid #000;
}
#shop-subnav button {
  padding: 0;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
#shop-subnav button.subnav-closed:after {
  float: right;
  margin-top: -3px;
  font-weight: 300;
  font-size: 15px;
  content: "\002b";
}
#shop-subnav button.subnav-open:after {
  float: right;
  margin-top: -3px;
  font-weight: 300;
  font-size: 18px;
  content: "\2013";
}
#shop-subnav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  list-style: none;
}
#shop-subnav ul li a {
  text-decoration: none;
}
#shop-subnav ul li a:hover,
#shop-subnav ul li a:focus,
#shop-subnav ul li a:active {
  text-decoration: underline;
}
@media (max-width: 575px) {
  #shop-matrix .container,
  #search-matrix .container {
    padding-left: 0;
    padding-right: 0;
  }
  #shop-matrix .container .row,
  #search-matrix .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  #shop-matrix .container .row .col-sm-6,
  #search-matrix .container .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
  #shop-matrix .shop-item,
  #search-matrix .shop-item {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 576px) {
  #shop-matrix-wrapper {
    padding-bottom: 15vw;
  }
  #shop-matrix .shop-item,
  #search-matrix .shop-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #shop-matrix .shop-item .shop-item-image-3col,
  #search-matrix .shop-item .shop-item-image-3col {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 100%;
  }
  #shop-matrix .shop-item .shop-item-image-3col img,
  #search-matrix .shop-item .shop-item-image-3col img {
    width: 100%;
    height: 100%;
  }
  #shop-matrix .shop-item .shop-item-text,
  #search-matrix .shop-item .shop-item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #shop-title {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  #shop-matrix .shop-item,
  #search-matrix .shop-item {
    margin-bottom: 45px;
  }
  #shop-matrix .shop-item .shop-item-image-3col,
  #search-matrix .shop-item .shop-item-image-3col {
  }
  #shop-matrix .shop-item .shop-item-text .shop-item-price,
  #search-matrix .shop-item .shop-item-text .shop-item-price {
    margin-bottom: 30px;
  }
  #shop-sidebar .sub-menu-header {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
  }
  #shop-sidebar .sub-menu-header {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  #shop-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #shop-sidebar ul li a {
    text-decoration: none;
  }
  #shop-sidebar ul li a:hover,
  #shop-sidebar ul li a:focus,
  #shop-sidebar ul li a:active {
    text-decoration: underline;
  }
  #shop-sidebar ul + .sub-menu-header {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #shop-title {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #shop-title,
  #shop-title p {
    font-size: 24px;
    line-height: 28px;
  }
  #shop-matrix .shop-item,
  #search-matrix .shop-item {
    margin-bottom: 65px;
  }
  #shop-matrix .shop-item .shop-item-image-3col,
  #search-matrix .shop-item .shop-item-image-3col {
  }
  #shop-matrix .shop-item .shop-item-text,
  #search-matrix .shop-item .shop-item-text {
    padding-top: 20px;
  }
  #shop-matrix .shop-item .shop-item-text .shop-item-price,
  #search-matrix .shop-item .shop-item-text .shop-item-price {
    margin-bottom: 35px;
  }
  #shop-matrix .shop-item .shop-item-image-3col img,
  #search-matrix .shop-item .shop-item-image-3col img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #shop-matrix .shop-item,
  #search-matrix .shop-item {
    margin-bottom: 85px;
  }
  #shop-matrix .shop-item .shop-item-text .shop-item-price,
  #search-matrix .shop-item .shop-item-text .shop-item-price {
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  #shop-matrix .shop-item .shop-item-image-3col,
  #search-matrix .shop-item .shop-item-image-3col {
  }
}

/* SHOP > Product Detail > Shared (with Pop-ups) */
#product-description-text {
  padding-bottom: 5px;
}
#product-price-ratings {
  padding-top: 10px;
  padding-bottom: 12px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#product-price-ratings .product-detail-ratings {
  text-align: right;
}
#product-options {
  padding-top: 20px;
  padding-bottom: 22px;
}
#product-options .product-option,
.swatch .swatch-element {
  margin-bottom: 10px;
  padding: 11px 10px 11px 10px;
  /* 	width: 100%; */
  font-family: "La Nord", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  background-color: transparent;
  border: 1px solid #000;
}
#product-options .product-option-hilite,
.swatch input:checked + label {
  font-weight: 500 !important;
  border: 2px solid #000 !important;
}
#product-options-button {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #product-price-ratings {
    padding-top: 13px;
    padding-bottom: 15px;
  }
  #product-options .product-option {
    padding: 14px 10px 14px 10px;
  }
}
@media (min-width: 1200px) {
  #product-options .product-option {
    font-size: 14px;
    line-height: 14px;
  }
}

/* SHOP > Product Detail */
#wrapper-product #product-detail {
  padding-top: 20px;
}
#wrapper-product li.active {
  padding-bottom: 5px !important;
}
#wrapper-product .lSSlideOuter .lSPager.lSGallery li.active,
#wrapper-product .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0 !important;
}
#wrapper-product .product-detail-section {
  padding-top: 2px;
  border-top: 1px solid #000;
}
#wrapper-product
  .product-detail-section-wrapper:last-child
  .product-detail-section {
  border-bottom: 1px solid #000;
}
#wrapper-product .product-detail-section button {
  padding: 0;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
#wrapper-product button.section-closed:after {
  float: right;
  margin-top: -3px;
  font-weight: 300;
  font-size: 15px;
  content: "\002b";
}
#wrapper-product button.section-open:after {
  float: right;
  margin-top: -3px;
  font-weight: 300;
  font-size: 18px;
  content: "\2013";
}
#wrapper-product #product-description ul {
  margin-left: -15px;
}
#wrapper-product #product-description li {
  list-style-type: none;
  position: relative; /* It's needed for setting position to absolute in the next rule. */
}
#wrapper-product #product-reviews {
  padding-top: 25px;
}
#wrapper-product #product-reviews .product-reviews-title {
  padding-bottom: 20px;
  text-align: center;
}
#wrapper-product #product-reviews .product-review {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#wrapper-product #product-reviews .product-review .product-review-rating {
  margin-bottom: 15px;
}
#wrapper-product #product-reviews .product-reviews-more {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}
@media (min-width: 576px) {
  #wrapper-product #product-reviews .product-reviews-title {
    padding-bottom: 15px;
    text-align: center;
  }
  #wrapper-product #product-reviews .product-review {
    padding-top: 45px;
    padding-bottom: 15px;
    padding-left: 2vw;
    padding-right: 2vw;
    border-bottom: none;
  }
  #wrapper-product #product-reviews .product-reviews-more {
    padding-top: 65px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #wrapper-product .product-detail-section button {
    font-size: 14px;
    line-height: 44px;
  }
  #wrapper-product #product-description ul {
    margin-left: -17px;
  }
  #wrapper-product #product-reviews {
    padding-top: 35px;
  }
  #wrapper-product #product-reviews .product-review {
    padding-top: 80px;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #wrapper-product #product-reviews .product-reviews-more {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #wrapper-product #product-reviews .product-review {
    padding-top: 80px;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  #wrapper-product #product-reviews .product-review .product-review-rating {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #wrapper-product #product-description ul {
    margin-left: -15px;
  }
  #wrapper-product #product-reviews .product-review {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/* THE SCIENCE & OUR STORY */
#wrapper-thescience #global-hero,
#wrapper-ourstory #global-hero,
#earn-rewards #global-hero {
  position: relative;
}
#wrapper-thescience #global-hero .hero-arrow,
#wrapper-ourstory #global-hero .hero-arrow,
#earn-rewards #global-hero .hero-arrow {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 15px);
  width: 30px;
}
#wrapper-thescience .text-statistic,
#wrapper-thescience .text-statistic p,
#wrapper-thescience .image-overlay,
#wrapper-thescience .image-overlay p,
#wrapper-ourstory .image-overlay,
#wrapper-ourstory .image-overlay p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
#wrapper-thescience .image-overlay .text-statistic p.emphasis,
#wrapper-thescience .text-statistic p.emphasis,
#wrapper-ourstory .image-overlay .text-statistic p.emphasis,
#wrapper-ourstory .text-statistic p.emphasis {
  font-size: 58px;
  line-height: 58px;
  letter-spacing: -0.03em;
}
#wrapper-thescience .image-overlay .text-statistic hr,
#wrapper-ourstory .image-overlay .text-statistic hr,
#wrapper-thescience .text-statistic-noimage hr,
#wrapper-ourstory .text-statistic-noimage hr {
  margin-top: -5px;
  margin-bottom: 10px;
  width: 10px;
  height: 1px;
  border: none;
}
#wrapper-thescience #thedoctor-doctor .text-wrapper {
  padding-top: 35px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 576px) {
  #wrapper-thescience #global-hero .hero-arrow,
  #wrapper-ourstory #global-hero .hero-arrow {
    bottom: 30px;
  }
  #wrapper-thescience .image-overlay .text-statistic p.emphasis,
  #wrapper-thescience .text-statistic p.emphasis,
  #wrapper-ourstory .text-statistic,
  #wrapper-ourstory .text-statistic p,
  #wrapper-ourstory .image-overlay .text-statistic p.emphasis,
  #wrapper-ourstory .text-statistic p.emphasis {
    font-size: 84px;
    line-height: 80px;
  }
  #wrapper-thescience .image-overlay .text-statistic hr,
  #wrapper-ourstory .image-overlay .text-statistic hr {
    margin-top: -5px;
    margin-bottom: 10px;
    width: 15px;
  }
}
@media (min-width: 768px) {
  #wrapper-thescience #thedoctor-doctor {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #ingredientstory-lead .lead-text .text-wrapper {
    padding-bottom: 0;
  }
  #ingredientstory-plasma {
    margin-top: -30px;
  }
  #clinicalresults-lead .lead-text .text-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #wrapper-thescience #global-hero .hero-arrow,
  #wrapper-ourstory #global-hero .hero-arrow {
    bottom: 4vw;
  }
  #wrapper-thescience .text-statistic,
  #wrapper-thescience .text-statistic p,
  #wrapper-thescience .image-overlay,
  #wrapper-thescience .image-overlay p,
  #wrapper-ourstory .text-statistic,
  #wrapper-ourstory .text-statistic p,
  #wrapper-ourstory .image-overlay,
  #wrapper-ourstory .image-overlay p {
    font-size: 18px;
    line-height: 22px;
  }
  #wrapper-thescience .image-overlay .text-statistic p.emphasis,
  #wrapper-thescience .text-statistic p.emphasis,
  #wrapper-ourstory .image-overlay .text-statistic p.emphasis,
  #wrapper-ourstory .text-statistic p.emphasis {
    font-size: 110px;
    line-height: 104px;
  }
  #wrapper-thescience #thedoctor-doctor {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  #wrapper-thescience .text-statistic,
  #wrapper-thescience .text-statistic p,
  #wrapper-thescience .image-overlay,
  #wrapper-thescience .image-overlay p,
  #wrapper-ourstory .text-statistic,
  #wrapper-ourstory .text-statistic p,
  #wrapper-ourstory .image-overlay,
  #wrapper-ourstory .image-overlay p {
    font-size: 21px;
    line-height: 26px;
  }
  #wrapper-thescience #thedoctor-doctor {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

/* JOURNAL > Articles Matrix */
#journal-matrix .journal-item {
  margin-bottom: 25px;
}
#journal-matrix .journal-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
  height: 88vw;
  overflow: hidden;
}
#journal-matrix .journal-item-text {
  margin-bottom: 25px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
#journal-matrix .journal-item-text h4 {
  font-family: "Martina Plantijn";
}
#journal-matrix .journal-item-text p {
  margin-bottom: 25px;
}
#journal-matrix .journal-item-text .boxed-button-grey:hover {
  color: #fff !important;
  background-color: #000;
}
@media (min-width: 576px) {
  #journal-lead {
    padding-bottom: 15vw;
  }
  #journal-matrix .journal-items-bump {
    margin-top: -12%;
  }
  #journal-matrix .journal-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  #journal-matrix .journal-item-image {
    height: calc((100vw - 80px) / 2 * 0.88);
  }
  #journal-matrix .journal-item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #journal-lead {
    padding-bottom: 30vw;
  }
  #journal-matrix .journal-items-bump {
    margin-top: -35%;
  }
  #journal-matrix .journal-item {
    margin-bottom: 45px;
  }
  #journal-matrix .journal-item-image {
    height: calc((100vw - 228px) / 2 * 0.88);
  }
  #journal-matrix .journal-item-text p {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #journal-matrix .journal-item {
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #journal-matrix .journal-item-image {
    height: calc((100vw - 306px) / 2 * 0.88);
  }
}
@media (min-width: 1200px) {
  #journal-matrix .journal-item-image {
    height: calc((100vw - 374px) / 2 * 0.88);
  }
}
@media (min-width: 1500px) {
  #journal-matrix .journal-item-image {
    max-height: 570px;
  }
}

/* JOURNAL > Article */
#journal-article-hero .journal-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64vw;
  overflow: hidden;
}
#journal-article-body {
  padding-top: 45px;
  padding-bottom: 30px;
}
#journal-article-body .image_button {
  text-align: center;
}
#journal-article-body .image_button img {
  margin-bottom: 40px;
}
#journal-article-body.journal-article-lowerbody {
  padding-bottom: 50px;
}
#journal-article-body ul {
  margin-left: -20px;
  padding-top: 5px;
  list-style-type: none;
}
#journal-article-body ul li {
  position: relative;
}
#journal-article-body ul li:before {
  margin-left: -19px;
  content: "\2022\00a0\00a0\00a0";
}
#journal-article-cta .cta-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 60vw;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  #journal-article-lead {
    padding-bottom: 45vw;
  }
  #journal-article-hero .journal-hero-image {
    margin-top: -48%;
    height: calc((100vw - 50px) * 0.64);
  }
  #journal-article-cta .cta-button-wrapper {
    height: calc((100vw - 50px) * 0.6);
  }
}
@media (min-width: 768px) {
  #journal-article-lead {
    padding-bottom: 39vw;
  }
  #journal-article-hero .journal-hero-image {
    margin-top: -50%;
    height: calc((100vw - 184px) * 0.64);
  }
  #journal-article-body {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  #journal-article-body.journal-article-lowerbody {
    padding-bottom: 80px;
  }
  #journal-article-body ul {
    margin-left: -19px;
  }
  #journal-article-body ul li:before {
    margin-left: -21px;
  }
  #journal-article-cta .cta-button-wrapper {
    height: 38vw;
  }
}
@media (min-width: 992px) {
  #journal-article-lead {
    padding-bottom: 39vw;
  }
  #journal-article-hero .journal-hero-image {
    margin-top: -52%;
    height: calc((100vw - 212px) * 0.64);
  }
  #journal-article-body.journal-article-lowerbody {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  #journal-article-lead .lead-text .text-wrapper {
    padding-top: 120px;
  }
  #journal-article-hero .journal-hero-image {
    height: calc((100vw - 282px) * 0.64);
  }
  #journal-article-body ul {
    margin-left: -15px;
  }
  #journal-article-body ul li:before {
    margin-left: -26px;
  }
  #journal-article-cta .cta-button-wrapper {
    height: 28vw;
  }
}
@media (min-width: 1500px) {
  #journal-article-hero .journal-hero-image {
    margin-top: -50%;
    height: calc((100vw - 358px) * 0.64);
  }
}
@media (min-width: 1680px) {
  #journal-article-lead {
    padding-bottom: 680px;
  }
  #journal-article-hero .journal-hero-image {
    margin-top: -680px;
    height: 850px;
  }
  #journal-article-cta .cta-button-wrapper {
    height: 468px;
  }
}

/* PRESS > Articles Matrix */
#press-lead {
  padding-bottom: 32vw;
}
#press-matrix {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #fff;
}
#press-matrix .press-item {
  margin-bottom: 25px;
}
#press-matrix .press-item-bump {
  margin-top: -34vw;
}
#press-matrix .image-wrapper .image-crop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc((100vw - 80px) / 2 * 1.3);
  max-height: 538px;
  overflow: hidden;
}
#press-matrix .image-wrapper .image-crop img {
  height: calc((100vw - 80px) / 2 * 1.3);
  max-height: 538px;
  width: auto !important;
  max-width: 100vw;
}
#press-matrix .text-wrapper {
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
#press-matrix .text-wrapper p {
  margin-bottom: 5px;
}
#press-matrix .boxed-button-inline {
  margin-top: 30px;
}
#press-matrix .boxed-button-grey:hover {
  color: #fff !important;
  background-color: #000;
}
#press-matrix .read-more-wrapper {
  padding-top: 50px;
}
@media (min-width: 576px) {
  #press-matrix .press-item {
    margin-bottom: 45px;
  }
  #press-matrix .text-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  #press-lead {
    padding-bottom: 21vw;
  }
  #press-matrix .press-item-bump,
  #press-matrix .press-item-bump-tablet {
    margin-top: -22vw;
  }
  #press-matrix .image-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #press-matrix .image-wrapper .image-crop {
    height: calc((100vw - 170px) / 3 * 1.3);
  }
  #press-matrix .image-wrapper .image-crop img {
    height: calc((100vw - 170px) / 3 * 1.3);
  }
  #press-matrix .text-wrapper p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #press-matrix {
    padding-top: 60px;
  }
  #press-matrix .press-item-bump {
    margin-top: -24vw;
  }
  #press-matrix .text-wrapper p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #press-lead {
    padding-bottom: 20vw;
  }
  #press-matrix .press-item-bump {
    margin-top: -21vw;
  }
  #press-matrix .image-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  #press-matrix .image-wrapper .image-crop {
    height: calc((100vw - 350px) / 3 * 1.3);
  }
  #press-matrix .image-wrapper .image-crop img {
    height: calc((100vw - 350px) / 3 * 1.3);
  }
  #press-matrix .text-wrapper {
    padding-top: 30px;
  }
  #press-matrix .text-wrapper,
  #press-matrix .text-wrapper p {
    font-size: 21px;
    line-height: 28px;
  }
  #press-matrix .read-more-wrapper {
    padding-top: 90px;
  }
}
@media (min-width: 1500px) {
  #press-lead {
    padding-bottom: 19vw;
  }
  #press-matrix .press-item-bump {
    margin-top: -20vw;
  }
  #press-matrix .image-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  #press-matrix .image-wrapper .image-crop {
    height: calc((100vw - 450px) / 3 * 1.3);
  }
  #press-matrix .image-wrapper .image-crop img {
    height: calc((100vw - 450px) / 3 * 1.3);
  }
}
@media (min-width: 1680px) {
  #press-lead {
    padding-bottom: 320px;
  }
  #press-matrix .press-item-bump {
    margin-top: -335px;
  }
}

/* SKIN DECODER > Landing & Pop-up */
#wrapper-skindecoder #global-hero {
  position: relative;
}
#wrapper-skindecoder #global-hero .hero-arrow {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 15px);
  width: 30px;
}
#skindecoder-landing-lead {
  padding-top: 35px;
  padding-bottom: 25px;
}
.skindecoder-logo {
  margin: 10px auto 20px;
  width: 32px;
}
.skindecoder-logo img {
  width: 32px;
  height: 25px;
}
#skindecoder-landing-lead .boxed-button-inline {
  margin-top: 45px;
}
@media (min-width: 576px) {
  #wrapper-skindecoder #global-hero .hero-arrow {
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  #skindecoder-landing-lead {
    padding-bottom: 15vw;
  }
  .skindecoder-logo {
    margin: 25px auto;
    width: 40px;
  }
  .skindecoder-logo img {
    width: 40px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  #wrapper-skindecoder #global-hero .hero-arrow {
    bottom: 4vw;
  }
  #skindecoder-landing-lead .boxed-button-inline {
    margin-top: 55px;
  }
}

/* SKIN DECODER > Sequence */
#decoder-page {
  padding-top: 20px;
  padding-bottom: 50px;
}
#decoder-page .decoder-subnavigation {
  padding-top: 20px;
}
#decoder-page .decoder-subnavigation .decoder-subnavigation-step .step-number {
  font-family: "La Nord", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  line-height: 65px;
  color: #c5c6c8;
}
#decoder-page
  .decoder-subnavigation
  .decoder-subnavigation-step
  .step-number-active {
  color: #000;
}
#decoder-page,
#decoder-page p {
  line-height: 14px;
}
#decoder-page .decoder-page-form {
  padding-top: 40px;
}
#decoder-page .decoder-page-form form {
  margin-top: -20px;
}
#decoder-page .decoder-page-form input[type="radio"] {
  display: none;
}
#decoder-page .decoder-page-form input[type="radio"] + label span {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
#decoder-page .decoder-page-form input[type="radio"]:checked + label span {
  margin-left: -2px;
  margin-right: 4px;
  margin-bottom: -3px;
  width: 17px;
  height: 17px;
  border: 2px solid #f3f1f0;
  background-color: #000;
}
#decoder-page .decoder-page-submit {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  #decoder-page .decoder-page-form input[type="radio"] + label span {
    margin-bottom: 0;
    width: 13px;
    height: 13px;
  }
  #decoder-page .decoder-page-form input[type="radio"]:checked + label span {
    margin-bottom: -2px;
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 768px) {
  #decoder-page {
    padding-bottom: 15vw;
  }
  #decoder-page .decoder-subnavigation {
    padding-top: 50px;
  }
  #decoder-page
    .decoder-subnavigation
    .decoder-subnavigation-step
    .step-number {
    font-size: 80px;
    line-height: 95px;
  }
  #decoder-page,
  #decoder-page p {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }
  #decoder-page .decoder-page-form {
    padding-top: 70px;
  }
  #decoder-page .decoder-page-form form {
    margin-top: -15px;
  }
  #decoder-page .decoder-page-form input[type="radio"] + label span {
    width: 14px;
    height: 14px;
  }
  #decoder-page .decoder-page-form input[type="radio"]:checked + label span {
    width: 18px;
    height: 18px;
  }
  #decoder-page .decoder-page-submit {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  #decoder-page {
    padding-bottom: 12vw;
  }
  #decoder-page .decoder-subnavigation {
    padding-top: 50px;
  }
  #decoder-page,
  #decoder-page p {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
  }
  #decoder-page .decoder-page-form {
    padding-top: 80px;
  }
  #decoder-page .decoder-page-form input[type="radio"] + label span {
    width: 17px;
    height: 17px;
  }
  #decoder-page .decoder-page-form input[type="radio"]:checked + label span {
    width: 21px;
    height: 21px;
  }
  #decoder-page .decoder-page-submit {
    padding-top: 30px;
  }
}

/* SKIN DECODER > Results */
#decoder-results {
  padding-top: 20px;
  padding-bottom: 40px;
}
#decoder-results .decoder-page-logo {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  #decoder-results {
    padding-top: 19px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #decoder-results {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  #decoder-results .decoder-page-logo {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #decoder-results {
    padding-top: 24px;
  }
  #decoder-results .decoder-page-logo {
    padding-bottom: 70px;
  }
}

/* ACCOUNT/CART > Shared */
#account-page,
#cart-page {
  font-size: 14px;
  line-height: 16px;
}
#account-page ::-webkit-input-placeholder,
#cart-page ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
  opacity: 1;
}
#account-page ::-moz-placeholder,
#cart-page ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
  opacity: 1;
}
#account-page :-ms-input-placeholder,
#cart-page :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
  opacity: 1;
}
#account-page :-moz-placeholder,
#cart-page :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
  opacity: 1;
}
#account-page ::placeholder,
#cart-page ::placeholder {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
  opacity: 1;
}
@media (min-width: 768px) {
  #account-page ::-webkit-input-placeholder,
  #cart-page ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px;
    line-height: 25px;
  }
  #account-page ::-moz-placeholder,
  #cart-page ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
    line-height: 25px;
  }
  #account-page :-ms-input-placeholder,
  #cart-page :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px;
    line-height: 25px;
  }
  #account-page :-moz-placeholder,
  #cart-page :-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
    line-height: 25px;
  }
  #account-page ::placeholder,
  #cart-page ::placeholder {
    font-size: 20px;
    line-height: 25px;
  }
}

/* ACCOUNT */
#account-lead {
  padding-bottom: 50px;
}
#account-page {
  padding-bottom: 100px;
}
#account-page hr {
  margin-top: 7px;
  margin-bottom: 6px;
}
#account-page form {
  padding-top: 15px;
}
#account-page input[type="text"],
#account-page input[type="email"],
#account-page input[type="password"],
#account-page select,
#account-page textarea {
  margin-bottom: 22px;
  padding: 5px 10px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}
#account-page input[type="submit"] {
  padding: 12px 20px 10px 20px;
  min-width: 150px;
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000;
  border: none;
  cursor: pointer;
}
#account-page input[type="submit"]:hover {
  color: #000 !important;
  background-color: #e8e3e0;
}
@media (max-width: 767px) {
  #account-page .account-login {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  #account-lead {
    padding-bottom: 35px;
  }
  #account-page {
    padding-bottom: 25vw;
  }
  #account-page .account-login,
  #account-page .account-registration {
    padding: 20px 30px;
  }
  #account-page input[type="text"],
  #account-page input[type="email"],
  #account-page select,
  #account-page textarea {
    font-size: 20px;
    line-height: 25px;
  }
  #account-page input[type="submit"] {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  #account-lead {
    padding-bottom: 50px;
  }
  #account-page input[type="submit"] {
    padding: 16px 30px 14px 30px;
  }
}

/* CART */
#cart-lead {
  padding-bottom: 50px;
}
#cart-page {
  padding-bottom: 100px;
}
#cart-page a.cart-page-back {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
}
#cart-page a.cart-page-back span:before {
  margin-right: 5px;
  content: "\2190";
}
#cart-page hr {
  margin-top: 7px;
  margin-bottom: 6px;
}
#cart-page form {
  padding-top: 15px;
}
#cart-page input[type="text"],
#cart-page input[type="email"],
#cart-page select,
#cart-page textarea {
  margin-bottom: 22px;
  padding: 5px 10px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}
#cart-page input[type="submit"] {
  padding: 12px 20px 10px 20px;
  min-width: 150px;
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000;
  border: none;
  cursor: pointer;
}
#cart-page input[type="submit"]:hover {
  color: #000 !important;
  background-color: #e8e3e0;
}
#cart-page .cart-list hr {
  margin-bottom: 10px;
}
#cart-page .cart-list .cart-list-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#cart-page .cart-list-product {
  margin-bottom: 10px;
}
#cart-page .cart-list-product:last-child {
  margin-bottom: 0;
}
#cart-page .cart-list .cart-list-image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
#cart-page .cart-list .product-delete-wrapper {
  position: relative;
}
#cart-page .cart-list .product-delete-wrapper .product-delete span {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #000;
}
#cart-page .cart-list .product-delete-wrapper .product-delete span:first-child {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cart-page .cart-list .product-delete-wrapper .product-delete span:last-child {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#cart-page .cart-summary {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 7px;
}
#cart-page .cart-summary .cart-summary-table {
  padding-top: 25px;
  padding-bottom: 30px;
}
#cart-page .cart-summary-table .cart-summary-row {
  padding-top: 5px;
  padding-bottom: 3px;
}
#cart-page .cart-summary-table hr.cart-summary-divider {
  background-color: #a29e9c;
}
#cart-page .cart-summary .boxed-button-inline {
  margin-top: 140px;
}
@media (max-width: 767px) {
  #cart-page .cart-list {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  #cart-lead {
    padding-bottom: 35px;
  }
  #cart-page {
    padding-bottom: 25vw;
  }
  #cart-page a.cart-page-back {
    font-size: 14px;
    line-height: 18px;
  }
  #cart-page .cart-list {
    padding: 20px 30px;
  }
  #cart-page .cart-summary {
    padding-bottom: 12px;
  }
  #cart-page input[type="text"],
  #cart-page input[type="email"],
  #cart-page select,
  #cart-page textarea {
    font-size: 20px;
    line-height: 25px;
  }
  #cart-page input[type="submit"] {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  #cart-lead {
    padding-bottom: 50px;
  }
  #cart-page input[type="submit"] {
    padding: 16px 30px 14px 30px;
  }
}

/* SEARCH */
#search-matrix-wrapper {
  padding-bottom: 0;
}
#search-news {
  padding-top: 35px;
  padding-bottom: 55px;
}
#search-news .title-wrapper {
  padding-bottom: 20px;
}
#search-news .text-wrapper {
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
#search-news .text-wrapper p {
  margin-bottom: 5px;
}
#search-news .boxed-button-inline {
  margin-top: 30px;
}
#search-news .boxed-button-grey:hover {
  color: #fff !important;
  background-color: #000;
}
@media (min-width: 576px) {
  #search-news .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  #search-news .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #search-news .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #search-news .image-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #search-news .text-wrapper p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #search-matrix-wrapper {
    padding-bottom: 40px;
  }
  #search-news {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #search-news .container {
    padding-left: 70px;
    padding-right: 70px;
  }
  #search-news .title-wrapper {
    padding-bottom: 75px;
  }
  #search-news .image-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #search-news .text-wrapper p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #search-news .container {
    padding-left: 45px;
    padding-right: 45px;
  }
  #search-news .image-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  #search-news .text-wrapper {
    padding-top: 30px;
  }
  #search-news .text-wrapper,
  search-news .text-wrapper p {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1500px) {
  #search-news .image-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#pop-quick-checkout #product-options .variants_input:checked + label {
  font-weight: 500 !important;
  border: 2px solid #000 !important;
}

/* POLICIES */
body.template-page .custom_pages .page-width {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 77.5ch;
}
body.template-policy .shopify-policy__container h1,
body.template-page .custom_pages h1 {
  margin-bottom: 60px;
}
body.template-policy .shopify-policy__container h3 {
  font-family: "Martina Plantijn";
}
body.template-policy .shopify-policy__container p + h3,
body.template-policy .shopify-policy__container ul + h3,
body.template-page .custom_pages p + h3,
body.template-page .custom_pages ul + h3 {
  margin-top: 35px;
}
body.template-policy .shopify-policy__container ul,
body.template-policy .shopify-policy__container ol,
body.template-page .custom_pages ul,
body.template-page .custom_pages ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.template-policy .shopify-policy__container ul,
body.template-policy .shopify-policy__container ol {
  margin-left: 19px;
}
body.template-page .custom_pages ul,
body.template-page .custom_pages ol {
  margin-left: 19px;
}
body.template-policy .shopify-policy__container ul li,
body.template-policy .shopify-policy__container ol li,
body.template-page .custom_pages ul li,
body.template-page .custom_pages ol li {
  margin-bottom: 10px;
}
body.template-policy .shopify-policy__container ul li:before,
body.template-page .custom_pages ul li:before {
  margin-right: 5px;
  content: "\2014";
}
body.template-policy .shopify-policy__container ul li:before {
  margin-left: -17px;
}
body.template-page .custom_pages ul li:before {
  margin-left: -17px;
}
@media (min-width: 992px) {
  body.template-policy .shopify-policy__container p + h3,
  body.template-policy .shopify-policy__container ul + h3,
  body.template-page .custom_pages p + h3,
  body.template-page .custom_pages ul + h3 {
    margin-top: 50px;
  }
}

/* YOTPO */
.yotpo .yotpo-default-button,
.yotpo input[type="button"].yotpo-default-button {
  font-family: "La Nord", sans-serif !important;
  font-weight: 500;
}
.yotpo div,
.yotpo span,
.yotpo p,
.yotpo a,
.yotpo img,
.yotpo i,
.yotpo strong,
.yotpo sup,
.yotpo ul,
.yotpo li,
.yotpo form,
.yotpo label {
  font-family: "La Nord", sans-serif !important;
  font-weight: 500;
}

.yotpo-display-wrapper .standalone-bottomline {
  margin-top: -10px;
  margin-bottom: 15px;
}

p.afterpay-paragraph {
  padding: 5px 15px 5px 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.subscribe-box-bottom {
  margin-bottom: 55px;
}

/* REWARDS */
#rewards-signin.rewards-signin-full a {
  display: inline-block;
  padding: 18px 36px 18px 37px;
}
.boxed-button-left {
  margin-right: 5px;
}
.boxed-button-right {
  margin-left: 5px;
}
#rewards-signin.rewards-signin-full {
  padding-top: 35px;
  padding-bottom: 55px;
}
#rewards-signin.rewards-signin-part {
  padding-top: 35px;
  padding-bottom: 55px;
}
#rewards-signin p + h3 {
  margin-top: 35px;
}
#rewards-signin h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#rewards-outline {
  padding-top: 35px;
  padding-bottom: 55px;
}
.text-column-left {
  padding-bottom: 35px;
}
#rewards-outline ul.rewards-outline-list {
  margin: 0;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}
#rewards-outline ul.rewards-outline-list li {
  margin-bottom: 7px;
  padding: 22px 25px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
}
#rewards-outline ul.rewards-outline-list li .action-label,
#rewards-outline ul.rewards-outline-list li .action-points {
  display: inline-block;
}
#rewards-outline ul.rewards-outline-list li .action-points {
  float: right;
}
#rewards-faqs {
  padding-top: 50px;
  padding-bottom: 55px;
}
#rewards-faqs ul.rewards-faqs-list {
  margin: 0;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}
#rewards-faqs ul.rewards-faqs-list li {
  display: block;
  padding: 28px 25px;
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#rewards-faqs ul.rewards-faqs-list li p:first-child {
  margin-top: 15px;
}
#rewards-faqs ul.rewards-faqs-list li p:last-child {
  margin-bottom: 5px;
}
#rewards-faqs ul.rewards-faqs-list li:first-child {
  border-top: 1px solid #000;
}
#rewards-faqs ul.rewards-faqs-list li .faq-label {
  display: block;
  padding-right: 25px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}
#rewards-faqs ul.rewards-faqs-list li .faq-label:after {
  margin-right: -25px;
  float: right;
  content: "\2193";
}
@media (max-width: 767px) {
  #rewards-faqs img {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #rewards-signin.rewards-signin-full {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #rewards-signin.rewards-signin-part {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  #rewards-signin h3 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }
  #rewards-outline {
    padding-top: 150px;
    padding-bottom: 155px;
  }
  #rewards-outline ul.rewards-outline-list li,
  #rewards-faqs ul.rewards-faqs-list li .faq-label {
    font-size: 14px;
    line-height: 18px;
  }
  #rewards-faqs {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .text-column-left {
    padding-left: 50px;
    padding-right: 30px;
  }
  .text-column-right {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media (min-width: 1500px) {
  .text-column-left {
    padding-left: 80px;
    padding-right: 50px;
  }
  .text-column-right {
    padding-left: 50px;
    padding-right: 80px;
  }
}

/* REWARDS POP-UP */
#pop-rewards {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 2200;
  width: 100%;
  height: 100vh;
}
#pop-rewards .rewards-box {
  position: relative;
  padding-top: 30px;
  position: relative;
  width: calc(100vw - 64px);
  max-width: 800px;
  background-color: #fff;
}
#pop-rewards .rewards-box #rewards-box-top {
  border-bottom: 1px solid #000;
}
#pop-rewards .rewards-box #rewards-box-top .rewards-box-top-title {
  padding: 3vh 60px 15px 60px;
}
#pop-rewards .rewards-box #rewards-box-top .rewards-box-top-header {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
#pop-rewards ul.rewards-box-top-list {
  margin: 0;
  margin-top: 12px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #000;
}
#pop-rewards ul.rewards-box-top-list li {
  padding: 22px 25px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
#pop-rewards ul.rewards-box-top-list li:last-child {
  border-bottom: none;
}
#pop-rewards ul.rewards-box-top-list li .action-label,
#pop-rewards ul.rewards-box-top-list li .action-points {
  display: inline-block;
}
#pop-rewards ul.rewards-box-top-list li .action-points {
  float: right;
}
#pop-rewards .rewards-box #rewards-box-bottom {
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}
#pop-rewards .rewards-box #rewards-box-bottom h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #pop-rewards .rewards-box #rewards-box-top .rewards-box-top-header {
    font-size: 14px;
    line-height: 18px;
  }
  #pop-rewards #rewards-box-list-left {
    border-right: 1px solid #000;
  }
  #pop-rewards #rewards-box-list-left li {
    margin-right: 10px;
  }
  #pop-rewards #rewards-box-list-right li {
    margin-left: 10px;
  }
  #pop-rewards .rewards-box #rewards-box-bottom {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  #pop-rewards .rewards-box #rewards-box-bottom h3 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }
}

/* earn reward page ui... */

#earn-rewards #global-hero .hero-arrow,
#wrapper-ourstory #global-hero .hero-arrow,
#wrapper-thescience #global-hero .hero-arrow {
  bottom: 4vw;
}
#rewards-signin {
  background: #fff !important;
}

#rewards-signin.rewards-signin-full h3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  #rewards-signin.rewards-signin-full a {
    padding: 16px 30px 14px 30px;
  }
}
@media (min-width: 768px) {
  #rewards-signin.rewards-signin-full a {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  #rewards-signin.rewards-signin-full a {
    padding: 12px 20px 10px 20px;
    font-family: "La Nord", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 992px) {
  #rewards-outline h2 {
    font-size: 31px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #000;
  }
}
#rewards-outline {
  background-color: #f3f1f0;
}
#rewards-faqs ul.rewards-faqs-list li .faq-label:after {
  font-size: 14px !important;
}
#rewards-faqs ul.rewards-faqs-list li {
  padding: 22.5px 25px;
}
#rewards-signin.bckgnd-lt-beige.rewards-signin-part {
  background-color: #f3f1f0 !important;
}

#rewards-signin.rewards-signin-full h2 {
  font-size: 31px;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  #rewards-signin.rewards-signin-full h2 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1200px) {
  #rewards-signin.rewards-signin-full .text-wrapper p,
  #rewards-outline p {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 992px) {
  #rewards-outline h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #rewards-signin.rewards-signin-full .text-wrapper p,
  #rewards-outline p {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
  }
  #rewards-outline {
    padding-top: 150px;
    padding-bottom: 155px;
  }
  #rewards-outline ul.rewards-outline-list li,
  #rewards-faqs ul.rewards-faqs-list li .faq-label {
    font-size: 14px !important;
  }
  #rewards-outline {
    padding-top: 150px;
    padding-bottom: 155px;
  }
}
#rewards-faqs ul.rewards-faqs-list li .faq-label {
  font-size: 12px !important;
  line-height: 16px;
}

@media (min-width: 768px) {
  #rewards-faqs ul.rewards-faqs-list li .faq-label {
    font-size: 14px !important;
    line-height: 18px;
  }
  #rewards-signin.rewards-signin-full .text-wrapper p {
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1200px) {
  #rewards-signin.rewards-signin-full .text-wrapper p {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em;
  }
}

.FormComponent__StyledFormComponentWrapper-sc-1gg8fea-0 {
  padding: 0 !important;
}
#footer-signup-form input::placeholder {
  color: #fff !important;
}
#earn-rewards #global-hero .global-hero-image .hero-text p {
  font-size: 47px;
  line-height: 42px;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  #earn-rewards #global-hero .global-hero-image .hero-text p {
    font-size: 60px;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  #earn-rewards #global-hero .global-hero-image .hero-text p {
    font-size: 87px;
    line-height: 82px;
  }
}

@media (max-width: 767px) {
  #rewards-signin.rewards-signin-full h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
}
#rewards-outline p {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 576px) {
  #rewards-signin.rewards-signin-full .text-wrapper p {
    font-size: 15px !important;
    line-height: 18px !important;
  }
}
@media (min-width: 1200) {
  #rewards-outline p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  #rewards-outline p {
    font-size: 16px;
    line-height: 20px;
  }
}

#rewards-outline ul.rewards-outline-list li {
  margin-bottom: 7px;
  padding: 22px 25px;
  font-size: 12px !important;
  line-height: 16px;
}

@media (min-width: 768px) {
  #rewards-outline p {
    font-size: 15px;
    line-height: 18px;
  }
  #rewards-outline ul.rewards-outline-list li {
    font-size: 14px !important;
    line-height: 18px;
  }
}

#rewards-outline h2 {
  margin-bottom: 20px;
}
.swell-tab {
  bottom: 0 !important;
  right: 0;
  font-size: 14px !important;
  line-height: 16px;
  font-family: "La Nord", sans-serif !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#swell-bootstrap
  .swell-auth-swellrequired-header
  h4.swell-auth-swellrequired-title {
  font-weight: 300 !important;
  margin-bottom: 50px !important;
}
#ReCharge .rc_form__group .btn {
  padding: 12px 20px 10px 20px;
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  background-color: #000;
  border: 1px solid #000;
}
#ReCharge {
  padding-top: 120px;
}
#ReCharge .rc_form__group .btn:hover {
  background-color: transparent;
}
.yotpo-widget-referred-friend .yotpo-container-wrapper {
  border-radius: 0;
}

@media (min-width: 768px) {
  #ReCharge .rc_form__group .btn {
    padding: 16px 30px 14px 30px;
    font-size: 14px;
    line-height: 14px;
  }
}

/* AUTO-REPLENISHMENT */
#replenishment-lead {
  padding-top: 25px;
  padding-bottom: 40px;
}
#replenishment-lead .replenishment-lead-button {
  margin-top: 50px;
}
#replenishment-why {
  font-size: 15px;
  line-height: 19px;
}
#replenishment-why .image-wrapper-replenishment-why {
  margin-left: -25px;
  width: calc(100% + 50px);
  height: 100%;
}
#replenishment-why .text-wrapper {
  padding-bottom: 40px;
}
#replenishment-why h2 {
  margin-bottom: 30px;
}
#replenishment-why p.replenishment-why-h2-prefix {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#replenishment-why h3 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
#replenishment-why p + h3 {
  margin-top: 20px;
}
#replenishment-faqs ul.replenishment-faqs-list {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
#replenishment-faqs ul.replenishment-faqs-list li {
  display: block;
  padding: 22px 25px;
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#replenishment-faqs ul.replenishment-faqs-list li p:first-child {
  margin-top: 15px;
}
#replenishment-faqs ul.replenishment-faqs-list li p:last-child {
  margin-bottom: 5px;
}
#replenishment-faqs ul.replenishment-faqs-list li:first-child {
  border-top: 1px solid #000;
}
#replenishment-faqs ul.replenishment-faqs-list li .faq-label {
  display: block;
  padding-right: 25px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
#replenishment-faqs ul.replenishment-faqs-list li .faq-label:after {
  content: "\2193";
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.35s ease;
}
#replenishment-faqs
  ul.replenishment-faqs-list
  li
  .faq-label[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
#replenishment-links h2 {
  margin-bottom: 40px;
}
#replenishment-links .shop-item-image-3col {
  height: 280px;
  max-height: 280px;
}
#replenishment-links .shop-item-image-3col img {
  width: auto;
  height: 280px;
}
#replenishment-links #shop-matrix .shop-item {
  text-align: center;
}
#replenishment-links #shop-matrix .shop-item .shop-item-text {
  padding-top: 10px;
}
#replenishment-links #shop-matrix .shop-item h3 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  header h1#header-logo {
    width: 140px;
    height: 30px;
  }
  header .logo-block .believe-beauty-txt {
    font-size: 12px;
  }
  #replenishment-why .image-wrapper-replenishment-why {
    margin-bottom: 40px;
  }
  #replenishment-faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #replenishment-faqs img {
    margin-bottom: 25px;
  }
  #replenishment-faqs ul.replenishment-faqs-list {
    margin-top: 15px;
  }
  #replenishment-links {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  #replenishment-links h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #replenishment-lead {
    padding-top: 55px;
  }
  #replenishment-lead .replenishment-lead-button {
    margin-top: 80px;
  }
  #replenishment-why .image-wrapper-replenishment-why {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    padding-right: 50px;
    width: calc(100% + 50px);
    height: 100%;
    overflow: hidden;
  }
  #replenishment-why .image-wrapper-replenishment-why img {
    position: absolute;
    object-fit: cover;
    object-position: 70% 50%;
    min-width: 100%;
    min-height: 100%;
  }
  #replenishment-why .text-wrapper {
    padding-top: 105px;
    padding-bottom: 125px;
  }
  #replenishment-why p.replenishment-why-h2-prefix {
    font-size: 14px;
    line-height: 18px;
  }
  #replenishment-why p + h3 {
    margin-top: 30px;
  }
  #replenishment-why h2 .replenishment-why-h2-prefix {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }
  #replenishment-faqs {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #replenishment-faqs ul.replenishment-faqs-list li .faq-label {
    font-size: 14px;
    line-height: 18px;
  }
  #replenishment-links {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #replenishment-links h2 {
    margin-bottom: 30px;
  }
  #replenishment-links .shop-item-image-3col {
    max-height: 219px;
  }
}
@media (min-width: 992px) {
  #replenishment-why .image-wrapper-replenishment-why {
    margin-left: -45px;
    padding-right: 70px;
  }
  #replenishment-links {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #replenishment-links h2 {
    margin-bottom: 35px;
  }
  #replenishment-links .shop-item-image-3col {
    height: 280px;
    max-height: 280px;
  }
}
@media (min-width: 1200px) {
  #replenishment-faqs {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #replenishment-links {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  #replenishment-links h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  #replenishment-faqs {
    padding-top: 100px;
    padding-bottom: 33px;
  }
  #replenishment-why .image-wrapper-replenishment-why {
    margin-left: -45px;
    padding-right: 110px;
  }
  #replenishment-why .image-wrapper-replenishment-why img {
    object-position: 50% 50%;
  }
  #replenishment-links {
    padding-top: 105px;
    padding-bottom: 51px;
  }
  #replenishment-links h2 {
    margin-bottom: 75px;
  }
}
@media (min-width: 1680px) {
  #replenishment-why .image-wrapper-replenishment-why {
    margin-left: calc((1590px - 100vw) / 2);
    width: calc(50vw - 15px);
  }
}

/* SPLIT CLUB/AUTO-REPLENISHMENT */
.bckgnd-gold {
  background-color: #af8e6e;
}
#split-club-replenishment {
  font-size: 15px;
  line-height: 19px;
}
#split-club-replenishment .split-club-background {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
#split-club-replenishment #split-club,
#split-club-replenishment #split-replenishment {
  position: relative;
  padding-top: 35px;
  padding-bottom: 100px;
  height: 100%;
}
#split-club-replenishment #split-club {
  color: #fff;
}
#split-club-replenishment #split-club h2,
#split-club-replenishment #split-club h3 {
  color: #bc9875;
}
#split-club-replenishment h3,
#split-club-replenishment p.split-lead {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
#split-club-replenishment h3 {
  margin-bottom: 0;
}
#split-club-replenishment p + h3 {
  margin-top: 20px;
}
#split-club-replenishment p.split-lead {
  margin-top: -12px;
  margin-bottom: 40px;
}
#split-club-replenishment a.boxed-button-split {
  position: absolute;
  left: calc(50% - 85px);
  bottom: 40px;
  width: 170px;
  text-align: center;
}
#split-club-replenishment a.boxed-button-white {
  background-color: #f3f1f0;
}
#split-club-replenishment a.boxed-button-white:hover,
#split-club-replenishment a.boxed-button-white:active,
#split-club-replenishment a.boxed-button-white:focus {
  background-color: #000;
}
#split-club-replenishment #split-replenishment a.boxed-button-black {
  color: #af8e6e !important;
}
#split-club-replenishment #split-replenishment a.boxed-button-black:hover,
#split-club-replenishment #split-replenishment a.boxed-button-black:active,
#split-club-replenishment #split-replenishment a.boxed-button-black:focus {
  color: #000 !important;
}
#split-club-replenishment #split-club .split-club-icon {
  margin-bottom: 10px;
  width: 32px;
}
#split-club-replenishment #split-club p + .split-club-icon {
  margin-top: 25px;
}
@media (max-width: 575px) {
  #split-club-replenishment #split-club,
  #split-club-replenishment #split-replenishment {
    text-align: center;
  }
  #split-club-replenishment #split-club .split-club-icon {
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  #split-club-replenishment p + h3 {
    margin-top: 30px;
  }
  #split-club-replenishment a.boxed-button-split {
    left: calc(50% - 100px);
    width: 200px;
  }
  #split-club-replenishment #split-replenishment .split-replenishment-list {
    padding-right: 120px;
  }
  #split-club-replenishment h3 {
    margin-bottom: 5px;
  }
  #split-club-replenishment #split-replenishment .split-replenishment-bottle {
    position: absolute;
    bottom: 30px;
    right: 12%;
    width: 90px;
  }
  #split-club-replenishment #split-club .split-club-icon {
    margin-bottom: 12px;
    width: 44px;
  }
  #split-club-replenishment #split-club p + .split-club-icon {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  #split-club-replenishment .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  #split-club-replenishment #split-club,
  #split-club-replenishment #split-replenishment {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  #split-club-replenishment .split-club-zeropad {
    padding-left: 0;
  }
  #split-club-replenishment #split-club,
  #split-club-replenishment #split-replenishment {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  #split-club-replenishment #split-replenishment .split-replenishment-bottle {
    right: 3%;
  }
}
@media (min-width: 1200px) {
  #split-club-replenishment #split-club {
    padding-left: 5px;
  }
  #split-club-replenishment a.boxed-button-split {
    left: calc(50% - 130px);
    width: 260px;
  }
  #split-club-replenishment #split-replenishment .split-replenishment-bottle {
    right: 5%;
  }
}
@media (min-width: 1500px) {
  #split-club-replenishment #split-club {
    padding-left: 25px;
  }
  #split-club-replenishment #split-replenishment .split-replenishment-bottle {
    right: 8%;
  }
}
/* CTA layout issue on press page */
@media (max-width: 640px) {
  #press-matrix .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/* CTA layout issue on press page End */
@media (max-width: 374px) {
  header h1#header-logo {
    width: 125px;
    height: 28px;
  }
  header .logo-block .believe-beauty-txt {
    font-size: 10px;
    line-height: normal;
  }
}
/* Header Modification: Header Newsletter Drwaer */
#newsletter-drawer {
  display: flex;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  min-height: 14px;
}
#newsletter-drawer svg {
  position: absolute;
  right: 0;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
}
#newsletter-drawer.rotate svg {
  transform: rotate(180deg);
}
.header-logo-drawer {
  max-width: 903px;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin: auto;
  background-color: #e8e3e0;
  padding: 48px 20px;
  display: none;
  transition: all 0.2s ease;
}
.header-logo-drawer-inner {
  max-width: 68.5%;
  margin: auto;
  min-width: 591px;
  line-height: normal;
  text-align: left;
}
.header-logo-drawer.open {
  display: block;
}
.header-logo-drawer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-width: 15px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: var(--color-white);
  border-image: initial;
}
.logo-block .logo-inner {
  display: flex;
  width: 100%;
  text-align: center;
  padding: 8px 0 12px;
  align-items: center;
  flex-direction: column;
}
.logo-block .logo-inner a {
  display: inline-block;
  width: auto;
  padding: 0;
  vertical-align: middle;
}
.header-logo-drawer .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.header-logo-drawer .close-logo-drawer {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 10px;
  cursor: pointer;
}
.header-logo-drawer .close-logo-drawer svg {
  vertical-align: middle;
  display: block;
}
.header-logo-drawer .logo-drawer-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 16px;
}
.header-logo-drawer .logo-drawer-heading span {
  display: block;
  font-style: italic;
}
.header-logo-drawer .logo-drawer-desc p {
  font-size: 13px;
  color: #000;
  text-align: center;
  font-weight: normal;
}
.header-logo-drawer .logo-drawer-desc {
  margin-bottom: 32px;
}
.header-logo-drawer form.klaviyo-form {
  margin: 0 !important;
  padding: 0 !important;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"] > div {
  padding: 0 !important;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"]:nth-child(2) {
  margin-top: 30px;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"] label {
  display: none;
  font-weight: normal !important;
  font-size: 12px !important;
  margin: 0 0 5px;
}
.header-logo-drawer
  form.klaviyo-form
  [data-testid="form-row"]
  input[type="email"] {
  font-family: La Nord, sans-serif !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px !important;
  height: 40px !important;
  font-size: 12px !important;
  box-shadow: none !important;
}
.header-logo-drawer
  form.klaviyo-form
  [data-testid="form-row"]
  input[type="email"]input::placeholder {
  font-size: 12px !important;
}
.header-logo-drawer
  form.klaviyo-form
  [data-testid="form-row"]
  input[type="email"]::-moz-placeholder {
  font-size: 12px !important;
}
.header-logo-drawer
  form.klaviyo-form
  [data-testid="form-row"]
  input[type="email"]:-moz-placeholder {
  font-size: 12px !important;
}
.header-logo-drawer
  form.klaviyo-form
  [data-testid="form-row"]
  input[type="email"]:-ms-input-placeholder {
  font-size: 12px !important;
}
.header-logo-drawer
  form.klaviyo-form
  [data-testid="form-row"]
  button[type="button"] {
  width: 280px;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: normal !important;
  font-family: La Nord, sans-serif !important;
  max-width: 100%;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"] p {
  font-size: 11px !important;
  max-width: 280px;
  line-height: 1.4;
  font-family: La Nord, sans-serif !important;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"] p br {
  display: none;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"] p a {
  color: #000;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"] p a:hover {
  text-decoration: none;
}
.header-logo-drawer form.klaviyo-form [data-testid="form-row"]:first-child p {
  max-width: 100%;
  font-size: 13px !important;
}
.popup_form_title {
  color: #000;
  font-size: 11px;
  font-weight: 500;
}
.header-logo-drawer-inner .klaviyo-form {
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .header-logo-drawer-inner {
    max-width: 642px;
  }
  .header-logo-drawer {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  header .logo-block .believe-beauty-txt {
    font-size: 11px;
  }
  #newsletter-drawer {
    padding-right: 12px;
  }
  /* .header-logo-drawer.open, #newsletter-drawer svg { display: none; } */
  .header-logo-drawer-inner {
    min-width: auto;
    width: 100%;
  }
  .header-logo-drawer .logo-drawer-heading {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .header-logo-drawer .logo-drawer-desc {
    margin-bottom: 22px;
  }
  .header-logo-drawer .logo-drawer-desc p {
    font-size: 13px;
  }
  .header-logo-drawer .popup_form_title {
    font-size: 11px;
    line-height: 12px;
  }
  .header-logo-drawer-inner .klaviyo-form {
    margin-top: 0;
  }
  .header-logo-drawer form.klaviyo-form [data-testid="form-row"] {
    flex-direction: column !important;
    margin-top: 12px;
    gap: 15px;
  }
  .header-logo-drawer form.klaviyo-form [data-testid="form-row"] > div {
    flex: inherit !important;
  }
  .header-logo-drawer form.klaviyo-form [data-testid="form-row"] p {
    max-width: 100%;
  }
  .header-logo-drawer
    form.klaviyo-form
    [data-testid="form-row"]
    button[type="button"] {
    width: 100%;
  }
  .header-logo-drawer {
    padding: 38px 20px 25px;
  }
  .header-logo-drawer .close-logo-drawer {
    top: 10px;
    right: 13px;
  }
  .header-logo-drawer form.klaviyo-form [data-testid="form-row"]:nth-child(2) {
    margin-top: 15px;
  }
  #newsletter-drawer svg {
    top: -1px;
    width: 9px;
  }
}

/* Header Modification: Header Newsletter Drwaer End */

/*Set Up Full PDP for Intensive Moisturizer Start*/
.pdt-app-prt + .pdt-app-prt .metafield-body {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.pdt-app-prt + .pdt-app-prt .metafield-body:before {
  width: 1px;
  height: 100%;
  background-color: #000;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  pointer-events: none;
}

.prod-img-left,
.prod-img-right {
  width: 50%;
  text-align: center;
  padding: 0px 15px;
  color: #000;
}
.chooseideal {
  font-size: 15px;
  color: #000;
}

.prod-img-left img,
.prod-img-right img {
  max-width: 200px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.newcustom-product .pdt-group-info .pdt-app-prt .metafield-body form {
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.newcustom-product
  .pdt-group-info
  .pdt-app-prt
  .metafield-body
  .product__title {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0px 30px 0px;
}

.chooseideal .item-label {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 12px;
}
.pdt-app-prt .metafield-body form .product-form__cart-submit:hover {
  color: #000 !important;
  background-color: #b8b2b2;
}
@media (max-width: 992px) {
  .prod-img-left {
    padding-right: 15px;
  }

  .prod-img-right {
    padding-left: 15px;
  }
  .newcustom-product
    .pdt-group-info
    .pdt-app-prt
    .metafield-body
    .product__title {
    margin-bottom: 20px;
  }
  .prod-img-left img,
  .prod-img-right img {
    height: 160px;
  }
}
.trans-empty .pdt-app-prt {
  border-top: none;
}
.trans-empty + .application-cleanscience {
  margin-top: 0px !important;
}
/*Set Up Full PDP for Intensive Moisturizer End*/

/* Additional Issues Discovered During FMDev QA  */
#RegisterForm input:not(.btn) {
  border: 1px #000 solid;
  outline: none;
  color: #000;
}
#RegisterForm input.btn {
  width: 100%;
  padding: 16px 30px 14px;
  font-size: 14px;
  line-height: 14px;
  font-family: La Nord, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000;
  border: none;
  cursor: pointer;
}
#footer-signup-form p span {
  color: #fff !important;
}
#footer-signup-form p:not(:last-child) {
  margin: 0 0 10px;
}
#footer-signup-form p {
  text-align: left !important;
}
#footer-signup-form .needsclick {
  padding-left: 0 !important;
}
#footer-signup-form button[type="button"] {
  display: block;
  padding: 10px 10px !important;
  line-height: normal !important;
  min-height: auto !important;
  min-width: 80px;
}
#footer-signup-form input[type="email"] {
  color: #fff !important;
}
.template-customers-account #MainContent,
.template-customers-addresses #MainContent {
  padding-top: 55px;
}
/* Additional Issues Discovered During FMDev QA End */

/* Exclusive Pre Order Page Start */
.exclusive-pre-order-access-page main {
  padding-top: 20px;
  padding-bottom: 100px;
}
.exclusive-pre-order-access-page main .main-page-title {
  margin-bottom: 60px;
}
@media (max-width: 1365px) {
  .exclusive-pre-order-access-page main {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .exclusive-pre-order-access-page main .main-page-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .exclusive-pre-order-access-page main {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .exclusive-pre-order-access-page main {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .exclusive-pre-order-access-page main .main-page-title {
    margin-bottom: 30px;
  }
}
/* Exclusive Pre Order Page End */

/* Our Gift to You Page Start */
.fastbundles-page main {
  padding: 20px 0;
}
.fastbundles-page main .main-page-title {
  font-size: 40px;
}
.fastbundles-page .rbr-bundles-container {
  flex-direction: column;
}
.fastbundles-page .rbr-desktop .rbr-stn__productDetail__container,
.fastbundles-page
  .rbr-desktop
  .rbr-stn__products-classicVr.rbr-stn__productDetail__container {
  grid-template-columns: 150px auto !important;
  grid-column-gap: 30px !important;
  -webkit-column-gap: 30px !important;
  column-gap: 30px !important;
}
.fastbundles-page
  .rbr-stn__singleSelectBox
  .rbr-stn__productDetail__classic.rbr-stn__productDetail__thumbnail {
  grid-column: auto;
}
.fastbundles-page
  .rbr-stn__singleSelectBox
  .rbr-stn__productDetail__productNAP {
  grid-column: auto;
}
.fastbundles-page
  .frequently-bundle
  .rbr-hrTablet.rbr-desktop
  .rbr-disOptHeader__title
  label,
.fastbundles-page
  .rbr-hrTablet.rbr-desktop
  .rbr-hrProducts__MultiSelectBox__container,
.fastbundles-page
  .rbr-hrTablet.rbr-desktop
  .rbr-productNamePrice__price__container,
.fastbundles-page
  .rbr-hrTablet.rbr-desktop
  .rbr-productNamePrice__title__container,
.fastbundles-page
  .rbr-hrTablet.rbr-desktop
  .rbr-productNamePrice__variant__container {
  margin: 0;
}
/* Our Gift to You Page End */

/* CMS Page Start */
body.template-policy .shopify-policy__container .rte a:not(.btn),
body.template-page .custom-pages .rte a:not(.btn) {
  border-bottom: 0;
  word-break: break-all;
}
body.template-page main {
  background-color: #e8e3e0;
}
.template-page .custom-pages .main-page-title,
.template-policy .shopify-policy__title h1 {
  font-family: "Martina Plantijn";
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  font-style: normal;
  text-align: center;
}
.template-page .custom-pages h3,
.template-page .custom-pages h2 {
  font-family: "Martina Plantijn";
}
body.template-page .custom-pages ul,
body.template-page .custom-pages ol {
  margin-left: 19px;
  padding: 0;
}
body.template-page .custom-pages ul li {
  margin-bottom: 10px;
  list-style: none;
}
body.template-page .custom-pages ul li:before {
  content: "\2014";
  margin-right: 5px;
  margin-left: -17px;
}
body.template-page .custom-pages p + h3,
body.template-page .custom-pages ul + h3 {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 35px;
  margin-bottom: 6px;
}
body.template-page .custom-pages .page-width {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  body.template-page .custom-pages .page-width {
    max-width: 685px;
  }
}
@media (min-width: 992px) {
  body.template-page .custom-pages p + h3,
  body.template-page .custom-pages ul + h3 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  body.template-page .custom-pages .page-width {
    max-width: 641px;
  }
}
@media (min-width: 576px) {
  body.template-page .custom-pages p + h3,
  body.template-page .custom-pages ul + h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
/* CMS Page End */

/* JOIN & SAVE 20% and welcome signup Page Start */
.join-save-20-page main,
.welcome-sign-up-page-page main {
  padding-top: 20px;
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .join-save-20-page main,
  .welcome-sign-up-page-page main {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .join-save-20-page main,
  .welcome-sign-up-page-page main {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
/* JOIN & SAVE 20% and welcome signup Page End */

/* Footer Policy Page Design Start */
.template-policy main {
  background-color: #e8e3e0;
}
.template-policy main .shopify-policy__container {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .template-policy main .shopify-policy__container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .template-policy main .shopify-policy__container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .template-policy main .shopify-policy__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* Footer Policy Page Design  End */

/* Common Cms Page Design Start */
.shipping-and-delivery-page main,
.sales-tax-payment-page main,
.afterpay-privacy-policy-page main,
.afterpay-terms-of-use-page main,
.sample-pack-how-to-use-page main,
.dark-spot-rx-ingredients-page main,
.regenerating-serum-how-to-use-page main,
.eye-renewal-cream-how-to-use-page main,
.luxe-moisturizer-how-to-use-page main,
.restore-kit-how-to-use-page main,
.facial-tonic-ingredients-page main {
  padding: 20px 0 70px;
}
@media (max-width: 1365px) {
  .shipping-and-delivery-page main,
  .sales-tax-payment-page main,
  .afterpay-privacy-policy-page main,
  .afterpay-terms-of-use-page main,
  .sample-pack-how-to-use-page main,
  .dark-spot-rx-ingredients-page main,
  .regenerating-serum-how-to-use-page main,
  .eye-renewal-cream-how-to-use-page main,
  .luxe-moisturizer-how-to-use-page main,
  .restore-kit-how-to-use-page main,
  .facial-tonic-ingredients-page main {
    padding: 20px 0 70px;
  }
}
@media (max-width: 1199px) {
  .shipping-and-delivery-page main,
  .sales-tax-payment-page main,
  .afterpay-privacy-policy-page main,
  .afterpay-terms-of-use-page main,
  .sample-pack-how-to-use-page main,
  .dark-spot-rx-ingredients-page main,
  .regenerating-serum-how-to-use-page main,
  .eye-renewal-cream-how-to-use-page main,
  .luxe-moisturizer-how-to-use-page main,
  .restore-kit-how-to-use-page main,
  .facial-tonic-ingredients-page main {
    padding: 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .shipping-and-delivery-page main,
  .sales-tax-payment-page main,
  .afterpay-privacy-policy-page main,
  .afterpay-terms-of-use-page main,
  .sample-pack-how-to-use-page main,
  .dark-spot-rx-ingredients-page main,
  .regenerating-serum-how-to-use-page main,
  .eye-renewal-cream-how-to-use-page main,
  .luxe-moisturizer-how-to-use-page main,
  .restore-kit-how-to-use-page main,
  .facial-tonic-ingredients-page main {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .shipping-and-delivery-page main,
  .sales-tax-payment-page main,
  .afterpay-privacy-policy-page main,
  .afterpay-terms-of-use-page main,
  .sample-pack-how-to-use-page main,
  .dark-spot-rx-ingredients-page main,
  .regenerating-serum-how-to-use-page main,
  .eye-renewal-cream-how-to-use-page main,
  .luxe-moisturizer-how-to-use-page main,
  .restore-kit-how-to-use-page main,
  .facial-tonic-ingredients-page main {
    padding: 20px 0 40px;
  }
}
/* Common Cms Page Design End */

/* Bundle Page Start */
.bundles-page main {
  padding: 20px 0;
}
.bundles-page .rbr-bundles-container {
  flex-direction: column;
}
.bundles-page .rbr-desktop .rbr-stn__productDetail__container,
.bundles-page
  .rbr-desktop
  .rbr-stn__products-classicVr.rbr-stn__productDetail__container {
  grid-template-columns: 150px auto !important;
  grid-column-gap: 30px !important;
  -webkit-column-gap: 30px !important;
  column-gap: 30px !important;
}
.bundles-page
  .rbr-stn__singleSelectBox
  .rbr-stn__productDetail__classic.rbr-stn__productDetail__thumbnail {
  grid-column: auto;
}
.bundles-page .rbr-stn__singleSelectBox .rbr-stn__productDetail__productNAP {
  grid-column: auto;
}
.bundles-page
  .frequently-bundle
  .rbr-hrTablet.rbr-desktop
  .rbr-disOptHeader__title
  label,
.bundles-page
  .rbr-hrTablet.rbr-desktop
  .rbr-hrProducts__MultiSelectBox__container,
.bundles-page .rbr-hrTablet.rbr-desktop .rbr-productNamePrice__price__container,
.bundles-page .rbr-hrTablet.rbr-desktop .rbr-productNamePrice__title__container,
.bundles-page
  .rbr-hrTablet.rbr-desktop
  .rbr-productNamePrice__variant__container {
  margin: 0;
}
/* Bundle Page End */

/* FAQ page style start */

body.faqs-page .custom-pages .page-width {
  padding-top: 50px;
  padding-bottom: 100px;
}
body.faqs-page .custom-pages h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #000;
}
body.faqs-page .custom-pages .product-info {
  margin-left: 34px;
}
body.faqs-page .custom-pages ol li {
  list-style-position: outside;
  font-weight: bolder;
}
.faqs-page .product-info > li > b {
  font-family: "La Nord", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.faqs-page .product-info > li > p {
  font-family: "La Nord", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.faqs-page .product-info > li > b + p {
  margin-top: 5px;
  margin-bottom: 19.444px;
}
@media (max-width: 767px) {
  body.faqs-page .custom-pages h3 {
    margin-top: 35px;
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000;
  }
  body.faqs-page .custom-pages .product-info {
    margin-left: 19px;
  }
  body.faqs-page .custom-pages .page-width {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* FAQ page style end */
