/** Shopify CDN: Minification failed

Line 22:0 Unexpected "}"
Line 15470:51 Expected "]" to go with "["
Line 15470:86 Unexpected "]"
Line 23823:5 Expected identifier but found "!"
Line 23830:5 Expected identifier but found "!"
Line 23836:5 Expected identifier but found "!"
Line 23844:5 Expected identifier but found "!"

**/
@charset "UTF-8";

body, button {
 
      font-family: var(--font-stack-body);}

.site-nav--has-dropdown, .site-nav__label, .site-footer__linklist{

   font-family: var(--font-stack-body);}
  
}
* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: var(--font-stack-body);
    font-style: normal;
    font-size: var(--font-base-size);
    font-weight: 400
}

button,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.wrapper {
    width: 100%;
    max-width: 85rem
}

@media (min-width:47.9375rem) {
    .wrapper {
        margin: 0 auto 1.875rem
    }
}

.bulma .section {
    padding: 0
}

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

.flex__row {
    display: flex;
    flex-direction: row
}

.hidden,
.hide {
    display: none
}

.butt {
    padding: 9px 20px;
    background: var(--color-accent);
    border: 0;
   
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1.6px;
    color: var(--color-body-text);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block
}

.not_available {
    text-align: center;
    color: #ccc;
    font-size: 2rem
}

.block__title {
 
    font-weight: 400;
    font-style: normal;
    padding: 0 .75rem
}

@media (min-width:47.9375rem) {
    .block__title {
        padding: 0
    }
}

.block_paragraph {
   
    font-weight: 400;
    font-style: normal;
    padding: 0 .75rem
}

@media (min-width:47.9375rem) {
    .block_paragraph {
        padding: 0
    }
}

.block__pods,
.block__pods__inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.block__pods__pod {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    margin-right: 1rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    .block__pods__pod {
        margin-bottom: 0
    }
}

.block__pods__pod:last-child {
    margin-right: 0
}

.block__pods__pod--image {
    margin: 0 0 .5rem;
    width: 100%
}

.block__pods__pod--image img {
    max-width: 100%;
    height: auto
}

.block__pods__pod--title {
    margin: 0 0 .5rem;
    font-size: 1rem
}

@media (min-width:47.9375rem) {
    .block__pods__pod--title {
        font-size: 1.5rem
    }
}

.block__pods__pod--sub_title {
    margin: 0 0 .5rem;
    font-weight: 400
}

.block__pods__pod--sub_title p {
    margin: 0
}

.block__pods__pod--link {
    background: #222;
    color: #fff;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 2rem
}

@media (min-width:47.9375rem) {
    .block__pods__pod--link {
        height: 50px;
        border-radius: 25px;
        line-height: 50px;
        font-size: 1.3125rem
    }
}

.block__pods__swiper {
    padding: 2rem 0 4rem
}

.qty-container {
    display: none;
    height: 32px;
    background: #fff;
    position: relative;
    border: 2px solid var(--color-main-background-secondary);
    border-radius: 4px;
    z-index: 0
}

.qty-container:before {
    content: "\25be";
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    float: right;
    z-index: -1
}

.qty-container .qty-select {
    background: transparent;
    color: #000;
    border: none;
    height: 28px;
    padding: 0 24px 0 12px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.qty-container .qty-select:focus {
    outline: none
}

.tab_bar {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (min-width:47.9375rem) {
    .tab_bar {
        margin: 0 auto;
        max-width: 700px
    }
}

.tab_bar a {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
   
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    color: var(--color-secondary);
    text-decoration: none
}

.tab_bar a.active,
.tab_bar a:hover {
    color: var(--color-primary);
    border-color: var(--color-accent)
}

.option__select-container {
    display: inline-block;
    height: 32px;
    background: #fff;
    position: relative;
    border: 2px solid var(--color-main-background-secondary);
    border-radius: 4px;
    z-index: 0
}

.option__select-container:before {
    content: "\25be";
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    float: right;
    z-index: -1
}

.option__select-container label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px
}

.option__select-container label,
.option__select-container select {
   
    font-weight: 400;
    font-style: normal;
    font-size: .85rem;
    height: 32px
}

.option__select-container select {
    background: transparent;
    border: none;
    padding: 0 24px 0 12px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    color: var(--color-body-text)
}

.option__select-container select:focus {
    outline: none
}

.tags {
    text-align: center
}

.tags span {
    display: inline-block;
    margin: 0 8px 6px 0;
    height: 23px;
    padding: 0 10px;
    border-radius: 11.5px;
    background: var(--color-secondary);
   
    font-weight: 800;
    font-style: normal;
    font-size: .625rem;
    color: var(--color-body-text);
    line-height: 23px;
    text-transform: uppercase
}

.tags span:last-child {
    margin-right: 0
}

.blog_hero__container {
    background-size: cover;
    background-repeat: no-repeat
}

.blog_hero__container section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    margin-bottom: 0
}

@media (min-width:47.9375rem) {
    .blog_hero__container section {
        min-height: 350px
    }
}

.blog_hero__container section h2 {
    text-shadow: 0 5px 10px rgba(8, 41, 21, .5);
   
    font-weight: 800;
    font-style: normal;
    font-size: 1.6875rem;
    line-height: 1;
    letter-spacing: 1.35px;
    color: #fff
}

@media (min-width:47.9375rem) {
    .blog_hero__container section h2 {
        font-size: 5rem;
        letter-spacing: 4px
    }
}

.blog_nav__container {
    background: var(--color-main-background-alternate);
    overflow-y: scroll;
    display: none !important
}

@media (min-width:47.9375rem) {
    .blog_nav__container {
        overflow-y: hidden
    }
}

.blog_nav__container nav {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1.25rem
}

@media (min-width:47.9375rem) {
    .blog_nav__container nav {
        margin: 0;
        padding: 3rem 0
    }
}

.blog_nav__container nav a {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 5px;
    color: #527a00;
    text-decoration: none;
   
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    border-bottom: 1px solid transparent
}

@media (min-width:47.9375rem) {
    .blog_nav__container nav a {
        font-size: 1.5rem
    }
}

.blog_nav__container nav a.active,
.blog_nav__container nav a:hover {
    color: var(--color-primary);
    border-color: var(--color-accent)
}

.blog_nav__container nav a:last-child {
    margin-right: 0
}

.blog_section__container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    .blog_section__container {
        padding: 4rem 2rem
    }
}

@media (min-width:90.25rem) {
    .blog_section__container {
        padding: 4rem 2rem
    }
}

.blog_section__container h4 {
    margin-bottom: 1.5rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--color-main-background-secondary);
   
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
    color: var(--color-primary);
    line-height: 1;
    letter-spacing: .9px;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    .blog_section__container h4 {
        margin-bottom: 3rem;
        padding-bottom: 1rem;
        font-size: 2rem;
        letter-spacing: 1.6px
    }
}

.blog_section__container section.wrapper {
    margin-bottom: 0
}

@media (min-width:47.9375rem) {
    .blog_section__container .articles__wrapper {
        display: flex;
        justify-content: flex-start
    }
}

.blog_section__container .blog_pod {
    width: 100%;
    margin-bottom: 3rem
}

@media (min-width:47.9375rem) {
    .blog_section__container .blog_pod {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0
    }
}

.blog_section__container .blog_pod:last-child {
    margin-right: 0
}

.blog_section__container .blog_pod__image {
    margin-bottom: .7rem
}

@media (min-width:47.9375rem) {
    .blog_section__container .blog_pod__image {
        margin-bottom: 2rem
    }
}

.blog_section__container .blog_pod__image img {
    max-width: 100%;
    height: auto
}

.blog_section__container .blog_pod__category {
    margin-bottom: .7rem;
   
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #527a00
}

@media (min-width:47.9375rem) {
    .blog_section__container .blog_pod__category {
        margin-bottom: 1rem
    }
}

.blog_section__container .blog_pod__title {
    margin-bottom: 1.5rem;
   
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    .blog_section__container .blog_pod__title {
        font-size: 1.5rem;
        text-transform: none
    }
}

.blog_section__container .blog_pod__title a {
    color: var(--color-primary);
    text-decoration: none
}

.blog_section__container .blog_pod__summary {
   
    font-weight: 300;
    font-style: normal;
    line-height: 1.78;
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

.blog_section__container .blog_pod__read_more {
    padding-bottom: 3px;
   
    font-weight: 800;
    font-style: normal;
    font-size: .75rem;
    line-height: 2;
    color: #527a00;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-accent)
}

.blog_section__container .blog_pod__tags {
    display: none;
    text-align: center
}

.blog_section__container .blog_pod__tags span {
    display: inline-block;
    margin: 0 8px 6px 0;
    height: 23px;
    padding: 0 10px;
    border-radius: 11.5px;
    background: var(--color-secondary);
   
    font-weight: 800;
    font-style: normal;
    font-size: .625rem;
    color: var(--color-body-text);
    line-height: 23px;
    text-transform: uppercase
}

.blog_section__container .blog_pod__tags span:last-child {
    margin-right: 0
}

.blog_section__container--alt {
    background: var(--color-main-background-alternate)
}

.blog_section__container--trending h4 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    letter-spacing: .9px
}

@media (min-width:47.9375rem) {
    .blog_section__container--trending h4 {
        font-size: 1.5rem;
        letter-spacing: 1.2px
    }
}

.blog_section__container--trending .blog_pod {
    width: 100%
}

@media (min-width:47.9375rem) {
    .blog_section__container--trending .blog_pod {
        width: 18.4%;
        margin-right: 2%
    }
}

.blog_section__container--trending .blog_pod:last-child {
    margin-right: 0
}

.blog_section__container--trending .blog_pod__category,
.blog_section__container--trending .blog_pod__read_more,
.blog_section__container--trending .blog_pod__summary {
    display: none
}

.blog_section__container--trending .blog_pod__image {
    margin-bottom: .75rem
}

.blog_section__container--trending .blog_pod__title {
    margin-bottom: .75rem;
    font-size: .85rem;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25rem
}

.blog_section__container--latest .articles__wrapper,
.blog_section__container--trending .blog_pod__tags {
    display: block
}

.blog_section__container--latest header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem
}

@media (min-width:47.9375rem) {
    .blog_section__container--latest header {
        flex-direction: row
    }
}

.blog_section__container--latest header h4 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.5rem
}

@media (min-width:47.9375rem) {
    .blog_section__container--latest header h4 {
        text-align: left;
        font-size: 3rem
    }
}

.blog_section__container--latest header p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .8px;
    color: var(--color-primary);
    text-transform: uppercase;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .blog_section__container--latest header p {
        flex-direction: row
    }
}

.blog_section__container--latest header p a {
    display: inline-block;
    margin-top: 1rem;
    padding: 0 20px;
    height: 2.75rem;
    background: var(--color-accent);
    line-height: 2.75rem;
    color: var(--color-body-text);
    border-radius: 4px;
    text-decoration: none
}

@media (min-width:47.9375rem) {
    .blog_section__container--latest header p a {
        margin-top: 0;
        margin-left: 20px
    }
}

.blog_section__container--latest h4 {
    border-bottom: 0
}

.blog_section__container--latest .blog_pod {
    width: 18.4%;
    margin-right: 2%
}

.blog_section__container--latest .blog_pod:last-child {
    margin-right: 0
}

.blog_section__container--latest .blog_pod:nth-child(5),
.blog_section__container--latest .blog_pod__category,
.blog_section__container--latest .blog_pod__read_more,
.blog_section__container--latest .blog_pod__summary,
.blog_section__container--latest .blog_pod__tags,
.blog_section__container--latest .blog_pod__title {
    display: none
}

@media (min-width:47.9375rem) {
    .blog_section__container--latest .blog_pod:nth-child(5) {
        display: block
    }
}

.article_hero__container {
    margin-bottom: 0;
    padding: 3rem 1.5rem;
    background: var(--color-main-background-alternate);
    text-align: center
}

@media (min-width:47.9375rem) {
    .article_hero__container {
        margin-bottom: 3rem;
        padding: 5rem 0
    }
}

.article_hero__container section {
    max-width: 1200px
}

.article_hero__container .article__category {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .8px;
    color: #527a00
}

.article_hero__container .article__category,
.article_hero__container .article__title {
    margin-bottom: 2rem;
   
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase
}

.article_hero__container .article__title {
    font-size: 1.6875rem;
    line-height: 1;
    letter-spacing: 2.8px;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .article_hero__container .article__title {
        font-size: 3.5rem
    }
}

.article_hero__container .article__summary {
    margin-bottom: 3rem;
   
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 2;
    color: var(--color-body-text)
}

@media (min-width:47.9375rem) {
    .article_hero__container .article__summary {
        font-size: 1.5rem;
        line-height: 2
    }
}

.article_hero__container .article__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .article_hero__container .article__meta {
        flex-direction: row
    }
}

.article_hero__container .article__meta>div {
    color: #7a6f67;
    margin-bottom: 10px
}

@media (min-width:47.9375rem) {
    .article_hero__container .article__meta>div {
        margin-right: 30px;
        margin-bottom: 0
    }
}

.article_hero__container .article__meta>div:last-child {
    margin-right: 0
}

.article_image__container {
    margin-bottom: 4rem
}

.article_image__container section {
    max-width: 1200px
}

.article_image__container img {
    max-width: 100%;
    height: auto
}

.article_image__content ol,
.article_image__content ul {
    margin: 0;
    padding: 0 calc(1.5rem + 15px);
   
    font-weight: 400;
    font-style: normal;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {

    .article_image__content ol,
    .article_image__content ul {
        margin: 0 0 2rem;
        padding: 0 calc(9.875rem + 15px)
    }
}

.article_image__content section {
    max-width: 1200px;
   
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.78
}

@media (min-width:47.9375rem) {
    .article_image__content section {
        padding: 0 6rem
    }
}

.article_image__content section h1,
.article_image__content section h2,
.article_image__content section h3,
.article_image__content section h4,
.article_image__content section h5,
.article_image__content section h6 {
    margin: 0 0 1rem;
    padding: 0 1.5rem;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {

    .article_image__content section h1,
    .article_image__content section h2,
    .article_image__content section h3,
    .article_image__content section h4,
    .article_image__content section h5,
    .article_image__content section h6 {
        margin: 0 0 2rem;
        padding: 0 9.875rem
    }
}

.article_image__content section h2 {
    font-size: 1.25rem;
    line-height: 1
}

@media (min-width:47.9375rem) {
    .article_image__content section h2 {
        font-size: 2rem
    }
}

.article_image__content section p {
    margin: 0 0 2rem;
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {
    .article_image__content section p {
        margin: 0 0 4rem;
        padding: 0 9.875rem
    }
}

.article_image__content section blockquote {
    margin: 0 .5rem 4rem;
    border-top: 1px solid var(--color-secondary);
    border-bottom: 1px solid var(--color-secondary)
}

@media (min-width:47.9375rem) {
    .article_image__content section blockquote {
        margin: 0 3.875rem 4rem
    }
}

.article_image__content section blockquote p {
    margin: 0;
    padding: 3rem 1.5rem;
   
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .article_image__content section blockquote p {
        padding: 3rem 6rem
    }
}

.article_image__content section img {
    width: 100%;
    height: auto
}

#shopify-section-blog-category-trending,
#shopify-section-blog-category-trending-two {
    display: none !important
}

.hero__container {
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {
    .hero__container {
        padding: 0
    }
}

.hero__container header {
    padding: 3rem 0;
    text-align: center;
    max-width: 1240px
}

@media (min-width:47.9375rem) {
    .hero__container header {
        padding: 9rem 0
    }
}

.hero__container header h2 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .hero__container header h2 {
        font-size: 5rem
    }
}

.hero__container header p {
    font-size: 1rem;
    line-height: 2
}

@media (min-width:47.9375rem) {
    .hero__container header p {
        font-size: 1.5rem
    }
}

.hero__container header .butt {
    font-size: .75rem
}

@media (min-width:47.9375rem) {
    .hero__container header .butt {
        font-size: 1rem
    }
}

.hero__container .wrapper {
    margin-bottom: 0
}

.template-faq .tab_bar {
    margin-bottom: 3rem
}

.template-faq .questions__container {
    background: var(--color-main-background-alternate)
}

.template-faq .questions__container .wrapper {
    max-width: 1240px
}

.template-contact .wrapper,
.template-faq .wrapper,
.template-store-locator .wrapper {
    margin-bottom: 0
}

.template-contact .contact__container,
.template-faq .contact__container,
.template-store-locator .contact__container {
    padding: 0 1.5rem;
    background: var(--color-main-background-alternate);
    text-align: center
}

@media (min-width:47.9375rem) {

    .template-contact .contact__container,
    .template-faq .contact__container,
    .template-store-locator .contact__container {
        padding: 0
    }
}

.template-contact .contact__container .wrapper,
.template-faq .contact__container .wrapper,
.template-store-locator .contact__container .wrapper {
    margin-bottom: 0;
    padding: 3rem 0
}

@media (min-width:47.9375rem) {

    .template-contact .contact__container .wrapper,
    .template-faq .contact__container .wrapper,
    .template-store-locator .contact__container .wrapper {
        padding: 6rem 0
    }
}

.template-contact .contact__container h3,
.template-faq .contact__container h3,
.template-store-locator .contact__container h3 {
   
    font-weight: 800;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {

    .template-contact .contact__container h3,
    .template-faq .contact__container h3,
    .template-store-locator .contact__container h3 {
        font-size: 2.5rem
    }
}

.template-contact .contact__container h4,
.template-faq .contact__container h4,
.template-store-locator .contact__container h4 {
    margin-bottom: 2rem;
   
    font-weight: 800;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 1.1px;
    text-align: center;
    color: var(--color-primary);
    text-transform: uppercase
}

@media (min-width:47.9375rem) {

    .template-contact .contact__container h4,
    .template-faq .contact__container h4,
    .template-store-locator .contact__container h4 {
        font-size: 1.3rem
    }
}

.template-contact .contact__container p,
.template-faq .contact__container p,
.template-store-locator .contact__container p {
   
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.67
}

@media (min-width:47.9375rem) {

    .template-contact .contact__container p,
    .template-faq .contact__container p,
    .template-store-locator .contact__container p {
        font-size: 1.5rem
    }
}

.template-contact .contact__container .butt,
.template-faq .contact__container .butt,
.template-store-locator .contact__container .butt {
    margin-top: 2rem;
    display: inline-block
}

.text-page {
    margin: 5rem 2rem
}

.cta-header a {
    color: #ef483d;
    text-transform: uppercase;
    font-size: 1.9375rem;
    font-family: Fjalla One, sans-serif
}

.index .maze-starter {
    height: 600px
}

.index .maze-starter .maze-logo {
    position: absolute;
    right: 0;
    top: -50px
}

.index .maze-starter .rotate {
    margin: 100px;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.index .maze-starter .product-preview {
    margin-top: 150px
}

.header__container {
    position: relative;
    z-index: 2;
    background-color: var(--color-primary)
}

body.template-index .header__container {
    background: transparent
}

.header__container__message {
    padding: .4rem 0;
    background: var(--color-accent);
    text-align: center;
    color: #fff
}

.header__container--scrolled {
    background: #fff
}

.footer__container,
.header__container {
    color: #fff;
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {

    .footer__container,
    .header__container {
        display: block;
        padding: 0 2rem
    }
}

.footer__container .header,
.header__container .header {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (min-width:47.9375rem) {

    .footer__container .header,
    .header__container .header {
        justify-content: space-between;
        height: 128px
    }
}

.footer__container .header__right,
.header__container .header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2
}

.footer__container .header__right__container,
.header__container .header__right__container {
    display: flex;
    justify-content: space-between
}

.footer__container .header__right__cart,
.header__container .header__right__cart {
    margin-left: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__container .header__right .search__form,
.header__container .header__right .search__form {
    display: none;
    margin-right: 1rem
}

.footer__container .header__right .search__form input[type=search],
.header__container .header__right .search__form input[type=search] {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footer__container .header__right .search__form button,
.header__container .header__right .search__form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.footer__container .header h1,
.header__container .header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 202;
    transform: translate(-50%, -50%);
    width: 148px
}

@media (min-width:47.9375rem) {

    .footer__container .header h1,
    .header__container .header h1 {
        width: 220px
    }
}

.footer__container .header h1 img,
.header__container .header h1 img {
    width: 100%;
    height: auto
}

.footer__container .header nav a,
.header__container .header nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.footer__container .header nav a.nav__account,
.footer__container .header nav a.nav__cart,
.footer__container .header nav a.nav__search,
.header__container .header nav a.nav__account,
.header__container .header nav a.nav__cart,
.header__container .header nav a.nav__search {
    font-size: 1.5rem
}

.footer__container .header nav a.nav__cart,
.footer__container .header nav a.nav__search,
.header__container .header nav a.nav__cart,
.header__container .header nav a.nav__search {
    margin-right: 12px
}

.footer__container .header nav a.nav__account,
.header__container .header nav a.nav__account {
    margin-right: 12px;
    display: none !important
}

.footer__container .header .header__nav,
.header__container .header .header__nav {
    display: none
}

@media (min-width:47.9375rem) {

    .footer__container .header .header__nav,
    .header__container .header .header__nav {
        display: block
    }
}

.footer__container .header .header__nav ul,
.header__container .header .header__nav ul {
    list-style: none
}

.footer__container .header .header__nav ul li,
.header__container .header .header__nav ul li {
    display: inline-block;
    margin-right: 1.5rem
}

.footer__container .header .header__nav ul li.dropdown>ul,
.header__container .header .header__nav ul li.dropdown>ul {
    display: none;
    position: absolute;
    margin-top: 20px;
    padding: 15px 0 0
}

.footer__container .header .header__nav ul li.dropdown>ul:hover,
.header__container .header .header__nav ul li.dropdown>ul:hover {
    display: block
}

.footer__container .header .header__nav ul li.dropdown>ul li,
.header__container .header .header__nav ul li.dropdown>ul li {
    float: none;
    display: inline
}

.footer__container .header .header__nav ul li.dropdown>ul li a,
.header__container .header .header__nav ul li.dropdown>ul li a {
    float: none;
    display: block
}

.footer__container .header .header__nav ul li.dropdown:hover>ul,
.header__container .header .header__nav ul li.dropdown:hover>ul {
    display: block
}

.footer__container .header .header__nav a,
.header__container .header .header__nav a {
    margin-right: 1.5rem;
    float: left;
   
    font-weight: 700;
    font-style: normal
}

.footer__container .header .header__nav a:last-child,
.header__container .header .header__nav a:last-child {
    margin-right: 0
}

@media (min-width:47.9375rem) {

    .footer__container:not(.fullNav) h1,
    .header__container:not(.fullNav) h1 {
        position: static;
        transform: translate(0)
    }
}

.footer__container:not(.fullNav) .header__left,
.header__container:not(.fullNav) .header__left {
    display: none
}

.dropdowns {
    padding-top: 128px;
    z-index: 10;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3)
}

.dropdowns,
.dropdowns__mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0
}

.dropdowns__mask {
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .01)
}

.dropdowns .dropdown {
    display: none;
    width: 100%;
    height: 500px;
    background: #fff;
    margin-bottom: 0;
    padding: 3rem;
    border-top: 1px solid #ddd
}

.dropdowns .dropdown__container {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.dropdowns .dropdown__left {
    height: 100%
}

.dropdowns .dropdown a {
    display: block;
   
    font-weight: 700;
    font-style: normal;
    font-weight: 300;
    color: var(--color-primary);
    text-decoration: none;
    margin-bottom: .4rem
}

.dropdowns .dropdown a:hover span {
    border-bottom: 1px solid #f89b1f
}

.dropdowns .dropdown a.child_link {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 600
}

.dropdowns .dropdown a.child_link--first {
    margin-top: 0
}

.dropdowns .dropdown a.grandchild_link {
    font-size: 1rem;
    font-weight: 300
}

.dropdowns .dropdown__link_groups {
    padding: 1.5rem 0;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-fill: auto;
    column-fill: auto;
    height: 100%
}

.dropdowns #dropdown_all_products {
    height: 530px
}

.dropdowns #dropdown_all_products a {
    margin-bottom: .7rem
}

.dropdowns #dropdown_all_products a:nth-child(8) {
    margin-bottom: 100px
}

.dropdowns #dropdown_health_interests {
    height: 610px
}

.dropdowns #dropdown_brands {
    height: 500px
}

.dropdowns #dropdown_brands a {
    margin-bottom: 1.5rem
}

.dropdowns #dropdown_popular_ingredients {
    height: 500px
}

.dropdowns #dropdown_popular_ingredients a {
    margin-bottom: 1.5rem
}

body.dropdown--on .dropdowns,
body.dropdown--on .dropdowns__mask {
    display: block
}

body.dropdown--on .header__container .header__inner {
    position: relative;
    z-index: 15
}

.breadcrumb__container {
    background: var(--color-tirtiary)
}

@media (min-width:47.9375rem) {
    .breadcrumb__container {
        padding: 0 2rem
    }
}

.breadcrumb__container section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-bottom: 0
}

@media (min-width:47.9375rem) {
    .breadcrumb__container section {
        justify-content: flex-start
    }
}

.breadcrumb__container section a,
.breadcrumb__container section span {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
   
    font-weight: 700;
    font-style: normal;
    font-size: .625rem;
    line-height: .625rem;
    color: var(--color-primary);
    border-right: 1px solid var(--color-primary)
}

.breadcrumb__container section a:last-child,
.breadcrumb__container section span:last-child {
    border-right: 0
}

.breadcrumb__container section a.active,
.breadcrumb__container section span.active {
    color: hsla(0, 0%, 100%, .66)
}

.breadcrumb__container section a {
    color: hsla(0, 0%, 100%, .66);
    text-decoration: none
}

.breadcrumb__container section a span {
    margin-right: 0;
    padding-right: 0
}

.footer__container {
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #ccc
}

.footer__container--lower {
    background: var(--color-main-background-alternate)
}

@media (max-width:767px) {
    .footer__container h1 {
        position: absolute !important;
        transform: translate(-50%, -50%) !important
    }
}

.footer__container .header nav a {
    color: var(--color-primary)
}

.footer__container .footer {
    position: relative;
    margin: 0 auto;
    padding: 2rem 0;
    align-items: center;
    font-size: .75rem;
    color: var(--color-primary)
}

.footer__container .footer .backToTop {
    padding: 4px 12px;
    background-color: #d9dee8;
    color: #002169;
    border: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem
}

.footer__container .footer .backToTop__container {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:47.9375rem) {
    .footer__container .footer .backToTop {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:768px) {
    .footer__container .footer {
        display: flex;
        justify-content: space-between
    }
}

.footer__container .footer__left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (min-width:47.9375rem) {
    .footer__container .footer__left {
        width: 50%
    }
}

.footer__container .footer__icons {
    margin-right: 1rem
}

.footer__container .footer nav a {
   
    font-weight: 800;
    font-style: normal;
    font-size: .75rem;
    line-height: .75rem;
    color: var(--color-primary);
    margin-left: 2rem;
    text-decoration: none
}

@media (min-width:47.9375rem) {
    .footer__container .footer nav a {
        width: 50%
    }

    .footer__container .footer nav a:first-child {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .footer__container .copyright {
        width: 100%;
        margin-bottom: 1.4rem
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0
}

@media (min-width:56.25rem) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu .hamburger {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2rem;
    color: #fff
}

.mobile-menu .hamburger i:after {
    content: "\f0c9"
}

.mobile-menu nav {
    display: none;
    margin-top: 75px;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 75px);
    background: var(--color-primary)
}

.mobile-menu nav a {
    position: relative;
    border-top: 1px solid var(--color-tirtiary);
    display: block;
    padding: 20px;
   
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem
}

.mobile-menu nav a:last-child {
    border-bottom: 1px solid var(--color-tirtiary)
}

.mobile-menu nav a i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--color-primary)
}

.mobile-menu .collapsed__link--open {
    border-bottom: 1px solid var(--color-primary)
}

.mobile-menu__secondary {
    display: none;
    padding-left: 1rem
}

.mobile-menu__secondary a {
    width: 100%;
    display: block
}

.mobile-menu__secondary a:first-child {
    border-top: 0 !important
}

.mobile-menu__secondary a:last-child {
    border-bottom: 0 !important
}

.header__container--messageActive .mobile-menu {
    top: 35px
}

body.mobile_menu--on {
    overflow: hidden
}

body.mobile_menu--on #content_for_index,
body.mobile_menu--on #shopify-section-footer,
body.mobile_menu--on .header__container__message {
    display: none
}

body.mobile_menu--on .header__container--messageActive .mobile-menu {
    top: 0
}

body.mobile_menu--on .mobile-menu {
    width: 100vw;
    height: 100vh
}

body.mobile_menu--on .mobile-menu .hamburger i:after {
    content: "\f00d"
}

body.mobile_menu--on .mobile-menu nav {
    display: flex;
    overflow-y: scroll
}

.header_wrapper--full_page .header__container {
    padding: 1.5rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 64px;
    max-height: 78px
}

.header_wrapper--full_page .header__container .header__inner {
    padding: 0
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header__inner {
        max-width: 100rem;
        margin: 0 auto
    }
}

.header_wrapper--full_page .header__container .header {
    max-width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: space-between
}

.header_wrapper--full_page .header__container .header__left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header_wrapper--full_page .header__container .header__left .header__nav {
    margin-left: .75rem;
    display: none;
    align-items: center
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header__left .header__nav {
        display: flex;
        margin-bottom: 9px
    }
}

.header_wrapper--full_page .header__container .header__left .header__nav span {
    margin-right: .75rem;
    font-size: 1rem;
    font-weight: 500
}

.header_wrapper--full_page .header__container .header__left .header__nav a {
    font-size: 1rem;
    font-weight: 500
}

.header_wrapper--full_page .header__container .header__left .header__nav nav {
    padding: 6px 0
}

.header_wrapper--full_page .header__container .header__left .header__nav nav a {
    padding: 0 10px;
    margin: 0;
    font-weight: 600;
    color: var(--color-body-text)
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header__right {
        margin-bottom: 9px
    }
}

.header_wrapper--full_page .header__container .header__right__container {
    align-items: center
}

.header_wrapper--full_page .header__container .header__right .header__nav a {
    font-size: 1rem;
    font-weight: 700;
    color: #02b4d1
}

.header_wrapper--full_page .header__container .header__right .header__nav .dropdown_sub>a {
    border-right: 1px solid #02b4d1;
    margin-right: .75rem;
    padding-right: .75rem
}

.header_wrapper--full_page .header__container .header__right .header__nav .dropdown_sub:last-child a {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.header_wrapper--full_page .header__container .header__right .header__nav nav {
    display: none
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header__right .header__nav nav {
        display: flex
    }
}

.header_wrapper--full_page .header__container .header__right .header__nav nav ul {
    padding: 0
}

.header_wrapper--full_page .header__container .header__right .header__nav nav ul li:last-child {
    margin-right: 0
}

.header_wrapper--full_page .header__container .header__right .search__form {
    display: none;
    margin-left: 1rem;
    margin-right: 0;
    position: relative
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header__right .search__form {
        display: block
    }
}

.header_wrapper--full_page .header__container .header__right .search__form input[type=search] {
    height: 30px;
    border-radius: 15px;
    border: 1px solid var(--color-body-text);
    font-size: .85rem;
    background: transparent
}

.header_wrapper--full_page .header__container .header__right .search__form button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: transparent;
    color: var(--color-body-text);
    border-radius: 0;
    padding: 0
}

.header_wrapper--full_page .header__container .header__right .nav__search {
    color: #000
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header__right .nav__search {
        display: none
    }
}

.header_wrapper--full_page .header__container .header__right .nav__cart {
    color: #000
}

@media (min-width:56.25rem) {
    .header_wrapper--full_page .header__container .header h1 {
        position: static;
        transform: none
    }
}

.header_wrapper--full_page .mobile-menu,
.header_wrapper--full_page .mobile-menu nav {
    background: #fff
}

.header_wrapper--full_page .mobile-menu nav a {
    border-color: #cdc6be
}

.header_wrapper--full_page .mobile-menu .mobile-menu__secondary {
    background: #f5f4f2
}

.header_wrapper--full_page .mobile-menu .header__right .header__right__cart {
    display: flex
}

.header_wrapper--full_page .mobile-menu .header__right .header__right__cart a {
    color: var(--color-primary)
}

.header_wrapper--full_page .dropdowns {
    padding-top: 78px
}

.header_wrapper--full_page .seachPageSearchMobile {
    position: fixed;
    top: 78px;
    left: 0;
    max-width: 100%;
    background: #fff;
    width: 100%;
    padding: .5rem 1rem;
    border-top: 1px solid #efefef
}

.header_wrapper--full_page .seachPageSearchMobile input[type=search] {
    width: calc(100% - 40px)
}

.header_wrapper--full_page .seachPageSearchMobile button {
    width: 40px
}

.header_wrapper--full_page .header__container--scrolled {
    background: #fff !important
}

.header_wrapper--simple_dropdown .header__container {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: all .4s ease-in
}

@media (min-width:47.9375rem) {
    .header_wrapper--simple_dropdown .header__container {
        padding: 0
    }
}

.header_wrapper--simple_dropdown .header__container .header__inner {
    padding: 0
}

@media (min-width:47.9375rem) {
    .header_wrapper--simple_dropdown .header__container .header__inner {
        max-width: 100rem;
        margin: 0 auto
    }
}

.header_wrapper--simple_dropdown .header__container .header {
    max-width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: space-between
}

.header_wrapper--simple_dropdown .header__container .header__left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav {
    margin-left: .75rem;
    display: none;
    align-items: center
}

@media (min-width:47.9375rem) {
    .header_wrapper--simple_dropdown .header__container .header__left .header__nav {
        display: flex
    }
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav>span {
    display: none;
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--color-primary)
}

@media (min-width:75rem) {
    .header_wrapper--simple_dropdown .header__container .header__left .header__nav>span {
        display: block
    }
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #b8aea9
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav>.dropdown_link {
    display: inline-block;
    padding: 6px 1.2rem;
    margin: 0;
    border-right: 1px solid #b8aea9
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav>.dropdown_link a {
    margin-right: 0
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav>.dropdown_link span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary)
}

@media (min-width:60rem) {
    .header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav>.dropdown_link span {
        font-size: 1.25rem
    }
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav>.dropdown_link:last-child {
    border-right: 0
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav--right {
    margin-left: 1rem;
    border: 0
}

@media (min-width:60rem) {
    .header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav--right {
        margin-left: 1.5rem
    }
}

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav--right a {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary)
}

@media (min-width:60rem) {
    .header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav--right a {
        font-size: 1.25rem
    }
}

.header_wrapper--simple_dropdown .header__container .header__right__container {
    align-items: center
}

.header_wrapper--simple_dropdown .header__container .header__right .search__form {
    margin-left: 1rem;
    margin-right: 0;
    display: block;
    position: relative
}

.header_wrapper--simple_dropdown .header__container .header__right .search__form input[type=search] {
    height: 30px;
    border-radius: 15px;
    border: 1px solid #b8aea9;
    font-size: .85rem;
    background: hsla(0, 0%, 100%, .3)
}

.header_wrapper--simple_dropdown .header__container .header__right .search__form button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: transparent;
    color: #b8aea9;
    border-radius: 0;
    padding: 0
}

.header_wrapper--simple_dropdown .header__container .header__right .nav__account,
.header_wrapper--simple_dropdown .header__container .header__right .nav__cart,
.header_wrapper--simple_dropdown .header__container .header__right .nav__search {
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .header_wrapper--simple_dropdown .header__container .header h1 {
        position: static;
        transform: none
    }
}

.header_wrapper--simple_dropdown .mobile-menu,
.header_wrapper--simple_dropdown .mobile-menu nav {
    background: #fff
}

.header_wrapper--simple_dropdown .mobile-menu nav a {
    border-color: #cdc6be
}

.header_wrapper--simple_dropdown .mobile-menu .mobile-menu__secondary {
    background: #f5f4f2
}

.header_wrapper--simple_dropdown .mobile-menu .header__right .header__right__cart {
    display: flex
}

.header_wrapper--simple_dropdown .mobile-menu .header__right .header__right__cart a {
    color: var(--color-primary)
}

.header_wrapper--simple_dropdown .dropdown_link {
    position: relative
}

.header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: .5rem 0;
    list-style: none
}

.header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary li {
    max-width: 500px;
    min-width: 200px;
    width: 100%;
    display: block;
    padding: .5rem 1rem;
    background: hsla(0, 0%, 100%, .7)
}

.header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary li a {
    float: none
}

.header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary li:first-child {
    margin-top: .5rem;
    padding-top: 1rem
}

.header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary li:last-child {
    padding-bottom: 1rem
}

.header_wrapper--simple_dropdown .dropdown_link:hover ul.nav__secondary {
    display: block
}

.header_wrapper--simple_dropdown .header__container--scrolled {
    background: #fff !important;
    max-height: 81px !important
}

.header_wrapper--simple_dropdown .header__container--scrolled header {
    padding: .75rem 1.25rem !important
}

.footer_wrapper--simple_dropdown .footer__container {
    padding: 1.5rem 0;
    width: 100%
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container {
        padding: 0
    }
}

.footer_wrapper--simple_dropdown .footer__container .footer__inner {
    padding: 0
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container .footer__inner {
        max-width: 100rem;
        margin: 0 auto
    }
}

.footer_wrapper--simple_dropdown .footer__container .logo {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container .logo {
        position: static !important;
        transform: none !important
    }
}

.footer_wrapper--simple_dropdown .footer__container .logo img {
    max-width: 100%;
    height: auto
}

.footer_wrapper--simple_dropdown .footer__container .footer {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 5rem 1.25rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container .footer {
        padding: 1.25rem;
        align-items: center
    }
}

.footer_wrapper--simple_dropdown .footer__container .footer__left,
.footer_wrapper--simple_dropdown .footer__container .footer__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%
}

.footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav,
.footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav {
    margin-left: .75rem;
    display: flex;
    align-items: center
}

.footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav>span,
.footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav>span {
    display: none;
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    width: 110px;
    color: #78787a
}

@media (min-width:75rem) {

    .footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav>span,
    .footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav>span {
        display: block
    }
}

.footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav nav.nav,
.footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav nav.nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

@media (min-width:47.9375rem) {

    .footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav nav.nav,
    .footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav nav.nav {
        justify-content: flex-start;
        flex-direction: row
    }
}

.footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav nav.nav--right,
.footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav nav.nav--right {
    justify-content: flex-end
}

.footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav nav.nav a,
.footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav nav.nav a {
    display: inline-block;
    width: auto;
    font-size: 1.25rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 2rem
}

@media (min-width:47.9375rem) {

    .footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav nav.nav a,
    .footer_wrapper--simple_dropdown .footer__container .footer__right .footer__nav nav.nav a {
        margin: 0 1rem;
        width: auto
    }
}

.footer_wrapper--simple_dropdown .footer__container .footer__left .footer__nav nav {
    width: calc(100% - 100px)
}

.footer_wrapper--simple_dropdown .footer__container .footer__right {
    justify-content: flex-end
}

.footer_wrapper--simple_dropdown .footer__container .footer__right__container {
    align-items: center
}

.footer_wrapper--simple_dropdown .footer__container--lower {
    background: var(--color-primary)
}

.footer_wrapper--simple_dropdown .footer__container--lower .footer {
    align-items: flex-start;
    flex-direction: column;
    color: #d6d0cc;
    padding: 1.25rem
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container--lower .footer {
        flex-direction: row
    }
}

.footer_wrapper--simple_dropdown .footer__container--lower .footer nav {
    width: 100%
}

.footer_wrapper--simple_dropdown .footer__container--lower .footer__left {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

.footer_wrapper--simple_dropdown .footer__container--lower .footer__right a {
    color: #fff !important
}

.footer_wrapper--simple_dropdown .footer__container--lower .footer__copyright {
    width: 100%;
    padding: 0 0 .5rem
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container--lower .footer__copyright {
        width: auto
    }
}

.footer_wrapper--simple_dropdown .footer__container--lower .footer__additional {
    font-size: .75rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__container--lower .footer__additional {
        text-align: left
    }
}

.footer_wrapper--simple_dropdown .footer__container.footer__container--mobile.footer__container--lower .footer {
    padding: 0 2rem
}

.footer_wrapper--simple_dropdown .footer__container.footer__container--mobile.footer__container--lower .footer nav {
    padding: 0;
    flex-wrap: nowrap
}

.footer_wrapper--simple_dropdown .footer__container.footer__container--mobile.footer__container--lower .footer nav a {
    width: auto;
    color: #fff !important
}

.footer_wrapper--simple_dropdown .footer__paymentIcons {
    background: var(--color-primary);
    padding: 0 0 1rem
}

@media (min-width:47.9375rem) {
    .footer_wrapper--simple_dropdown .footer__paymentIcons {
        padding: 1rem 0 3rem
    }
}

.dropdown_sub {
    display: inline-block;
    position: relative
}

.dropdown_sub ul.subnav {
    display: none;
    list-style: none;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    max-width: 250px;
    background: #fff;
    padding-top: 15px !important
}

.dropdown_sub ul.subnav li {
    width: 100%;
    padding: .5rem;
    margin-right: 0 !important
}

.dropdown_sub ul.subnav li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

.dropdown_sub:hover ul {
    display: flex
}

.footer__container--desktop {
    display: none
}

@media (min-width:47.9375rem) {
    .footer__container--desktop {
        display: block
    }
}

.footer__container--mobile {
    display: block
}

@media (min-width:47.9375rem) {
    .footer__container--mobile {
        display: none
    }
}

.footer h1 {
    display: flex;
    justify-content: center;
    position: static !important;
    transform: none !important
}

.footer nav {
    display: flex;
    flex-direction: column
}

.footer nav a {
    margin-left: 0 !important;
    text-align: center;
    display: inline-block;
    margin-bottom: 1rem
}

.footer nav a:last-child {
    margin-bottom: 0
}

.footer__links {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem
}

.footer__links>div {
    width: 50%
}

.footer__icons {
    text-align: center
}

.footer__container--lower nav {
    padding: 2rem 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width:47.9375rem) {
    .footer__container--lower nav {
        padding: 0
    }
}

.footer__container--lower nav a {
    width: 50%;
    text-align: center
}

@media (min-width:47.9375rem) {
    .footer__container--lower nav a {
        margin-right: 1rem;
        margin-bottom: 0;
        width: auto !important
    }
}

.footer__container--lower nav a:last-child {
    width: 100%
}

@media (min-width:47.9375rem) {
    .footer__container--lower nav a:last-child {
        width: auto
    }
}

.footer__copyright {
    padding: 2rem 0;
    text-align: center
}

.footer__paymentIcons {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    background: var(--color-main-background-alternate)
}

.footer__paymentIcons .icon {
    margin-right: .5rem
}

.footer__paymentIcons .icon:last-child {
    margin-right: 0
}

#rc_container {
    display: none !important
}

@media (min-width:768px) {
    .product__container {
        background: linear-gradient(90deg, #fff 0, #fff 78%, var(--color-main-background-alternate) 0, var(--color-main-background-alternate))
    }
}

.pdp-section {
    display: flex;
    width: 100%;
    padding: 0;
    max-width: 75rem;
    flex-direction: column
}

@media (min-width:60rem) {
    .pdp-section {
        flex-direction: row;
        padding: 0 1.875rem;
        margin: 0 auto 1.875rem
    }
}

@media (min-width:71rem) {
    .pdp-section {
        padding: 0;
        margin-bottom: 0
    }
}

.pdp-section .option-select-container {
    height: 32px;
    background: #fff;
    position: relative;
    border: 2px solid var(--color-main-background-secondary);
    border-radius: 4px;
    z-index: 0
}

.pdp-section .option-select-container:before {
    content: "\25be";
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    float: right;
    z-index: -1
}

.pdp-section .option-select-container .pdp-option__select {
    background: transparent;
    border: none;
    height: 28px;
    padding: 0 24px 0 12px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
   
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    color: var(--color-body-text)
}

.pdp-section .option-select-container .pdp-option__select:focus {
    outline: none
}

.pdp-section .pdp-row {
    margin-bottom: 2rem
}

.pdp-section .pdp-section__left {
    display: flex;
    padding: 1rem 0 0;
    flex-direction: column-reverse
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left {
        padding: 1rem 1.5rem 4rem;
        flex-direction: column;
        padding-top: 4rem;
        flex: 62.666666%;
        margin-right: 3%
    }
}

.pdp-section .pdp-section__left .pdp-section__left__images {
    flex: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left .pdp-section__left__images {
        flex: 62.666666%;
        margin-right: 3%;
        display: block
    }
}

.pdp-section .pdp-section__left .pdp-title_container {
    text-align: center
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left .pdp-title_container {
        text-align: left
    }
}

@media (max-width:768px) {
    .pdp-section .pdp-section__left .pdp-title_container {
        width: 100%;
        margin-top: 2rem
    }
}

.pdp-section .pdp-section__left .pdp-title {
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: var(--color-primary);
    text-align: center;
    margin-bottom: .5rem
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left .pdp-title {
        font-size: 2.5rem;
        line-height: 2.75rem;
        text-align: left;
        margin-bottom: 0
    }
}

.pdp-section .pdp-section__left .pdp-subtitle {
    margin-bottom: 1.25rem;
   
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: var(--color-primary);
    text-align: center
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left .pdp-subtitle {
        font-size: 1.25rem;
        text-align: left
    }
}

.pdp-section .pdp-section__left .pdp-rating {
    width: auto;
    margin: 0 auto 1rem;
    display: inline-block
}

.pdp-section .pdp-section__left .pdp-images__module {
    display: flex;
    flex-direction: row-reverse
}

.pdp-section .pdp-section__left .pdp-featured-image__container,
.pdp-section .pdp-section__left .pdp-images__module.hide {
    display: none
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left .pdp-featured-image__container {
        display: flex;
        flex: 82%
    }
}

.pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 52.966 52.966' style='enable-background:new 0 0 52.966 52.966;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M28.983,20h-6v-6c0-0.552-0.448-1-1-1s-1,0.448-1,1v6h-6c-0.552,0-1,0.448-1,1s0.448,1,1,1h6v6c0,0.552,0.448,1,1,1 s1-0.448,1-1v-6h6c0.552,0,1-0.448,1-1S29.535,20,28.983,20z'/%3E%3Cpath d='M51.704,51.273L36.845,35.82c3.79-3.801,6.138-9.041,6.138-14.82c0-11.58-9.42-21-21-21s-21,9.42-21,21s9.42,21,21,21 c5.083,0,9.748-1.817,13.384-4.832l14.895,15.491c0.196,0.205,0.458,0.307,0.721,0.307c0.25,0,0.499-0.093,0.693-0.279 C52.074,52.304,52.086,51.671,51.704,51.273z M2.983,21c0-10.477,8.523-19,19-19s19,8.523,19,19s-8.523,19-19,19 S2.983,31.477,2.983,21z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 50px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 0 100%
}

.pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper img {
    width: 70%;
    margin: 0 auto
}

.pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper.hide {
    display: none
}

.pdp-section .pdp-section__left .pdp-featured-image__container .swiper-button-next:after,
.pdp-section .pdp-section__left .pdp-featured-image__container .swiper-button-prev:after {
    content: "" !important
}

.pdp-section .pdp-section__left .pdp-thumbnails__container {
    display: none;
    flex: 15%
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__left .pdp-thumbnails__container {
        display: flex;
        flex-direction: row
    }
}

.pdp-section .pdp-section__left .pdp-thumbnails__container .pdp-thumbnails {
    margin: 0;
    padding: 0;
    list-style: none
}

.pdp-section .pdp-section__left .pdp-thumbnails__container .pdp-thumbnails .product-single__thumbnail-image {
    height: 80px;
    width: 80px
}

.pdp-section .pdp-section__left .pdp-thumbnails__container .pdp-thumbnails li {
    margin-bottom: 1rem
}

.pdp-section .pdp-section__left .pdp-thumbnails__container .pdp-thumbnails a {
    display: inline-block;
    border: 2px solid var(--color-main-background-secondary);
    border-radius: 4px;
    line-height: 0;
    overflow: hidden
}

.pdp-section .pdp-section__left .pdp-thumbnails__container .pdp-thumbnails a:hover {
    border-color: var(--color-secondary)
}

.pdp-section .pdp-section__right {
    flex: 100%;
    background: var(--color-main-background-alternate);
    padding-top: 2rem
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__right {
        padding-top: 4rem
    }
}

@media (min-width:60rem) {
    .pdp-section .pdp-section__right {
        flex: 31.333333%;
        margin-left: 2%;
        max-width: 400px;
        padding: 4rem 2.5rem 0 4.5rem
    }
}

.pdp-section .pdp-section__right .option__type {
    display: block;
    margin-bottom: .3rem;
   
    font-weight: 700;
    font-style: normal;
    color: var(--color-primary)
}

.pdp-section .pdp-section__right .product__purchase {
    margin-bottom: 60px
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__right .product__purchase {
        margin-bottom: 150px
    }
}

.pdp-section .pdp-section__right .pdp-options__container {
    margin: 0 1.5rem
}

@media (min-width:47.9375rem) {
    .pdp-section .pdp-section__right .pdp-options__container {
        margin: 0
    }
}

.pdp-section .button {
    display: none;
    width: 100%;
    margin-top: 12px;
    border-radius: 4px;
    height: 52px;
    color: #fff;
   
    font-weight: 700;
    font-style: normal;
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase
}

.pdp-section .button:hover {
    color: #fff
}

.pdp-section .button.primary {
    background: var(--color-accent)
}

.pdp-section .button.secondary {
    background: #016fba
}

.pdp-section .button.secondary#paypal {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #ffc200
}

.pdp-section .purchase_type__selector {
    padding: 0 8px
}

@media (min-width:47.9375rem) {
    .pdp-section .purchase_type__selector {
        padding: 0
    }
}

.pdp-section .purchase_type__selector__meta {
    display: flex;
    justify-content: space-between
}

.pdp-section .purchase_type__selector__meta .qty-container {
    max-width: 60px
}

.pdp-section .purchase_type__selector__item {
    position: relative;
    background: transparent;
    border: 2px solid var(--color-main-background-secondary);
    border-radius: 5px;
    margin-bottom: .75rem;
    overflow: hidden
}

.pdp-section .purchase_type__selector__item input[type=radio] {
    display: none
}

.pdp-section .purchase_type__selector__item input[type=radio]:checked+label {
    background: #fff;
    border-color: var(--color-secondary)
}

.pdp-section .purchase_type__selector__item input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    width: 10px;
    height: 10px;
    background: var(--color-secondary);
    border-radius: 50%
}

.pdp-section .purchase_type__selector__item input[type=radio]:checked+label .button,
.pdp-section .purchase_type__selector__item input[type=radio]:checked+label .qty-container {
    display: block
}

.pdp-section .purchase_type__selector__item label {
    display: block;
    padding: 14px
}

.pdp-section .purchase_type__selector__item label:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 14px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid var(--color-main-background-secondary);
    border-radius: 50%
}

.pdp-section .purchase_type__selector__item__info {
    padding-left: 28px
}

.pdp-section .purchase_type__selector__item__info h4 {
    font-size: .85rem
}

.pdp-section .purchase_type__selector__item__info p {
    margin: 0;
    font-size: .75rem;
    color: var(--color-main-background-secondary)
}

.pdp-section .purchase_type__selector__item__info p strong {
    font-size: 1.375rem;
    color: var(--color-primary)
}

.pdp-section .pdp-row--purchase_type .purchase_type__selector__item--autodeliver {
    display: none
}

.pdp-section .pdp-row--purchase_type .purchase_type__selector__item__info {
    padding-left: 0
}

.pdp-section .pdp-row--purchase_type .purchase_type__selector__item__info s {
    margin-left: .75rem
}

.pdp-section .pdp-row--purchase_type .purchase_type__selector__item label:after,
.pdp-section .pdp-row--purchase_type .purchase_type__selector__item label:before {
    display: none
}

.pdp-section .pdp-row--purchase_type.pdp-row--isSubscription .purchase_type__selector__item--autodeliver {
    display: block
}

.pdp-section .pdp-row--purchase_type.pdp-row--isSubscription .purchase_type__selector__item__info {
    padding-left: 28px
}

.pdp-section .pdp-row--purchase_type.pdp-row--isSubscription .purchase_type__selector__item label:after,
.pdp-section .pdp-row--purchase_type.pdp-row--isSubscription .purchase_type__selector__item label:before {
    display: block
}

.section_title {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

@media (min-width:47.9375rem) {
    .section_title {
        font-size: 2rem
    }
}

ul.section__list--step {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:47.9375rem) {
    ul.section__list--step {
        display: flex;
        justify-content: space-between
    }
}

ul.section__list--step li {
    margin-bottom: 4rem
}

@media (min-width:47.9375rem) {
    ul.section__list--step li {
        margin-bottom: 0
    }
}

ul.section__list--step li .section__list__image img {
    max-width: 70%;
    height: auto
}

@media (min-width:47.9375rem) {
    ul.section__list--step li .section__list__image img {
        max-width: 100%
    }
}

ul.tags {
    margin: 0;
    padding: 0
}

ul.tags li {
    list-style: none;
    margin-left: 0
}

ul.tags li a {
    display: block
}

ul.tags li {
    float: left;
    height: 19px;
    line-height: 19px;
    color: var(--color-primary);
    background: var(--color-secondary);
    font-size: .65rem;
    text-transform: uppercase;
   
    font-weight: 700;
    font-style: normal;
    padding: 0 6px;
    border-radius: 9.5px;
    margin-right: 10px;
    margin-bottom: 8px
}

ul.tags li:last-child {
    margin-right: 0
}

.product__container header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product__container header>div {
    width: 100%
}

@media (min-width:47.9375rem) {
    .product__container header>div {
        width: 100%
    }
}

.product__container section {
    display: flex;
    justify-content: space-between
}

.product__container section>div {
    width: 49%
}

.product__rating {
    text-align: right
}

.product__filter {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    height: 50px
}

.product__description {
    padding: 0 1.5rem;
    line-height: 1.75
}

@media (min-width:47.9375rem) {
    .product__description {
        padding: 0
    }
}

.product__description h4 {
   
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: var(--color-primary);
    text-transform: uppercase
}

.product__description .benefits-link {
    clear: both
}

.product__description .benefits-link a {
    display: inline-block;
    margin-top: 2rem;
   
    font-weight: 700;
    font-style: normal;
    font-size: .85rem;
    color: var(--color-secondary);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-accent);
    text-transform: uppercase;
    text-decoration: none
}

.product__purchase .variant-container {
    display: flex;
    flex-direction: column;
    background: #efefef;
    border-radius: 4px;
    padding: 16px;
    margin: 2px 0;
    cursor: pointer
}

.product__purchase .variant-container.active {
    background: #fff;
    border: 1px solid #000
}

.product__purchase .variant-container.active .button,
.product__purchase .variant-container.active .qty-container {
    display: block
}

.product__purchase .variant-container__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px
}

.product__purchase .variant-container__details .variant_price,
.product__purchase .variant-container__details .variant_title {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 700;
    margin: 0
}

.product__purchase .variant-container__details .radio {
    margin: .25rem .5rem .25rem 0
}

.product__images {
    display: flex;
    justify-content: space-between
}

.product__images__thumbs {
    width: 75px
}

.product__images__thumbs a {
    display: block;
    margin-bottom: 15px
}

.product__images__main {
    width: calc(100% - 85px)
}

.product__images__main img {
    width: 100%;
    height: auto
}

.description__container {
    padding: 3rem 1.5rem;
    background: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .description__container {
        padding: 5rem 0
    }
}

.description {
    display: flex;
    justify-content: space-between
}

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

.description__content h3 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 2px;
    color: #fff
}

@media (min-width:47.9375rem) {
    .description__content h3 {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 1.7px
    }
}

.description__content ul {
    margin: 0 auto;
    padding: 0;
    max-width: 1100px
}

@media (min-width:47.9375rem) {
    .description__content ul {
        padding: 0 1.25rem
    }
}

@media (min-width:47.9375rem) {
    .description__content ul li {
        max-width: 300px
    }
}

.description__content ul li h4 {
   
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0
}

.description__content ul li p {
    margin: 0 0 0 10px
}

.description__content__copy {
    margin: .75rem auto;
    font-size: 1.125rem;
    line-height: 2rem;
    max-width: 80%;
   
    font-weight: 300;
    font-style: normal
}

@media (min-width:47.9375rem) {
    .description__content__copy {
        font-size: 1.25rem
    }
}

.secondary_nav__container {
    display: none;
    padding: 4rem 0;
    background: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    .secondary_nav__container {
        display: block
    }
}

.secondary_nav__container .wrapper {
    margin-bottom: 0
}

.secondary_nav__container nav {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.secondary_nav__container nav a {
    display: inline-block;
    border-bottom: 1px solid transparent;
   
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    color: var(--color-secondary);
    text-decoration: none;
    padding: 0 10px;
    text-align: center
}

.secondary_nav__container nav a:hover {
    color: var(--color-primary);
    border-color: var(--color-accent)
}

.ingredients__container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    .ingredients__container {
        padding: 2rem 1.25rem
    }
}

.ingredients__container section {
    max-width: 800px
}

.ingredients__container .section_content {
    font-size: 1rem;
    line-height: 1.6875rem
}

@media (min-width:47.9375rem) {
    .ingredients__container .section_content {
        font-size: 1.125rem;
        line-height: 2rem
    }
}

.facts__container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    .facts__container {
        padding: 2rem 1.25rem
    }
}

.facts__container section {
    max-width: 800px
}

.facts__container .facts {
    padding: 30px;
    border: 1px solid #ccc4bc;
    font-size: .85rem
}

.facts__container .facts p {
    margin: 0 0 1em
}

.facts__container .facts__table__header,
.facts__container .facts__table__header .facts__table__header--header_row {
    border-bottom: 4px solid var(--color-primary)
}

.facts__container .facts__table__header .facts__table__header--header_row span {
    text-transform: uppercase;
   
    font-weight: 700;
    font-style: normal;
    color: var(--color-primary)
}

.facts__container .facts__table__fact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ccc4bc
}

.facts__container .facts__table__fact span:first-child {
    width: 40%
}

.facts__container .facts__table__fact span:nth-child(2),
.facts__container .facts__table__fact span:nth-child(3) {
    width: 30%;
    text-align: right
}

.facts__container .facts__table__fact:last-child {
    border-bottom: 0
}

.facts__container .facts__table--uppercase {
    text-transform: uppercase
}

.facts__container .facts__notes {
    padding-top: 20px;
    border-top: 1px solid #ccc4bc;
    font-size: .85rem
}

.facts__container .facts__notes p {
    margin: 0 0 1em
}

.facts__container .facts__notes p:last-child {
    margin: 0
}

.important_information__container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    .important_information__container {
        padding: 2rem 1.25rem
    }
}

.important_information__container section {
    max-width: 800px
}

.important_information__container .section__list--step {
    margin-top: 40px;
    flex-direction: column
}

.important_information__container .section__list--step li {
    margin-bottom: 2rem
}

.important_information__container .section__list--step li:last-child {
    margin-bottom: 0
}

.important_information__container .section__list--step li h4 {
    margin: 0 0 1rem;
    font-size: .85rem
}

@media (min-width:47.9375rem) {
    .important_information__container .section__list--step li h4 {
        margin: 0 0 2rem;
        font-size: 1rem
    }
}

.important_information__container .section__list--step li .section__list__content p:last-child {
    margin-bottom: 0
}

.important_information__container h4 {
    margin-bottom: .5rem;
   
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: var(--color-primary)
}

.important_information__container p {
    margin: 0 0 1rem;
    font-size: .85rem;
    line-height: 24px
}

@media (min-width:47.9375rem) {
    .important_information__container p {
        margin: 0 0 2rem
    }
}

.how_to_use__container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    .how_to_use__container {
        padding: 2rem 1.25rem
    }
}

.how_to_use__container section {
    max-width: 800px
}

.reviews__container {
    padding: 2rem 1.5rem;
    background: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    .reviews__container {
        padding: 2rem 1.25rem
    }
}

.reviews__container section {
    max-width: 1000px
}

.recipies__container {
    padding: 3rem 1.5rem;
    background: var(--color-primary);
    overflow: hidden
}

@media (min-width:47.9375rem) {
    .recipies__container {
        padding: 5rem 1.25rem
    }
}

.recipies__container .btn {
    margin: 0 auto 2rem;
    display: inline-block;
    padding: 8px 0;
    width: 180px;
    border-radius: 4px;
    background: var(--color-accent);
   
    font-weight: 700;
    font-style: normal;
    font-size: .85rem;
    line-height: 1rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
    text-decoration: none
}

.recipies__container .section_title {
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
    text-align: center
}

.recipies__container .recipies {
    display: flex;
    justify-content: space-between
}

.recipies__container .recipies__action {
    text-align: center
}

.recipies__container .recipies__recipie {
    width: 49%;
    padding: 0 10px;
    text-align: center
}

@media (min-width:47.9375rem) {
    .recipies__container .recipies__recipie {
        width: 19%
    }
}

.recipies__container .recipies__recipie--image img {
    width: 100%;
    height: auto
}

.recipies__container .recipies__recipie--title {
    margin-top: 20px;
    color: #fff;
    font-size: .85rem;
    line-height: 1.25rem
}

.recipies__container .recipies__recipie--make_it {
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-accent);
   
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase
}

.questions__container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    .questions__container {
        padding: 2rem 1.25rem
    }
}

.questions__container section {
    max-width: 800px
}

.questions__container .questions {
    border-top: 1px solid var(--color-main-background-secondary)
}

.questions__container .questions__question {
    border: 1px solid var(--color-main-background-secondary);
    border-top: 0
}

.questions__container .questions__question:last-child {
    margin-bottom: 0
}

.questions__container .questions__question a {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px
}

@media (min-width:47.9375rem) {
    .questions__container .questions__question a {
        padding: 20px 80px 20px 20px
    }
}

.questions__container .questions__question h5 {
    margin: 0;
    font-size: 1.25rem;
   
    font-weight: 700;
    font-style: normal;
    color: var(--color-primary);
    width: 100%
}

.questions__container .questions__question i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.questions__container .questions__question__answer {
    display: none;
    padding: 0 20px 20px
}

.questions__container .questions__question--active .questions__question__answer {
    display: block;
    font-size: 1rem;
    line-height: 1.75rem
}

.recommended__container {
    padding: 3rem 1.5rem
}

@media (min-width:47.9375rem) {
    .recommended__container {
        padding: 5rem 1.25rem
    }
}

.recommended__container .section_title {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    .recommended__container .section_title {
        font-size: 3rem;
        line-height: 3rem
    }
}

.recommended__container section {
    max-width: 1200px
}

.recommended__container ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.recommended__container .recommendation {
    text-align: center;
    margin-bottom: 2rem;
    width: 48%
}

@media (min-width:47.9375rem) {
    .recommended__container .recommendation {
        margin-bottom: 0;
        width: 24%
    }
}

.recommended__container .recommendation__image {
    display: block
}

.recommended__container .recommendation__image img {
    max-width: 100%;
    height: auto
}

.recommended__container .recommendation__title {
    display: block;
   
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    text-transform: uppercase
}

.recommended__container .recommendation__title a {
    text-decoration: none;
    color: var(--color-primary)
}

.recommended__container .recommendation__link {
    display: inline-block;
    color: var(--color-secondary);
   
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--color-accent)
}

.template-product .swiper-full-screen .swiper-container .swiper-button-next,
.template-product .swiper-full-screen .swiper-container .swiper-button-prev {
    display: none
}

@media (min-width:768px) {
    .template-product .swiper-container {
        height: 376px;
        width: 300px
    }
}

.template-product .swiper-container .full-screen-toggle {
    border: 1px solid #ccc
}

.nutra-swiper .swiper-button-next {
    display: none;
    color: #ccc3bc
}

.nutra-swiper .swiper-button-next:after {
    font-size: 1.5rem
}

@media (min-width:47.9375rem) {
    .nutra-swiper .swiper-button-next {
        display: block
    }
}

.nutra-swiper .swiper-button-prev {
    display: none;
    color: #ccc3bc
}

.nutra-swiper .swiper-button-prev:after {
    font-size: 1.5rem
}

@media (min-width:47.9375rem) {
    .nutra-swiper .swiper-button-prev {
        display: block
    }
}

.nutra-swiper .swiper-button-prev {
    background-size: 30px
}

.nutra-swiper .swiper-button-next {
    background-size: 34px;
    top: calc(50% - 2px)
}

.nutra-swiper .pagination-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 1rem
}

.nutra-swiper .swiper-pagination-bullet {
    background: none;
    background: rgba(204, 196, 188, .5);
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    text-decoration: none;
    width: 7px;
    height: 7px;
    border: 1px solid #ababab;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    margin-right: 2px
}

.nutra-swiper .swiper-pagination-bullet-active {
    background: #7a6f67
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider {
    width: 100%
}

.slick-slide img {
    width: 50%
}

.pdp-rating {
    display: none !important
}

body.template-product .swiper-button-next:after,
body.template-product .swiper-button-prev:after {
    content: "" !important
}

#bc-sf-filter-tree {
    padding-top: 2rem
}

#bc-sf-filter-tree #bc-sf-filter-options-wrapper {
    padding: 2rem
}

@media (min-width:47.9375rem) {
    #bc-sf-filter-tree #bc-sf-filter-options-wrapper {
        padding: 1.5rem
    }
}

#bc-sf-filter-tree-mobile #bc-sf-filter-tree-mobile-button {
    margin: 0;
    color: #fff;
    outline: none
}

.bc-sf-filter-selection-wrapper {
    padding: 2rem
}

a.bc-sf-filter-clear,
a.bc-sf-filter-clear-all {
    color: var(--color-primary);
    line-height: 15px;
    margin: 0 0 0 5px;
    float: none
}

bc-sf-filter-clear {
    margin-top: -3px
}

#bc-sf-filter-bottom-pagination {
    display: flex;
    justify-content: center;
    padding: 0 3rem;
    margin-bottom: 2rem
}

#bc-sf-filter-bottom-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

#bc-sf-filter-bottom-pagination ul li {
    font-size: 1rem;
    padding: 0 8px
}

#bc-sf-filter-bottom-pagination ul a {
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .collections__container {
        background: linear-gradient(90deg, var(--color-main-background-alternate) 0, var(--color-main-background-alternate) 22%, #fff 0, #fff)
    }
}

.collections__container main {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 400px)
}

@media (min-width:47.9375rem) {
    .collections__container main {
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }
}

@media (min-width:47.9375rem) {
    .collections__container aside {
        display: block;
        position: absolute;
        width: 25%;
        height: 100%;
        background: var(--color-main-background-alternate);
        overflow: scroll
    }
}

.collections__container section {
    width: 100%
}

@media (min-width:47.9375rem) {
    .collections__container section {
        padding-left: 25%;
        width: 100%
    }
}

.collections__container section header {
    background: var(--color-primary)
}

.collections__container .collection__header--oneColumn {
    display: none
}

.collections__container .collection__header--twoColumn,
body.layout--one_column .collections__container .collection__header--oneColumn {
    display: block
}

body.layout--one_column .collections__container .collection__header--twoColumn {
    display: none
}

@media (min-width:47.9375rem) {
    body.layout--one_column .collections__container {
        background: transparent
    }
}

body.layout--one_column .collections__container aside {
    display: none
}

@media (min-width:47.9375rem) {
    body.layout--one_column .collections__container section {
        padding-left: 0;
        width: 100%
    }
}

.collection__image {
    position: relative;
    background-size: cover;
    min-height: 250px;
    max-height: 350px;
    background-position: 50%
}

.collection__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(5, 41, 21, 0), rgba(5, 41, 21, .75))
}

.collection__image__size {
    visibility: hidden
}

.collection__image__size img {
    width: 100%;
    height: auto
}

.collection__image__content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center
}

.collection__image__content div,
.collection__image__content h2 {
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {

    .collection__image__content div,
    .collection__image__content h2 {
        padding: 0 8%
    }
}

.collection__image__content h2 {
    margin: 0;
    font-size: 1.6875rem;
    line-height: 1.6875rem;
    letter-spacing: 1.35px;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    .collection__image__content h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        letter-spacing: 2.8px
    }
}

.collection__image__content--paragraph {
    margin-top: 1em;
    font-size: .75rem;
    line-height: 1.5rem
}

@media (min-width:47.9375rem) {
    .collection__image__content--paragraph {
        font-size: 1rem;
        line-height: 1.8rem
    }
}

.collection__filter_bar {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem
}

@media (min-width:47.9375rem) {
    .collection__filter_bar {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 1.5rem 8%
    }
}

.collection__filter_bar>div {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem
}

@media (min-width:47.9375rem) {
    .collection__filter_bar>div {
        width: 50%;
        text-align: left;
        margin-bottom: 0
    }
}

.collection__filter_bar__info {
    font-size: .85rem
}

.collection__filter_bar__info strong {
    color: var(--color-primary)
}

.collection__filter_bar__filter {
    display: flex;
    justify-content: flex-end
}

.collection__filter_bar__filter .option__select-container {
    width: 100%;
    padding-left: 54px
}

@media (min-width:47.9375rem) {
    .collection__filter_bar__filter .option__select-container {
        width: auto
    }
}

.collection__filter_bar__filter .option__select-container label {
    left: 10px
}

.collection__products {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 8%
}

.collection__products .collection__product__container {
    position: relative;
    padding-bottom: 4rem;
    width: 48%;
    margin-right: 4%
}

@media (min-width:47.9375rem) {
    .collection__products .collection__product__container {
        width: 22%;
        margin-right: 3%
    }
}

.collection__products .collection__product__container:nth-child(2n) {
    margin-right: 0
}

@media (min-width:47.9375rem) {
    .collection__products .collection__product__container:nth-child(2n) {
        margin-right: 3%
    }
}

@media (min-width:47.9375rem) {
    .collection__products .collection__product__container:nth-child(4n) {
        margin-right: 0
    }
}

.collection__product a {
    color: var(--color-primary);
    text-decoration: none
}

.collection__product__image img {
    width: 100%;
    height: auto
}

.collection__product footer {
    text-align: center
}

.collection__product__title {
   
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .8px;
    text-transform: uppercase
}

.collection__product__subtext {
   
    font-weight: 700;
    font-style: normal;
    font-size: .85rem;
    line-height: 1rem
}

.collection__product__description {
    font-weight: 400;
    font-size: .75rem
}

.collection__product__description,
.collection__product__price {
   
    font-style: normal;
    line-height: 1.5rem
}

.collection__product__price {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    color: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: 1em;
    text-align: center;
    width: 100%
}

.collection_more_area {
    display: flex;
    justify-content: center;
    padding: 0 3rem;
    margin: 1rem 0 2rem
}

.collection_more_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.collection_more_area ul li {
    font-size: 2rem;
    padding: 0 8px
}

.collection_more_area ul a {
    color: var(--color-primary);
    text-decoration: none
}

.collection_more_area ul .active a {
    text-decoration: underline;
    font-weight: 500
}

@media (min-width:47.9375rem) {
    body.template-cart .cart__container {
        background: linear-gradient(90deg, #fff 0, #fff 78%, var(--color-main-background-alternate) 0, var(--color-main-background-alternate))
    }
}

body.template-cart main {
    position: relative;
    width: 100%
}

@media (min-width:47.9375rem) {
    body.template-cart main {
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }
}

body.template-cart div.main {
    padding-top: 2rem;
    width: 100%
}

@media (min-width:47.9375rem) {
    body.template-cart div.main {
        padding-top: 5rem;
        padding-right: 35%;
        padding-left: 50px;
        min-height: 800px
    }
}

body.template-cart div.main section {
    margin-bottom: 2rem
}

@media (min-width:47.9375rem) {
    body.template-cart div.main section {
        margin-bottom: 8rem;
        padding: 0 4rem 0 0
    }
}

body.template-cart div.main section:last-child {
    margin-bottom: 0
}

body.template-cart aside {
    background: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    body.template-cart aside {
        position: absolute;
        right: 0;
        display: block;
        width: 35%;
        height: 100%;
        padding-top: 5rem
    }
}

body.template-cart .dynamic-checkout__content {
    margin-top: 5px
}

body.template-cart .dynamic-checkout__content div[data-shopify-buttoncontainer] {
    display: block !important
}

.cart-container h2,
.cart-container h3,
.frequently-container h2,
.frequently-container h3 {
    color: var(--color-primary);
    text-transform: uppercase
}

.cart-container h2,
.frequently-container h2 {
    font-size: 1.6875rem;
    letter-spacing: 1.35px;
    text-align: center
}

@media (min-width:47.9375rem) {

    .cart-container h2,
    .frequently-container h2 {
        font-size: 3.5rem;
        letter-spacing: 2.8px;
        text-align: left
    }
}

.cart-container h3,
.frequently-container h3 {
    font-size: 1.375rem;
    letter-spacing: 1.35px;
    text-align: center
}

@media (min-width:47.9375rem) {

    .cart-container h3,
    .frequently-container h3 {
        font-size: 2rem;
        letter-spacing: 1.6px;
        text-align: left
    }
}

.frequently-container {
    display: none
}

.cart-items {
    list-style: none;
    padding: 0;
    margin: 3rem 0 0
}

.cart-items .cart-row {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    padding: 2rem 1rem
}

@media (min-width:47.9375rem) {
    .cart-items .cart-row {
        padding: 3rem 0
    }
}

.cart-items .cart-row:last-child {
    border-bottom: 0
}

.cart-items .cart-row .image-container,
.cart-items .cart-row .info-container,
.cart-items .cart-row .price-container,
.cart-items .cart-row .quantity-container {
    display: flex;
    align-items: center;
    margin: 0
}

.cart-items .cart-row .image-container {
    flex: 4%;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 1.5rem
}

@media (min-width:47.9375rem) {
    .cart-items .cart-row .image-container {
        margin-right: 0
    }
}

.cart-items .cart-row .info-container {
    flex: 50%;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.cart-items .cart-row .info-container h5 {
   
    font-weight: 800;
    font-style: normal;
    font-size: 1rem;
    color: var(--color-primary);
    text-transform: uppercase;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: .8px
}

.cart-items .cart-row .info-container p {
    margin: .5rem 0 0;
   
    font-weight: 400;
    font-style: normal;
    font-size: .75rem;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1
}

.cart-items .cart-row .qty-container {
    margin-top: 2rem;
    display: block
}

.cart-items .cart-row .price-container {
    flex: 15%;
    padding: 1rem;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    font-size: .75rem
}

.cart-items .cart-row .price-container__price {
   
    font-weight: 800;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: var(--color-primary)
}

.cart-items .cart-row .price-container__price s {
    font-size: .85rem;
    font-weight: 400;
    color: #d6d0cc
}

.cart-items .cart-row .price-container .desktop-remove {
    color: var(--color-secondary)
}

.cart-items .item-quantity__label--gift_card .item-quantity__label__container {
    border: 0 !important
}

.cart-footer {
    padding: 2rem
}

@media (min-width:47.9375rem) {
    .cart-footer {
        padding: 0 4.5rem
    }
}

.cart-footer .disclaimer {
    margin: 2rem 0;
    font-size: .75rem;
    line-height: 1.2rem
}

.cart-footer button,
.cart-footer input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.cart-footer .cart-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-main-background-secondary)
}

.cart-footer .cart-total__label,
.cart-footer .cart-total__value {
    margin: 1.25rem 0;
    font-size: 1rem;
    line-height: 2rem
}

.cart-footer .button,
.cart-footer .cart-total__value {
   
    font-weight: 800;
    font-style: normal
}

.cart-footer .button {
    width: 100%;
    padding: .8125rem 0;
    background: var(--color-accent);
    border: none;
    font-size: 1.125rem;
    color: var(--color-body-text);
    text-transform: uppercase;
    letter-spacing: 1.8px
}

.cart-footer .back {
    float: right;
    color: #8a8a8a;
    font-size: .875rem;
    font-family: NeutrafaceText-Book;
    border-bottom: 1px solid #d7d7d7;
    letter-spacing: 1px
}

.cart-footer .back:hover {
    color: #000
}

#shopify-section-cart-template {
    margin-bottom: -30px
}

body.template-index #shopify-section-header,
body.template-index #shopify-section-header-soloray {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%
}

.home-bestsellers__title {
    font-family: Fjalla One, sans-serif;
    font-size: 2.625rem;
    line-height: 3.25rem;
    text-transform: uppercase;
    margin: 25px 0
}

@media (min-width:37.5rem) {
    .home-bestsellers__title {
        font-size: 2.8125rem;
        line-height: 3.5rem;
        margin: 55px 0 10px
    }
}

.home-bestsellers__container {
    text-align: center;
    border: 1px solid transparent;
    margin: 20px 0 0
}

@media (min-width:37.5rem) {
    .home-bestsellers__container .inner-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center
    }

    .home-bestsellers__container .inner-wrap .product {
        flex: 1 1 30%
    }
}

.home-bestsellers__container .inner-wrap img {
    max-height: 420px
}

.home-bestsellers__container .product {
    position: relative;
    margin: 20px 0
}

.home-bestsellers__container .product .product__title,
.home-bestsellers__container .product p {
    font-size: 1rem;
    text-align: center;
    margin: 0 20px;
    font-weight: 700
}

.home-bestsellers__container .product .product__link {
    color: #000;
    text-decoration: none;
    display: block;
    max-width: 420px;
    margin: 0 auto
}

.home-bestsellers__container .product .btn__addToCart {
    opacity: 0;
 
    font-weight: 600;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    background: rgba(209, 195, 5, .9);
    padding: 0 2rem;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    border-radius: 15px;
    transition: all .4s ease-in
}

.home-bestsellers__container .product .product__image {
    opacity: 1;
    transition: all .4s ease-in
}

.home-bestsellers__container .product:hover .product__image {
    opacity: .6
}

.home-bestsellers__container .product:hover .btn__addToCart {
    opacity: 1
}

.newsletter__container {
    padding: 3rem 1.5rem;
    background: var(--color-primary);
    color: #fff
}

@media (min-width:47.9375rem) {
    .newsletter__container {
        padding: 10rem 0
    }
}

.newsletter__container section {
    display: block
}

@media (min-width:47.9375rem) {
    .newsletter__container section {
        display: flex;
        justify-content: space-between
    }
}

.newsletter__container section>div {
    margin-bottom: 4rem
}

@media (min-width:47.9375rem) {
    .newsletter__container section>div {
        margin-bottom: 0;
        width: 50%
    }
}

.newsletter__pod {
    padding: 0 5%;
    text-align: center
}

.newsletter__pod h3 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 2.8px;
    line-height: 1;
    color: #fff
}

@media (min-width:47.9375rem) {
    .newsletter__pod h3 {
        font-size: 3.5rem
    }
}

.newsletter__pod p {
   
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.78;
    color: #fff
}

.newsletter__pod .social_icons {
    margin-bottom: 2rem
}

.newsletter__pod .social_icons a {
    padding: 0 .5rem;
    font-size: 2.5rem;
    color: #fff
}

.newsletter form .form-input {
    margin: 0 auto 1.5rem;
    display: block;
    width: 100%;
    max-width: 450px;
    border: 1px solid var(--color-primary);
    background: #fff;
    overflow: hidden
}

.newsletter form .form-input input[type=email] {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem 0;
    border: 0;
   
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: .9;
    color: var(--color-body-text);
    text-align: center
}

@media (min-width:47.9375rem) {
    .newsletter form .form-input input[type=email] {
        padding: 1rem;
        text-align: left
    }
}

.search_header__container {
    padding: 3rem 0;
    background: var(--color-main-background-alternate)
}

body.template-search .search__header {
 
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1.5rem
}

body.template-search .collections__container {
    background: transparent
}

body.template-search .collection {
    padding: 0;
    width: 100%
}

.search__form {
    margin: 0 auto;
    max-width: 300px;
    display: flex;
    justify-content: center
}

.search__form input[type=search] {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 1rem
}

.search__form button {
    padding: 10px;
    font-size: 1rem;
    border-radius: 4px;
    border: 0;
    background: var(--color-accent);
    color: #fff
}

.testimonialList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.testimonialList__container {
    padding: 2rem 1rem;
    background-color: #f5f4f2
}

@media (min-width:47.9375rem) {
    .testimonialList__container {
        padding: 4rem 2rem
    }
}

.testimonialList__actions {
    text-align: center;
    padding: 3rem 0 2rem
}

.testimonialList__actions button {
    color: #fff
}

.testimonialList__item {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem
}

@media (min-width:47.9375rem) {
    .testimonialList__item {
        width: 32%
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }
}

.testimonialList__item--image {
    width: 48px
}

.testimonialList__item--image img {
    max-width: 100%;
    height: auto
}

.testimonialList__item--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    width: 100%;
    text-align: center
}

@media (min-width:47.9375rem) {
    .testimonialList__item--content {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 0 3rem
    }
}

.testimonialList__item--content h3 {
    margin: .25rem 0 .5rem;
    line-height: 1.25rem;
    color: var(--color-primary)
}

.testimonialList__item--content p {
    margin: 0 0 1rem;
    font-size: .75rem;
    color: #77797c
}

.testimonialList__item--description {
    color: var(--color-primary);
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media (min-width:47.9375rem) {
    .testimonialList__item--description {
        color: var(--color-body-text)
    }
}

.testimonialList__item--link {
    padding-top: 2rem
}

.testimonialList__item--link a {
    font-size: .8125rem;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    padding-bottom: .25rem;
    border-bottom: 2px solid #f89b1f
}

@media (min-width:47.9375rem) {
    .testimonialList__item--half {
        margin-top: 1.25rem;
        width: 49%
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--half .testimonialList__item--image {
        position: absolute;
        top: 50%;
        left: 2rem;
        transform: translateY(-50%);
        width: 250px !important
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--half .testimonialList__item--content {
        align-items: flex-end
    }
}

@media (min-width:47.9375rem) {

    .testimonialList__item--half .testimonialList__item--content .testimonialList__item--description,
    .testimonialList__item--half .testimonialList__item--content .testimonialList__item--link,
    .testimonialList__item--half .testimonialList__item--content .testimonialList__item--location,
    .testimonialList__item--half .testimonialList__item--content h3 {
        width: 50%;
        max-width: 300px
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--half:after {
        padding-bottom: 70%
    }
}

.testimonialList__item--full {
    margin-top: 1.25rem;
    width: 100%;
    padding: 2rem 0
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full {
        padding: 5rem 0
    }
}

.testimonialList__item--full:after {
    padding-bottom: 0
}

.testimonialList__item--full .testimonialList__item--content {
    position: static;
    transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full .testimonialList__item--content {
        flex-direction: row
    }
}

.testimonialList__item--full .testimonialList__item--image {
    margin-bottom: 1rem;
    width: 96px
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full .testimonialList__item--image {
        margin-bottom: 0;
        width: 300px
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full .testimonialList__item--wideContent {
        width: calc(100% - 300px)
    }
}

.testimonialList__item--full_alternate {
    margin-top: 1.25rem;
    width: 100%;
    padding: 2rem 0
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full_alternate {
        padding: 5rem 0
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full_alternate .testimonialList__item--image {
        position: absolute;
        top: 50%;
        left: 4rem;
        transform: translateY(-50%);
        width: 250px !important
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full_alternate .testimonialList__item--content {
        align-items: flex-end
    }
}

@media (min-width:47.9375rem) {

    .testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--description,
    .testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--link,
    .testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--location,
    .testimonialList__item--full_alternate .testimonialList__item--content h3 {
        width: calc(100% - 300px)
    }
}

@media (min-width:47.9375rem) {
    .testimonialList__item--full_alternate:after {
        padding-bottom: 18%
    }
}

.product_testimonials .swiper-container {
    width: 400px;
    margin: 0 auto
}

.product_testimonials .product_testimonials__title {
 
    font-weight: 400;
    font-style: normal
}

.product_testimonials .pagination-wrapper {
    position: relative;
    width: 400px;
    margin: 0 auto
}

.product_testimonials .pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.product_testimonials .pagination-wrapper .swiper-pagination-bullet {
    margin-right: 5px
}

.product_testimonials .pagination-wrapper .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.product_testimonials .swiper-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.product_testimonials .swiper-button:after {
    content: none
}

.product_testimonials .swiper-button i {
    color: var(--color-primary)
}

.product_testimonials .swiper-button-prev {
    left: 0
}

.product_testimonials .swiper-button-next {
    right: 0
}

.product_testimonials .product_testimonials__cta {
    text-align: center
}

.product_testimonials .product_testimoninal__image {
    width: 140px;
    height: 140px;
    margin: 0 auto
}

.product_testimonials .product_testimoninal__image img {
    max-width: 100%;
    height: auto
}

.product_testimonials .product_testimoninal__content {
    text-align: center;
    font-size: 1rem
}

.product_testimonials .product_testimoninal--name {
    color: var(--color-primary)
}

.product_testimonials .product_testimoninal--platform {
    font-size: .85rem;
    color: var(--color-body-text)
}

.product_testimonials .product_testimoninal--quote {
    font-size: 1rem;
    color: var(--color-body-text)
}

.product_testimonials .product_testimoninal--productTitle {
    color: var(--color-primary)
}

.product_testimonials .product_testimoninal a {
    color: var(--color-accent)
}

.block__grouping,
.block__image_story {
    width: 100%;
    margin: 0 auto
}

.block__image_story .block__image {
    background-repeat: no-repeat
}

.block__image_story .block__image img {
    width: auto;
    height: 100%
}

.block__image_story .block__image--content {
    display: block
}

@media (min-width:47.9375rem) {
    .block__image_story .block__image--content {
        display: none
    }
}

.block__image_story .block__grouping__inner {
    display: flex;
    flex-direction: column
}

.block__image_story .block__grouping__inner--left,
.block__image_story .block__grouping__inner--right {
    justify-content: space-between;
    align-items: center
}

@media (min-width:47.9375rem) {

    .block__image_story .block__grouping__inner--left .block__image,
    .block__image_story .block__grouping__inner--right .block__image {
        width: 60%
    }
}

.block__image_story .block__grouping__inner--left .block__image img,
.block__image_story .block__grouping__inner--right .block__image img {
    width: 100%;
    height: auto
}

.block__image_story .block__grouping__inner--left .block__content,
.block__image_story .block__grouping__inner--right .block__content {
    text-align: center
}

@media (min-width:47.9375rem) {

    .block__image_story .block__grouping__inner--left .block__content,
    .block__image_story .block__grouping__inner--right .block__content {
        width: 40%
    }
}

.block__image_story .block__grouping__inner--left .block__content .block__image,
.block__image_story .block__grouping__inner--right .block__content .block__image {
    display: none
}

.block__image_story .block__grouping__inner--left .block__content .block__title h2,
.block__image_story .block__grouping__inner--left .block__content .block_cta,
.block__image_story .block__grouping__inner--left .block__content .block_paragraph p,
.block__image_story .block__grouping__inner--right .block__content .block__title h2,
.block__image_story .block__grouping__inner--right .block__content .block_cta,
.block__image_story .block__grouping__inner--right .block__content .block_paragraph p {
    text-align: center
}

@media (min-width:47.9375rem) {

    .block__image_story .block__grouping__inner--left .block__content .block__title h2,
    .block__image_story .block__grouping__inner--left .block__content .block_cta,
    .block__image_story .block__grouping__inner--left .block__content .block_paragraph p,
    .block__image_story .block__grouping__inner--right .block__content .block__title h2,
    .block__image_story .block__grouping__inner--right .block__content .block_cta,
    .block__image_story .block__grouping__inner--right .block__content .block_paragraph p {
        text-align: left
    }
}

.block__image_story .block__grouping__inner--left {
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .block__image_story .block__grouping__inner--left {
        flex-direction: row
    }
}

@media (min-width:47.9375rem) {
    .block__image_story .block__grouping__inner--left .block__image {
        margin-right: 2rem
    }
}

@media (min-width:47.9375rem) {
    .block__image_story .block__grouping__inner--left .block__content {
        padding-right: 2rem
    }
}

.block__image_story .block__grouping__inner--right {
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .block__image_story .block__grouping__inner--right {
        flex-direction: row-reverse
    }
}

@media (min-width:47.9375rem) {
    .block__image_story .block__grouping__inner--right .block__image {
        margin-left: 2rem
    }
}

@media (min-width:47.9375rem) {
    .block__image_story .block__grouping__inner--right .block__content {
        padding-left: 2rem
    }
}

.block__image_story .block__grouping__inner--float_left {
    position: relative
}

.block__image_story .block__grouping__inner--float_left .block__content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%)
}

.block__image_story .block__grouping__inner--float_right {
    position: relative
}

.block__image_story .block__grouping__inner--float_right .block__content {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%)
}

.block__image_story .block__grouping__inner--float_center {
    position: relative
}

.block__image_story .block__grouping__inner--float_center .block__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hero_css .swiper-container {
    display: block
}

.hero_css .swiper-container .swiper-slide {
    width: 100%
}

.hero_css .swiper-container .swiper-slide img {
    width: 100%;
    height: auto
}

.hero_css .swiper-container {
    width: 100%;
    max-width: 82rem;
    min-height: 900px
}

.hero_css__slide {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hero_css__slide--content,
.hero_css__slide--image {
    width: 50%
}

.hero_css .hero_css__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 3rem
}

.hero_css .hero_css__arrow--prev {
    left: 10px
}

.hero_css .hero_css__arrow--next {
    right: 10px
}

.hero_css .hero_css__arrow i {
    color: #b2d234
}

.hero-image__container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hero-image__container .hero-image__content-container {
    box-sizing: border-box;
    flex-direction: column;
    padding: 3rem 1.25rem;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:47.9375rem) {
    .hero-image__container .hero-image__content-container {
        width: 100%;
        padding: 4.5rem 2.25rem
    }
}

.hero-image__container .hero-image__content-container.align-left {
    display: block
}

.hero-image__container .hero-image__content-container.has-border {
    border: .375rem solid #fff
}

.hero-image__container .hero-image__content-container .hero-text {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6875rem;
    letter-spacing: .075rem
}

@media (min-width:47.9375rem) {
    .hero-image__container .hero-image__content-container .hero-text {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: .2rem
    }
}

.hero-image__container .hero-image__content-container .hero-text.push-down {
    margin-bottom: 2rem
}

.hero-image__container .hero-image__content-container .hero-button {
    background: var(--color-accent);
    color: #000;
    border: none;
   
    font-weight: 700;
    font-style: normal;
    padding: .5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: .1rem;
    border-radius: .25rem;
    white-space: nowrap
}

@media (min-width:47.9375rem) {
    .hero-image__container .hero-image__content-container .hero-button {
        border-radius: 0
    }
}

.hero-image__container .hero-image__content-container .hero-product-image {
    margin-top: 1rem;
    height: 300px
}

.hero-image__container .hero-image__content-container .hero-product-image img {
    height: 100%;
    width: auto
}

.hero-image__container .desktop-image,
.hero-image__container .mobile-image {
    background-position: top;
    background-size: cover
}

.hero-image__container .desktop-image {
    display: none;
    width: 100%;
    min-height: 480px;
    z-index: -1
}

@media (min-width:47.9375rem) {
    .hero-image__container .desktop-image {
        display: block
    }
}

.hero-image__container .mobile-image {
    display: block;
    width: 100%;
    min-height: 500px;
    z-index: -1
}

@media (min-width:47.9375rem) {
    .hero-image__container .mobile-image {
        display: none
    }
}

body.template-index .hero-image__container .desktop-image {
    min-height: 900px
}

body.template-index .hero-image__container .mobile-image {
    min-height: 100vh
}

.hero-overlay-image img,
.hero-overlay-image picture {
    height: 100%;
    display: block
}

.overlay-bottom-right .hero-overlay-image {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.hero-image__container.stacked,
body.site--solaray.template-index .hero-image__container.stacked {
    overflow: visible;
    height: auto
}

.hero-image__container.stacked .hero-image__content-container,
body.site--solaray.template-index .hero-image__container.stacked .hero-image__content-container {
    transform: none;
    max-width: none;
    display: block;
    position: static
}

.hero-image__container.stacked img,
.hero-image__container.stacked picture,
body.site--solaray.template-index .hero-image__container.stacked img,
body.site--solaray.template-index .hero-image__container.stacked picture {
    width: 100%;
    vertical-align: bottom
}

.homepage_hero {
    position: relative;
    overflow: hidden;
    max-width: 120rem;
    margin: 0 auto
}

.homepage_hero__images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.homepage_hero__images .desktop-image,
.homepage_hero__images .mobile-image {
    width: 100%;
    height: 100%;
    background-size: cover
}

.homepage_hero__images .desktop-image {
    display: none;
    height: 100%
}

@media (min-width:47.9375rem) {
    .homepage_hero__images .desktop-image {
        display: block
    }
}

.homepage_hero__images .mobile-image {
    display: block;
    height: 80vh;
    min-height: 300px
}

@media (min-width:47.9375rem) {
    .homepage_hero__images .mobile-image {
        display: none
    }
}

.homepage_hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 2rem
}

@media (min-width:47.9375rem) {
    .homepage_hero__content {
        padding: 0 3rem
    }
}

.homepage_hero__content .hero-button {
    display: inline-block;
    margin-top: 2rem;
    padding: .5rem 1.25rem;
    background: var(--color-accent);
    color: #000;
    border: none;
   
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap
}

.homepage_hero--full_width {
    min-height: auto !important
}

.homepage_hero--full_width img.full_width__image {
    width: 100%;
    height: auto
}

.homepage_hero--full_width img.full_width__image--desktop {
    display: none
}

@media (min-width:47.9375rem) {
    .homepage_hero--full_width img.full_width__image--desktop {
        display: block
    }
}

.homepage_hero--full_width img.full_width__image--mobile {
    display: block
}

@media (min-width:47.9375rem) {
    .homepage_hero--full_width img.full_width__image--mobile {
        display: none
    }
}

.homepage_hero--full_width .homepage_hero__content {
    display: none
}

.image-cta__container {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 4%;
    background: #f3f1ef
}

@media (min-width:47.9375rem) {
    .image-cta__container {
        flex-direction: row;
        margin: 0
    }

    .image-cta__container.reverse {
        flex-direction: row-reverse
    }
}

.image-cta__container .image-cta__info-container {
    width: 100%
}

@media (min-width:47.9375rem) {
    .image-cta__container .image-cta__info-container {
        width: 35%;
        display: flex;
        justify-content: center;
        margin: 3rem 0
    }
}

.image-cta__container .image-cta__info-container .image-cta__info-container-inner {
    background: var(--color-primary);
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .image-cta__container .image-cta__info-container .image-cta__info-container-inner {
        position: relative;
        left: -5rem
    }

    .image-cta__container .image-cta__info-container .image-cta__info-container-inner.reverse {
        left: inherit;
        right: -5rem
    }
}

.image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__title {
    width: 264px;
   
    font-weight: 800;
    font-style: "normal";
    font-size: 1.375rem;
    font-stretch: normal;
    letter-spacing: .06875rem;
    text-align: center;
    color: #fff;
    border-top: 2px solid #f5f3f0;
    border-bottom: 2px solid #f5f3f0;
    display: block;
    text-transform: uppercase;
    padding: 24px 0
}

.image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__subtitle {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 2.25rem
}

.image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__button {
    background: var(--color-accent);
    color: #000;
    border: none;
   
    font-weight: 700;
    font-style: normal;
    padding: .5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .1rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: .25rem
}

@media (min-width:47.9375rem) {
    .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__button {
        border-radius: 0;
        margin: 0 10px;
        font-size: .8rem
    }
}

@media (min-width:950px) {
    .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__button {
        font-size: 1rem
    }
}

.image-cta__container .image__desktop {
    display: none
}

@media (min-width:47.9375rem) {
    .image-cta__container .image__desktop {
        display: block;
        width: 65%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.image-cta__container .image__mobile {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:47.9375rem) {
    .image-cta__container .image__mobile {
        display: none
    }
}

.story__container {
    margin-top: 1.5rem;
    padding: 1.5rem 0 5.25rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.story__container.add_bottom_padding {
    padding-bottom: 18.75rem
}

.story__container .story__title {
 
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: .125rem;
    text-align: center;
    color: var(--color-primary);
    padding: 0 4rem
}

@media (min-width:47.9375rem) {
    .story__container .story__title {
        font-size: 5rem;
        letter-spacing: .25rem
    }
}

.story__container .story__sub-title {
   
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    margin: 1.5rem
}

@media (min-width:47.9375rem) {
    .story__container .story__sub-title {
        font-size: 1.5rem;
        line-height: 3rem;
        max-width: 100rem
    }
}

.story__container .story__button {
    background: var(--color-accent);
    color: #000;
    border: none;
   
    font-weight: 700;
    font-style: normal;
    padding: .5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: .1rem;
    border-radius: .25rem
}

@media (min-width:47.9375rem) {
    .story__container .story__button {
        border-radius: 0
    }
}

.story__container .story-points__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100rem;
    align-items: "space-between";
    padding: 1.5rem 0 3rem
}

.story__container .story-points__container .story-point {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    box-sizing: border-box
}

@media (min-width:47.9375rem) {
    .story__container .story-points__container .story-point {
        width: 25%
    }
}

.story__container .story-points__container .story-point.full-width {
    width: 100%
}

@media (min-width:47.9375rem) {
    .story__container .story-points__container .story-point.full-width {
        width: 25%
    }
}

.story__container .story-points__container .story-point__label {
   
    font-weight: 800;
    font-style: normal;
    font-size: .875rem;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: .04375rem;
    text-align: center;
    color: var(--color-primary)
}

.story__container .story-points__container .story-point__description {
   
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #082915
}

.story__container .story-points__container .story-point__image {
    width: 2.5rem;
    margin: 1.3125rem auto
}

@media (min-width:47.9375rem) {
    .story__container .story-points__container .story-point__image {
        width: 5rem
    }
}

@media (max-width:47.9375rem) {
    #our-story .two-column-info__container__left-button {
        margin: 0 auto;
        display: block;
        max-width: 244px;
        text-align: center
    }
}

.story_three_images {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column-reverse
}

@media (min-width:47.9375rem) {
    .story_three_images {
        flex-direction: row
    }
}

.story_three_images__container {
    padding: 1.5rem
}

@media (min-width:47.9375rem) {
    .story_three_images__container {
        padding: 3.75rem
    }
}

.story_three_images__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    text-align: center;
    padding-top: 4rem
}

@media (min-width:47.9375rem) {
    .story_three_images__left {
        width: 50%;
        padding-top: 0
    }
}

.story_three_images__left--content {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 0
}

@media (min-width:47.9375rem) {
    .story_three_images__left--content {
        padding: 3rem 0
    }
}

.story_three_images__left--description p {
    font-size: 1.5rem;
    line-height: 1.5
}

.story_three_images__left h3 {
    width: 100%;
    letter-spacing: .125rem
}

.story_three_images__right {
    position: relative;
    height: 260px
}

@media (min-width:47.9375rem) {
    .story_three_images__right {
        width: 50%;
        height: auto
    }
}

.story_three_images__right>div {
    display: inline-block;
    position: absolute;
    z-index: 2
}

.story_three_images__right>div img {
    width: auto;
    height: 100%
}

.story_three_images__right--top {
    top: -25px;
    left: 20px;
    height: 102px
}

@media (min-width:47.9375rem) {
    .story_three_images__right--top {
        top: -60px;
        left: 10%;
        height: 200px
    }
}

.story_three_images__right--middle {
    top: 50%;
    right: -30px;
    transform: translateY(-55%);
    height: 140px;
    z-index: 3
}

@media (min-width:47.9375rem) {
    .story_three_images__right--middle {
        top: 50%;
        right: -60px;
        transform: translateY(-55%);
        height: 250px;
        z-index: 3
    }
}

.story_three_images__right--lower {
    bottom: -30px;
    left: -30px;
    z-index: 4;
    height: 140px
}

@media (min-width:47.9375rem) {
    .story_three_images__right--lower {
        bottom: -60px;
        left: 0;
        z-index: 4;
        height: 250px
    }
}

.home-products__container {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 4% 5.2rem;
    background: #f3f1ef
}

@media (min-width:47.9375rem) {
    .home-products__container {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.home-products__container .product {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem
}

@media (min-width:47.9375rem) {
    .home-products__container .product {
        width: 50%;
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .home-products__container .product {
        width: 25%;
        padding-bottom: 0
    }
}

.home-products__container .product .product__image {
    height: 12.5rem;
    margin-bottom: 2.25rem
}

.home-products__container .product .product__link,
.home-products__container .product .product__sub-title,
.home-products__container .product .product__title {
   
    font-weight: 400;
    font-style: normal
}

.home-products__container .product .product__title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .075rem;
    text-align: center;
    color: var(--color-primary)
}

.home-products__container .product .product__sub-title {
    font-size: 1rem;
    line-height: 1.69;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    color: #082915;
    padding: .75rem 2.25rem;
    min-height: 3.75rem
}

.home-products__container .product .product__link {
    font-size: .75rem;
    font-weight: 800;
    line-height: 2.33;
    letter-spacing: normal;
    text-align: left;
    color: #527a00;
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
    cursor: pointer
}

.home-slider__wrapper {
    display: flex;
    flex-direction: column
}

.home-slider__wrapper.background_color {
    background-color: var(--color-main-background-alternate);
    background-image: -webkit-linear-gradient(90deg, #fff, #fff 50%, var(--color-primary) 0, var(--color-primary) 60%);
    background-image: linear
}

.home-slider__wrapper .home-slider__container {
    margin: 0 auto;
    position: relative;
    padding: 4rem 0;
    width: 100%;
    background: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    .home-slider__wrapper .home-slider__container {
        width: 95%
    }
}

.home-slider__wrapper .home-slider__container.is_inset {
    position: relative
}

.home-slider__wrapper .home-slider__container .home-slider__title {
 
    font-size: 1.375rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 1.1px;
    text-align: center;
    color: var(--color-primary);
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    .home-slider__wrapper .home-slider__container .home-slider__title {
        font-size: 2.5rem
    }
}

.home-slider__wrapper .home-slider__container .home-slider__rule {
    width: 80%;
    height: 1px;
    outline: none;
    border: none;
    background-image: linear-gradient(90deg, #f0f0ed, #f9acb2 51%, #f0f0ed)
}

.home-slider__wrapper .home-slider__container .home-swiper__container {
    display: block;
    background: var(--color-main-background-alternate);
    box-sizing: border-box
}

.home-slider__wrapper .home-slider__container .home-swiper__container.swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.home-slider__wrapper .home-slider__container .home-swiper__container.swiper-container .swiper-slide {
    padding: 1rem 0
}

@media (min-width:47.9375rem) {
    .home-slider__wrapper .home-slider__container .home-swiper__container.swiper-container .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.home-slider__wrapper .home-slider__container .swiper-pagination {
    position: relative;
    margin: 2rem auto
}

.home-slider__wrapper .home-slider__container .swiper-pagination .swiper-pagination-bullet {
    margin: .25rem
}

.home-slider__wrapper .home-slider__container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8a8a8a
}

.home-slider__wrapper .home-slider__container .home-slider__image-container {
    width: 10.25rem;
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.home-slider__wrapper .home-slider__container .home-slider__image-container .home-slider__image {
    width: 100%;
    height: auto
}

.home-slider__wrapper .home-slider__container .home-slider__quote {
    min-height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 2rem;
    font-family: font-body(400, normal);
    font-size: 1.125rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 1px;
    text-align: center;
    color: var(--color-primary);
    text-transform: uppercase
}

.home-slider__wrapper .home-slider__container .home-slider__quote a {
    text-decoration: none;
    color: var(--color-primary)
}

.home-slider__wrapper .home-slider__container .home-slider__source {
    padding: 0 2rem;
    font-family: font-body(500, normal);
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center
}

.home-slider__wrapper .home-slider__container .home-slider__avatar-container {
    width: 10.25rem;
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .75rem auto
}

.home-slider__wrapper .home-slider__container .home-slider__avatar-container .home-slider__avatar {
    width: 6rem;
    height: 6rem
}

.home-slider__wrapper .home-slider__container .home-slider__alt-quote {
    height: 116px;
    width: 80%;
    font-size: 20px
}

.home-slider__wrapper .home-slider__container .home-slider__alt-quote,
.home-slider__wrapper .home-slider__container .home-slider__alt-source {
    font-family: font-body(400, normal);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center
}

.home-slider__wrapper .home-slider__container .home-slider__alt-source {
    height: 20px;
    font-size: .875rem
}

.home-slider__wrapper .home-slider__container .home-slider__user {
    height: 22px;
    font-family: font-body(400, normal);
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 1px;
    text-align: center;
    color: #263673
}

.home-slider__wrapper .hero-button {
    background: var(--color-accent);
    color: #000;
    border: none;
   
    font-weight: 700;
    font-style: normal;
    padding: .5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: .1rem;
    border-radius: 1.5rem;
    white-space: nowrap;
    margin: 0 auto 6.25rem
}

.home_slider__testimonial {
    position: relative
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial {
        height: 500px
    }
}

.home_slider__testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 20px;
    z-index: 1;
    border: 3px solid #fff;
    -o-border-image: url("data:image/svg+xml;utf8,\a       <svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'>\a       <defs>\a         <linearGradient id='redgradient'>\a           <stop offset='0' stop-color='%23E01B28'/>\a           <stop offset='0.19' stop-color='%23FF5A1F'/>\a           <stop offset='0.37' stop-color='%23FCAE00'/>\a           <stop offset='0.5' stop-color='%23FFFFFF'/>\a           <stop offset='0.62' stop-color='%23FCAE00'/>\a           <stop offset='0.78' stop-color='%23FF5A1F'/>\a           <stop offset='100' stop-color='%23E01B28'/>\a           </linearGradient>\a         </defs>\a         <g id='Layer_1'>\a           <path d='M0,0 L50,0 L50,50 L0,50 L0,0 z' fill='url(%23redgradient)' width='100%' height='100%'/>\a         </g>\a       </svg>") 10% stretch;
    border-image: url("data:image/svg+xml;utf8,\a       <svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'>\a       <defs>\a         <linearGradient id='redgradient'>\a           <stop offset='0' stop-color='%23E01B28'/>\a           <stop offset='0.19' stop-color='%23FF5A1F'/>\a           <stop offset='0.37' stop-color='%23FCAE00'/>\a           <stop offset='0.5' stop-color='%23FFFFFF'/>\a           <stop offset='0.62' stop-color='%23FCAE00'/>\a           <stop offset='0.78' stop-color='%23FF5A1F'/>\a           <stop offset='100' stop-color='%23E01B28'/>\a           </linearGradient>\a         </defs>\a         <g id='Layer_1'>\a           <path d='M0,0 L50,0 L50,50 L0,50 L0,0 z' fill='url(%23redgradient)' width='100%' height='100%'/>\a         </g>\a       </svg>") 10% stretch
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial:before {
        top: 0;
        left: 50px;
        bottom: 0;
        right: 50px
    }
}

.home_slider__testimonial .pagination-wrapper {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%
}

.home_slider__testimonial .pagination-wrapper .swiper-pagination-bullet {
    background: #d9dee8;
    border: 0;
    margin-right: 4px
}

.home_slider__testimonial .pagination-wrapper .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.home_slider__testimonial .pagination-wrapper .swiper-pagination-bullet-active {
    background: var(--color-primary)
}

.home_slider__testimonial--inner {
    height: 100%;
    padding: 3rem
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial--inner {
        padding: 6rem
    }
}

.home_slider__testimonial__title {
 
    font-size: 1.625rem;
    margin-bottom: 2rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 1.1px;
    text-align: center;
    color: var(--color-primary);
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial__title {
        font-size: 2.5rem;
        margin-bottom: 3rem
    }
}

.home_slider__testimonial__container {
    padding: 4rem 0
}

.home_slider__testimonial .swiper-container {
    width: auto;
    height: auto
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container {
        display: block
    }
}

.home_slider__testimonial .swiper-container .swiper-slide {
    width: auto
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.home_slider__testimonial .swiper-container .home-slider__image {
    width: 96px;
    height: 96px
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container .home-slider__image {
        width: 300px;
        height: 300px
    }
}

.home_slider__testimonial .swiper-container .home-slider__content {
    text-align: center
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container .home-slider__content {
        max-width: 53.125rem
    }
}

.home_slider__testimonial .swiper-container .home-slider__content .home-slider__quote {
    line-height: 1.7rem;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container .home-slider__content .home-slider__quote {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.home_slider__testimonial .swiper-container .home-slider__content .home-slider__source {
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container .home-slider__content .home-slider__source {
        font-size: 1.5rem;
        line-height: 1.4rem;
        margin-bottom: 1rem
    }
}

.home_slider__testimonial .swiper-container .home-slider__content h6 {
    font-weight: 400;
    color: #77797c
}

@media (min-width:47.9375rem) {
    .home_slider__testimonial .swiper-container .home-slider__content h6 {
        font-size: .85rem;
        line-height: 1.5rem
    }
}

.home_slider__testimonial .swiper-button-next,
.home_slider__testimonial .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center
}

.home_slider__testimonial .swiper-button-next i,
.home_slider__testimonial .swiper-button-prev i {
    font-size: 2rem;
    color: var(--color-primary)
}

.home_slider__testimonial .swiper-button-next:after,
.home_slider__testimonial .swiper-button-prev:after {
    display: none
}

.two-column-info__container {
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:47.9375rem) {
    .two-column-info__container {
        flex-direction: row
    }
}

.two-column-info__container__left,
.two-column-info__container__right {
    width: 100%;
    box-sizing: border-box
}

@media (min-width:47.9375rem) {

    .two-column-info__container__left,
    .two-column-info__container__right {
        width: 50%
    }
}

.two-column-info__container__right {
    padding: 1.5rem
}

@media (min-width:47.9375rem) {
    .two-column-info__container__right {
        padding: 0
    }
}

.two-column-info__container__right-image {
    width: 100%
}

.two-column-info__container__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    justify-content: space-between
}

@media (min-width:47.9375rem) {
    .two-column-info__container__left {
        align-items: flex-start;
        padding: 1.5rem 4rem
    }
}

.two-column-info__container__left-title {
 
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: .1rem;
    text-align: center;
    color: var(--color-primary)
}

.two-column-info__container__left-content p {
    margin: 0
}

.two-column-info__container__left-description {
   
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #082915;
    padding: 1.5rem 0
}

@media (min-width:47.9375rem) {
    .two-column-info__container__left-description {
        text-align: left
    }
}

.two-column-info__container__left-button {
    background: var(--color-accent);
    color: #000;
    border: none;
   
    font-weight: 700;
    font-style: normal;
    padding: .5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .1rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: .25rem
}

@media (min-width:47.9375rem) {
    .two-column-info__container__left-button {
        border-radius: 0
    }
}

.two-column-info__container--reverse {
    flex-direction: column-reverse
}

@media (min-width:47.9375rem) {
    .two-column-info__container--reverse {
        flex-direction: row-reverse
    }
}

.two-column-info__container--alternate {
    background: var(--color-main-background-alternate)
}

.two-column-info__container--cover_image {
    align-items: stretch
}

.two-column-info__container--cover_image .two-column-info__container__right {
    background-repeat: no-repeat;
    background-size: cover
}

.template-product .swiper-full-screen {
    z-index: 10
}

@media (min-width:47.9375rem) {
    .template-product .swiper-full-screen {
        display: none
    }
}

.template-product .swiper-full-screen .swiper-container {
    width: 100%;
    height: auto;
    margin: 0
}

.template-product .swiper-full-screen .swiper-container .swiper-button-next,
.template-product .swiper-full-screen .swiper-container .swiper-button-next-stl,
.template-product .swiper-full-screen .swiper-container .swiper-button-prev,
.template-product .swiper-full-screen .swiper-container .swiper-button-prev-stl {
    display: none;
    outline: none
}

.template-product .swiper-full-screen .swiper-container .swiper-slide,
.template-product .swiper-full-screen .swiper-container img {
    width: 100% !important;
    height: auto !important
}

.template-product .full-screen__no-scroll {
    overflow: hidden !important
}

.template-product .full-screen__no-scroll .pdp-images__module {
    position: absolute;
    top: 60px;
    left: 0
}

@media (min-width:47.9375rem) {
    .template-product .full-screen__no-scroll .pdp-images__module {
        display: none
    }
}

.template-product .swiper-wrapper {
    display: flex
}

.template-product .swiper-container {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: 376px;
    width: 300px;
    overflow: hidden
}

@media (min-width:47.9375rem) {
    .template-product .swiper-container {
        display: none
    }
}

.template-product .swiper-container .full-screen-toggle {
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #d7d7d7;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.template-product .swiper-container .full-screen-toggle.open {
    border: none;
    background: none
}

.template-product .swiper-container .full-screen-toggle.open .fa-arrows-v {
    display: none
}

.template-product .swiper-container .full-screen-toggle.open .fa-times {
    display: block
}

.template-product .swiper-container .full-screen-toggle .fa-arrows-v {
    display: block;
    transform: rotate(45deg);
    font-size: small
}

.template-product .swiper-container .full-screen-toggle .fa-times {
    display: none
}

.template-product .swiper-container .swiper-slide {
    width: 300px
}

.template-product .swiper-container .swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 376px;
    width: 300px
}

.template-product .swiper-container.swiper-container-featured_only,
.template-product .swiper-container.swiper-container-featured_only .swiper-slide img {
    height: auto
}

.template-product .swiper-container .swiper-button-next,
.template-product .swiper-container .swiper-button-next-stl {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiBmaWxsPSIjYTdhNWE2Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat
}

.template-product .swiper-container .swiper-button-prev,
.template-product .swiper-container .swiper-button-prev-stl {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiBmaWxsPSIjYTdhNWE2Ig0KCSB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8Zz4NCiAgICA8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUNCiAgICAgIGMyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTRjNS4zLTUuMyw1LjMtMTMuOCwwLTE5LjFMMTQ1LjE4OCwyMzguNTc1eiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==) no-repeat;
    background-size: 30px;
    outline: none
}

.template-product .swiper-container .swiper-button-next,
.template-product .swiper-container .swiper-button-next-stl {
    background-size: 34px;
    top: calc(50% - 2px);
    outline: none
}

.template-product .swiper-container .swiper-pagination-bullet {
    background: none;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    text-decoration: none;
    width: 7px;
    height: 7px;
    border: 1px solid #ababab;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1
}

.template-product .swiper-container .swiper-pagination-bullet-active {
    background: #ababab
}

.pods__pod__title {
    text-align: center
}

.pods__pod__image {
    width: 100%
}

.pods__pod__image img {
    max-width: 100%;
    height: auto
}

.cta_button__container {
    display: flex;
    justify-content: center
}

.cta_button__container a {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    height: 2.75rem;
    background: var(--color-accent);
    line-height: 2.75rem;
    color: var(--color-body-text);
    border-radius: 4px;
    text-decoration: none
}

.video__container {
    padding: 2rem 0;
    height: 200px
}

@media (min-width:47.9375rem) {
    .video__container {
        padding: 4rem 0;
        height: 840px
    }
}

.video__cover_image {
    margin: 0 1.5rem;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:47.9375rem) {
    .video__cover_image {
        margin: 0 6rem
    }
}

.video__play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 150px;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0
}

.video__play_button__btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 4px solid #fff
}

@media (min-width:47.9375rem) {
    .video__play_button__btn {
        width: 96px;
        height: 96px
    }
}

.video__play_button__btn span {
    display: block;
    position: absolute;
    margin: -18px 0 0 3px;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

@media (min-width:47.9375rem) {
    .video__play_button__btn span {
        margin: -16px 0 0 4px;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent
    }
}

.video__play_button__text {
    margin: 1rem 0 0;
    width: 100%;
    color: #fff;
    font-size: 1rem
}

.imagePopout__container {
    padding: 3rem 0;
    height: 900px
}

.imagePopout__cover_image {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (min-width:47.9375rem) {
    .imagePopout__cover_image {
        height: 100%;
        background-size: cover;
        font-size: 1.5rem;
        line-height: 3rem
    }
}

.imagePopout__popout {
    margin-top: 196px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0;
    background: #fff
}

@media (min-width:47.9375rem) {
    .imagePopout__popout {
        margin-top: 0;
        width: 50%;
        margin-right: 5rem;
        padding: 6rem 0
    }
}

.imagePopout__popout__title {
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: var(--color-primary);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0 3rem 1.25rem;
    letter-spacing: .125rem
}

@media (min-width:47.9375rem) {
    .imagePopout__popout__title {
        font-size: 2.5rem
    }
}

.imagePopout__popout__title:after {
    width: 70% !important
}

.imagePopout__popout__content {
    margin-bottom: 1rem;
    padding: 0 4.5rem;
    line-height: 2;
    text-align: center
}

.imagePopout__popout__content p {
    margin: 0 0 1em
}

.imagePopout__popout__content p:last-child {
    margin-bottom: 0
}

.imagePopout__popout__actions {
    text-align: center
}

.imagePopout__popout__link {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    text-transform: none
}

.staff__container {
    padding: 4rem 0
}

.staff__container header {
    padding: 2rem 0;
    text-align: center
}

@media (min-width:47.9375rem) {
    .staff__container header {
        padding: 4rem 0
    }
}

.staff__container header h2 {
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: var(--color-primary);
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    .staff__container header h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

.staff__container header div {
    padding: 0 1.5rem;
    font-size: 1.25rem;
    line-height: 2.5rem
}

@media (min-width:47.9375rem) {
    .staff__container header div {
        padding: 0 8rem;
        font-size: 1.5rem
    }
}

.staff__container--alternate {
    background: var(--color-main-background-alternate)
}

.staff__bios {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0
}

@media (min-width:47.9375rem) {
    .staff__bios {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.staff__bios--1up,
.staff__bios--2up,
.staff__bios--3up,
.staff__bios--4up {
    justify-content: center;
    align-items: center
}

.staff__bios__bio {
    width: 90%;
    margin-bottom: 3rem;
    padding: 0 1%;
    text-align: center
}

@media (min-width:47.9375rem) {
    .staff__bios__bio {
        width: 25%
    }
}

.staff__bios__bio__image {
    width: 70%;
    margin: 0 auto
}

@media (min-width:47.9375rem) {
    .staff__bios__bio__image {
        width: 100%
    }
}

.staff__bios__bio__image img {
    width: 100%;
    height: auto
}

.staff__bios__bio__name {
    margin-top: 1rem;
    padding: 0 2rem;
 
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    color: var(--color-primary);
    text-transform: uppercase
}

.staff__bios__bio__position {
    margin-top: 0;
    padding: 0 2rem;
    font-size: 1.125rem
}

.staff__bios__bio__description {
    padding: 0 2rem 1rem;
    font-size: .875rem
}

.staff__bios__bio__product {
    padding: 0 2rem;
    font-size: .875rem
}

.staff__bios__bio__product strong {
    padding: 0 0 .75rem;
    display: block;
    text-transform: uppercase;
    color: var(--color-primary)
}

.staff__bios__bio__product a {
    color: var(--color-primary)
}

.hover_bar {
    padding: 50px 0;
    margin: 0 auto
}

.hover_bar--inner {
    display: flex;
    justify-content: center;
    flex-wrap: no-wrap
}

.hover_bar__container--one .hover_bar {
    display: none
}

.hover_bar__container--one .hover_bar .hover_bar--inner {
    display: block;
    max-width: 1000px;
    margin: 0 auto
}

.hover_bar__container--one .hover_bar .hover_bar__item {
    display: inline-block;
    width: 76px;
    height: 100px
}

.hover_bar__container--one .hover_bar .hover_bar__item--content p {
    color: #000
}

@media (min-width:47.9375rem) {
    .hover_bar__container--one .hover_bar {
        display: block
    }
}

.hover_bar__item {
    position: relative;
    display: flex;
    width: 64px;
    height: 84px;
    margin-right: 10px;
    transition: all .45s;
    transform-origin: center left
}

.hover_bar__item:last-child {
    margin-right: 0
}

.hover_bar__item--content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    transition: opacity .45s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.hover_bar__item--content img {
    width: 100%;
    height: auto
}

.hover_bar__item--content p {
    opacity: 1;
    margin: 0;
    font-size: .45rem;
    font-weight: 600;
    color: var(--color-primary);
    text-align: center;
    width: 100%
}

.ingredients {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ingredients__actions {
    text-align: center;
    padding: 3rem 0 2rem
}

.ingredients__actions button {
    color: #fff
}

.ingredients__ingredient {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    cursor: pointer
}

.ingredients__ingredient:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

@media (min-width:47.9375rem) {
    .ingredients__ingredient {
        width: 30%
    }
}

.ingredients__ingredient--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: top
}

.ingredients__ingredient--content {
    z-index: 1;
    position: absolute;
    right: 50px;
    bottom: 50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    text-align: center;
    background: #fff
}

.ingredients__ingredient--content i {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    color: #999
}

.ingredients__ingredient--content h3 {
 
    font-style: normal;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-primary)
}

.ingredients__ingredient--description {
    display: none;
    font-size: .75rem;
    line-height: 1rem
}

.ingredients__ingredient--on:after {
    padding-bottom: 0
}

.ingredients__ingredient--on .ingredients__ingredient--content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 50px
}

.ingredients__ingredient--on .ingredients__ingredient--content i {
    bottom: 5px
}

.ingredients__ingredient--on .ingredients__ingredient--content .ingredients__ingredient--description {
    display: block
}

.popular_products {
    margin: 0 auto;
    padding: 0
}

.popular_products__container {
    padding: 1.5rem;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:47.9375rem) {
    .popular_products__container {
        padding: 3rem
    }
}

.popular_products>header {
    position: relative;
    padding: 2.5rem 1.5rem;
    background: var(--color-main-background-alternate);
    text-align: center
}

.popular_products>header h3 {
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--color-primary);
    text-align: center
}

@media (min-width:47.9375rem) {
    .popular_products>header h3 {
        font-size: 2.5rem
    }
}

.popular_products>header a {
    position: relative;
    display: inline-block;
    margin-top: 1.5rem;
    padding-bottom: .5rem;
    color: var(--color-primary);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 700
}

@media (min-width:47.9375rem) {
    .popular_products>header a {
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
        margin: 0
    }
}

.popular_products>header a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fcae00;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (min-width:47.9375rem) {
    .popular_products>header a:after {
        display: none
    }
}

.popular_products__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background: #fff
}

@media (min-width:47.9375rem) {
    .popular_products__content {
        flex-direction: row
    }
}

.popular_products__content--desktop {
    display: none
}

@media (min-width:47.9375rem) {
    .popular_products__content--desktop {
        display: flex
    }
}

.popular_products__content--mobile {
    display: flex
}

@media (min-width:47.9375rem) {
    .popular_products__content--mobile {
        display: none
    }
}

.popular_products__swiper {
    padding: 0
}

@media (min-width:47.9375rem) {
    .popular_products__swiper {
        padding: 3rem;
        width: 30%
    }
}

.popular_products__swiper--inner {
    position: relative;
    min-width: 200px;
    width: 100%;
    background: var(--color-primary);
    overflow: hidden
}

@media (min-width:47.9375rem) {
    .popular_products__swiper--inner {
        height: 500px
    }
}

.popular_products__swiper__button {
    padding: 2rem 1.5rem;
    width: 100%;
    font-size: 1.25rem;
    color: #fff;
    text-align: left
}

.popular_products__swiper__button i {
    float: right
}

.popular_products__swiper__mobileExpander {
    display: none;
    flex-direction: column
}

.popular_products__swiper__mobileExpander .swiper-slide {
    padding: 2rem 0;
    border-top: 1px solid #fff
}

.popular_products__swiper__mobileExpander--on {
    display: flex
}

.popular_products__swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.popular_products__swiper .swiper-slide span {
    opacity: 1
}

@media (min-width:47.9375rem) {
    .popular_products__swiper .swiper-slide span {
        opacity: .2
    }
}

.popular_products__swiper .swiper-slide-active {
    background-color: hsla(0, 0%, 100%, .1)
}

.popular_products__swiper .swiper-slide-active span,
.popular_products__swiper .swiper-slide-prev span {
    opacity: 1
}

@media (min-width:47.9375rem) {
    .popular_products__swiper .swiper-slide-prev span {
        opacity: .6
    }
}

.popular_products__swiper .swiper-slide-next span {
    opacity: 1
}

@media (min-width:47.9375rem) {
    .popular_products__swiper .swiper-slide-next span {
        opacity: .6
    }
}

.popular_products__swiper .swiper-button-vert-next,
.popular_products__swiper .swiper-button-vert-prev {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: #f30
}

.popular_products__swiper .swiper-button-vert-prev {
    display: none;
    top: 0;
    color: #ccc3bc;
    background: var(--color-primary)
}

.popular_products__swiper .swiper-button-vert-prev:after {
    font-size: 1.5rem
}

@media (min-width:47.9375rem) {
    .popular_products__swiper .swiper-button-vert-prev {
        display: block
    }
}

.popular_products__swiper .swiper-button-vert-prev:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 51%, hsla(0, 0%, 100%, 0))
}

.popular_products__swiper .swiper-button-vert-next {
    display: none;
    bottom: 0;
    color: #ccc3bc;
    background: var(--color-primary)
}

.popular_products__swiper .swiper-button-vert-next:after {
    font-size: 1.5rem
}

@media (min-width:47.9375rem) {
    .popular_products__swiper .swiper-button-vert-next {
        display: block
    }
}

.popular_products__swiper .swiper-button-vert-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 51%, hsla(0, 0%, 100%, 0))
}

.popular_products__swiper .swiper-button-prev {
    background-size: 30px
}

.popular_products__swiper .swiper-button-next {
    background-size: 34px;
    top: calc(50% - 2px)
}

.popular_products__products {
    padding: 1.5rem
}

@media (min-width:47.9375rem) {
    .popular_products__products {
        width: 70%;
        padding: 3rem 3rem 3rem 0
    }
}

.popular_products__product {
    justify-content: space-between;
    display: flex;
    text-align: center;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .popular_products__product {
        display: none
    }
}

@media (min-width:67.5rem) {
    .popular_products__product {
        flex-direction: row
    }
}

.popular_products__product__desc {
    position: relative;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    font-size: .85rem;
    text-align: center;
    line-height: 1.5rem
}

.popular_products__product__desc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, #fff 0, #fcae00 52%, #fff)
}

.popular_products__product__icons div {
    height: 64px
}

.popular_products__product__icons div img {
    max-height: 100%;
    width: auto
}

.popular_products__product__icons p {
    margin: 0;
    font-size: .85em;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: uppercase
}

@media (min-width:67.5rem) {
    .popular_products__product--image {
        width: 50%
    }
}

.popular_products__product--image img {
    height: 200px;
    width: auto
}

@media (min-width:67.5rem) {
    .popular_products__product--image img {
        width: 100%;
        height: auto
    }
}

.popular_products__product--details {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (min-width:67.5rem) {
    .popular_products__product--details {
        width: 50%
    }
}

.popular_products__product--details header {
    text-align: center;
    color: var(--color-primary)
}

.popular_products__product--details header h3 {
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    text-transform: uppercase
}

.popular_products__product--details header div {
    font-size: .75rem;
    font-style: italic
}

.popular_products__product--details .butt {
    text-transform: none;
    color: #fff
}

.popular_products__product .butt {
    margin-top: 2rem
}

.popular_products__product--active {
    display: flex
}

.popular_products .popular_products__content--mobile {
    position: relative
}

.popular_products .popular_products__content--mobile .swiper__container {
    overflow: hidden
}

.popular_products .popular_products__content--mobile .popular_products__products {
    position: relative;
    padding-bottom: 7.5rem
}

.popular_products .popular_products__content--mobile .popular_products__swiper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%
}

.popular_products .popular_products__content--mobile .swiper-button-vert-next,
.popular_products .popular_products__content--mobile .swiper-button-vert-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20%;
    z-index: 100;
    width: 30px;
    height: 30px;
    color: var(--color-primary);
    font-size: 1.5rem;
    outline: none
}

.popular_products .popular_products__content--mobile .swiper-button-vert-next {
    left: 1.5rem
}

.popular_products .popular_products__content--mobile .swiper-button-vert-prev {
    right: 1.5rem
}

.square_content_blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    .square_content_blocks {
        flex-direction: row
    }
}

.square_content_blocks--shift_middle .square_content_blocks__block:first-child,
.square_content_blocks--shift_middle .square_content_blocks__block:nth-child(3) {
    margin-top: 30px
}

.square_content_blocks__container--transparent .butt,
.square_content_blocks__container--transparent .cta_button__container a,
.square_content_blocks__container--transparent .square_content_blocks__block--content {
    background: transparent
}

.square_content_blocks__container--flush .square_content_blocks__block {
    margin-right: 0;
    margin-bottom: 0
}

.square_content_blocks__block {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    cursor: pointer;
    padding: 30px
}

@media (min-width:47.9375rem) {
    .square_content_blocks__block {
        width: 33.33333%;
        margin-right: 1%
    }
}

.square_content_blocks__block:last-child {
    margin-right: 0
}

.square_content_blocks__block:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.square_content_blocks__block--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: top
}

.square_content_blocks__block--content {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 1.5rem;
    text-align: center;
    background: #fff
}

.square_content_blocks__block--content h3 {
    margin-bottom: 1rem;
 
    font-style: normal;
    position: relative;
    font-size: 1.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-primary)
}

.square_content_blocks__block--description {
    margin-bottom: 1rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.square_content_blocks__block--link {
    width: 80%;
    color: #fff;
    text-transform: none
}

.square_content_blocks__container--black .square_content_blocks h3,
body.site--solaray .square_content_blocks__container--black .square_content_blocks h3 {
    color: #000;
    margin-bottom: 0
}

.square_content_blocks__container--black .square_content_blocks h3:after,
body.site--solaray .square_content_blocks__container--black .square_content_blocks h3:after {
    background-image: none
}

.square_content_blocks__container--black .butt,
.square_content_blocks__container--black .cta_button__container a,
body.site--solaray .square_content_blocks__container--black .butt,
body.site--solaray .square_content_blocks__container--black .cta_button__container a {
    color: #000
}

body.site--heritage_store .header__container nav a {
    font-size: 1.25rem
}

body.site--heritage_store .breadcrumb__container section span {
    color: #fff
}

body.site--heritage_store .breadcrumb__container a {
    border-color: #fff;
    color: #fff
}

body.site--heritage_store .hero-image__container .hero-image__content-container {
    top: 70%
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .hero-image__container .hero-image__content-container {
        top: 50%
    }
}

body.site--heritage_store .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2rem
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .hero-image__container .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--heritage_store .blog_hero__container h2 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    line-height: 5rem
}

body.site--heritage_store .story__container {
    position: relative;
    background: var(--color-primary);
    margin: 0;
    padding: 4rem 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .story__container {
        padding: 10rem 0 6rem
    }
}

body.site--heritage_store .story__container .story__title {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .story__container .story__title {
        font-size: 3.5rem;
        line-height: 3.5rem
    }
}

body.site--heritage_store .story__container .story-points__container {
    display: none
}

body.site--heritage_store .story__container .story__button {
    border-radius: 25px;
 
    font-weight: 400;
    font-style: normal;
    font-weight: 700
}

body.site--heritage_store .two-column-info__container .two-column-info__container__left-title {
    text-transform: uppercase
}

body.site--heritage_store .two-column-info__container .two-column-info__container__left-description {
    font-size: 1.25rem
}

body.site--heritage_store .two-column-info__container .two-column-info__container__left-description p {
    margin-bottom: 1.5rem
}

body.site--heritage_store .two-column-info__container .two-column-info__container__left-description strong {
    text-transform: uppercase;
    color: var(--color-primary);
    letter-spacing: 1.2px
}

body.site--heritage_store .blog_section__container--latest h4 {
 
    font-weight: 400;
    font-style: normal
}

body.site--heritage_store .blog_section__container--latest a,
body.site--heritage_store .hero-image__container .hero-button {
    border-radius: 25px;
 
    font-weight: 400;
    font-style: normal;
    font-weight: 700
}

body.site--heritage_store .image-cta__container {
    width: calc(100% - rem(50));
    background: var(--color-primary);
    padding: 0 0 1.5rem;
    margin: 0
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .image-cta__container {
        display: flex;
        margin: 0 0 0 3.125rem;
        padding: 1.5rem 0
    }

    body.site--heritage_store .image-cta__container.reverse {
        margin-left: 0;
        margin-right: 3.125rem
    }

    body.site--heritage_store .image-cta__container.reverse .image__desktop {
        position: relative;
        left: inherit;
        right: -3.125rem;
        width: 40%
    }

    body.site--heritage_store .image-cta__container .image__desktop {
        position: relative;
        left: -3.125rem;
        width: 40%
    }
}

body.site--heritage_store .image-cta__container .image__mobile {
    width: 100%;
    height: auto
}

body.site--heritage_store .image-cta__container .image-cta__info-container {
    flex-grow: 1
}

body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner {
    background: var(--color-primary);
    padding: 3rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner {
        position: relative;
        left: 0;
        padding: 3rem 0
    }

    body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner.reverse {
        left: inherit;
        right: 0
    }
}

body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__title {
 
    font-weight: 400;
    margin: 1rem 0 0;
    border: none;
    width: 100%;
    position: relative;
    font-size: 1.6875rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2.8px;
    text-align: center;
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__title {
        width: 25rem;
        font-size: 2.25rem
    }
}

body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__subtitle {
   
    font-weight: 800;
    font-style: "normal";
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin: 1.25rem;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__subtitle {
        width: 25rem
    }
}

body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__thirdtitle {
    width: 264px;
   
    font-weight: 800;
    font-style: "normal";
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2rem;
    letter-spacing: 1.2px;
    text-align: center;
    color: var(--color-text-alternate)
}

body.site--heritage_store .image-cta__container .image-cta__info-container .image-cta__info-container-inner .image-cta__button {
    border-radius: 1.5625rem;
    margin: 1.25rem
}

body.site--heritage_store .home-products {
    padding: 9rem 0
}

body.site--heritage_store .home-products__title {
 
    font-size: 3.5rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1.5rem;
    color: var(--color-primary)
}

body.site--heritage_store .home-products__explore-container {
    margin: 0 auto 2rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .home-products__explore-container {
        margin: 2rem auto
    }
}

body.site--heritage_store .home-products__explore-container .home-products__explore {
    border-radius: 32px
}

body.site--heritage_store .home-products__container {
    box-sizing: border-box;
    background: #fff;
    padding: 3rem 0
}

body.site--heritage_store .home-products__container.swiper-container {
    width: 100%;
    height: auto;
    margin: 0
}

body.site--heritage_store .home-products__container.swiper-container .swiper-pagination {
    display: block
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .home-products__container.swiper-container .swiper-pagination {
        display: none
    }
}

body.site--heritage_store .home-products__container.swiper-container .swiper-pagination-bullet-active {
    background: var(--color-accent);
    border: 1px solid var(--color-accent)
}

body.site--heritage_store .home-products__container.swiper-container .swiper-button-next,
body.site--heritage_store .home-products__container.swiper-container .swiper-button-prev {
    display: none
}

body.site--heritage_store .home-products__container .product {
    width: 100%;
    height: auto !important
}

@media (min-width:47.9375rem) {
    body.site--heritage_store .home-products__container .product {
        width: 33% !important
    }
}

body.site--heritage_store .home-products__container .product .product__title {
   
    font-weight: 800;
    font-style: "normal";
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.2px;
    text-align: center
}

body.site--heritage_store .home-products__container .product .product__subtitle {
   
    font-weight: 800;
    font-style: "normal";
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center
}

body.site--heritage_store .home-products__container .product .product__link {
   
    font-weight: 800;
    font-style: "normal";
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 1px;
    text-align: left;
    color: #5176b8;
    text-transform: uppercase
}

body.site--heritage_store .newsletter__container {
    background: var(--color-main-background-alternate)
}

body.site--heritage_store .newsletter__container .newsletter__pod h3 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 2rem
}

body.site--heritage_store .newsletter__container .newsletter__pod p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000
}

body.site--heritage_store .newsletter__container .newsletter__pod .form-input {
    border-radius: 5px
}

body.site--heritage_store .newsletter__container .social_icons a {
    color: var(--color-primary);
    font-size: 3rem
}

body.site--heritage_store .newsletter__container .butt {
    border-radius: 25px;
 
    font-weight: 400;
    font-style: normal;
    font-weight: 700
}

body.site--heritage_store.template-index .story__container--main .story__title {
    padding-top: 75px
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-index .story__container--main .story__title {
        padding-top: 0
    }
}

body.site--heritage_store.template-index .swiper-slide {
    width: 100%
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-index .swiper-slide {
        width: 300px
    }
}

body.site--heritage_store.template-our_story #shopify-section-newsletter-bar {
    padding-top: 100px
}

body.site--heritage_store.template-faq .blog_hero__container h2 {
    font-size: 2.5rem
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-faq .blog_hero__container h2 {
        font-size: 5.625rem
    }
}

body.site--heritage_store.template-faq .hero__container h2 {
    font-size: 2.25rem;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-faq .hero__container h2 {
        font-size: 3.5rem
    }
}

body.site--heritage_store.template-faq .butt {
    border-radius: 25px;
 
    font-weight: 400;
    font-style: normal;
    font-weight: 700
}

body.site--heritage_store.template-contact .blog_hero__container {
    background-position: 65% 0
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-contact .blog_hero__container {
        background-position: 0 0
    }
}

body.site--heritage_store.template-contact .blog_hero__container h2 {
    font-size: 2.5rem
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-contact .blog_hero__container h2 {
        font-size: 5.625rem
    }
}

body.site--heritage_store.template-contact .hero__container h2 {
    font-size: 2.25rem;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-contact .hero__container h2 {
        font-size: 3.5rem
    }
}

body.site--heritage_store.template-contact .butt {
    border-radius: 25px;
 
    font-weight: 400;
    font-style: normal;
    font-weight: 700
}

body.site--heritage_store .footer__container {
    background: var(--color-primary)
}

body.site--heritage_store .footer__container a {
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase
}

body.site--heritage_store .footer__container--lower {
    background: var(--color-tirtiary)
}

body.site--heritage_store .footer__container--lower footer {
    color: #fff;
    font-size: 1.1rem
}

body.site--heritage_store .footer__container--lower footer a {
    font-size: .75rem
}

body.site--heritage_store .slider--gratitude {
    background: var(--color-main-background-alternate)
}

body.site--heritage_store .slider--gratitude .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

body.site--heritage_store .slider--gratitude .swiper-slide .home-slider__quote {
    order: 0;
    width: 100%;
    padding: 0;
    text-transform: none;
    color: #000;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
    min-height: 120px
}

body.site--heritage_store .slider--gratitude .swiper-slide .home-slider__image-container {
    order: 1;
    max-width: 60px
}

body.site--heritage_store .slider--gratitude .swiper-slide .home-slider__image-container img {
    width: 100%;
    height: auto
}

body.site--heritage_store .slider--gratitude .swiper-slide .home-slider__user {
    order: 2
}

body.site--heritage_store .slider--gratitude .swiper-slide .home-slider__source {
    order: 3;
    font-size: .85rem;
    margin-top: 10px
}

body.site--heritage_store .slider--gratitude .pagination-wrapper {
    display: none
}

body.site--heritage_store.template-index .story__container .story__button {
    margin-top: 2rem
}

body.site--heritage_store.template-index .image-cta__container--musings .image-cta__title:before,
body.site--heritage_store.template-index .image-cta__container--promise .image-cta__title:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
    background-image: var(--heritage-sun);
    background-repeat: no-repeat;
    background-size: 150px 67px;
    width: 150px;
    height: 67px
}

body.site--heritage_store.template-index .blog_section__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 4rem 2rem
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-index .blog_section__container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 4rem 6rem
    }
}

body.site--heritage_store.template-index .blog_section__container .blog_pod {
    margin-bottom: 2rem
}

body.site--heritage_store.template-index .blog_section__container .blog_pod:last-child {
    margin-bottom: 0
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-index .blog_section__container .blog_pod:last-child {
        margin-bottom: 2rem
    }
}

body.site--heritage_store.template-index .blog_section__container .blog_pod__title {
    margin-bottom: .5rem
}

body.site--heritage_store.template-index .blog_section__container .blog_pod__title a {
    text-transform: uppercase;
    color: #263673
}

body.site--heritage_store.template-index .blog_section__container .blog_pod__summary {
    margin-bottom: .5rem;
    line-height: 1.5rem
}

body.site--heritage_store.template-index .blog_section__container .blog_pod__read_more {
    color: #5176b8
}

body.site--heritage_store.template-index .blog_section__container .blog_pod__read_more span {
    display: none
}

body.site--heritage_store.template-index .blog_section__container .blog_pod__read_more:after {
    content: "READ ON"
}

body.site--heritage_store.template-about-us .hero-image__container .mobile-image {
    min-height: 200px
}

body.site--heritage_store.template-about-us .hero-image__container .hero-image__content-container {
    top: 60%;
    padding: 0
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-about-us .hero-image__container .hero-image__content-container {
        top: 57%
    }
}

body.site--heritage_store.template-about-us .story__container--genuineBeauty {
    padding: 8rem 0 3rem;
    background: #fff
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-about-us .story__container--genuineBeauty {
        padding: 11rem 0 5rem
    }
}

body.site--heritage_store.template-about-us .story__container--genuineBeauty .story__title {
    color: var(--color-primary)
}

body.site--heritage_store.template-about-us .story__container--genuineBeauty .story__sub-title {
    max-width: 600px
}

body.site--heritage_store.template-about-us .two_column--humbleBeginnings {
    background-color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-about-us .two_column--humbleBeginnings {
        background-image: -webkit-linear-gradient(0deg, var(--color-primary), var(--color-primary) 92%, #fff 0, #fff);
        background-image: linear
    }
}

body.site--heritage_store.template-about-us .two_column--humbleBeginnings .two-column-info__container__left-description p {
    color: #fff
}

body.site--heritage_store.template-about-us .two_column--humbleBeginnings .two-column-info__container__left-description p em {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #bad0f5
}

body.site--heritage_store.template-about-us .story__container--ourEthos {
    padding: 5rem 0;
    background: #fff
}

body.site--heritage_store.template-about-us .story__container--ourEthos:before {
    display: none
}

body.site--heritage_store.template-about-us .story__container--ourEthos .story__title {
    color: var(--color-primary)
}

body.site--heritage_store.template-about-us .two_column--radicalSimplicity {
    background-color: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-about-us .two_column--radicalSimplicity {
        background-image: -webkit-linear-gradient(0deg, var(--color-main-background-alternate), var(--color-main-background-alternate) 92%, #fff 0, #fff);
        background-image: linear
    }
}

body.site--heritage_store.template-about-us .two_column--radicalSimplicity .two-column-info__container__left-title {
    text-align: left;
    font-size: 2rem
}

body.site--heritage_store.template-about-us .two_column--radicalSimplicity .two-column-info__container__left-content p {
    padding: 0
}

body.site--heritage_store.template-about-us .two_column--goodVibes {
    margin: 3rem 0;
    background-color: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-about-us .two_column--goodVibes {
        background-image: -webkit-linear-gradient(0deg, #fff, #fff 8%, var(--color-main-background-alternate) 0, var(--color-main-background-alternate));
        background-image: linear
    }
}

body.site--heritage_store.template-about-us .two_column--goodVibes .two-column-info__container__left-title {
    text-align: left;
    font-size: 2rem
}

body.site--heritage_store.template-about-us .two_column--goodVibes .two-column-info__container__left-content {
    text-align: center
}

body.site--heritage_store.template-about-us .two_column--goodVibes .two-column-info__container__left-content p {
    margin-bottom: 1rem;
    padding: 0
}

body.site--heritage_store.template-about-us .two_column--goodVibes .two-column-info__container__left-button {
    border-radius: 16.5px
}

body.site--heritage_store.template-about_us .hero-image__container .mobile-image,
body.site--heritage_store.template-aurora-glow .hero-image__container .mobile-image,
body.site--heritage_store.template-our_story .hero-image__container .mobile-image {
    min-height: 200px
}

body.site--heritage_store.template-about_us .hero-image__container .hero-image__content-container,
body.site--heritage_store.template-aurora-glow .hero-image__container .hero-image__content-container,
body.site--heritage_store.template-our_story .hero-image__container .hero-image__content-container {
    top: 60%;
    padding: 0
}

@media (min-width:47.9375rem) {

    body.site--heritage_store.template-about_us .hero-image__container .hero-image__content-container,
    body.site--heritage_store.template-aurora-glow .hero-image__container .hero-image__content-container,
    body.site--heritage_store.template-our_story .hero-image__container .hero-image__content-container {
        top: 57%
    }
}

body.site--heritage_store.template-about_us .story__container--downToEarth,
body.site--heritage_store.template-aurora-glow .story__container--downToEarth,
body.site--heritage_store.template-our_story .story__container--downToEarth {
    padding: 8rem 0 3rem;
    background: #fff
}

@media (min-width:47.9375rem) {

    body.site--heritage_store.template-about_us .story__container--downToEarth,
    body.site--heritage_store.template-aurora-glow .story__container--downToEarth,
    body.site--heritage_store.template-our_story .story__container--downToEarth {
        padding: 11rem 0 5rem
    }
}

body.site--heritage_store.template-about_us .story__container--downToEarth .story__title,
body.site--heritage_store.template-aurora-glow .story__container--downToEarth .story__title,
body.site--heritage_store.template-our_story .story__container--downToEarth .story__title {
    color: var(--color-primary)
}

body.site--heritage_store.template-about_us .story__container--downToEarth .story__sub-title,
body.site--heritage_store.template-aurora-glow .story__container--downToEarth .story__sub-title,
body.site--heritage_store.template-our_story .story__container--downToEarth .story__sub-title {
    max-width: 1000px
}

body.site--heritage_store.template-about_us .two_column--sourcingForChange,
body.site--heritage_store.template-about_us .two_column--whatCleanMeans,
body.site--heritage_store.template-aurora-glow .two_column--sourcingForChange,
body.site--heritage_store.template-aurora-glow .two_column--whatCleanMeans,
body.site--heritage_store.template-our_story .two_column--sourcingForChange,
body.site--heritage_store.template-our_story .two_column--whatCleanMeans {
    background-color: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {

    body.site--heritage_store.template-about_us .two_column--sourcingForChange,
    body.site--heritage_store.template-about_us .two_column--whatCleanMeans,
    body.site--heritage_store.template-aurora-glow .two_column--sourcingForChange,
    body.site--heritage_store.template-aurora-glow .two_column--whatCleanMeans,
    body.site--heritage_store.template-our_story .two_column--sourcingForChange,
    body.site--heritage_store.template-our_story .two_column--whatCleanMeans {
        background-image: -webkit-linear-gradient(0deg, var(--color-main-background-alternate), var(--color-main-background-alternate) 92%, #fff 0, #fff);
        background-image: linear
    }
}

body.site--heritage_store.template-about_us .two_column--vormag,
body.site--heritage_store.template-aurora-glow .two_column--vormag,
body.site--heritage_store.template-our_story .two_column--vormag {
    padding: 6rem 0
}

body.site--heritage_store.template-aurora-glow .two_column--whatCleanMeans {
    background-color: var(--color-main-background-alternate)
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-aurora-glow .two_column--whatCleanMeans {
        background-image: -webkit-linear-gradient(0deg, var(--color-main-background-alternate), var(--color-main-background-alternate) 92%, #fff 0, #fff);
        background-image: linear
    }
}

body.site--heritage_store.template-product .swiper-container,
body.site--heritage_store.template-product .swiper-container .swiper-slide img {
    height: auto
}

body.site--heritage_store.template-collection .collection__image {
    min-height: 230px;
    height: 230px;
    max-height: 230px
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-collection .collection__image {
        height: 450px;
        max-height: 450px
    }
}

body.site--heritage_store.template-collection .collection__image:before {
    background-image: linear-gradient(180deg, rgba(39, 53, 118, 0), rgba(39, 53, 118, .5))
}

body.site--heritage_store.template-collection .collection__image__content h2 {
 
    font-weight: 400;
    font-style: normal
}

body.site--heritage_store.template-collection .collection__image__content--paragraph {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--heritage_store.template-collection .collection__image__content--paragraph {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 300
    }
}

body.site--heritage_store ul.tags li {
    background: var(--color-accent)
}

body.site--heritage_store .cart__container main {
    min-height: 800px
}

body.site--heritage_store .cart__container main .desktop-remove {
    color: var(--color-accent) !important
}

body.site--heritage_store .cart__container main .cart-footer .checkout-buttons input.button {
    border-radius: 5px
}

body.site--heritage_store.template-blog .blog_pod__category {
    margin-bottom: .5rem;
    color: #f17b9d
}

body.site--heritage_store.template-blog .blog_pod__title {
    margin-bottom: .5rem;
    text-transform: uppercase
}

body.site--heritage_store.template-blog .blog_pod__summary {
    line-height: 1.75rem
}

body.site--heritage_store.template-blog .blog_pod__read_more {
    color: var(--color-secondary)
}

body.site--heritage_store.template-article .article_hero__container .article__title {
 
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

body.site--heritage_store.template-article .article_hero__container .article__tags span {
    background: #f17b9d
}

body.site--heritage_store.template-article .article_image__content section h2 {
    margin: 3rem 0 .75rem;
 
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase
}

body.site--heritage_store.template-article .article_image__content section p {
    margin-bottom: 1rem
}

body.site--heritage_store.template-article .article_image__content section p ul li {
    color: var(--color-body-text)
}

body.site--heritage_store.template-article .article_image__content section p a {
    color: var(--color-secondary)
}

body.site--heritage_store.dropdown--on .nav a {
    color: var(--color-primary)
}

body.site--solaray .cta_button__container a {
    border-radius: 0;
    border: 2px solid #000;
    background: transparent;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: calc(2.75rem - 4px)
}

body.site--solaray .butt {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    line-height: calc(2.75rem - 4px)
}

body.site--solaray .collections__container section.collection {
    width: 100%
}

body.site--solaray .product__container .benefits-link a {
    font-size: .85rem;
    color: var(--color-primary);
    text-transform: none;
    border-color: #f89b1f
}

body.site--solaray .recommendation__link {
    color: var(--color-primary)
}

body.site--solaray .title_bar {
    display: inline;
    margin-bottom: .5rem;
    padding-bottom: .75rem;
 
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase
}

body.site--solaray .desktop-remove {
    color: #e01b28 !important
}

body.site--solaray .checkout-buttons input[type=submit] {
    color: #fff;
    text-transform: none
}

body.site--solaray .header__container {
    background-color: #fff
}

body.site--solaray .header__container .hamburger,
body.site--solaray .header__container nav a {
    color: #000
}

body.site--solaray .header__container .hamburger {
    top: -15px
}

body.site--solaray.mobile_menu--on .hamburger {
    top: 19px
}

body.site--solaray .hero-image__container {
    max-width: 120rem;
    margin: 0 auto
}

body.site--solaray .hero-image__container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 33, 105, 0), rgba(0, 33, 105, .5))
}

body.site--solaray .hero-image__container .mobile-image {
    min-height: 300px
}

body.site--solaray .hero-image__container .hero-image__content-container {
    z-index: 1;
    top: 55%
}

@media (min-width:47.9375rem) {
    body.site--solaray .hero-image__container .hero-image__content-container {
        top: 53%
    }
}

body.site--solaray .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--solaray .hero-image__container .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--solaray .newsletter__container {
    padding: 4rem 0 3rem;
    background: #000
}

body.site--solaray .newsletter__container h3 {
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline
}

body.site--solaray .newsletter__container .social_icons {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 1rem
}

body.site--solaray .newsletter__container .social_icons i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    line-height: 44px;
    color: #000;
    font-size: 2rem
}

body.site--solaray .newsletter__container .social_icons i.fa-facebook-square {
    font-size: 1.75rem
}

body.site--solaray .newsletter__container .social_icons i.fa-facebook-square:before {
    content: "\f39e"
}

body.site--solaray .newsletter__container #article-newsletter-form .form-input {
    background: transparent;
    border: 2px solid #fff;
    margin-bottom: 2rem
}

body.site--solaray .newsletter__container #article-newsletter-form .form-input input[type=email] {
    background: transparent;
    text-align: center;
    font-size: .85rem;
    color: #fff
}

body.site--solaray .newsletter__container #article-newsletter-form .form-input input[type=email]::-moz-placeholder {
    color: #fff
}

body.site--solaray .newsletter__container #article-newsletter-form .form-input input[type=email]:-ms-input-placeholder {
    color: #fff
}

body.site--solaray .newsletter__container #article-newsletter-form .form-input input[type=email]::placeholder {
    color: #fff
}

body.site--solaray .newsletter__container .butt {
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    background: #ef483d;
    width: 100%;
    max-width: 240px
}

body.site--solaray .newsletter__container .newsletter__pod p {
    margin: 1.5rem 0
}

body.site--solaray .blog_section__container--latest header h4 {
 
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    color: #000
}

body.site--solaray .blog_section__container--latest header p {
    text-transform: none;
    color: #000
}

body.site--solaray .blog_section__container--latest header p a {
    border-radius: 0;
    color: #fff
}

body.site--solaray .staff__container h2 {
    max-width: 700px;
    padding-bottom: 2rem;
    margin: 0 auto 1rem;
    letter-spacing: .125rem;
    color: #000
}

@media (min-width:47.9375rem) {
    body.site--solaray .staff__container h2 {
        padding-bottom: 1rem;
        margin-bottom: .75rem
    }
}

body.site--solaray .staff__container .staff__bios__bio__name {
    color: #000
}

body.site--solaray .staff__container .staff__bios__bio__position {
    color: #000;
    padding-bottom: 0
}

body.site--solaray .staff__container .staff__bios--1up,
body.site--solaray .staff__container .staff__bios--2up,
body.site--solaray .staff__container .staff__bios--3up,
body.site--solaray .staff__container .staff__bios--4up {
    align-items: normal
}

body.site--solaray.mobile_menu--on .hero-image__container:before {
    display: none
}

body.site--solaray .footer__container .footer__left .footer__copyright,
body.site--solaray .footer__container .footer__left a,
body.site--solaray .footer__container .footer__right .footer__copyright,
body.site--solaray .footer__container .footer__right a,
body.site--solaray .footer__container .header__nav .nav a {
    color: #000
}

body.site--solaray ul.list {
    padding: 0
}

body.site--solaray ul.list li {
    list-style: none;
    font-size: 20px;
    line-height: 31px
}

@media (min-width:47.9375rem) {
    body.site--solaray ul.list li {
        display: inline-block;
        font-size: 20px;
        line-height: 36px
    }
}

@media (min-width:47.9375rem) {
    body.site--solaray ul.list-pipe li:after {
        content: " | ";
        color: #fff
    }

    body.site--solaray ul.list-pipe li:last-child:after {
        content: ""
    }
}

body.site--solaray .uppercase {
    text-transform: uppercase
}

body.site--solaray .fjalla {
    font-family: Fjalla One, sans-serif
}

body.site--solaray .fine-print {
    font-size: .625rem
}

@media (min-width:47.9375rem) {
    body.site--solaray .fine-print {
        line-height: 3rem
    }
}

body.site--solaray .align-center {
    text-align: center
}

body.site--solaray .breadcrumb__container {
    background: var(--color-primary)
}

body.site--solaray .breadcrumb__container a,
body.site--solaray .breadcrumb__container span {
    border-color: hsla(0, 0%, 100%, .66);
    color: #fff
}

body.site--solaray .breadcrumb__container a {
    color: hsla(0, 0%, 100%, .66)
}

body.site--solaray.template-index {
    padding-top: 78px
}

body.site--solaray.template-index .hero-image__wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute
}

body.site--solaray.template-index .hero-image__container {
    position: relative
}

body.site--solaray.template-index .hero-image__container.overlay-bottom-right {
    overflow: hidden
}

body.site--solaray.template-index .hero-image__container.overlay-bottom-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 260px;
    transform: translateY(-124%);
    width: 2px;
    height: 100%;
    background: #d1c305
}

body.site--solaray.template-index .hero-image__container.overlay-bottom-right:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 260px;
    transform: translateY(33%);
    width: 2px;
    height: 100%;
    background: #d1c305
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .hero-image__container {
        height: 700px;
        overflow: hidden;
        justify-content: flex-start
    }
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .hero-image__container .desktop-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        height: 100%;
        min-height: 750px
    }
}

body.site--solaray.template-index .hero-image__container .hero-image__content-container {
    top: 14rem;
    transform: translate(0);
    left: 0;
    width: 100%
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .hero-image__container .hero-image__content-container {
        top: 55%;
        max-width: 800px;
        transform: translate(10%, -50%)
    }
}

body.site--solaray.template-index .hero-image__container .mobile-image {
    height: 80vh
}

body.site--solaray.template-index .hero-image__container .watchOurVideo {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center
}

body.site--solaray.template-index .hero-image__container .watchOurVideo i {
    margin-right: 1rem;
    font-size: 1.5rem
}

body.site--solaray.template-index .hero-image__container .hero-text {
    font-size: 3.875rem;
    line-height: 4.25rem;
    font-weight: 700;
    color: var(--color-primary)
}

@media (min-width:67.5rem) {
    body.site--solaray.template-index .hero-image__container .hero-text {
        font-size: 9.125rem;
        line-height: 10.125rem
    }
}

body.site--solaray.template-index .hero-image__container .hero-button {
    text-transform: none;
    color: #000
}

body.site--solaray.template-index .hero-image__container .hero-product-image {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .hero-image__container .hero-product-image {
        display: block
    }
}

body.site--solaray.template-index .story__container .story__title {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 62.5rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    color: #000
}

body.site--solaray.template-index .story__container .story__sub-title {
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 67.5rem
}

body.site--solaray.template-index .story__container--one {
    padding: 4rem 0 0
}

body.site--solaray.template-index .story__container--two {
    padding: 4rem 0 1rem
}

body.site--solaray.template-index .story__container--three {
    margin: 1.5rem auto 0;
    max-width: 1150px
}

body.site--solaray.template-index .story__container--three .story__title {
    color: #000;
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 0;
    padding: 0 1rem;
    max-width: none
}

body.site--solaray.template-index .story__container--three .story__title:after {
    background-image: none
}

body.site--solaray.template-index .story__container--three .story__sub-title {
    font-size: .8125rem;
    line-height: 1.625rem
}

body.site--solaray.template-index .story__container--three .story__button {
    background-color: #000;
    color: #fff;
    text-transform: capitalize
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .story__container--three .story__button {
        display: none
    }
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .story__container--three {
        padding-bottom: 0
    }
}

body.site--solaray.template-index .story__top-image {
    margin: 1rem
}

body.site--solaray.template-index .story__top-image img {
    max-width: 100%
}

body.site--solaray.template-index .hover_bar {
    text-align: center;
    padding: 80px 0
}

body.site--solaray.template-index .hover_bar a {
    text-decoration: none
}

body.site--solaray.template-index .hover_bar .hover_bar--inner {
    max-width: 800px
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-index .hover_bar {
        padding: 60px 0
    }
}

body.site--solaray.template-index .hover_bar__item--content img {
    height: 40px;
    margin-bottom: 10px
}

body.site--solaray.template-index .slider__container--one .home-slider__quote {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    color: #000
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial__title {
    color: #000
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial--inner {
    padding: 0
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial {
    height: auto
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial:before {
    -o-border-image: none;
    border-image: none
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .swiper-slide {
    display: block
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .home-slider__image-container {
    text-align: center
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .home-slider__image-container .home-slider__image {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    margin-bottom: -75px
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .home-slider__content {
    max-width: 1140px;
    background: #ef483d;
    padding: 6rem;
    margin: 0 auto
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .home-slider__content .home-slider__quote {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.8rem
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .home-slider__content .home-slider__source {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.125rem
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-container .home-slider__content h6 {
    color: #fff
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .pagination-wrapper {
    bottom: -47px
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .pagination-wrapper .swiper-pagination-bullet {
    width: 17px;
    height: 17px
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .pagination-wrapper .swiper-pagination-bullet-active {
    background: #ef483d
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-button-next,
body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-button-prev {
    top: 106%
}

body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-button-next i,
body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-button-prev i {
    color: #000
}

@media (min-width:47.9375rem) {

    body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-button-next,
    body.site--solaray.template-index .slider__container--three .home_slider__testimonial .swiper-button-prev {
        top: calc(63% - 2px)
    }
}

body.site--solaray.template-index .wrapper.square_content_blocks {
    max-width: none
}

body.site--solaray.template-index .wrapper.square_content_blocks a {
    background: transparent
}

body.site--solaray .square_content_blocks__block {
    padding: 30px 0
}

body.site--solaray .square_content_blocks h3 {
    color: #000;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

body.site--solaray .square_content_blocks--description {
    margin-bottom: 1.5rem
}

body.site--solaray .blog_section__container,
body.site--solaray .blog_section__container--latest {
    display: block
}

body.site--solaray .blog_section__container--latest.align-center h4,
body.site--solaray .blog_section__container--latest.align-center header,
body.site--solaray .blog_section__container--latest.align-center p,
body.site--solaray .blog_section__container.align-center h4,
body.site--solaray .blog_section__container.align-center header,
body.site--solaray .blog_section__container.align-center p {
    display: block;
    text-align: center
}

body.site--solaray .blog_section__container--latest h4,
body.site--solaray .blog_section__container--latest p,
body.site--solaray .blog_section__container h4,
body.site--solaray .blog_section__container p {
    color: #000
}

body.site--solaray.zoomed--175 .hero-image__container .hero-image__content-container {
    top: 12rem
}

body.site--solaray.zoomed--200 .hero-image__container .hero-image__content-container {
    top: 9rem
}

body.site--solaray.zoomed--250 .hero-image__container .hero-image__content-container {
    top: 5.5rem
}

body.site--solaray.zoomed--300 .hero-image__container .hero-image__content-container {
    top: 3.5rem
}

body.site--solaray #shopify-section-1587568206786 .hero-image__container:after {
    background-image: none
}

body.site--solaray .homepage_hero__content {
    text-align: left
}

body.site--solaray .homepage_hero__content:before {
    position: absolute;
    top: 50%;
    left: 220px;
    transform: translateY(-150%);
    width: 2px;
    height: 100%;
    background: #d1c305
}

@media (min-width:67.5rem) {
    body.site--solaray .homepage_hero__content:before {
        content: ""
    }
}

body.site--solaray .homepage_hero__content:after {
    position: absolute;
    top: 50%;
    left: 220px;
    transform: translateY(48%);
    width: 2px;
    height: 100%;
    background: #d1c305
}

@media (min-width:67.5rem) {
    body.site--solaray .homepage_hero__content:after {
        content: ""
    }
}

body.site--solaray .homepage_hero .hero-text {
 
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    font-size: 3.875rem;
    line-height: 4.25rem;
    font-weight: 700
}

@media (min-width:67.5rem) {
    body.site--solaray .homepage_hero .hero-text {
        font-size: 9.125rem;
        line-height: 10.125rem
    }
}

body.site--solaray .homepage_hero .hero-button {
    letter-spacing: .1rem;
    border-radius: .25rem;
    line-height: 1.5rem
}

body.site--solaray .homepage_hero--full_width:after {
    display: none
}

body.site--solaray.template-our_story .hero-image__container .mobile-image {
    min-height: 300px
}

body.site--solaray.template-our_story .hero-image__container .hero-image__content-container {
    top: 55%
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .hero-image__container .hero-image__content-container {
        top: 53%
    }
}

body.site--solaray.template-our_story .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .hero-image__container .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--solaray.template-our_story .story__container .story__title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 62.5rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .story__container .story__title {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

body.site--solaray.template-our_story .story__container .story__sub-title {
    font-size: 1.25rem;
    line-height: 2.5rem;
    max-width: 67.5rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .story__container .story__sub-title {
        font-size: 1.5rem;
        line-height: 2.75rem
    }
}

body.site--solaray.template-our_story .story__container--one {
    padding: 4rem 0 0
}

body.site--solaray.template-our_story .story__container--one .story__title {
    max-width: 700px
}

body.site--solaray.template-our_story .story__container--two {
    padding: 4rem 0 1rem
}

body.site--solaray.template-our_story .two-column-info__container--one {
    position: relative;
    padding: 0;
    background: var(--color-primary)
}

body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left {
    padding: 2.5rem 1.5rem 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left {
        padding: 6rem 4rem
    }
}

body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left h3 {
    text-transform: uppercase;
    font-size: 1.75rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left h3 {
        font-size: 2.5rem
    }
}

body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left .two-column-info__container__left-description p:first-child {
    font-size: 1.5rem
}

body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__right {
    height: 300px
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__right {
        height: auto
    }
}

body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left-title {
    padding-bottom: 1rem;
    margin: 0 auto 1rem;
    text-align: center;
    color: #fff
}

body.site--solaray.template-our_story .two-column-info__container--one .two-column-info__container__left-content p {
    margin: 0 0 1rem;
    padding: 0 2rem;
    font-size: 1rem;
    color: #fff;
    text-align: center
}

body.site--solaray.template-our_story .pods--one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

body.site--solaray.template-our_story .pods--one .pods__pod {
    max-width: 35%;
    margin-right: 2rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .pods--one .pods__pod {
        max-width: 12.5rem
    }
}

body.site--solaray.template-our_story .pods--one .pods__pod:last-child {
    margin-right: 0;
    max-width: 80%
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-our_story .pods--one .pods__pod:last-child {
        max-width: 12.5rem
    }
}

body.site--solaray.template-our_story .pods--one .pods__pod__title {
    display: none
}

body.site--solaray.template-our_story .cta_button__container {
    padding-bottom: 3rem
}

body.site--solaray.template-our_story .cta_button__container a {
    margin-top: 2rem
}

body.site--solaray.template-our_story .imagePopout--one .imagePopout__popout__title {
    margin: 0 auto 1rem;
    max-width: 550px;
    letter-spacing: .125rem;
    color: #000
}

body.site--solaray {
    padding-top: 89px
}

body.site--solaray .butt {
    letter-spacing: 0
}

body.site--solaray .story__container .story__title {
    color: #000
}

body.site--solaray.template-excellence .hero-image__container .mobile-image {
    min-height: 300px
}

body.site--solaray.template-excellence .hero-image__container .hero-image__content-container {
    max-width: 1240px;
    top: 55%
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-excellence .hero-image__container .hero-image__content-container {
        top: 50%
    }
}

body.site--solaray.template-excellence .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-excellence .hero-image__container .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--solaray.template-excellence .story__container .story__title {
    position: relative;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 62.5rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    letter-spacing: .125rem;
    color: #000
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-excellence .story__container .story__title {
        font-size: 2.5rem;
        line-height: 2.75rem;
        font-weight: 900;
        max-width: 42rem;
        width: 100%
    }
}

body.site--solaray.template-excellence .story__container .story__sub-title {
    font-size: 1.25rem;
    line-height: 2.5rem;
    max-width: 67.5rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-excellence .story__container .story__sub-title {
        font-size: 1.5rem;
        line-height: 3rem
    }
}

body.site--solaray.template-excellence .story__container--one {
    padding: 4rem 0 0
}

body.site--solaray.template-excellence .story__container--two {
    padding: 8rem 0 0;
    background: var(--color-main-background-alternate)
}

body.site--solaray.template-excellence .imagePopout__popout__title {
    color: #000
}

body.site--solaray.template-excellence .pods__container {
    position: relative;
    padding-bottom: 10rem;
    display: flex;
    justify-content: center;
    background: var(--color-main-background-alternate)
}

body.site--solaray.template-excellence .pods__container:after {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    content: "* check individual products for certifications";
    color: #77797c
}

body.site--solaray.template-excellence .pods__container .pods__pod {
    width: 96px;
    margin-right: 2rem
}

body.site--solaray.template-excellence .pods__container .pods__pod:last-child {
    margin-right: 0
}

body.site--solaray.template-excellence .pods__container .pods__pod__title {
    display: none
}

body.site--solaray.template-ingredients .hero-image__container .mobile-image {
    min-height: 300px
}

body.site--solaray.template-ingredients .hero-image__container .hero-image__content-container {
    top: 55%
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-ingredients .hero-image__container .hero-image__content-container {
        top: 53%
    }
}

body.site--solaray.template-ingredients .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-ingredients .hero-image__container .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--solaray.template-ingredients .story__container .story__title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 62.5rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    letter-spacing: .125rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-ingredients .story__container .story__title {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

body.site--solaray.template-ingredients .story__container .story__sub-title {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 2.5rem;
    max-width: 67.5rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-ingredients .story__container .story__sub-title {
        font-size: 1.5rem;
        line-height: 3rem
    }
}

body.site--solaray.template-ingredients .story__container--one {
    padding: 4rem 0 0
}

body.site--solaray.template-ingredients .ingredients__container h3 {
    padding-bottom: .3rem;
    margin-bottom: .3rem
}

body.site--solaray.template-ingredients .ingredients__actions button {
    padding: 0 40px;
    text-transform: none;
    color: var(--color-body-text)
}

body.site--solaray.template-testimonials .story__container .story__title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3rem 0 2rem;
    color: #000
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-testimonials .story__container .story__title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 900
    }
}

body.site--solaray.template-testimonials .story__container .story__sub-title {
    font-size: 1.25rem;
    line-height: 2.5rem;
    max-width: 67.5rem
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-testimonials .story__container .story__sub-title {
        font-size: 1.5rem;
        line-height: 3rem
    }
}

body.site--solaray.template-testimonials .testimonialList__item--full .testimonialList__item--description {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    color: #000
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-testimonials .testimonialList__item--full .testimonialList__item--description:after {
        width: 50%
    }
}

body.site--solaray.template-blog .block__grouping__inner {
    max-width: 65rem;
    margin: 0 auto
}

body.site--solaray.template-blog .blog_pod footer {
    padding: 0
}

body.site--solaray.template-blog .blog_pod__title {
    font-family: starling, serif;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: .75rem
}

body.site--solaray.template-blog .blog_pod__summary {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #090e47
}

body.site--solaray.template-blog .blog_pod__read_more {
    display: block;
    border: 0
}

body.site--solaray.template-blog .blog_pod__read_more span {
    padding-bottom: 5px;
    border-bottom: 2px solid #f89b1f;
    color: var(--color-primary);
    text-transform: none
}

body.site--solaray.template-blog .blog_section__container h4 {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd;
    color: var(--color-primary)
}

body.site--solaray.template-blog .blog_section__container--trending .blog_pod__title {
    font-family: starling, serif;
    text-transform: none;
    line-height: 20px
}

body.site--solaray.template-blog .blog_section__container--trending .blog_pod__read_more {
    display: none
}

body.site--solaray.template-blog .blog_section__container--trending .blog_pod__tags span {
    background-color: #0fb5d4;
    line-height: 25px
}

body.site--solaray.template-blog .instagram_container h4 {
    border: 0
}

body.site--solaray.template-article h2.article__title {
    max-width: 70rem;
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0
}

body.site--solaray.template-article .article__summary {
    max-width: 80rem;
    color: var(--color-primary);
    font-size: 20px;
    line-height: 26px
}

body.site--solaray.template-article .article__meta {
    flex-direction: column
}

body.site--solaray.template-article .article__meta>div {
 
    font-weight: 800;
    font-style: normal;
    margin: 0 0 1rem;
    color: var(--color-primary)
}

body.site--solaray.template-article .article__meta .tags span {
    background: #ffd35c;
    color: #090e47
}

body.site--solaray.template-contact .story__container {
    padding: 3rem 0
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-contact .story__container {
        padding: 9rem 0
    }
}

body.site--solaray.template-contact .story__container .story__title {
 
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-contact .story__container .story__title {
        font-size: 2.5rem
    }
}

body.site--solaray.template-contact .story__container a.story__button {
    margin: 0 auto;
    max-width: 70%;
    padding: 15px 30px;
    font-size: 1rem;
    text-transform: none;
    background: transparent;
    border: 2px solid #000;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-contact .story__container a.story__button {
        max-width: auto;
        padding: 0 60px
    }
}

body.site--solaray.template-contact .contact__container h3,
body.site--solaray.template-contact .contact__container h4 {
    color: #000
}

body.site--solaray.template-faq .blog_hero__container h2 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    line-height: 5rem;
    text-transform: uppercase
}

body.site--solaray.template-faq .hero__container h2 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0
}

body.site--solaray.template-faq .hero__container a.butt {
    padding: 0 60px;
    font-size: 1rem;
    text-transform: none
}

body.site--solaray.template-faq .story__container {
    padding: 3rem 0
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-faq .story__container {
        padding: 9rem 0
    }
}

body.site--solaray.template-faq .story__container .story__title {
 
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-faq .story__container .story__title {
        font-size: 2.5rem
    }
}

body.site--solaray.template-faq .story__container a.story__button {
    margin: 0 auto;
    max-width: 70%;
    padding: 15px 30px;
    font-size: 1rem;
    text-transform: none;
    background: transparent;
    border: 2px solid #000;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--solaray.template-faq .story__container a.story__button {
        max-width: auto;
        padding: 0 60px
    }
}

body.site--solaray.template-faq .questions__container .tab_bar a,
body.site--solaray.template-faq .questions__container .tab_bar a:active,
body.site--solaray.template-faq .questions__container .tab_bar a:hover {
    color: #000;
    border: none
}

body.site--solaray.template-faq .questions__container .questions__question h5 {
    color: #000
}

body.site--solaray.template-product .swiper-container,
body.site--solaray.template-product .swiper-container .swiper-slide img {
    height: auto
}

body.site--solaray.template-product .pdp-section .button.secondary {
    position: relative
}

body.site--solaray.template-product .pdp-section .button.secondary svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.site--solaray .header__container .header__left .header__nav a,
body.site--solaray .header__container .header__right .header__nav a {
    padding: 0 4px;
    font-size: .8rem;
    font-weight: 600
}

@media (min-width:60rem) {

    body.site--solaray .header__container .header__left .header__nav a,
    body.site--solaray .header__container .header__right .header__nav a {
        font-size: .9rem;
        font-weight: 600
    }
}

@media (min-width:75rem) {

    body.site--solaray .header__container .header__left .header__nav a,
    body.site--solaray .header__container .header__right .header__nav a {
        padding: 0 8px
    }
}

@media (min-width:80rem) {

    body.site--solaray .header__container .header__left .header__nav a,
    body.site--solaray .header__container .header__right .header__nav a {
        font-size: 1rem
    }
}

body.site--solaray .header__container .header__right .header__nav {
    display: none
}

@media (min-width:71rem) {
    body.site--solaray .header__container .header__right .header__nav {
        display: block
    }
}

body.site--solaray .header__container .header__right .header__nav .dropdown_sub>a {
    margin-right: .25rem;
    padding-right: .25rem
}

@media (min-width:75rem) {
    body.site--solaray .header__container .header__right .header__nav .dropdown_sub>a {
        margin-right: .75rem;
        padding-right: .75rem
    }
}

body.site--solaray .header__container .header__right .search__form {
    margin-left: .5rem
}

@media (min-width:75rem) {
    body.site--solaray .header__container .header__right .search__form {
        margin-left: 1rem
    }
}

body.site--solaray .header__container .header__right .search__form input[type=search] {
    width: 150px
}

@media (min-width:75rem) {
    body.site--solaray .header__container .header__right .search__form input[type=search] {
        width: auto
    }
}

body.site--solaray .header__container .header__right .header__right__cart {
    margin-left: .5rem
}

@media (min-width:75rem) {
    body.site--solaray .header__container .header__right .header__right__cart {
        margin-left: 1.5rem
    }
}

body.site--zand_immunity .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--zand_immunity .breadcrumb__container a {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .5)
}

body.site--zand_immunity .breadcrumb__container span {
    color: #fff
}

body.site--zand_immunity:not(.template-index) {
    padding-top: 74px
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity:not(.template-index) {
        padding-top: 97px
    }
}

body.site--zand_immunity:not(.template-index) .hero-image__container .mobile-image {
    min-height: 250px
}

@media (max-width:767px) {
    body.site--zand_immunity:not(.template-index) .hero-image__container .hero-image__content-container {
        padding: 0;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.site--zand_immunity:not(.template-index) .hero-image__container .hero-image__content-container .hero-text {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

body.site--zand_immunity:not(.template-index) .header__container nav.nav--right a {
    color: var(--color-primary)
}

body.site--zand_immunity .footer__container,
body.site--zand_immunity .header__container {
    background: #fff
}

body.site--zand_immunity .footer__container .header,
body.site--zand_immunity .header__container .header {
    padding: 1.25rem
}

body.site--zand_immunity .footer__container .footer .logo,
body.site--zand_immunity .footer__container .header .logo,
body.site--zand_immunity .header__container .footer .logo,
body.site--zand_immunity .header__container .header .logo {
    width: 110px
}

body.site--zand_immunity .footer__container {
    border-top: 0
}

body.site--zand_immunity .footer__container--lower {
    background: var(--color-primary);
    color: #fff
}

body.site--zand_immunity .footer__container .footer {
    max-width: 450px;
    margin: 0 auto
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .footer__container .footer {
        max-width: 100%
    }
}

body.site--zand_immunity .footer__container .footer__left,
body.site--zand_immunity .footer__container .footer__right {
    padding-top: 30px
}

@media (min-width:47.9375rem) {

    body.site--zand_immunity .footer__container .footer__left,
    body.site--zand_immunity .footer__container .footer__right {
        padding-top: 0
    }
}

body.site--zand_immunity .footer__container .footer__left:before,
body.site--zand_immunity .footer__container .footer__right:before {
    position: absolute;
    top: 4rem;
    font-size: 1.25rem;
    color: #787878
}

@media (min-width:47.9375rem) {

    body.site--zand_immunity .footer__container .footer__left:before,
    body.site--zand_immunity .footer__container .footer__right:before {
        display: none
    }
}

body.site--zand_immunity .footer__container .footer__left:before {
    content: "Shop By:";
    left: 15%
}

@media (min-width:450px) and (max-width:767px) {
    body.site--zand_immunity .footer__container .footer__left:before {
        left: 13%
    }
}

body.site--zand_immunity .footer__container .footer__right {
    justify-content: center
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .footer__container .footer__right {
        justify-content: flex-end
    }
}

body.site--zand_immunity .footer__container .footer__right:before {
    content: "General:";
    right: 15%
}

@media (min-width:450px) and (max-width:767px) {
    body.site--zand_immunity .footer__container .footer__right:before {
        right: 17%
    }
}

body.site--zand_immunity .pagination-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px
}

body.site--zand_immunity .pagination-wrapper .swiper-pagination {
    left: 50%;
    transform: translateX(-50%)
}

body.site--zand_immunity .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #b8afa9;
    margin-right: 5px;
    border: 0
}

body.site--zand_immunity .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #b82542
}

body.site--zand_immunity .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

body.site--zand_immunity .hero-image__content-container {
    top: 53%
}

body.site--zand_immunity .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--zand_immunity .hero-image__content-container .hero-text.push-down {
    display: none
}

body.site--zand_immunity .wrapper {
    width: 100%;
    max-width: 85rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .wrapper {
        margin: 0 auto 1.875rem
    }
}

body.site--zand_immunity .block_cta a {
 
    font-weight: 400;
    font-style: normal
}

body.site--zand_immunity .block__grouping .block_paragraph p strong {
    color: #221e57
}

@media (max-width:767px) {
    body.site--zand_immunity .block__grouping .block_paragraph p {
        line-height: 1.6rem;
        padding: 0 1.25rem
    }
}

body.site--zand_immunity .block__pods__pod--title {
    font-size: 1rem;
    max-width: 70%;
    color: var(--color-primary);
    margin-bottom: 1rem;
    display: inline-block
}

body.site--zand_immunity .block__pods__pod--sub_title {
    margin-bottom: 1rem
}

body.site--zand_immunity .block__pods__pod--link {
 
    font-weight: 400;
    font-style: normal
}

body.site--zand_immunity .block__pods__pod--image {
    margin-bottom: 1rem
}

body.site--zand_immunity .newsletter__container {
    background-image: linear-gradient(180deg, #fff, rgba(216, 225, 233, .9) 51%, #fff)
}

body.site--zand_immunity .newsletter__container .newsletter__pod h3 {
    font-size: 2.25rem;
    color: var(--color-primary);
    letter-spacing: 0
}

body.site--zand_immunity .newsletter__container .newsletter__pod p {
    color: #000
}

body.site--zand_immunity .newsletter__container .newsletter__pod form .form-input {
    border: 1px solid #d5d5d5;
    border-radius: 30px
}

body.site--zand_immunity .newsletter__container .newsletter__pod a.butt,
body.site--zand_immunity .newsletter__container .newsletter__pod input[type=submit] {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    border: 0;
    background: #b82542;
    color: #fff;
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
    padding: 0 2rem;
    border-radius: 30px
}

body.site--zand_immunity .newsletter__container .newsletter__pod.keep_in_touch p {
    margin: 1em auto;
    max-width: 300px
}

body.site--zand_immunity .newsletter__container .newsletter__pod.keep_in_touch .social_icons {
    margin-bottom: 2.2rem
}

body.site--zand_immunity .newsletter__container .newsletter__pod.keep_in_touch .social_icons a {
    color: var(--color-primary)
}

body.site--zand_immunity .zand_image_row {
    position: relative;
    padding: 4rem 0
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_image_row {
        padding: 10rem 0
    }
}

body.site--zand_immunity .zand_image_row:after,
body.site--zand_immunity .zand_image_row:before {
    display: none;
    content: "";
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width:47.9375rem) {

    body.site--zand_immunity .zand_image_row:after,
    body.site--zand_immunity .zand_image_row:before {
        display: block
    }
}

body.site--zand_immunity .zand_image_row:before {
    top: 2%;
    left: 6%;
    width: 490px;
    height: 348px
}

body.site--zand_immunity .zand_image_row:after {
    bottom: 5%;
    left: -8%;
    width: 390px;
    height: 306px
}

body.site--zand_immunity .zand_image_row__container {
    padding: .5rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_image_row__container {
        padding: 0
    }
}

body.site--zand_immunity .zand_image_row__container:after,
body.site--zand_immunity .zand_image_row__container:before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%)
}

@media (min-width:47.9375rem) {

    body.site--zand_immunity .zand_image_row__container:after,
    body.site--zand_immunity .zand_image_row__container:before {
        display: block
    }
}

body.site--zand_immunity .zand_image_row__container:before {
    right: 0;
    width: 290px;
    height: 278px;
    margin: -9% -3% 0 0
}

body.site--zand_immunity .zand_image_row__container:after {
    right: 0;
    width: 390px;
    height: 306px;
    margin: 11% 11% 0 0
}

body.site--zand_immunity .zand_image_row__images {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_image_row__images {
        flex-wrap: nowrap
    }
}

body.site--zand_immunity .zand_image_row__image {
    width: 48%
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_image_row__image {
        width: 25%;
        margin-right: 1rem
    }
}

body.site--zand_immunity .zand_image_row__image:last-child {
    margin-right: 0
}

body.site--zand_immunity .zand_image_row__image img {
    max-width: 100%;
    height: auto
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_image_row__image:nth-child(2) {
        margin-top: 80px
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_image_row__image:nth-child(3) {
        margin-bottom: 80px
    }
}

body.site--zand_immunity .zand_immunity__rows__row {
    padding: 0
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row {
        padding: 4rem 2rem
    }
}

body.site--zand_immunity .zand_immunity__rows__row__inner {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row__inner {
        flex-direction: row
    }
}

body.site--zand_immunity .zand_immunity__rows__row--image {
    height: 130px;
    overflow: hidden
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--image {
        width: 260px;
        height: auto;
        margin-right: 2rem
    }
}

body.site--zand_immunity .zand_immunity__rows__row--image img {
    transform: translateY(-50%);
    max-width: 100%;
    height: auto
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--image img {
        transform: none
    }
}

body.site--zand_immunity .zand_immunity__rows__row--description {
    margin: .5rem 0 .75rem;
    font-size: .85rem;
    line-height: 1.25rem
}

body.site--zand_immunity .zand_immunity__rows__row--description p {
    margin: 0 0 .35rem
}

body.site--zand_immunity .zand_immunity__rows__row--description p:last-child {
    margin-bottom: 0
}

body.site--zand_immunity .zand_immunity__rows__row--link {
    display: inline-block;
    padding: 0 16px;
    height: 32px;
    background-color: #f90;
 
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
    border-radius: 16px;
    font-size: .85rem
}

body.site--zand_immunity .zand_immunity__rows__row--content {
    padding: 2rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--content {
        width: calc(100% - 710px);
        margin-right: 2rem;
        padding: 0;
        max-width: 30rem
    }
}

body.site--zand_immunity .zand_immunity__rows__row--content h4 {
    font-size: 1.5rem;
    color: #22347a
}

body.site--zand_immunity .zand_immunity__rows__row--content h5 {
    font-size: 1.5rem;
    color: #0d6854
}

body.site--zand_immunity .zand_immunity__rows__row--content a {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--content a {
        display: inline-block
    }
}

body.site--zand_immunity .zand_immunity__rows__row--collection {
    position: relative;
    left: 30px;
    width: calc(100% - 60px)
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--collection {
        left: 0;
        width: 450px
    }
}

body.site--zand_immunity .zand_immunity__rows__row--collection .collection-link {
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--zand_immunity .zand_immunity__rows__row--collection .collection-link a {
    display: inline-block;
    margin: 2rem auto 4rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--collection .collection-link a {
        display: none
    }
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-container {
    display: block;
    width: 100%;
    height: 300px
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-container .swiper-wrapper {
    width: 100%;
    height: 270px;
    padding: 0
}

body.site--zand_immunity .zand_immunity__rows__row--collection .pagination-wrapper {
    bottom: 2px
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 30px;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(216, 225, 233, 0), rgba(216, 225, 233, .9) 51%, rgba(216, 225, 233, 0))
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow--prev {
    left: -30px
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow--prev:after {
    right: 0
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow--next {
    right: -30px
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow--next:after {
    left: 0
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow i {
    color: rgba(216, 225, 233, .9)
}

body.site--zand_immunity .zand_immunity__rows__row--collection .swiper-arrows .swiper-arrow:hover i {
    color: #222
}

body.site--zand_immunity .zand_immunity__rows__row--collection .immunity_product h4 {
    margin-top: .5rem;
    color: #b82542;
    text-align: center;
    padding: 0 30px;
    font-size: .85rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--collection .immunity_product h4 {
        font-size: 1rem
    }
}

body.site--zand_immunity .zand_immunity__rows__row--collection .immunity_product--image {
    height: 200px;
    text-align: center
}

body.site--zand_immunity .zand_immunity__rows__row--collection .immunity_product--image img {
    width: 100%;
    height: auto
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .zand_immunity__rows__row--collection .immunity_product--image img {
        width: auto;
        height: 100%
    }
}

body.site--zand_immunity .lower__cta {
    padding: 5rem 0;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .lower__cta {
        padding: 10rem 0
    }
}

body.site--zand_immunity .lower__cta h2 {
 
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .lower__cta h2 {
        font-size: 44px;
        line-height: 44px
    }
}

body.site--zand_immunity .lower__cta .block_cta {
    margin-top: 1rem
}

body.site--zand_immunity .lower__cta .block_cta a {
    display: inline-block;
    padding: 0 2rem;
 
    font-style: normal;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    font-weight: 400;
    color: var(--color-primary);
    text-decoration: none;
    background: #f90;
    color: #fff;
    border-radius: 21px;
    border-color: transparent
}

body.site--zand_immunity .blog_pod {
    text-align: center
}

body.site--zand_immunity .blog_pod__title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: .75rem
}

body.site--zand_immunity .blog_pod__summary {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: .75rem
}

body.site--zand_immunity .blog_pod__read_more {
    display: inline-block;
 
    font-weight: 400;
    font-style: normal;
    padding: 0 1rem;
    height: 42px;
    line-height: 38px;
    border: 2px solid #0d6854;
    color: #0d6854;
    border-radius: 25px;
    text-transform: none;
    font-size: 1rem
}

body.site--zand_immunity .instagram_container {
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity .instagram_container {
        padding: 5rem 1.5rem
    }
}

body.site--zand_immunity .instagram_container header {
    align-items: flex-end
}

body.site--zand_immunity .instagram_container header h4 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 42px;
    text-transform: none;
    max-width: 730px
}

body.site--zand_immunity .instagram_container header p {
    margin: 0;
    text-transform: none;
    font-weight: 300;
    color: #000;
    letter-spacing: 0
}

@media (max-width:767px) {
    body.site--zand_immunity .instagram_container header p {
        margin: 0 auto;
        padding: 2rem 0 0
    }
}

body.site--zand_immunity .instagram_container header p a {
    background: transparent;
    height: 50px;
    line-height: 46px;
    border-radius: 25px;
    font-weight: 600;
    border: 0;
    background: #b82542;
    color: #fff
}

body.site--zand_immunity.template-index .instagram_container header h4 p a {
    border: 2px solid #0d6854;
    color: #0d6854
}

body.site--zand_immunity .privy-bottom,
body.site--zand_immunity .privy-top-right {
    display: none
}

body.site--zand_immunity .privy-pusher.privy-mobile-pusher {
    height: 0 !important
}

body.site--zand_immunity.template-index .header__container {
    background: transparent
}

body.site--zand_immunity.template-index .block_grouping--whatYouSee .block__title h2 {
    font-size: 28px;
    line-height: 34px
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block_grouping--whatYouSee .block__title h2 {
        font-size: 44px;
        line-height: 44px
    }
}

body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container {
    padding: 0 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container {
        display: flex;
        justify-content: space-around;
        max-width: 1100px;
        margin: 0 auto
    }
}

body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod {
    text-align: center;
    width: 45%
}

body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod:not(:nth-last-child(-n+2)) {
    margin-bottom: 1rem
}

@media (min-width:37.5rem) {
    body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod {
        width: 24%
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod {
        margin-bottom: 0
    }
}

body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod img {
    width: 7.5rem;
    height: auto
}

@media (min-width:37.5rem) {
    body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod img {
        width: 8rem
    }
}

@media (min-width:62.5rem) {
    body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_pods_container .pods--zandHomeIcons .pods__container .pods__pod img {
        width: 10rem
    }
}

body.site--zand_immunity.template-index .block_grouping--whatYouSee .block_cta a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

body.site--zand_immunity.template-index .hero-image__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent)
}

body.site--zand_immunity.template-index .hero-image__container:before {
    z-index: 1
}

body.site--zand_immunity.template-index .hero-image__content-container {
    z-index: 2;
    top: auto;
    bottom: 4%;
    transform: translateX(-50%)
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .hero-image__content-container {
        max-width: 80%
    }
}

body.site--zand_immunity.template-index .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .hero-image__content-container .hero-text {
        font-size: 4rem;
        line-height: 4rem
    }
}

body.site--zand_immunity.template-index .hero-image__content-container .hero-text.push-down {
    display: inline-block !important
}

body.site--zand_immunity.template-index .hero-image__content-container .hero-button {
 
    font-weight: 400;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    padding: 0 1.75rem;
    color: #fff;
    border-radius: 25px;
    text-transform: none;
    letter-spacing: 0
}

body.site--zand_immunity.template-index .zand_image_row--top {
    background-image: linear-gradient(180deg, #fff -2%, #f5f4f0)
}

body.site--zand_immunity.template-index .block__pods--products .block__pods__pod--title {
    min-height: 4rem
}

body.site--zand_immunity.template-index .block__pods--products .block__pods__pod--price {
    margin: 0 0 1rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--products .block__pods__pod--price {
        margin-top: -1rem
    }
}

body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__inner {
    align-items: flex-start
}

body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod {
    position: relative;
    padding: 0 1rem 2rem;
    margin-bottom: .5rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod {
        margin: 0 1rem 0 0;
        padding-right: 0 1rem 0 1rem;
        border-right: 1px solid #b8aea9
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0
    }
}

body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 70%;
    background: #b8aea9
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod:after {
        display: none
    }
}

body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod--title {
    font-size: 1.5rem
}

body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod--link {
    font-size: 1rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--ingredients .block__pods__pod--link {
        font-size: 1.3125rem
    }
}

@media (max-width:767px) {
    body.site--zand_immunity.template-index .block_pods--bestSellers #block__pods__content--container {
        padding: 0 2rem
    }
}

body.site--zand_immunity.template-index .block_pods--bestSellers .pagination-wrapper {
    height: 20px
}

body.site--zand_immunity.template-index .block_pods--bestSellers .block__pods__pod--image {
    width: 75%
}

body.site--zand_immunity.template-index .block_pods--bestSellers .block__pods__pod--link {
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    z-index: 0
}

body.site--zand_immunity.template-index .block_pods--bestSellers .block__pods__pod--title {
    font-size: 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block_pods--bestSellers .block__pods__pod--sub_title {
        padding: 1rem 0
    }
}

body.site--zand_immunity.template-index .block__pods--testimonials {
    padding: 0 2rem;
    background-image: linear-gradient(0deg, #d8e1e9, hsla(0, 0%, 100%, .31))
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--testimonials {
        padding: 0 4rem
    }
}

body.site--zand_immunity.template-index .block__pods--testimonials .pagination-wrapper {
    bottom: 2px
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__inner.swiper-container {
    height: 480px
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__inner.swiper-container .swiper-wrapper {
    height: 380px
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod {
    justify-content: center;
    width: 33.33333%;
    margin-right: 3rem;
    background: #fff;
    border-radius: 6px;
    padding: 2rem 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod {
        padding: 2rem 4rem 0
    }
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod--image {
    display: none;
    width: 120px;
    height: 120px
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod--sub_title {
    line-height: 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod--sub_title {
        line-height: 2rem
    }
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod--link {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod:nth-child(2) {
        margin-top: 6rem
    }
}

body.site--zand_immunity.template-index .block__pods--testimonials .block__pods__pod:last-child {
    margin-right: 0
}

body.site--zand_immunity.template-index .blog_section h1 {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .blog_section__container {
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .blog_section__container .swiper-wrapper {
        flex-direction: row;
        justify-content: center
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-index .blog_section__container .swiper-wrapper .blog_pod {
        width: 25% !important
    }

    body.site--zand_immunity.template-index .blog_section__container .swiper-wrapper .blog_pod:not(:last-child) {
        margin-right: 3%
    }
}

@media (max-width:767px) {
    body.site--zand_immunity .header__container .header .nav--right {
        display: none
    }
}

body.site--zand_immunity .header__container .header .nav--right a {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem
}

body.site--zand_immunity .header__container--scrolled .mobile-menu .hamburger {
    top: 10px
}

body.site--zand_immunity .header__container--scrolled .header nav a {
    color: #221e57
}

body.site--zand_immunity .header__container--scrolled .logo {
    width: 5.5rem;
    top: 55%
}

body.site--zand_immunity .mobile-menu .hamburger {
    color: #221e57
}

body.site--zand_immunity .mobile-menu nav a {
    color: var(--color-tirtiary) !important
}

body.site--zand_immunity.template-about-us .two-column-info__container__left-title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-about-us .two-column-info__container__left-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-align: left
    }
}

body.site--zand_immunity.template-about-us .two-column-info__container__left-description {
    text-align: left
}

@media (min-width:47.9375rem) {

    body.site--zand_immunity.template-about-us .two-column-info__container.block--one .two-column-info__container__right,
    body.site--zand_immunity.template-about-us .two-column-info__container.block--three .two-column-info__container__right {
        padding-left: 1.5rem
    }
}

body.site--zand_immunity.template-about-us .hero__image--balance .mobile-image {
    min-height: 300px
}

body.site--zand_immunity.template-about-us .hero__image--balance:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0))
}

body.site--zand_immunity.template-about-us .hero__image--balance .hero-text {
    font-size: 2rem !important;
    line-height: 2.5rem !important
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-about-us .hero__image--balance .hero-text {
        font-size: 3.5rem !important;
        line-height: 3.5rem !important
    }
}

body.site--zand_immunity.template-about-us .hero__image--balance .hero-text.push-down {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-power-of-immunity .lower__cta {
        padding: 3rem 0
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-power-of-immunity .lower__cta .block_cta a {
        line-height: 50px;
        height: 50px;
        border-radius: 25px
    }
}

body.site--zand_immunity.template-blog .blog_section__container h4 {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-blog .lower__cta {
        padding: 3rem 0
    }
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-blog .lower__cta .block_cta a {
        line-height: 50px;
        height: 50px;
        border-radius: 25px
    }
}

body.site--zand_immunity.template-article h2.article__title {
    max-width: 80rem;
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0
}

body.site--zand_immunity.template-article .article__summary {
    max-width: 80rem;
    color: var(--color-primary);
    font-size: 20px;
    line-height: 26px
}

body.site--zand_immunity.template-article .article__meta {
    flex-direction: column
}

body.site--zand_immunity.template-article .article__meta>div {
 
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1rem;
    color: var(--color-primary)
}

body.site--zand_immunity.template-article .article__meta .tags span {
    background: #b82542;
    color: #fff;
    text-transform: none
}

body.site--zand_immunity.template-testimonials .testimonialList__container {
    background-color: transparent;
    background-image: linear-gradient(0deg, #d8e1e9, hsla(0, 0%, 100%, .31))
}

body.site--zand_immunity.template-testimonials .testimonialList__container .testimonialList__item {
    border-radius: 10px;
    box-shadow: 6px 9px 13px 0 rgba(0, 0, 0, .07)
}

body.site--zand_immunity.template-testimonials .testimonialList__container .testimonialList__item--image {
    width: 100px
}

body.site--zand_immunity.template-testimonials .testimonialList__container .testimonialList__item--description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000
}

body.site--zand_immunity.template-testimonials .testimonialList__container .testimonialList__item--link a {
    display: inline-block;
 
    font-weight: 400;
    font-style: normal;
    padding: 0 1rem;
    height: 42px;
    line-height: 42px;
    background-color: #f90;
    border: 0;
    border-radius: 32px;
    color: #fff;
    font-size: 1rem
}

body.site--zand_immunity.template-faq .hero-image__container:after {
    background-image: linear-gradient(180deg, rgba(23, 45, 61, 0), rgba(23, 45, 61, .75))
}

body.site--zand_immunity.template-faq .faq-title .block_cta a {
    background-color: #b82542;
    color: #fff;
    border-color: #b82542
}

body.site--zand_immunity.template-faq .questions__container {
    background: var(--color-primary)
}

body.site--zand_immunity.template-faq .tab_bar a {
    color: #fff;
    border: 0
}

body.site--zand_immunity.template-faq .questions,
body.site--zand_immunity.template-faq .questions .questions__question {
    border: 0
}

body.site--zand_immunity.template-faq .questions__question .questions__question__answer p,
body.site--zand_immunity.template-faq .questions__question h5,
body.site--zand_immunity.template-faq .questions__question i {
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-faq .lower__cta {
        padding: 2rem 0
    }

    body.site--zand_immunity.template-faq .lower__cta a {
        height: 50px;
        line-height: 50px;
        border-radius: 25px
    }
}

body.site--zand_immunity.template-contact .block__grouping .block_cta a {
    border: 0;
    background: #b82542;
    color: #fff;
    font-weight: 400
}

body.site--zand_immunity.template-contact .contact__container {
    background-color: #f5f4f0
}

body.site--zand_immunity.template-contact .contact__container a {
 
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    background: #b82542;
    color: #fff;
    border-radius: 28px
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-contact .lower__cta {
        padding: 2rem 0
    }

    body.site--zand_immunity.template-contact .lower__cta a {
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        background-color: var(--color-secondary) !important
    }
}

body.site--zand_immunity.template-cart h2 {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

body.site--zand_immunity.template-cart .cart-items .cart-row .price-container .desktop-remove {
 
    font-style: normal;
    font-weight: 400;
    color: #b82542
}

body.site--zand_immunity.template-cart .disclaimer a {
    color: #b82542
}

body.site--zand_immunity.template-cart .qty-container {
    border-radius: 16px;
    border: 1px solid #d6d0cc
}

body.site--zand_immunity.template-cart .price-container__price {
 
    font-weight: 400;
    font-style: normal
}

body.site--zand_immunity.template-cart .price-container__price s {
    color: #d6d0cc
}

body.site--zand_immunity.template-cart .checkout-buttons .button {
 
    font-style: normal;
    height: 38px;
    line-height: 38px;
    border-radius: 0;
    text-transform: none;
    background: #b82542;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0
}

body.site--zand_immunity.template-cart [data-shopify-buttoncontainer]>div {
    height: 38px !important;
    border-radius: 0;
    overflow: hidden
}

body.site--zand_immunity.template-cart [data-shopify-buttoncontainer]>div [role=button],
body.site--zand_immunity.template-cart [data-shopify-buttoncontainer]>div iframe {
    margin-top: -7px
}

body.site--zand_immunity.template-cart .cart-footer .cart-total {
    border-bottom: 1.5px solid #d6d0cc
}

body.site--zand_immunity.template-cart .cart-footer .cart-total__label,
body.site--zand_immunity.template-cart .cart-footer .cart-total__value {
    margin: 1rem 0;
    color: #0e1a47
}

body.site--zand_immunity.template-cart .cart-footer .cart-total__value {
    font-size: 1.2rem
}

body.site--zand_immunity.template-cart .cart-footer .disclaimer {
    color: #78787a
}

body.site--zand_immunity.template-collection .collection__image__content--title,
body.site--zand_immunity.template-collection .collection__product__title a {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

body.site--zand_immunity.template-collection .collection__product__description {
    line-height: 1rem;
    color: var(--color-primary)
}

body.site--zand_immunity.template-collection .collection__product__price s {
    font-size: .85rem;
    font-weight: 300;
    color: #787878
}

body.site--zand_immunity.template-product .responsive-image__wrapper:before {
    display: none
}

body.site--zand_immunity.template-product .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--zand_immunity.template-product .product__container {
    background: #fff
}

body.site--zand_immunity.template-product .pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper {
    text-align: center
}

body.site--zand_immunity.template-product .pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper img {
    width: 100%
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper img {
        height: 85%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

body.site--zand_immunity.template-product .pdp-section .swiper-container {
    width: 320px
}

body.site--zand_immunity.template-product .pdp-section .swiper-container .full-screen-toggle {
    display: none
}

body.site--zand_immunity.template-product .pdp-section .swiper-container .swiper-button-prev {
    left: 0
}

body.site--zand_immunity.template-product .pdp-section .swiper-container .swiper-button-next {
    right: 0
}

body.site--zand_immunity.template-product .pdp-section .swiper-slide {
    width: 320px
}

body.site--zand_immunity.template-product .pdp-section .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .pdp-section__left {
        flex: auto;
        margin-right: 0;
        padding-top: 0
    }
}

body.site--zand_immunity.template-product .pdp-section__left__images .pdp-thumbnails .product-single__thumbnail-image {
    -o-object-fit: contain;
    object-fit: contain
}

body.site--zand_immunity.template-product .pdp-section__right {
    background-color: #fff;
    padding: 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .pdp-section__right {
        max-width: 600px;
        padding: 4rem 2rem
    }
}

body.site--zand_immunity.template-product .pdp-section__right .pdp-title_container {
    color: var(--color-tirtiary)
}

body.site--zand_immunity.template-product .pdp-section__right .pdp-title_container .pdp-title {
 
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: .3rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .pdp-section__right .pdp-title_container .pdp-title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: .5rem
    }
}

body.site--zand_immunity.template-product .pdp-section__right .pdp-title_container .pdp-subtitle {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1rem
}

body.site--zand_immunity.template-product .pdp-section__right .pdp-title_container .pdp-price {
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 2rem
}

body.site--zand_immunity.template-product .pdp-section .purchase_type__selector__item {
    border: none
}

body.site--zand_immunity.template-product .pdp-section .purchase_type__selector__meta .qty-container {
    max-width: 200px;
    width: 100%
}

body.site--zand_immunity.template-product .pdp-section .purchase_type__selector,
body.site--zand_immunity.template-product .pdp-section .purchase_type__selector__item label {
    padding: 0
}

body.site--zand_immunity.template-product .pdp-options__container {
    margin: 0 0 1.3rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .pdp-options__container {
        margin: 0 0 2rem
    }
}

body.site--zand_immunity.template-product .pdp-options__container select {
 
    font-weight: 400;
    font-style: normal;
    color: var(--color-primary);
    height: 100%;
    width: 100%
}

body.site--zand_immunity.template-product .pdp-row--size {
    margin: 0 1rem 0 0
}

body.site--zand_immunity.template-product .pdp-row--size,
body.site--zand_immunity.template-product .purchase_type__selector__meta {
    display: inline-block;
    width: 46%
}

@media (min-width:47.9375rem) {

    body.site--zand_immunity.template-product .pdp-row--size,
    body.site--zand_immunity.template-product .purchase_type__selector__meta {
        width: 30%
    }
}

body.site--zand_immunity.template-product #add {
    width: 100%;
    cursor: pointer
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product #add {
        width: 65%;
        font-size: 1.2rem
    }
}

body.site--zand_immunity.template-product .pdp-section .button {
 
    font-weight: 400;
    font-style: normal;
    height: 42px;
    border-radius: 22px;
    text-transform: none
}

body.site--zand_immunity.template-product .pdp-section .button.primary {
    background: #fe9901 !important
}

body.site--zand_immunity.template-product .pdp-section .button.secondary {
    display: none !important
}

body.site--zand_immunity.template-product .option-select-container,
body.site--zand_immunity.template-product .qty-container {
    border-radius: 16px;
    border: 1px solid #d6d0cc
}

body.site--zand_immunity.template-product .option-select-container {
    font-size: .85rem
}

body.site--zand_immunity.template-product [data-compare-price] {
    color: #d6d0cc
}

body.site--zand_immunity.template-product ul.tags {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--zand_immunity.template-product ul.tags li {
    background: #b82542;
    color: #fff;
    text-transform: none
}

body.site--zand_immunity.template-product .benefits-link a {
    height: 40px;
    border: 2px solid #b82542;
    background-color: rgba(184, 37, 66, .05);
    color: #b82542;
    margin-top: 0;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 20px;
    text-transform: none
}

body.site--zand_immunity.template-product .badge__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    padding: .7rem 0
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .badge__icons {
        padding: 1.2rem 0;
        max-width: 25rem
    }
}

body.site--zand_immunity.template-product .badge__icons--block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%
}

body.site--zand_immunity.template-product .badge__icons--block.non-gmo .badge__icons--title {
    color: #8d288f
}

body.site--zand_immunity.template-product .badge__icons--block.vegan .badge__icons--title {
    color: #377d3c
}

body.site--zand_immunity.template-product .badge__icons--block.gluten-free .badge__icons--title {
    color: #be802b
}

body.site--zand_immunity.template-product .badge__icons--block.corn-free .badge__icons--title {
    color: #d66826
}

body.site--zand_immunity.template-product .badge__icons--img {
    display: inline-block;
    height: 4rem;
    max-height: 120px;
    margin-bottom: .5rem
}

body.site--zand_immunity.template-product .badge__icons--title {
    font-size: 1rem;
    text-align: center;
    font-weight: 500
}

body.site--zand_immunity.template-product .product__description {
    display: none;
    flex-direction: column;
    padding: 1rem 0 1.5rem
}

body.site--zand_immunity.template-product .product__description h4 {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

body.site--zand_immunity.template-product .product__description p {
    color: var(--color-primary);
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left
}

body.site--zand_immunity.template-product .product__description p:last-child {
    margin-bottom: 0
}

body.site--zand_immunity.template-product .product__description.mobile {
    display: flex;
    padding-bottom: 0
}

@media (min-width:767px) {
    body.site--zand_immunity.template-product .product__description.desktop {
        display: flex
    }

    body.site--zand_immunity.template-product .product__description.mobile {
        display: none
    }
}

body.site--zand_immunity.template-product .pdp-title,
body.site--zand_immunity.template-product .section_title {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.7px
}

body.site--zand_immunity.template-product .section_title {
    border-bottom: 2px solid #e4e1dd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%
}

body.site--zand_immunity.template-product .description__container {
    background-color: rgba(216, 225, 233, .73)
}

body.site--zand_immunity.template-product .description__container .description__content__copy,
body.site--zand_immunity.template-product .description__container h3 {
    color: var(--color-primary);
    text-align: left;
    max-width: 80%;
    margin: 0 auto
}

body.site--zand_immunity.template-product .description__container .section__list--step {
    margin-top: 4rem;
    color: #000
}

body.site--zand_immunity.template-product .description__container .section__list--step h4 {
    text-transform: none;
    color: var(--color-primary)
}

body.site--zand_immunity.template-product .facts__container,
body.site--zand_immunity.template-product .important_information__container,
body.site--zand_immunity.template-product .ingredients__container,
body.site--zand_immunity.template-product .questions__container {
    max-width: 900px;
    margin: 0 auto
}

body.site--zand_immunity.template-product .facts__container .section_title,
body.site--zand_immunity.template-product .questions__container .section_title {
    border: 0
}

body.site--zand_immunity.template-product .secondary_nav__container {
    margin-bottom: 6rem;
    padding: 2rem 0;
    background: var(--color-primary)
}

body.site--zand_immunity.template-product .secondary_nav__container .wrapper {
    margin-bottom: 0;
    max-width: 900px
}

body.site--zand_immunity.template-product .secondary_nav__container a {
    padding: 0 26px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    line-height: 50px
}

body.site--zand_immunity.template-product .secondary_nav__container a:hover {
    background-color: hsla(0, 0%, 100%, .1);
    border: 0
}

body.site--zand_immunity.template-product .questions__question h5 {
    color: #00853e
}

body.site--zand_immunity.template-product .product__reviews {
    position: relative;
    width: 100%;
    z-index: 1
}

body.site--zand_immunity.template-product .product__reviews .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

body.site--zand_immunity.template-product .product__reviews .wrapper .stars {
    max-width: 40rem;
    margin: 0 auto 1rem;
    padding: 0 2rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .product__reviews .wrapper .stars {
        padding: 0;
        margin-bottom: 2rem
    }
}

body.site--zand_immunity.template-product .product__reviews .wrapper .stars img {
    max-width: 80%;
    height: auto
}

body.site--zand_immunity.template-product .product__reviews .wrapper .review_text {
    color: #231f58;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: .3px;
    padding: 0 1.5rem;
    text-align: center
}

body.site--zand_immunity.template-product .product__reviews .wrapper .reviewer_name {
    color: #aaa7bf;
    letter-spacing: .3px;
    font-size: 1.2rem
}

body.site--zand_immunity.template-product .product__reviews .arrow {
    z-index: 5;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 2rem
}

body.site--zand_immunity.template-product .product__reviews .arrow img {
    max-width: 100%;
    height: auto
}

body.site--zand_immunity.template-product .product-description {
    color: #fff;
    font-size: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    letter-spacing: .5px
}

body.site--zand_immunity.template-product .product-description .wrapper {
    max-width: 50rem
}

body.site--zand_immunity.template-product .product-description .wrapper .bullet-points {
    display: inline-grid
}

body.site--zand_immunity.template-product .product-description .wrapper ul {
    padding-left: 1rem
}

body.site--zand_immunity.template-product .product-description .wrapper ul li:not(:last-child) {
    margin-bottom: .5rem
}

body.site--zand_immunity.template-product .product-description .wrapper p {
    text-align: left;
    font-weight: 300;
    line-height: 1.5rem
}

body.site--zand_immunity.template-product .product__badges {
    display: block;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem
}

body.site--zand_immunity.template-product .product__badges .badge-title {
 
    font-weight: 400;
    font-style: normal;
    color: #231f58;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5rem
}

body.site--zand_immunity.template-product .product__badges .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .product__badges .wrapper {
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline
    }
}

body.site--zand_immunity.template-product .product__badges .wrapper .badge__block {
    text-align: center;
    color: #231f58
}

body.site--zand_immunity.template-product .product__badges .wrapper .badge__block:not(:last-child) {
    margin-bottom: 1.5rem
}

body.site--zand_immunity.template-product .product__badges .wrapper .badge__block--img {
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .product__badges .wrapper .badge__block--img {
        width: 12rem;
        height: 12rem
    }
}

body.site--zand_immunity.template-product .product__badges .wrapper .badge__block--title {
 
    font-weight: 400;
    font-style: normal
}

body.site--zand_immunity.template-product .product__badges .wrapper .badge__block--subtitle {
    margin: .3rem 0;
    max-width: 18rem;
    line-height: 1.4rem
}

body.site--zand_immunity.template-product .product__collage {
    display: block;
    width: 100%;
    background-color: #ebeaf0
}

body.site--zand_immunity.template-product .product__collage .collage__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 2.5rem
}

body.site--zand_immunity.template-product .product__collage .collage__wrapper .collage__pod {
    display: block;
    width: 48%;
    margin-bottom: .5rem
}

body.site--zand_immunity.template-product .product__collage .collage__wrapper .collage__pod--image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .product__collage .collage__wrapper {
        flex-wrap: nowrap;
        max-width: 1240px;
        margin: 0 auto
    }

    body.site--zand_immunity.template-product .product__collage .collage__wrapper .collage__pod {
        width: 24%;
        max-height: 325px
    }
}

body.site--zand_immunity.template-product .recommended__container .section_title {
    border-bottom: none
}

body.site--zand_immunity.template-product .recommended__container .recommendation__title {
    line-height: 1.4rem;
    text-transform: none;
    max-width: 12rem;
    margin: 0 auto 1rem
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .recommended__container .recommendation__title {
        max-width: 10rem
    }
}

body.site--zand_immunity.template-product .recommended__container .recommendation__link {
    border-bottom: none;
    color: #fff;
    background-color: var(--color-accent);
    border-radius: 2rem;
    height: 2rem;
    line-height: 2rem;
    width: 8rem;
    letter-spacing: .3px;
    text-transform: none
}

@media (min-width:47.9375rem) {
    body.site--zand_immunity.template-product .recommended__container .recommendation__link {
        width: 9rem;
        font-size: .85rem;
        height: 2.5rem;
        line-height: 2.5rem
    }
}

body.site--dynamic_health .hamburger {
    color: var(--color-primary);
    display: inline-block;
    line-height: 30px
}

body.site--dynamic_health .breadcrumb__container {
    line-height: 0
}

body.site--dynamic_health .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--dynamic_health .breadcrumb__container a {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .5)
}

body.site--dynamic_health .breadcrumb__container span {
    color: #fff
}

body.site--dynamic_health:not(.template-index) {
    padding-top: 74px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health:not(.template-index) {
        padding-top: 125px
    }
}

body.site--dynamic_health:not(.template-index) .hero-image__container .mobile-image {
    min-height: 200px
}

@media (max-width:767px) {
    body.site--dynamic_health:not(.template-index) .hero-image__container .hero-image__content-container {
        padding: 0;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.site--dynamic_health:not(.template-index) .hero-image__container .hero-image__content-container .hero-text {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

body.site--dynamic_health .footer__container,
body.site--dynamic_health .header__container {
    background: #fff
}

body.site--dynamic_health .footer__container .footer .logo,
body.site--dynamic_health .footer__container .header .logo,
body.site--dynamic_health .header__container .footer .logo,
body.site--dynamic_health .header__container .header .logo {
    width: 110px
}

body.site--dynamic_health .header__container {
    max-height: inherit
}

body.site--dynamic_health .header__container .header {
    padding: 0 1.25rem
}

body.site--dynamic_health .header__container .header .mobile-menu nav a {
    color: var(--color-primary);
 
    font-weight: 600;
    font-style: normal
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .header__container .header__left .logo {
        width: 10.3rem
    }

    body.site--dynamic_health .header__container .header__left .header__nav {
        margin-left: 4rem
    }

    body.site--dynamic_health .header__container .header__right .search__form {
        display: none
    }

    body.site--dynamic_health .header__container .header__right .nav__search {
        display: block
    }

    body.site--dynamic_health .header__container .header__right .nav--cart {
        display: inline-flex
    }
}

body.site--dynamic_health .block_paragraph {
    line-height: 34px
}

body.site--dynamic_health .pagination-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 8px
}

body.site--dynamic_health .pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

body.site--dynamic_health .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b8afa9;
    margin-right: 5px;
    border: 0
}

body.site--dynamic_health .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #b82542
}

body.site--dynamic_health .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

body.site--dynamic_health .footer__container--lower {
    background: var(--color-primary)
}

body.site--dynamic_health .footer__container--lower .footer__copyright,
body.site--dynamic_health .footer__container--lower .footer__right a {
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .footer__container--desktop .logo {
        width: 10.3rem !important
    }
}

body.site--dynamic_health .footer__container--mobile .logo {
    width: auto !important
}

body.site--dynamic_health .footer__container--mobile .footer__links {
    width: 100%
}

body.site--dynamic_health .footer__container--mobile .footer__left {
    display: none
}

body.site--dynamic_health .footer__container--mobile .footer__right {
    justify-content: center;
    width: 100%
}

body.site--dynamic_health .footer__container--mobile .footer__right .footer__nav {
    margin: 0
}

body.site--dynamic_health .footer__container--mobile .footer__right .footer__nav .nav--right a {
    font-size: 1.2rem;
    line-height: 1.2rem
}

body.site--dynamic_health .footer__container--mobile.footer__container--lower .footer nav {
    display: none
}

body.site--dynamic_health .footer__container--mobile.footer__container--lower .footer__copyright {
    padding: 1rem 0
}

body.site--dynamic_health .footer__paymentIcons {
    padding: 2rem 0
}

body.site--dynamic_health .hero-image__container .mobile-image {
    min-height: 200px
}

body.site--dynamic_health .hero-image__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(39, 53, 118, 0), rgba(39, 53, 118, .5))
}

body.site--dynamic_health .hero-image__content-container {
    top: 50%;
    z-index: 1
}

body.site--dynamic_health .hero-image__content-container .hero-text {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 5rem
    }
}

body.site--dynamic_health .hero-image__content-container .hero-text.push-down {
    display: none
}

body.site--dynamic_health .newsletter__container {
    border-top: 1px solid #ccc;
    background-color: #f5f2f0
}

body.site--dynamic_health .newsletter__container .newsletter__pod h3 {
    font-size: 2.25rem;
    color: var(--color-primary);
    letter-spacing: 0
}

body.site--dynamic_health .newsletter__container .newsletter__pod p {
    color: #000
}

body.site--dynamic_health .newsletter__container .newsletter__pod form .form-input {
    border: 1px solid #d5d5d5;
    border-radius: 30px
}

body.site--dynamic_health .newsletter__container .newsletter__pod form .form-input input {
    outline: none
}

body.site--dynamic_health .newsletter__container .newsletter__pod a.butt,
body.site--dynamic_health .newsletter__container .newsletter__pod input[type=submit] {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    border: 0;
    background: #b2d234;
    color: #172d3d;
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
    padding: 0 2rem;
    border-radius: 30px;
    letter-spacing: 0;
    outline: none;
    cursor: pointer
}

body.site--dynamic_health .newsletter__container .newsletter__pod.keep_in_touch p {
    margin: 1em auto;
    max-width: 350px
}

body.site--dynamic_health .newsletter__container .newsletter__pod.keep_in_touch .social_icons a {
    color: #750d37
}

body.site--dynamic_health .blog_pod {
    text-align: center
}

body.site--dynamic_health .blog_pod__title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
    font-weight: 400
}

body.site--dynamic_health .blog_pod__summary {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .75rem;
    font-weight: 400
}

body.site--dynamic_health .blog_pod__read_more {
    border: 0;
    color: #c72838;
    text-transform: none;
    font-size: .85rem
}

body.site--dynamic_health .instagram_container header h4 {
    font-weight: 400;
    text-transform: none
}

body.site--dynamic_health .instagram_container header p {
    text-transform: none;
    font-weight: 300
}

body.site--dynamic_health .instagram_container header p a {
    height: 50px;
    line-height: 46px;
    padding: 0 2rem;
    color: #172d3d;
    border: 2px solid rgba(0, 0, 0, .5);
    text-transform: none;
    background: transparent;
    border-radius: 25px;
    font-weight: 300
}

body.site--dynamic_health .dh_ingredients__images {
    position: relative
}

body.site--dynamic_health .dh_ingredients__images img {
    max-width: 100%;
    width: 100%;
    height: auto
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #750d37
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows:after,
body.site--dynamic_health .dh_ingredients__images .swiper-arrows:before {
    content: "";
    position: absolute;
    top: 8px;
    width: calc(50% - 3rem);
    height: 2px;
    background: #fff;
    opacity: .3
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows:before {
    left: 0
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows:after {
    right: 0
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows .swiper-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows .swiper-arrow:first-child {
    margin-right: 3rem
}

body.site--dynamic_health .dh_ingredients__images .swiper-arrows .swiper-arrow i {
    color: #fff
}

body.site--dynamic_health .dh_ingredients__wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

body.site--dynamic_health .dh_ingredients__ingredient {
    position: relative;
    height: 300px;
    overflow: hidden
}

body.site--dynamic_health .dh_ingredients__ingredient:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 90px;
    background-color: #750d37
}

body.site--dynamic_health .dh_ingredients__ingredient--image {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 150px
}

body.site--dynamic_health .dh_ingredients__ingredient h4 {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0;
    font-family: p22-mackinac-pro, serif;
    font-weight: 600;
    font-style: normal;
    font-size: .85rem;
    color: #fff;
    text-align: center;
    opacity: .4
}

body.site--dynamic_health .dh_ingredients__ingredient.slick-active.slick-center .dh_ingredients__ingredient--image {
    top: 0;
    width: 180px
}

body.site--dynamic_health .dh_ingredients__ingredient.slick-active.slick-center h4 {
    font-size: 1.25rem;
    opacity: 1
}

body.site--dynamic_health .dh_ingredients__dialog {
    display: none
}

body.site--dynamic_health .dh_ingredients__dialog:first-child {
    display: block
}

body.site--dynamic_health .dh_ingredients__dialog__container {
    padding: 2rem 0;
    background-color: #750d37
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog__container {
        padding: 4rem 0
    }
}

body.site--dynamic_health .dh_ingredients__dialog__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog__inner {
        flex-direction: row
    }
}

body.site--dynamic_health .dh_ingredients__dialog--description {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.25rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--description {
        margin: .5rem 0 1.5rem
    }
}

body.site--dynamic_health .dh_ingredients__dialog--description p {
    margin: 0 0 .35rem;
    color: #fff;
    line-height: 1.5rem
}

body.site--dynamic_health .dh_ingredients__dialog--description p:last-child {
    margin-bottom: 0
}

body.site--dynamic_health .dh_ingredients__dialog--link {
    display: inline-block;
    padding: 4px 16px;
    height: 40px;
    background-color: #f90;
 
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 32px;
    text-decoration: none;
    border-radius: 16px;
    font-size: .85rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--link {
        padding: 0 16px;
        height: 32px
    }
}

body.site--dynamic_health .dh_ingredients__dialog--content {
    padding: 2rem 2rem 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--content {
        width: calc(100% - 510px);
        margin-right: 2rem;
        padding: 0
    }
}

@media (min-width:67.5rem) {
    body.site--dynamic_health .dh_ingredients__dialog--content {
        width: calc(100% - 710px)
    }
}

body.site--dynamic_health .dh_ingredients__dialog--content h4,
body.site--dynamic_health .dh_ingredients__dialog--content h5 {
    text-align: center;
    color: #fff;
    margin-bottom: .75rem
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health .dh_ingredients__dialog--content h4,
    body.site--dynamic_health .dh_ingredients__dialog--content h5 {
        text-align: left
    }
}

body.site--dynamic_health .dh_ingredients__dialog--content h4 {
    font-size: 2.5rem
}

body.site--dynamic_health .dh_ingredients__dialog--content h5 {
    font-size: 1.25rem
}

body.site--dynamic_health .dh_ingredients__dialog--content a {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--content a {
        display: inline-block
    }
}

body.site--dynamic_health .dh_ingredients__dialog--collection {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: center;
    padding-top: 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--collection {
        left: 0;
        width: 450px;
        padding: 0
    }
}

body.site--dynamic_health .dh_ingredients__dialog--collection .collection-link {
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--dynamic_health .dh_ingredients__dialog--collection .collection-link a {
    display: inline-block;
    margin: 0 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--collection .collection-link a {
        display: none
    }
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-container {
    display: block;
    width: 100%;
    height: 300px
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-container .swiper-wrapper {
    width: 100%;
    height: 270px;
    padding: 0
}

body.site--dynamic_health .dh_ingredients__dialog--collection .pagination-wrapper {
    bottom: 2px
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows {
    display: none
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 30px;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(216, 225, 233, 0), rgba(216, 225, 233, .9) 51%, rgba(216, 225, 233, 0))
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow--prev {
    left: -30px
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow--prev:after {
    right: 0
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow--next {
    right: -30px
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow--next:after {
    left: 0
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow i {
    color: rgba(216, 225, 233, .9)
}

body.site--dynamic_health .dh_ingredients__dialog--collection .swiper-arrows .swiper-arrow:hover i {
    color: #222
}

body.site--dynamic_health .dh_ingredients__dialog--collection .immunity_product {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

body.site--dynamic_health .dh_ingredients__dialog--collection .immunity_product h4 {
    margin-top: .5rem;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    font-size: .85rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--collection .immunity_product h4 {
        font-size: 1rem
    }
}

body.site--dynamic_health .dh_ingredients__dialog--collection .immunity_product--image img {
    height: 200px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health .dh_ingredients__dialog--collection .immunity_product {
        max-width: 33.33%;
        text-align: left;
        justify-content: flex-start
    }
}

body.site--dynamic_health.template-index .header__container {
    background: #fff
}

body.site--dynamic_health.template-index .hero_css .pagination-wrapper {
    bottom: 120px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .pagination-wrapper {
        display: none
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide {
    position: relative;
    flex-direction: column-reverse;
    padding-top: 80px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide {
        flex-direction: row;
        padding-top: 0
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--image {
    width: 100%;
    position: relative;
    top: -50px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--image {
        width: 60%;
        position: static;
        top: auto
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--content {
    width: 100%
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--content {
        width: 45%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--content .block_cta {
    margin-top: 1rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--content .block_cta {
        text-align: left
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 {
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 {
        text-align: left
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word {
    display: inline-block;
    color: #b91627;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--1,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--2,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--5 {
        display: block
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--1,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--3,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--5 {
    font-family: citrus_gothic, sans-serif
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-right: .5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--1 {
        font-size: 8rem;
        line-height: 6rem;
        margin-right: 0
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--2 {
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--2 {
        font-size: 3.75rem;
        line-height: 3.75rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--4 {
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--4 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--3 {
    margin-right: .5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--3 {
        margin-right: 0
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--3,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--5 {
    font-size: 4.5rem;
    line-height: 4.5rem
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--3,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--1 .hero_css__word--5 {
        font-size: 5.5rem;
        line-height: 5.5rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 {
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 {
        text-align: left
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__slide--words {
    margin: 0 auto;
    width: 80%
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__slide--words {
        margin: auto;
        width: auto
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word {
    display: inline-block;
    color: #4678b6;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--1,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--2,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--5 {
        display: block
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--1,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--4,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--5 {
    font-family: citrus_gothic, sans-serif
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--1 {
    font-size: 4.5rem;
    line-height: 4.5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--1 {
        font-size: 8rem;
        line-height: 6rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--2 {
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--2 {
        font-size: 3.75rem;
        line-height: 3.75rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--3 {
    font-size: 2.5rem;
    line-height: 2.5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--3 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--4 {
    font-size: 4.5rem;
    line-height: 4.5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--4 {
        font-size: 4.5rem;
        line-height: 4.5rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--5 {
    font-size: 4.25rem;
    line-height: 4.25rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--2 .hero_css__word--5 {
        font-size: 4.25rem;
        line-height: 4.25rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 {
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 {
        text-align: left
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__slide--image {
    transform: scale(.95)
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__slide--image img {
    transform: translateY(6rem)
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__slide--content {
    top: 60%
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word {
    display: inline-block;
    color: #4678b6;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--1,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--2,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--5 {
        display: block
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--1,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--3,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--5 {
    font-family: citrus_gothic, sans-serif
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-right: .5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--1 {
        font-size: 8rem;
        line-height: 6rem;
        margin-right: 0
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--2 {
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--2 {
        font-size: 3.75rem;
        line-height: 3.75rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--4 {
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--4 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--3 {
    margin-right: .5rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--3 {
        margin-right: 0
    }
}

body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--3,
body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--5 {
    font-size: 4.5rem;
    line-height: 4.5rem
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--3,
    body.site--dynamic_health.template-index .hero_css .hero_css__slide--3 .hero_css__word--5 {
        font-size: 5.5rem;
        line-height: 5.5rem
    }
}

body.site--dynamic_health.template-index .grouping__natures_rich {
    position: relative
}

body.site--dynamic_health.template-index .grouping__natures_rich:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(39, 53, 118, 0), rgba(39, 53, 118, .5))
}

body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    z-index: 1
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner {
        max-width: 65%
    }
}

body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner .block__title h2,
body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner .block_paragraph p {
    color: #fff
}

body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner .block_cta {
    margin-bottom: 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner .block_cta {
        margin-bottom: 0
    }
}

body.site--dynamic_health.template-index .grouping__natures_rich .block__grouping__inner .block_cta a {
    border: 1px solid #fff;
    color: #fff;
    background: transparent
}

body.site--dynamic_health.template-index .pods__natures_rich .block__pods__inner {
    position: relative;
    z-index: 2
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .pods__natures_rich .block__pods__inner {
        top: -7rem
    }

    body.site--dynamic_health.template-index .pods__natures_rich .block__pods__inner .pagination-wrapper {
        display: none
    }
}

body.site--dynamic_health.template-index .pods__natures_rich .block__pods__inner {
    justify-content: space-between
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .pods__natures_rich .block__pods__inner.swiper-container,
    body.site--dynamic_health.template-index .pods__natures_rich .block__pods__inner.swiper-container .swiper-wrapper {
        height: 440px
    }
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .pods__natures_rich .block__pods__pod {
        width: 18%
    }
}

body.site--dynamic_health.template-index .pods__natures_rich .block__pods__pod img {
    width: 200px;
    height: 200px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .pods__natures_rich .block__pods__pod img {
        width: 300px;
        height: 300px
    }
}

body.site--dynamic_health.template-index .pods__natures_rich .block__pods__pod.swiper-slide-next {
    margin-top: 4rem
}

body.site--dynamic_health.template-index .block__image_story--one .block__image,
body.site--dynamic_health.template-index .block__image_story--two .block__image {
    margin-bottom: 2rem;
    padding: 0 2rem
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .block__image_story--one .block__image,
    body.site--dynamic_health.template-index .block__image_story--two .block__image {
        margin-bottom: 0;
        padding: 0
    }
}

body.site--dynamic_health.template-index .block__image_story--one .block__image img,
body.site--dynamic_health.template-index .block__image_story--two .block__image img {
    border-radius: 5px
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .block__image_story--one .block__image img,
    body.site--dynamic_health.template-index .block__image_story--two .block__image img {
        border-radius: 0
    }
}

body.site--dynamic_health.template-index .block__image_story--one .block__content,
body.site--dynamic_health.template-index .block__image_story--two .block__content {
    max-width: 400px
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .block__image_story--one .block__content,
    body.site--dynamic_health.template-index .block__image_story--two .block__content {
        padding-left: 2rem
    }
}

@media (min-width:47.9375rem) {

    body.site--dynamic_health.template-index .block__image_story--one .block__content .block__title h2,
    body.site--dynamic_health.template-index .block__image_story--one .block__content .block_cta,
    body.site--dynamic_health.template-index .block__image_story--one .block__content .block_paragraph .block_paragraph__container p,
    body.site--dynamic_health.template-index .block__image_story--two .block__content .block__title h2,
    body.site--dynamic_health.template-index .block__image_story--two .block__content .block_cta,
    body.site--dynamic_health.template-index .block__image_story--two .block__content .block_paragraph .block_paragraph__container p {
        text-align: left
    }
}

body.site--dynamic_health.template-index .block__image_story--one .block__content .block__title h2,
body.site--dynamic_health.template-index .block__image_story--two .block__content .block__title h2 {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

body.site--dynamic_health.template-index .block__image_story--one .block__content .block__title h2:before,
body.site--dynamic_health.template-index .block__image_story--two .block__content .block__title h2:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px dotted #ffb41f
}

body.site--dynamic_health.template-index .block__image_story--one .block_cta a,
body.site--dynamic_health.template-index .block__image_story--two .block_cta a {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, .5)
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner {
    align-items: flex-start;
    height: 670px
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .swiper-container {
    display: block
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .swiper-container .swiper-slide {
    width: 100%
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .swiper-container .swiper-slide img {
    width: 100%;
    height: auto
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .swiper-wrapper {
    height: 640px
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod {
    margin-right: 0;
    padding: 2rem 1.5rem;
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod {
        padding: 0;
        color: #000
    }
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--1 {
    background: #750d37
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--1 {
        background: transparent
    }
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--1 .block__pods__pod--imageContainer {
    background: #750d37
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--1 .block__pods__pod--imageContainer:before {
    content: "IMMUNITY"
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--2 {
    background: #c72838
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--2 {
        background: transparent
    }
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--2 .block__pods__pod--imageContainer {
    background: #c72838
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--2 .block__pods__pod--imageContainer:before {
    content: "RECOVERY"
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--3 {
    background: #ff8427
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--3 {
        background: transparent
    }
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--3 .block__pods__pod--imageContainer {
    background: #ff8427
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--3 .block__pods__pod--imageContainer:before {
    content: "IMMUNITY"
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--4 {
    background: #ffb41f
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--4 {
        background: transparent
    }
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--4 .block__pods__pod--imageContainer {
    background: #ffb41f
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--4 .block__pods__pod--imageContainer:before {
    content: "CLEANSE"
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--imageContainer {
    margin-bottom: 1rem
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--imageContainer:before {
    display: none;
    font-family: citrus_gothic, sans-serif;
    font-size: 40px;
    padding: 1.25rem;
    text-align: center;
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--imageContainer:before {
        display: block
    }
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--title {
    padding: 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 400
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--sub_title {
    padding: 0 1.5rem;
    font-size: 1rem;
    font-weight: 300
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--price {
    padding: 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 500
}

body.site--dynamic_health.template-index .block__pods--bestsellers .block__pods__inner .block__pods__pod--link {
    height: auto;
    line-height: auto;
    color: #000 !important;
    font-size: 1rem;
    padding: 0;
    background: transparent !important
}

body.site--dynamic_health.template-index .block__grouping--blogs {
    border-top: 2px solid #e5e1de
}

body.site--dynamic_health.template-index .block__grouping--blogs .block_cta a {
    border: 1px solid #000;
    color: #000;
    background: transparent
}

body.site--dynamic_health.template-index .blog_section {
    background: #f5f2f0;
    padding-bottom: 6rem;
    border-bottom: 2px solid #e5e1de
}

body.site--dynamic_health.template-index .blog_section h1 {
    display: none
}

body.site--dynamic_health.template-index .blog_section .not_available {
    color: #fff
}

body.site--dynamic_health.template-index .blog_section .blog_section__container {
    padding: 2rem 1rem 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .blog_section .blog_section__container {
        padding: 0 3rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-index .blog_section .blog_section__container .blog_pod {
        width: 33.33333%
    }
}

body.site--dynamic_health.template-index .blog_section .blog_section__container .pagination-wrapper {
    display: none
}

body.site--dynamic_health.template-our_story .two-column-info__container {
    padding: 3px 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .two-column-info__container {
        padding: 6rem 0
    }
}

body.site--dynamic_health.template-our_story .two-column-info__container__left-title {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

body.site--dynamic_health.template-our_story .two-column-info__container__left-title:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px dotted #ffb41f
}

body.site--dynamic_health.template-our_story .two-column-info__container__left-content {
    max-width: 400px
}

body.site--dynamic_health.template-our_story .two-column-info__container__left-description p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #172d3d;
    letter-spacing: 0
}

body.site--dynamic_health.template-our_story .hero-middle {
    background-position: 50% 100%
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .hero-middle {
        background-position: 50% 50%
    }
}

body.site--dynamic_health.template-our_story .hero-middle .block__grouping__inner {
    max-width: 850px;
    margin: 0 auto
}

body.site--dynamic_health.template-our_story .hero-middle .block_paragraph p {
    font-size: 18px
}

body.site--dynamic_health.template-our_story .story--one {
    flex-direction: column-reverse
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .story--one {
        flex-direction: row
    }
}

body.site--dynamic_health.template-our_story .pods--colors {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .pods--colors {
        flex-direction: row
    }
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod {
    position: relative;
    color: #fff;
    padding: 4rem 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .pods--colors .pods__pod {
        width: 25%;
        padding: 0
    }
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod:first-child {
    background: #750d37
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod:nth-child(2) {
    background: #c72838
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod:nth-child(3) {
    background: #ff8427;
    color: #172d3d
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod:nth-child(4) {
    background: #ffb41f;
    color: #172d3d
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .pods--colors .pods__pod:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod .pods__pod__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .pods--colors .pods__pod .pods__pod__container {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 34% 2rem
    }
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod .pods__pod__container p {
    margin: 0 0 1.5rem;
    font-size: 30px
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod .pods__pod__container .pods__pod__content p {
    margin: 0 0 1em;
    padding: 0 4rem;
    font-size: 14px;
    line-height: 20px
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .pods--colors .pods__pod .pods__pod__container .pods__pod__content p {
        font-size: 18px;
        line-height: 24px;
        padding: 0
    }
}

body.site--dynamic_health.template-our_story .pods--colors .pods__pod .pods__pod__container .pods__pod__content p:last-child {
    margin-bottom: 0
}

body.site--dynamic_health.template-our_story .pods--logos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem 6rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .pods--logos {
        padding-bottom: 6rem
    }
}

body.site--dynamic_health.template-our_story .pods--logos .pods__pod {
    margin-right: 1rem
}

body.site--dynamic_health.template-our_story .pods--logos .pods__pod:last-child {
    margin-right: 0
}

body.site--dynamic_health.template-our_story .pods--logos .pods__pod__image {
    max-width: 70px;
    width: 100%
}

body.site--dynamic_health.template-our_story .pods--logos .pods__pod__image img {
    max-width: 100%;
    height: auto
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .grouping--store .block__grouping__inner {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .grouping--store .block__title {
        margin: 0 3rem;
        padding: 0;
        width: auto
    }
}

body.site--dynamic_health.template-our_story .grouping--store .block__title h2 {
    font-size: 2rem;
    color: #fff
}

body.site--dynamic_health.template-our_story .grouping-split-images .block__grouping__inner {
    margin: 0 auto;
    min-height: 400px;
    padding-top: 10rem
}

@media (min-width:23.4375rem) {
    body.site--dynamic_health.template-our_story .grouping-split-images .block__grouping__inner {
        padding-top: 12rem
    }
}

@media (min-width:450px) and (max-width:599px) {
    body.site--dynamic_health.template-our_story .grouping-split-images .block__grouping__inner {
        padding-top: 14rem
    }
}

@media (min-width:37.5rem) {
    body.site--dynamic_health.template-our_story .grouping-split-images .block__grouping__inner {
        padding-top: 16rem
    }
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-our_story .grouping-split-images .block__grouping__inner {
        max-width: 30%;
        padding-top: 0
    }
}

@media (min-width:650px) and (max-width:767px) {
    body.site--dynamic_health.template-our_story .grouping-split-images .block__grouping__inner .block_paragraph {
        padding-top: 2.5rem
    }
}

body.site--dynamic_health.template-nutritional-benefits .hero-text {
    text-align: center
}

body.site--dynamic_health.template-nutritional-benefits .two-column-info__container {
    padding: 3px 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-nutritional-benefits .two-column-info__container {
        padding: 6rem 0
    }
}

body.site--dynamic_health.template-nutritional-benefits .two-column-info__container__left-title {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

body.site--dynamic_health.template-nutritional-benefits .two-column-info__container__left-title:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px dotted #ffb41f
}

body.site--dynamic_health.template-nutritional-benefits .two-column-info__container__left-content {
    max-width: 400px
}

body.site--dynamic_health.template-nutritional-benefits .two-column-info__container__left-description p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #172d3d;
    letter-spacing: 0
}

body.site--dynamic_health.template-nutritional-benefits .title--knowYourStuff {
    border-top: 1px solid #dfdfdf
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 2rem 3rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding-bottom: 7rem
    }
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod {
    padding: 0 0 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dfdfdf
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod {
        margin-bottom: 0;
        padding: 0 2rem;
        width: 33.33333%;
        border-right: 1px solid #dfdfdf;
        border-bottom: 0
    }
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod:last-child {
    border: 0;
    margin: 0
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod__container {
    display: flex;
    flex-direction: column;
    text-align: center
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod__container .pods__pod__title {
    order: 1;
    margin: 0 0 .5rem;
    color: #172d3d;
    font-size: 1.5rem
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod__container .pods__pod__content {
    order: 2;
    color: #172d3d;
    line-height: 1.5rem
}

body.site--dynamic_health.template-nutritional-benefits .pods--knowYourStuff .pods__pod__container .pods__pod__content p {
    margin: 0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-nutritional-benefits .grouping--store .block__grouping__inner {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-nutritional-benefits .grouping--store .block__title {
        margin: 0 3rem;
        padding: 0;
        width: auto
    }
}

body.site--dynamic_health.template-nutritional-benefits .grouping--store .block__title h2 {
    font-size: 2rem;
    color: #fff
}

body.site--dynamic_health.template-testimonials .testimonialList__container {
    background: #fff
}

body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item {
    border-radius: 10px;
    background-color: #f5f2f0
}

body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--image {
    width: 100px
}

body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000
}

body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--link a {
    color: #c72838;
    border-bottom: 0;
    font-weight: 400
}

body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--full_alternate {
    background-color: #750d37
}

body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--full_alternate .testimonialList__item--description,
body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--full_alternate .testimonialList__item--link a,
body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--full_alternate .testimonialList__item--location,
body.site--dynamic_health.template-testimonials .testimonialList__container .testimonialList__item--full_alternate h3 {
    color: #fff
}

body.site--dynamic_health.template-blog .blog_section__container h4 {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

body.site--dynamic_health.template-article h2.article__title {
    max-width: 80rem;
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0
}

body.site--dynamic_health.template-article .article__summary {
    max-width: 80rem;
    color: var(--color-primary);
    font-size: 20px;
    line-height: 26px
}

body.site--dynamic_health.template-article .article__meta {
    flex-direction: column
}

body.site--dynamic_health.template-article .article__meta>div {
 
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1rem;
    color: var(--color-primary)
}

body.site--dynamic_health.template-article .article__meta .tags span {
    background: #ffb41f;
    color: #172d3d;
    text-transform: none
}

body.site--dynamic_health.template-faq .questions__container {
    background: #f5f2f0
}

body.site--dynamic_health.template-faq .tab_bar a {
    border: 0
}

body.site--dynamic_health.template-faq .questions,
body.site--dynamic_health.template-faq .questions .questions__question {
    border-color: #e5e1de
}

body.site--dynamic_health.template-faq .questions__question h5 {
    color: #750d37
}

body.site--dynamic_health.template-faq .contact__container {
    background: transparent
}

body.site--dynamic_health.template-faq .contact__container .wrapper {
    max-width: 1100px;
    margin: 0 auto
}

body.site--dynamic_health.template-faq .contact__container .wrapper a {
 
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    background: #ffb41f;
    color: #172d3d;
    border-radius: 28px
}

body.site--dynamic_health.template-contact .hero-image__content-container .hero-text {
    font-size: 4rem
}

body.site--dynamic_health.template-contact .block__grouping .block_cta a {
    border: 0;
    background: #b82542;
    color: #fff;
    font-weight: 400
}

body.site--dynamic_health.template-contact .contact__container {
    background: #f5f2f0
}

body.site--dynamic_health.template-contact .contact__container a {
 
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    background: #ffb41f;
    color: #172d3d;
    border-radius: 28px
}

body.site--dynamic_health.template-contact .contact__container.faq {
    background: transparent
}

body.site--dynamic_health.template-contact .contact__container.faq .butt {
    margin-top: 0
}

body.site--dynamic_health.template-store-locator .contact__container {
    background: transparent
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper {
    max-width: 1100px;
    margin: 0 auto
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    height: inherit
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form {
        display: inline-flex
    }
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form input {
    display: inline-block;
    padding: .4rem .8rem;
    width: 17rem;
    height: 2.5rem;
    border-radius: 4rem;
    border: 1px solid #d6d0cc;
    outline: none;
    color: #7a7571
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form input {
        margin-right: 2rem
    }
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form input::-moz-placeholder {
    color: #7a7571
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form input:-ms-input-placeholder {
    color: #7a7571
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form input::placeholder {
    color: #7a7571
}

body.site--dynamic_health.template-store-locator .contact__container .wrapper .locate-form button {
 
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    background: #ffb41f;
    color: #172d3d;
    border-radius: 28px;
    cursor: pointer
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map {
    width: calc(100% + 3rem);
    transform: translateX(-1.5rem);
    display: flex;
    flex-direction: column;
    border-top: 2px solid #f5f2f0
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-store-locator .contact__container .locate-map {
        flex-direction: row-reverse
    }
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings {
    background-color: #f5f2f0;
    padding-bottom: 4rem
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings {
        width: 30%
    }
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul {
    list-style: none;
    margin: 0;
    padding: 2rem 0 0
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul li {
    width: 80%;
    margin: 0 auto;
    padding: 1rem .5rem;
    font-size: .8rem;
    font-family: serif;
    text-align: left !important
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul li .listings--address,
body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul li .listings--city,
body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul li .listings--title {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: serif;
    color: #b8afa9
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul li .listings--city {
    margin-bottom: 0
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map .listings ul li:not(:last-child) {
    border-bottom: 1.5px solid #b8afa9
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map #map {
    display: block;
    width: 100%;
    height: 25rem;
    background-color: #d6d0cc;
    position: relative
}

@media (min-width:47.9375rem) {
    body.site--dynamic_health.template-store-locator .contact__container .locate-map #map {
        width: 70%;
        height: inherit
    }
}

body.site--dynamic_health.template-store-locator .contact__container .locate-map #map span {
    display: inline-block;
    font-size: 4rem;
    font-family: serif;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.72px;
    color: #b8afa9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%)
}

body.site--dynamic_health.template-cart h2 {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

body.site--dynamic_health.template-cart .cart-items .cart-row .price-container .desktop-remove {
 
    font-style: normal;
    font-weight: 400;
    color: #c72838
}

body.site--dynamic_health.template-cart .disclaimer a {
    color: #c72838
}

body.site--dynamic_health.template-cart .qty-container {
    border-radius: 16px;
    border: 1px solid #d6d0cc
}

body.site--dynamic_health.template-cart .price-container__price {
 
    font-weight: 400;
    font-style: normal
}

body.site--dynamic_health.template-cart .price-container__price s {
    color: #d6d0cc
}

body.site--dynamic_health.template-cart .checkout-buttons .button {
 
    font-style: normal;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    text-transform: none;
    background: #c72838;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0
}

body.site--dynamic_health.template-cart [data-shopify-buttoncontainer]>div {
    height: 38px !important;
    border-radius: 19px;
    overflow: hidden
}

body.site--dynamic_health.template-cart [data-shopify-buttoncontainer]>div [role=button],
body.site--dynamic_health.template-cart [data-shopify-buttoncontainer]>div iframe {
    margin-top: -7px
}

body.site--dynamic_health.template-collection .collection__image__content--title,
body.site--dynamic_health.template-collection .collection__product__title a {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

body.site--dynamic_health.template-collection .collection__product__description {
    line-height: 1rem;
    color: var(--color-primary)
}

body.site--dynamic_health.template-collection .collection__product__price s {
    font-size: .85rem;
    font-weight: 300;
    color: #787878
}

body.site--dynamic_health.template-product .swiper-container .swiper-slide img {
    width: auto
}

body.site--dynamic_health.template-product .pdp-section .button {
    font-family: p22-mackinac-pro, serif;
    font-weight: 800;
    font-style: normal;
    height: 38px;
    border-radius: 19px;
    text-transform: none
}

body.site--dynamic_health.template-product .pdp-section .button.primary {
    background: #c72838
}

body.site--dynamic_health.template-product .purchase_type__selector__item {
    border: 1px solid #d6d0cc
}

body.site--dynamic_health.template-product .option-select-container,
body.site--dynamic_health.template-product .qty-container {
    border-radius: 16px;
    border: 1px solid #d6d0cc
}

body.site--dynamic_health.template-product .option-select-container {
    font-size: .85rem
}

body.site--dynamic_health.template-product [data-product-price] {
    font-family: p22-mackinac-pro, serif;
    font-weight: 400;
    font-style: normal
}

body.site--dynamic_health.template-product [data-compare-price] {
    color: #d6d0cc
}

body.site--dynamic_health.template-product ul.tags {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--dynamic_health.template-product ul.tags li {
    background: #ffb41f;
    color: #172d3d;
    text-transform: none
}

body.site--dynamic_health.template-product .benefits-link a {
    height: 40px;
    border: 0;
    color: #c72838;
    margin-top: 0;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 20px;
    text-transform: none
}

body.site--dynamic_health.template-product .product__description h4 {
    font-weight: 400;
    margin-bottom: .5rem;
    text-transform: none;
    text-align: center
}

body.site--dynamic_health.template-product .product__description p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center
}

body.site--dynamic_health.template-product .product__description p:last-child {
    margin-bottom: 0
}

body.site--dynamic_health.template-product .pdp-title,
body.site--dynamic_health.template-product .section_title {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.7px
}

body.site--dynamic_health.template-product .section_title {
    border-bottom: 2px solid #e4e1dd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%
}

body.site--dynamic_health.template-product .description__container h3 {
    font-family: p22-mackinac-pro, serif;
    font-weight: 800;
    font-style: normal
}

body.site--dynamic_health.template-product .description__container .description__content {
    margin: 0 auto
}

body.site--dynamic_health.template-product .description__container h3 {
    color: #fff;
    margin: 0 auto
}

body.site--dynamic_health.template-product .description__container .section__list--step {
    margin-top: 4rem;
    color: #000
}

body.site--dynamic_health.template-product .description__container .section__list--step h4 {
    font-family: p22-mackinac-pro, serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: none;
    color: #fff
}

body.site--dynamic_health.template-product .description__container .section__list--step p {
    color: #d6d0cc
}

body.site--dynamic_health.template-product .facts__container .section_title,
body.site--dynamic_health.template-product .questions__container .section_title {
    border: 0
}

body.site--dynamic_health.template-product .secondary_nav__container {
    margin-bottom: 6rem;
    padding: 2rem 0;
    background: #f5f2f0
}

body.site--dynamic_health.template-product .questions__question h5 {
    color: #750d37
}

body.site--kalvitamins .header_wrapper--simple_dropdown .header__container--scrolled {
    max-height: inherit !important
}

body.site--kalvitamins .header_wrapper--simple_dropdown .header__container--scrolled .mobile-menu .hamburger {
    top: 14px;
    color: var(--color-primary)
}

body.site--kalvitamins .header_wrapper--simple_dropdown .header__container--scrolled header {
    padding: 1.25rem !important
}

body.site--kalvitamins .header__container .mobile-menu nav a {
    color: var(--color-primary)
}

body.site--kalvitamins .header__container__message {
    height: 30px;
    background: #bf0d3e;
    color: #fff
}

body.site--kalvitamins .hamburger {
    color: var(--color-primary);
    display: inline-block;
    line-height: 30px
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins .hamburger {
        top: 30px
    }
}

body.site--kalvitamins .block_cta a {
    font-weight: 600
}

body.site--kalvitamins .breadcrumb__container {
    line-height: 0
}

body.site--kalvitamins .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--kalvitamins .breadcrumb__container a {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .5)
}

body.site--kalvitamins .breadcrumb__container span {
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins .breadcrumb__container {
        margin-top: 2rem
    }
}

body.site--kalvitamins .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-primary);
    outline: none;
    opacity: .7
}

body.site--kalvitamins .slick-arrow:hover {
    opacity: 1
}

body.site--kalvitamins .slick-arrow i {
    font-size: 2rem
}

body.site--kalvitamins .slick-arrow.slick-prev {
    left: 0;
    z-index: 10
}

body.site--kalvitamins .slick-arrow.slick-next {
    right: 0;
    z-index: 10
}

body.site--kalvitamins .slick-dots {
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none
}

body.site--kalvitamins .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 5px
}

body.site--kalvitamins .slick-dots li:last-child {
    margin-right: 0
}

body.site--kalvitamins .slick-dots li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc
}

body.site--kalvitamins .slick-dots li.slick-active:before {
    background: #e01b46
}

body.site--kalvitamins .slick-dots li button {
    display: none
}

body.site--kalvitamins .block__title h2,
body.site--kalvitamins .block_cta a {
 
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase
}

body.site--kalvitamins .footer__container,
body.site--kalvitamins .header__container {
    background: #fff
}

body.site--kalvitamins .footer__container .header,
body.site--kalvitamins .header__container .header {
    padding: 1.25rem
}

body.site--kalvitamins .footer__container .footer .logo,
body.site--kalvitamins .footer__container .header .logo,
body.site--kalvitamins .header__container .footer .logo,
body.site--kalvitamins .header__container .header .logo {
    width: 13.5rem
}

@media (max-width:766px) {

    body.site--kalvitamins .footer__container .footer .logo,
    body.site--kalvitamins .footer__container .header .logo,
    body.site--kalvitamins .header__container .footer .logo,
    body.site--kalvitamins .header__container .header .logo {
        width: 7rem;
        padding: .5rem 0
    }
}

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

    body.site--kalvitamins .footer__container .footer .logo,
    body.site--kalvitamins .footer__container .header .logo,
    body.site--kalvitamins .header__container .footer .logo,
    body.site--kalvitamins .header__container .header .logo {
        width: 8rem;
        margin-left: 2.5rem
    }
}

body.site--kalvitamins .header__container .header__right .nav--right {
    display: none
}

@media (min-width:90.25rem) {
    body.site--kalvitamins .header__container .header__right .nav--right {
        display: inline-block
    }
}

body.site--kalvitamins .header__container .header__right .nav--right a {
    font-size: 1.25rem;
    margin-right: .5rem;
    font-family: var(--font-body)
}

body.site--kalvitamins .footer__container {
    background: var(--color-primary);
    border-top: 0
}

body.site--kalvitamins .footer__container--lower {
    border-top: 1px solid hsla(0, 0%, 100%, .25)
}

body.site--kalvitamins .footer__container .footer__left {
    width: 65%
}

body.site--kalvitamins .footer__container .footer__right {
    width: 35%
}

body.site--kalvitamins .footer__container .footer .footer__nav nav.nav a {
    color: #fff
}

body.site--kalvitamins:not(.template-index) {
    padding-top: 92px
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins:not(.template-index) {
        padding-top: 145px
    }
}

body.site--kalvitamins:not(.template-index) .header__container .header__right .nav--right a {
    color: var(--color-primary)
}

body.site--kalvitamins:not(.template-index)[\:has\(.header__container--messageActive\)] {
    padding-top: 92px
}

body.site--kalvitamins:not(.template-index):has(.header__container--messageActive) {
    padding-top: 92px
}

body.site--kalvitamins .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px
}

body.site--kalvitamins .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #e01b46
}

body.site--kalvitamins .pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

body.site--kalvitamins .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b8afa9;
    margin-right: 5px;
    border: 0
}

body.site--kalvitamins .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #b82542
}

body.site--kalvitamins .pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

body.site--kalvitamins .hero-image__container {
    max-width: 120rem;
    margin: 0 auto
}

body.site--kalvitamins .hero-image__container .mobile-image {
    min-height: 200px
}

body.site--kalvitamins .hero-image__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(37, 40, 71, 0), rgba(37, 40, 71, .5))
}

body.site--kalvitamins .hero-image__content-container {
    top: auto;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%)
}

body.site--kalvitamins .hero-image__content-container .hero-text {
 
    font-weight: 800;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5rem;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins .hero-image__content-container .hero-text {
        font-size: 4.25rem;
        line-height: 2.5rem
    }
}

body.site--kalvitamins .hero-image__content-container .hero-text.push-down {
    display: none
}

body.site--kalvitamins .hero-image__content-container .hero-button {
 
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    letter-spacing: 0;
    background-color: #ffd35c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .45)
}

body.site--kalvitamins .newsletter__container {
    padding: 7rem 0 .5rem;
    border-top: 1px solid #ccc
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins .newsletter__container {
        padding: 7rem 0
    }
}

body.site--kalvitamins .newsletter__container .newsletter__pod h3 {
 
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0
}

body.site--kalvitamins .newsletter__container .newsletter__pod a.butt,
body.site--kalvitamins .newsletter__container .newsletter__pod input[type=submit] {
 
    font-weight: 600;
    font-style: normal;
    background: #e01b46;
    border: 0;
    border-radius: 0;
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
    padding: 0 2rem;
    color: #fff;
    letter-spacing: 0;
    text-align: center
}

@media (min-width:47.9375rem) {

    body.site--kalvitamins .newsletter__container .newsletter__pod a.butt,
    body.site--kalvitamins .newsletter__container .newsletter__pod input[type=submit] {
        width: 15.5rem
    }
}

body.site--kalvitamins .newsletter__container .newsletter__pod.keep_in_touch p {
    margin: 1em auto;
    max-width: 350px
}

body.site--kalvitamins .pods--kalProductCircles .pods__container {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

body.site--kalvitamins .pods--kalProductCircles .pods__container .pods__pod {
    margin: 0 .5rem
}

body.site--kalvitamins .pods--kalQualityCircles {
    display: flex;
    justify-content: flex-start
}

body.site--kalvitamins .pods--kalQualityCircles .pods__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

@media (max-width:375px) {
    body.site--kalvitamins .pods--kalQualityCircles .pods__container {
        justify-content: center
    }
}

body.site--kalvitamins .pods--kalQualityCircles .pods__container .pods__pod {
    margin: 0 .5rem;
    max-width: 140px
}

body.site--kalvitamins .pods--kalQualityCircles .pods__container .pods__pod__title {
 
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins .pods--kalQualityCircles .pods__container .pods__pod__title {
        font-size: 1rem
    }
}

@media (min-width:60rem) {
    body.site--kalvitamins .pods--kalQualityCircles .pods__container .pods__pod__title {
        font-size: 1.5rem
    }
}

body.site--kalvitamins .block_links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .5rem;
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: var(--color-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(9, 14, 71, .2)
}

body.site--kalvitamins .block_links a span {
    text-transform: uppercase;
    opacity: .2
}

body.site--kalvitamins .block_links a:hover span {
    opacity: 1
}

body.site--kalvitamins .instagram_container header h4 {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0
}

body.site--kalvitamins .instagram_container header p {
    text-transform: none;
    font-weight: 400
}

body.site--kalvitamins .instagram_container header p a {
    height: 50px;
    line-height: 50px;
 
    font-weight: 800;
    font-style: normal;
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 1.5rem
}

body.site--kalvitamins .privy-bottom,
body.site--kalvitamins .privy-top-right {
    display: none
}

body.site--kalvitamins .privy-pusher.privy-mobile-pusher {
    height: 0 !important
}

body#kal-vitamins.mobile_menu--on .hamburger {
    color: var(--color-primary)
}

body.site--kalvitamins.template-index .hamburger {
    color: #fff;
    top: 14px
}

body.site--kalvitamins.template-index .mobile-image {
    min-height: 80vh
}

body.site--kalvitamins.template-index .mobile_menu--on .hamburger {
    color: var(--color-primary)
}

body.site--kalvitamins.template-index .hero-image__content-container .hero-text {
 
    font-weight: 800;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .hero-image__content-container .hero-text {
        font-size: 5rem;
        line-height: 4.5rem
    }
}

body.site--kalvitamins.template-index .hero-image__content-container .hero-text.push-down {
    display: block
}

body.site--kalvitamins.template-index .hero-button {
    font-size: 2rem;
    line-height: 2rem;
    padding: 1rem 1rem .75rem
}

body.site--kalvitamins.template-index .header__container {
    background-color: rgba(0, 0, 0, .45)
}

body.site--kalvitamins.template-index .header__container .header__left .header__nav nav.nav>.dropdown_link span,
body.site--kalvitamins.template-index .header__container .header__left .header__nav nav.nav a,
body.site--kalvitamins.template-index .header__container .header__left .header__nav span,
body.site--kalvitamins.template-index .header__container .header__right .header__right__cart nav.nav a {
    font-weight: 300;
    color: #fff
}

body.site--kalvitamins.template-index .header__container .header__right .header__right__cart .nav--cart {
    display: inline-flex
}

body.site--kalvitamins.template-index .header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary {
    padding-top: 29px
}

body.site--kalvitamins.template-index .header_wrapper--simple_dropdown .dropdown_link ul.nav__secondary li {
    background-color: rgba(0, 0, 0, .45)
}

body.site--kalvitamins.template-index .header__container--scrolled {
    transition: none
}

body.site--kalvitamins.template-index .header__container--scrolled .header__left .header__nav nav.nav>.dropdown_link span,
body.site--kalvitamins.template-index .header__container--scrolled .header__left .header__nav nav.nav a,
body.site--kalvitamins.template-index .header__container--scrolled .header__left .header__nav span,
body.site--kalvitamins.template-index .header__container--scrolled .header__right .header__right__cart nav.nav a,
body.site--kalvitamins.template-index .header__container--scrolled .header__right .header__right__container nav.nav a {
    color: var(--color-primary)
}

body.site--kalvitamins.template-index .header__container--scrolled .dropdown_link ul.nav__secondary li {
    background-color: #fff
}

body.site--kalvitamins.template-index .header__container--scrolled .mobile-menu .hamburger {
    top: 12px
}

body.site--kalvitamins.template-index .section--one {
    max-width: 1400px
}

body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__image {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__image {
        display: block;
        width: 40%
    }
}

body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__content {
    display: flex;
    flex-direction: column
}

body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__content .block__image {
    display: block;
    order: 2
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__content .block__image {
        display: none
    }
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__content {
        width: 60%
    }
}

body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__content>div {
    margin: 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block__grouping__inner .block__content>div {
        width: 80%
    }
}

body.site--kalvitamins.template-index .section--one .block_cta {
    order: 4
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block_cta {
        order: 0
    }
}

body.site--kalvitamins.template-index .section--one .block_cta a {
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    text-transform: uppercase
}

body.site--kalvitamins.template-index .section--one .block_paragraph {
    padding-bottom: 1rem;
    order: 1
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block_paragraph {
        order: 0
    }
}

body.site--kalvitamins.template-index .section--one .block_pods_container {
    padding-bottom: 1rem;
    order: 3
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block_pods_container {
        order: 0
    }
}

body.site--kalvitamins.template-index .section--one .block_pods_container .pods__container {
    padding: 2rem 1.5rem;
    flex-wrap: wrap
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block_pods_container .pods__container {
        padding: 0;
        flex-wrap: nowrap
    }
}

body.site--kalvitamins.template-index .section--one .block_pods_container .pods__container .pods__pod {
    width: 50%
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .section--one .block_pods_container .pods__container .pods__pod {
        width: auto
    }
}

body.site--kalvitamins.template-index .pods--favorites .block__pods__pod--title {
 
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase
}

body.site--kalvitamins.template-index .pods--favorites .block__pods__pod--link {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border-bottom: 2px solid #ffd35c;
    padding: 0 1rem
}

body.site--kalvitamins.template-index .pods--favorites .swiper-container {
    padding-bottom: 2rem
}

body.site--kalvitamins.template-index .pods--favorites .swiper-pagination {
    bottom: 0
}

body.site--kalvitamins.template-index .testimonials--homepage {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .testimonials--homepage {
        overflow: visible
    }
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimonials__title {
    text-transform: uppercase;
    margin-bottom: 18rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .testimonials--homepage .product_testimonials__title {
        margin-bottom: 3rem
    }
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal__image {
    margin-bottom: 1rem
}

@media (max-width:767px) {
    body.site--kalvitamins.template-index .testimonials--homepage .swiper-container {
        width: 100%
    }
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .testimonials--homepage .swiper-container {
        width: 600px
    }
}

body.site--kalvitamins.template-index .testimonials--homepage .swiper-container .swiper-button {
    outline: none
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal {
    padding: 1rem 2rem
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal--quote {
    color: var(--color-primary);
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.6rem
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal--name {
    font-weight: 400;
    font-size: 1.5rem
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal__content {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal {
        height: 18rem;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    body.site--kalvitamins.template-index .testimonials--homepage .product_testimoninal__content {
        width: 80%;
        padding: .5rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse
    }
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimonials__cta {
    margin-top: 3rem
}

body.site--kalvitamins.template-index .testimonials--homepage .product_testimonials__cta a {
 
    font-weight: 600;
    font-style: normal;
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    text-transform: uppercase
}

body.site--kalvitamins.template-index .testimonials--homepage .floating_image {
    position: absolute;
    top: 140px;
    width: 50%;
    height: 90%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .testimonials--homepage .floating_image {
        top: 0
    }
}

body.site--kalvitamins.template-index .testimonials--homepage .floating_image img {
    width: auto;
    height: auto;
    max-width: 100%
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .testimonials--homepage .floating_image img {
        max-width: auto;
        max-height: 100%
    }
}

body.site--kalvitamins.template-index .testimonials--homepage .floating_image--one {
    left: 0;
    text-align: left
}

body.site--kalvitamins.template-index .testimonials--homepage .floating_image--one img {
    margin-left: -20%
}

body.site--kalvitamins.template-index .testimonials--homepage .floating_image--two {
    right: 0;
    text-align: right
}

body.site--kalvitamins.template-index .testimonials--homepage .floating_image--two img {
    margin-right: -20%
}

body.site--kalvitamins.template-index .story--two {
    max-width: 1400px
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image {
    position: relative
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image {
        width: 40%
    }
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image:after,
body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image:before {
    top: 0;
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .89) 25%, hsla(0, 0%, 100%, 0))
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image:after {
    bottom: 0;
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, .89) 25%, hsla(0, 0%, 100%, 0))
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__image img {
    transition: all .4s
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__content .block__image {
    display: none
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__content {
        width: 60%
    }
}

body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__content>div {
    margin: 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .story--two .block__grouping__inner .block__content>div {
        width: 80%
    }
}

body.site--kalvitamins.template-index .story--two .block__title h2 {
    font-size: 48px;
    line-height: 48px
}

body.site--kalvitamins.template-index .story--two .block_paragraph__container p {
    font-size: 20px;
    line-height: 28px
}

body.site--kalvitamins.template-index .story--two .block_pods_container {
    margin: 4rem 0 0
}

body.site--kalvitamins.template-index .story--two .block_links {
    padding: 0 1rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .story--two .block_links {
        padding: 0
    }
}

body.site--kalvitamins.template-index .story--two .block_links a {
    paint-order: cursor
}

body.site--kalvitamins.template-index .story--two .pods--kalProductCircles {
    padding: 0 2rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .story--two .pods--kalProductCircles {
        padding: 0;
        width: 70%;
        text-align: left
    }
}

body.site--kalvitamins.template-index .story--two .pods--kalProductCircles p {
    text-align: center;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-index .story--two .pods--kalProductCircles p {
        text-align: left
    }
}

body.site--kalvitamins.template-index .story--two .pods--kalProductCircles .pods__wrapper--bottomText {
    font-size: .5rem
}

body.site--kalvitamins.template-index .grouping--cta .block__title,
body.site--kalvitamins.template-index .grouping--cta .block_cta a {
    text-transform: uppercase
}

body.site--kalvitamins.template-our_story .pods__container--founders {
    display: flex !important;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--kalvitamins.template-our_story .pods__container--founders .pods__pod {
    margin: 0 1rem;
    max-width: 250px
}

body.site--kalvitamins.template-our_story .pods__container--mobile.pods--bottles .pods__pod__image {
    margin: 0 auto
}

@media (min-width:500px) {
    body.site--kalvitamins.template-our_story .pods__container--mobile.pods--bottles .pods__pod__image {
        width: 85%
    }
}

@media (min-width:37.5rem) {
    body.site--kalvitamins.template-our_story .pods__container--mobile.pods--bottles .pods__pod__image {
        width: 70%
    }
}

@media (min-width:768px) and (max-width:959px) {
    body.site--kalvitamins.template-our_story .pods__container--desktop.pods--bottles .pods__pod {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 4rem 0
    }

    body.site--kalvitamins.template-our_story .pods__container--desktop.pods--bottles .pods__pod__image img {
        max-height: 11rem
    }
}

@media (min-width:60rem) {
    body.site--kalvitamins.template-our_story .pods__container--desktop.pods--bottles .pods__pod {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 4rem 0
    }

    body.site--kalvitamins.template-our_story .pods__container--desktop.pods--bottles .pods__pod__image img {
        max-height: 15rem
    }
}

body.site--kalvitamins.template-our_story .pods--bottles {
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod {
    position: relative;
    height: 320px
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #707070
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:before {
        content: ""
    }
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #707070;
    border-radius: 50%
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:after {
        content: ""
    }
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:first-child:before {
    left: 70%;
    width: 30%
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:first-child:after {
    bottom: -5px;
    background: transparent;
    border-radius: 0;
    width: auto;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:first-child:after {
        content: "1932"
    }
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:last-child:before {
    width: 30%
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:last-child:after {
    bottom: -5px;
    background: transparent;
    border-radius: 0;
    width: auto;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--bottles .pods__pod:last-child:after {
        content: "2020"
    }
}

body.site--kalvitamins.template-our_story .pods--bottles .pods__pod__image {
    display: flex;
    justify-content: center
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .block__cta--downloadProducts {
        background-image: linear-gradient(180deg, #c5cada, rgba(242, 246, 250, 0));
        margin-top: -30rem
    }
}

body.site--kalvitamins.template-our_story .grouping--trustedBrand .block__title h2 {
    font-size: 54px;
    line-height: 40px
}

body.site--kalvitamins.template-our_story .grouping--trustedBrand .block_paragraph__container {
    margin: 0 auto;
    max-width: 800px
}

body.site--kalvitamins.template-our_story .grouping--trustedBrand .block_cta a {
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    text-transform: uppercase
}

body.site--kalvitamins.template-our_story .pods--trustedBrand {
    margin: 0 auto;
    max-width: 82rem;
    padding: 6rem 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--trustedBrand {
        flex-direction: row
    }
}

@media (max-width:767px) {
    body.site--kalvitamins.template-our_story .pods--trustedBrand {
        background-image: linear-gradient(180deg, #fff, #f2f6fa 58%, #fff);
        padding: 4rem 0
    }
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod {
    padding: 0 2rem;
    margin: 0 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod {
        margin: 0 1rem;
        padding: 0 1rem;
        border-right: 1px solid #efefef
    }
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod .pods__pod__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #efefef
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod .pods__pod__container {
        padding-bottom: 0;
        border-bottom: 0
    }
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod:last-child,
body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod:last-child .pods__pod__container {
    border: 0
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod__image {
    width: 150px;
    height: 150px;
    order: 1
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod__title {
    margin: 1rem 0 .75rem;
 
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 1.5rem;
    order: 2
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod__content {
    order: 3;
    color: var(--color-primary);
    padding: 0 1.5rem
}

body.site--kalvitamins.template-our_story .pods--trustedBrand .pods__pod__content p {
    margin: 0
}

body.site--kalvitamins.template-our_story .twoColumn--healthyFamilies {
    flex-direction: column-reverse;
    justify-content: space-between
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .twoColumn--healthyFamilies {
        flex-direction: row
    }
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .twoColumn--healthyFamilies .two-column-info__container__left {
        width: 45%
    }
}

body.site--kalvitamins.template-our_story .twoColumn--healthyFamilies .two-column-info__container__left-title {
 
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our_story .twoColumn--healthyFamilies .two-column-info__container__left-title {
        text-align: left;
        font-size: 54px;
        line-height: 42px
    }
}

body.site--kalvitamins.template-our_story .twoColumn--healthyFamilies .two-column-info__container__left-description {
    font-size: 20px;
    line-height: 28px;
    color: var(--color-primary)
}

body.site--kalvitamins.template-our-commitments .grouping--one .block__grouping__inner {
    margin: 0 auto;
    max-width: 900px
}

body.site--kalvitamins.template-our-commitments .grouping--one .block__title {
    margin: 0 auto;
    max-width: 700px
}

body.site--kalvitamins.template-our-commitments .grouping--one .block_pods_container .pods__wrapper--topText {
    display: none
}

body.site--kalvitamins.template-our-commitments .grouping--one .block_pods_container .pods__wrapper--bottomText {
    margin-top: 2rem;
    font-size: .75rem;
    text-align: center
}

body.site--kalvitamins.template-our-commitments .grouping--one .block_pods_container .pods__container {
    flex-wrap: wrap
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .grouping--one .block_pods_container .pods__container {
        flex-wrap: nowrap
    }
}

body.site--kalvitamins.template-our-commitments .grouping--one .block_pods_container .pods__container .pods__pod {
    width: 45%;
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .grouping--one .block_pods_container .pods__container .pods__pod {
        width: auto;
        padding: 0
    }
}

body.site--kalvitamins.template-our-commitments .story--one {
    padding: 0;
    position: relative;
    background: #f2f6fa;
    flex-direction: column-reverse
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .story--one {
        flex-direction: row
    }
}

body.site--kalvitamins.template-our-commitments .story--one:after {
    top: 100%;
    left: 60%;
    content: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -100px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 100px solid #f2f6fa
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .story--one:after {
        left: 26%;
        content: " "
    }
}

body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__left {
    padding: 1.5rem 3rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__left {
        padding: 1.5rem 7rem
    }
}

body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__left-title {
 
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__left-title {
        text-align: left;
        font-size: 48px;
        line-height: 40px
    }
}

body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__left-content {
    font-size: 20px;
    line-height: 28px
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__left-content {
        text-align: left
    }
}

body.site--kalvitamins.template-our-commitments .story--one .two-column-info__container__right {
    padding: 0 0 1.5rem
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods {
    padding: 5rem 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods {
        flex-direction: row
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__container {
    flex-direction: column;
    padding: 2rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__container {
        flex-direction: row;
        padding: 7rem 0 7rem 4rem;
        max-width: 500px;
        width: 50%
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__container__image {
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__container__image {
        width: 50%;
        padding: 0
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__container__image img {
    position: relative;
    max-width: 100%;
    height: auto
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__container__image img {
        right: -50px;
        margin-right: -3rem
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod__container {
    display: flex;
    flex-direction: column
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod__container .pods__pod__title {
    margin: 0 0 .5rem;
 
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 2rem;
    line-height: 1.75rem;
    order: 1;
    padding: 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod__container .pods__pod__title {
        text-align: left;
        font-size: 2.5rem;
        line-height: 2.25rem
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod__container .pods__pod__content {
    order: 2
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod__container .pods__pod__content p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod__container .pods__pod__content p {
        text-align: left
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(9, 14, 71, .2)
}

@media (max-width:47.875rem) {
    body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod {
        width: 100% !important
    }
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod:first-child .pods__pod__title:before {
    content: "1) ";
    color: #0f7a5a
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod:nth-child(2) .pods__pod__title:before {
    content: "2) ";
    color: #0f7a5a
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod:nth-child(3) .pods__pod__title:before {
    content: "3) ";
    color: #0f7a5a
}

body.site--kalvitamins.template-our-commitments .pods__wrapper.pods--imageRowsPods .pods__pod:nth-child(4) .pods__pod__title:before {
    content: "4) ";
    color: #0f7a5a
}

body.site--kalvitamins.template-our-commitments .grouping--cta .block__grouping__inner,
body.site--kalvitamins.template-our-commitments .grouping--qualitySafety .block__grouping__inner {
    margin: 0 auto;
    max-width: 1000px
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety {
    margin: 0 auto;
    max-width: 82rem;
    padding: 0 0 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods--qualitySafety {
        flex-direction: row
    }
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod {
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod {
        width: 33.33333%;
        border-right: 1px solid #efefef;
        margin: 0 1rem;
        padding: 0 1rem
    }
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod .pods__pod__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod .pods__pod__container {
        border: 0;
        margin: 0;
        padding: 0
    }
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod:last-child {
    border-right: 0
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod:last-child .pods__pod__container {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod__image {
    width: 150px;
    height: 150px;
    order: 1
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod__title {
    margin: 1rem 0 .75rem;
 
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 1.5rem;
    order: 2
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod__content {
    order: 3;
    color: var(--color-primary);
    padding: 0 1.5rem
}

body.site--kalvitamins.template-our-commitments .pods--qualitySafety .pods__pod__content p {
    margin: 0
}

body.site--kalvitamins.template-our-commitments .pods__container--mobile.pods--qualitySafety {
    padding-bottom: 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-our-commitments .pods__container--mobile.pods--qualitySafety {
        display: none
    }
}

body.site--kalvitamins.template-our-commitments .pods__container--mobile.pods--qualitySafety .pods__pod__container {
    padding: 2rem;
    margin: 0
}

body.site--kalvitamins.template-our-commitments .pods__container--mobile.pods--qualitySafety .pods__pod__container .pods__pod__image img {
    width: 100%
}

body.site--kalvitamins.template-our-commitments .pods__container--mobile.pods--qualitySafety .pods__pod__container .pods__pod__content {
    padding: 0
}

body.site--kalvitamins.template-testimonials .block__grouping .block_paragraph__container {
    max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto
}

body.site--kalvitamins.template-testimonials .block__title--readReviews {
    background-image: linear-gradient(180deg, #fff, #f2f6fa)
}

body.site--kalvitamins.template-testimonials .testimonialList__container {
    background: #f2f6fa
}

body.site--kalvitamins.template-testimonials .testimonialList__container .testimonialList__item {
    background-color: #fff;
    box-shadow: 5px 5px 0 0 #ffe18f
}

body.site--kalvitamins.template-testimonials .testimonialList__container .testimonialList__item--image {
    width: 50px
}

body.site--kalvitamins.template-testimonials .testimonialList__container .testimonialList__item--description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000
}

body.site--kalvitamins.template-testimonials .testimonialList__container .testimonialList__item--link a {
    color: #e01b46;
    border-color: #ffe18f
}

body.site--kalvitamins.template-blog .block__grouping__inner {
    max-width: 65rem;
    margin: 0 auto
}

body.site--kalvitamins.template-blog .blog_section__container h4 {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

body.site--kalvitamins.template-blog .blog_section__container .blog_pod__image img {
    box-shadow: 5px 5px 0 0 #ffe18f
}

body.site--kalvitamins.template-blog .blog_pod footer {
    padding: 0 3rem
}

body.site--kalvitamins.template-blog .blog_pod__title {
 
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: .75rem
}

body.site--kalvitamins.template-blog .blog_pod__summary {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #090e47
}

body.site--kalvitamins.template-blog .blog_pod__read_more {
    display: block;
    text-align: center;
    border: 0
}

body.site--kalvitamins.template-blog .blog_pod__read_more span {
    padding-bottom: 5px;
    border-bottom: 2px solid #ffe18f;
    color: #e01b46;
    text-transform: none
}

body.site--kalvitamins.template-blog .instagram_container h4 {
    border: 0
}

body.site--kalvitamins.template-article h2.article__title {
    max-width: 70rem;
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0
}

body.site--kalvitamins.template-article .article__summary {
    max-width: 80rem;
    color: var(--color-primary);
    font-size: 20px;
    line-height: 26px
}

body.site--kalvitamins.template-article .article__meta {
    flex-direction: column
}

body.site--kalvitamins.template-article .article__meta>div {
 
    font-weight: 800;
    font-style: normal;
    margin: 0 0 1rem;
    color: var(--color-primary)
}

body.site--kalvitamins.template-article .article__meta .tags span {
    background: #ffd35c;
    color: #090e47
}

body.site--kalvitamins.template-faq .questions__container {
    background: #f2f6fa
}

body.site--kalvitamins.template-faq .block__grouping {
    margin: 0 auto;
    max-width: 70rem;
    padding-top: 6rem;
    padding-bottom: 6rem
}

body.site--kalvitamins.template-faq .block__grouping .block_cta a {
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    text-transform: uppercase
}

body.site--kalvitamins.template-faq .tab_bar a {
    color: #e01b46;
    border: 0
}

body.site--kalvitamins.template-faq .questions,
body.site--kalvitamins.template-faq .questions__question {
    border-color: #969bb5
}

body.site--kalvitamins.template-faq .questions__question h5 {
    color: var(--color-primary)
}

body.site--kalvitamins.template-contact .block__grouping--top .block_cta a {
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    text-transform: uppercase
}

body.site--kalvitamins.template-contact .contact__container {
    background: transparent
}

body.site--kalvitamins.template-contact .contact__container h4 {
    text-transform: none;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: .5rem;
    letter-spacing: 0
}

body.site--kalvitamins.template-contact .contact__container a,
body.site--kalvitamins.template-contact .contact__container h3 {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase
}

body.site--kalvitamins.template-contact .contact__container a {
    color: #090e47;
    border: 2px solid #090e47;
    background: transparent;
    padding: 16px 20px;
    font-size: 28px;
    line-height: 28px
}

@media not all and (min-resolution:0.001dpcm) and (max-width:767px) {
    @supports (-webkit-appearance:none) {
        body.site--kalvitamins.template-contact .contact__container .phone {
            margin-top: 2.5rem;
            display: block;
            border: none !important
        }
    }
}

body.site--kalvitamins.template-contact .lower__cta {
    padding: 3rem 0
}

@media (min-width:47.9375rem) {
    body.site--kalvitamins.template-contact .lower__cta {
        padding: 6rem 0
    }
}

body.site--kalvitamins.template-cart h2 {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

body.site--kalvitamins.template-cart .info-container h5 {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    font-size: 1.5rem
}

body.site--kalvitamins.template-cart .cart-items .cart-row .price-container .desktop-remove {
    font-weight: 400;
    color: #e01b46
}

body.site--kalvitamins.template-cart .cart-total {
    border-bottom: 2px solid #e4e1dd
}

body.site--kalvitamins.template-cart .cart-total:last-child {
    border-bottom: 0
}

body.site--kalvitamins.template-cart .disclaimer a {
    color: #c72838
}

body.site--kalvitamins.template-cart .qty-container {
    border-radius: 0;
    border: 1px solid #c5cada
}

body.site--kalvitamins.template-cart .price-container__price {
 
    font-weight: 800;
    font-style: normal
}

body.site--kalvitamins.template-cart .price-container__price s {
    color: #d6d0cc
}

body.site--kalvitamins.template-cart .checkout-buttons .button {
 
    font-weight: 800;
    font-style: normal;
    height: 38px;
    line-height: 30px;
    border-radius: 0;
    background: #e01b46;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.5rem;
    padding: .25rem 0 0
}

body.site--kalvitamins.template-cart [data-shopify-buttoncontainer]>div {
    height: 38px !important;
    border-radius: 0;
    overflow: hidden
}

body.site--kalvitamins.template-cart [data-shopify-buttoncontainer]>div [role=button],
body.site--kalvitamins.template-cart [data-shopify-buttoncontainer]>div iframe {
    margin-top: -7px
}

body.site--kalvitamins.template-collection .collection__image:before {
    background-image: linear-gradient(180deg, rgba(9, 14, 71, 0), rgba(9, 14, 71, .7))
}

body.site--kalvitamins.template-collection .collection__image__content {
    top: auto;
    bottom: 10px;
    transform: none
}

body.site--kalvitamins.template-collection .collection__image__content--title {
 
    font-weight: 800;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.25rem;
    letter-spacing: 0
}

body.site--kalvitamins.template-collection .collection__product__title a {
 
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    font-size: 1rem
}

body.site--kalvitamins.template-collection .collection__product__description {
    line-height: 1rem;
    color: var(--color-primary)
}

body.site--kalvitamins.template-collection .collection__product__price s {
    font-size: .85rem;
    font-weight: 300;
    color: #787878
}

body.site--kalvitamins.template-collection .collection__filter_bar__info {
    color: #676c90
}

body.site--kalvitamins.template-collection .collection__filter_bar__info strong {
    font-weight: 400;
    color: #e01b46
}

body.site--kalvitamins.template-product .swiper-container .swiper-wrapper {
    display: flex
}

body.site--kalvitamins.template-product .swiper-container .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain
}

body.site--kalvitamins.template-product .swiper-container .swiper-pagination {
    bottom: 0
}

body.site--kalvitamins.template-product .pdp-thumbnails li {
    border: 1px solid #c5cada
}

body.site--kalvitamins.template-product .pdp-section .button {
 
    font-weight: 900;
    font-style: normal;
    border-radius: 0;
    font-size: 1.5rem
}

body.site--kalvitamins.template-product .pdp-section .button.primary {
    background: #c72838
}

body.site--kalvitamins.template-product .pdp-section .button.secondary#paypal {
    align-items: center
}

body.site--kalvitamins.template-product .purchase_type__selector__item {
    border: 1px solid #d6d0cc
}

body.site--kalvitamins.template-product .option-select-container,
body.site--kalvitamins.template-product .qty-container {
    border-radius: 0;
    border: 1px solid #d6d0cc
}

body.site--kalvitamins.template-product .option-select-container {
    font-size: .85rem
}

body.site--kalvitamins.template-product [data-product-price] {
 
    font-weight: 900;
    font-style: normal
}

body.site--kalvitamins.template-product [data-compare-price] {
    color: #d6d0cc
}

body.site--kalvitamins.template-product ul.tags {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

body.site--kalvitamins.template-product ul.tags li {
    background: #ffd35c;
    color: #090e47;
    height: auto;
    line-height: .6rem;
    font-size: .6rem;
    padding: .5rem;
    border-radius: .8rem
}

body.site--kalvitamins.template-product .benefits-link a {
    height: 40px;
    border: 0;
    color: #c72838;
    margin-top: 0;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 20px;
    text-transform: none
}

body.site--kalvitamins.template-product .product__description h4 {
 
    font-weight: 900;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center
}

body.site--kalvitamins.template-product .product__description p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center
}

body.site--kalvitamins.template-product .product__description p:last-child {
    margin-bottom: 0
}

body.site--kalvitamins.template-product .pdp-title,
body.site--kalvitamins.template-product .section_title {
 
    font-weight: 900;
    font-style: normal
}

body.site--kalvitamins.template-product .pdp-subtitle {
    font-weight: 400;
    color: #676c90
}

body.site--kalvitamins.template-product .section_title {
    border-bottom: 2px solid #e4e1dd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%
}

body.site--kalvitamins.template-product .description__container h3 {
 
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase
}

body.site--kalvitamins.template-product .description__container .description__content {
    margin: 0 auto
}

body.site--kalvitamins.template-product .description__container h3 {
    color: #fff;
    margin: 0 auto
}

body.site--kalvitamins.template-product .description__container .section__list--step {
    margin-top: 4rem;
    color: #000
}

body.site--kalvitamins.template-product .description__container .section__list--step h4 {
 
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    color: #fff
}

body.site--kalvitamins.template-product .description__container .section__list--step p {
    color: #d6d0cc
}

body.site--kalvitamins.template-product .important_information__container .section__list--step h4 {
 
    font-weight: 800;
    font-style: normal;
    margin-bottom: .5rem
}

body.site--kalvitamins.template-product .important_information__container .section__list--step div {
    line-height: 30px
}

body.site--kalvitamins.template-product .facts__container .section_title,
body.site--kalvitamins.template-product .questions__container .section_title {
    border: 0
}

body.site--kalvitamins.template-product .secondary_nav__container {
    margin-bottom: 6rem;
    padding: 2rem 0;
    background: #f2f6fa
}

body.site--kalvitamins.template-product .secondary_nav__container a {
    color: #e01b46;
    border-bottom: 1px solid #ffd35c;
    padding-bottom: .25rem
}

body.site--kalvitamins.template-product .questions,
body.site--kalvitamins.template-product .questions__question {
    border-color: #969bb5
}

body.site--kalvitamins.template-product .questions__question h5 {
    color: var(--color-primary)
}

body.site--aubreyorganics .breadcrumb__container {
    background: #96c553;
    margin-top: 10px
}

body.site--aubreyorganics .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--aubreyorganics .breadcrumb__container a {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .5)
}

body.site--aubreyorganics .breadcrumb__container span {
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .breadcrumb__container {
        margin-top: 36px
    }
}

body.site--aubreyorganics .footer__container nav .dropdown_link a span,
body.site--aubreyorganics .footer__container nav a,
body.site--aubreyorganics .header__container nav .dropdown_link a span,
body.site--aubreyorganics .header__container nav a {
 
    font-weight: 300;
    font-style: normal;
    font-weight: 300 !important;
    text-transform: uppercase
}

body.site--aubreyorganics:not(.template-index) {
    padding-top: 97px
}

body.site--aubreyorganics:not(.template-index) .footer__container,
body.site--aubreyorganics:not(.template-index) .header__container {
    background: #fff
}

body.site--aubreyorganics:not(.template-index) .hero-image__container .mobile-image {
    min-height: 200px
}

@media (max-width:767px) {
    body.site--aubreyorganics:not(.template-index) .hero-image__container .hero-image__content-container {
        padding: 0;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.site--aubreyorganics:not(.template-index) .hero-image__container .hero-image__content-container .hero-text {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

body.site--aubreyorganics .block__grouping .block__title h2 {
    text-transform: uppercase
}

body.site--aubreyorganics .block__grouping .block_paragraph__container {
    padding: 0 1rem
}

body.site--aubreyorganics .block__grouping .block_paragraph__container p {
    line-height: 30px
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav {
    width: 100%;
    margin: 40px auto 0;
    display: block;
    text-align: center
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav nav.nav a,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav nav.nav a {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1rem
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav nav.nav a::last-child,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav nav.nav a::last-child {
    margin-bottom: 0
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav nav.nav a,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav nav.nav a {
        margin-bottom: 0
    }
}

@media (min-width:75rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav nav.nav a,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav nav.nav a {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav>span,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav>span {
    display: none
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__nav,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__nav {
        margin-top: 0
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__left,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__left {
    width: 0
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__left,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__left {
        width: auto
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__right,
body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__right .footer__nav,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__right,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__right .footer__nav {
    width: 100%
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__right .footer__nav>span,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__right .footer__nav>span {
        display: none
    }
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container.fullNav .footer__right,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container.fullNav .footer__right {
        width: 50%
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__paymentIcons,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__paymentIcons {
    padding: 1rem 0
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__paymentIcons,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__paymentIcons {
        padding: 1rem 0
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower {
    background-color: #96c553
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer,
body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer nav a,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer nav a {
    font-size: 14px;
    text-transform: capitalize;
   
    color: #fff
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer,
    body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer nav a,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer nav a {
        font-size: 16px
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer {
    align-items: center
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer nav,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer nav {
    order: 2
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer nav a,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer nav a {
    flex-basis: 33%;
    max-width: 33%;
    line-height: 1;
    font-weight: 700 !important
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer nav a,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer nav a {
        max-width: none;
        flex: none
    }
}

@media (min-width:67.5rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer nav,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer nav {
        order: 1
    }
}

body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer__copyright,
body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer__copyright {
    padding-bottom: 1.25rem
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .footer_wrapper--full_page .footer__container--lower .footer__copyright,
    body.site--aubreyorganics .footer_wrapper--simple_dropdown .footer__container--lower .footer__copyright {
        padding-bottom: 0
    }
}

body.site--aubreyorganics .hero-image__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(63, 88, 35, .5))
}

body.site--aubreyorganics .hero-image__container .hero-image__content-container {
    z-index: 1
}

body.site--aubreyorganics .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 300;
    font-style: normal;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 68px
}

body.site--aubreyorganics .newsletter__container {
    background: linear-gradient(180deg, #f4f3f2, rgba(244, 243, 242, 0) 72%)
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .newsletter__container {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    body.site--aubreyorganics .newsletter__container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 40%;
        z-index: -1
    }
}

body.site--aubreyorganics .newsletter__container .newsletter__pod h3 {
    font-size: 2.25rem;
    color: var(--color-primary);
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300
}

body.site--aubreyorganics .newsletter__container .newsletter__pod p {
    color: #4d5247
}

body.site--aubreyorganics .newsletter__container .newsletter__pod form .form-input {
    border: 1px solid #d5d5d5;
    border-radius: 5px
}

body.site--aubreyorganics .newsletter__container .newsletter__pod.keep_in_touch p,
body.site--aubreyorganics .newsletter__container .newsletter__pod.newsletter p {
    margin: 1em auto;
    max-width: 300px
}

body.site--aubreyorganics .newsletter__container .newsletter__pod.keep_in_touch .social_icons a {
    color: #96c553
}

body.site--aubreyorganics .block__grouping.lower__cta {
    padding: 6rem 0
}

body.site--aubreyorganics .block__grouping.lower__cta .block_cta a {
 
    font-weight: 400;
    font-style: normal;
    border: 0;
    text-transform: uppercase;
    background-color: #fff969
}

body.site--aubreyorganics .instagram_container {
    padding: 2rem 1.5rem
}

body.site--aubreyorganics .instagram_container header h4 {
 
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    line-height: 42px;
    max-width: 730px;
    color: #fff
}

body.site--aubreyorganics .instagram_container header p {
    margin: 0;
    text-transform: none;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0
}

body.site--aubreyorganics .instagram_container header p a {
    background: transparent;
    border: 2px solid #fff969;
    color: #fff969;
    line-height: 38px;
    text-transform: uppercase
}

body.site--aubreyorganics .instagram_container .not_available {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics #bc-sf-filter-tree #bc-sf-filter-options-wrapper,
    body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-selection-wrapper {
        padding-left: 0
    }
}

body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-block-title h3 {
 
    font-weight: 400;
    font-style: normal;
    color: #497938;
    text-transform: uppercase
}

body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-block-title h3>span:before {
    display: none
}

body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-block-title h3>span:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #497938;
    display: inline-block;
    margin: 0 10px -2px 0;
    position: absolute;
    right: 0;
    top: 8px
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-block-title h3 {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
    color: var(--color-body-text)
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

body.site--aubreyorganics .collections__container .search__form {
    display: none;
    padding: 2rem 0 0;
    margin: 0;
    position: relative
}

body.site--aubreyorganics .collections__container .search__form input[type=search] {
    padding: 10px 10px 10px 40px;
    letter-spacing: .32px;
    font-size: 18px;
    line-height: 1
}

body.site--aubreyorganics .collections__container .search__form button {
    background: transparent;
    color: #497938;
    position: absolute;
    left: 0
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .collections__container .search__form {
        display: inline-block
    }
}

body.site--aubreyorganics .header_wrapper--full_page .header__container .mobile-menu .hamburger,
body.site--aubreyorganics .header_wrapper--full_page .header__container .mobile-menu nav a,
body.site--aubreyorganics .header_wrapper--full_page .header__container__message,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .mobile-menu .hamburger,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .mobile-menu nav a,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container__message {
    color: var(--color-primary)
}

body.site--aubreyorganics .header_wrapper--full_page .header__container .header .header__nav a,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header .header__nav a {
    font-weight: 500 !important
}

@media (max-width:767px) {

    body.site--aubreyorganics .header_wrapper--full_page .header__container .header .logo,
    body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header .logo {
        transform: translate(-62%, -50%)
    }
}

body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__container .nav--right,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__container .nav--right {
    display: none
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__container .nav--right,
    body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__container .nav--right {
        display: block
    }

    body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__container .nav--right a,
    body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__container .nav--right a {
        color: var(--color-primary);
        font-size: 1.2rem;
        padding: 0 1.2rem 0 0
    }
}

body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right,
body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__cart,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__cart {
    z-index: 300
}

body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right .nav__account,
body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right .nav__cart,
body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right .nav__search,
body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__cart .nav__account,
body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__cart .nav__cart,
body.site--aubreyorganics .header_wrapper--full_page .header__container .header__right__cart .nav__search,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right .nav__account,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right .nav__cart,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right .nav__search,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__cart .nav__account,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__cart .nav__cart,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container .header__right__cart .nav__search {
    color: var(--color-primary)
}

body.site--aubreyorganics .header_wrapper--full_page .header__container--scrolled,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container--scrolled {
    max-height: none !important
}

body.site--aubreyorganics .header_wrapper--full_page .header__container--scrolled .mobile-menu .hamburger,
body.site--aubreyorganics .header_wrapper--simple_dropdown .header__container--scrolled .mobile-menu .hamburger {
    top: 12px
}

body.site--aubreyorganics.template-index .header__container {
    background: transparent
}

body.site--aubreyorganics.template-index .block__grouping h2,
body.site--aubreyorganics.template-index .block_cta a {
    text-transform: uppercase
}

body.site--aubreyorganics.template-index .hero-image__content-container,
body.site--aubreyorganics.template-index .homepage_hero__content {
    top: auto;
    bottom: 5%;
    transform: translate(-50%);
    max-width: none
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics.template-index .hero-image__content-container,
    body.site--aubreyorganics.template-index .homepage_hero__content {
        margin-bottom: 2rem
    }
}

body.site--aubreyorganics.template-index .hero-image__content-container a,
body.site--aubreyorganics.template-index .homepage_hero__content a {
 
    font-weight: 500;
    font-style: normal;
    color: #497938;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.25rem;
    padding: .875rem 1.25rem;
    margin-top: 1em
}

@media (min-width:67.5rem) {

    body.site--aubreyorganics.template-index .hero-image__content-container a,
    body.site--aubreyorganics.template-index .homepage_hero__content a {
        font-size: 1.875rem
    }
}

body.site--aubreyorganics.template-index .hero-image__content-container .hero-text,
body.site--aubreyorganics.template-index .homepage_hero__content .hero-text {
 
    font-weight: 300;
    font-style: normal;
    text-shadow: 0 3px 6px rgba(77, 82, 71, .25);
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .5rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .7rem;
    text-align: center
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics.template-index .hero-image__content-container .hero-text,
    body.site--aubreyorganics.template-index .homepage_hero__content .hero-text {
        font-size: 82px;
        line-height: 4rem
    }
}

body.site--aubreyorganics.template-index .hero-image__content-container .hero-description,
body.site--aubreyorganics.template-index .homepage_hero__content .hero-description {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics.template-index .hero-image__content-container .hero-description,
    body.site--aubreyorganics.template-index .homepage_hero__content .hero-description {
        font-size: 36px;
     
        font-weight: 300;
        font-style: normal;
        max-width: inherit;
        padding-top: .5rem
    }
}

body.site--aubreyorganics.template-index .homepage_hero__images .desktop-image,
body.site--aubreyorganics.template-index .homepage_hero__images .mobile-image {
    background-size: cover;
    background-position: 50%
}

body.site--aubreyorganics.template-index .cleanPromiseHeader .block_paragraph {
    max-width: 1240px
}

body.site--aubreyorganics.template-index .cleanPromiseHeader .block_paragraph p {
    line-height: 2rem
}

body.site--aubreyorganics.template-index .pods-cleanPromise {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-index .pods-cleanPromise {
        padding: 3rem 5rem inherit;
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    body.site--aubreyorganics.template-index .pods-cleanPromise:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 150%;
        z-index: -1
    }
}

body.site--aubreyorganics.template-index .pods-cleanPromise .block__pods__inner {
    justify-content: space-evenly;
    align-items: flex-start
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-index .pods-cleanPromise .block__pods__inner {
        justify-content: center
    }
}

body.site--aubreyorganics.template-index .pods-cleanPromise .block__pods__inner .block__pods__pod {
    margin: 0;
    width: 35% !important
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-index .pods-cleanPromise .block__pods__inner .block__pods__pod {
        width: 14%
    }
}

body.site--aubreyorganics.template-index .pods-cleanPromise .block__pods__pod--title {
 
    font-weight: 600;
    font-style: normal;
    font-size: .85rem;
    line-height: 1;
    letter-spacing: .2px;
    text-align: center;
    color: #96c553;
    text-transform: uppercase
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-index .fanFavesTitle {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    body.site--aubreyorganics.template-index .fanFavesTitle:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 75%;
        z-index: -1
    }
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod {
    margin-right: 0;
    padding: 0 1rem
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--1--contentContainer {
    color: #000
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--2--imageContainer {
    max-height: 480px
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--3--contentContainer {
    color: #000
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod {
        padding: 0
    }

    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--1 {
        transform: translate(3rem, -3rem)
    }

    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--1 .block__pods__pod--contentContainer {
        display: none
    }

    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--2 {
        width: 30%;
        z-index: 2
    }

    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--3 {
        transform: translate(-3rem, -3rem)
    }

    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--3 .block__pods__pod--contentContainer {
        display: none
    }
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--imageContainer {
    max-height: 400px;
    position: relative;
    display: flex;
    overflow: hidden
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--imageContainer img {
    width: 85%;
    margin: 0 auto
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer {
    padding: 2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer {
        padding: 2rem
    }
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer h2,
body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer h3 {
    color: #fff
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer .block__pods__pod--title {
    text-transform: uppercase
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer .block__pods__pod--sub_title {
    line-height: 1.5rem;
    margin: 1.5rem 0
}

body.site--aubreyorganics.template-index .fanFaves .block__pods__pod--contentContainer .block__pods__pod--link {
    border-radius: 0;
    padding: 1rem
}

body.site--aubreyorganics.template-index .bestSellers .block__pods__pod--title {
 
    font-weight: 300;
    font-style: normal;
    font-size: 1.625rem;
    text-transform: uppercase
}

@media (min-width:67.5rem) {
    body.site--aubreyorganics.template-index .bestSellers .block__pods__pod--title {
        font-size: 1.875rem
    }
}

body.site--aubreyorganics.template-index .bestSellers .block__pods__pod--sub_title p {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-index .bestSellers .block__pods__pod--sub_title p {
        line-height: 1.5
    }
}

body.site--aubreyorganics.template-index .bestSellers .block__pods__pod--link {
    font-size: 1.25rem;
    line-height: 1.25;
    display: inline-block;
    text-decoration: none;
    padding: 16px 24px;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    height: auto;
    border-radius: 0 !important;
 
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

body.site--aubreyorganics .block_grouping--craftedByNature {
    position: relative
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .block_grouping--craftedByNature {
        margin-top: 2rem
    }

    body.site--aubreyorganics .block_grouping--craftedByNature:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .6), rgba(153, 199, 88, .4), rgba(150, 197, 83, .1))
    }

    body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner {
        padding-top: 2rem
    }
}

body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner .block__title h2 {
    color: #fff;
    font-size: 2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner .block__title {
        padding-bottom: 1rem
    }

    body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner .block__title h2 {
        font-size: 3.5rem
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner .block_paragraph__container {
        max-width: 51rem;
        margin: 0 auto
    }
}

body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner .block_paragraph__container p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 1rem
}

body.site--aubreyorganics .block_grouping--craftedByNature .block__grouping__inner .block_cta a {
    border-color: #fff969;
    color: #fff969
}

body.site--aubreyorganics .imageStory--talkAboutIngredients {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__image {
    display: flex
}

@media (max-width:767px) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__image {
        display: none
    }
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__image img {
    width: 100%
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content {
    transform: none;
    background: rgba(73, 121, 56, .9);
    position: static
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 50%;
        padding: 6rem
    }
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__image {
    display: block;
    height: 15rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__image {
        display: none
    }
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__image img {
        width: auto;
        height: 100%
    }
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__title {
    padding-top: 2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__title {
        padding: 0;
        max-width: 38rem
    }
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__title h2 {
    color: #fff;
    font-size: 2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block__title h2 {
        font-size: 3.5rem;
        margin-bottom: 1rem
    }
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block_paragraph__container {
    max-width: 30rem;
    margin: 0 auto
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block_paragraph__container p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 1rem
}

body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block_cta a {
    border-color: #fff969;
    color: #fff969;
    margin-bottom: 2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .imageStory--talkAboutIngredients .block__content .block_cta a {
        margin: 0
    }
}

body.site--aubreyorganics .block__grouping--learnAndGrow {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics .block__grouping--learnAndGrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics .block__grouping--learnAndGrow:before {
        height: 40%
    }
}

body.site--aubreyorganics .blog_section h1 {
    display: none
}

body.site--aubreyorganics .blog_section .blog_section__container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod footer {
    padding: 3rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .blog_section .blog_section__container .blog_pod {
        width: 33.33333%
    }
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod__image {
    margin-bottom: 0
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod__image img {
    width: 100%;
    height: auto
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod__category {
    display: none
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod__title a {
 
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-transform: uppercase
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod__summary {
    font-size: 1.125rem;
    color: #fff
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod__read_more {
 
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod:first-child {
    background-color: #146a90
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod:first-child .blog_pod__read_more {
    color: #8ee0f0
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod:nth-child(2) {
    background-color: #cb4688
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod:nth-child(2) .blog_pod__read_more {
    color: #ffb4c8
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod:nth-child(3) {
    background-color: #497938
}

body.site--aubreyorganics .blog_section .blog_section__container .blog_pod:nth-child(3) .blog_pod__read_more {
    color: #cf6
}

body.site--aubreyorganics .block_grouping--findRightProduct .block_cta a,
body.site--aubreyorganics .butt {
    background-color: #fff969;
    color: #497938;
    border-color: transparent;
    text-transform: uppercase;
    line-height: 20px;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 20px
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics .block_grouping--findRightProduct .block_cta a,
    body.site--aubreyorganics .butt {
        font-size: 28px
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics .block_cta.overlayTop {
        transform: translateY(-90px);
        position: relative;
        z-index: 1
    }
}

body.site--aubreyorganics .pagination-wrapper {
    bottom: 0;
    height: 23px;
    width: 100%;
    position: absolute;
    display: block
}

body.site--aubreyorganics .pagination-wrapper .swiper-pagination {
    text-align: center;
    width: 100%
}

body.site--aubreyorganics .pagination-wrapper .swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #dbdbd8;
    opacity: 1
}

body.site--aubreyorganics .pagination-wrapper .swiper-pagination-bullet-active {
    background: #96c553
}

body.site--aubreyorganics.template-about-us .block__grouping--cleanProducts {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-about-us .block__grouping--cleanProducts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-about-us .block__grouping--cleanProducts:before {
        height: 30%
    }
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted {
    min-height: 700px;
    display: flex;
    justify-content: stretch
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted {
        padding-top: 11.8rem !important;
        background-size: contain !important
    }
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner {
    width: 100%;
    padding: 2rem;
    background: rgba(73, 121, 56, .9);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner {
        width: 50%;
        padding: 2rem 4rem
    }
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner .block__title h2 {
    font-size: 48px;
    line-height: 48px;
    color: #fff
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner .block_paragraph {
    padding: 0;
    margin-bottom: 1.5rem
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner .block_paragraph__container {
    padding: 0
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner .block_paragraph__container p {
    color: #fff
}

body.site--aubreyorganics.template-about-us .block_grouping--whereItAllStarted .block__grouping__inner .block_cta a {
    background: #fff969;
    text-transform: uppercase;
    border: none
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-about-us .story--whatWeBelieve:before {
        height: 15%
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-about-us .story--whatWeBelieve {
        padding-top: 10rem
    }
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve .two-column-info__container__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve .two-column-info__container__left-title {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1;
    letter-spacing: 1.92px;
    text-align: center;
    color: #497938
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve .two-column-info__container__left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve .two-column-info__container__left-content p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #4d5247
}

body.site--aubreyorganics.template-about-us .story--whatWeBelieve .two-column-info__container__left-button {
    margin: 0 auto;
 
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #497938;
    text-align: center;
    color: #497938
}

body.site--aubreyorganics.template-about-us .block_grouping--positivelyNatural {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 14%, rgba(216, 255, 138, .2) 89%)
}

body.site--aubreyorganics.template-our-promise .noBadStuff .block__title h2 {
    color: #fff
}

body.site--aubreyorganics.template-our-promise .noBadStuff .block_paragraph {
    max-width: 70rem
}

body.site--aubreyorganics.template-our-promise .noBadStuff .block_paragraph .block_paragraph__container p {
    color: #fff;
    line-height: 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .noBadStuff .block_paragraph .block_paragraph__container p {
        line-height: 2.25rem
    }
}

body.site--aubreyorganics.template-our-promise .pods--promises {
    display: flex !important;
    flex-direction: column;
    padding-top: 0
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .pods--promises {
        padding: 0
    }
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod {
    padding: 0 4rem;
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod:before {
        height: 35%
    }

    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod:first-child {
        padding-top: 3rem
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod {
        padding: 3rem 12%
    }
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container {
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container {
        flex-direction: column-reverse;
        justify-content: center;
        padding-left: 300px;
        margin-bottom: 0;
        align-items: baseline
    }
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__image {
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__image {
        position: absolute;
        left: 0;
        width: 200px
    }

    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__image img {
        width: 100%
    }
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__title {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #497938;
    margin: 0;
    line-height: 1;
    text-align: center;
    font-size: 2.2rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__title {
        text-align: left;
        font-size: 54px
    }
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__content {
    margin: 1rem 0 2rem;
    font-size: 24px;
    line-height: 1.5;
    color: #4d5247
}

body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__content p {
    margin: 0;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-our-promise .pods--promises .pods__pod__container .pods__pod__content p {
        text-align: left;
        max-width: 58rem
    }
}

body.site--aubreyorganics.template-ingredients-aubrey .alwaysNatural {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-ingredients-aubrey .alwaysNatural:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-ingredients-aubrey .alwaysNatural:before {
        height: 40%
    }
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__title {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #497938;
    margin: 1.5rem 0 3rem;
    line-height: 1;
    text-align: center;
    font-size: 2rem
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container {
    position: relative;
    padding-top: 4rem
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(180deg, rgba(219, 219, 216, .5), hsla(0, 0%, 100%, .47) 56%)
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container .ingredients__ingredient .ingredients__ingredient--content {
    background-color: rgba(73, 121, 56, .7);
    right: 0;
    bottom: 0;
    left: 0
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container .ingredients__ingredient .ingredients__ingredient--content h3 {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container .ingredients__ingredient .ingredients__ingredient--content .ingredients__ingredient--description {
    margin: 1rem 0 .5rem;
    color: #cf6
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container .ingredients__ingredient .ingredients__ingredient--content i {
    color: #cf6
}

body.site--aubreyorganics.template-ingredients-aubrey .ingredients__container .ingredients__ingredient--on .ingredients__ingredient--content {
    position: absolute;
    margin: 0
}

body.site--aubreyorganics.template-ingredients-aubrey .block__image_story {
    padding: 3rem 0
}

body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__image {
    width: 85%;
    margin-bottom: 1.5rem
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__content,
    body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__image {
        width: 50%
    }
}

body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__content .block__title h2 {
    font-size: 2.25rem;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__content .block__title h2 {
        font-size: 54px
    }
}

body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__content .block_paragraph {
    padding-bottom: 2rem
}

body.site--aubreyorganics.template-ingredients-aubrey .block__image_story .block__content .block_paragraph p {
    text-align: center;
    line-height: 1.5rem
}

body.site--aubreyorganics.template-ingredients-aubrey .aubrey-points {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 80%
}

body.site--aubreyorganics.template-ingredients-aubrey .aubrey-points li {
    display: flex;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.27;
    color: #4d5247
}

body.site--aubreyorganics.template-ingredients-aubrey .aubrey-points li:before {
    content: "✲";
    color: #cf6;
    margin-right: 1rem
}

body.site--aubreyorganics.template-ingredients-aubrey .block__grouping.lower__cta {
    padding: 6rem 0
}

body.site--aubreyorganics.template-ingredients-aubrey .block__grouping.lower__cta a {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #497938;
    background-color: #fff969;
    border: 0
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) {
        padding-top: 3rem
    }

    body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container):before {
        height: 10%
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) {
        padding-top: 10rem
    }
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) h4 {
 
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: none
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) h4:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 2rem;
    background-image: linear-gradient(180deg, rgba(219, 219, 216, .5), hsla(0, 0%, 100%, .47) 56%)
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) .blog_pod footer {
    padding: 0 2rem
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) .blog_pod__title {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: center
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) .blog_pod__summary {
    text-align: center;
    color: #4d5247
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) .blog_pod__read_more {
    display: block;
    width: 100%;
    border: 0;
    text-align: center
}

body.site--aubreyorganics.template-blog .blog_section__container:not(.instagram_container) .blog_pod__read_more span {
 
    font-weight: 400;
    font-style: normal;
    color: #497938;
    border-bottom: 1px solid #fff969
}

body.site--aubreyorganics.template-blog .instagram_container .blog_section__container:before {
    content: none
}

body.site--aubreyorganics.template-article .article_hero__container .wrapper {
    margin-bottom: 0
}

body.site--aubreyorganics.template-article h2.article__title {
    max-width: 80rem;
 
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0
}

body.site--aubreyorganics.template-article .article__summary {
    max-width: 80rem;
    color: #4d5247;
    font-size: 20px;
    line-height: 26px
}

body.site--aubreyorganics.template-article .article__meta {
    flex-direction: column
}

body.site--aubreyorganics.template-article .article__meta>div {
 
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: var(--color-primary)
}

body.site--aubreyorganics.template-article .article__meta .tags {
    margin-bottom: 0
}

body.site--aubreyorganics.template-article .article__meta .tags span {
    background: #fff;
    border-color: 1px solid #146a90;
    color: #146a90;
    text-transform: none
}

body.site--aubreyorganics.template-article .article_image__content {
    color: #4d5247
}

body.site--aubreyorganics.template-article .article_image__content h2 {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase
}

body.site--aubreyorganics.template-article .article_image__content blockquote p {
    color: #96c553;
    line-height: 1.25
}

body.site--aubreyorganics.template-testimonials .fellowFans {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-testimonials .fellowFans:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-testimonials .fellowFans:before {
        height: 55%
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__container {
    background-color: inherit
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__container {
        padding-top: 0
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item .testimonialList__item--content,
body.site--aubreyorganics.template-testimonials .testimonialList__item .testimonialList__item--content h3,
body.site--aubreyorganics.template-testimonials .testimonialList__item .testimonialList__item--description {
    color: #fff
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate {
    padding: 0
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate {
        padding: 3rem 0
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--image {
    width: 100%;
    height: 15rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--image {
        height: 100%;
        width: 28rem !important;
        left: 0
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content {
    padding: 3rem
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content h3 {
    font-size: 22px;
    text-transform: uppercase;
 
    font-weight: 300;
    font-style: normal;
    letter-spacing: .72px
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content h3 {
        font-size: 38px;
        margin-bottom: 10px
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--alternate_wrapper {
        position: absolute;
        right: 0;
        width: 70%;
        transform: translateX(18%)
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--link {
    padding-top: 3rem
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--link a {
    color: #497938;
    background-color: #fff969;
    padding: .8rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: none
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate.align_right .testimonialList__item--image {
        left: auto;
        right: 0
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--full_alternate.align_right .testimonialList__item--content .testimonialList__item--alternate_wrapper {
        right: auto;
        left: 0
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_one {
    background-color: #e08638
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_one .testimonialList__item--link a,
body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_one .testimonialList__item--location {
    color: #f7d596
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_two {
    background-color: #146a90
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_two .testimonialList__item--link a,
body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_two .testimonialList__item--location {
    color: #8ee0f0
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_three {
    background-color: #cb4688
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_three .testimonialList__item--link a,
body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_three .testimonialList__item--location {
    color: #ffb4c8
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_four {
    background-color: #497938
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_four .testimonialList__item--link a,
body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_color_four .testimonialList__item--location {
    color: #96c553
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_texture_one {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_texture_one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--box_texture_one .testimonialList__item--location {
    color: #cf6
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard {
    position: relative
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 100%;
    transform: translate(0);
    padding: 2rem 3rem 10rem
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content {
        padding: 2rem 3rem
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content .testimonialList__item--image {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 125px;
    overflow: hidden;
    width: 100%;
    z-index: -1
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content .testimonialList__item--image img {
    max-width: 100%;
    max-height: 100% !important;
    -o-object-fit: fill;
    object-fit: fill
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content .testimonialList__item--standard_wrapper {
    transform: translateY(55%)
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content .testimonialList__item--standard_wrapper {
        transform: translateY(30%)
    }
}

body.site--aubreyorganics.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content .testimonialList__item--standard_wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
 
    font-weight: 300;
    font-style: normal
}

body.site--aubreyorganics.template-faq .faqHeader {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-faq .faqHeader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-faq .faqHeader:before {
        height: 40%
    }
}

body.site--aubreyorganics.template-faq .questions__container {
    background: #f4f3f2
}

body.site--aubreyorganics.template-faq .block_cta a {
    background-color: #fff969;
    border: 0
}

body.site--aubreyorganics.template-faq .tab_bar a {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #497938
}

body.site--aubreyorganics.template-faq .questions,
body.site--aubreyorganics.template-faq .questions .questions__question {
    border-color: #e5e1de
}

body.site--aubreyorganics.template-faq .questions__question h5 {
 
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #497938;
    letter-spacing: 0
}

body.site--aubreyorganics.template-faq .questions__question i {
    color: #497938
}

body.site--aubreyorganics.template-faq .questions__question .questions__question__answer p {
    color: #4d5247
}

body.site--aubreyorganics.template-contact .sayHi {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-contact .sayHi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--aubreyorganics.template-contact .sayHi:before {
        height: 50%
    }
}

body.site--aubreyorganics.template-contact .block__grouping .block_cta a,
body.site--aubreyorganics.template-contact .contact_container a,
body.site--aubreyorganics.template-contact a.butt,
body.site--aubreyorganics.template-contact input[type=submit] {
 
    font-weight: 500;
    font-style: normal;
    background: #fff969;
    color: #497938;
    border: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .2px;
    padding: 13px 20px
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics.template-contact .block__grouping .block_cta a,
    body.site--aubreyorganics.template-contact .contact_container a,
    body.site--aubreyorganics.template-contact a.butt,
    body.site--aubreyorganics.template-contact input[type=submit] {
        padding: 20px;
        font-size: 1.875rem;
        line-height: .5
    }
}

body.site--aubreyorganics.template-contact .contact__container {
    background-color: #f4f3f2
}

body.site--aubreyorganics.template-contact .contact__container h3 {
 
    font-weight: 300;
    font-style: normal;
    color: #497938
}

body.site--aubreyorganics.template-contact .contact__container p {
    color: #4d5247
}

body.site--aubreyorganics.template-contact .contact__container h4 {
    text-transform: none;
    font-weight: 300
}

body.site--aubreyorganics.template-cart h2 {
 
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd
}

body.site--aubreyorganics.template-cart .cart-items .cart-row .price-container .desktop-remove {
 
    font-style: normal;
    font-weight: 400;
    color: #497938
}

body.site--aubreyorganics.template-cart .disclaimer {
    color: #4d5247
}

body.site--aubreyorganics.template-cart .disclaimer a {
    color: #497938
}

body.site--aubreyorganics.template-cart .qty-container {
    border-radius: 4px;
    border: 1px solid #d6d0cc
}

body.site--aubreyorganics.template-cart .info-container h5 {
 
    font-weight: 300;
    font-style: normal
}

body.site--aubreyorganics.template-cart .info-container p {
    color: #4d5247
}

body.site--aubreyorganics.template-cart .price-container__price {
 
    font-weight: 300;
    font-style: normal
}

body.site--aubreyorganics.template-cart .price-container__price s {
    color: #d6d0cc
}

body.site--aubreyorganics.template-cart .checkout-buttons .button {
 
    font-weight: 400;
    font-style: normal
}

body.site--aubreyorganics.template-cart .cart-total {
    color: #4d5247;
    border-bottom: 2px solid #e4e1dd
}

body.site--aubreyorganics.template-cart .cart-total:nth-child(3) {
    border: 0
}

body.site--aubreyorganics.template-cart .cart-total__value {
 
    font-weight: 400;
    font-style: normal;
    color: #96c553
}

body.site--aubreyorganics.template-collection .collection__image__content--title,
body.site--aubreyorganics.template-collection .collection__product__title a {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

body.site--aubreyorganics.template-collection .collection__product__description {
    line-height: 1rem;
    color: #4d5247;
    display: none
}

body.site--aubreyorganics.template-collection .collection__product__price {
    color: #96c553
}

body.site--aubreyorganics.template-collection .collection__product__price s {
    font-size: .85rem;
    font-weight: 300;
    color: #787878
}

body.site--aubreyorganics.template-product .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--aubreyorganics.template-product .pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper img {
    width: 100%
}

body.site--aubreyorganics.template-product .pdp-section .button.secondary#paypal {
    padding: 8px 0
}

body.site--aubreyorganics.template-product .pdp-subtitle {
    font-weight: 300;
    color: #4d5247
}

body.site--aubreyorganics.template-product .pdp-section .button {
 
    font-weight: 400;
    font-style: normal;
    height: 46px;
    text-transform: uppercase
}

body.site--aubreyorganics.template-product .pdp-section .button.primary {
    background-color: #fff969;
    color: #497938
}

body.site--aubreyorganics.template-product .purchase_type__selector__item {
    border: 1px solid #d6d0cc
}

body.site--aubreyorganics.template-product .option-select-container,
body.site--aubreyorganics.template-product .qty-container {
    border-radius: 4px;
    border: 1px solid #d6d0cc
}

body.site--aubreyorganics.template-product .option-select-container {
    font-size: .85rem
}

body.site--aubreyorganics.template-product [data-product-price] {
 
    font-weight: 300;
    font-style: normal;
    color: #96c553
}

body.site--aubreyorganics.template-product [data-compare-price] {
    color: #d6d0cc
}

body.site--aubreyorganics.template-product ul.tags {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--aubreyorganics.template-product ul.tags li {
    background: #fff;
    border-color: 1px solid #146a90;
    color: #146a90;
    text-transform: none
}

body.site--aubreyorganics.template-product .benefits-link {
    font-size: 1rem;
 
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: .13px
}

body.site--aubreyorganics.template-product .benefits-link a {
    color: #497938
}

body.site--aubreyorganics.template-product .product__description h4 {
 
    font-weight: 300;
    font-style: normal;
    font-size: 1.25rem
}

body.site--aubreyorganics.template-product .product__description p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4d5247
}

body.site--aubreyorganics.template-product .product__description p:last-child {
    margin-bottom: 0
}

body.site--aubreyorganics.template-product .pdp-title,
body.site--aubreyorganics.template-product .section_title {
 
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    letter-spacing: .34px;
    line-height: 1
}

@media (min-width:47.9375rem) {

    body.site--aubreyorganics.template-product .pdp-title,
    body.site--aubreyorganics.template-product .section_title {
        letter-spacing: 1.35px;
        font-size: 52px
    }
}

body.site--aubreyorganics.template-product .section_title {
    border-bottom: 2px solid #e4e1dd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%
}

body.site--aubreyorganics.template-product .description__container {
    background-color: #96c553;
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--aubreyorganics.template-product .description__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

body.site--aubreyorganics.template-product .description__container h3 {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase
}

body.site--aubreyorganics.template-product .description__container .section__list--step {
    margin-top: 4rem;
    color: #000
}

body.site--aubreyorganics.template-product .description__container .section__list--step .section__list__image {
    line-height: 0
}

body.site--aubreyorganics.template-product .description__container .section__list--step h4 {
    margin-top: 0;
 
    font-weight: 300;
    font-style: normal;
    background-color: #497938;
    color: #fff;
    padding: .5rem 1rem
}

body.site--aubreyorganics.template-product .description__container .section__list--step p {
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-product #shopify-section-ingredients {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    body.site--aubreyorganics.template-product #shopify-section-ingredients:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 70%;
        z-index: -1
    }
}

@media (min-width:47.9375rem) {
    body.site--aubreyorganics.template-product .ingredients__container {
        padding-top: 4rem
    }
}

body.site--aubreyorganics.template-product .facts__container,
body.site--aubreyorganics.template-product .important_information__container,
body.site--aubreyorganics.template-product .ingredients__container,
body.site--aubreyorganics.template-product .questions__container {
    max-width: 900px;
    margin: 0 auto
}

body.site--aubreyorganics.template-product .facts__container .section_title,
body.site--aubreyorganics.template-product .questions__container .section_title {
    border: 0
}

body.site--aubreyorganics.template-product .important_information__container h4 {
 
    font-weight: 300;
    font-style: normal;
    margin: 0
}

body.site--aubreyorganics.template-product .important_information__container h4 strong {
    font-weight: 300
}

body.site--aubreyorganics.template-product .secondary_nav__container {
    display: block;
    overflow: auto
}

body.site--aubreyorganics.template-product .secondary_nav__container a {
 
    font-weight: 300;
    font-style: normal;
    color: #497938;
    font-size: 1.375rem;
    text-transform: uppercase
}

body.site--aubreyorganics.template-product .questions__question h5 {
    font-weight: 300
}

body.site--aubreyorganics.template-product .swiper-container .swiper-pagination-bullet-active {
    background-color: #96c553
}

body.site--aubreyorganics.template-product .swiper-container .swiper-slide img {
    width: auto
}

body.site--life-flo .breadcrumb__container {
    background: #3a367a
}

body.site--life-flo .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--life-flo .breadcrumb__container a {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .5)
}

body.site--life-flo .breadcrumb__container span {
    color: #fff
}

body.site--life-flo .footer__container .header,
body.site--life-flo .header__container .header {
    padding: 1.25rem
}

body.site--life-flo .footer__container nav .dropdown_link a span,
body.site--life-flo .footer__container nav a,
body.site--life-flo .header__container nav .dropdown_link a span,
body.site--life-flo .header__container nav a {
 
    font-weight: 300;
    font-style: normal;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: var(--color-primary)
}

body.site--life-flo:not(.template-index) {
    padding-top: 97px
}

body.site--life-flo:not(.template-index) .header__container {
    background: #fff
}

body.site--life-flo:not(.template-index) .hero-image__container .mobile-image {
    min-height: 200px
}

@media (max-width:767px) {
    body.site--life-flo:not(.template-index) .hero-image__container .hero-image__content-container {
        padding: 0;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.site--life-flo:not(.template-index) .hero-image__container .hero-image__content-container .hero-text {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

body.site--life-flo .block__grouping .block__grouping__inner {
    padding: 0 1rem
}

body.site--life-flo .block__grouping .block__grouping__inner .block__title {
    padding: 0 1rem;
    margin-bottom: 2rem
}

body.site--life-flo .block__grouping .block__grouping__inner .block__title h2 {
    color: #3a367a;
 
    font-weight: 500;
    font-style: normal;
    line-height: 2.5rem
}

body.site--life-flo .block__grouping .block__grouping__inner .block_paragraph__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

body.site--life-flo .block__grouping .block__grouping__inner .block_paragraph__container p {
    color: #1d1b3d;
    line-height: 32px
}

body.site--life-flo .block__grouping .block__grouping__inner .block_cta a {
    background-image: linear-gradient(104deg, #f08861 21%, #e06863 79%);
    border-color: transparent;
 
    font-weight: 500;
    font-style: normal
}

body.site--life-flo .alternate--cta a:not(.block__pods__pod--link) {
    background: transparent !important;
    color: #f08861;
    border: 3px solid #f08861 !important;
 
    font-weight: 500;
    font-style: normal;
    width: 9rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo .alternate--cta a:not(.block__pods__pod--link) {
        width: 12rem
    }
}

body.site--life-flo .block__grouping.find--product {
    background-color: #f2f0f5 !important
}

body.site--life-flo .block__grouping.find--product .block__grouping__inner {
    max-width: 1200px;
    margin: 0 auto
}

body.site--life-flo .block__grouping.find--product .block__grouping__inner .block__title h2 {
    font-size: 2.375rem
}

body.site--life-flo .block__grouping.find--product .block__grouping__inner .block_cta a {
   
    font-weight: 600;
    font-style: normal;
    letter-spacing: .5px;
    padding: 10px 40px
}

body.site--life-flo .block__grouping.find--product .block__title__inner h2 {
    color: #3a367a;
 
    font-weight: 500;
    font-style: normal;
    line-height: 2.5rem;
    font-size: 2.375rem
}

body.site--life-flo .block__grouping.find--product .block_cta__inner a {
    background-image: linear-gradient(104deg, #f08861 21%, #e06863 79%);
    border-color: transparent;
   
    font-weight: 600;
    font-style: normal;
    letter-spacing: .5px;
    padding: 10px 40px
}

body.site--life-flo .hero-image__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(39, 53, 118, 0), rgba(39, 53, 118, .5))
}

body.site--life-flo .hero-image__container .hero-image__content-container {
    z-index: 1
}

body.site--life-flo .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 68px;
    line-height: 68px
}

body.site--life-flo .footer__container {
    border-color: #fff
}

@media (min-width:47.9375rem) {

    body.site--life-flo .footer__container .footer,
    body.site--life-flo .footer__container .header {
        position: relative;
        padding: 0 2rem
    }
}

body.site--life-flo .footer__container .footer nav a,
body.site--life-flo .footer__container .header nav a {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 400 !important;
    letter-spacing: .77px
}

body.site--life-flo .footer__container .footer .footer__links,
body.site--life-flo .footer__container .header .footer__links {
    padding: 1rem 0;
    width: 100%
}

body.site--life-flo .footer__container .footer .footer__links .footer__left,
body.site--life-flo .footer__container .footer .footer__links .footer__right,
body.site--life-flo .footer__container .header .footer__links .footer__left,
body.site--life-flo .footer__container .header .footer__links .footer__right {
    width: 50%
}

body.site--life-flo .footer__container .footer .footer__links .footer__left .footer__nav,
body.site--life-flo .footer__container .footer .footer__links .footer__right .footer__nav,
body.site--life-flo .footer__container .header .footer__links .footer__left .footer__nav,
body.site--life-flo .footer__container .header .footer__links .footer__right .footer__nav {
    width: 100%
}

body.site--life-flo .footer__container {
    background: var(--color-primary)
}

@media (min-width:47.9375rem) {
    body.site--life-flo .footer__container--desktop.footer__container--lower {
        display: flex;
        padding: 2rem 0
    }

    body.site--life-flo .footer__container--desktop.footer__container--lower .footer {
        max-width: 85rem;
        margin: 0 auto
    }
}

body.site--life-flo .footer__container--mobile .footer__left {
    display: none
}

body.site--life-flo .footer__container--mobile .footer__right {
    width: 100% !important
}

body.site--life-flo .footer__container--lower {
    background: var(--color-primary);
    color: #fff
}

body.site--life-flo .footer__container .header nav a {
    text-transform: none;
    color: #fff;
    font-weight: 600
}

@media (min-width:47.9375rem) {

    body.site--life-flo .footer__container .footer__left,
    body.site--life-flo .footer__container .footer__right {
        padding-top: 0
    }
}

body.site--life-flo .footer__container .footer__left:before,
body.site--life-flo .footer__container .footer__right:before {
    position: absolute;
    top: 4rem;
    font-size: 1.25rem;
    color: #fff
}

@media (min-width:47.9375rem) {

    body.site--life-flo .footer__container .footer__left:before,
    body.site--life-flo .footer__container .footer__right:before {
        display: none
    }
}

body.site--life-flo .footer__container .footer__left .nav a,
body.site--life-flo .footer__container .footer__right .nav a {
    text-transform: none;
    color: #fff;
    font-weight: 600
}

body.site--life-flo .newsletter__container {
    background: transparent
}

body.site--life-flo .newsletter__container .newsletter__pod h3 {
    font-size: 2.25rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 300
}

body.site--life-flo .newsletter__container .newsletter__pod p {
    color: #fff
}

body.site--life-flo .newsletter__container .newsletter__pod form .form-input {
    border: 1px solid #d5d5d5;
    border-radius: 5px
}

body.site--life-flo .newsletter__container .newsletter__pod a.butt,
body.site--life-flo .newsletter__container .newsletter__pod input[type=submit] {
   
    font-weight: 600;
    font-style: normal;
    border-radius: 2.5rem;
    background-image: linear-gradient(116deg, #f08861 19%, #e06863 81%);
    color: #fff;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    text-transform: capitalize;
    min-width: 150px;
    letter-spacing: .54px
}

@media (min-width:47.9375rem) {

    body.site--life-flo .newsletter__container .newsletter__pod a.butt,
    body.site--life-flo .newsletter__container .newsletter__pod input[type=submit] {
        font-size: 1.25rem
    }
}

body.site--life-flo .newsletter__container .newsletter__pod.keep_in_touch p,
body.site--life-flo .newsletter__container .newsletter__pod.newsletter p {
    margin: 1em auto;
    max-width: 300px
}

body.site--life-flo .newsletter__container .newsletter__pod.keep_in_touch .social_icons {
    margin-bottom: 1rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo .newsletter__container .newsletter__pod.keep_in_touch .social_icons {
        margin: 2.5rem 0 2.8rem
    }

    body.site--life-flo .newsletter__container .newsletter__pod.keep_in_touch .social_icons a {
        font-size: 4rem
    }
}

body.site--life-flo .newsletter__container .newsletter__pod.keep_in_touch .social_icons a {
    color: #fff
}

body.site--life-flo .block__grouping.lower__cta {
    padding: 6rem 0
}

body.site--life-flo .instagram_container {
    padding: 2rem 1.5rem
}

body.site--life-flo .instagram_container header h4 {
 
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 40px;
    line-height: 42px;
    max-width: 730px;
    color: #3a367a
}

body.site--life-flo .instagram_container header p {
    margin: 0;
    text-transform: none;
    font-weight: 300;
    color: #3a367a;
    letter-spacing: 0
}

body.site--life-flo .instagram_container header p a {
   
    font-weight: 600;
    font-style: normal;
    background: transparent;
    background-image: linear-gradient(110deg, #eb8762 18%, #e06863 81%);
    color: #fff;
    line-height: 46px;
    border-radius: 25px
}

body.site--life-flo .header__container .header .logo {
    width: 120px;
    padding-top: .5rem
}

body.site--life-flo .header__container .shopBy {
    display: none !important
}

body.site--life-flo .header__container nav.nav {
    border: 0 !important
}

body.site--life-flo .header__container nav.nav .dropdown_link {
    border-color: #dcdae2
}

body.site--life-flo .header__container nav.nav .dropdown_link ul.nav__secondary li {
    background: hsla(0, 0%, 100%, .95)
}

body.site--life-flo .header__container nav.nav a {
    border: 0 !important
}

body.site--life-flo .header__container nav.nav a,
body.site--life-flo .header__container nav.nav a span {
   
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
    text-transform: none
}

@media (min-width:71rem) {
    body.site--life-flo .header__container .header__left .header__nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
}

body.site--life-flo .header__container .header__right .nav--right {
    display: none
}

body.site--life-flo .header__container .header__right .nav--right a {
    margin-left: 1rem
}

body.site--life-flo .header__container .header__right .nav--right a:first-child {
    margin-left: 0
}

@media (min-width:60rem) {
    body.site--life-flo .header__container .header__right .nav--right {
        display: block
    }
}

body.site--life-flo .header__container .mobile-menu .hamburger {
    color: #3a367a;
    top: 12px
}

body.site--life-flo .header__container .mobile-menu nav a {
    color: var(--color-primary) !important
}

body.site--life-flo .header__container--scrolled .mobile-menu .hamburger {
    top: 6px
}

body.site--life-flo.template-index .header__container {
    background: transparent
}

body.site--life-flo.template-index .homepage_hero {
    max-width: 100%
}

body.site--life-flo.template-index .homepage_hero__images {
    left: 50%;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-50%)
}

body.site--life-flo.template-index .homepage_hero__images .mobile-image {
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .homepage_hero__images {
        width: 1500px
    }
}

body.site--life-flo.template-index .homepage_hero__content {
    top: 12%;
    bottom: auto;
    transform: translate(-50%);
    padding: 0 1rem
}

body.site--life-flo.template-index .homepage_hero__content .hero-text {
 
    font-weight: 500;
    font-style: normal;
    text-shadow: 0 3px 6px rgba(77, 82, 71, .25);
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: .1rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .homepage_hero__content .hero-text {
        font-size: 6rem;
        line-height: 7rem
    }
}

body.site--life-flo.template-index .homepage_hero__content .hero-description {
    font-size: 1.2rem;
    max-width: 270px;
    margin: 0 auto;
    padding-top: .5rem;
    color: #3a367a
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .homepage_hero__content .hero-description {
        max-width: 1200px;
        text-align: center;
        font-size: 2.5rem;
        line-height: 3rem
    }
}

body.site--life-flo.template-index .homepage_hero__content a {
   
    font-weight: 600;
    font-style: normal;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-image: linear-gradient(118deg, #f08861 18%, #e06863 81%);
    letter-spacing: .3px;
    margin-top: 1rem;
    min-width: 9rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .homepage_hero__content a {
        width: 12rem;
        font-size: 1.2rem
    }
}

body.site--life-flo.template-index .beAmazing {
    position: relative;
    background-position: top;
    background-size: cover;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -250px;
    height: 750px;
    color: #fff
}

body.site--life-flo.template-index .beAmazing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 50%, #f2e5f5 51%, #f2e5f5) !important
}

@media (min-width:90.25rem) {
    body.site--life-flo.template-index .beAmazing {
        height: 850px
    }
}

@media (min-width:100rem) {
    body.site--life-flo.template-index .beAmazing {
        height: 950px
    }
}

@media (min-width:112.5rem) {
    body.site--life-flo.template-index .beAmazing {
        height: 1050px
    }
}

body.site--life-flo.template-index .beAmazing .block__grouping__inner {
    margin-top: 4rem
}

body.site--life-flo.template-index .beAmazing .block__title {
    margin-bottom: 1rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .beAmazing .block__title {
        margin-bottom: 2rem
    }
}

body.site--life-flo.template-index .beAmazing .block__title h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff
}

body.site--life-flo.template-index .beAmazing .block_paragraph__container p {
    color: #fff;
    max-width: 900px;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .beAmazing .block_paragraph__container p {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

body.site--life-flo.template-index .beAmazing .block_cta a {
    border-color: #fff !important;
   
    font-weight: 600;
    font-style: normal;
    color: #fff
}

body.site--life-flo.template-index .pureFavorites {
    position: relative;
    background-color: #f2e5f5
}

body.site--life-flo.template-index .pureFavorites .block__pods__pod {
    padding: 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .pureFavorites .block__pods__pod {
        padding: 2rem
    }
}

body.site--life-flo.template-index .pureFavorites .block__pods__pod--price {
    display: none
}

body.site--life-flo.template-index .pureFavorites .block__pods__pod--image {
    height: 20rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .pureFavorites .block__pods__pod--image {
        height: 25rem;
        margin: 0 0 1rem
    }
}

body.site--life-flo.template-index .pureFavorites .block__pods__pod--title {
    color: #3a367a
}

body.site--life-flo.template-index .pureFavorites .block__pods__pod--sub_title {
    padding: .5rem 0
}

body.site--life-flo.template-index .pureFavorites .block__pods__pod--link {
    background-image: linear-gradient(118deg, #f08861 18%, #e06863 81%);
 
    font-weight: 500;
    font-style: normal
}

body.site--life-flo.template-index .pureFavorites .pagination-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 50%
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .pureFavorites .pagination-wrapper {
        bottom: 1rem
    }
}

body.site--life-flo.template-index .pureFavorites .pagination-wrapper .swiper-pagination {
    display: inline-flex;
    transform: translateX(-50%)
}

body.site--life-flo.template-index .pureFavorites .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:not(last-child) {
    margin-right: .3rem
}

body.site--life-flo.template-index .resultsTestimonials {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: repeat
}

body.site--life-flo.template-index .resultsTestimonials .block__title h2 {
    font-weight: 600
}

body.site--life-flo.template-index .resultsTestimonials .block_cta a {
   
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    border-color: #fff !important;
    color: #fff !important
}

body.site--life-flo.template-index .resultsTestimonials .block__grouping__inner {
    margin-bottom: 2rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .resultsTestimonials .block__grouping__inner {
        margin-bottom: 5rem
    }
}

body.site--life-flo.template-index .resultsTestimonials .block__grouping__inner .block__title {
    margin-bottom: 0
}

body.site--life-flo.template-index .resultsTestimonials .block__grouping__inner .block__title h2 {
    color: #fff
}

body.site--life-flo.template-index .resultsTestimonials .block__grouping__inner .block_cta a {
    width: 15rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .resultsTestimonials .block__grouping__inner .block_cta a {
        width: 16rem
    }
}

body.site--life-flo.template-index .resultsTestimonials:after,
body.site--life-flo.template-index .resultsTestimonials:before {
    position: absolute;
    bottom: 2rem;
    width: 60%;
    height: 100%;
    max-height: 80%;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width:47.9375rem) {

    body.site--life-flo.template-index .resultsTestimonials:after,
    body.site--life-flo.template-index .resultsTestimonials:before {
        content: ""
    }
}

body.site--life-flo.template-index .resultsTestimonials:before {
    left: -450px;
    margin-right: -6.5%;
    background-position: 100% 100%
}

body.site--life-flo.template-index .resultsTestimonials:after {
    right: -450px;
    margin-left: -6.5%;
    background-position: 0 100%
}

body.site--life-flo.template-index .resultsTestimonials .block__pods__pod {
    color: #fff;
    cursor: -webkit-grab;
    cursor: grab
}

body.site--life-flo.template-index .resultsTestimonials .block__pods__pod--imageContainer {
    display: none
}

body.site--life-flo.template-index .resultsTestimonials .block__pods__pod--link {
    margin-top: 1rem;
 
    font-weight: 400;
    font-style: normal;
    pointer-events: none
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .resultsTestimonials .block__pods__pod--link {
        margin-top: 3rem
    }
}

body.site--life-flo.template-index .resultsTestimonials .block__pods__pod--sub_title {
    margin: 0 auto;
    max-width: 500px
}

body.site--life-flo.template-index .resultsTestimonials .block__pods__pod--price {
    display: none
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container {
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .resultsTestimonials .swiper-container {
        padding-bottom: 1rem
    }
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .pagination-wrapper {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: 100px
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .pagination-wrapper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    background-color: hsla(0, 0%, 100%, .5)
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bf8bcc
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__next,
body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__prev {
    border: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    display: none
}

@media (min-width:47.9375rem) {

    body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__next,
    body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__prev {
        display: block
    }
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__next i,
body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__prev i {
    font-size: 2rem;
    color: #fff
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__prev {
    position: absolute;
    left: 5rem
}

body.site--life-flo.template-index .resultsTestimonials .swiper-container .slider__next {
    position: absolute;
    right: 5rem
}

body.site--life-flo.template-index .aliveLiving {
    position: relative
}

body.site--life-flo.template-index .aliveLiving .block_cta a {
   
    font-weight: 600;
    font-style: normal
}

body.site--life-flo.template-index .blog_section.blog_area h1 {
    display: none
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    padding-bottom: 0
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .blog_section.blog_area .blog_section__container {
        padding-bottom: 1.5rem;
        max-width: 1400px
    }
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod {
    width: 33.33333%;
    margin-right: 0
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod footer {
    padding: 1rem 2rem;
    text-align: center
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__image {
    margin-bottom: 0
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__image img {
    width: 100%;
    height: auto
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__title {
    margin-bottom: .8rem
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__title a {
 
    font-weight: 400;
    font-style: normal;
    line-height: 1
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__summary {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__read_more {
   
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1rem;
    height: 68px;
    border-radius: 40px;
    border: 3px solid #f08861;
    color: #e06863;
    padding: .5rem 1.5rem;
    text-transform: capitalize
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .blog_pod__read_more span {
    line-height: 1
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .pagination-wrapper {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    display: none
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .pagination-wrapper {
        bottom: 1rem;
        display: none
    }
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .pagination-wrapper .swiper-pagination {
    display: inline-flex;
    transform: translateX(-50%)
}

body.site--life-flo.template-index .blog_section.blog_area .blog_section__container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:not(last-child) {
    margin-right: .3rem
}

body.site--life-flo.template-index .lf_favorite_products {
    position: relative
}

body.site--life-flo.template-index .lf_favorite_products__container {
    margin-top: -120px;
    padding: 10rem 0 3rem;
    background-color: #f2e5f5;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

body.site--life-flo.template-index .lf_favorite_products__container header {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 2rem
}

body.site--life-flo.template-index .lf_favorite_products__container header h2 {
 
    font-weight: 500;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 3.5rem;
    color: #3a367a
}

body.site--life-flo.template-index .lf_favorite_products__container header p {
   
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2rem
}

body.site--life-flo.template-index .lf_favorite_products__floater {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 2rem
}

body.site--life-flo.template-index .lf_favorite_products__floater--mobile {
    display: flex;
    width: 100%
}

body.site--life-flo.template-index .lf_favorite_products .floaterBar {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 2rem;
    height: 2px
}

body.site--life-flo.template-index .lf_favorite_products .floaterBar__inner {
    position: relative;
    background: #fff;
    height: 2px
}

body.site--life-flo.template-index .lf_favorite_products .floaterBar__inner:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 33%;
    height: 4px;
    background: #d2addb;
    border-radius: 2px;
    transition: all .3s ease-out
}

body.site--life-flo.template-index .lf_favorite_products .floaterBar--spot1 .floaterBar__inner:before {
    left: 0
}

body.site--life-flo.template-index .lf_favorite_products .floaterBar--spot2 .floaterBar__inner:before {
    left: 33.3333%
}

body.site--life-flo.template-index .lf_favorite_products .floaterBar--spot3 .floaterBar__inner:before {
    left: 66.6666%
}

body.site--life-flo.template-index .lf_favorite_products__content {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 2rem;
    text-align: center
}

body.site--life-flo.template-index .lf_favorite_products__content h3 {
 
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #3a367a
}

body.site--life-flo.template-index .lf_favorite_products__content p {
   
    font-weight: 400;
    font-style: normal
}

body.site--life-flo.template-index .lf_favorite_products__content h5 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    color: #5ab1bf;
    margin-bottom: .75rem
}

body.site--life-flo.template-index .lf_favorite_products__content a {
   
    font-weight: 600;
    font-style: normal;
    background: transparent;
    background-image: linear-gradient(110deg, #eb8762 18%, #e06863 81%);
    color: #fff;
    line-height: 46px;
    border-radius: 25px;
    padding: .5rem 3.5rem;
    text-decoration: none;
    font-size: 1.25rem
}

body.site--life-flo.template-index .lf_favorite_products__contentBlock {
    display: none
}

body.site--life-flo.template-index .lf_favorite_products__contentBlock:nth-child(2) {
    display: block
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-index .lf_favorite_products__slide {
        width: 33%
    }
}

body.site--life-flo.template-index .lf_favorite_products__slide img {
    width: 100%;
    height: auto
}

body.site--life-flo.template-index .lf_favorite_products .button-next,
body.site--life-flo.template-index .lf_favorite_products .button-prev,
body.site--life-flo.template-index .lf_favorite_products .slick-next,
body.site--life-flo.template-index .lf_favorite_products .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    outline: none;
    font-size: .75rem;
    background: transparent;
    z-index: 20
}

@media (min-width:47.9375rem) {

    body.site--life-flo.template-index .lf_favorite_products .button-next,
    body.site--life-flo.template-index .lf_favorite_products .button-prev,
    body.site--life-flo.template-index .lf_favorite_products .slick-next,
    body.site--life-flo.template-index .lf_favorite_products .slick-prev {
        width: 50px;
        height: 50px;
        background-color: #3a367a;
        color: #fff
    }
}

body.site--life-flo.template-index .lf_favorite_products .button-next i,
body.site--life-flo.template-index .lf_favorite_products .button-prev i,
body.site--life-flo.template-index .lf_favorite_products .slick-next i,
body.site--life-flo.template-index .lf_favorite_products .slick-prev i {
    font-size: .75rem;
    color: #3a367a
}

@media (min-width:47.9375rem) {

    body.site--life-flo.template-index .lf_favorite_products .button-next i,
    body.site--life-flo.template-index .lf_favorite_products .button-prev i,
    body.site--life-flo.template-index .lf_favorite_products .slick-next i,
    body.site--life-flo.template-index .lf_favorite_products .slick-prev i {
        color: #fff;
        font-size: 1.25rem
    }
}

body.site--life-flo.template-index .lf_favorite_products .button-prev,
body.site--life-flo.template-index .lf_favorite_products .slick-prev {
    left: 10px
}

@media (min-width:47.9375rem) {

    body.site--life-flo.template-index .lf_favorite_products .button-prev,
    body.site--life-flo.template-index .lf_favorite_products .slick-prev {
        left: 0
    }
}

body.site--life-flo.template-index .lf_favorite_products .button-next,
body.site--life-flo.template-index .lf_favorite_products .slick-next {
    right: 10px
}

@media (min-width:47.9375rem) {

    body.site--life-flo.template-index .lf_favorite_products .button-next,
    body.site--life-flo.template-index .lf_favorite_products .slick-next {
        right: 0
    }
}

.block_grouping--title__newDay .block__title {
    margin-bottom: 1rem
}

.block_grouping--title__newDay .block__title h2 {
 
    font-weight: 600;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 3.5rem
}

@media (min-width:47.9375rem) {
   .block_grouping--title__newDay {
        display: none
    }
}

.block_grouping--somethingForYou {
    max-width: 1500px
}

@media (min-width:47.9375rem) {
    .block_grouping--somethingForYou .block__title h2 {
        font-size: 4.6875rem;
        line-height: 5rem
    }
}

 .block_grouping--somethingForYou .block_paragraph__container p {
    font-size: 1.4rem
}

 .block_grouping--standards .block__title h2 {
    color: #fff !important;
}

 .block_grouping--standards .block_paragraph__container {
    padding: 0 1rem
}

.block_grouping--standards .block_paragraph__container p {
    color: #fff !important;
    max-width: 78rem;
    margin: 0 auto
}

 .block_grouping--standards .pods--lifefloStandardsCircles {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1rem
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap
}

@media (min-width:47.9375rem) {
.block_grouping--standards .pods--lifefloStandardsCircles .pods__container {
        justify-content: center
    }
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod {
    width: 134px;
    height: 134px;
    border: 4px solid #bf8bcc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (min-width:47.9375rem) {
  .block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:not(:last-child) {
        margin-right: 1.5rem;
        margin-bottom: 0
    }
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: normal;
    margin: 0
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p span {
    line-height: 1.2;
    display: block
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p span:first-child {
    margin-bottom: .1rem
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p .bold {
    font-size: 2rem;
    line-height: 1.3rem;
 
    font-weight: 400;
    font-style: normal;
    letter-spacing: .5px
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p .small {
    font-size: .75rem;
    line-height: .75rem
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:first-child .bold {
    font-size: 2.3rem;
    line-height: 1.6rem
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:nth-child(2) .bold {
    font-size: 3rem;
    line-height: 2.6rem
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:nth-child(3) .bold {
    font-size: 2.6rem;
    line-height: 1.8rem
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:nth-child(4) .bold {
    font-size: 2.6rem;
    line-height: 1.9rem
}

 .block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:nth-child(5) .bold {
    font-size: 1.5rem
}

 .block_grouping--story {
    padding: 0;
    position: relative
}

 .block_grouping--story .two-column-info__container__right {
    padding: 0
}

.block_grouping--story .two-column-info__container__left-title {
 
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 2.25rem
}

@media (min-width:47.9375rem) {
.block_grouping--story .two-column-info__container__left-title {
        font-size: 3.125rem;
        line-height: 2.75rem
    }
}

.block_grouping--story .two-column-info__container__left-description {
    font-size: 1.2rem;
    line-height: 1.875rem
}

@media (min-width:47.9375rem) {

  .block_grouping--story .two-column-info__container__left-content,
    .block_grouping--story .two-column-info__container__left-title {
        max-width: 28rem;
        margin: 0 auto;
        text-align: left;
        font-weight: 500
    }
}

@media (min-width:47.9375rem) {

  .block_grouping--story_one,
  .block_grouping--story_three {
        flex-direction: row;
        padding: 8rem 0
    }
}

.ingredients--slider {
    position: relative
}

.ingredients--slider .block__grouping__inner .block_paragraph__container {
    padding: 0 1rem
}

@media (min-width:47.9375rem) {
    .ingredients--slider .block__grouping__inner .block_paragraph__container {
        padding: 0
    }
}

 .ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--imageContainer {
    padding: 0 1rem
}

@media (min-width:47.9375rem) {
   .ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--imageContainer {
        max-width: 350px
    }
}

 .ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--contentContainer {
    padding: 0 1.5rem
}

@media (min-width:47.9375rem) {
.ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--contentContainer {
        max-width: 350px
    }
}

.ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--name {
 
    font-weight: 600;
    font-style: normal;
    color: var(--color-primary);
    font-size: 1.875rem
}

.ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--content {
    margin-bottom: 1.5rem;
    font-weight: 300
}

.ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--content p {
    color: #1d1b3d;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0
}

@media (min-width:47.9375rem) {
.ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--content {
        min-height: 220px;
        margin-bottom: 1.875rem
    }
}

 .ingredients--slider .block__pods__inner .swiper-wrapper .block__pods__pod--link {
    background-color: #e06863;
    background-image: linear-gradient(119deg, #f08861 18%, #e06863 81%);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    height: 50px;
    line-height: 50px;
    border-radius: 32px;
    font-size: 1.25rem;
    padding: .5rem 1.7rem;
   
    font-weight: 600;
    font-style: normal
}

.instagram_container {
    display: none
}

body.site--life-flo.template-our-results .hero-image__container:after {
    bottom: 0
}

body.site--life-flo.template-our-results .block_grouping--title__natureWorks .block__title {
    margin-bottom: 1rem
}

body.site--life-flo.template-our-results .block_grouping--title__natureWorks .block__title h2 {
 
    font-weight: 600;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 3.5rem
}

body.site--life-flo.template-our-results .testimonial-blocks {
    position: relative;
    overflow: hidden
}

body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper {
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column
}

body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    color: #3a367a;
    padding: 0 1.25rem 2rem
}

body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block:not(:last-child) {
    margin-bottom: 2rem
}

body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block--image {
    margin-bottom: 1.5rem
}

body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block--content {
    text-align: center
}

body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block--review p {
    font-size: 1.25rem;
    line-height: 1.875rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper {
        max-width: 1556px;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

    body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block {
        width: 31%;
        min-height: 350px;
        justify-content: flex-start;
        padding: 0 3rem 2rem
    }

    body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block:first-child {
        width: 100%
    }

    body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block:not(:first-child) {
        margin-bottom: 0
    }

    body.site--life-flo.template-our-results .testimonial-blocks .testimonial__blocks__wrapper .testimonial__block--content {
        max-width: 900px
    }
}

body.site--life-flo.template-our-results .testimonial-blocks .block_cta {
    text-align: center
}

body.site--life-flo.template-our-results .testimonial-blocks .block_cta a {
    width: 14rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-our-results .testimonial-blocks .block_cta a {
        min-width: 16rem
    }
}

body.site--life-flo.template-our-results .testimonial-slides .block__pods__pod--imageContainer {
    padding: 0 1rem
}

@media (min-width:47.9375rem) {
    body.site--life-flo.template-our-results .testimonial-slides .block__pods__pod--imageContainer {
        padding: 0
    }
}

body.site--life-flo.template-our-results .testimonial-slides .block__pods__pod--contentContainer {
    padding: 0 2rem;
    color: #1d1b3d;
    font-size: 1rem;
    line-height: 1.5rem
}

body.site--life-flo.template-our-results .testimonial-slides .block__pods__pod--name {
    color: var(--color-primary)
}

body.site--life-flo.template-our-results .testimonial-slides .block__pods__pod--title {
    color: #bf8bcc
}

body.site--life-flo.template-testimonials .testimonials__content {
    display: flex;
    flex-direction: column
}

body.site--life-flo.template-testimonials .block__pods.block__pods__swiper .block__pods__pod {
    padding: 0 2rem
}

body.site--life-flo.template-testimonials .block__pods.block__pods__swiper .block__pods__pod .block__pods__pod--name {
 
    font-weight: 600;
    font-style: normal;
    color: #3a367a;
    font-size: 1.5rem
}

body.site--life-flo.template-testimonials .block__pods.block__pods__swiper .block__pods__pod .block__pods__pod--title {
 
    font-weight: 600;
    font-style: normal;
    color: #bf8bcc;
    font-size: 1.5rem
}

body.site--life-flo.template-testimonials .block__pods.block__pods__swiper .block__pods__pod .block__pods__pod--content p {
    font-weight: 400
}

body.site--life-flo.template-testimonials .block__grouping,
body.site--life-flo.template-testimonials .hero-image__container {
    position: relative;
    z-index: 1
}

body.site--life-flo.template-testimonials .block__grouping {
    background: transparent
}

body.site--life-flo.template-testimonials .testimonialList__container {
    z-index: 0;
    margin-top: -500px;
    padding-top: 500px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #f2e6f5;
    min-height: 1200px;
    padding-bottom: 200px
}

body.site--life-flo.template-testimonials .testimonialList__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%
}

body.site--life-flo.template-testimonials .testimonialList,
body.site--life-flo.template-testimonials .testimonialList__actions {
    position: relative;
    z-index: 1
}

body.site--life-flo.template-testimonials .testimonialList__actions button {
    border-radius: 40px;
    text-transform: none;
    border: 2px solid #f08861;
    color: #f08861;
    background: transparent
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--image {
    display: none
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--standard .testimonialList__item--content {
    padding-top: 1rem
}

body.site--life-flo.template-testimonials .testimonialList__item h3 {
 
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem
}

body.site--life-flo.template-testimonials .testimonialList__item .testimonialList__item--link a {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    border: 0
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate {
    padding: 7rem 0 3rem;
    margin-bottom: 2rem
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--image {
    display: none
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content {
    align-items: center;
    padding-top: 1rem
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--description,
body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--link,
body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--location,
body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content h3 {
    width: 100%
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--description {
    max-width: 800px;
    margin: 0 auto
}

body.site--life-flo.template-testimonials .testimonialList__item.testimonialList__item--full_alternate .testimonialList__item--content .testimonialList__item--link a {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    border: 0
}

body.site--life-flo.template-faq .block__grouping__inner .block_cta a {
    width: 15rem
}

body.site--life-flo.template-faq .questions__container {
    background: #f2f0f5
}

body.site--life-flo.template-faq .tab_bar a {
    color: #f08861;
    border-radius: 0;
    border: none;
    padding: .25rem 1.5rem
}

body.site--life-flo.template-contact .contact__container h3 {
 
    font-weight: 300;
    font-style: normal;
    color: #3a367a
}

body.site--life-flo.template-contact .contact__container p {
    color: #1d1b3d
}

body.site--life-flo.template-contact .contact__container h4 {
    text-transform: none;
    font-weight: 300;
    color: #3a367a
}

body.site--life-flo.template-contact .contact__container a {
 
    font-weight: 500;
    font-style: normal;
    background-image: linear-gradient(119deg, #f08861 18%, #e06863 81%);
    border: 0;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.5
}

body.site--life-flo.template-cart h2 {
 
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none
}

body.site--life-flo.template-cart .cart-items .cart-row .price-container .desktop-remove {
 
    font-style: normal;
    font-weight: 400;
    color: #e06863
}

body.site--life-flo.template-cart .disclaimer {
    color: #1d1b3d
}

body.site--life-flo.template-cart .disclaimer a {
    color: #5ab1bf
}

body.site--life-flo.template-cart .qty-container {
    border-radius: 4px;
    border: 1px solid #d6d0cc
}

body.site--life-flo.template-cart .info-container h5 {
   
    font-weight: 600;
    font-style: normal;
    text-transform: none
}

body.site--life-flo.template-cart .info-container p {
    color: #4d5247
}

body.site--life-flo.template-cart .price-container__price {
 
    font-weight: 300;
    font-style: normal
}

body.site--life-flo.template-cart .price-container__price s {
    color: #d6d0cc
}

body.site--life-flo.template-cart .checkout-buttons .button {
    background-image: linear-gradient(109deg, #f08861 20%, #e06863 80%);
    color: #fff;
    text-transform: none;
    border-radius: 40px
}

body.site--life-flo.template-cart [data-shopify-buttoncontainer]>div {
    border-radius: 40px;
    overflow: hidden
}

body.site--life-flo.template-cart .cart-total {
    color: #4d5247;
    border-bottom: 2px solid #e4e1dd
}

body.site--life-flo.template-cart .cart-total:nth-child(3) {
    border: 0
}

body.site--life-flo.template-cart .cart-total__value {
 
    font-weight: 400;
    font-style: normal;
    color: #5ab1bf
}

body.site--life-flo.template-collection .collection__image:before {
    background-image: linear-gradient(180deg, rgba(29, 27, 61, 0), rgba(39, 53, 118, .5))
}

body.site--life-flo.template-collection .collection__image__content--title {
 
    font-weight: 600;
    font-style: normal;
    text-transform: none
}

body.site--life-flo.template-collection .collection__product__title a {
 
    font-weight: 500;
    font-style: normal;
    text-transform: none
}

body.site--life-flo.template-collection .collection__product__description {
    line-height: 1rem;
    color: #4d5247;
    margin-bottom: 0
}

body.site--life-flo.template-collection .collection__product__price {
 
    font-weight: 400;
    font-style: normal;
    color: #5ab1bf
}

body.site--life-flo.template-collection .collection__product__price s {
    font-size: .85rem;
    font-weight: 300;
    color: #787878
}

body.site--life-flo.template-collection #bc-sf-filter-bottom-pagination ul a {
    text-decoration: none
}

body.site--life-flo.template-product .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--life-flo.template-product .pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper img {
    width: 100%
}

body.site--life-flo.template-product .pdp-section__left__images .pdp-thumbnails .product-single__thumbnail-image,
body.site--life-flo.template-product .swiper-container .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain
}

body.site--life-flo.template-product .pdp-subtitle {
    font-weight: 300;
    color: #4d5247
}

body.site--life-flo.template-product .pdp-section .button {
   
    font-weight: 600;
    font-style: normal;
    height: 46px;
    border-radius: 46px
}

body.site--life-flo.template-product .pdp-section .button.primary {
    background-image: linear-gradient(109deg, #f08861 20%, #e06863 80%);
    color: #fff;
    text-transform: none
}

body.site--life-flo.template-product .pdp-section .button.secondary {
    position: relative
}

body.site--life-flo.template-product .pdp-section .button.secondary svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.site--life-flo.template-product #nutra__fullPrice {
    color: #5ab1bf
}

body.site--life-flo.template-product .purchase_type__selector__item {
    border: 1px solid #d6d0cc
}

body.site--life-flo.template-product .option-select-container,
body.site--life-flo.template-product .qty-container {
    border-radius: 4px;
    border: 1px solid #d6d0cc
}

body.site--life-flo.template-product .option-select-container select,
body.site--life-flo.template-product .qty-container select {
    font-size: .7rem
}

body.site--life-flo.template-product [data-product-price] {
 
    font-weight: 300;
    font-style: normal;
    color: #96c553
}

body.site--life-flo.template-product [data-compare-price] {
    color: #d6d0cc
}

body.site--life-flo.template-product ul.tags {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

body.site--life-flo.template-product ul.tags li {
    background: #fff;
    border: 1px solid #5ab1bf;
    color: #5ab1bf;
    text-transform: none;
    margin-right: auto
}

body.site--life-flo.template-product .benefits-link a {
    height: 30px;
    line-height: 26px;
    border: none;
    color: #e06863;
    text-transform: none;
    border-radius: 0;
    padding: 0 10px;
    margin: 0
}

body.site--life-flo.template-product .product__description h4 {
 
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    color: #3a367a;
    text-transform: none
}

body.site--life-flo.template-product .product__description p {
    margin: 0 0 1rem;
    font-size: .85rem;
    line-height: 1.25;
    color: #1d1b3d
}

body.site--life-flo.template-product .product__description p:last-child {
    margin-bottom: 0
}

body.site--life-flo.template-product .pdp-title,
body.site--life-flo.template-product .section_title {
 
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

body.site--life-flo.template-product .description__container {
    background-repeat: no-repeat;
    background-size: cover
}

body.site--life-flo.template-product .description__container .section__list--step {
    display: none
}

body.site--life-flo.template-product .facts__container,
body.site--life-flo.template-product .important_information__container,
body.site--life-flo.template-product .ingredients__container,
body.site--life-flo.template-product .questions__container {
    max-width: 900px;
    margin: 0 auto
}

.hex-image {
    width: 170px;
    height: 150px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin: 0 auto
}

.hex-image:before {
    left: -1px;
    border-right: 42.5px solid transparent
}

.hex-image:after,
.hex-image:before {
    content: "";
    position: absolute;
    top: -1px;
    width: 0;
    height: 3px;
    border-bottom: 75px solid #fff;
    border-top: 75px solid #fff
}

.hex-image:after {
    right: -1px;
    border-left: 42.5px solid transparent
}

body.site--honeygardens .hamburger {
    top: 28px
}

body.site--honeygardens .header__container {
    background: #fff
}

body.site--honeygardens .header__container header {
    padding: 1rem;
    align-items: center
}

body.site--honeygardens .header__container.header__container--scrolled {
    max-height: 100% !important
}

body.site--honeygardens .breadcrumb__container {
    background: #e8ba5e
}

body.site--honeygardens .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--honeygardens .breadcrumb__container a {
   
    font-weight: 700;
    font-style: normal;
    font-size: .85rem;
    border-color: hsla(0, 0%, 100%, .5)
}

body.site--honeygardens .breadcrumb__container span {
    font-size: .85rem;
   
    font-weight: 400;
    font-style: normal;
    color: #fff
}

body.site--honeygardens:not(.template-index) {
    padding-top: 115px
}

@media (min-width:47.9375rem) {
    body.site--honeygardens:not(.template-index) {
        padding-top: 115px
    }
}

body.site--honeygardens:not(.template-index) .hero-image__container .mobile-image {
    min-height: 200px
}

@media (max-width:767px) {
    body.site--honeygardens:not(.template-index) .hero-image__container .hero-image__content-container {
        padding: 0;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    body.site--honeygardens:not(.template-index) .hero-image__container .hero-image__content-container .hero-text {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

body.site--honeygardens:not(.template-index) .header__container--scrolled {
    background-color: #e8ba5e !important
}

body.site--honeygardens .hero-image__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), rgba(30, 20, 31, .5))
}

body.site--honeygardens .hero-image__container .hero-image__content-container {
    z-index: 1
}

body.site--honeygardens .hero-image__container .hero-image__content-container .hero-text {
 
    font-weight: 600;
    font-style: normal;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .33);
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .hero-image__container .hero-image__content-container .hero-text {
        font-size: 65px;
        line-height: 68px
    }
}

body.site--honeygardens .instagram_container {
    background: #fdf7e7;
    padding: 2rem 1.5rem
}

body.site--honeygardens .instagram_container header h4 {
   
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 42px;
    max-width: 730px;
    color: #3c2351
}

body.site--honeygardens .instagram_container header p {
    margin: 0;
    text-transform: none;
    font-weight: 400;
    color: #3c2351;
    letter-spacing: 0
}

body.site--honeygardens .instagram_container header p a {
    font-weight: 700;
    background: transparent;
    border: 2px solid #893d79;
    color: #893d79;
    height: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    border-radius: 0
}

body.site--honeygardens .instagram_container .not_available {
   
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #3c2351
}

body.site--honeygardens .lower__cta {
    padding: 5rem 0;
    text-align: center;
    background-image: linear-gradient(270deg, rgba(242, 213, 142, .8), rgba(242, 213, 142, .6) 22%, rgba(242, 213, 142, .4) 52%, rgba(242, 213, 142, .6) 78%, rgba(242, 213, 142, .8))
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .lower__cta {
        padding: 10rem 0
    }
}

body.site--honeygardens .lower__cta h2 {
    max-width: 830px;
    margin: 0 auto;
   
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #3c2351;
    text-transform: uppercase
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .lower__cta h2 {
        font-size: 44px;
        line-height: 44px
    }
}

body.site--honeygardens .lower__cta .block_paragraph p {
    font-size: 1rem
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .lower__cta .block_paragraph p {
        font-size: 2rem
    }
}

body.site--honeygardens .lower__cta .block_cta a {
    font-weight: 700;
    background: #893d79;
    color: #fff
}

body.site--honeygardens .newsletter__container {
    padding: 5rem 0;
    background: #fff
}

body.site--honeygardens .newsletter__container .newsletter__pod h3 {
   
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    color: #3c2351;
    letter-spacing: 0;
    text-transform: uppercase
}

body.site--honeygardens .newsletter__container .newsletter__pod p {
    font-size: 1.5rem;
    color: #1e141f
}

body.site--honeygardens .newsletter__container .newsletter__pod form .form-input {
    border: 0;
    border-radius: 5px
}

body.site--honeygardens .newsletter__container .newsletter__pod form .form-input input {
    background: #fdf7e7
}

body.site--honeygardens .newsletter__container .newsletter__pod a.butt,
body.site--honeygardens .newsletter__container .newsletter__pod input[type=submit] {
   
    font-weight: 700;
    font-style: normal;
    border: 0;
    border-radius: 0;
    background: #893d79;
    color: #fff;
    font-size: 1.5rem;
    height: 60px;
    line-height: 38px;
    text-transform: uppercase
}

body.site--honeygardens .newsletter__container .newsletter__pod.keep_in_touch p {
    margin: 1em auto;
    max-width: 400px
}

body.site--honeygardens .newsletter__container .newsletter__pod.keep_in_touch .social_icons {
    margin-bottom: 2.7rem
}

body.site--honeygardens .newsletter__container .newsletter__pod.keep_in_touch .social_icons a {
    font-size: 4rem;
    color: #e8ba5e
}

body.site--honeygardens .footer__container {
    background: var(--color-primary);
    border-color: #fff
}

@media (min-width:47.9375rem) {

    body.site--honeygardens .footer__container .footer,
    body.site--honeygardens .footer__container .header {
        position: relative;
        padding: 0 2rem
    }
}

@media (min-width:47.9375rem) {

    body.site--honeygardens .footer__container .footer .logo,
    body.site--honeygardens .footer__container .header .logo {
        padding: 1rem 2rem
    }
}

body.site--honeygardens .footer__container .footer nav a,
body.site--honeygardens .footer__container .header nav a {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 400 !important;
    letter-spacing: .77px
}

body.site--honeygardens .footer__container .footer .footer__links,
body.site--honeygardens .footer__container .header .footer__links {
    padding: 1rem 0;
    width: 100%
}

body.site--honeygardens .footer__container .footer .footer__links .footer__left,
body.site--honeygardens .footer__container .footer .footer__links .footer__right,
body.site--honeygardens .footer__container .header .footer__links .footer__left,
body.site--honeygardens .footer__container .header .footer__links .footer__right {
    width: 50%
}

body.site--honeygardens .footer__container .footer .footer__links .footer__left .footer__nav,
body.site--honeygardens .footer__container .footer .footer__links .footer__right .footer__nav,
body.site--honeygardens .footer__container .header .footer__links .footer__left .footer__nav,
body.site--honeygardens .footer__container .header .footer__links .footer__right .footer__nav {
    width: 100%
}

body.site--honeygardens .footer__container--mobile .footer {
    padding: 5rem 1.25rem 0
}

body.site--honeygardens .footer__container--mobile .footer .footer__links {
    padding: 1.5rem 0 0;
    justify-content: center
}

body.site--honeygardens .footer__container--mobile .footer .footer__links .footer__left {
    display: none
}

body.site--honeygardens .footer__container--mobile .footer .footer__links .footer__right {
    width: 100%
}

body.site--honeygardens .footer__container--mobile .footer .footer__links .footer__nav {
    margin: 0
}

body.site--honeygardens .footer__container--lower {
    padding: 2rem
}

body.site--honeygardens .footer__container--lower .footer {
    max-width: 1200px;
    margin: 0 auto
}

body.site--honeygardens .footer__container .footer__copyright {
    color: #fff;
    text-decoration: none
}

body.site--honeygardens .favorite_products {
    min-height: 300px;
    position: relative;
    z-index: 1;
    padding: 4rem 2rem
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .favorite_products {
        padding: 4rem 0
    }
}

body.site--honeygardens .favorite_products__container {
    position: relative;
    background: 50% no-repeat;
    background-size: cover
}

body.site--honeygardens .favorite_products__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 23%, hsla(0, 0%, 100%, .8) 65%, hsla(0, 0%, 100%, .9) 76%, hsla(0, 0%, 100%, .95) 84%, #fff)
}

body.site--honeygardens .favorite_products__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 23%, hsla(0, 0%, 100%, .2) 72%, hsla(0, 0%, 100%, .3) 85%, hsla(0, 0%, 100%, .5))
}

body.site--honeygardens .favorite_products__floater {
    position: relative;
    margin: 0 auto;
    max-width: 1040px;
    padding: 1rem 2rem
}

body.site--honeygardens .favorite_products__floater .slick-next,
body.site--honeygardens .favorite_products__floater .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:47.9375rem) {

    body.site--honeygardens .favorite_products__floater .slick-next,
    body.site--honeygardens .favorite_products__floater .slick-prev {
        display: none !important
    }
}

body.site--honeygardens .favorite_products__floater .slick-prev {
    left: 0
}

body.site--honeygardens .favorite_products__floater .slick-next {
    right: 0
}

body.site--honeygardens .favorite_products__floater .slick-dots {
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .favorite_products__floater .slick-dots {
        bottom: 1.25rem;
        width: 66%;
        padding-right: 2rem
    }
}

body.site--honeygardens .favorite_products__floater .slick-dots li {
    position: relative;
    margin-right: .5rem;
    opacity: .5
}

body.site--honeygardens .favorite_products__floater .slick-dots li:last-child {
    margin-right: 0
}

body.site--honeygardens .favorite_products__floater .slick-dots li:before {
    content: "\f312";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    color: #e8ba5e;
    z-index: 0;
    font-size: .85rem
}

body.site--honeygardens .favorite_products__floater .slick-dots li button {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: transparent;
    color: #fff;
    font-size: .6rem
}

body.site--honeygardens .favorite_products__floater .slick-dots li.slick-active {
    opacity: 1
}

body.site--honeygardens .favorite_products__floater .slick-dots li.slick-active:before {
    font-size: 1.25rem
}

body.site--honeygardens .favorite_products__floater .slick-dots li.slick-active button {
    font-size: .4rem
}

body.site--honeygardens .favorite_products__slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    border: 1px solid #f1d58e
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .favorite_products__slide {
        flex-direction: row
    }
}

body.site--honeygardens .favorite_products__slide__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .favorite_products__slide__image {
        width: 33%
    }
}

body.site--honeygardens .favorite_products__slide__image img {
    width: 100%;
    height: auto
}

body.site--honeygardens .favorite_products__slide__content {
    margin: 0 auto;
    padding: 2rem 2rem 5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .favorite_products__slide__content {
        width: 66%;
        max-width: 400px;
        padding: 4rem 0
    }
}

body.site--honeygardens .favorite_products__slide__content h3 {
    margin: 0 0 .5rem;
   
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.75rem;
    color: #3c2351;
    text-transform: uppercase
}

body.site--honeygardens .favorite_products__slide__content p {
    margin: 0 0 .5rem;
    font-size: 1.25rem;
    line-height: 1.75rem
}

body.site--honeygardens .favorite_products__slide__content h5 {
    margin: 0 0 1rem;
 
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #3c2351
}

body.site--honeygardens .favorite_products__slide__content a {
   
    font-weight: 700;
    font-style: normal;
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
    background-color: #893d79;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

body.site--honeygardens .featured_blogs {
    margin-top: -40px
}

body.site--honeygardens .featured_blogs__container {
    padding: 0 0 100px;
    text-align: center
}

body.site--honeygardens .featured_blogs__container .featured_blogs__header__container {
    padding: 3rem 1.5rem;
    background-image: linear-gradient(270deg, #fff 5%, #fffcef 34%, #fffcef 66%, #fff 95%);
    border-top: 1px solid #b9ac15;
    border-bottom: 1px solid #b9ac15
}

body.site--honeygardens .featured_blogs__container header {
    margin: 0 auto;
    max-width: 900px
}

body.site--honeygardens .featured_blogs__container header h2 {
   
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 2rem;
    color: #3c2351
}

body.site--honeygardens .featured_blogs__container header .featured_blogs__header--description {
    font-size: 1.5rem;
    line-height: 1.75rem
}

body.site--honeygardens .featured_blogs__container a.featured_blogs__link {
   
    font-weight: 700;
    font-style: normal;
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
    background-color: transparent;
    color: #893d79;
    border: 2px solid #893d79;
    text-transform: uppercase;
    text-decoration: none
}

body.site--honeygardens .featured_blogs__floater {
    max-width: 1000px;
    margin: 0 auto 4rem
}

body.site--honeygardens .featured_blogs__floater .slick-next,
body.site--honeygardens .featured_blogs__floater .slick-prev {
    position: absolute;
    top: 70%;
    z-index: 5;
    background: transparent;
    border: 0;
    outline: none
}

body.site--honeygardens .featured_blogs__floater .slick-next i,
body.site--honeygardens .featured_blogs__floater .slick-prev i {
    color: #b9ac16;
    font-size: 2rem
}

@media (min-width:47.9375rem) {

    body.site--honeygardens .featured_blogs__floater .slick-next,
    body.site--honeygardens .featured_blogs__floater .slick-prev {
        display: none !important
    }
}

body.site--honeygardens .featured_blogs__floater .slick-prev {
    left: 10px
}

body.site--honeygardens .featured_blogs__floater .slick-next {
    right: 10px
}

body.site--honeygardens .featured_blogs__post {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 1rem;
    outline: none
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .featured_blogs__post {
        width: 33%
    }
}

body.site--honeygardens .featured_blogs__post--image {
    max-width: 180px;
    margin: 0 auto 1rem
}

body.site--honeygardens .featured_blogs__post--image img {
    width: 100%;
    height: auto
}

body.site--honeygardens .featured_blogs__post--content {
    max-width: 180px;
    margin: 0 auto;
    min-height: 120px
}

body.site--honeygardens .featured_blogs__post--content h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 1.5rem
}

body.site--honeygardens .featured_blogs__post a {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #330950;
    text-align: center
}

body.site--honeygardens .featured_blogs__post a span {
    border-bottom: 3px solid #893d79
}

body.site--honeygardens .header__container {
    background-color: #e8ba5e;
    border-bottom: 1px solid #fff
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .header__container {
        background-color: #fff;
        border-bottom: 0
    }
}

body.site--honeygardens .header__container .header__inner {
    height: 90px
}

body.site--honeygardens .header__container .header__inner .logo {
    max-width: 100%
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .header__container .header__inner .logo {
        max-width: 135px
    }
}

body.site--honeygardens .header__container .header nav a {
    color: #330950;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase
}

body.site--honeygardens .header__left .header__nav,
body.site--honeygardens .header__right .header__nav {
    padding-left: 1rem
}

body.site--honeygardens .header__left .header__nav span,
body.site--honeygardens .header__right .header__nav span {
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #330950 !important
}

body.site--honeygardens .header__left .header__nav nav.nav,
body.site--honeygardens .header__right .header__nav nav.nav {
    border: 0 !important
}

body.site--honeygardens .header__left .header__nav nav.nav .dropdown_link,
body.site--honeygardens .header__right .header__nav nav.nav .dropdown_link {
    border: 0 !important;
    padding-left: 0 !important
}

body.site--honeygardens .header__left .header__nav nav.nav .dropdown_link a span,
body.site--honeygardens .header__right .header__nav nav.nav .dropdown_link a span {
    color: #330950 !important;
    font-weight: 400 !important
}

body.site--honeygardens .header__right nav.nav--right {
    display: none
}

@media (min-width:67.5rem) {
    body.site--honeygardens .header__right nav.nav--right {
        display: block
    }
}

body.site--honeygardens .header__right nav.nav--right a {
    margin-left: 1rem
}

body.site--honeygardens .header__right i {
    color: #fff
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .header__right i {
        color: #330950
    }
}

@media (min-width:47.9375rem) {
    body.site--honeygardens .header_wrapper--simple_dropdown .header__container .header__left {
        margin-left: 40px
    }
}

@media (min-width:67.5rem) {
    body.site--honeygardens .header_wrapper--simple_dropdown .header__container .header__left {
        margin-left: 0
    }
}

body.site--honeygardens.template-our-story .our_story--main .block__title h2 {
    margin: 0 auto;
    max-width: 1000px;
    text-transform: uppercase
}

body.site--honeygardens.template-our-story .our_story--one .two-column-info__container__left-title,
body.site--honeygardens.template-our-story .our_story--three .two-column-info__container__left-title,
body.site--honeygardens.template-our-story .our_story--two .two-column-info__container__left-title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c2351
}

@media (min-width:47.9375rem) {

    body.site--honeygardens.template-our-story .our_story--one .two-column-info__container__left-title,
    body.site--honeygardens.template-our-story .our_story--three .two-column-info__container__left-title,
    body.site--honeygardens.template-our-story .our_story--two .two-column-info__container__left-title {
        font-size: 3rem
    }
}

body.site--honeygardens.template-our-story .our_story--one .two-column-info__container__left-description,
body.site--honeygardens.template-our-story .our_story--three .two-column-info__container__left-description,
body.site--honeygardens.template-our-story .our_story--two .two-column-info__container__left-description {
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: center
}

body.site--honeygardens.template-our-story .our_story--one {
    background-image: linear-gradient(180deg, rgba(242, 213, 142, 0), rgba(242, 213, 142, .3) 15%, rgba(242, 213, 142, .3) 87%, rgba(242, 213, 142, 0))
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-our-story .our_story--one .two-column-info__container__left {
        width: 70%
    }

    body.site--honeygardens.template-our-story .our_story--one .two-column-info__container__right {
        width: 40%;
        margin-left: -4rem
    }
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-our-story .our_story--two .two-column-info__container__left {
        width: 70%
    }

    body.site--honeygardens.template-our-story .our_story--two .two-column-info__container__right {
        width: 40%;
        margin-right: -4rem
    }
}

body.site--honeygardens.template-our-story .our_story--three {
    background-image: linear-gradient(180deg, rgba(242, 213, 142, 0), rgba(242, 213, 142, .3) 15%, rgba(242, 213, 142, .3) 87%, rgba(242, 213, 142, 0))
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-our-story .our_story--three .two-column-info__container__left {
        width: 70%
    }

    body.site--honeygardens.template-our-story .our_story--three .two-column-info__container__right {
        width: 40%;
        margin-left: -4rem
    }
}

body.site--honeygardens.template-our-story .block_grouping--naturalChoice .block_paragraph__container {
    margin: 0 auto;
    max-width: 1040px
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice {
    position: relative;
    overflow: hidden;
    padding: 7rem
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 23%, hsla(0, 0%, 100%, .8) 65%, hsla(0, 0%, 100%, .9) 76%, hsla(0, 0%, 100%, .95) 84%, #fff);
    z-index: 1
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 23%, hsla(0, 0%, 100%, .2) 72%, hsla(0, 0%, 100%, .3) 85%, hsla(0, 0%, 100%, .5));
    z-index: 1
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__container .pods__pod__container {
    display: flex;
    flex-direction: column-reverse
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod {
    width: 25%;
    padding: 1rem 2rem
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod .pods__pod__title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1d58e
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod .pods__pod__title {
        min-height: 3.5rem;
        padding-bottom: 0
    }
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod:first-child .pods__pod__title,
body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod:nth-child(4) .pods__pod__title {
    padding: 0 2rem 1rem
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod .pods__pod__content p {
    margin-top: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__container__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__container__image img {
    width: 100%;
    height: auto
}

body.site--honeygardens.template-our-story .pods__wrapper.pods--naturalChoice .pods__pod__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .91px;
    text-align: center;
    color: #3c2351;
    text-transform: uppercase
}

body.site--honeygardens.template-our-story .pods__wrapper.pods__wrapper--mobile {
    padding: 7rem 0 0
}

body.site--honeygardens.template-our-story .pods__wrapper.pods__wrapper--mobile .pods__container {
    position: relative
}

body.site--honeygardens.template-our-story .pods__wrapper.pods__wrapper--mobile .pods__container .slick-arrow {
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 2rem;
    color: #e8ba5e;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    outline: none
}

body.site--honeygardens.template-our-story .pods__wrapper.pods__wrapper--mobile .pods__container .slick-next {
    right: 0
}

body.site--honeygardens.template-our-story .instagram_container {
    display: none
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) {
    position: relative;
    z-index: 1;
    overflow: hidden
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    z-index: -1
}

@media (max-width:767px) {
    body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) {
        padding-top: 3rem
    }

    body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container):before {
        height: 10%
    }
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) {
        padding-top: 10rem
    }
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) h4 {
 
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: none;
    color: #3c2351
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) .blog_pod footer {
    padding: 0 2rem
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) .blog_pod__title {
   
    font-weight: 700;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: .91px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) .blog_pod__title a {
    color: #3c2351
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) .blog_pod__summary {
    text-align: center;
    line-height: 1.375rem;
    font-weight: 400;
    color: #4d5247
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) .blog_pod__read_more {
    display: block;
    width: 100%;
    border: 0;
    text-align: center
}

body.site--honeygardens.template-blog .blog_section__container:not(.instagram_container) .blog_pod__read_more span {
   
    font-weight: 700;
    font-style: normal;
    line-height: 1rem;
    color: #3c2351;
    border-bottom: 3px solid #893d79
}

body.site--honeygardens.template-article .article_hero__container .wrapper {
    margin-bottom: 0
}

body.site--honeygardens.template-article h2.article__title {
    margin: 0 auto;
    max-width: 65rem;
 
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    color: #3c2351
}

body.site--honeygardens.template-article .article__summary {
    margin: 0 auto 2rem;
    max-width: 65rem;
    color: #4d5247;
 
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 26px
}

body.site--honeygardens.template-article .article__meta {
    flex-direction: column
}

body.site--honeygardens.template-article .article__meta>div {
   
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: #3c2351
}

body.site--honeygardens.template-article .article__meta .tags {
    margin-bottom: 0
}

body.site--honeygardens.template-article .article__meta .tags span {
    background: transparent;
    border: 1px solid #e8ba5e;
    color: #e8ba5e;
    text-transform: none
}

body.site--honeygardens.template-article .article_image__content {
    color: #4d5247
}

body.site--honeygardens.template-article .article_image__content h2 {
   
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #3c2351
}

body.site--honeygardens.template-article .article_image__content p {
    font-size: 1.5rem;
    line-height: 1.75rem
}

body.site--honeygardens.template-article .article_image__content blockquote {
    margin: 0 1.5rem 4rem;
    background-image: linear-gradient(90deg, #fff 5%, #fffcef 34%, #fffcef 66%, #fff 95%)
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-article .article_image__content blockquote {
        margin: 0 9.875rem 4rem
    }
}

body.site--honeygardens.template-article .article_image__content blockquote p {
    padding: 3rem 0;
   
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #3c2351;
    line-height: 1.25
}

body.site--honeygardens.template-faq .questions__container {
    background: #f4f3f2;
    padding: 2rem 1.5rem
}

body.site--honeygardens.template-faq .block_cta a {
    padding: 16px 50px;
    font-weight: 700
}

body.site--honeygardens.template-faq .tab_bar a {
   
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #330950;
    border-bottom: 3px solid #893d79
}

body.site--honeygardens.template-faq .questions,
body.site--honeygardens.template-faq .questions .questions__question {
    border-color: #dbdbd8
}

body.site--honeygardens.template-faq .questions__question h5 {
   
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #3c2351;
    letter-spacing: 0
}

body.site--honeygardens.template-faq .questions__question i {
    display: none;
    color: #3c2351
}

body.site--honeygardens.template-contact .contact__container {
    position: relative;
    background-image: linear-gradient(270deg, rgba(242, 213, 142, .8), rgba(242, 213, 142, .65) 22%, rgba(242, 213, 142, .5) 52%, rgba(242, 213, 142, .65) 78%, rgba(242, 213, 142, .8))
}

body.site--honeygardens.template-contact .contact__container:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 56%)
}

body.site--honeygardens.template-contact .contact__container h3 {
   
    font-weight: 700;
    font-style: normal;
    color: #3c2351
}

body.site--honeygardens.template-contact .contact__container p {
    color: #251c16
}

body.site--honeygardens.template-contact .contact__container h4 {
    text-transform: none;
    color: #251c16;
    letter-spacing: 0
}

body.site--honeygardens.template-contact .contact__container a {
    color: #893d79;
    letter-spacing: 1.5px;
    background: transparent;
    border: 2px solid #893d79;
    min-width: 12rem;
    display: inline-block;
    text-decoration: none;
    padding: 16px 20px;
    line-height: 24px;
    letter-spacing: 0;
    border-radius: 0;
    font-size: 24px;
    font-weight: 400
}

body.site--honeygardens.template-cart h2 {
 
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    border-bottom: 2px solid #e4e1dd;
    color: #3c2351
}

body.site--honeygardens.template-cart .cart-items .cart-row .price-container .desktop-remove {
    color: #3c2351
}

body.site--honeygardens.template-cart .disclaimer {
    color: #4d5247
}

body.site--honeygardens.template-cart .disclaimer a {
    color: #893d79
}

body.site--honeygardens.template-cart .qty-container select {
    font-size: .75rem
}

body.site--honeygardens.template-cart .info-container .price-container__price,
body.site--honeygardens.template-cart .info-container h5 {
    color: #893d79
}

body.site--honeygardens.template-cart .price-container__price {
   
    font-weight: 600;
    font-style: normal;
    color: #893d79
}

body.site--honeygardens.template-cart .price-container__price s {
    color: #4d5247
}

body.site--honeygardens.template-cart .checkout-buttons .button {
   
    font-weight: 600;
    font-style: normal;
    color: #fff;
    height: 56px;
    letter-spacing: 0
}

body.site--honeygardens.template-cart .cart-total {
    border-bottom: 2px solid #e4e1dd
}

body.site--honeygardens.template-cart .cart-total:nth-child(3) {
    border: 0
}

body.site--honeygardens.template-cart .cart-total__value {
 
    font-weight: 400;
    font-style: normal;
    color: #893d79
}

body.site--honeygardens.template-collection .collection__image:before {
    background-image: linear-gradient(0deg, rgba(37, 28, 22, .5), hsla(0, 0%, 100%, .47))
}

body.site--honeygardens.template-collection .collection__image__content {
    top: 60%
}

body.site--honeygardens.template-collection .collection__image__content--title {
 
    font-weight: 400;
    font-style: normal
}

body.site--honeygardens.template-collection .collection__product__title a {
    color: #3c2351
}

body.site--honeygardens.template-collection .collection__product__description {
    line-height: 1rem;
    color: #251c16
}

body.site--honeygardens.template-collection .collection__product__price {
    color: #893d79
}

body.site--honeygardens.template-collection .collection__product__price s {
    font-size: .85rem;
    font-weight: 300;
    color: #787878
}

body.site--honeygardens.template-product .facts__container,
body.site--honeygardens.template-product .important_information__container,
body.site--honeygardens.template-product .ingredients__container,
body.site--honeygardens.template-product .questions__container {
    max-width: 900px;
    margin: 0 auto
}

body.site--honeygardens.template-product .breadcrumb__container .wrapper {
    margin-bottom: 0
}

body.site--honeygardens.template-product .pdp-section .pdp-section__left .pdp-featured-image__container .responsive-image__wrapper img {
    width: 100%
}

body.site--honeygardens.template-product .pdp-section__left__images .pdp-thumbnails .product-single__thumbnail-image,
body.site--honeygardens.template-product .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain
}

body.site--honeygardens.template-product .pdp-section .button {
   
    font-weight: 600;
    font-style: normal;
    height: 46px;
    text-transform: uppercase
}

body.site--honeygardens.template-product .pdp-section .button.primary {
    background-color: #893d79;
    color: #fff
}

body.site--honeygardens.template-product .pdp-section .button.secondary {
    position: relative
}

body.site--honeygardens.template-product .pdp-section .button.secondary svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.site--honeygardens.template-product .purchase_type__selector__item {
    border: 1px solid #d6d0cc
}

body.site--honeygardens.template-product .option-select-container,
body.site--honeygardens.template-product .qty-container {
    border-radius: 4px;
    border: 1px solid #d6d0cc
}

body.site--honeygardens.template-product .option-select-container select,
body.site--honeygardens.template-product .qty-container select {
    font-size: .75rem
}

body.site--honeygardens.template-product .option-select-container {
    font-size: .85rem;
    background-color: rgba(242, 213, 142, .35);
    border: 0
}

body.site--honeygardens.template-product [data-product-price] {
   
    font-weight: 700;
    font-style: normal;
    color: #893d79
}

body.site--honeygardens.template-product [data-compare-price] {
    color: #d6d0cc
}

body.site--honeygardens.template-product ul.tags {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center
}

body.site--honeygardens.template-product ul.tags li {
    background: #fff;
    border-color: 1px solid #e8ba5e;
    color: #e8ba5e;
    text-transform: none
}

body.site--honeygardens.template-product .benefits-link a {
    color: #330950;
    border-bottom: 3px solid #893d79;
    padding-bottom: 2px
}

body.site--honeygardens.template-product .product__description h4 {
   
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    color: #3c2351
}

body.site--honeygardens.template-product .product__description p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #251c16
}

body.site--honeygardens.template-product .product__description p:last-child {
    margin-bottom: 0
}

body.site--honeygardens.template-product .pdp-title {
 
    font-weight: 700;
    font-style: normal;
    color: #3c2351
}

body.site--honeygardens.template-product .section_title {
   
    font-weight: 600;
    font-style: normal;
    width: 100%;
    color: #3c2351
}

body.site--honeygardens.template-product .description__container {
    background-image: linear-gradient(0deg, rgba(242, 213, 142, .8), rgba(242, 213, 142, .65) 22%, rgba(242, 213, 142, .5) 52%, rgba(242, 213, 142, .65) 78%, rgba(242, 213, 142, .8))
}

body.site--honeygardens.template-product .description__container h3 {
 
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #3c2351
}

body.site--honeygardens.template-product .description__container .description__content__copy {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #251c16;
    padding: 2rem 0
}

body.site--honeygardens.template-product .description__container .section__list--step {
    margin-top: 2rem;
    color: #000
}

body.site--honeygardens.template-product .description__container .section__list--step .section__list__image {
    padding: 0 2rem
}

body.site--honeygardens.template-product .description__container .section__list--step h4 {
    margin-top: 0;
   
    font-weight: 600;
    font-style: normal;
    color: #3c2351;
    padding: .5rem 1rem;
    font-size: 1.75rem;
    line-height: 2rem
}

body.site--honeygardens.template-product .description__container .section__list--step p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #251c16;
    font-weight: 400
}

body.site--honeygardens.template-product .important_information__container h4 {
    color: #3c2351
}

body.site--honeygardens.template-product .important_information__container ul {
    margin-top: 0
}

body.site--honeygardens.template-product .secondary_nav__container {
    background-color: #fffcef
}

body.site--honeygardens.template-product .secondary_nav__container a {
   
    font-weight: 600;
    font-style: normal;
    color: #330950;
    padding: 0;
    border-bottom: 3px solid #893d79
}

body.site--honeygardens.template-product .questions__question h5 {
    color: #3c2351
}

body.site--honeygardens.template-index .block__grouping h2,
body.site--honeygardens.template-index .block_cta a {
    text-transform: uppercase
}

body.site--honeygardens.template-index .header__container {
    background: transparent;
    border-bottom: 0
}

body.site--honeygardens.template-index .header__container .hamburger,
body.site--honeygardens.template-index .header__container .header__right i {
    color: #330950 !important
}

body.site--honeygardens.template-index .homepage_hero__content {
    top: 9rem;
    transform: translate(-50%)
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .homepage_hero__content {
        top: 12rem
    }
}

body.site--honeygardens.template-index .homepage_hero__content .hero-text {
    margin: 0 auto;
    max-width: 1000px;
 
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 3px 6px rgba(77, 82, 71, .25);
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 2rem
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .homepage_hero__content .hero-text {
        font-size: 82px;
        line-height: 4rem
    }
}

body.site--honeygardens.template-index .homepage_hero__content a {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1.8px;
    padding: 1rem 2.25rem
}

body.site--honeygardens.template-index .block__grouping .block__grouping__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto
}

body.site--honeygardens.template-index .block__grouping .block_cta a {
    font-weight: 700;
    letter-spacing: 2px
}

body.site--honeygardens.template-index .grouping--thrive {
    position: relative
}

body.site--honeygardens.template-index .grouping--thrive:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #fff, #fdf7e7)
}

body.site--honeygardens.template-index .pods--thrive {
    position: relative
}

body.site--honeygardens.template-index .pods--thrive .block__pods__pod {
    margin-bottom: 4rem
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .pods--thrive .block__pods__pod {
        margin-bottom: 0
    }

    body.site--honeygardens.template-index .pods--thrive .block__pods__pod--sub_title {
        margin-bottom: 1rem
    }
}

@media (min-width:767px) and (max-width:1100px) {
    body.site--honeygardens.template-index .pods--thrive .block__pods__pod--sub_title {
        min-height: 8rem
    }
}

@media (min-width:75rem) {
    body.site--honeygardens.template-index .pods--thrive .block__pods__pod--sub_title p {
        padding: 0 2rem
    }
}

body.site--honeygardens.template-index .pods--thrive .block__pods__pod:last-child {
    margin-bottom: 0
}

body.site--honeygardens.template-index .pods--thrive .block__pods__pod--imageContainer {
    min-height: 8rem
}

body.site--honeygardens.template-index .pods--thrive .block__pods__pod--image {
    margin: 0
}

body.site--honeygardens.template-index .pods--thrive:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(0deg, #fff, #fdf7e7)
}

body.site--honeygardens.template-index .pods--thrive .block__pods__inner {
    position: relative;
    z-index: 1;
    align-items: flex-start
}

body.site--honeygardens.template-index .pods--thrive .block__pods__pod--sub_title p {
    padding: 0 2rem;
    font-size: 1.75rem;
    font-weight: 100;
    font-style: normal
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .pods--thrive .block__pods__pod--sub_title p {
        padding: 0
    }
}

body.site--honeygardens.template-index .pods--thrive .block__pods__pod--link {
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1.5px
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .pods--thrive .block__pods__pod--link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        min-height: 50px;
        padding: 2rem
    }
}

@media (min-width:75rem) {
    body.site--honeygardens.template-index .pods--thrive .block__pods__pod--link {
        min-height: none;
        padding: 0 2rem
    }
}

body.site--honeygardens.template-index .image_group--bee_healthy .block__grouping__inner {
    max-width: 100%
}

body.site--honeygardens.template-index .image_group--bee_healthy .block__image {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 60%
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .image_group--bee_healthy .block__image {
        margin-bottom: 0;
        width: 40%;
        margin-left: -4rem
    }
}

body.site--honeygardens.template-index .image_group--bee_healthy .block__content {
    width: 100%
}

@media (min-width:47.9375rem) {
    body.site--honeygardens.template-index .image_group--bee_healthy .block__content {
        width: 60%
    }
}

body.site--honeygardens.template-index .image_group--bee_healthy .block__content .block__title h2,
body.site--honeygardens.template-index .image_group--bee_healthy .block__content .block_cta,
body.site--honeygardens.template-index .image_group--bee_healthy .block__content .block_paragraph p {
    text-align: center
}

body.site--honeygardens.template-index .image_group--bee_healthy .block__content .block_paragraph strong {
    text-transform: uppercase;
    color: #3c2351
}

body.site--honeygardens.template-index .image_group--bee_healthy .block__content .block_cta a {
    width: 190px;
    margin: 0 auto;
    font-weight: 700
}


/* PORTAL login Fix  */


h5.name {
    font-size: 20px !important;
}

#order_cancelled_title {
    color: #c67712 !important
}

#customer_login input,
#create_customer input,
#recover_email input {
    height: 30px !important;
    border-radius: 20px !important;
    padding: 1px 5px;

}


#customer_login input:focus,
#create_customer input:focus,
#recover_email input:focus {
    outline: none !important;
    border-color: #05756d;
    box-shadow: 0 0 2px white;
}

#recover-password>form>div.action_bottom>input,
.shopify-challenge__button {
    height: 30px !important;
    border-radius: 20px !important;
    padding: 1px 5px;
}


#challenge>div.shopify-challenge__container>form {
    padding: 70px 0;
}


#customer_logout_link {
    border-style: solid;
    border-color: #fff;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0px 0px 12px #fff;
    padding: 7px 15px 7px 15px;
    color: #ffffff;
    background: linear-gradient(110deg, #eb8762 18%, #e06863 81%);
    font-weight: 600;
}

.return_to_store_link,
#address-return-link {
    text-decoration: none !important;
    color: #3a367a;
     !important;
    font-weight: 600 !important;

}

.navmenulink a {
    color: #05756d;
     !important
}

#rc_navigation>li>a {

    color: #05756d;
     !important;
}


.rc_button--primary {
    border-radius: 25px !important;
    padding: 7px !important;
    color: #ffffff;
     !important;
    background-color: transparent !important;
    background: linear-gradient(110deg, #eb8762 18%, #e06863 81%) !important;
}


.navmenulink {
    border-style: solid;
    border-width: 0px 0px 0.4px 0px;
    border-color: #d2d2d2;
    text-align: center;
    height: 4rem;
}

.navmenulink:hover {
    border-style: solid;
    border-width: 0px 0px 0.4px 0px;
    border-color: #d2d2d2;
    text-align: center;
    height: 4rem;
    background-color: #ededed;
}


/* PORTAL login Fix end */


/* Ourstory remove wave*/

body.site--life-flo.template-about_us .hero-image__container:before,
body.site--life-flo.template-our-results .hero-image__container:before,
body.site--life-flo.template-testimonials .hero-image__container:before {
    background: none !important;
}

/* remove bars in nav menu*/

.header_wrapper--simple_dropdown .header__container .header__left .header__nav nav.nav>.dropdown_link {


    border-right: 0px !important;
}


/* capitalize header text */
.hero-image__container>div.hero-image__content-container>h1,
.collections__container>main>section>header>div>div.collection__image__content>h2 {
    text-transform: uppercase !important
}

/* capitalize header text end */



/* header image overlay romove */
body.site--life-flo.template-collection .collection__image:before {
    background-image: none !important;
}

.collection__image:before {

    background-image: none !important;
}

body.site--life-flo .hero-image__container:after {


    background-image: none !important;

}

/* header image overlay romove end */


/* center header home side text 

#block__image_story__16179183987622e405 > div > div.block__content > div.block_cta, #block__image_story__16179183987622e405 > div > div.block__content > div.block_paragraph > div > p,
#block__image_story__16179183987622e405 > div > div.block__content > div.block__title > h2
{
text-align:center !important

}

*/

/* about us fixes*/

body.site--life-flo.template-about_us .block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod {
    border: 0px !important;
}

#block__grouping__1594140686163>div>div.block_pods_container p {
    color: #ffffff !important;
    text-align: center !important;
}

#shopify-section-about-us .two-column-info__container {
    margin-top: -7px !important;
}

/* about us fixes end*/


/* left align paragraphs */
#testimonial__slider__1595013879065>div.block__grouping__inner>div.block_paragraph>div>p {
    text-align: center !important;
}

#blog_section__1592842535244>div>div.swiper-wrapper>div.blog_pod.swiper-slide.swiper-slide-active>footer>div.blog_pod__summary {
    text-align: left !important;
}

p {
    text-align: left !important;
}

/* left align paragraphs end*/



#block__image_story__16179183987622e405>div>div.block__content>div.block__title>h2 {
    margin-left: -20px !important;
    line-height: 3.5rem !important;
}

@media only screen and (max-width: 750px) {
    #block_paragraph__16179262333fcfa0d6 p {

        text-align: center !important;
        line-height: 1.8rem !important;
    }
}





/* Out of Stock Notify*/
#add-to-cart>a {

    background-image: linear-gradient(109deg, #f08861 20%, #e06863 80%);
    padding: 10px 20px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    border-radius: 46px;
}

/* Out of Stock Notify end*/


/*About us Fix*/

.block__grouping .block__title h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 54px;
    color: #222222;
    letter-spacing: 0px;
    text-align: center;
}

@media (max-width: 767px){
.block__grouping .block__title h2 {
    font-size: 32px;
    line-height: 32px;
}
}


.block__grouping .block__grouping__inner .block__title h2 {
    color: #3a367a;
 
    font-weight: 500;
    font-style: normal;
    line-height: 2.5rem;
}

.block_grouping--standards .block_paragraph__container p {
  
    max-width: 78rem;
    margin: 0 auto;
}

.block__grouping .block__grouping__inner .block_paragraph__container p {
    color: #433a88 !important
    line-height: 32px;
}

.block__grouping .block_paragraph p:last-child {
    margin: 0;
}

@media (max-width: 767px){
.block__grouping .block_paragraph p {
    font-size: 20px;
    line-height: 26px;
}
}

.block__grouping .block_paragraph p {
    margin: 0 0 1rem;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: var(--shopify-editor-setting-color_button);
    letter-spacing: 0px;
}

 .block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:not(:last-child) {
    margin-bottom: 1.5rem;
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod {
    border: 0px !important;
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod {
    width: 134px;
    height: 134px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pods__pod {
    margin: 70px 5%;
}

.block_grouping--somethingForYou .block_paragraph__container p {
    font-size: 1.4rem;
}

.block__grouping .block__grouping__inner .block_paragraph__container p {
   
    line-height: 32px;
}

.block__grouping .block_paragraph p:last-child {
    margin: 0;
}


.block__grouping .block__grouping__inner .block__title h2 {
 
    font-weight: 500;
    font-style: normal;
    line-height: 2.5rem;
}

.block__grouping .block__grouping__inner .block__title {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.block__grouping .block__grouping__inner .block_paragraph__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.hero-image__container .mobile-image {
    z-index: 0 !important;
}

/* icons */
 .block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod:nth-child(3) .bold {
    font-size: 2.6rem;
    line-height: 1.8rem;
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p span:first-child {
    margin-bottom: .2rem;
}

.block_grouping--standards .pods--lifefloStandardsCircles .pods__container .pods__pod p .bold {
 
 
    font-weight: 400;
    font-style: normal;
    letter-spacing: .5px;
}

div > div.block_pods_container p {
    color: #ffffff !important;
    text-align: center !important;
}


.site-nav--has-dropdown, .site-nav__label {
    font-family: interstate;
}

.mobile-nav__link, .mobile-nav__sublist-link {
 
    font-family:  var(--font-stack-body) !important;

}


.two-column-info__container{
padding: 0px 0px;
    margin-top: -7px;
}


    .site-footer {
	font-family: var(--font-stack-body) !important;
      }

.announcement-bar__message{
  text-align: center !important;}