/** Shopify CDN: Minification failed

Line 182:148 Unexpected "/"

**/
/* ICONS - HOMEPAGE*/
.Icon-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #e4f3ec;
}
nav.breadcrumb a,
nav.breadcrumb span {
  font-size: 14px !important;
}
.IconElement {
  inline-size: 10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex; /* Use flexbox to align items */
  flex-direction: column;
  align-items: center; /* Vertically center items */
  margin-inline: 20px;
  margin-block: 2vw;
}

.IconImg {
  scale: 90%;
  /* max-width: 100%;  Ensure the image does not exceed the width of the container */
  height: auto; /* Maintain the aspect ratio of the image */
}

.IconTxt {
  font-size: var(--text-h6);
  width: 130px;
  text-align: center;
  color: #2f5350;
  font-family: "Montserrat", sans-serif;
}

.Icon-container-r1,
.Icon-container-r2 {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1560px) {
  .Icon-container {
    margin-inline: 1vw;
  }
}

@media (max-width: 1000px) {
  .Icon-container {
    display: grid;
    grid-column: auto;
  }

  .IconImg {
    scale: 160%;
    margin-block: 3vw;
  }

  .IconElement {
    margin-inline: 10vw;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* SOCIAL MEDIA ICONS */

#shopify-section-template--14866133647449__e5848da5-9d3a-44c1-ad40-af09d1d534f3
  .logo-list__item.bg-secondary {
  background: none;
}

@media (min-width: 1000px) {
  #shopify-section-template--14866133647449__e5848da5-9d3a-44c1-ad40-af09d1d534f3
    .logo-list__image {
    transition: transform 0.3s ease-out;
  }

  #shopify-section-template--14866133647449__e5848da5-9d3a-44c1-ad40-af09d1d534f3
    .logo-list__image:hover {
    transform: scale(1.1);
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* HIDE HEADER & FOOTER ELEMENTS 
#shopify-section-header .header__secondary-nav {
  display: none;
}

.footer,
.header__icon-list {
  display: none !important;
}
*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* TYPED TEXT - HOMEPAGE */
.container-typed-text {
  width: 100%;
  background-color: #f6f5f0;
  color: #232526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-family: "Domine", sans-serif;
  text-align: center;
}

.auto-type {
  font-weight: 900;
  color: #ddad00;
}

@media (max-width: 500px) {
  .container-typed-text {
    font-size: 24px;
  }
}

/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* SIGN UP THANK YOU NOTIFCIATION - HOMEPAGE */
.notification-banner {
  background-color: #4caf50;
  color: white;
  font-size: 16px;
  padding: 15px;
}
.close-button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  padding: 0;
}

/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Modal Box - Signup Section */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #f6f5f0;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #2f5350;
  border-radius: 25px;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #2f5350;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #232526;
  text-decoration: none;
  cursor: pointer;
}

-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Pre-launch Footer */

.pre-launch-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.facebook-icon,
.instagram-icon {
  display: inline-flex;
  width: 4rem;
  margin: 1rem;
  transition: transform 0.3s ease-out;
}
.facebook-icon:hover,
.instagram-icon:hover {
  transform: scale(1.2);
}

.footer-links,
.social-icons-box {
  align-items: center;
  justify-content: center;
}
.social-icons-box {
  text-align: left;
  margin: 1rem;
}
.footer-links {
  margin: bottom 0.25rem;
  width: 9rem;
}
.copywright-text {
  margin: 2rem;
  text-align: center;
  font-size: small;
}
@media (max-width: 750px) {
  .facebook-icon,
  .instagram-icon {
    width: 3.5rem;
  }
  .footer-links {
    width: 8rem;
  }
}
/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Newsletter-UA-liquid */
.form-elements-group-liquid {
  padding-top: 1.25rem;
}

.newsletter-headline-liquid {
  font-family: "Domine", serif;
  font-size: var(--text-h2);
  text-align: center;
  font-style: bold;
  color: #2f5350;
}
.newsletter-subheading-liquid {
  font-size: inherit;
  font-family: inherit;
  text-align: center;
  margin-top: 0.3rem;
  color: #2f5350;
  opacity: 70%;
  display: inline-flex;
  width: 85%;
}
.newsletter-master-liquid {
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/Sign-up-creative-Mobile-6.svg?v=1673536656);
  height: 80vh;
  height: 80svh;
  background-size: cover;
  background-position: bottom;
  background-color: #e4f4ed;
}

.newsletter-privacy-policy-liquid {
  margin-top: 1rem;
  font-size: x-small;
  font-style: normal;
  color: #2f5350;
  opacity: 70%;
}

.empty-blue-container {
  background: #e4f4ed;
  height: 3rem;
  background-position: bottom;
}

.banner--success {
  --banner-background: none !important;
  color: #b22222 !important;
  margin-top: 1rem !important;
}

.email-input-liquid {
  font-family: inherit;
  width: 80%;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  padding: 0 2rem;
  font-size: 1rem;
  border-width: 1px;
  border-color: #2f5350;
}

@media (min-width: 770px) {
  .newsletter-subheading-liquid {
    width: 70%;
  }
  .email-input-liquid {
    width: 40%;
  }
  .newsletter-master-liquid {
    background-image: url(/cdn/shop/files/Sign-up-creative.svg?v=1672244627);
    height: 95vh;
    height: 95svh;
  }

  @media (min-width: 2200px) {
    .empty-blue-container {
      display: none;
    }
  }

  @media (min-width: 1150px) {
    .email-input-liquid {
      width: 30%;
    }
    .newsletter-subheading-liquid {
      width: 90%;
      justify-content: center;
    }
  }
}

/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Our story */

/* DESKTOP*/
#shopify-section-template--14894480654425__470a8eff-2656-46d9-b649-87a11fe27a74
  .section.section-blends.section-full {
  padding: 0px;
}

.desktop-our-story {
  background-image: url("/cdn/shop/files/Desktop-OurStory-BG.svg?v=1676515114");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #f6f5f0;
  text-align: left;
  height: 166vw;
}

.desktop-our-story h1 {
  font-family: "Domine", serif;
  font-size: 3.5vw;
  padding-left: 16%;
  padding-right: 26%;
  padding-top: 18%;
  padding-bottom: 2%;
  line-height: 4.5vw;
  text-shadow: 1px 1px 1px #eee1af;
}

.desktop-OurStory-p1,
.desktop-OurStory-p2,
.desktop-OurStory-p3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5vw;
  color: white;
  /* text-shadow: 1px 1px 30px #d8dac1;*/
}

.desktop-OurStory-p1 {
  padding-left: 16%;
  padding-right: 26%;
  padding-bottom: 29%;
}

.desktop-OurStory-p2 {
  padding-left: 38%;
  padding-right: 16%;
  padding-bottom: 29%;
}

.desktop-OurStory-p3 {
  padding-left: 16%;
  padding-right: 25%;
}

/* MOBILE*/
.mobile-our-story {
  background-image: url("/cdn/shop/files/Mobile-OurStory-BG.svg?v=1676515329");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #f6f5f0;
  text-align: left;
  height: 666vw;
}

.mobile-our-story h1 {
  font-family: "Domine", serif;
  font-size: 9vw;
  width: 90vw;
  padding-left: 7%;
  padding-right: 0%;
  padding-top: 55%;
  padding-bottom: 8%;
  line-height: 12vw;
  text-shadow: 1px 1px 1px #eee1af;
}

.mobile-OurStory-p1,
.mobile-OurStory-p2,
.mobile-OurStory-p3 {
  font-family: "Montserrat", sans-serif;
  font-size: 4vw;
  color: white;
  /* text-shadow: 1px 1px 30px #d8dac1;*/
}

.mobile-OurStory-p1 {
  padding-left: 8%;
  padding-right: 5%;
  padding-bottom: 120%;
}

.mobile-OurStory-p2 {
  padding-left: 8%;
  padding-right: 9%;
  padding-bottom: 108%;
}

.mobile-OurStory-p3 {
  padding-left: 8%;
  padding-right: 12%;
}

@media (max-width: 600px) {
  .desktop-our-story {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile-our-story {
    display: none;
  }
}

/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Karmic Benefits Section - on HomePage */

#Karmic-benefits-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, #f6f5f0, #d8dac1);
  flex-direction: row;
}

#Karmic-benefits-section-image {
  flex-basis: 50%;
}

#HomePageIMG {
  border-radius: 4vw;
  padding: 3vw;
}

#Karmic-benefits-section-text {
  width: 50%;
  padding: 2vw;
}

#Karmic-benefits-section-text h2 {
  font-family: "Domine", sans-serif;
  font-size: 3vw;
  line-height: 1;
}

#Karmic-benefits-section-text ul {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5vw;
  line-height: 3.5vw;
  list-style: none;
  margin: 0;
  padding-block: 3vw;
  padding-left: 1vw;
}

#Karmic-benefits-section-text img {
  display: inline !important;
}

#shopify-section-template--14894475280473__6abc39a9-5428-4d5b-8578-6e504d513bf2
  > div {
  padding-inline: 0 !important;
}

#tickmark {
  width: 1.6vw;
}

#Karmic-benefits-section-heading {
  text-align: center;
  font-family: "Domine", serif;
  font-size: 3.5vw;
  font-weight: 500;
  padding-top: 3vw;
}

@media (max-width: 700px) {
  #Karmic-benefits-section {
    flex-direction: column;
  }
  #HomePageIMG {
    border-radius: 6vw;
    padding: 4vw;
    width: 90vw;
  }
  #Karmic-benefits-section-text {
    width: 100%;
    padding: 2vw;
    padding-bottom: 8vw;
    text-align: center;
  }

  #Karmic-benefits-section-text h2 {
    font-family: "Domine", sans-serif;
    font-size: 6.5vw;
    line-height: 1.2;
    text-align: center;
  }
  #Karmic-benefits-section-text ul {
    font-size: 3.75vw;
    line-height: 8vw;
    padding-left: 6vw;
    padding-block: 4vw;
    text-align: left;
  }
  #tickmark {
    width: 4vw;
  }
}

/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Why Karmic - Alterations - on HomePage */
#shopify-section-template--14894475280473__6fd03817-2a59-4376-af34-37bac09b3bc5
  > div {
  padding-bottom: 0px;
}

@media (max-width: 700px) {
  #shopify-section-template--14894475280473__04789af2-5dd3-47d3-be39-d941952da9e3
    > div
    > images-with-text-scrolling.images-scrolling-mobile.scroll-area.bleed.sm\:unbleed
    > div:nth-child(1)
    > div
    > div,
  #shopify-section-template--14894475280473__04789af2-5dd3-47d3-be39-d941952da9e3
    > div
    > images-with-text-scrolling.images-scrolling-mobile.scroll-area.bleed.sm\:unbleed
    > div:nth-child(2)
    > div
    > div,
  #shopify-section-template--14894475280473__04789af2-5dd3-47d3-be39-d941952da9e3
    > div
    > images-with-text-scrolling.images-scrolling-mobile.scroll-area.bleed.sm\:unbleed
    > div:nth-child(3)
    > div
    > div {
    text-align: center;
  }
}
/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Created for - Animation - on HomePage */

.karmic-wrapper,
.karmic-wrapper:before,
.karmic-wrapper:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Domine", serif;
  font-size: 3vw;
  font-weight: 500;
}

.karmic-wrapper {
  height: 4vw;
  display: flex;
  justify-content: left;
  padding-left: 0;
  margin-top: 1vw;
}

.karmic-words {
  overflow: hidden;
  text-align: left;
}

.karmic-words span {
  display: block;
  height: 100%;
  padding-left: 0.8vw;
  color: #ddad00;
  animation: spin_words 6s infinite;
}

@keyframes spin_words {
  10% {
    transform: translateY(-112%);
  }
  25% {
    transform: translateY(-100%);
  }
  35% {
    transform: translateY(-212%);
  }
  50% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(-312%);
  }
  75% {
    transform: translateY(-300%);
  }
  85% {
    transform: translateY(-412%);
  }
  100% {
    transform: translateY(-400%);
  }
}

@media (min-width: 1600px) {
  .karmic-wrapper {
    height: 3vw !important;
    margin-bottom: -35px !important;
  }
  .karmic-wrapper p,
  .karmic-wrapper span {
    font-size: 45px !important;
    line-height: 50px !important;
  }
  .karmic-wrapper p {
    flex: 0 0 35% !important;
  }
  #Karmic-benefits-section {
    --context-section-spacing-block-start: var(--section-outer-spacing-block);
    --context-section-spacing-block-end: var(--section-outer-spacing-block);
    --context-section-spacing-inline: var(--container-gutter);
    --calculated-section-spacing-block-start: var(
      --section-spacing-block-start,
      var(--section-spacing-block, var(--context-section-spacing-block-start))
    );
    --calculated-section-spacing-block-end: var(
      --section-spacing-block-end,
      var(--section-spacing-block, var(--context-section-spacing-block-end))
    );
    --calculated-section-spacing-inline: var(
      --section-spacing-inline,
      var(--context-section-spacing-inline)
    );
    --container-inner-width: min(
      (100vw - var(--scrollbar-width, 0px)) -
        var(--calculated-section-spacing-inline, 0px) * 2,
      var(--container-max-width)
    );
    --container-outer-width: calc(
      (
          (100vw - var(--scrollbar-width, 0px)) -
            var(--container-inner-width, 0px)
        ) / 2
    );
    --section-stack-spacing-inline: var(--section-inner-spacing-inline, 0px);
    padding-inline-start: max(
      var(--calculated-section-spacing-inline),
      50% - var(--container-max-width) / 2
    );
    padding-inline-end: max(
      var(--calculated-section-spacing-inline),
      50% - var(--container-max-width) / 2
    );
    padding-block-start: calc(
      var(--background-differs-from-previous) *
        var(--calculated-section-spacing-block-start)
    );
    padding-block-end: var(--calculated-section-spacing-block-end);
  }
  #Karmic-benefits-section-text {
    padding: 2vw 0px !important;
  }
  #HomePageIMG {
    margin-left: -3vw !important;
  }
}

@media (max-width: 700px) {
  .karmic-wrapper,
  .karmic-wrapper:before,
  .karmic-wrapper:after {
    font-size: 6.5vw;
  }

  #Karmic-benefits-section-heading {
    font-size: 6.5vw;
    padding-top: 13vw;
    line-height: 1;
  }

  .karmic-words span {
    padding-left: 1.75vw;
  }

  .karmic-wrapper {
    height: 9vw;
    padding-left: 6vw;
  }
}

@media (max-width: 1000px) {
  .karmic-wrapper {
    padding-left: 6vw;
  }

  #Karmic-benefits-section-heading {
    padding-top: 15vw;
    font-size: 6.5vw;
  }
}

/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Password Page */

#shopify-section-template--14894475149401__main
  > div
  > div
  > div
  > div.password__main
  > div
  > div
  > div
  > div {
  display: none;
}

.password {
  min-height: 10px !important;
}

#shopify-section-template--14894475149401__b6796a34-251f-4e00-9d2a-b9f84a3b206f
  > div {
  text-align: center;
}

scroll-snap-align
scroll-snap-stop
scroll-snap-type


/*
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Skin Quiz */

#shopify-section-template--14950909018201__4a595189-677a-4f47-bc68-e78e96a41ff4 > div > div {
  padding: 0;
}
/*------------------*/
.collection-cleanser #shopify-section-template--14968813551705__7ab5b97f-d233-41d5-9b13-f31e51a5a268 .section-full, 
.collection-moisturiser #shopify-section-template--14968813551705__7ab5b97f-d233-41d5-9b13-f31e51a5a268 .section-full,
.collection-serum #shopify-section-template--14968813551705__7ab5b97f-d233-41d5-9b13-f31e51a5a268 .section-full {
  margin-bottom: 50px;
  background-color: #ecede8 !important;
  padding: 50px 20px;
}
.product-info__subtitle { font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.6 var(--text-font-family) !important; }
