body {
  font-family: Proximanova, sans-serif;
  color: #62615c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  max-width: 600px;
  margin-bottom: 10px;
  text-align: left;
}

a {
  color: #62615c;
  text-decoration: none;
}

a:hover {
  color: #c228a5;
}

.header-ad {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e7e7e7;
}

.container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.container.breadcrumb-margin {
  margin-bottom: 50px;
}

.container.copywrite-section {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

.container.hero-container {
  max-width: 620px;
}

.container.overflow-hidden {
  padding-top: 66px;
  padding-bottom: 66px;
  background-image: url('../images/finger-print-large.svg');
  background-position: 100% 50%;
  background-size: 367px;
  background-repeat: no-repeat;
}

.container.footer {
  max-width: 1200px;
}

.container.card-overflow {
  margin-top: -130px;
}

.container.bio-margin {
  margin-bottom: 40px;
}

.container.footer-max {
  max-width: 1200px;
}

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

.header-ad-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.ad-icon {
  width: 25px;
}

.header-content {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-content.design-2 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-logo {
  float: left;
}

.header-container {
  float: right;
}

.search-bar {
  width: 268px;
  margin-bottom: 0px;
  float: right;
}

.header-icon {
  margin-right: 14px;
  margin-left: 14px;
  float: left;
}

.nav-menu {
  position: relative;
  float: left;
}

.nav-link {
  margin-right: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #c228a5;
}

.nav-link.toggle {
  padding-right: 45px;
}

.nav-link.dropdown {
  margin-right: 10px;
  padding-right: 50px;
}

.form-wrapper {
  margin-bottom: 20px;
}

.menu-social {
  display: none;
}

.nav-bar {
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.main-product-background {
  background-color: #cfcfcf;
}

.section.main-product-background {
  background-color: #fff;
}

.section.tabs-background {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/product-tabs-background-example.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/product-tabs-background-example.jpg');
  background-position: 0px 0px, 80% 84%;
  background-size: auto, 380px;
  background-repeat: repeat, no-repeat;
}

.section.collection-header {
  padding-bottom: 85px;
  background-image: url('../images/Trufora-Proofs-035-1.jpg');
  background-size: cover;
}

.section.secondary-background-color {
  background-color: #f7f7f9;
}

.section.customer-favorites-background {
  background-color: #fff;
}

.section.transformations-hero {
  background-image: url('../images/skin-background-example.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.about {
  background-image: url('../images/about-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.ingredients {
  background-image: url('../images/ingredients-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.media-header {
  padding-bottom: 165px;
  background-image: url('../images/media-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.tribe {
  background-image: url('../images/trufora-tribe-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn {
  padding: 12px 25px;
  border-radius: 4px;
  background-color: #c228a5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #a3308d;
  color: #fff;
}

.btn.btn-margin {
  margin-top: 36px;
}

.btn.btn-margin.full {
  width: 100%;
  background-color: transparent;
}

.btn.btn-margin.nav {
  width: 100%;
}

.btn.submit {
  float: left;
  font-weight: 700;
}

.btn.contact-submit {
  width: 100%;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 14px 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 67%, .81);
  -webkit-transition: opacity 200ms ease, all 200ms ease;
  transition: opacity 200ms ease, all 200ms ease;
  text-align: center;
}

.product-card:hover {
  box-shadow: 0 0 6px 0 rgba(194, 40, 165, .6);
}

.product-card.no-hover.join-card {
  margin-top: 20px;
  padding-bottom: 34px;
}

.product-card.points {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-card-name {
  font-size: 16px;
  line-height: 22px;
}

.product-card-name.design-2 {
  padding-bottom: 0px;
}

.product-card-name.nav {
  float: left;
}

._4-col-card-container {
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  margin-bottom: 20px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: left;
}

._3-col-card-container {
  display: inline-block;
  width: 33.333%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.bread-crumb {
  display: inline-block;
  color: #62615c;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.bread-crumb.inactive {
  font-weight: 600;
}

.bread-crumb-divider {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}

.product-section-col {
  width: 50%;
  float: left;
}

.product-description-container {
  margin-left: 40px;
}

.product-bottom-tabs-menu {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.product-page-img {
  width: 100%;
}

.img-tab-link {
  display: inline-block;
  overflow: hidden;
  width: 18%;
  min-height: 100px;
  margin-right: 1%;
  margin-bottom: 5px;
  margin-left: 1%;
  padding: 5px;
  background-color: #fff;
}

.img-tab-link.w--current {
  border: 1px solid #c228a5;
  background-color: #fff;
}

.main-product-name {
  margin-top: 0px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.product-description-text {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 20px;
}

.product-social-container {
  margin-top: 20px;
  float: left;
}

.product-social-icon {
  margin-right: 25px;
}

.main-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  clear: left;
  font-size: 20px;
  font-weight: 700;
}

.product-select-field {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  font-size: 16px;
}

.product-qty-field {
  width: 45px;
  margin-top: 3px;
  margin-right: 20px;
  float: left;
  border: 1px solid #62615c;
  font-size: 16px;
  text-align: center;
}

.main-product-form-wrapper {
  float: left;
  clear: both;
}

.footer {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
}

._4-col-footer {
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}

._4-col-footer.newsletter {
  width: 32%;
  margin-top: 0px;
  float: left;
}

._4-col-footer.links {
  width: 18%;
}

._4-col-footer.info {
  width: 24%;
}

.footer-content-container {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.footer-content-container.center {
  text-align: center;
}

.footer-header {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 18px;
}

.footer-li {
  margin-bottom: 15px;
  font-weight: 300;
}

.footer-social-container {
  margin-bottom: 20px;
}

.footer-social-link {
  margin-right: 15px;
}

.secondary-header-nav {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c228a5;
}

.shipping-icon {
  margin-top: -2px;
}

.header-shipping-text {
  display: inline-block;
  margin-left: 15px;
  padding-top: 3px;
  color: #fff;
  text-transform: uppercase;
}

.header-shipping-content {
  float: left;
}

.header-contact-content {
  margin-top: 2px;
  float: right;
}

.header-contact-content.margin {
  margin-right: 120px;
}

.header-contact-link {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.header-contact-link:hover {
  color: #fff;
}

.header-contact-link.margin {
  margin-right: 30px;
}

.guarantee-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  margin-top: -30px;
  float: right;
}

.shop-nav-container {
  float: right;
}

.main-product-star-icon {
  margin-top: -6px;
  margin-right: 5px;
}

.main-product-review-container {
  margin-top: 20px;
}

.reviews-text {
  display: inline-block;
  margin-left: 10px;
  color: #62615c;
}

.product-paragraph {
  margin-bottom: 20px;
  float: left;
  font-weight: 600;
}

.memembership-text {
  margin-top: 10px;
  margin-left: 15px;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.full-width-social-container {
  width: 100%;
  margin-top: 10px;
  padding-top: 25px;
  float: left;
  clear: both;
  border-top: 1px solid #cfcfcf;
}

.share-text {
  margin-top: 5px;
  float: left;
  font-weight: 600;
}

.product-share-container {
  float: right;
}

.left-tab-pane {
  width: 80%;
  float: right;
}

.product-tabs-left {
  width: 16%;
  float: left;
}

.tab-img-center {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.img-tab-link-2 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  margin-bottom: 15px;
  padding: 5px;
  background-color: #fff;
}

.img-tab-link-2.w--current {
  border: 1px solid #c228a5;
  background-color: #fff;
}

.btn-bottom-container {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.tabs-menu {
  display: inline-block;
}

.tabs {
  display: inline-block;
  max-width: 780px;
  text-align: center;
}

.product-tab {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 45px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 600;
}

.product-tab:hover {
  background-color: #c228a5;
  color: #fff;
}

.product-tab.w--current {
  background-color: #c228a5;
  color: #fff;
}

.tab-info {
  padding-top: 40px;
  color: #fff;
  text-align: left;
}

._3-col-footer {
  width: 33.333%;
  float: left;
}

.newsletter {
  margin-top: 20px;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid #dbdbdb;
  font-size: 16px;
}

.newsletter-btn {
  width: 40%;
  float: left;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #c228a5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.product-card-price {
  display: inline-block;
  margin-top: 30px;
  margin-right: 5px;
  margin-left: 5px;
  color: #62615c;
}

.product-card-price.strike-out {
  text-decoration: line-through;
}

.hero {
  position: relative;
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(185, 106, 169, .6), rgba(61, 138, 199, .6)), url('../images/trufora-spf-collage.jpg');
  background-image: linear-gradient(180deg, rgba(185, 106, 169, .6), rgba(61, 138, 199, .6)), url('../images/trufora-spf-collage.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.header-background {
  padding-top: 37px;
  padding-bottom: 37px;
  background-image: url('../images/fingerprint-watermark-icon.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #62615c;
  font-size: 38px;
  font-weight: 300;
}

.content-divider {
  display: block;
  width: 40px;
  height: 4px;
  margin: -30px auto 70px;
  background-color: #c228a5;
}

.margin-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.secondary-color {
  color: #fff;
}

.tab-arrow {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
}

.product-star-container {
  margin-top: 20px;
}

.btn-text {
  display: inline-block;
  padding-right: 20px;
  background-image: url('../images/btn-arrow.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #c228a5;
  text-transform: none;
}

.product-name-link {
  color: #62615c;
}

.product-name-link.nav {
  display: inline-block;
}

.cart-number {
  margin-right: 14px;
  margin-left: 14px;
  color: #c228a5;
  font-weight: 600;
}

.secondary-link-color {
  color: #c228a5;
}

.product-video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .35);
}

.play-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-logos {
  margin-right: 10px;
}

.bold-text {
  font-weight: 700;
}

.subscribe-text {
  font-weight: 300;
}

.website-link {
  color: #c228a5;
  font-weight: 400;
}

.website-link.margin {
  margin-left: 10px;
}

.copyright-text {
  font-size: 15px;
  font-weight: 300;
}

.logo-container {
  display: inline-block;
  width: 16.666%;
  padding: 10px;
}

.logo-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 67%, .81);
}

.logo-card:hover {
  box-shadow: 0 0 6px 0 rgba(194, 40, 165, .6);
}

.logo-center {
  position: absolute;
  left: 1%;
  top: 50%;
  right: 1%;
  bottom: 50%;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.as-seen-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f9;
}

.hero-h1 {
  color: #fff;
}

.thin-text {
  font-weight: 300;
}

.best-in-show-logo {
  float: right;
}

.hero-text-container {
  width: 50%;
  float: left;
  text-align: center;
}

.about-cta-h2 {
  max-width: 500px;
  margin-top: 0px;
  font-weight: 300;
}

.triary-font-color {
  color: #c228a5;
}

.header-margin {
  margin-top: 30px;
}

.stat-text {
  display: inline-block;
  width: 50%;
  margin-top: 15px;
  padding-left: 36px;
  font-weight: 700;
}

.stat-text.clinically-proven {
  background-image: url('../images/health-icon.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stat-text.health {
  background-image: url('../images/heart-icon.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stat-text.animal {
  padding-left: 51px;
  background-image: url('../images/vegan-icon.png'), url('../images/cruelty-free-leaping-bunny-badge.png');
  background-position: 21px 0px, 0px 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.stat-text.earth {
  background-image: url('../images/earth-icon.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-cta-content {
  width: 55%;
  float: left;
}

.about-cta-section {
  background-color: #f7f7f9;
}

.about-cta-img-container {
  width: 45%;
  margin-top: 24px;
  padding-left: 20px;
  float: right;
}

.hero-text {
  margin-bottom: 0px;
  text-align: center;
}

.product-display-section {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.product-showcase-col {
  position: relative;
  width: 50%;
  float: left;
}

.product-showcase-col.product-2 {
  min-height: 800px;
  background-image: url('../images/ultimate-face-cleanser-mockup.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-showcase-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(31, 31, 31, .85);
}

.product-showcase-content {
  position: absolute;
  left: 60px;
  top: 50%;
  right: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.showcase-header {
  color: #fff;
}

.showcase-divider {
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c228a5;
}

.copyright-container {
  padding-top: 30px;
  border-top: 1px solid #f7f7f9;
  text-align: center;
}

.transformation-col {
  width: 50%;
  min-height: 460px;
  float: left;
}

.transformation-col.background {
  min-height: 460px;
  background-image: url('../images/face-example-1.jpg');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.transformation-col.content {
  position: relative;
  min-height: 460px;
}

.transformation-col.background-2 {
  background-image: url('../images/face-example-1-2.jpg');
  background-position: 100% 0px;
  background-size: contain;
  background-attachment: fixed;
}

.transformation-col.background-3 {
  background-image: url('../images/face-example-2.jpg');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.transformation-col.background-4 {
  background-image: url('../images/face-example-2-1.jpg');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.transformation-content {
  position: absolute;
  left: 60px;
  top: 50%;
  right: 60px;
  display: block;
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.transformation-content.product {
  text-align: center;
}

.transformation-product {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.transformation-section {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.nav-drop {
  position: absolute;
  left: 0px;
  top: 208px;
  right: 0px;
  z-index: 999999;
  display: none;
  padding: 25px;
  background-color: #fff;
  box-shadow: -1px 3px 6px 0 rgba(0, 0, 0, .2);
}

.nav-drop-container {
  display: block;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.drop-nav-col {
  width: 25%;
  min-height: 250px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-right: 1px solid #e7e7e7;
}

.nav-product-col {
  margin-bottom: 15px;
}

.img-nav {
  width: 50px;
  margin-right: 10px;
  float: left;
}

.dropdown-tets {
  position: static;
}

.lost {
  position: absolute;
}

.lost.w--open {
  width: 1010px;
}

.nav-image {
  min-height: 170px;
  background-image: url('../images/collection-hero-example.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-name-container {
  width: 75%;
  float: left;
}

.border {
  border-bottom: 1px solid #e2e2e2;
}

.dropdown-link.w--current {
  color: #c228a5;
}

.icon {
  margin-top: 20.5px;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .5);
}

._2-col-card-container {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 12px;
  padding-left: 12px;
}

.image-margin {
  margin-left: 20px;
}

.bio-content-container {
  margin-bottom: 40px;
  text-align: center;
}

.bio-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.bio-name {
  margin-top: 0px;
  font-weight: 400;
}

.about-container {
  margin-top: 30px;
  float: left;
}

.about-img {
  float: right;
}

.ingredients-card {
  background-color: #fff;
}

.full-card {
  margin-bottom: 40px;
}

.check-text {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 25px;
  background-image: url('../images/checkmark.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-weight: 700;
}

.ingredients-header {
  margin-bottom: 30px;
}

.x-text {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 25px;
  background-image: url('../images/x-mark.svg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ingredients-container {
  text-align: left;
}

.bio-container {
  margin-bottom: 60px;
}

.img-container {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.no-hover:hover {
  box-shadow: 0 0 6px 0 hsla(0, 0%, 67%, .81);
}

.small-container {
  display: block;
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.ul {
  text-align: left;
}

.contact-form-wrapper {
  width: 70%;
  margin-left: 5%;
  float: right;
}

.contact-text-area {
  min-height: 150px;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
}

.text-field.brand {
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}

.contact-info-container {
  width: 25%;
  float: left;
}

.contact-info-margin {
  display: block;
  margin-bottom: 10px;
}

.select-field {
  margin-bottom: 20px;
  float: right;
  background-color: #fff;
  background-image: url('../images/filter-down-arrow.svg');
  background-position: 93% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.filter-form {
  margin-left: 12px;
  padding-top: 60px;
  float: left;
}

.filter-wrapper {
  margin-bottom: 0px;
}

.bread-crumb-left {
  float: left;
}

.filter-label {
  color: #fff;
}

.second-bio-image {
  float: right;
}

.hsn-banner {
  display: block;
  overflow: hidden;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/seven-piece-system.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-col {
  width: 50%;
  min-height: 500px;
  float: left;
}

.hero-col.color {
  position: relative;
}

.hero-col.image {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.relative {
  position: relative;
}

.hsn-content {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  padding-right: 140px;
  padding-left: 60px;
}

.hsn-angle {
  position: relative;
  width: 65%;
}

.hsn {
  position: absolute;
  top: 50%;
  max-width: 400px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hsn-text-color {
  color: #0c9dde;
}

.trufora-text-color {
  color: #c228a5;
}

.hsn-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .13);
}

.hsn-mobile-banner {
  display: none;
}

.pagination-section {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.pagination-showing-text {
  margin-top: 6px;
  float: left;
}

.page-btn {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  padding-top: 5px;
  border: 2px solid #c228a5;
  text-align: center;
  text-transform: uppercase;
}

.page-btn.next {
  width: 64px;
}

.page-btn.inactive {
  border-color: #e2e2e2;
}

.page-btn.inactive:hover {
  color: #62615c;
}

.page-btn-container {
  float: right;
}

.points-number {
  margin-top: 0px;
}

.points-card {
  padding: 40px 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 67%, .81);
}

.join-col {
  width: 50%;
  float: left;
}

.tribe-terms-container {
  margin-top: 120px;
}

.form-col-2 {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.form-col-2.clear {
  clear: left;
}

.form-col-full {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.brands-form {
  width: 100%;
  float: left;
}

.brand-input {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.label-padding {
  padding-right: 5px;
  padding-left: 5px;
}

.tertiary-color {
  color: #c228a5;
}

.tertiary-color.form-header {
  width: 100%;
  margin-top: 50px;
  float: left;
}

.text-change {
  color: #62615c;
  font-size: 18px;
}

.final-message-text {
  float: left;
  font-size: 20px;
  line-height: 24px;
}

.link {
  color: #c228a5;
}

.btn-form-container {
  width: 100%;
  float: left;
}

.enquiries-text-area {
  min-height: 130px;
}

.night-serum-hero {
  border-bottom: 1px solid #e0dfdf;
  background-color: #E7E8EB;
}

.serum-col {
  width: 50%;
  float: left;
}

.serum-col.content {
  position: relative;
  min-height: 505px;
}

.center-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.patent-text {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  text-transform: uppercase;
}

.serum-text {
  color: #c228a5;
  font-size: 45px;
  line-height: 45px;
}

.hero-message {
  margin-top: 15px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

html.w-mod-js *[data-ix="showcase-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="nav-drop"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .container.mobile-menu-center {
    width: 100%;
    text-align: center;
  }
  .nav-menu {
    float: none;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(80, 80, 80, .6);
  }
  .nav-link {
    margin-right: 0px;
    padding-right: 0%;
    padding-left: 0px;
    border-top: 1px solid rgba(194, 40, 165, .11);
    text-align: center;
  }
  .nav-link.dropdown {
    margin-right: 0px;
    padding-right: 0px;
  }
  .menu-btn {
    display: block;
    padding-top: 22px;
    float: none;
    color: #62615c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .menu-btn.w--open {
    right: 0px;
    background-color: #fff;
    color: #c228a5;
  }
  .section.tabs-background {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/product-tabs-background-example.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/product-tabs-background-example.jpg');
    background-position: 0px 0px, 80% 84%;
    background-size: auto, 380px;
    background-repeat: repeat, no-repeat;
  }
  ._4-col-card-container {
    width: 50%;
  }
  .img-tab-link {
    min-height: 70px;
  }
  .header-shipping-text {
    font-size: 14px;
  }
  .header-contact-link {
    font-size: 14px;
  }
  .memembership-text {
    margin-left: 0px;
  }
  .left-tab-pane {
    width: 100%;
    float: none;
  }
  .product-tabs-left {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .img-tab-link-2 {
    width: 18%;
    min-height: 70px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
  }
  .product-tab {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 10px;
    margin-left: 1%;
    text-align: center;
  }
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tab-arrow {
    display: none;
  }
  .footer-logos {
    margin-bottom: 10px;
  }
  .logo-container {
    width: 33.333%;
  }
  .logo-card {
    min-height: 130px;
  }
  .nav-drop {
    display: none;
  }
  .dropdown-link {
    text-align: center;
  }
  .icon {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
  }
  .ingredients-container {
    text-align: left;
  }
  .nav-text {
    display: inline-block;
  }
  .hsn-banner {
    display: none;
  }
  .hsn {
    display: none;
  }
  .mobile-hsn-content {
    display: block;
    width: 90%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .hsn-overlay {
    background-color: #b41f1f;
  }
  .hsn-mobile-banner {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/dots-mobile-background.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .form-col-2.clear {
    width: 100%;
  }
  .serum-text {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-message {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .container.copywrite-section {
    margin-top: 20px;
  }
  .container.sub-nav-center {
    text-align: center;
  }
  .header-ad-text {
    float: left;
  }
  .ad-icon {
    display: none;
  }
  .header-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .header-container {
    width: 100%;
    margin-top: 26px;
    float: none;
  }
  .search-bar {
    float: left;
  }
  .header-icon {
    float: left;
  }
  .form-wrapper {
    margin-bottom: 0px;
    float: left;
  }
  .social-container.right {
    float: right;
  }
  .menu-social {
    margin-top: 16px;
    float: left;
  }
  ._3-col-card-container {
    width: 50%;
  }
  .product-section-col {
    width: 100%;
  }
  .product-description-container {
    margin-top: 40px;
    margin-left: 0px;
  }
  ._4-col-footer {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  ._4-col-footer.newsletter {
    width: 100%;
  }
  ._4-col-footer.links {
    width: 100%;
  }
  ._4-col-footer.info {
    width: 100%;
  }
  .footer-content-container {
    margin-bottom: 30px;
  }
  .header-shipping-content {
    display: inline-block;
    float: none;
  }
  .header-contact-content {
    margin-top: 5px;
    float: none;
    clear: none;
  }
  .header-contact-content.margin {
    margin-top: 6px;
    margin-right: 0px;
  }
  .guarantee-icon {
    margin-top: -20px;
  }
  .shop-nav-container {
    display: inline-block;
    margin-top: 40px;
    float: none;
  }
  .product-tabs-left {
    float: none;
  }
  .tabs-menu {
    width: 100%;
  }
  .product-tab {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .hero {
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: -webkit-linear-gradient(270deg, rgba(185, 106, 169, .7), rgba(61, 138, 199, .7)), url('../images/trufora-spf-collage.jpg');
    background-image: linear-gradient(180deg, rgba(185, 106, 169, .7), rgba(61, 138, 199, .7)), url('../images/trufora-spf-collage.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .content-divider {
    margin-bottom: 60px;
  }
  .secondary-color {
    text-align: center;
  }
  .logo-container {
    width: 50%;
  }
  .logo-card {
    min-height: 160px;
  }
  .best-in-show-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero-text-container {
    width: 100%;
  }
  .about-cta-content {
    width: 100%;
  }
  .about-cta-img-container {
    display: none;
  }
  .product-showcase-col {
    width: 100%;
  }
  ._2-col-card-container {
    width: 100%;
  }
  .check-text {
    float: left;
    clear: left;
  }
  .x-text {
    float: left;
    clear: left;
  }
  .contact-form-wrapper {
    width: 100%;
    margin-left: 0%;
  }
  .contact-info-container {
    width: 100%;
  }
  .serum-col.image {
    width: 100%;
  }
  .serum-col.content {
    width: 100%;
    min-height: auto  }
  .center-content {
    position: relative;
    top: 0%;
    padding-bottom: 45px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .patent-text {
    font-size: 50px;
    line-height: 50px;
  }
  .serum-text {
    font-size: 36px;
    line-height: 36px;
  }
  .hero-message {
    font-size: 25px;
    line-height: 27px;
  }
}

@media (max-width: 479px) {
  .container.breadcrumb-margin {
    margin-bottom: 30px;
  }
  .container.card-overflow {
    text-align: center;
  }
  .search-bar {
    width: 100%;
  }
  .header-icon {
    float: none;
  }
  .form-wrapper {
    width: 100%;
  }
  .social-container.right {
    display: none;
  }
  .menu-social {
    display: block;
  }
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.collection-header {
    padding-bottom: 140px;
  }
  .product-card {
    padding-right: 14px;
    padding-left: 14px;
  }
  ._4-col-card-container {
    width: 90%;
  }
  ._3-col-card-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-product-form-wrapper {
    margin-bottom: 0px;
  }
  ._4-col-footer.newsletter {
    width: 100%;
  }
  .secondary-header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shipping-icon {
    display: none;
  }
  .header-shipping-text {
    margin-left: 0px;
  }
  .header-contact-content.margin {
    margin-top: 10px;
  }
  .shop-nav-container {
    margin-top: 40px;
    margin-bottom: 10px;
    float: none;
  }
  .logo-card {
    min-height: 110px;
  }
  .stat-text {
    width: 100%;
  }
  .showcase-header {
    font-size: 20px;
    line-height: 25px;
  }
  ._2-col-card-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bio-content-container {
    width: 100%;
    padding-left: 0px;
  }
  .bio-image {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .img-container {
    width: 100%;
  }
  .select-field {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .filter-form {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    float: none;
  }
  .bread-crumb-left {
    float: none;
  }
  .filter-label {
    display: block;
    text-align: center;
  }
  .second-bio-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hsn-mobile-banner {
    background-position: -75px 0px;
  }
  .page-btn-container {
    margin-top: 20px;
    float: left;
  }
  .form-col-2 {
    width: 100%;
  }
  .brand-input {
    width: 100%;
  }
  .patent-text {
    font-size: 44px;
    line-height: 45px;
  }
  .serum-text {
    font-size: 32px;
    line-height: 32px;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('https://cdn.shopify.com/s/files/1/1251/6631/files/ProximaNova-Bold.otf?835909668969125707') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('https://cdn.shopify.com/s/files/1/1251/6631/files/ProximaNova-Semibold.otf?835909668969125707') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('https://cdn.shopify.com/s/files/1/1251/6631/files/ProximaNova-Regular.otf?835909668969125707') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('https://cdn.shopify.com/s/files/1/1251/6631/files/ProximaNova-Light.otf?835909668969125707') format('opentype');
  font-weight: 300;
  font-style: normal;
}