@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
 * Copyright (c) 2018. Piotr Mocek (piotr.mocek@opusb.pl)
 */
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Italic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "amway_symbols";
  src: url("custom-fonts/amway_symbols-webfont.woff2") format("woff2"), url("custom-fonts/amway_symbols-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.brand-page {
  display: flex;
  flex: 1;
  height: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.brand-page.overflowed:after {
  content: "";
  background: url("../img/scroll-down-for-more.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 34px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  top: 100%;
  margin-top: -54px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.23;
  transition: opacity 0.5s ease;
}
.brand-page.overflowed.scrolled:after {
  opacity: 0;
}
.brand-page .article-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brand-page .article-cover img {
  width: 100%;
}
.brand-page article {
  padding: 35px 20px;
  font-family: SourceSansPro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
}
.brand-page article strong,
.brand-page article b {
  font-weight: 700;
}
.brand-page article ul {
  margin: 2em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.brand-page article ul li {
  margin: 0.3em 0;
}
.brand-page article ul li:first-child {
  margin-top: 0;
}
.brand-page article ul li:last-child {
  margin-bottom: 0;
}
.brand-page article p {
  margin: 1em 0;
}
.brand-page article img {
  display: inline-block;
  width: 30%;
  height: 30%;
}
.brand-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0;
}
.brand-page article .subtext.last-item {
  margin: 4px 0 0 0;
}
.brand-page article .home-logos {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}
.brand-page article .nutrition-header {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  color: #186637;
  font-size: 24px;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.brand-page article .nutrition-header .energize-color {
  color: #00423b !important;
}
.brand-page article .nutrition-header .refresh-color {
  color: #92c141 !important;
}
.brand-page article .nutrition-header .recharge-color {
  color: #e72774 !important;
}
.brand-page article .nutrition-header.heavy {
  font-weight: 700;
}
.brand-page article .nutrition-header:last-child {
  margin-bottom: 0;
}
.brand-page article .nutrition-header.truvivity {
  color: #6c8d8a;
}
.brand-page article .nutrition-header p {
  margin: 0;
  flex: 1;
  padding-right: 20px;
}
.brand-page article .nutrition-header p strong,
.brand-page article .nutrition-header p b {
  font-weight: 700;
}
.brand-page article .nutrition-header p.header-second-line {
  font-size: 14px;
  margin-top: 0.3em;
}
.brand-page article .nutrition-header p.header-small-text {
  line-height: 0.8;
}
.brand-page article .nutrition-header > img {
  display: block;
  width: 52px;
  height: 52px;
}
.brand-page article .nutrition-header > img.img-active-lifestile {
  width: 70px;
  height: 70px;
}
.brand-page article .paragraph-header {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.brand-page article .paragraph-header.bodykey {
  color: #81bc47;
}
.brand-page article .paragraph-header.fragrances {
  color: #4c6586;
}
.brand-page article .paragraph-header.g-and-h {
  color: #b48315;
}
.brand-page article .paragraph-header.nourish {
  color: #f49a58;
}
.brand-page article .paragraph-header.refresh {
  color: #afa919;
}
.brand-page article .paragraph-header.protect {
  color: #9abce2;
}
.brand-page article .paragraph-header.satinique {
  color: #8a5ea4;
}
.brand-page article .paragraph-header b {
  font-weight: 700;
}
.brand-page article .container-flex {
  display: flex;
  flex-direction: column;
}
.brand-page article .subheader {
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.brand-page article .subheader.nutrition {
  color: #186637;
  font-weight: 700;
}
.brand-page article .subheader.satinique {
  color: #8a5ea4;
  margin-bottom: 8px;
}
.brand-page article .subheader.no-margin-bottom {
  margin-bottom: 0px;
}
.brand-page article .subheader b {
  font-weight: 700;
}
.brand-page article .margin-bottom {
  margin-bottom: 30px;
}
.brand-page article .personal-care-header {
  color: #186637;
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.brand-page article .personal-care-header:last-child {
  margin-bottom: 0;
}
.brand-page article .personal-care-header.fragrances {
  color: #bf5178;
}
.brand-page article .personal-care-header.g-and-h {
  color: #b48315;
}
.brand-page article .personal-care-header.glister {
  color: #6bb42c;
}
.brand-page article .personal-care-header.hymm {
  color: #005e6e;
}
.brand-page article .personal-care-header.satinique {
  color: #8a5ea4;
}
.brand-page article .personal-care-header p {
  margin: 0;
  flex: 1;
  padding-right: 20px;
}
.brand-page article .personal-care-header p strong,
.brand-page article .personal-care-header p b {
  font-weight: 700;
}
.brand-page article .personal-care-header p .bottom-8px {
  margin-bottom: 8px;
}
.brand-page article .personal-care-header > img {
  display: block;
  width: 52px;
  height: 52px;
}
.brand-page article .subtext {
  font-size: 12px;
  margin: 4px 0 20px 0;
}
.brand-page article .g-and-h-line-logo-container {
  margin: 10px 0 10px 0;
  width: 100%;
}
.brand-page article .g-and-h-line-logo-container img {
  width: 90%;
}
.brand-page article .important {
  color: #81bc47;
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.25;
}
.brand-page article .important + .important {
  margin-top: -23px;
}
.brand-page article .important.no-margin-bottom {
  margin-bottom: 0px;
}
.brand-page article .important.glister {
  color: #6bb42c;
  margin-bottom: 0px;
}
.brand-page article .important.hymm {
  color: #005e6e;
}
.brand-page article .important.satinique {
  color: #8a5ea4;
}
.brand-page article .important.icook {
  color: #81bd48 !important;
}
.brand-page article .important.atmosphere {
  color: #3f7490 !important;
}
.brand-page article .important.espring {
  color: #60a1d7 !important;
  margin-bottom: 8px;
}
.brand-page article .important.hydra {
  color: #00739c !important;
  margin-bottom: 8px;
}
.brand-page article .important.artistry {
  color: #caa95b !important;
}
.brand-page article .important.colour {
  color: #caa95b;
  margin-bottom: 0px;
}
.brand-page article .important.nyc {
  color: #000;
}
.brand-page article .important.intensive {
  color: #575757 !important;
}
.brand-page article .important b {
  font-weight: 700;
}
a.blue ~ .content-container .brand-page article .important {
  color: #004b85;
}

.brand-page article .beauty-header {
  color: #caa95b;
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.brand-page article .beauty-header:last-child {
  margin-bottom: 0;
}
.brand-page article .beauty-header.essential {
  color: #698732 !important;
}
.brand-page article .beauty-header.hydra {
  color: #00739c !important;
}
.brand-page article .beauty-header.colour {
  color: #caa95b;
}
.brand-page article .beauty-header.dermasonic {
  color: #000000;
}
.brand-page article .beauty-header.intensive {
  color: #575757;
}
.brand-page article .beauty-header.nyc {
  color: #000;
}
.brand-page article .beauty-header p {
  margin: 0;
  flex: 1;
  padding-right: 20px;
}
.brand-page article .beauty-header p strong,
.brand-page article .beauty-header p b {
  font-weight: 700;
}
.brand-page article .beauty-header > img {
  display: block;
  width: 52px;
  height: 52px;
}
.brand-page article .img-container {
  width: 100%;
  margin: 20px 0px;
}
.brand-page article .img-container > img {
  width: 100%;
  height: auto;
}
.brand-page article .home-header {
  color: #004b85;
  font-family: RobotoCondensed, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.brand-page article .home-header:last-child {
  margin-bottom: 0;
}
.brand-page article .home-header.care {
  color: #004b85;
}
.brand-page article .home-header.icook {
  color: #81bd48;
}
.brand-page article .home-header.atmosphere {
  color: #3f7490;
}
.brand-page article .home-header.no-margin-bottom {
  margin-bottom: 0px;
}
.brand-page article .home-header p {
  max-width: 100%;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}
.brand-page article .home-header p strong,
.brand-page article .home-header p b {
  font-weight: 700;
}
.brand-page article .home-header > img {
  display: block;
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 640px) {
  .brand-page article {
    font-size: 16px;
  }
  .brand-page article .nutrition-header > img.img-active-lifestile {
    width: 110px;
    height: 110px;
  }
  .brand-page article .container-flex {
    display: flex;
    flex-direction: row;
  }
  .brand-page article .container-flex .flex-text {
    align-self: center;
    flex: 1;
  }
  .brand-page article .img-container {
    width: 33%;
    margin: 20px 0px;
    padding-right: 20px;
  }
  .brand-page article .img-container > img {
    width: 100%;
    height: auto;
  }
  .brand-page article .g-and-h-line-logo-container {
    margin: 10px 0 10px 0;
    width: 60%;
  }
  .brand-page article .g-and-h-line-logo-container img {
    width: 90%;
  }
}

.quick-nav {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}
.quick-nav.expanded {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}
.quick-nav li {
  min-height: 48px;
  margin: 0 !important;
  padding-right: 20px !important;
}
.quick-nav li .label {
  position: relative;
}

body > header {
  height: 48px;
  background-color: white;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
body > header .logo {
  padding-left: 40px;
  height: 40%;
}
body > header .logo img {
  height: 100%;
  width: auto;
}
body > header .right-actions {
  white-space: nowrap;
}
body > header .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}
body > header .icon#home {
  background: url("../img/home-icon.svg") 50% 50% no-repeat;
  background-size: 20px;
}
body > header .icon#search {
  background: url("../img/search-icon.svg") 50% 50% no-repeat;
  background-size: 20px;
}
body > header .icon#basket {
  background: url("../img/basket-icon.svg") 50% 50% no-repeat;
  background-size: 24px;
}
body > header .exit {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body > header .exit img {
  height: 20px;
  width: 11px;
  width: 11.3px;
  display: block;
  position: relative;
  z-index: 1;
}

#hamburger {
  margin-right: 10px;
  padding: 12px 10px;
  height: 16px;
  display: inline-block;
}
#hamburger > .hamburger-icon {
  position: relative;
  width: 20px;
  height: 2px;
  background: black;
  margin-top: 7px;
}
#hamburger > .hamburger-icon:before, #hamburger > .hamburger-icon:after {
  content: "";
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
}
#hamburger > .hamburger-icon:before {
  top: -6px;
}
#hamburger > .hamburger-icon:after {
  bottom: -6px;
}

#side-menu .blend {
  background: #000000;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 201;
  display: none;
}
#side-menu .scroller {
  background: white;
  height: 100%;
  position: absolute;
  width: 85%;
  top: 0;
  right: -85%;
  transition: right 0.5s ease;
  overflow-y: scroll;
  z-index: 202;
  -webkit-overflow-scrolling: touch;
}
#side-menu nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background: white;
  color: #000000;
  position: relative;
  box-sizing: border-box;
}
#side-menu nav:before {
  content: "";
  display: table;
}
#side-menu nav > ul {
  margin-top: 30px;
}
#side-menu nav > ul:first-child {
  margin-top: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
#side-menu nav > ul:last-child:not(:first-child) {
  margin-top: 0;
  width: 100%;
}
#side-menu nav > ul:last-child:not(:first-child) li {
  border-top: solid 1px #b4b4b4;
  border-bottom: none;
}
#side-menu nav > ul li .row {
  height: 3.44em;
  padding-left: 1.435em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #b4b4b4;
  padding-right: 54px;
}
#side-menu nav > ul li .row .icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#side-menu nav > ul li .row .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#side-menu nav > ul li .icon {
  margin-right: 1em;
}
#side-menu nav > ul li .icon img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0 auto;
}
#side-menu nav > ul li .icon.reset img {
  height: 30px;
}
#side-menu nav > ul li .icon.close-app img {
  height: 30px;
}
#side-menu nav > ul li .letter.icon {
  border-radius: 50%;
  line-height: 20px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
#side-menu.expanded .scroller {
  right: 0;
}
#side-menu .close {
  display: none;
}
#side-menu .home {
  display: none;
}

@media screen and (max-aspect-ratio: 1/2) {
  .iPhone.magloftShell #side-menu nav {
    padding-bottom: 20px;
  }
}
#usage-instructions {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
#usage-instructions h1 {
  font-family: RobotoCondensed, serif;
  font-size: 24px;
  font-weight: 700;
  display: table;
  margin: 2em auto 1em;
  max-width: 90%;
  max-width: calc(100% - 40px);
  text-transform: uppercase;
  border-bottom: solid 2px #002f5f;
  color: #002f5f;
  text-align: center;
}
#usage-instructions .screen {
  position: relative;
}
#usage-instructions .screen + .screen {
  margin-top: 50px;
}
#usage-instructions .screen img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#usage-instructions .screen .screenshot {
  position: absolute;
  width: 78.3%;
  left: 11.5%;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#usage-instructions .screen p {
  color: #3a3a3a;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
}
#usage-instructions .screen#cover .screenshot {
  top: 15.1%;
}
#usage-instructions .screen#cover p#enter-menu {
  top: 2%;
  right: 13%;
}
#usage-instructions .screen#cover p#exit {
  top: 2%;
  left: 14%;
}
#usage-instructions .screen#cover p#find-products {
  top: 6.5%;
  right: 21%;
}
#usage-instructions .screen#cover p#access-content-list {
  top: 96%;
  left: 16%;
}
#usage-instructions .screen#main-menu .screenshot {
  top: 13%;
}
#usage-instructions .screen#main-menu p#subcategory-list {
  top: 1.2%;
  right: 32%;
}
#usage-instructions .screen#main-menu p#bundle-up-category-list {
  top: 6.4%;
  right: 14%;
}
#usage-instructions .screen#main-menu p#unwind-category-list {
  top: 91.2%;
  right: 14%;
}
#usage-instructions .screen#main-menu p#all-products-in-subcategory {
  top: 96.4%;
  right: 20.5%;
}
#usage-instructions .screen#hamburger-menu .screenshot {
  top: 13.4%;
}
#usage-instructions .screen#hamburger-menu p#hamburger-unwind-category-list {
  top: 0.4%;
  right: 32%;
}
#usage-instructions .screen#hamburger-menu p#hamburger-close {
  top: 6%;
  right: 10%;
}
#usage-instructions .screen#hamburger-menu p#exit-app {
  top: 91.5%;
  left: 26%;
}
#usage-instructions .screen#hamburger-menu p#open-extras {
  bottom: 5.4%;
  right: 14%;
}
#usage-instructions .screen#hamburger-menu p#hamburger-bundle-up-subcategory-list {
  top: 97.3%;
  right: 20.5%;
}
#usage-instructions .screen#new-releases .screenshot {
  top: 12.3%;
}
#usage-instructions .screen#new-releases p#close-new {
  top: 3%;
  right: 8%;
}
#usage-instructions .screen#new-releases p#open-new-product {
  top: 96%;
  left: 15%;
}
#usage-instructions .screen#search .screenshot {
  top: 9.3%;
}
#usage-instructions .screen#search p#close-search {
  top: 1%;
  right: 14%;
}
#usage-instructions .screen#search p#search-products {
  top: 96%;
  left: 15%;
  width: 70%;
  text-align: center;
}
#usage-instructions .screen#search-02 .screenshot {
  top: 9%;
}
#usage-instructions .screen#search-02 p#close-search-2 {
  top: 1%;
  right: 19%;
}
#usage-instructions .screen#search-02 p#search-again {
  top: 91%;
  left: 15%;
}
#usage-instructions .screen#search-02 p#open-found-product {
  right: 13%;
  top: 96.8%;
}
#usage-instructions .screen#brand-intro .screenshot {
  top: 13.1%;
}
#usage-instructions .screen#brand-intro p#bp-unwind-product-list {
  bottom: 97%;
  right: 14.3%;
  text-align: right;
}
#usage-instructions .screen#brand-intro p#bp-unwind-category-list {
  right: 14.3%;
  top: 5.8%;
  text-align: right;
}
#usage-instructions .screen#brand-intro p#bp-scroll-down {
  top: 91.3%;
  left: 15%;
  width: 70%;
  text-align: center;
}
#usage-instructions .screen#brand-intro p#bp-show-product {
  right: 15%;
  top: 97.6%;
}
#usage-instructions .screen#product-list .screenshot {
  top: 9.5%;
}
#usage-instructions .screen#product-list p#list-view-close {
  top: 1%;
  right: 15%;
}
#usage-instructions .screen#product-list p#list-show-product {
  top: 96.6%;
  left: 15%;
}
#usage-instructions .screen#product-page .screenshot {
  top: 12.3%;
}
#usage-instructions .screen#product-page p#icon-expand {
  bottom: 97%;
  left: 16%;
}
#usage-instructions .screen#product-page p#product-enlarge {
  top: 5%;
  right: 15%;
  text-align: right;
}
#usage-instructions .screen#product-page p#product-description {
  top: 91%;
  text-align: center;
  left: 15%;
  width: 70%;
}
#usage-instructions .screen#product-page p#switch-products {
  top: 96.5%;
  left: 16%;
  width: 69%;
  text-align: center;
}
#usage-instructions .screen#product-page-02 .screenshot {
  top: 1.8%;
}
#usage-instructions .screen#product-page-02 p#show-swatches {
  bottom: 6.5%;
  right: 15%;
  text-align: right;
  max-width: 73%;
}
#usage-instructions .screen#product-page-02 p#switch-by-dots {
  left: 16%;
  top: 96.5%;
}

#onboarding {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  font-family: "CaveatBrush", "Comic Sans MS", sans-serif;
  font-size: 21px;
  color: white;
  background: transparent;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#onboarding .compound-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#onboarding .slide {
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
#onboarding .slide .layer {
  position: absolute;
}
#onboarding .slide .mr-smart {
  display: block;
  width: 57%;
  margin: 2em auto;
}
#onboarding .slide .mr-smart + p {
  text-align: center;
}
#onboarding .slide .short-arrow {
  height: 71px;
  width: auto;
}
#onboarding .slide .medium-arrow {
  height: 158px;
  width: auto;
}
#onboarding .slide .long-arrow {
  height: 198px;
  width: auto;
}
#onboarding .slide#hello p {
  text-align: center;
}
#onboarding .slide#hello .buttons {
  display: table;
  margin: 1em auto;
}
#onboarding .slide#hello .button {
  border-radius: 5em;
  border: solid 2px white;
  font-family: SourceSansPro, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 0.7em 2em;
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 1.5em;
  text-align: center;
}
#onboarding .slide#hello .button.active {
  background: white;
  color: #15365e;
}
#onboarding .slide #exit-app .short-arrow {
  transform: scaleX(-1) rotate(45deg);
  transform-origin: center top;
}
#onboarding .slide #exit-app p {
  margin-left: 40px;
  margin-top: -13px;
}
#onboarding .slide #find-products {
  position: absolute;
  text-align: right;
  right: 76px;
  top: 50px;
}
#onboarding .slide #find-products p {
  width: 50vw;
  max-width: 30vh;
  text-align: right;
}
#onboarding .slide #find-products .medium-arrow {
  transform: rotate(25deg) translateX(8px) translateY(-14px);
  margin-right: 50px;
}
#onboarding .slide#option1 > p {
  text-align: center;
  margin-top: 5em;
}
#onboarding .slide#option1 .layer {
  top: 50px;
  right: 31px;
  text-align: right;
}
#onboarding .slide#option1 .layer .long-arrow {
  transform: rotate(8deg) translateX(-13px);
}
#onboarding .slide #explore {
  width: 60vw;
  max-width: 36vh;
  left: 30px;
}
#onboarding .slide #explore .short-arrow {
  transform: scaleX(-1);
  margin-left: 35%;
}
#onboarding .slide #explore p {
  margin-top: 10px;
}
#onboarding .slide#option2 > p {
  text-align: center;
  margin-top: 5em;
}
#onboarding .slide#option2 .layer {
  width: 60vw;
  max-width: 36vh;
  left: 20%;
  top: 40vh;
}
#onboarding .slide#option2 .layer .short-arrow {
  transform: rotate(10deg);
  margin-left: 40%;
}
#onboarding .slide #explore2 {
  width: 70vw;
  max-width: 42vh;
  left: 20%;
}
#onboarding .slide #explore2 .short-arrow {
  margin-left: 30%;
}
#onboarding .slide #explore2 p {
  margin-top: 10px;
}
#onboarding .slide #back-to-menu {
  width: 75vw;
  max-width: 45vh;
  top: 60px;
  right: 60px;
}
#onboarding .slide #back-to-menu .short-arrow {
  transform: translateX(-27px) translateY(-21px) rotate(69deg);
  position: absolute;
  right: 0;
}
#onboarding .slide #back-to-menu p {
  margin-top: 42px;
  text-align: right;
  margin-right: 10%;
}
#onboarding .slide #product-list {
  top: 157px;
  width: 57vw;
  max-width: 34.2vh;
  right: 30px;
}
#onboarding .slide #product-list .short-arrow {
  position: absolute;
  right: 0;
  transform: scaleX(-1) rotate(-20deg);
}
#onboarding .slide #product-list p {
  margin-right: 33px;
  margin-top: 58px;
  text-align: right;
}
#onboarding .slide #explore-products {
  top: 281px;
  margin-right: 156px;
  right: 0;
  margin-left: 20px;
}
#onboarding .slide #explore-products .short-arrow {
  position: absolute;
  right: 0;
  transform: translateY(-11px) translateX(53px) rotate(98deg);
}
#onboarding .slide #explore-products p {
  text-align: right;
}
#onboarding .slide #about-brand {
  bottom: 40px;
  width: 45vw;
  max-width: 27vh;
  right: 50%;
}
#onboarding .slide #about-brand .short-arrow {
  transform: scaleX(-1) rotate(224deg);
  margin-right: 75px;
  margin-left: auto;
  display: block;
}
#onboarding .slide #switch-products {
  padding-bottom: 183px;
  width: calc(100% - 80px);
  left: 40px;
}
#onboarding .slide #switch-products p {
  text-align: center;
}
#onboarding .slide #switch-products p + .medium-arrow {
  position: absolute;
  transform: rotate(155deg);
  right: 10px;
}
#onboarding .slide #switch-products .medium-arrow + .medium-arrow {
  position: absolute;
  left: 10px;
  transform: scaleX(-1) rotate(155deg);
}
#onboarding .slide #side-menu-exit {
  bottom: 60px;
  width: 45vw;
  margin-right: 5vw;
  right: 0;
}
#onboarding .slide #side-menu-exit .short-arrow {
  position: absolute;
  transform: scaleX(-1) rotate(120deg);
  left: -60px;
  top: -10px;
}
#onboarding .slide #side-menu-exit p {
  margin-bottom: 31px;
}
#onboarding .slide #discover-more {
  width: calc(100% - 80px);
  text-align: center;
  left: 40px;
  bottom: 90px;
}
#onboarding .slide #discover-more p {
  margin-bottom: 72px;
}
#onboarding .slide #discover-more p + .short-arrow {
  position: absolute;
  left: 84px;
  transform: scaleX(-1) rotate(150deg);
  bottom: 0;
}
#onboarding .slide #discover-more .short-arrow + .short-arrow {
  position: absolute;
  left: 255px;
  transform: translateX(-60px) rotate(150deg);
  bottom: 0;
}

.icon-slider-component {
  margin: 1em -20px;
  background: #f6f9ed;
  height: 230px;
}
.icon-slider-component .icon-slides-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding-top: 20px;
  margin: 0 40px;
}
.icon-slider-component .icon-slides-wrapper .icon-component {
  transition: all 0.2s ease;
  margin: 0 1px;
}
.icon-slider-component .icon-slides-wrapper .icon-component img {
  display: block;
  width: 100%;
  height: auto;
}
.icon-slider-component .label {
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transform: translateY(-50%);
  max-width: calc(100% - 88px);
  margin: 0 auto;
}
.icon-slider-component .previous_icon, .icon-slider-component .next_icon {
  width: 34px;
  height: 34px;
  background-size: 18px;
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
  margin-top: -79px;
  opacity: 0.5;
}
.icon-slider-component .previous_icon {
  float: left;
  background: url("../img/arrow-prev-icon.svg") 50% 50% no-repeat;
  margin-left: 10px;
}
.icon-slider-component .next_icon {
  float: right;
  background: url("../img/arrow-next-icon.svg") 50% 50% no-repeat;
  margin-right: 10px;
}

.icon-description-wrapper {
  min-height: 11em;
}
.icon-description-wrapper p:last-child {
  margin-bottom: 1em;
}

.content-container > article {
  margin: 0 9%;
  line-height: 1.5625;
  text-align: center;
}
.content-container > article > .no-margin {
  margin: 0 -10.9%;
}
.content-container > article.no-margin {
  margin: 0;
}
.content-container > article.no-margin > .no-margin {
  margin: 0;
}
.content-container > article strong {
  font-size: 23px;
  line-height: 1.087;
  font-weight: 900;
  text-transform: uppercase;
}
.content-container > article h2 {
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  margin-top: 3.26em;
  margin-bottom: 2.83em;
}
.content-container > article h2.important {
  color: #e02858;
}
.content-container > article b {
  font-weight: 900;
}
.content-container > article ul {
  list-style: disc;
  margin-left: 1.5em;
}
.content-container > article ul li {
  margin-bottom: 0.5em;
}
.content-container > article p {
  margin: 1.75em 0;
}
.content-container > article p.note {
  font-size: 0.8em;
}
.content-container > article p.note span {
  float: left;
  margin-right: 0.3em;
}
.content-container > article p.note a {
  max-width: 100%;
  color: #e02858;
  word-wrap: break-word;
}
.content-container > article p + p:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #e02858;
  border-radius: 50%;
  margin: 0 auto 1.75em;
}
.content-container > article .intro {
  margin-top: 4.375em;
  margin-bottom: 4.0625em;
}
.content-container > article .intro .product-name {
  text-align: center;
  font-size: 23px;
  line-height: 1.087;
  font-weight: 900;
  text-transform: uppercase;
}
.content-container > article .intro .product-name .label:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 0.8em;
  background: url("../img/edit-icon.svg") 50% 50% no-repeat;
  background-size: contain;
}
.content-container > article .intro .product-name input {
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  box-sizing: border-box;
  border: 0;
  border-bottom: solid 1px black;
  font-family: SourceSansPro, sans-serif;
  padding: 5px;
  margin: -5px 0 -6px 0;
}
.content-container > article.no-margin > .intro {
  margin-left: 6%;
  margin-right: 6%;
}
.content-container > article .confirm.button {
  margin: 4.5em auto;
}

.packshot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.packshot .packshot-image {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.product-tiles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  margin: 2%;
}

.status {
  margin: 3.5%;
  font-size: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.status .quantity {
  text-align: left;
  display: inline-block;
}
.status .filter {
  font-weight: 700;
}
.status .filter .link {
  margin: -1em;
  padding: 1em;
}
.status .filter .link.strong {
  color: #e02858;
}

.list-type-switch {
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  fill: #dcdcdc;
}
.list-type-switch.active {
  fill: black;
}

.filters.popup {
  z-index: 2;
  padding: 2em 1.5em;
  box-sizing: border-box;
  overflow: hidden;
  top: auto;
  transform: none;
}
.filters.popup .section > .label {
  text-align: left;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.filters.popup .section > .label:after {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #595959;
  margin-top: 0.75em;
  margin-left: 1em;
}
.filters.popup .horizontal-scroll-panel {
  margin: 0;
  padding: 1.5em 0;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.filters.popup .horizontal-scroll-panel .button {
  font-size: 0.75em;
  margin: 0 0.3em;
  padding: 0.66em 2em;
  white-space: nowrap;
}
.filters.popup .horizontal-scroll-panel .button.active {
  margin: -1px calc(.3em - 1px);
  font-weight: 500;
  color: #e02858;
  border-width: 2px;
  border-color: #e02858;
}
.filters.popup .horizontal-scroll-panel .button:first-child {
  margin-left: 0;
}
.filters.popup .horizontal-scroll-panel .button:last-child {
  margin-right: 0;
}

.product-panel > .details > .description p,
.product-panel > .details > .description table {
  margin: 2em 0;
}
.product-panel > .details > .description a[navto^="/"] {
  text-decoration: underline;
  color: blue;
}
.product-panel > .details > .description ul {
  margin: 2em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.product-panel > .details > .description ul li {
  margin: 0.3em 0;
}
.product-panel > .details > .description ul li:first-child {
  margin-top: 0;
}
.product-panel > .details > .description ul li:last-child {
  margin-bottom: 0;
}
.product-panel > .details > .description ul li:before, .product-panel > .details > .description ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.product-panel > .details > .description ul li:before {
  left: -10px;
}
.product-panel > .details > .description ol {
  margin: 2em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.product-panel > .details > .description ol li {
  margin: 0.3em 0;
}
.product-panel > .details > .description ol li:first-child {
  margin-top: 0;
}
.product-panel > .details > .description ol li:last-child {
  margin-bottom: 0;
}
.product-panel > .details > .description strong,
.product-panel > .details > .description b {
  font-weight: 700;
}
.product-panel > .details > .description table {
  border-collapse: collapse;
}
.product-panel > .details > .description table td, .product-panel > .details > .description table th {
  border: solid 1px #3a3a3a;
  padding: 0 0.3em;
}
.product-panel > .details > .description sup {
  font-size: 8px;
  vertical-align: super;
}
.product-panel > .details > .description .subtext {
  font-size: 12px;
}

.product-panel {
  color: #3a3a3a;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 35px;
  transition: all 0.5s ease;
}
.product-panel:before {
  content: "";
  display: table;
}
.product-panel a {
  text-decoration: underline;
}
.product-panel > .packshot {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.product-panel > .packshot .packshot-image {
  position: absolute;
  background-size: 120%;
}
.product-panel > .title {
  margin: 2em 0;
  position: relative;
}
.product-panel > .title .favorite {
  top: 0.3em;
  right: -1em;
}
.product-panel > .title h1, .product-panel > .title h2 {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.product-panel > .title h1:first-child, .product-panel > .title h2:first-child {
  margin-top: 0;
}
.product-panel > .title h1:last-child, .product-panel > .title h2:last-child {
  margin-bottom: 0;
}
.product-panel .description, .product-panel .helpful_tip {
  text-align: left;
}
.product-panel .helpful_tip > h2 {
  margin-bottom: 1em;
}
.product-panel .link.more {
  text-align: center;
  margin: 2em 0;
  padding: 1em 0;
  cursor: pointer;
}
.product-panel .link.more:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: url(../img/expand-link.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
.product-panel .expanded > .link.more {
  color: #e02858;
}
.product-panel .expanded > .link.more:after {
  background-image: url(../img/collapse-link.svg);
}
.product-panel .vertical-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-panel > .details {
  padding: 0 20px;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  font-family: SourceSansPro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  position: relative;
}
.product-panel > .details em, .product-panel > .details i {
  font-style: italic;
}
.product-panel > .details > .name {
  font-family: RobotoCondensed, sans-serif;
  font-size: 17px;
  margin: 1.5em 0 1em 0;
  font-weight: 700;
}
.product-panel > .details > .sku, .product-panel > .details > .disclaimer {
  margin-top: 4em;
  font-size: 0.8em;
}
.product-panel h1 {
  font-weight: 900;
  font-size: 23px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.product-panel h1 + h2 {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}
.product-panel .more-dots-icon {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
.product-panel .more-dots-icon, .product-panel .more-dots-icon:before, .product-panel .more-dots-icon:after {
  width: 5px;
  height: 5px;
  background: #919191;
  border-radius: 50%;
}
.product-panel .more-dots-icon:before, .product-panel .more-dots-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.product-panel .more-dots-icon:before {
  left: -10px;
}
.product-panel .more-dots-icon:after {
  right: -10px;
}

.dots {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  transition: all 0.5s ease;
}
.dots .slick-dots {
  bottom: auto;
  top: 50%;
  margin-top: -10px;
}
.dots .slick-dots li {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
}
.dots .slick-dots li button {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  margin: -3px;
}
.dots .slick-dots li button:before {
  content: " ";
  width: 6px;
  height: 6px;
  opacity: 0.4;
  border-radius: 50%;
  background: black;
}
.dots .slick-dots li.slick-active button:before {
  opacity: 0.4;
}
.dots .slick-dots li.slick-active button:after {
  opacity: 0.4;
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: -4px;
  top: -4px;
  border: solid 1px black;
  border-radius: 50%;
}
.dots.hidden {
  opacity: 0;
  pointer-events: none;
}

.product-tile {
  width: 47%;
  margin: 1.5%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: -3.386px 4.334px 10.5px 0px rgba(186, 186, 186, 0.49);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.product-tile .packshot {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.product-tile .product-name {
  font-size: 0.875em;
  line-height: 1.2;
  height: 3.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}
.product-tile .close {
  z-index: 1;
}

.wide-tiles .product-tile {
  width: 97%;
  height: 168px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
.wide-tiles .product-tile .packshot {
  width: 40%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.wide-tiles .product-tile .packshot .packshot-image {
  background-size: 150%;
}
.wide-tiles .product-tile .product-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: auto;
  margin-left: 0;
}
.wide-tiles .product-tile .product-name .excerpt {
  max-height: 3.6em;
  overflow: hidden;
}
.wide-tiles .product-tile h3 {
  font-weight: 700;
  margin-bottom: 1em;
}

.content-container .get-started {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.content-container .get-started .intro {
  margin: 1.125em 0.625em;
  text-align: center;
  line-height: 1.5625;
}
.content-container .get-started .actions {
  margin: 0 0.625em;
}
.content-container .get-started .logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16.8%;
  margin-bottom: 12%;
}

.questionnaire-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.questionnaire-wrapper > div {
  width: 26.7%;
  height: 0;
  padding-bottom: 26.7%;
  text-align: center;
  margin: 2%;
  background: gray;
  border-radius: 50%;
  position: relative;
  font-weight: 700;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.questionnaire-wrapper > div.selected:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 85%;
  width: 17px;
  height: 17px;
  transform: translate(-50%, -50%);
  background: #e02858;
  border-radius: 50%;
  border: solid 3px white;
}
.questionnaire-wrapper > div > .label {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5em;
  box-sizing: border-box;
  color: white;
  line-height: 1.12;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 75vh;
  height: 100%;
  z-index: 3;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.65);
}

.popup {
  position: absolute;
  top: 50%;
  background: white;
  transform: translateY(-50%);
  box-shadow: -3.386px 4.334px 10.5px 0px rgba(186, 186, 186, 0.49);
  width: 93%;
  left: 3.5%;
}
.popup h2 {
  margin: 2em;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
}
.popup .message {
  margin: 3.125em;
}
.popup .button {
  margin: 3.125em auto;
}
.popup .input-wrapper {
  margin: 3.125em;
}
.popup .input-wrapper input[type=text] {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: solid 1px black;
  padding: 0.5em;
  font-size: 16px;
}
.popup .alert {
  margin: 1em 3.125em;
  color: #e02858;
}
.popup .actions {
  margin: 3.125em;
}
.popup .actions .button {
  margin: 1.125em auto;
}

ol.custom-lists {
  text-align: left;
  padding: 0;
  margin: 2em;
  list-style: decimal;
  padding-left: 2em;
}
ol.custom-lists li {
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 0.5em;
  position: relative;
}
ol.custom-lists li .delete {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5em;
}
ol.custom-lists li .delete img {
  width: 1em;
  height: auto;
  display: block;
}

.overflowed:after {
  content: "";
  background: url("../img/arrow-scroll-down.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: fixed;
  pointer-events: none;
  top: 100%;
  margin-top: -54px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
}

.overflowed.scrolled:after {
  opacity: 0;
}

@-webkit-keyframes bounce {
  0%, 10%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-20px);
  }
  65% {
    -webkit-transform: translateX(-50%) translateY(-10px);
  }
  88% {
    -webkit-transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes bounce {
  0%, 10%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  30% {
    transform: translateX(-50%) translateY(-20px);
  }
  65% {
    transform: translateX(-50%) translateY(-10px);
  }
  88% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* --------------- between screen animation --------------*/
.slide-animate-container {
  position: relative;
}

.slide-animate {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.slide-animate.ng-enter, .slide-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0;
}

.forward .slide-animate.ng-enter {
  transform: translateX(100%);
}
.forward .slide-animate.ng-enter-active {
  transform: translateX(0%);
}
.forward .slide-animate.ng-leave {
  transform: translateX(0%);
}
.forward .slide-animate.ng-leave-active {
  transform: translateX(-100%);
}

/* --- backward */
.backward .slide-animate.ng-enter {
  transform: translateX(-100%);
}
.backward .slide-animate.ng-enter-active {
  transform: translateX(0%);
}
.backward .slide-animate.ng-leave {
  transform: translateX(0%);
}
.backward .slide-animate.ng-leave-active {
  transform: translateX(100%);
}

@media screen and (min-width: 600px) {
  .product-tile {
    width: 30.3%;
  }

  .wide-tiles .product-tile .packshot {
    width: 175px;
  }
  .wide-tiles .product-tile .packshot .packshot-image {
    background-size: contain;
  }
}
html {
  height: 100%;
  overflow: hidden;
  background: gray;
}

body {
  font-family: SourceSansPro, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: white;
  height: 100%;
  overflow: hidden;
  max-width: 75vh;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}
body.splash > main {
  overflow: hidden;
}
body.splash .cover {
  top: 0;
}
body.splash .primary-navigation {
  top: 100%;
}
body.splash .title .logo {
  display: block;
}
body.splash .title .text {
  display: none;
}

.content-container {
  height: 100%;
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background: white;
}
.content-container:before {
  content: "";
  display: table;
}

.button {
  background: #e02858;
  color: white;
  line-height: 1.2;
  padding: 0.66em 3em;
  margin: 1.125em auto;
  border-radius: 5em;
  box-sizing: border-box;
  text-align: center;
  display: table;
}
.button.wide {
  display: block;
  width: 100%;
}
.button.secondary {
  background: white;
  color: black;
  border: solid 1px black;
}
.button.black {
  background: black;
  color: white;
}
.button.back {
  margin: 3em auto;
}
.button.back:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: url("../img/arrow-prev-panel.svg") 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.25em;
}
.button.separate {
  margin: 4.5em auto;
}
.button.disabled {
  opacity: 0.5;
  touch-action: none;
  pointer-events: none;
}

.actions.separate {
  margin: 4.5em auto;
}
.actions.separate .button:first-child {
  margin-top: 0;
}
.actions.separate .button:last-child {
  margin-bottom: 0;
}

.top-most {
  z-index: 1001;
}

.back.link {
  color: #00040f;
  opacity: 0.6;
  font-size: 0.75em;
  margin: 1.6em;
  text-align: left;
}
.back.link.absolute {
  position: absolute;
  left: 0;
  right: 0;
}
.back.link:before {
  content: "";
  width: 1em;
  height: 1em;
  opacity: 0.55;
  background: url("../img/arrow-prev-panel.svg") 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.25em;
  margin-bottom: -0.15em;
}

.cover-container {
  height: 100%;
  padding: 3%;
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.5s ease;
}
.cover .cover-image {
  box-shadow: 0px 5px 10px grey;
  height: 68%;
  background: url(../img/cover-image.jpg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-aspect-ratio: 768/1024) {
  .cover .cover-image {
    background: url(../img/cover-image-iPad.jpg) 50% 50% no-repeat;
  }
}
.cover .footer {
  box-shadow: 0px 5px 10px grey;
  height: 29%;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  background: white;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 5%;
  text-align: left;
}
.cover .lets-start-button {
  background-color: #000;
  color: white;
  margin-top: 6%;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  border-color: #000;
  border-radius: 5em;
}
@media screen and (min-width: 640px) {
  .cover .footer {
    height: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 42px;
    color: #000;
    background: white;
    padding: 0 10%;
  }
  .cover .footer div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cover .footer button {
    margin: 0;
    font-size: 24px;
  }
  .cover .footer div:nth-of-type(2) {
    text-align: right;
  }
}

.nobr {
  white-space: nowrap;
}

.close {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  background: white url("../img/close-icon.svg") 50% 50% no-repeat;
  background-size: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 203;
}

.favorite {
  position: absolute;
  width: 1.125em;
  height: 1em;
  background: url("../img/fav-icon.svg") 50% 50% no-repeat;
  background-size: 1.125em;
  top: 0.75em;
  right: 0.75em;
  z-index: 1;
  padding: 1em;
  margin: -1em;
}
.favorite.active {
  background-image: url("../img/fav-icon-active.svg");
}

.amway-icon {
  font-family: "amway_symbols";
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
  line-height: 0.9;
}
.amway-icon.all_skin:before {
  content: "╘";
}
.amway-icon.sensitive_skin:before {
  content: "╠";
}
.amway-icon.combination-to-oily_skin:before {
  content: "╕";
}
.amway-icon.normal-to-dry_skin:before {
  content: "╙";
}
.amway-icon.allergy_tested:before {
  content: "╛";
}
.amway-icon.ophthalmology_tested:before {
  content: "╟";
}
.amway-icon.daily_usage:before {
  content: "╔";
}
.amway-icon.nightly_usage:before {
  content: "╚";
}
.amway-icon.square_dispenser:before {
  content: "╕";
}
.amway-icon.rectangle_dispenser:before {
  content: "╖";
}
.amway-icon.plastic_squeeze:before {
  content: "╔";
}
.amway-icon.pistol_grip:before {
  content: "╗";
}
.amway-icon.pour_cap:before {
  content: "╘";
}
.amway-icon.dispenser_ball:before {
  content: "╙";
}
.amway-icon.star_espring:before {
  content: "╓";
}
.amway-icon.one_drops:before {
  content: "╜";
}
.amway-icon.two_drops:before {
  content: "╝";
}
.amway-icon.three_drops:before {
  content: "╞";
}

.cover-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.cover-video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cover-video video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.violet {
  color: #644571;
}
.violet h {
  font-size: 1.5em;
  line-height: 1em;
}

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.unresponsive {
  pointer-events: none;
}

.semitransparent-svg-overlay {
  fill: #00275a;
  opacity: 0.75;
}

.selection-frame {
  position: absolute;
  width: 2px;
  height: 2px;
  border: solid 1px red;
  pointer-events: none;
  z-index: 999;
}
.selection-frame:after {
  content: "";
  border: solid 1px white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

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