@font-face {
  font-family: Canela;
  src: url('../fonts/Canela-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Canela;
  src: url('../fonts/Canela-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Faktpro;
  src: url('../fonts/FaktPro-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Faktpro;
  src: url('../fonts/FaktPro-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Canela;
  src: url('../fonts/Canela-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: #fcfaf6;
  --dark-slate-grey: #024639;
  --misty-rose: #f8e3db;
}

body {
  color: #333;
  font-family: Faktpro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-family: "Jost 400 book";
  font-size: 18px;
  line-height: 30px;
}

.heading2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Canela, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 58px;
}

.filter_links_container {
  border-left: 1px solid #2c42514d;
  margin-left: 16px;
  padding-left: 16px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  position: relative;
}

.container.products {
  margin-top: -58px;
}

.products-wrapper.first {
  margin-top: 0;
  padding-top: 0;
}

.filter_wrapper {
  background-color: #f7f4ee;
  align-items: center;
  padding: 16px;
  display: flex;
}

.divider._32px {
  height: 32px;
}

.divider._24px {
  height: 24px;
}

.divider._120px {
  height: 120px;
}

.section_title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 792px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_title.left_align {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.section_title.left_align.products {
  margin-bottom: 0;
}

.product_category_container {
  position: relative;
}

.full_title_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.full_title_wrapper.products {
  z-index: 9999;
  background-color: #fcfaf6;
  height: 80px;
  display: block;
  position: static;
  top: 0;
}

.small_heading {
  color: #2c4251;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
}

.small_heading.light {
  color: #2c425180;
  font-weight: 400;
}

.small_heading.light.desktop_none {
  display: none;
}

.heading3 {
  color: #000;
  margin-top: 0;
  font-family: Canela, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.heading3.product_title {
  z-index: 0;
  display: inline-block;
  position: sticky;
  inset: 16px auto auto 0%;
}

.heading3.product_title-copy {
  z-index: 11111;
  display: inline-block;
  position: sticky;
  inset: 16px auto auto 0%;
}

.inner-link {
  color: #6b7b85;
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

.inner-link:hover {
  opacity: .7;
}

.inner-link.filter {
  border: 1px solid #0000;
  margin-right: 16px;
  padding: 8px 16px;
  font-size: 16px;
  display: inline-block;
}

.inner-link.filter.w--current {
  color: #000;
  border: 1px solid #000;
}

.products_title_container {
  justify-content: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero7-bottom-title {
  color: #fff;
  flex-direction: column;
  padding-bottom: 67px;
  display: flex;
}

.hero-text {
  color: #f7fccc;
  text-align: center;
  margin-bottom: 15px;
  font-family: Canela, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  position: static;
}

.text-label {
  opacity: .7;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Faktpro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label.spaced-word-label {
  opacity: 1;
  letter-spacing: 2px;
}

.footer-section {
  background-color: #fcfaf6;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 18px 32px 120px;
}

.footer-section.last {
  padding-bottom: 200px;
}

.footer-section.banner1 {
  background-color: var(--white);
  background-image: linear-gradient(#fffc, #fffc), url('../images/rosemary.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 61px;
  padding-bottom: 0;
}

.hero {
  border-style: none;
  border-width: 1px 1px 18px;
  border-color: var(--dark-slate-grey);
  background-image: linear-gradient(#fff0 80%, #fff), linear-gradient(-90deg, #fff0 22%, #142b10d6), url('../images/hero-image-v3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: auto;
  padding: 100px 50px 50px;
  display: flex;
}

.hero.subpage {
  background-image: linear-gradient(#23312480, #23312480), url('../images/rosemary-web-bg.jpg');
  background-position: 0 0, 100% 83%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  padding-bottom: 20px;
}

.hero-background {
  background-image: url('../images/hero-image-skincare.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 100vh;
  min-height: 640px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-right-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.single-product-wrapper {
  background-color: #fcfaf6;
  border: 1px solid #000;
  min-height: 400px;
  padding: 10px;
  font-family: Canela, sans-serif;
  position: relative;
}

.product-image-wrapper {
  text-align: center;
}

.product-content-wrapper {
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.small-heading {
  opacity: .7;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Faktpro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.product-image {
  width: 90%;
}

.heading4 {
  color: #000;
  margin-top: 0;
  font-family: Canela, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}

.cta-headline-wrap {
  margin-bottom: 36px;
}

.cta-content {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 103px;
  display: flex;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.paragraph-70 {
  opacity: .7;
  color: #000;
  margin-bottom: 10px;
  font-family: Faktpro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.cta-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 376px;
  display: grid;
}

.cta-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #272731;
}

.cta-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.cta-feed-image:hover {
  opacity: .8;
}

.cta-feed-image.cta-feed-image1 {
  background-image: url('../images/img1.jpg');
  border: 1px solid #000;
}

.cta-feed-image.cta-feed-image2 {
  background-image: url('../images/img3.jpg');
  background-position: 50% 0;
  border: 1px solid #000;
  border-left-style: none;
}

.cta-feed-image.cta-feed-image4 {
  background-image: url('../images/img.jpg');
  border: 1px solid #000;
  border-style: none solid solid none;
}

.cta-feed-image.cta-feed-image3 {
  background-image: url('../images/img4.jpg');
  border: 1px solid #000;
  border-top-style: none;
}

.nav-logo {
  width: 140px;
  position: absolute;
  top: 16px;
}

.page-wrapper {
  overflow: hidden;
}

.footer {
  text-align: center;
  background-color: #fcfaf6;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-style: italic;
  display: flex;
}

.footer-icon {
  margin-left: 4px;
  margin-right: 4px;
}

.inner-link-2 {
  color: #252323;
}

.navbar {
  z-index: 8;
  background-color: #2a3a3100;
  width: 100%;
  position: absolute;
}

.container-2 {
  background-color: #2a3a30;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  min-width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-link {
  font-family: Canela, sans-serif;
  font-size: 16px;
}

.home-box {
  background-color: #461f46;
  width: 600px;
  height: 600px;
}

.h2-subheading {
  color: #fff;
  padding-left: 0;
  font-family: Canela, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.h2-subheading.centre {
  text-align: center;
}

.page-text {
  font-size: 21px;
}

.page-text.topblurb {
  margin-top: 49px;
  margin-bottom: 49px;
  font-family: Canela, sans-serif;
}

.page-text.middle {
  color: #fff;
  text-align: center;
}

.page-text.white {
  color: #fff;
}

.div-block {
  z-index: 1;
  background-color: #fcfaf6;
  width: 100%;
  height: 110px;
  position: sticky;
  top: 0;
}

.feaut1 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-2 {
  text-align: center;
  background-color: #f3d5d7;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: var(--white);
  background-image: linear-gradient(#fff, #fff0 19%), linear-gradient(#ffffffe6, #ffffffe6), url('../images/rosemary.png');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
  padding-bottom: 50px;
}

.image-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.main-product-container {
  margin-bottom: 51px;
}

.blurbs {
  color: #000;
  padding-left: 0;
  font-family: Canela, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.blurbs.huge {
  color: #467700;
  text-align: center;
  margin-bottom: 80px;
  font-size: 90px;
}

.blurbs.white {
  color: #fff;
}

.oil {
  border: 6px solid var(--dark-slate-grey);
  background-image: url('../images/eyelash-serum-with-castor-seeds-oil.jpg');
  background-position: -10% 70%;
  background-size: cover;
  border-radius: 800px;
  width: 400px;
  height: 400px;
  margin-bottom: 78px;
}

.columns {
  margin-bottom: 79px;
}

.section-4 {
  background-image: linear-gradient(#506125a6, #506125a6), url('../images/rosemary-web-bg.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 0;
  padding-left: 93px;
  padding-right: 93px;
  display: flex;
}

.icons {
  background-color: var(--dark-slate-grey);
  border-radius: 200px;
  width: 120px;
  height: 120px;
}

.icons._1 {
  background-image: url('../images/icon-leaf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  border: 4px solid #fff;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.icons._2 {
  background-image: url('../images/icon-drop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 4px solid #fff;
}

.icons._3 {
  background-image: url('../images/icon-shine.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 4px solid #fff;
}

.icon-text {
  color: var(--white);
  text-align: center;
  padding-left: 0;
  font-family: Canela, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.line-break {
  background-color: #151c3417;
  width: 1px;
  height: 100%;
  min-height: 90px;
}

.footer-04 {
  background-color: #0000;
  padding: 11px 3%;
}

.footer-flex-wrap {
  align-items: stretch;
  height: auto;
  display: flex;
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  color: #1e2833;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-title {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 17px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-block-right {
  justify-content: flex-end;
  width: 50%;
  padding-left: 45px;
  display: flex;
}

.footer-bottom-full {
  border: 1px #000;
  border-top: 1px solid #151c3417;
  justify-content: space-between;
  padding-top: 9px;
  display: flex;
}

.footer-block-left {
  width: 50%;
  padding-right: 45px;
}

.social-link-full {
  color: #1e2833;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-square {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  display: flex;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sticky-menu-bg {
  z-index: 5;
  background-color: #90aa74;
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
}

.html-embed {
  margin-top: 37px;
  font-family: Canela, sans-serif;
}

.promo-copy {
  color: #000;
  text-align: center;
  padding-left: 0;
  font-family: Canela, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 20px;
}

.featuresx3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 51px;
  padding-right: 51px;
  display: flex;
}

.sign-up-section {
  z-index: 4000;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.call-to-action {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 650px;
  display: flex;
  position: static;
  inset: 0;
}

.sign-up-form {
  float: right;
  clear: none;
  background-image: linear-gradient(to top, #ffffff85, #ffffffdb 65%), linear-gradient(#fff, #fff);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 41px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
  position: static;
}

.image-6 {
  z-index: 9000;
  clear: left;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 14px;
  right: 21px;
}

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

.discount-blurb {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Canela, sans-serif;
  font-size: 20px;
}

.modal {
  z-index: 2000;
  background-color: #000000b8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-7 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.columns-2 {
  width: 80rem;
}

.features-box {
  background-color: #4c5c47;
  background-image: url('../images/web-logo-horiz.svg'), linear-gradient(#2e381bc7, #2e381bc7), url('../images/rosemary.png');
  background-position: 40px 40px, 0 0, 250% 60%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 300px, auto, auto 100%;
  background-attachment: scroll, scroll, scroll;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 673px;
  padding: 31px 31px 31px 0;
  display: flex;
}

.features {
  color: #c8d097;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.list {
  color: #c8d097;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 10px;
  list-style-type: disc;
  display: flex;
}

.list-2 {
  margin-bottom: 0;
}

.columns-3 {
  width: 60rem;
  margin-top: 45px;
}

.button-2 {
  background-color: #477700;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Canela, sans-serif;
  font-size: 21px;
}

.column-5 {
  padding-left: 0;
}

.column-6 {
  padding-right: 0;
}

.column-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.data-box {
  background-color: #fff;
  background-image: linear-gradient(#d1d8c3ed, #d1d8c3ed), url('../images/rosemary.png');
  background-position: 0 0, 250% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 11px;
  display: flex;
}

.d-77-lightbox-link {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  text-decoration: none;
  display: flex;
}

.d-77-circle-2 {
  background-color: #0c8d511a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.d-77-circle-1 {
  background-color: #2c8b3933;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
}

.d-77-button-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-77-button-gradient {
  background-image: linear-gradient(#1c382c, #1c382c);
  width: 300%;
  position: absolute;
  inset: 0%;
}

.d-77-play-icon {
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  position: relative;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #1e3d21;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 40px;
  padding: 18px 20px 18px 28px;
  transition: all .6s, background-color .6s;
  display: flex;
  position: relative;
}

.play-button:hover {
  filter: drop-shadow(0px 2px 12px var(--white));
  background-color: #608766;
  border: 2px solid #fff;
}

.play-icon {
  border-top: 22px solid #0000;
  border-bottom: 22px solid #0000;
  border-left: 33px solid #fff;
  width: 0;
  height: 0;
}

.play-button-pulse {
  z-index: 1;
  background-color: #f5144380;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #222;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.play-button-2 {
  z-index: 2;
  background-color: #fa183d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button-2:hover {
  background-color: #dd1233;
}

.play-button-3 {
  z-index: 2;
  background-color: #fa183d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button-3:hover {
  background-color: #dd1233;
}

.lottie-animation {
  width: 110px;
}

.lottie-animation:hover {
  color: #333;
  border: 1px #000;
}

.arrow-icon {
  z-index: 1;
  color: #fff;
  width: 40%;
  height: 40%;
  position: absolute;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.circle-text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  position: absolute;
}

.circle-text.pointer-events-none {
  color: #194c20;
  mix-blend-mode: exclusion;
  width: 100%;
  height: auto;
  font-family: Droid Serif, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.circle-cta {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: auto;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.circle {
  background-color: #173916;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 14px;
}

.overlay {
  z-index: 2;
  mix-blend-mode: overlay;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-3 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-3.c-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #467700;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin-top: 17px;
  margin-bottom: 17px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-10 {
  background-color: #c5cfc5;
  border-radius: 50rem;
  align-self: center;
  width: 130%;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.btn-txt {
  color: #fff;
  font-family: Canela, sans-serif;
  font-size: 21px;
  position: relative;
}

.btn-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-arrow {
  color: #fff;
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.code-embed {
  width: 100%;
  margin-top: 28px;
}

.lottie-animation-2 {
  color: #fff;
  width: 90px;
}

.vsl-holder {
  display: flex;
}

.vsl-titleholder {
  width: 40%;
}

.vsl {
  width: 100%;
  height: auto;
}

.vsl-wrapper {
  width: 60%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading2 {
    font-size: 40px;
    line-height: 52px;
  }

  .filter_links_container {
    border-left-color: #0000;
    margin-left: 0;
    padding-left: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .divider._120px {
    height: 60px;
  }

  .section_title.left_align {
    margin-bottom: 32px;
  }

  .product_category_container {
    flex-direction: column;
    display: flex;
  }

  .small_heading.light {
    display: none;
  }

  .heading3 {
    font-size: 28px;
    line-height: 40px;
  }

  .inner-link.filter {
    margin-right: 16px;
  }

  .hero-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero7-bottom-title {
    padding-top: 47px;
    padding-bottom: 37px;
    padding-right: 0;
  }

  .hero-text {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .footer-section {
    padding: 80px 24px;
  }

  .footer-section.last {
    padding-bottom: 80px;
  }

  .footer-section.banner1 {
    padding-top: 10px;
  }

  .hero {
    height: 400px;
    min-height: auto;
    padding-top: 97px;
  }

  .hero.subpage {
    background-image: linear-gradient(to bottom, null, null), url('../images/rosemary-web-bg.jpg');
    background-size: auto, cover;
  }

  .hero-background {
    padding-left: 24px;
    padding-right: 24px;
  }

  .single-product-wrapper {
    margin-top: 33px;
  }

  .heading4 {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-content {
    padding-right: 67px;
  }

  .cta-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .container-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .h2-subheading {
    margin-top: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .page-text.topblurb {
    font-size: 16px;
    line-height: 19px;
  }

  .image {
    padding-left: 29px;
    padding-right: 29px;
  }

  .feaut1 {
    width: 60%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blurbs {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .blurbs.huge {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .oil {
    margin-bottom: 17px;
  }

  .section-4 {
    background-color: #ffffffa6;
    background-image: linear-gradient(#506125a6, #506125a6), url('../images/rosemary-web-bg.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .icons {
    width: 90px;
    height: 90px;
  }

  .icons._1 {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
  }

  .icons._2, .icons._3 {
    margin-bottom: 12px;
  }

  .icon-text {
    margin-top: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .line-break {
    display: none;
  }

  .footer-flex-wrap {
    flex-flow: wrap;
  }

  .footer-wrapper {
    text-align: center;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 10px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-block-right {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-block-left {
    text-align: center;
    border: 1px #000;
    border-bottom: 1px solid #151c3417;
    width: 100%;
    margin-bottom: 0;
  }

  .promo-copy {
    margin-top: 0;
    padding-left: 0;
    font-size: 25px;
  }

  .column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    display: flex;
  }

  .sign-up-section {
    z-index: 20000;
    background-color: #010101a8;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .columns-2 {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .features-box {
    background-image: url('../images/web-logo-horiz.svg'), linear-gradient(#2e381bc7, #2e381bc7), url('../images/rosemary.png');
    background-position: 93% 10%, 0 0, 0%;
    background-size: 300px, auto, cover;
    height: 400px;
  }

  .features {
    font-size: 24px;
    line-height: 30px;
  }

  .columns-3 {
    width: 90%;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7 {
    padding-right: 162px;
  }

  .data-box {
    background-image: linear-gradient(#d1d8c3ed, #d1d8c3ed), url('../images/rosemary.png');
    background-position: 0 0, 250% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
  }

  .play-button {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }

  .lottie-animation {
    width: 70px;
  }

  .circle-cta {
    display: none;
  }

  .button-3.c-12 {
    justify-content: center;
    align-items: center;
    margin: 8px auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .btn-txt {
    font-size: 15px;
  }

  .vsl-holder {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .vsl-titleholder {
    width: 100%;
    display: flex;
  }

  .vsl-wrapper {
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  .heading2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
  }

  .container {
    padding-top: 5px;
  }

  .container.products {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter_wrapper {
    background-color: #f7f4ee;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px 8px 0;
  }

  .divider._120px {
    height: 40px;
  }

  .full_title_wrapper {
    flex-wrap: wrap;
  }

  .full_title_wrapper.products {
    background-color: #f7f4ee;
    height: auto;
  }

  .small_heading.light {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .heading3 {
    font-weight: 400;
  }

  .heading3.product_title, .heading3.product_title-copy {
    z-index: 0;
    position: relative;
  }

  .inner-link.filter {
    margin-right: 24px;
  }

  .products_title_container {
    justify-content: flex-start;
    padding-left: 16px;
  }

  .hero-bottom-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero7-bottom-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    font-size: 40px;
    line-height: 45px;
  }

  .footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-section.banner1 {
    padding-top: 37px;
  }

  .hero {
    padding: 16px;
  }

  .hero.subpage {
    background-image: linear-gradient(to bottom, null, null), url('../images/rosemary-web-bg.jpg');
    background-size: auto, cover;
  }

  .hero-background {
    padding-left: 0;
    padding-right: 0;
  }

  .product-grid {
    overflow: scroll;
  }

  .single-product-wrapper {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 33px;
  }

  .heading4 {
    font-weight: 400;
  }

  .cta-content {
    padding-right: 0;
  }

  .cta-pictures-feed {
    min-height: 360px;
    margin-bottom: 36px;
  }

  .cta-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .nav-logo {
    left: 20px;
  }

  .navbar {
    background-color: #293b30;
  }

  .h2-subheading {
    padding-left: 0;
  }

  .image-2 {
    width: 100%;
  }

  .blurbs {
    padding-left: 0;
  }

  .section-4 {
    background-position: 50% 0;
    background-size: auto;
    align-items: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icons._1, .icons._2, .icons._3 {
    width: 90px;
    height: 90px;
  }

  .icon-text {
    padding-left: 0;
    font-size: 18px;
  }

  .footer-flex-wrap {
    justify-content: center;
  }

  .footer-wrapper {
    text-align: center;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-block-right {
    justify-content: center;
  }

  .footer-bottom-full {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-block-left {
    justify-content: center;
    margin-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .social-square {
    margin-right: 4px;
  }

  .promo-copy {
    padding-left: 0;
  }

  .featuresx3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-3, .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sign-up-section {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 63px;
    display: none;
  }

  .call-to-action {
    width: 100vw;
    height: 85vh;
    overflow: auto;
  }

  .sign-up-form {
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
  }

  .features {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
  }

  .data-box {
    background-image: linear-gradient(#d1d8c3eb, #d1d8c3eb), url('../images/rosemary.png');
    background-position: 0 0, 250% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
  }

  .circle-text.pointer-events-none {
    font-size: 2.8rem;
  }

  .circle-cta {
    width: 28.125rem;
    height: 28.125rem;
  }
}

@media screen and (max-width: 479px) {
  .heading2 {
    line-height: 40px;
  }

  .filter_links_container {
    display: flex;
    overflow: scroll;
  }

  .container {
    padding: 20px;
  }

  .products-wrapper.first, .filter_wrapper {
    padding-top: 0;
  }

  .divider._32px {
    height: 16px;
  }

  .divider._24px {
    height: 12px;
  }

  .section_title {
    margin-bottom: 32px;
  }

  .small_heading.light.desktop_none {
    display: block;
  }

  .small_heading.light.mobile_none {
    display: none;
  }

  .heading3 {
    font-size: 24px;
    line-height: 36px;
  }

  .inner-link.filter {
    margin-right: 27px;
  }

  .products_title_container {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .hero-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero7-bottom-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-text {
    color: #293b30;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
  }

  .footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-section.banner1 {
    padding-top: 25px;
  }

  .hero {
    background-image: linear-gradient(#fff0 45%, #fff), url('../images/hero-image-mobile.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 800px;
    padding: 13px;
  }

  .hero.subpage {
    background-image: linear-gradient(#fff0 22%, #fff), url('../images/rosemary-web-bg.jpg');
    background-position: 0 0, 100% 83%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-background {
    background-image: url('../images/hero-image-skincare.jpg');
    background-position: 80%;
  }

  .single-product-wrapper {
    width: 100%;
    height: auto;
  }

  .product-content-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading4 {
    font-size: 24px;
    line-height: 36px;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button {
    flex: none;
    align-self: stretch;
  }

  .nav-logo {
    left: 16px;
  }

  .navbar {
    background-color: #293b30;
  }

  .container-2 {
    display: flex;
  }

  .h2-subheading {
    padding-left: 0;
    font-size: 20px;
  }

  .page-text.topblurb {
    font-size: 19px;
    line-height: 28px;
  }

  .image {
    width: 100%;
    padding-right: 56px;
  }

  .feaut1 {
    width: 100%;
    max-width: 100%;
  }

  .blurbs {
    padding-left: 0;
    font-size: 22px;
  }

  .blurbs.huge {
    font-size: 30px;
    line-height: 38px;
  }

  .icons._1, .icons._2, .icons._3 {
    width: 80px;
    height: 80px;
  }

  .icon-text {
    padding-left: 0;
    font-size: 15px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .logo-flat {
    margin-bottom: 0;
  }

  .footer-bottom-full {
    text-align: center;
    flex-direction: column;
  }

  .footer-block-left {
    margin-bottom: 0;
    padding: 0 55px 18px;
  }

  .promo-copy {
    padding-left: 0;
    font-size: 20px;
  }

  .sign-up-section {
    margin-top: 60px;
    display: none;
  }

  .sign-up-form {
    padding-top: 24px;
  }

  .image-6 {
    z-index: 15000;
  }

  .features {
    font-size: 20px;
    line-height: 33px;
  }

  .data-box {
    background-image: linear-gradient(#d1d8c3e6, #d1d8c3e6), url('../images/rosemary.png');
    background-position: 0 0, 250% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    padding: 8px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation {
    width: 40px;
    padding-left: 5px;
  }

  .circle-text.pointer-events-none {
    font-size: 2.25rem;
  }

  .pointer-events-none-css {
    display: none;
  }

  .circle-cta {
    width: 21.875rem;
    height: 21.875rem;
  }

  .vsl-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Faktpro';
  src: url('../fonts/FaktPro-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Faktpro';
  src: url('../fonts/FaktPro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}