/** Shopify CDN: Minification failed

Line 23:30 Expected ":"
Line 4908:7 Unexpected "and"

**/
/* basis.css - Global styles */

body:not(body.template-product),
html:not(html.html--product) {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    body,
    html {
    overflow-x: hidden !important;
    }
}

@media only screen and (min-width: 1024px) {
  .template-product #MainContent .shopify-section--product .wrapper--full-padded {
    padding: 0 var(--gutter);c
    max-width: 1300px;
  }
}

.form-vertical input, .form-vertical select, .form-vertical button, .form-vertical textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
/* Old announcement bar */
#fsb_container {
    display: none !important;
}

/* //////// End old announcement bar //////// */

/* Global fonts */
@font-face {
    font-family: 'Apercu Pro Regular';
    src: url('/cdn/shop/files/apercu_pro_regular-webfont.woff2?v=1715950573') format('woff2'),
        url('/cdn/shop/files/apercu_pro_regular-webfont.woff?v=1715950572') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro Mono';
    src: url('/cdn/shop/files/apercumonoproregular-webfont.woff2?v=1716238952') format('woff2'),
        url('/cdn/shop/files/apercumonoproregular-webfont.woff?v=1716238952') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silk Serif';
    src: url('/cdn/shop/files/SilkSerifRegular.woff2?v=1716237392') format('woff2'),
        url('/cdn/shop/files/SilkSerifRegular.woff?v=1716237392') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silk Serif Italic';
    src: url('/cdn/shop/files/SilkSerifItalic.woff2?v=1716237392') format('woff2'),
        url('/cdn/shop/files/SilkSerifItalic.woff?v=1716237392') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Silk Serif Light';
    src: url('/cdn/shop/files/SilkSerifLight.woff2?v=1716427349') format('woff2'),
        url('/cdn/shop/files/SilkSerifLight.woff?v=1716427349') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silk Serif Light Italic';
    src: url('/cdn/shop/files/SilkSerifLightItalic.woff2?v=1716427349') format('woff2'),
        url('/cdn/shop/files/SilkSerifLightItalic.woff?v=1716427349') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* @font-face {
    font-family: '';
    src: url('') format('woff2'),      
    url('') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* Global fonts - root */
:root {
    /* --PRIMARY-BUTTONS-COLOR-TEXT: ; */
    /* --SECONDARY-BUTTONS-COLOR-TEXT: ; */
    /* --OUTLINE-BUTTONS-WHITE-TEXT: ; */
    /* --OUTLINE-BUTTONS-WHITE-BORDER: ; */
    --FONT-STACK-BODY: "Apercu Pro Regular" !important;
    --FONT-STACK-HEADING: "Silk Serif Light" !important;
    --FONT-STACK-HEADING-ITALIC: "Silk Serif Light Italic" !important;
    --FONT-STACK-HEADING-THICK:  "Silk Serif Light" !important;
    --FONT-STACK-HEADING-THICK-ITALIC:  "Silk Serif Light Italic" !important;
    /*--FONT-STACK-HEADING-THICK:  "Silk Serif" !important;
    --FONT-STACK-HEADING-THICK-ITALIC:  "Silk Serif Italic" !important;*/
    --FONT-STACK-BUTTON: "Apercu Pro Mono" !important;
    --FONT-STACK-ACCENT: "Apercu Pro Mono" !important;
    --FONT-STACK-SUBHEADING: "Apercu Pro Mono" !important;
    --FONT-STACK-NAV: "Apercu Pro Regular" !important;
    --black: #2F3433;
    --OUTLINE-BUTTONS-BLACK-BORDER:#2F3433;
    --OUTLINE-BUTTONS-BLACK-TEXT: #2F3433;
}


h1 em, h2 em, h3  em, h4 em, h5 em, h6 em, .h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em {
    font-family: var(--FONT-STACK-HEADING-ITALIC);
}

h1 b, h2 b, h3 b, h4 b, h5 b {
  font-weight: normal;
}

.h6 {
  font-size: 32px;
}

.h6 {
  font-size: 24px;
}
.section__heading,
.section__heading p,
.featured-collection__top .section__heading h1,
.featured-collection__top .section__heading h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 110% !important;
    letter-spacing: -0.5px;
}


.body--rounded-corners {
    --radius: 7px;
}

@media screen and (max-width: 767px) {
    .section__heading,
    .section__heading p {
        font-size: 30px;
        letter-spacing: -0.3px;
    }
}

.metafield-rich_text_field p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.three-fifty-height-mobile {
    --min-h: 350px;
}

.three-fifty-height-mobile {
    min-height: var(--min-h);
}
/* //////// End global fonts //////// */

/* Global vars */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}
::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.no-scroll-lock {
    overflow: hidden;
}

.icon-shopping-bag {
    stroke-width: 1px !important;
}

.icon-shopping-bag .cart-indicator {
    fill: currentColor;
}

select {
  background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/down4-512.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(50% + 2px);
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 30px 5px 10px;
}

p a {
    text-underline-offset: 4px;
}

.aos-initialized .text-reveal__cropper {
    overflow: visible;
}
/* //////// End global vars //////// */

/* Buttons */
.btn {
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.btn--text {
    min-height: 0;
}

.btn--text:before,
.btn--text:after {
    background: #CBBEA5;
    bottom: -5px;
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 12.6px;
        letter-spacing: 0.504px;
      justify-content: center;
    }

  #FeaturedCollection--template--16663370760362__section_collection_alt_aDxApK .btn {
    min-width: 325px;
  }
}

@media screen and (min-width: 480px) {
    .btn--large:not(.btn--text):not(.btn--submit):not(.shopify-section-group-group-footer .btn) {
        min-width: 325px;
    }
}

@media screen and (min-width: 768px) {
    .btn--large:not(.btn--text):not(.btn--submit):not(.shopify-section-group-group-footer .btn) {
        /* width: 250px; */
        min-width: 0;
        padding-left: 6vw;
        padding-right: 6vw;
    }
}
/* //////// End buttons //////// */

/* Announcement */
.announcement * {
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 14px;
    letter-spacing: 0.56px;
}
/* //////// End announcement //////// */

/* Header */

/*.mobile-menu__item--level-1:last-child .mobile-navlink--level-2 * {
  font-weight: normal !important;
}*/

.site-header {
    min-height: 127px;
}

.drawer .search-form__inner {
    padding: 8px var(--gutter-mobile);
}

.predictive-search__product-image figure {
  height: 130%;
}

.site-header.site-header--compress {
    min-height: 0;
}

.site-header.site-header--transparent:hover:not(.site-header--compress.site-header--transparent:hover) {
    background-color: var(--bg) !important;
}

.site-header .logo:not(.site-header.site-header--compress .logo) {
    margin-top: 29px;
}

.site-header .menu__items:first-of-type:not(.site-header.site-header--compress .menu__items:first-of-type) {
    margin-top: 3px;
}

.site-header--nav-left .menu__item--icons:not(.site-header--nav-left.site-header--compress .menu__item--icons) {
    margin-top: 4.5px;
}

.site-header .menu__items-below-custom {
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.site-header .menu__items-below-custom .navlink--toplevel {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
}

.site-header .menu__item.grandparent .down-arrow,
.site-header localization-form .down-arrow {
    transition: transform 0.5s ease;
}

.site-header .menu__item.grandparent:hover .down-arrow:not(localization-form .down-arrow) {
    transform: rotate(180deg);
}

.site-header localization-form.clicked .down-arrow {
    transform: rotate(180deg) !important;
}

.site-header localization-form .down-arrow {
    margin-left: 0;
    margin-bottom: 2px;
}

.site-header localization-form {
    padding-left: 15px;
}

.site-header localization-form ul,
.drawer localization-form ul {
    z-index: 99999;
    background-color: #ffffff;
    margin-top: 5px;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.drawer localization-form ul {
    top: -330px;
    left: 60px;
}

.site-header localization-form ul li,
.drawer localization-form ul li {
    margin-bottom: 10px;
}

.drawer .mobile-menu__item-cross-border {
    overflow: visible;
    padding-left: 20px;
}

.site-header localization-form ul .navtext,
.drawer localization-form ul .navtext {
    color: var(--black)
}

.site-header .icon-search {
    width: 18px;
}

.site-header .icon-shopping-bag {
    width: 16px;
}

.site-header .down-arrow {
    margin-left: 3.5px;
    margin-top: 3px;
}

.site-header .down-arrow path {
    fill: currentColor;
}

.site-header .navtext {
    font-size: 16px;
    line-height: normal;
}

.site-header .header__dropdown .navlink--grandchild .navtext {
    font-size: 16px !important;
}

.site-header--nav-left .menu__item--icons {
    gap: 15px;
}

.site-header .menu__item--account .navlink {
    padding-bottom: 11px;
}

.site-header .dropdown__family .navlink--child .navtext {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 1.75vw !important;
    /* font-size: 26px; */
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.26px;
}

.site-header .header__dropdown .menu__block--narrow .hero__content,
.site-header .header__dropdown .menu__block--wide .hero__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 14px 8px;
}

.site-header .header__dropdown .menu__block--narrow .hero__content.center-vertically,
.site-header .header__dropdown .menu__block--wide .hero__content.center-vertically {
    justify-content: center;
}

.site-header .header__dropdown .menu__block--narrow .hero__content .hero__description.flip,
.site-header .header__dropdown .menu__block--wide .hero__content .hero__description.flip {
    order: 1;
}

.site-header .header__dropdown .menu__block--narrow .hero__content .hero__title.flip,
.site-header .header__dropdown .menu__block--wide .hero__content .hero__title.flip {
    order: 2;
}

.site-header--compress .search-popdown .search-popdown__toggle {
    display: none !important;
}

.site-header .grandparent.kids-4.images-1 .header__grandparent__links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-left: calc(var(--gutter) / 2 + 5px);
}

.site-header .header__dropdown__wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.site-header .header__dropdown__image-two {
    margin-top: 22px;
}

.site-header .header__dropdown .hero__title {
    font-size: 2vw;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.4px;
    text-align: center;
    padding: 0px 15px;
}

.site-header .header__dropdown .hero__description {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 15px;
    font-family: var(--FONT-STACK-BUTTON);
}

.mobile-menu__item--level-1 {
    display: flex;
}

.mobile-menu__item--level-1 {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 26px;
}

.mobile-dropdown * {
    font-family: var(--FONT-STACK-BODY);
    font-size: 16px;
}

.mobile-navlink--level-2 {
    font-weight: bold;
}

.sub-level-three li {
    list-style: none;
    margin-left: 0px;
    margin: 10px 0px 10px 0px;
}

.sub-level-three {
    margin-bottom: 20px;
}

.mobile-navlink--level-2 {
    padding-bottom: 0;
}

.has-scrolled .site-header .grandparent .header__dropdown__wrapper {
    padding-bottom: 120px;
}

.menu__item.is-visible .header__dropdown:after {
    top: 0;
}

.site-header .search-popdown__close .icon {
    pointer-events: all;
}

/* .grandparent.kids-2.images-1 .header__grandparent__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
} */

.site-header .header__block-image.side-by-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    flex: 3;
}

.site-header .header__block-image.side-by-side .header__dropdown__image-two  {
    margin-top: 0;
}

.site-header .header__block-image.side-by-side .header__dropdown__image {
    height: 14vw;
}

.site-header .header__block-image.side-by-side .image-fill {
    padding: 0;
    height: 100%;
}

.menu__item.parent.is-visible .header__dropdown:after {
  display: none;
}

@media screen and (max-width:480px) {
    .site-header--compress .logo {
        max-width: 250px;
        padding: 0;
    }
    .site-header--nav-left .logo .logo__image-link--home:not(.logo__image-link--single),
    .site-header--compress .logo .logo__image-link--home:not(.logo__image-link--single) {
        left: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .site-header .header__dropdown .hero__title {
        font-size: 1.8vw;
    }
}
/* //////// End header //////// */

/* Slideshow */
.slide__text__wrapper {
    padding-top: 0 !important;
    padding-bottom: 15px;
}

.slideshow .slide__heading {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.slideshow .slide__text {
    font-size: 17px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .slideshow .slide__text__wrapper {
        width: 100%;
        padding-bottom: 10px;
    }
    .slideshow .slide__heading {
        font-size: 40px;
        font-weight: 300;
        letter-spacing: -0.4px;
    }
    .slideshow .slide__text {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .slideshow .item--bottom-left .slide__text {
        margin-left: 0;
    }
}
/* //////// End slideshow //////// */

/* Image with text */
.image-with-text .image-with-text__image,
.image-with-text .image-with-text__image-bg {
    border-radius: 0;
}

.image-with-text .image-with-text__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.5px;
}

.template-index .image-with-text .image-with-text__text {
    max-width: 390px;
}

.image-with-text .image-with-text__text * {
    font-size: 17px;
    line-height: 120%;
}

.image-with-text .image-with-text__text-fine-print * {
    margin-top: 20px;
    font-size: 14px;
}

.template-index .image-with-text .text-center .image-with-text__text {
    margin-left: auto;
    margin-right: auto;
}

.template-index .image-with-text .text-right .image-with-text__text {
    margin-left: auto;
}

.image-with-text .subheading-text,
.subheading-text{
    font-family: var(--FONT-STACK-ACCENT);
}

.image-with-text_palo-santo .subheading-text {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

/* @media screen and (min-width: 768px) and (max-width: 1250px) {
    .image-with-text .btn--large {
        width: 26vw;
    }
} */

.image-with-text .image-with-text__heading-mobile {
    display: none;
}

@media screen and (max-width: 950px) {
    .image-with-text.image-with-text--image-sixty .image-with-text__heading {
        font-size: 38px;
        letter-spacing: -0.4px;
    }
}

@media screen and (max-width: 767px) {
    .template-index .image-with-text .image-with-text__content {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .image-with-text .image-with-text__heading,
    .image-with-text.image-with-text--image-sixty .image-with-text__heading {
        font-size: 30px;
        letter-spacing: -0.4px;
    }
    .image-with-text .image-with-text__text * {
        font-size: 15px;
    }
    .image-with-text_palo-santo .image-with-text__content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .image-with-text .image-with-text__heading-desktop {
        display: none;
    }
    .image-with-text .image-with-text__heading-mobile {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 999;
        display: block;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%) !important;
        text-align: center;
    }

    .image-with-text__items--inline-left .image-with-text__content,
    .image-with-text__items--inline-right .image-with-text__content {
      padding-top: 0px;
    }

    .image-with-text__content-items {
      padding-top: 20px;
    }
}

.image-with-text__items--overlay-right .image-with-text__content {
    background: transparent;
  border: none;
  flex-basis: 70% !important;
  padding-left: 20px;
}

.image-with-text__items--overlay-left-custom .image-with-text__content .image-with-text__heading,
.image-with-text__items--overlay-right .image-with-text__content .image-with-text__heading {
  font-size: 54px !important;
}

.image-with-text__items--overlay-left-custom .image-with-text__content .image-with-text__heading {
    margin-left: -250px;
}

/* .image-with-text__items--overlay-right-custom .image-with-text__content {
    padding-right: 20px;
} */

/* .image-with-text__items--overlay-right-custom .image-with-text__content .image-with-text__heading {
    white-space: nowrap;
    position: absolute;
    top: -85px;
} */

.image-with-text__items--overlay-left-custom .image-with-text__content {
    padding-left: 20px;
}

/* .image-with-text__items--overlay-right-custom .image-with-text__content-items {
    margin-top: 85px
} */

.wrapper--full .image-with-text__items--overlay-right .image-with-text__image {
    width: 78%;
}

.image-with-text__items--overlay-right .image-with-text__text {
    width: 30%;
}

@media screen and (max-width: 1400px) {
    .wrapper--full .image-with-text__items--overlay-right .image-with-text__image {
        width: 75%;
    }
    .image-with-text__items--overlay-right .image-with-text__text {
        width: 34%;
    }
}

@media screen and (max-width: 1200px) {

    .wrapper--full .image-with-text__items--overlay-right .image-with-text__image {
        width: 70%;
    }
    .image-with-text__items--overlay-right .image-with-text__text {
        width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .image-with-text__items--overlay-left-custom .image-with-text__content .image-with-text__heading {
        margin-left: -350px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper--full .image-with-text__items--overlay-right .image-with-text__image {
        width: 65%;
    }
    .image-with-text__items--overlay-right .image-with-text__text {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .wrapper--full .image-with-text__items--overlay-right .image-with-text__image {
        width: 100%;
        margin-bottom: 0;
    }

    .image-with-text__items--overlay-right .image-with-text__content {
        background: transparent;
        border: none;
        flex-basis: 100% !important;
        margin: 0;
        padding-top: 0;
    }

    .image-with-text__items--overlay-right .image-with-text__text {
        width: 100%;
    }

    .image-with-text__items--overlay-right .image-with-text__content .image-with-text__heading {
        font-size: 28px !important;
    }

    .image-with-text__items--overlay-left-custom .image-with-text__content .image-with-text__heading {
        margin-left: 0;
        font-size: 32px !important;
    }

}

/* //////// End image with text //////// */

/* Results section */
.results__image-with-text .image-with-text__heading {
    font-size: 32px;
    line-height: 118.182%;
    letter-spacing: -1.65px;
    text-transform: capitalize;
    max-width: 615px;
}

.results__image-with-text .image-with-text__text * {
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.2px;
}

.results__image-with-text .image-with-text__text p {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2F3433;
}

.results__image-with-text .image-with-text__subtext * {
    font-size: 17px;
    line-height: 120%;
}

.results__image-with-text .image-with-text__text p:empty {
    display: none;
}

@media screen and (min-width: 768px) {
    .results__image-with-text {
        margin-bottom: 100px;
    }
    .results__image-with-text .image-with-text__content {
        gap: 20px;
        padding-top: 6vw;
        padding-left: 6vw;
        padding-bottom: 4.65vw;
        max-width: calc(600px + 6vw + calc(.6666666667* var(--gutter)));
    }
}

@media screen and (max-width: 767px) {
    .results__image-with-text .image-with-text__content {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .results__image-with-text .image-with-text__heading {
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -0.3px;
        margin-bottom: 20px;
    }
    .results__image-with-text .image-with-text__text {
        margin-bottom: 30px;
    }
    .results__image-with-text .image-with-text__text * {
        font-size: 15px;
        letter-spacing: 0.15px;
    }
    .results__image-with-text .image-with-text__subtext * {
        font-size: 14px;
    }
}
/* //////// End results section /////// */

/* Featured collection */
.featured-collection .featured-collection__top {
    margin-bottom: 10px;
    align-items: center;
}

.featured-collection .section__header.section__header--btn-top {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 25px;
}

.featured-collection .text-center .section__header.section__header--btn-top {
    flex-direction: column;
    gap: 20px;
}

.featured-collection .text-right .section__header.section__header--btn-top {
    flex-direction: row-reverse;
}

.featured-collection .section__header.section__header--btn-top .section__header--heading-text {
    max-width: var(--site-width-narrow);
}

.featured-collection .section__header.section__header--btn-top .section__header--btn {
    flex-shrink: 0;
}

.featured-collection .section__header.section__header--btn-top .featured-collection__top__button {
    margin-top: 0;
}

.featured-collection .section__heading {
    margin-bottom: 0;
}

.featured-collection .section__text {
    font-size: 17px;
    line-height: 120%;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .featured-collection {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    #skin-specific-products .featured-collection {
        padding-bottom: 0;
    }
    .featured-collection .featured-collection__top {
        margin-bottom: 20px;
    }
    /* .featured-collection .featured-collection__top__button {
        display: none;
    } */
    .featured-collection .section__text {
        font-size: 15px;
        margin-top: 10px;
    }
    .featured-collection .section__header.section__header--btn-top * {
        text-align: center;
    }
    .featured-collection .section__header.section__header--btn-top,
    .featured-collection .text-right .section__header.section__header--btn-top {
        text-align: center;
        flex-direction: column;
        gap: 20px;
    }
    .featured-collection .section__header.section__header--btn-top .section__header--btn {
        width: 100%;
    }
}

.custom-scrollbar__thumb:before {
  background: var(--black);
}

.featured-collection__top__button {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
    bd-variants {
        min-height: 40px !important;
        display: block;
    }
    .featured-collection .text-right .section__header.section__header--btn-top:not(:has(.btn--text)) .section__header--btn,
    .featured-collection .text-left .section__header.section__header--btn-top:not(:has(.btn--text)) .section__header--btn {
        margin-bottom: -10px;
    }
}

/* Featured collection alt */
.featured-collection-alt .featured-collection__top__button {
    display: block;
}

@media screen and (min-width: 768px) {
    .featured-collection-alt .wrapper--full-padded {
        display: flex;
        padding-left: 0;
    }
    .featured-collection-alt .featured-collection__top {
        width: 30%;
        background-color: #fff;
        padding-left: var(--gutter);
        padding-right: 25px;
        margin-bottom: -10px;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
    }
    .featured-products .featured-collection__top {
        width: 25%;
    }
    .featured-collection-alt .featured-collection__top.text-left {
        align-items: flex-start;
    }
    .featured-collection-alt .featured-collection__top.text-right {
        align-items: flex-end;
    }
    .featured-collection-alt .featured-collection__container {
        width: 75%;
        margin-left: 0;
    }
    .featured-products .featured-collection__container {
        padding-left: 5px;
    }
    .featured-collection-alt .carousel {
        padding-left: 5px;
    }
}

.featured-collection__container.carousel__container .product-grid-item .product-grid-item__quick-atc {
  margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .featured-collection-alt .featured-collection__top {
        width: 40%;
    }
    .featured-collection-alt .featured-collection__container {
        width: 60%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .featured-collection-alt .featured-collection__top {
        padding-left: 3vw;
    }
    .featured-collection-alt .featured-collection__top__button {
        width: 100%;
    }
    .featured-collection-alt .featured-collection__top__button .btn:not(.btn--text) {
        width: 100%;
    }
}

@media screen and (max-width: 1320px) {
    .featured-collection-alt .section__heading,
    .featured-collection-alt .section__heading p {
        font-size: 30px;
        letter-spacing: -0.4px;
    }
}

@media screen and (max-width: 767px) {

  /* .featured-collection__top__wrapper * {
    text-align: center;
  } */
  
  .slide__buttons.main-buttons {
    justify-content: center;
  }

   .featured-collection-alt .section__heading,
    .featured-collection-alt .section__heading p {
        font-size: 30px;
        letter-spacing: -0.4px;
    }
  
    .featured-collection-alt {
        padding-bottom: 50px;
    }
    .featured-collection-alt .featured-collection__top {
        margin-bottom: 35px;
    }
    .featured-collection-alt .featured-collection__top__button {
        display: flex;
        margin-top: 20px;
      justify-content: center;
    }
    .featured-collection-alt .featured-collection__top.text-center .featured-collection__top__button {
        margin-left: auto;
        margin-right: auto;
    }
    .featured-collection-alt .featured-collection__top.text-right .featured-collection__top__button {
        margin-left: auto;
    }
    .featured-products .product-grid-item__quick-atc {
        margin-top: auto !important;
    }
}

@media screen and (max-width: 479px) {
    .featured-collection-alt .featured-collection__top__button {
        min-width: 300px;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
    }
}

.collection-promo__heading {
  font-size: 24px !important;
}
/* //////// End featured collection //////// */

/* /////// TAB COLLECTIONS /////// */

.tab-collections__products-counter {
  font-size: 12px;
  text-transform: uppercase;
}

.tabs__link {
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
.tab-collections__container .product-grid-item--featured {
  width: 50%;
}
}

/* /////// End TAB COLLECTIONS /////// */

/* Product grid item */
.product-grid-item {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
}

/* hide reviews on bundles */

#bundles .yotpo.bottomLine,
#bundles-primally-pure .yotpo.bottomLine,
.product-grid-item.bundle .yotpo.bottomLine{
  display: none;
}

#bundles-primally-pure .product-grid-item__quick-atc bd-variants,
#bundles .product-grid-item__quick-atc bd-variants {
  display: none;
}

.product-grid-item .btn--submit {
    display: block;
}

.product-grid-item .btn--submit {
    display: block;
}


#best-sellers-primally-pure .product__badge.best-seller .best-seller {
  display: none;
}

.product-grid-item .product__badge {
    margin-top: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 1600px) {
    .product-grid-item .product__badge {
        margin-top: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .product-grid-item .product__badge {
        margin-top: 8px;
        margin-left: 8px;
    }
}

.template-product .product__badge {
    margin-top: 20px;
    margin-left: 20px;
}

.product-grid-item .product-grid-item__title,
.blog__post-item .blog__post-title-link,
#rebuy-widget-98792 .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 110% !important;
    letter-spacing: -0.26px;
    font-family: var(--FONT-STACK-HEADING-THICK);
}


.product-grid-item .product-grid-item__price,
#rebuy-widget-98792 .rebuy-product-block .rebuy-product-info .rebuy-product-price {
    font-family: var(--FONT-STACK-BUTTON) !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    word-spacing: -8px;
}

#rebuy-widget-98792 .rebuy-product-block .rebuy-product-info .rebuy-product-price {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}


@media screen and (max-width: 768px) {
  #rebuy-widget-98792 .flickity-button {
    display: none;
  }

  #rebuy-widget-98792 .rebuy-product-grid.medium-columns-2 {
    margin-left: -20px;
  }
  
  #rebuy-widget-98792 .rebuy-product-grid.medium-columns-2 .rebuy-product-block {
    width: 40%;
  }
}

.product-grid-item .product__badge__item,
.template-product .product__badge__item {
    border-radius: 0;
    font-family: var(--FONT-STACK-BODY);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .product-grid-item .product__badge__item {
        font-size: 12px;
        padding: 4px 6px;
    }
  .template-index .rebuy-product-block.tag-new:after {
        font-size: 12px !important;
        padding: 4px 6px !important;
        top: 30px !important;
        left: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .product-grid-item .product__badge__item {
        font-size: 10px;
        padding: .5px 4px 2.5px;
    }
  .template-index .rebuy-product-block.tag-new:after {
        font-size: 10px !important;
        padding: 1px 4px 2px !important;
        top: 28px !important;
        left: 28px !important;
    }
}

.popup-quick-view__title {
  font-size: 24px;
}

.product-grid-item .product-grid-item__quick-atc {
    margin-top: 15px;
}

.product__price--off {
  display: none;
}

/* MIGHT NEED TO COMMENT OUT */
.template-collection .product-grid-item .product-grid-item__quick-atc,
.search-page .product-grid-item .product-grid-item__quick-atc {
    margin-top: auto;
}

/* .product-grid-item.bundle .product-grid-item__quick-atc {
  margin-top: -15px !important;
} */


.template-collection .product-grid-item .product-grid-item__info,
.template-search .product-grid-item .product-grid-item__info {
    margin-bottom: 15px;
}

.product-grid-item .product-grid-item__quick-atc .select--quick-add-ctr {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid #2F3433;
}

.product-grid-item .product-grid-item__quick-atc .select--quick-add {
    width: 100%;
    padding: 6px 10px;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 12px;
    font-weight: 400;
    border: none;
}

@media screen and (max-width: 768px) {
  .product-grid-item .product-grid-item__quick-atc .select--quick-add {
      width: 100%;
      padding: 6px 10px;
      font-family: var(--FONT-STACK-BUTTON);
      font-size: 11px !important;
      font-weight: 400;
      border: none;
  }
}

.product-grid-item .product-grid-item__quick-atc .select--quick-add-ctr svg {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.quick-add-border {
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-left: 1px solid #2F3433;
    pointer-events: none;
}

.template-product .quick-add-border {
  background: transparent;
}

.product-grid-item .product-grid-item__quick-atc .btn--quick-add {
    width: 100%;
    margin-top: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
    background-color: #505B43;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.product-grid-item .starting-at-price,
.product-single .starting-at-price {
    margin-right: 2px;
    font-size: 12px !important;
    word-spacing: -5px !important;
}

.product-single .starting-at-price {
    margin-top: 4px;
}

.product-single .starting-at-prod-ctr .product__price--compare {
    display: none;
}


@media screen and (max-width: 767px) {
    /* .product-grid-item .product__badge {
        margin-top: 10px;
        margin-left: 10px;
    } */
    .product-grid-item .starting-at-price,
    .product-single .starting-at-price {
        font-size: 10px !important;
        word-spacing: -4px !important;
    }
    .product-single .starting-at-price {
        margin-top: 6px;
    }
    .template-product .product__badge {
        margin-top: 16px;
        margin-left: 13px;
    }
    .product-grid-item .product-grid-item__image {
        margin-bottom: 10px;
    }
    .product-grid-item .product-grid-item__info {
        gap: 7px;
        margin-bottom: 10px;
    }
    .template-collection .product-grid-item .product-grid-item__info {
        margin-bottom: 10px;
    }
    .product-grid-item .product-grid-item__title,
    .blog__post-item .blog__post-title-link,
    #rebuy-widget-98792 .rebuy-product-block .rebuy-product-info .rebuy-product-title {
        font-size: 18.5px;
        letter-spacing: -0.185px;
    }
    .product-grid-item .product-grid-item__price,
    #rebuy-widget-98792 .rebuy-product-block .rebuy-product-info .rebuy-product-price {
        font-size: 12.5px;
    }
    .product-grid-item .product-grid-item__quick-atc,
    .featured-collection__container.carousel__container .product-grid-item .product-grid-item__quick-atc {
        margin-top: auto;
    }
    .template-product .product__badge__item {
        font-size: 12px;
        letter-spacing: 0.4px;
    }
    .product-grid-item .product-grid-item__quick-atc .select--quick-add {
        font-size: 12.5px;
    }
    .product-grid-item .product-grid-item__quick-atc .btn--quick-add {
        margin-top: 10px;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 12.5px;
        letter-spacing: 0.5px;
    }
    .carousel--mobile .grid__item,
    .carousel--mobile .carousel__item {
        margin-right: 15px;
    }

    .template-collection .buttons-list .carousel--mobile .carousel__item  {
      width: max-content;
    }

}

@media only screen and (min-width: 768px) {
    .carousel:not(.flickity-enabled), .carousel--inactive {
        display: flex;
        text-align: center;
        justify-content: center !important;
    }
}

/* //////// End product grid item //////// */

/* Collection list section */
.collection-list-slider .section__header {
    display: flex;
    margin-bottom: 15px;
}

.collection-list-slider .section__heading,
.collection-list-slider .section__heading p {
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
.collection-list-slider .section__heading,
.collection-list-slider .section__heading p {
    margin: auto !important;
    text-align: center !important;
}
}

.collection-list-slider .collection-list-slider__button {
    margin: 0 0 5px;
}

.collection-list-slider .list-collections__item__title {
    font-family: var(--FONT-STACK-HEADING-THICK);
    font-size: 26px;
    letter-spacing: -0.26px;
    line-height: normal;
}

.collection-list-slider .list-collections__item__content {
    padding: 18px;
}

@media screen and (min-width: 768px) {
    .collection-list-slider .wrapper--full-padded {
        display: flex;
        align-items: stretch;
        padding-left: 0;
    }
    .collection-list-slider .section__header {
        padding-left: var(--gutter);
        z-index: 2;
        background: #fff;
        margin-bottom: 0;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .collection-list-slider .section__heading {
        width: 170px;
        margin-right: 20px;
    }
    .collection-list-slider .section__heading p {
        font-size: 30px;
    }
    .collection-list-slider .carousel__container {
        flex-basis: 80%;
        margin: 0;
    }
    .collection-list-slider .carousel {
        padding: 0 0 0 5px;
    }
}

@media screen and (min-width: 1024px) {
    .collection-list-slider .flickity-prev-next-button.previous {
        left: 10px !important;
    }
    .collection-list-slider .flickity-prev-next-button.next {
        right: -40px !important;
    }
}

@media screen and (max-width: 767px) {
    .collection-list-slider .list-collections-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .collection-list-slider .collection-list-slider__button {
        display: none;
    }
    .collection-list-slider .list-collections__item__title {
        font-size: 22px;
        letter-spacing: -0.22px;
    }
    .collection-list-slider .carousel--mobile .carousel__item {
        margin-right: 10px;
    }
}

@media screen and (max-width: 400px) {
    .collection-list-slider .list-collections__item__title {
        font-size: 20px;
        letter-spacing: -0.20px;
    }
}
/* //////// End collection list section //////// */

/* Banner image */
.banner-image .banner-image__heading {
    font-size: 70px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.7px;
}

.banner-image .text__subheading {
    font-family: var(--FONT-STACK-ACCENT);
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .banner-image .banner-image__heading {
        font-size: 30px;
        letter-spacing: -0.4px;
    }
}
/* //////// End banner image //////// */

/* Banner image cta */
.banner-image-cta .cta-container {
    width: 16vw;
    max-width: 266px;
    min-width: 190px;
    border-radius: 20px;
    border: 2px solid #FFF;
}

.banner-image-cta .banner-image__heading {
    margin-bottom: 50px;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.banner-image-cta .cta-container__desktop {
    display: block;
    position: absolute;
    left: 70px;
}

.banner-image-cta .cta-container__mobile {
    display: none;
}

.banner-image-cta .cta-container img {
    width: 65%;
}

.banner-image-cta .cta-title {
    color: #fff;
    padding: 18px 10px;
    border-top: 2px solid #fff;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.banner-image-cta .btn--text:before, 
.banner-image-cta .btn--text:after {
    background-color: currentColor;
}

@media screen and (max-width: 1200px) {
    .banner-image-cta .cta-container__desktop,
    .banner-image-cta .cta-container__desktop {
        left: 3vw;
        bottom: 3vw;
    }
}

@media screen and (max-width: 1150px) {
    .banner-image-cta .banner-image__heading {
        font-size: 30px;
        letter-spacing: -0.5px;
        max-width: 515px;
    }
}

@media screen and (max-width: 930px) {
    .banner-image-cta .banner-image__text-container {
        flex-direction: column;
    }
    .banner-image-cta .cta-container {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .banner-image-cta .cta-container__desktop {
        display: none;
    }
    .banner-image-cta .cta-container__mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner-image-cta .banner-image__text-wrapper {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .banner-image-cta .banner-image__heading {
        max-width: 360px;
    }
    .banner-image-cta .cta-title {
        font-size: 13px;
        letter-spacing: 0.52px;
        padding: 12px 10px;
    }
}
/* //////// End banner image cta //////// */

/* Tolstoy section */
.tolstoy__section .brick__block--image {
    flex-basis: 25%;
    max-width: 532px;
}

.tolstoy__section .brick__block--image .featured-image__content-inner {
    padding: 40px 20px;
}

.tolstoy__section .brick__block--image .align--bottom-left .featured-image__content-inner {
    padding-left: 50px;
}

.tolstoy__section .featured-image__heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.5px;
    max-width: 310px;
}

.tolstoy__section .align--bottom-center,
.tolstoy__section .align--top-center {
    text-align: left;
}
.tolstoy__section .featured-image__caption {
    margin-top: 22px;
}

.tolstoy__section .featured-image__caption * {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
}

@media screen and (max-width: 989px) {
    .tolstoy__section .featured-image__heading {
        font-size: 30px;
        letter-spacing: -0.4px;
        max-width: 90vw;
    }
}

@media screen and (max-width: 767px) {
    .tolstoy__section {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .template-product .tolstoy__section {
        padding-top: 0;
    }
    .tolstoy__section .brick__block--image {
        flex-basis: 100%;
        max-width: 100%;
    }
    .tolstoy__section .brick__image {
        height: 58vw;
        min-height: 250px;
        justify-content: center;
        align-items: flex-end;
    }
    .tolstoy__section .brick__block--image .featured-image__content-inner {
        padding: 20px 40px;
    }
    .tolstoy__section .brick__block--liquid .brick__block__inner {
        padding-bottom: 0;
    }
    .tolstoy__section .featured-image__caption {
        margin-top: 5px;
    }
    .tolstoy__section .featured-image__caption * {
        font-size: 12.6px;
        letter-spacing: 0.504px;
    }

    .tolstoy__section .featured-image__content-inner * {
      text-align: center;
    }
}

.tolstoy__section .brick__block--liquid .brick__block__inner {
  padding: 0px;
}
/* //////// End tolystoy section //////// */

/* Icons row */


.icons-row .icons-row__heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 110% !important;
    letter-spacing: -0.5px;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.icons-row .icons-row__subheading {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 62px;
}

.icons-row .icons-row__title,
.accent {
    color: var(--text) !important;
    font-family: var(--FONT-STACK-ACCENT);
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.icons-row .icons-row__text {
    color: var(--text) !important;
    font-size: 17px;
    line-height: 120%;
}

.icons-row .icons-row__icon {
    margin-bottom: 28px;
}

.background-size-cover {
    background: transparent;
}

.icons-row .icons-row__text p {
    margin-top: 19px;
}

@media screen and (max-width: 767px) {
    .icons-row .icons-row__heading {
        font-size: 18px !important;
        letter-spacing: -0.3px;
    }
    .icons-row .icons-row__title {
        font-size: 12.6px;
        line-height: 120%;
        letter-spacing: 0.504px;
    }

    .icons-row__slider.grid--mobile .icons-row__title {
        font-size: 10px;
        width: 90%;
        margin: auto;
    }
  
    .icons-row .icons-row__subheading {
        font-size: 12.6px;
        letter-spacing: 0.504px;
        margin-bottom: 17px;
    }
    .icons-row .icons-row__text {
        font-size: 13.5px;
    }

    .icons-row__slider.grid--mobile  .icons-row__text {
      display: none;
    }

    .icons-row__slider.grid--mobile:after {
      display: none;
    }
    .icons-row__slider.grid--mobile .icons-row__item {
      margin-right: 0px;
    }
  
    .icons-row  .grid--mobile {
      padding: 0px;
    }
    .icons-row .icons-row__icon {
        margin-bottom: 17px;
        width: 30px;
    }
    .icons-row .icons-row__text p {
        margin-top: 8px;
    }
    .icons-row .icons-row__slider.grid--mobile {
        row-gap: 30px;
    }
  
    .icons-row__item.grid__item {
        min-width: 0;
        width: calc(25% - var(--grid-gutter) / 2) !important;
    }
  
    .icons-row__slider.grid--mobile .icons-row__item.grid__item:nth-child(n+3) {
      margin-top: 0px;
    }
}
/* //////// End icons row //////// */

/* Press */
.press-section .press__logos-slide {
    padding-top: 20px;
    padding-bottom: 20px;
}

.press-section .press__logo,
.press-section .press__logo figure {
    overflow: visible;
}

.press-section .press__logos-slide .text-highlight__icon {
    opacity: 0;
    z-index: 9;
    transition: opacity 0.7s ease;
    top: 20%;
    width: 125%;
    background-image: none;
}

.press-section .press__logos-slide.is-selected .text-highlight__icon {
    opacity: 1;
}

.press-section .press__logos-slide .text-highlight__icon img {
    width: 100%;
    height: 150%;
}

.press-section .press__heading {
    font-family: var(--FONT-STACK-BODY);
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

/* .press-section .press__item {
    padding-top: 140px;
    padding-bottom: 50px;
} */

.press-section .press {
    margin-left: -20px;
}

.press-section .press__logo {
    width: 160px;
    height: 100px;
}

.press-section .press__logo:last-child {
    padding-left: 20px;
}

.press-section .press__logo:nth-child(6) span {
    top: -100%;
}

.press-section .press__item__content {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 28px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.5px;
    max-width: 710px;
    margin: auto;
}

.press-section .press__logos {
  margin: -30px !important;
}

.press-section .press {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .press-section .press__item {
        padding-top: 20px;
        padding-bottom: 0px;
      padding-left: 10px;
    }
    .press-section .press__heading {
        font-size: 12.6px;
        letter-spacing: 0.504px;
    }
    .press-section .press__item__content {
        font-size: 30px;
        letter-spacing: -0.4px;
    }
    .press-section .press__item__inner .wrapper--narrow {
        margin-right: -10px;
    }
}
/* //////// End press //////// */

/*  Blog posts slider */
.featured-blog-slider {
    overflow: hidden;
}

.featured-blog-slider .featured-blog-slider__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.featured-blog-slider .section__header,
.featured-blog-slider .section__heading,
.featured-blog-slider .section__heading p,
.featured-blog-slider .featured-blog__button-desktop {
    margin: 0;
}

.featured-blog-slider .section__heading,
.featured-blog-slider .section__heading p {
    text-align: left;
}

.featured-blog-slider .featured-blog__button-mobile {
    display: none;
    text-align: left;
    margin-top: 24px;
}

.featured-blog-slider .blog__post-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    color: #E9E3DB;
    background-color: #505B43;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.blog__post-title {
    font-family: var(--FONT-STACK-HEADING-THICK);
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.3px;
}

.featured-blog-slider .blog__post-image-link {
    margin-bottom: 24px;
}

.featured-blog-slider .flickity-button {
    top: 35%;
}

.featured-blog-slider .blog__post-item {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .blog__post-title {
        font-size: 24px;
        letter-spacing: -0.24px;
    }
    .featured-blog-slider .blog__post-tags {
        font-size: 10px;
        letter-spacing: 0.42px;
    }
}

@media screen and (max-width: 767px) {
    .featured-blog-slider {
        padding-top: 45px;
        padding-bottom: 45px !important;
    }
    .featured-blog-slider .featured-blog-slider__top {
        margin-bottom: 20px;
    }
    .featured-blog-slider .featured-blog__button-desktop {
        display: none;
    }
    .featured-blog-slider .featured-blog__button-mobile {
        display: block;
    }
    .featured-blog-slider .blog__post-tags {
        padding: 3px 4px;
    }
    .featured-blog-slider .carousel--mobile .blog__post-item {
        position: relative;
    }
    .blog__post-title {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .featured-blog-slider .blog__post-image-link {
        margin-bottom: 14px;
    }
    .featured-blog-slider .carousel--mobile .grid__item,
    .featured-blog-slider .carousel--mobile .carousel__item {
        width: calc(var(--item-width-mobile) * .75);
    }
}
/* //////// End blog posts slider //////// */

/* Footer text section */

.form-success {
  color: var(--black);
  border-color: var(--black);
}
.shopify-section-group-group-footer .text-section {
    background-color: #CBBEA5;
}

@media screen and (min-width: 850px) {
    .shopify-section-group-group-footer .text-section .text__button:not(:last-of-type) {
        margin-right: 40px;
    }
}

@media screen and (min-width: 768px) {
    .shopify-section-group-group-footer .text-section .text__button {
        width: 50%;
    }
    .shopify-section-group-group-footer .text-section .btn {
        width: 100%;
        font-size: 15px;
        letter-spacing: 0.6px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .shopify-section-group-group-footer .text-section .text__button .btn {
        min-width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .text__buttons-wrapper {
        flex-direction: column;
    }
    .shopify-section-group-group-footer .text-section {
        padding-top: 40px;
    }
    .shopify-section-group-group-footer .text-section .text__button:first-of-type {
        margin-right: 0;
    }
    .shopify-section-group-group-footer .text-section .text__button:last-of-type {
        margin-top: 22px;
    }
}
/* //////// End text footer section //////// */

/* Footer */
.site-footer .footer-title .footer-title__button {
    font-family: var(--FONT-STACK-BODY);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.site-footer .footer-block--newsletter .footer-title {
    font-family: var(--FONT-STACK-HEADING-THICK);
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.3px;
}

.site-footer .footer-link,
.site-footer .footer-copyright__copy,
.site-footer .footer-copyright__copy * {
    font-size: 17px;
    line-height: 120%;
}

.site-footer .footer-copyright__copy,
.site-footer .footer-copyright__copy * {
    line-height: normal;
}

.site-footer .footer-block--newsletter {
    gap: 26px;
}

.site-footer .footer-block--newsletter input,
.site-footer .footer-block--newsletter input::placeholder {
    font-size: 17px;
    line-height: 120%;
}

.site-footer .footer-block--newsletter input::placeholder {
    color: #2F343399;
}

.site-footer .sub-footer-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .sub-footer-text.wrapper--full-padded:after {
    display: none;
}

.site-footer .sub-footer-text * {
    font-family: var(--FONT-STACK-ACCENT);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.site-footer .social-sharing-icon {
    margin-right: 20px;
}

.site-footer .social-sharing-icon .icon {
    width: 20px;
    height: 20px;
}

.site-footer .input-group {
    max-width: 550px;
    --input-height: 62px;
}

.site-footer .input-group__fields,
.site-footer .input-group__item {
    max-width: 100%;
}

.site-footer .icon-select-custom-mobile {
    display: none;
}

.site-footer .footer-link-social-copyright {
    margin-top: 22px;
}

.site-footer .social-sharing-wrapper {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .site-footer .footer-block--menu {
        margin-top: 5px;
    }
    .site-footer .input-group--inline .input-group__btn--icon {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .footer-block--newsletter .footer-title {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    .site-footer .footer-block--newsletter input,
    .site-footer .footer-block--newsletter input::placeholder {
        font-size: 15px;
    }
    .site-footer .footer-title .footer-title__button {
        font-size: 12.6px;
        letter-spacing: 0.504px;
    }
    .site-footer .footer-link,
    .site-footer .footer-copyright__copy,
    .site-footer .footer-copyright__copy * {
        font-size: 15px;
    }
    .site-footer .sub-footer-text * {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .site-footer .input-group {
        --input-height: 42px;
    }
    .site-footer .icon-select-custom-desktop {
        display: none;
    }
    .site-footer .icon-select-custom-mobile {
        display: block;
    }
    .site-footer .footer-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
    .site-footer .footer-block--newsletter {
        gap: 14px;
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }
    .site-footer .footer-block--menu .footer-title {
        margin-bottom: 12px;
    }
    .site-footer .footer-link-social-copyright {
        margin-top: 14px;
    }
}

#SiteFooter {
  padding-bottom: 20px;
}
/* //////// End footer //////// */


/* Yotpo Reviews */
body .star-container svg {
  margin-left: 1px !important;
}

.yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-star {
  width: 12px !important;
  height: 12px !important;
}

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 14px !important;
}

.yotpo.bottomLine .text-m {
  margin-left: 8px !important;
  font-family: "Apercu Pro Regular";
  font-size: 12px;
  text-transform: none;
}

.yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-half-star {
    width: 12px !important;
    height: 12px !important
}


.yotpo-default-button.yotpo-icon-btn.write-question-review-button.write-button.write-question-button,
.yotpo-default-button.yotpo-icon-btn.write-question-review-button.write-button.write-review-button {
  background: #85887F !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #85887F !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.yotpo-default-button.yotpo-icon-btn.write-question-review-button.write-button.write-question-button span,
.yotpo-default-button.yotpo-icon-btn.write-question-review-button.write-button.write-review-button span {
  color: #ffffff !important;
}

.yotpo-icon-profile.yotpo-header-element.pull-left {
    display: none !important;
}

.yotpo .yotpo-review .yotpo-main,
.yotpo .yotpo-review .yotpo-footer {
    margin-left: 0 !important;
}

.yotpo-bottom-line-scroll-panel {
  cursor: pointer;
  cursor: hand;
}

/* .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title {
} */


.yotpo-review-votes-wrapper {
  display: none !important;
}

.yotpo-read-more {
  font-family: var(--FONT-STACK-ACCENT);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px !important;
  padding-left: 5px;
  text-decoration: underline;
  opacity: .7;
}

.yotpo-read-more:hover {
  opacity: 1;
  text-decoration: none;
}

.template-product .yotpo-media-modal {
    z-index: 9999999 !important;
}
/* //////// End Yotpo Reviews //////// */



/* Video with text */
.FeatureRow-Video {
    padding: 0;
    margin: 0 0 75px;
}

.FeatureRow-Video .column,
.FeatureRow-Video .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.FeatureRow-Video .FeatureRow-textContainer {
    flex: 0 0 60%;
}

.FeatureRow-Video .FeatureRow-videoContainer {
    flex: 0 0 40%;
    padding: 0;
    position: relative;
}

.FeatureRow-Video .FeatureRow-videoContainer video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.FeatureRow-Video .FeatureRow-videoContainer .image-with-text__image-bg {
    border-radius: 0;
} 


.FeatureRow-Video.has-imageOnLeft .FeatureRow-imageContainer {
    left: -65%;
}

.FeatureRow-textContainer {
    padding: 45px var(--gutter);
    max-width: calc(700px + calc(var(--gutter) * 2));
    margin: auto;
}

.FeatureRow-textContainer .FeatureRow__heading {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.55px;
    font-weight: 300;
}

.FeatureRow-textContainer .FeatureRow__subheading {
    max-width: 650px;
    margin-bottom: 30px;
}

.FeatureRow-textContainer .FeatureRow__subheading * {
    font-family: var(--FONT-STACK-HEADING-THICK);
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.26px;
    margin-bottom: 0;
}

.FeatureRow-textContainer .FeatureRow__subheading em {
    font-family: var(--FONT-STACK-HEADING-THICK-ITALIC);
}

/* .FeatureRow-textContainer * {
    margin: 0px 0px 15px 0px;
} */

.FeatureRow-textContainer .FeatureRow__text * {
    font-family: var(--FONT-STACK-BODY);
    font-size: 17px;
    /* font-weight: 400; */
    line-height: 120%;
    letter-spacing: normal;
}

.FeatureRow-textContainer .FeatureRow__good-for-text {
    margin-top: 38px;
}

.FeatureRow-textContainer .FeatureRow__good-for-text * {
    font-family: var(--FONT-STACK-ACCENT);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin: 0;
}

.FeatureRow-textContainer .FeatureRow__good-for-text p {
    margin-bottom: 17px;
}

.FeatureRow-textContainer ul {
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 650px;
}

.FeatureRow-textContainer ul li:not(.FeatureRow__good-for-text ul li) {
  list-style: disc;
  margin-left: 30px;
}

.FeatureRow-textContainer .FeatureRow__good-for-text ul li {
    color: #E9E3DB;
    font-family: var(--FONT-STACK-BODY);
    background-color: #505B43;
    border-radius: 100px;
    padding: 3px 15px 5px;
    margin-bottom: 0;
}

@media screen and (max-width: 950px) {
    .FeatureRow-textContainer {
        padding: 45px var(--gutter-mobile) 37px;
    }
}

@media screen and (max-width: 767px) {
    .FeatureRow-Video {
        margin-bottom: 50px;
    }
    .FeatureRow-Video .FeatureRow-textContainer {
        flex: 0 0 100%;
        text-align: left;
    }
    .FeatureRow-Video .FeatureRow-videoContainer {
        flex: 0 0 100%;
        padding: 0;
        min-height: 500px;
        position: relative;
    }
    .FeatureRow-Video .FeatureRow-textContainer,
    .FeatureRow-Video .FeatureRow-videoContainer {
        width: 100%;
    }
    .FeatureRow-textContainer .FeatureRow__heading {
        font-size: 30px;
        letter-spacing: -0.40px;
    }
    .FeatureRow-textContainer .FeatureRow__subheading {
        margin-bottom: 20px;
    }
    .FeatureRow-textContainer .FeatureRow__subheading * {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .FeatureRow-textContainer .FeatureRow__text * {
        font-size: 15px;
    }
    .FeatureRow-textContainer .FeatureRow__good-for-text {
        margin-top: 24px;
    }
    .FeatureRow-textContainer .FeatureRow__good-for-text * {
        font-size: 13px;
        letter-spacing: 0.532px;
    }
}

@media screen and (max-width: 405px) {
    .FeatureRow-textContainer .FeatureRow__heading {
        font-size: 36px;
        letter-spacing: -0.36px;
    }
    .FeatureRow-textContainer ul {
        gap: 10px;
    }
}

/* @media screen and (min-width: 1655px) {
    .FeatureRow-textContainer {
        padding-left: 0;
    }
} */
/* //////// End video with text //////// */

/* Text section */
.text .text__heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.55px;
}

.text-baby .text__heading {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-top: 1px solid #2f3433;
    border-bottom: 1px solid #2F3433;
}

.text .text__subheading {
    text-transform: uppercase;
}

.text-baby .text__heading:last-of-type {
    border-top: none;
}

.text-cool-citrus-breeze .text__split-left {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 18px;
}

.text-collection-centered .text__split div {
    display: flex;
}

.text-collection-centered .text__split div p {
    margin-top: auto;
    margin-bottom: auto;
}

.text-section-light-background {
    background-color: #fcfaf5;
    margin-bottom: 0;
}

.text-faq .text__heading {
    margin-bottom: 30px;
    font-size: 32px;
}

.text-faq .text__content h3 {
    font-family: var(--FONT-STACK-BODY);
}

@media screen and (max-width: 767px) {
    .text .text__heading {
        font-size: 30px;
        letter-spacing: -0.3px;
    }
}
/* //////// End text section //////// */

/* Text section - deodorant collection template */
.text-section__deodorant-header * {
    text-align: left;
}

.text-section__deodorant-header .text__split {
    grid-template-columns: minmax(0, 36%) minmax(0, 1fr);
    grid-gap: 4.1666666667vw;
}

.text-section__deodorant-header .text__split-left p,
.image-with-text_palo-santo .subheading-text {
    max-width: fit-content;
}

.text-section__deodorant-header p:not(.text__heading) {
    font-size: 15px;
}

.text-section__deodorant-header .text__split-left p::after,
.image-with-text_palo-santo .subheading-text::after {
    background-size: 100%;
    display: block;
    width: 100%;
    content: "";
    height: 0.2777777778vw;
    margin: auto;
    margin-top: 0.3472222222vw;
    text-align: center;
    background-position: bottom center;
    background-size: cover;
    background-image: url(https://primallypure.com/cdn/shop/t/633/assets/pencil-black.svg?v=19140874056848283351712147695);
}

.text-section__deodorant-header .text__split-left p {
    margin-bottom: 10px;
    font-family: var(--FONT-STACK-ACCENT);
    letter-spacing: 0.64px;
}

.text-section__deodorant-header h1 {
    letter-spacing: calc(var(--heading-size) / 100 * -1);
}

@media screen and (min-width: 1381px) {
    .text-section__deodorant-header {
        background-image: url('/cdn/shop/files/Deodorant-Banners.jpg?v=1758805822');
        /*background-image: url(/cdn/shop/files/deo_header_2024.jpg?v=1729265615);*/

        min-height: 27.7777777778vw;
        max-height: 550px;
        background-position: center -50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
    .text-section__deodorant-header {
        background-image: url('/cdn/shop/files/Deodorant-Banners.jpg?v=1758805822');
        /*background-image: url(/cdn/shop/files/deo_header_2024.jpg?v=1729265615);*/

        min-height: 27.7777777778vw;
        max-height: 550px;
        background-position: center 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 1200px) {
    .text-section__deodorant-header {
        padding-top: 60px;
    }
    .text-section__deodorant-header h1 {
        font-size: 44px;
        letter-spacing: -0.44px;
    }
    .text-section__deodorant-header p:not(.text__heading) {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .text-section__deodorant-header {
        background-color: #FCFAF5;
    }
    .text-section__deodorant-header .text__split {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "text-left" "text-right";
        grid-gap: 2.6666666667vw;
    }
    .text-section__deodorant-header .text__split-left p:after,
    .image-with-text_palo-santo .subheading-text::after {
        height: 1.0666666667vw;
        margin-top: 1.3333333333vw;
    }
}
/* //////// End text section - deodorant collection template //////// */

/* Ingredients showcase section */
.Offcanvas--ingredients {
    display: none;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    top: 50%;
    left: 50%;
    width: calc(100vw - max(1.5rem, 2.7777777778vw));
    height: calc(100vh - max(12.5rem, 13.8888888889vw));
    padding: max(2.5rem, 3.4722222222vw) max(0.75rem, 1.3888888889vw) max(0.625rem, 0.8333333333vw);
    border-radius: 7px;
    background: #fdfaf6;
    pointer-events: none;
    max-height: max(35rem, 38.8888888889vw);
}

.Offcanvas--ingredients.is-expanded {
    display: flex;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
    position: fixed;
    overflow-y: auto;
}

.Offcanvas--ingredients .IngredientsShowcase-products:not(.template-product .Offcanvas--ingredients .IngredientsShowcase-products) {
    overflow-y: auto;
}

.Offcanvas--ingredients .IngredientsShowcase-product h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.Offcanvas--ingredients .IngredientsShowcase-product p {
    margin-top: 0;
}

.Offcanvas-bgDimmer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 58, 0.2);
}

.Offcanvas-bgDimmer.is-expanded {
    display: block;
}

.IngredientsShowcase {
  margin-bottom: 60px;
}
.IngredientsShowcase-close {
    position: absolute;
    top: 0;
    right: 0;
    width: max(2.5rem, 2.7777777778vw);
    height: max(2.5rem, 2.7777777778vw);
    cursor: pointer;
}

.IngredientsShowcase-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.IngredientsShowcase-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.55px;
    margin-bottom: 16px;
}

.IngredientsShowcase-header .btn {
    min-width: 185px;
}

.IngredientsShowcase .btn--mobile {
    display: none;
    margin-top: 30px;
}

.IngredientsShowcase-ingredient {
    text-align: center;
  position: relative;
}

.IngredientCard-title {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.64px;
  text-decoration: none;
  text-transform: none;
}

.IngredientCard-title span,
.IngredientCard-cta {
    font-family: var(--FONT-STACK-ACCENT);
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.64px;
  text-decoration: underline;
  display: inline;
  text-transform: uppercase;
}

.IngredientCard-details {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.IngredientCard-description * {
    font-family: var(--FONT-STACK-BODY);
    font-size: 14px;
    line-height: 140%; 
}

.IngredientCard {
    border-radius: var(--radius);
}
.IngredientCard-image {
  background-size: cover; 
  width: 100%; 
  height: 300px; 
  position: relative;
  border-radius: var(--radius);
}

.IngredientCard-image img {
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
    border-radius: var(--radius);
}

.IngredientCard-image .overlay {
  width: 100%;
  height: 300px;
  position: absolute;
  background: #000;
  opacity: .5;
  z-index: 4;
  border-radius: var(--radius);
}

.IngredientCard-image h3 {
  position: absolute;
  color: #FFF;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 5;
  margin: 0;  
  padding: 0px 20px 20px 20px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 768px) {
  .IngredientCard-image h3 {
    font-size: 28px;
  }
}

.IngredientCard-image h3 span {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
    .IngredientsShowcase__ingredients.carousel--mobile {
        margin: 0 calc(var(--gutter-mobile)* -1);
      margin-bottom: 30px;
    }
    .IngredientsShowcase-slide {
        display: block;
        float: none;
        flex: 0 0 auto;
        scroll-snap-align: start;
        margin-right: var(--grid-gutter);
        padding-bottom: 0;
        width: calc(calc(100vw - 15px - 20px* 5) - 20px);
    }
    .IngredientsShowcase-title {
        font-size: 30px;
        letter-spacing: -0.3px;
    }
    .IngredientCard-title {
        font-size: 12.6px;
        letter-spacing: 0.504px;
        margin-top: 21px;
        margin-bottom: 0;
    }
    .IngredientCard-description * {
        font-size: 14px;
    }
    .IngredientsShowcase-header {
        margin-bottom: 21px;
    }
    .IngredientsShowcase .btn--desktop {
        display: none;
    }
    .IngredientsShowcase .btn--mobile {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .IngredientsShowcase__ingredients.grid {
        grid-template-columns: var(--grid);
        gap: 5%;
    }
}
/* //////// End ingredients showcase section //////// */




/* Bundle summary section */
.bundle-products-summary .section-columns {
    background-color: #FCFAF5;
}

.bundle-overview .section-columns {
    background-color: #fff;
}

.bundle-products-summary .column-item {
    border-radius: var(--radius);
    background-color: #E9E3DB;
    min-height: 100%;
    text-align: left;
}

.bundle-products-summary .column-item__image-wrapper {
    margin-bottom: 0;
}

.bundle-products-summary .column-item__content {
    padding: 15px 10px;
}

.bundle-products-summary .column-item__heading-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.bundle-products-summary .column-item__heading {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: auto;
}

.bundle-products-summary .column-item__price {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: auto;
}

.bundle-products-summary .column-item__selector {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.bundle-products-summary .column-item__tab {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: border-color .5s ease;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.bundle-overview .column-item__tab {
    font-weight: 400;
}

.bundle-products-summary .column-item__tab.tab-active {
    border-bottom: 1px solid #2F3433;
}

.column-item__body {
    display: none;
}

.column-item__body.tab-active {
    display: block;
    animation: fade .5s;
}

.bundle-products-summary .column-item__body ul {
  margin: 10px 0px 0px 30px;
  list-style: disc;
}

.bundle-products-summary .column-item__body ul li {
    margin-bottom: 0;
}

.bundle-products-summary .column-item__body ul li a {
    text-decoration: underline;
    text-decoration: underline;
}

/* .bundle-overview .column-item__image img {
    object-position: bottom;
} */

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    } 
}

@media screen and (min-width: 1200px) {
    .bundle-products-summary .column-item__heading {
        font-size: 28px;
        letter-spacing: -0.28px;
    }
    .bundle-products-summary .column-item__price {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bundle-products-summary .one-third {
        width: calc((var(--wrapper-width) - var(--grid-gutter)* 2) / 3);
    }
}
/* //////// End bundle summary section /////// */


/* Switch image */
.switch-image .switch-image__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.switch-image h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
}

.switch-image .section-image__image-mobile {
    display: none;
    margin-left: 0;
    margin-right: 0;
}

.switch-image .section-image__container img {
    width: 100%;
    object-fit: contain;
    border-radius: 0;
}

.switch-image .hide-image {
    display: none;
}

.switch-image .btn--switch {
    display: flex;
    justify-content: space-evenly;
    min-width: 250px !important;
}

.switch-image .btn--switch span {
    display: block;
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
    .switch-image .section-image__image-desktop {
        display: none;
    }
    .switch-image .section-image__image-mobile {
        display: block;
    }
    .switch-image .btn--switch {
        width: auto !important;
    }
    .switch-image h2 {
        font-size: 26px;
    }
}
/* //////// End switch image //////// */


/* Rewards popup */
#popupSection {
    display: none;
}

.popup-container {
    width: 690px;
    height: 239px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 7px;
    text-align: center;
    z-index: 9999;
    background-color: #505B43;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    margin-top: 20px;
}

.popup-content p {
    font-family: var(--FONT-STACK-HEADING);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -.30px;
    line-height: 110% !important;
    color: #fff;
    margin-top: 0;
}

.popup-content em {
    font-weight: 300;
}

.popup-btn-ctr {
    display: flex;
    margin-top: 30px;
}

.popup-btn-ctr a {
    width: 270px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-btn-ctr a:hover {
    cursor: pointer;
}

.popup-btn-ctr a:first-of-type {
    color: #fff;
    margin-right: 5px;
}

.popup-btn-ctr a:last-of-type {
    color: #fff;
    margin-left: 5px;
}

.popup-close-button {
    position: absolute;
    top: 30px;
    right: 17px;
    font-family: var(--FONT-STACK-BODY);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 118%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.popup-close-button:hover {
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .popup-container {
        width: 100%;
        height: 170px;
        border-radius: 0;
        display: block;
    }
    .popup-content {
        margin-left: 12px;
        margin-top: 30px;
    }
    .popup-content p {
        text-align: left;
        width: 80%;
        margin-top: 0;
    }
    .popup-btn-ctr {
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .popup-btn-ctr a {
        height: 32px;
        min-width: 0 !important;
        width: calc(50% - 9px);
    }
    .popup-btn-ctr a:first-of-type {
        margin-right: 3px;
    }
    .popup-btn-ctr a:last-of-type {
        margin-left: 3px;
    }
    .popup-close-button {
        top: 20px;
        right: 14px;
    }
}

@media screen and (max-width: 670px) {
    .popup-content {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .popup-container .btn--large:not(.btn--text):not(.btn--submit):not(.shopify-section-group-group-footer .btn) {
        /* width: 250px; */
        min-width: 0;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
/* //////// End rewards popup //////// */

/* Buttons list section */
@media only screen and (min-width: 1024px) {
    .buttons-list .wrapper--full-padded .carousel .flickity-prev-next-button {
        background: #fff;
    }
    .buttons-list .wrapper--full-padded .carousel .flickity-prev-next-button.previous {
        left: calc(var(--gutter) - 20px);
    }
    .buttons-list .wrapper--full-padded .carousel .flickity-prev-next-button.next {
        right: calc(var(--gutter) - 20px);
    }
}
/* //////// End button lists section //////// */

/* Tips how to section */
.tips-how-to-custom-section {
    padding: 28px 0 30px;
}

.tips-how-to-custom-heading * {
    font-size: 32px;
    letter-spacing: -0.55px;
    line-height: 110%;
    text-transform: capitalize;
    display: block;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .tips-how-to-custom-heading * {
        font-size: 42px;
        letter-spacing: -0.42px;
    }
}

.tips-how-to-mobile-heading h2,
.tips-how-to-mobile-heading p,
.tips-how-to-custom-mobile-heading {
    display: none;
}

.tips-how-to-custom-ctr {
    display: flex;
    align-items: stretch;
    gap: 5px;
    padding-right: 0;
}

.how-to-carousel-custom {
    width: 78%;
    margin-left: auto;
    margin-right: 0 !important;
}

.how-to-custom-slide .how-to-custom-title {
    color: #fff;
    font-family: var(--FONT-STACK-BODY);
    text-align: center;
    font-size: 18px;
    letter-spacing: .18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .tips-how-to-mobile-heading {
        padding-bottom: 8px;
    }

    .tips-how-to-mobile-heading * {
        font-size: 32px;
        letter-spacing: -0.32px;
        line-height: 110%;
        text-transform: uppercase;
        display: flex;
    }

    .tips-how-to-mobile-heading em {
        padding-left: 5px;
    }
}

.tips-popup-ctr {
    background-color: #fcfaf5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    overflow: scroll;
}

/* Place new popup here */
.serum-popup,
.deodorant-popup,
.lip_balm-popup,
.cleanser-popup,
.skincare-popup,
.tools-popup,
.dry-brush-popup {
    display: none;
}

/* Place new popup here */
.serum-popup.tips-show,
.deodorant-popup.tips-show,
.lip_balm-popup.tips-show,
.cleanser-popup.tips-show,
.skincare-popup.tips-show,
.tools-popup.tips-show,
.dry-brush-popup.tips-show {
    display: block;
}

.tips-popup-close-btn {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-left: 20.8px;
}

@media screen and (max-width: 767px) {
    .tips-popup-close-btn {
        margin-left: 1px;
    }
}

.tips-popup-close-btn:hover {
    cursor: pointer;
}

.tips-popup-close-btn span {
    font-size: 15px;
    margin-top: -2px;
    margin-left: -4.7px;
}

.tip-popup circle,
.tip-popup path:not(:last-of-type) {
    display: none;
}

.tip-popup path:last-of-type {
    stroke: #2f3433;
}

.tip-popup-content__custom {
    text-align: left;
    margin-left: 55px;
    margin-top: 36.7px;
}

@media screen and (max-width: 767px) {
    .tip-popup-content__custom {
        margin-left: 12px;
        margin-top: 2px;
    }
}

.tip-popup-content__custom h2 {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.tip-popup-content__custom p {
    font-size: 18px;
    line-height: 128%;
    letter-spacing: -0.4px;
    margin: 0 0 10px;
}

/* .tip-popup-content__custom .BlogPosts-grid p {
  min-height: 70px;
} */

.tip-popup-content__custom span {
    font-weight: 600;
}

.tip-popup-content__custom .BlogPosts-grid {
    height: 135vw;
    max-height: 431px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tip-popup-content__custom .BlogPosts-grid .swiper-slide {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.below-content-ctr {
    display: flex;
    align-items: center;
}

.below-content-ctr a {
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.32px;
    border-bottom: none;
    padding-bottom: 20px !important;
    display: inline-block;
    margin-right: 118px;
}

.below-content-ctr .Timeline-navigationTxt {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .below-content-ctr {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .tip-popup-content__custom .BlogPosts-grid {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .below-content-ctr .Timeline-navigation {
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .below-content-ctr a {
        margin-right: 0;
    }
    .below-content-ctr {
        justify-content: space-between;
        margin-right: 10px;
    }
}

.how-to-custom-card {
    border-radius: 5.682px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.how-to-custom-card:hover {
    cursor: pointer;
}

.tip-popup-content__custom .BlogPosts-item .BlogPosts-item__image__custom {
  height: auto;
  max-height: 350px;
  border-radius: 6px;
  overflow: hidden;
  flex-grow: 1;
}

/* .skincare-popup .tip-popup-content__custom .BlogPosts-item:nth-child(1) .BlogPosts-item__image__custom,
.skincare-popup .tip-popup-content__custom .BlogPosts-item:nth-child(2) .BlogPosts-item__image__custom {
    display: flex;
}
.skincare-popup .tip-popup-content__custom .BlogPosts-item:nth-child(1) .BlogPosts-item__image__custom img,
.skincare-popup .tip-popup-content__custom .BlogPosts-item:nth-child(2) .BlogPosts-item__image__custom img {
    object-position: center 80% !important;
    object-fit: cover;
} */

.tip-popup-content__custom .BlogPosts-item .BlogPosts-item__image__custom img {
    min-height: 100%;
    object-position: center 80% !important;
    object-fit: cover;
}

@media screen and (max-width: 599px) {
  .tip-popup-content__custom .BlogPosts-item .BlogPosts-item__image__custom {
    height: auto;
    max-height: 325px;
    border-radius: 6px;
    overflow: hidden;
  }
}


@media screen and (max-width: 767px) {
    .tips-how-to-custom-ctr {
        flex-direction: column;
    }

    .tips-how-to-custom-heading {
        display: none;
    }

    .tips-how-to-custom-mobile-heading {
        padding-bottom: 8px;
        display: block;
    }

    .tips-how-to-custom-mobile-heading em {
        padding-left: 5px;
    }
    
    .tips-how-to-custom-mobile-heading * {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 150% !important;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        display: flex;
        font-family: var(--FONT-STACK-BODY);
        margin-top: 0;
        margin-bottom: 0;
    }

    .how-to-carousel-custom {
        width: 100%;
    }

    .general-resources-ctr-custom {
        flex-direction: column;
        padding-left: 12px;
    }

    .general-resources-ctr-custom .swiper-wrapper {
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .tip-popup-content__custom .BlogPosts-grid {
        height: 75.5vw;
        max-height: 456px;
    }
}
/* //////// End tips how to section //////// */




/* Bundle routine upsell */
.section-bundle-routine-upsell {
    padding: 20px;
}

.bundle-routine-upsell {
    border-radius: var(--radius);
}

.bundle-routine-upsell .image-with-text__image {
    border-radius: 7px;
}

.bundle-routine-upsell .image-with-text__content {
    padding: 20px;
}

.bundle-routine-upsell .bundle-product-upsell__products {
    display: flex;
    gap: 10px;
}

.bundle-routine-upsell .bundle-product-upsell__prod {
    width: 33%;
    pointer-events: all;
    opacity: .7;
    border-bottom: 0 solid transparent;
    transition: opacity 0.5s ease, border-bottom .5s ease;;
}

.bundle-routine-upsell .bundle-product-upsell__prod.tab-active {
    opacity: 1;
    border-bottom: 1px solid #2F3433;
}

.bundle-routine-upsell .bundle-product-upsell__prod:hover {
    cursor: pointer;
}

.bundle-routine-upsell .bundle-product-upsell__prod img {
    transform: none !important;
    border-radius: var(--radius);
    aspect-ratio: 1;
    object-fit: cover;
}

.bundle-routine-upsell .bundle-product-upsell__header span {
    text-transform: uppercase;
}

.bundle-routine-upsell .bundle-product-upsell__heading p {
    margin: 0;
    font-family: var(--FONT-STACK-BODY);
}

.bundle-routine-upsell .main-buttons {
    justify-content: flex-end;
}

.bundle-routine-upsell .bundle-product-upsell__title {
    margin-bottom: 5px;
    font-weight: 600;
}

.bundle-routine-upsell .bundle-product-upsell__heading-mobile {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .section-bundle-routine-upsell {
        padding: 10px;
    }
    .bundle-routine-upsell .bundle-product-upsell__heading-desktop {
        display: none;
    }
    .bundle-routine-upsell .bundle-product-upsell__heading-mobile {
        display: block;
    }
    .bundle-routine-upsell .column-item__body p {
        margin-top: 0;
    }
}
/* //////// End bundle routine upsell //////// */

/* Video grid */
.VideosGrid {
    display: grid;
    grid-gap: 4vw;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 1400px;
    padding: var(--gutter-mobile);
    margin: 0 auto;
}

.VideosGrid-media {
    position: relative;
    padding-top: 56.25%;
}

.VideosGrid-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid transparent;
}

@media screen and (min-width: 768px) {
    .VideosGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 2vw;
        padding: 40px var(--gutter);
    }
}
/* //////// End video grid //////// */

/* Timeline section */
/* .section-columns-timeline .column-item__inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.section-columns-timeline .column-item__content {
    margin-bottom: auto;
}
#
.section-columns-timeline .column-item__image-wrapper {
    margin-top: 10px;
} */

.section-columns-timeline .column-item__counter {
    font-family: var(--FONT-STACK-ACCENT);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-columns-timeline .column-item__heading {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 10px;
}

.section-columns-timeline .column-item__image-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
}

.section-columns-timeline .column-item__inner {
    padding: 40px;
    background-color: #E9E3DB;
}

.section-columns-timeline .column-item__image {
    border-radius: 0;
}

.section-columns-timeline .flickity-button {
    top: 50% !important;
}

@media screen and (max-width: 767px) {
    .section-columns-timeline .column-item__inner {
        padding: 20px;
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
    .section-columns-timeline .column-item__content {
        margin-bottom: 10px;
    }
    .section-columns-timeline .column-item__image-wrapper {
        margin-top: auto;
    }
}
/* //////// End timeline section //////// */


/* //////// Testimonial slider //////// */


.testimonial-promo-block {
  width: 30%;
  height: 100%;
  max-width: 600px; 
  min-width: 350px;
  height: 100%;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.testimonials-slider-header {
  display: none;
}

.column-item__text {
  padding-bottom: 10px;
}

.section-testimonials-slider .column-item {
  border-radius: 10px;
}
.section-testimonials-slider .column-item__image-wrapper {
  margin-bottom: 10px;
}

.section-testimonials-slider h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--FONT-STACK-ACCENT);
}

.section-testimonials-slider p {
  font-size: 14px;
  line-height: 120%;
}

.section-testimonials-slider .backdrop--radial:before {
    display: none;
}

@media screen and (max-width: 767px) {
  .testimonials-slider-header {
    display: block;
  }
}

/* //////// End testimonial slider //////// */


/* //////// Skin Pure-scription Content //////// */
.SkinContent.milk {
  background: #FFF7F2;
}
.SkinContent.tallow {
  background: #E9E3DB;
}
.SkinContent.jade {
  background: #505B43;
}
.SkinContent.nephrite {
  background: #B59C86;
}
.SkinContent.white {
  color: #ffffff;
}
.SkinContent.white a, .SkinContent.white a:hover {
  border-color: #ffffff;
}
.SkinContent.white .SkinContent-tip {
  border-color: #ffffff;
}
.SkinContent.black {
  color: #333;
}
.SkinContent.black a, .SkinContent.black a:hover {
  border-color: #333;
}
.SkinContent.black .SkinContent-tip {
  border-color: #333;
}
.SkinContent-content {
  padding: 20px;
  max-width: 100vw;
  margin: auto;
}
.SkinContent-header {
  padding-bottom: 20px;
  text-align: center;
}
.SkinContent-block {
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 700px;
  margin: auto;
}
.SkinContent-title {
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.SkinContent-text {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.SkinContent-text:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -20px;
    border-style: solid;
    border-width: 1px;
}
.SkinContent-text p {
  font-size: 14px;
}
.SkinContent.white .SkinContent-text:before {
  border-color: #ffffff;
}
.SkinContent.black .SkinContent-text:before {
  border-color: #333;
}
.SkinContent a, .SkinContent a:hover {
  color: inherit;
}
.SkinContent-tip {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  margin: auto;
  margin-bottom: 20px;
  max-width: 700px;
}

/* //////// Skin Pure-scription Content //////// */

/* Hero - landing page section */
.HeroLP-container {
    margin-top: max(1.25rem, 1.3888888889vw);
}

.HeroLP-grid {
    background-color: #E9E3DB;
    overflow: hidden;
    border-radius: var(--radius);
}

.HeroLP-title,
.HeroLP-title * {
    font-size: max(2.5rem, 4vw);
    line-height: 100%;
    color: #2F3433;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: max(-4.0625rem, -4.5138888889vw);
    position: relative;
    z-index: 2;
}

.HeroLP-product-title,
.HeroLP-product-title * {
    color: #2F3433;
    font-size: 32px;
    line-height: 110%;
}

.HeroLP-product-title p {
    margin-top: 0;
    margin-bottom: 0;
}

.HeroLP-product-description,
.HeroLP-product-description * {
    margin: max(0.8125rem, 0.9027777778vw) 0 max(2.1875rem, 2.4305555556vw);
    font-size: 12px;
}

.HeroLP-product-description p {
    line-height: 118%;
    margin-bottom: max(1.25rem, 1.3888888889vw);
    font-size: 14px;
}

.HeroLP-product-image {
    border-radius: var(--radius);
    object-fit: cover;
    width: 100%;
}

.HeroLP-product-image.--desktop {
    display: none;
}

.HeroLP-product {
    padding: 20px 10px 25px;
}

.select--quick-add-ctr {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid #2F3433;
    height: 100%;
}

 
 
.select--quick-add-ctr svg {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.HeroLP .select--quick-add {
    width: 100%;
    padding: 6px 10px;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 14px;
    font-weight: 400;
    border: none;
}

.HeroLP .select--quick-add-ctr svg {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.HeroLP .quick-add-border {
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2F3433;
    pointer-events: none;
}

.HeroLP .btn--quick-add {
    width: 100%;
    margin-top: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
    background-color: #505B43;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.HeroLP .btn--quick-add span {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.HeroLP .btn--quick-add .bd-price * {
    word-spacing: -8px;
}

.HeroLP-closest {
    padding: 20px 0 0;
    margin-top: 0;
    border-radius: var(--radius);
    display: inline-block;
    align-items: center;
    margin-right: max(-0.625rem, -0.6944444444vw);
    text-decoration: none;
    border: none;
    max-width: 100%;
}

.HeroLP-closest-image {
    width: max(4.375rem, 4.8611111111vw);
    border-radius: var(--radius);
    display: none;
}

.HeroLP-closest-text {
    font-size: max(1rem, 1.1111111111vw);
}

.HeroLP .icon-select-custom-desktop {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 920px) {
    .HeroLP-closest-text {
        font-size: 12px;
        margin-left: 5px !important;
    }
}

@media screen and (max-width: 1024px) {
    .HeroLP-container {
        padding: 20px var(--gutter-mobile) 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .HeroLP-title,
    .HeroLP-title * {
        margin-bottom: -24px;
    }

    .HeroLP-closest {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .HeroLP-product-title,
    .HeroLP-product-title * {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) {
    .HeroLP-container {
        margin-top: 0;
        padding: 40px var(--gutter) 70px;
    }

    .HeroLP .icon-select-custom-mobile {
        display: none;
    }

    .HeroLP .icon-select-custom-desktop {
        display: block;
        margin-left: auto;
    }

    .HeroLP-grid {
        display: grid;
        grid-template-columns: 1.4fr 1fr;
    }

    .HeroLP-title {
        /* width: max(45.9375rem, 51.0416666667vw); */
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        margin-bottom: 32px;
    }

    .HeroLP-product-description {
        margin: max(1.25rem, 1.3888888889vw) 0 max(1.5625rem, 1.7361111111vw);
    }

    .HeroLP-product-image {
        height: 100%;
        width: 100%;
    }

    .HeroLP-product-image.--desktop {
        display: block;
    }

    .HeroLP-product-image.--mobile {
        display: none;
    }

    .HeroLP-product {
        padding: 60px 40px;
    }

    .HeroLP-variants {
        min-width: max(6.75rem, 7.5vw);
    }

    .HeroLP-submitButton {
        min-width: max(16.8125rem, 18.6805555556vw);
        max-width: 100%;
        flex: initial;
    }

    .HeroLP-closest {
        display: flex;
        border: 1px solid #2F3433;
        margin-top: max(1.5625rem, 1.7361111111vw);
        padding: max(0.3125rem, 0.3472222222vw) max(0.625rem, 0.6944444444vw);
    }

    .HeroLP-closest-image {
        display: block;
    }

    .HeroLP-closest-text {
        margin-left: max(1.25rem, 1.3888888889vw);
    }

    .HeroLP .HeroLP-product-image-ctr {
        height: 0;
        min-height: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .HeroLP .select--quick-add {
        padding: 12px 10px;
    }

    .HeroLP .btn--quick-add {
        margin-top: 0;
    }

    .HeroLP form {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .HeroLP bd-variants {
        width: 35%;
        min-width: 130px;
    }
}
/* //////// End hero - landing page section //////// */

/* Compare section */
.Compare {
    padding: 60px var(--gutter-mobile);
}

.Compare-content {
    padding: max(0.875rem, 2.7777777778vw) 0 max(3.25rem, 4.4444444444vw) max(0.75rem, 0.8333333333vw);
    border-radius: var(--radius);
    background: rgba(234, 228, 221, 0.5);
}

.Compare-header {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.Compare-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Compare-title,
.Compare-title * {
    max-width: max(22.8125rem, 57.6388888889vw);
    font-family: var(--FONT-STACK-HEADING);
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    color: #2F3433;
}

.Compare-title p {
    margin: 0;
}

.Compare-title em {
    font-family: var(--FONT-STACK-HEADING-ITALIC);
    font-weight: lighter;
    font-style: italic;
    margin: 0;
}

.Compare-title br {
    display: none;
}

.Compare-table {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: var(--radius);
    border: max(0.0625rem, 0.0694444444vw) solid #2F3433;
    border-right: 0;
    overflow: hidden;
}

.Compare-tableContent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
}

.Compare-tableColumn {
    flex: 1;
    border-right: max(0.0625rem, 0.0694444444vw) solid #2F3433;
}

.Compare-tableCell {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: max(4.375rem, 4.8611111111vw);
    padding-left: max(0.625rem, 0.6944444444vw);
    padding-right: max(1.5rem, 1.6666666667vw);
    font-size: 12px;
    font-weight: 800;
    line-height: max(1.125rem, 1.25vw);
    letter-spacing: .72px;
    text-transform: uppercase;
    text-align: center;
    color: #2F3433;
}

.Compare-tableCell:not(:first-child) {
    border-top: max(0.0625rem, 0.0694444444vw) solid #2F3433;
}

.Compare-tableCell:not(.Compare-tableCell--left) {
    width: max(8.375rem, 9.3055555556vw);
    padding-left: max(0.625rem, 0.6944444444vw);
    padding-right: max(0.625rem, 0.6944444444vw);
}

.Compare-tableCell--header {
    background: #EAE4DD;
}

.Compare-tableCell--main {
    background: #2F3433;
    color: #FDFAF6;
}

.Compare-tableCell--highlight {
    background: #CEBBA480;
}

.Compare-tableCell--left {
    width: max(9.125rem, 23.3333333333vw);
    justify-content: flex-start;
    text-align: left;
}

.Compare-tableCell svg {
    display: block;
    width: max(2rem, 2.2222222222vw);
    height: max(2rem, 2.2222222222vw);
}

.Compare-info {
    margin-top: 20px;
}

.Compare-text p {
    font-size: 16px;
    line-height: 120%;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .Compare-text p {
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .Compare-content {
        padding: max(0.875rem, 2.7777777778vw) max(0.75rem, 8.1944444444vw) max(3.25rem, 4.4444444444vw);
    }
    .Compare-header {
        flex-flow: row nowrap;
    }
    /* .Compare-title {
        margin-bottom: 20px;
    } */
    .Compare-title,
    .Compare-title * {
        font-size: 32px;
        letter-spacing: -0.55px;
    }
    .Compare-title br {
        display: inline;
    }
    .Compare-table {
        border-radius: var(--radius);
        border: max(0.0625rem, 0.0694444444vw) solid #2F3433;
    }
    .Compare-tableContent {
        overflow: hidden;
    }
    .Compare-tableColumn:last-child:not(.Compare-tableColumn--only) {
        border-right: 0;
    }
    .Compare-tableCell {
        font-size: 14px;
    }
    .Compare-tableCell:not(.Compare-tableCell--left) {
        width: auto;
    }
    .Compare-tableCell--left {
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .Compare {
        padding: 60px var(--gutter);
    }
}
/* //////// End compare section //////// */


/* Rotating text */
.GuashaText {
    padding: 60px var(--gutter-mobile) 60px;
}


.GuashaText-content {
    width: 100%;
    max-width: 90.6666666667vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.GuashaText-title,
.GuashaText-title * {
    font-family: var(--FONT-STACK-HEADING);
    padding-top: 0;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.22px;
    text-align: center;
    margin: auto;
}

.GuashaText-title em {
    font-family: var(--FONT-STACK-HEADING-ITALIC);
}

.GuashaText-text {
    margin: auto;
    text-align: center;
}

.GuashaText-text p {
    font-size: 15px;
    line-height: 120%;
    margin: 0;
}

.GuashaText-highlight {
    color: #B18E72;
    text-transform: uppercase;
    line-height: 150%;
    font-size: 3.5vw;
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.GuashaText .swiper-container {
    position: relative;
    overflow: hidden;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.GuashaText .swiper-container,
.GuashaText .swiper-wrapper {
    width: 100%;
}

.GuashaText .swiper-slide {
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .GuashaText .swiper-slide {
        min-height: 14.5vw;
        max-height: 14.5vw;
    }
}

@media screen and (min-width: 768px) {
    .GuashaText {
        padding: 80px 3.5vw 80px;
    }

    .GuashaText-content {
        max-width: 58.3333333333vw;
    }

    .GuashaText-content {
        gap: 2.7777777778vw;
    }

    .GuashaText-title,
    .GuashaText-title * {
        font-size: 38px;
        line-height: 110%;
        letter-spacing: -0.38px;
    }

    .GuashaText-text p {
        font-size: 17px;
    }

    .GuashaText-highlight {
        font-size: 1.5vw;
    }

    .GuashaText-highlight {
        padding-top: 40px 20px;
    }

    .GuashaText .swiper-slide {
        max-height: 5.75vw;
    }
}
/* //////// End rotating text //////// */

/* Product highlight */
.product-highlight img {
    object-fit: contain;
}

.product-highlight .image-with-text__heading {
    text-align: center;
}

.product-highlight form {
    pointer-events: all;
}

.product-highlight .btn {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
    background-color: #505B43;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.product-highlight .image-with-text__text {
    padding-top: 20px;
    padding-bottom: 30px;
}

.product-highlight .prod-title-and-price {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .product-highlight .wrapper {
        height: fit-content;
    }
    .product-highlight .image-with-text__content {
        padding-top: 0 !important;
    }
    .product-highlight .image-with-text__content-items {
        text-align: center;
    }
}
/* //////// End product highlight //////// */

/* Text section product highlight */
.product-highlight-text ol {
    list-style-type: none;
    counter-reset: list-counter;
    margin-left: 0;
    text-align: left;
}

.product-highlight-text ol li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product-highlight-text ol li:last-of-type {
    margin-bottom: 0;
}

.product-highlight-text ol li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    border-radius: 100%;
    background: #2F3433;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--FONT-STACK-HEADING);
    min-width: 25px;
    margin-top: 4px;
    margin-right: 15px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .product-highlight-text ul li {
        font-size: 15px;
    }
}
/* //////// End text section product highlight //////// */

/* Testimonial slider new */
.testimonial-slider-new .testimonial__item__inner {
    border: none;
    padding: 20px;
}

.testimonial-slider-new .section__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.testimonial-slider-new .section__header .section__heading {
    margin-bottom: 0;
}

.testimonial-slider-new .section__header .subheading-text {
    text-transform: uppercase;
}

.testimonial-slider-new .testimonial__item-media {
    aspect-ratio: .8;
}

.testimonial-slider-new .testimonial__item-media iframe,
.testimonial-slider-new .testimonial__item-media img {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--radius);
}

.testimonial-slider-new .testimonial__text {
    font-family: var(--FONT-STACK-HEADING);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.22px;
    line-height: 110%;
    margin-top: 20px;
}

.testimonial-slider-new .testimonial__item-media img {
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .testimonial-slider-new .testimonial__item {
        min-width: calc((100% - var(--gutter) * 2) / 1);
    }
    .testimonial-slider-new .testimonial__text {
        font-size: 20px;
        letter-spacing: -0.20px;
    }
}

@media screen and (min-width: 768px) {
    .testimonial-slider-new .wrapper--full-padded {
        display: flex;
        padding-left: 0;
        gap: 40px;
    }

    .testimonial-slider-new .testimonials__wrapper {
        width: 100%;
        flex-basis: 70%;
    }

    .testimonial-slider-new .section__header {
        max-width: 30%;
        margin-bottom: 0;
        z-index: 99;
        padding-left: var(--gutter-mobile);
        gap: 20px;
    }

    .testimonial-slider-new .testimonial__item {
        width: calc((100% - var(--gutter) * 2) / 1);
    }
}

@media screen and (min-width: 1024px) {
    .testimonial-slider-new .section__header {
        padding-left: var(--gutter);
    }

    .testimonial-slider-new .testimonial__item {
        width: calc((100% - var(--gutter) * 2) / 2);
    }
}

@media screen and (min-width: 1350px) {
    .testimonial-slider-new .testimonial__item {
        width: calc((100% - var(--gutter) * 2) / 3);
    }
}
/* //////// End testimonial slider new //////// */























/* Image accordions */
@media screen and (max-width: 767px) {
    .expand-mobile-images .constrain-height {
        height: var(--min-h);
        overflow: hidden;
        transition: height 0.7s ease-in-out;
    }

    .expand-mobile-images .expand-height {
        height: calc(var(--min-h) + 100px);
        overflow: hidden;
        transition: height 0.7s ease-in-out;
    }

    .expand-mobile-images .expand-height .overlay {
        top: 100%;
    }

    .expand-mobile-images .overlay {
        top: 0;
        transition: top 0.7s ease-in-out;
    }

    .expand-mobile-images .slide__text__wrapper {
        position: absolute;
        bottom: 50%;
        width: 100%;
        transform: translateY(50%);
        transition: bottom 0.7s ease-in-out, padding-top 0.7s ease-in-out, background 0.7s ease-in-out;
    }

    .expand-mobile-images .expand-height .slide__text__wrapper {
        padding-top: 15px !important;
        background: #2f343375;
        width: 100%;
        bottom: 0;
        transform: none;
    }

    .expand-mobile-images .image-accordion__text__content {
        display: none;
        opacity: 0;
    }

    .expand-mobile-images .expand-height .image-accordion__text__content {
        display: block;
        opacity: 1;
        transition: opacity 0.7s ease-in-out;
    }
}
/* //////// End image accordions //////// */

/* Subscription collection template */
.bd-subscription-card .title,
.bd-product-card .title,
.bd-article-card .article-title {
    /* font-size: var(--h3);
    font-family: var(--header-style); */
    font-size: 22px !important;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.26px;
    font-family: var(--FONT-STACK-HEADING-THICK) !important;
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
    .bd-subscription-card .title,
    .bd-product-card .title,
    .bd-article-card .article-title {
        font-size: 18.5px !important;
        letter-spacing: -.185px;
    }
}
/* //////// End subscription collection template //////// */




/* /////// Cart overrides /////// 

.js-drawer-open-cart .cart-drawer {
  visibility: hidden !important;
}

*/

/* /////// Tapcart ///////////// */

.tapcart-back {
  display: none;
}

.tapcart-webbridge .announcement-bar-static {
  display: none !important;
  visibility: none !important;
  pointer-events: none !important;
}

.tapcart-webbridge .tapcart-back {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
  padding-bottom: 20px;
  background: #FFF;
  z-index: 99999;
}

.tapcart-webbridge .tapcart-back svg {
  width: 10px !important;
  padding-top: 10px;
}

.tapcart-webbridge .search-popdown {
  display: none;
}

.supports-touch .flickity-prev-next-button:not(:disabled), .flickity-enabled:hover>.flickity-prev-next-button:not(:disabled), section:hover .flickity-enabled>.flickity-prev-next-button:not(:disabled) {
  background: #FFF;
}

.app-group {
  width: 100%; 
  max-width: 370px; 
  margin-top: 30px; 
}

@media and (max-width: 769px) {
  
  .app-group {
    margin-left: auto; 
    margin-right: auto;
 }
}

@media screen and (max-width: 768px) {
  .app-mobile {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -30px;
  }

  .app-desktop {
  display: none !important;
}
}


@media screen and (min-width: 769px) {
  .app-desktop {
    display: flex;
  }
    .app-mobile {
    display: none !important;
  }
}


.announcement__block a:after,
.announcement__block a:before {
  border: 0 !important;
  height: 0;
  background: transparent !important;
}

.abra-popup--bottom-center {
  display: none !important;
}




.nvd-std-widget-title {
  font-family: var(--FONT-STACK-BODY) !important;
  font-size: 14px !important;
  letter-spacing: 0px !important;
}

.buttons-list .list-collections__item__outer.active .list-collections__item__image-bg:before {
  background: #e9e3db;
  border-radius: 5px;
}

.template-index .rebuy-product-actions .rebuy-button {
  margin-top: 5px !important;
  border: 0 !important;
}

#rebuy-widget-98792 .rebuy-button {
    height: 40px !important;
    padding: 5px 0px !important;
}


/* //////// Mobile quick menu //////// */

.mobile-quick-menu {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .mobile-quick-menu {
    border-bottom: 1px solid #e2e2e2;
    /* display: block !important; */
    width: 100%;
    position: absolute;
    left: 0;
    background: #FFF;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    list-style: none;
    gap: 30px;
    padding-bottom: 10px;
    margin: -5px 0 0;
  }

  .mobile-quick-menu li {
    /* padding: 0px 20px; */
    align-self: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
  }
}

/* //////// End mobile quick menu //////// */



.search-popdown__close {
  display: none;
}

#sca-gift-thumbnail {
  display: none !important;
}


.collection__products h1 {
  display: none;
}

[aria-controls="CollectionFilter--ycrf-2"],
[aria-controls="CollectionFilter--ycrf-1"] {
  display: none;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-swiper .swiper-wrapper .yotpo-swiper-item:nth-child(2) .yotpo-vip-tier-container {
    background: #D6C2C2 !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-swiper .swiper-wrapper .yotpo-swiper-item:nth-child(3) .yotpo-vip-tier-container {
    background: #E1D8CF !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-swiper .swiper-wrapper .yotpo-swiper-item:nth-child(4) .yotpo-vip-tier-container {
    background: #454948 !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-swiper .swiper-wrapper .yotpo-swiper-item:nth-child(4) .yotpo-vip-tier-container .yotpo-vip-tier-header *,
.yotpo-vip-tiers-widget .yotpo-vip-tiers-swiper .swiper-wrapper .yotpo-swiper-item:nth-child(4) .yotpo-vip-tier-container .yotpo-vip-tier-benefits-list * {
    color: #fff !important;
    fill: #fff !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tier-container .yotpo-vip-current-status-text {
 color: #222 !important; 
}

.yotpo-vip-tiers-widget .yotpo-vip-tier-header {
    background: transparent !important;
}

.yotpo-widget-referral-widget .yotpo-referral-widget-form .yopto-widget-button-text {
    font-size: 12px !important;
}

.template-article h4 {
  font-size: 24px;
}


/* Subscription card variants fix */
.bd-subscription-card .options-container {
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .bd-subscription-card .select--quick-add[name="selling_plan"] {
        font-size: 12px;
    }   
}
/* //////// End subscription card variants fix //////// */





/* Image with testimonials */
.image-with-text.image-with-testimonials .image-with-text__items,
.image-with-text.image-with-testimonials .image-with-text__content {
    pointer-events: all;
}

.image-with-text.image-with-testimonials .image-with-text__content-items {
    max-width: 560px;
    margin: auto;
}

.image-with-text.image-with-testimonials .image-with-text__heading {
    /* color: #000; */
    font-size: 36px;
    line-height: normal;
    margin-bottom: 36px;
}

.image-with-text.image-with-testimonials .image-with-text__star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 18px;
}

.image-with-text.image-with-testimonials .image-with-text__text {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
}

.image-with-text.image-with-testimonials .image-with-text__text * {
    /* color: #1E1E1E; */
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.image-with-text.image-with-testimonials .image-with-text__text-fine-print {
    margin-bottom: 25px;
}

.image-with-text.image-with-testimonials .image-with-text__text-fine-print * {
    /* color: #1E1E1E; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.image-with-text.image-with-testimonials .image-with-text__product {
    background-color: #fff;
    border-radius: 5px;
    line-height: 0;
}

.image-with-text.image-with-testimonials .product-image--ctr {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 14px 24px;
}

.image-with-text.image-with-testimonials .product-image--ctr p {
    margin: 0;
    text-align: left;
}

.image-with-text.image-with-testimonials .featured-product-image {
    width: 84px;
    min-width: 84px;
}

.image-with-text.image-with-testimonials .featured-product-image img {
    width: 100%;
    height: 100%;
}

.image-with-text.image-with-testimonials .featured-product-heading,
.image-with-text.image-with-testimonials .featured-product-price * {
    font-family: var(--FONT-STACK-SUBHEADING);
    /* color: #1E1E1E; */
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.image-with-text.image-with-testimonials p.featured-product-heading {
    margin-bottom: 7px;
}

.image-with-text.image-with-testimonials .featured-product-title {
    /* color:#1E1E1E; */
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .image-with-text.image-with-testimonials .image-with-text__content {
        padding: 35px var(--gutter-mobile) 45px;
    }
    .image-with-text.image-with-testimonials .image-with-text__content-items {
        padding-top: 0;
    }
    .image-with-text.image-with-testimonials .product-image--ctr {
        gap: 20px;
        padding-left: 17px;
        padding-right: 17px;
    }
    .image-with-text.image-with-testimonials .image-with-text__heading {
        font-size: 28px;
        line-height: 32px;
    }
    .image-with-text.image-with-testimonials .image-with-text__text-fine-print {
        margin-bottom: 40px;
    }
}
/* //////// End image with testimonials //////// */



.shop-all-btn {
    width: calc(100% - 60px);
    margin: 40px 30px 20px 30px;
    font-family: var(--FONT-STACK-BUTTON);
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.shop-all-btn a {
    padding: 10px;
    display: block;
    background: #CEBEA2;
    color: #1E1E1E;
}

.shop-all-btn a:hover {
    background: #1E1E1E;
    color: #fff;
}

/* Recommended regimen */
.section-rec-regimen .section__header {
    margin-bottom: 20px;
}

.section-rec-regimen .section__heading {
    text-align: left;
    font-size: 42px;
    font-weight: 300;
    line-height: 115% !important;
}

.section-rec-regimen .regimen-heading p {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.section-rec-regimen .rec-regimen-ctr {
    padding: 25px 40px 40px;
    border: 1px dashed #CEBEA2;
}

.section-rec-regimen .regimen__product {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.section-rec-regimen .regimen__product:last-of-type {
    margin-bottom: 0;
}

.section-rec-regimen .regimen__product--image {
    aspect-ratio: 34 / 45;
    /* flex: 0 0 170px; */
    max-height: fit-content;
    display: flex;
    width: 170px;
    min-width: 150px;
    position: relative;
}
.section-rec-regimen .regimen__product--image a {
    position: relative;
    width: 100%;
}

.section-rec-regimen .regimen__product--image img {
    border-radius: 5px;
    object-fit: cover;
}

.section-rec-regimen .regimen__product--image-badge {
   text-align: center;
    margin-bottom: 10px;
    background-color: #CEBEA2;
    border-radius: 24px;
    display: none;
    pointer-events: none;
    align-content: center;
    align-items: center;
    justify-content: center;    
    max-width: 120px;
}

@media screen and (max-width: 768px) {
    .section-rec-regimen .regimen__product--image-badge {
        max-width: 100%;
    }
}

.section-rec-regimen .regimen__product--image-badge--1.active {
    display: block;
}

.section-rec-regimen .regimen__product--image-badge--2.active {
    display: block;
}

.section-rec-regimen .regimen__product--image-badge--3.active {
    display: block;
}

.section-rec-regimen .regimen__product--image-badge span {
    font-family: var(--FONT-STACK-BODY);
    font-size: 11px;
    font-weight: 700;
}

.section-rec-regimen .regimen-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 14px;
    gap: 5px;
}

.section-rec-regimen .regimin__product--info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
}

.section-rec-regimen .reg-prod-title {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
}

.section-rec-regimen .bd-price *,
.section-rec-regimen .starting-at-price *,
.section-rec-regimen .regimin__title-price span {
    font-size: 12px;
    font-weight: 500;
}

.section-rec-regimen .regimin__title-price a {
    display: block;
}

.section-rec-regimen .regimin__product--info .btn {
    max-width: 224px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6px;
    border: 1px solid #1E1E1E;
    background-color: #505B44;
    margin-top: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.section-rec-regimen .regimen__info-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-top: 5px;
}

.section-rec-regimen .regimen__info-block ul {
    margin-bottom: 0;
}

.section-rec-regimen .regimen__info-block ul li {
    font-size: 14px;
    line-height: 128%;
    margin: 0;
}

.results-landing-page .left-column .featured-collection h2 span {
  font-family: var(--FONT-STACK-BODY);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media only screen and (min-width: 769px) {
    .results-landing-page .left-column .collection-items--3 .product-grid-item:last-child {
        display: none !important;
    }
}

@media screen and (max-width: 1149px) {
    .section-rec-regimen .rec-regimen-ctr {
        padding: 25px 25px 40px;
    }
}

@media screen and (max-width: 767px) {

    .section-rec-regimen .regimen__product {
        display: flex;
    }

    .section-rec-regimen .section__heading {
        font-size: 32px;
    }
    .section-rec-regimen .regimen__product {
        gap: 15px;
    }
    .section-rec-regimen .regimen__product--image {
        min-width: 80px;
        width: 80px;
        margin-bottom: 10px;
    }

    .reg-prod-title {
        font-size: 18px !important;
    }

    .section-rec-regimen .regimin__product--info .btn {
        font-size: 12px;
    }
}

.skin-hero ul {
    list-style: none !important;
    display: flex;
    gap: 20px;
    margin-left: 0px;
    margin-top: 20px;
}

.skin-hero .list {
    display: flex;
    gap: 20px;
}

.skin-hero ul li:before {
    display: none;
}

.skin-hero ul li {
    list-style: none;
    margin: 0px;
    padding: 5px;
    background: #FFF;
    border-radius: 20px;
    width: auto;
    border: 1px solid #CABFA4;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.skin-hero ul li a {
    text-decoration: none !important;
}


/* //////// End recommended regimen //////// */





.pc--opt-out-form-message svg,
.pc--opt-out-form-field_wrapper label  {
    display: none;
}

.pc--opt-out-email_input,
.pc--opt-out-form-button {
    width: 100%;
}

.pc--opt-out-form-button .icon {
    stroke: inherit;
}

.pc--opt-out-form-field_wrapper .field {
    display: flex;
    align-items: center;
}

#us_page label {
    width: 100%;
    display: block;
}

#us_page input {
    padding: 8px 20px;
}

#privacy-policy .shopify-policy__title h1 {
    margin-top: 40px;
    font-size: 42px;
    text-transform: capitalize;
}

#ca-privacy-notice h3,
#ca-privacy-notice h4 {
    font-size: 32px !important;
}

#cookie-preferences { 
    cursor: pointer;
    cursor: hand;
}

#FooterMenu--explore-primally-pure #cookie-preferences {
  display: none;
}


.accordions-section .accordion__item__title__text--h3 {
    font-family: var(--FONT-STACK-BODY);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}


    .rapi-button {
        display: none !important;
    }
    
    .template-article .rapi-button {
        display: block !important;
    }

    .template-article .rapi-container img,
    .template-article .rte img {
        width: 100% !important;
    }

#easy-table-of-content {
    box-sizing: border-box;
    position: relative;
    padding: 20px 30px;
    margin: 50px auto;
    max-width: 100% !important;
    list-style: none;
    border: 0px !important;
    border-radius: 5px !important;
    background: #E9E3DB !important;
    opacity: 1;
    width: 100% !important;
}

.table-of-content-active,
#easy-table-of-content .table-of-content-active > a,

#easy-table-of-content  a:hover {
    color: #363b3a !important;
}

#easy-table-of-content li {
    border-bottom: 1px dashed rgb(131, 134, 133) !important;
}

#easy-table-of-content .title {
    font-family: var(--FONT-STACK-BODY) !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

@media screen and (min-width: 1024px) {
    .blog-flex-wrapper {
        display: flex;
        gap: 80px;
        align-content: flex-start;
    }

    .blog-main-content {
        flex: 60% 0 0;
    }

    .blog-sidebar {
        margin-top: 45px;
    }

    .blog-sidebar .ArtProducts-grid {
        display: block;
    }

    .blog-sidebar h3 {
        font-family: var(--FONT-STACK-BODY) !important;
        font-weight: bold !important;
        font-size: 18px !important;
        padding-bottom: 20px;
    }

    .blog-sidebar .ArtProducts-grid {
        margin-left: 0px !important;
    }
    
    .blog-sidebar .ArtProducts-grid .ArtProducts-block {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .blog-sidebar .ArtProducts-grid a {
        padding: 0px;
    }

    .blog-sidebar .ArtProducts-grid .ArtProducts-image {
        flex: 25% 0 0;
    }

    .blog-sidebar .ArtProducts-grid .ArtProducts-meta {
        flex: 75% 0 0;
    }

    .blog-sidebar .ArtProducts-grid  img, .blog-sidebar .ArtProducts-grid img, .blog-sidebar .ArtProducts-grid .img-object-cover {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 80% !important;
        min-height: 80% !important;
    }

    .blog-sidebar .ArtProducts-grid .ArtProducts-meta .ArtProducts-title {
        font-size: 20px;
    }

    .blog-sidebar .ArtProducts-grid .ArtProducts-meta .ArtProducts-price {
        font-size: 14px;
    }
}

.widget-type-cart .flickity-prev-next-button {
    top: 80px !important;
}

#_pxPixel4,
#shopify-block-AS0lNMVZlSktiRm1BQ__5888675206956468567,
#shopify-block-AS2hTanRhTzNEeHp5a__14257673941758180001,
#shopify-block-AQTlTWDBDUEVwNWNoZ__10641372206048101839,
#shopify-block-AQTlTWDBDUEVwNWNoZ__10641372206048101839,
#shopify-block-AR3FRMlRWaVN1MkZNL__13837741438304301716 {
    display: none !important;
}