/** Shopify CDN: Minification failed

Line 2006:0 Unexpected "''"

**/
/* Global */
:root{
  --heading-font-family: "Newake", sans-serif !important;
  --heading-font-family-2: "Calibre", sans-serif !important;
  --body-font-family: "Calibre", sans-serif !important  ;
  --inter-font-family: 'Inter', sans-serif;
  --color-matisse: #00788E;
  --color-turquoise: #00A8BF;
  --color-black-500: #807E7E;
  --color-black-900: #121212;
  --color-text: #333;
  --color-cream: #f8f8f0;
  --page-width: 1440px;
}

.h1,.h2{
  font-family: var(--heading-font-family);
 
}
h3,h4,h5,h6{
  font-family: var(--heading-font-family-2);
  font-weight: 500;
}
h1,h2,h3,h4,h5,h6{
  letter-spacing: inherit;
}
p{
  font-family: var(--body-font-family);
  letter-spacing: 0;
}

a, a:active, a:visited, afocus {
  text-decoration: none;
  outline: none;
}
button, input[type="submit"], label[for] {
  cursor: pointer;
}
.button {
  gap: 8px;
  border-radius: 5px;
  letter-spacing: 0;
}
.button:not([disabled]):hover, .shopify-challenge__button:hover, .customer button:hover {
  background: var(--color-turquoise);
  box-shadow: 0 0 0 .2rem var(--color-turquoise);
}
.font-heading{
  font-family: var(--heading-font-family);
}
.font-body{
  font-family: var(--body-font-family);
}
select {
  font-family: var(--heading-font-family-2);
  font-size: 16px;
  padding: 0 1rem;
  color: var(--color-matisse);
  border: 0.1rem solid #D0D0D0;
  position: relative;
  height: 32px;
  background: #fff;
  border-radius: 6px;
}
select:focus-visible {
  outline: .2rem solid var(--color-matisse);
  outline-offset: unset;
  box-shadow: none;
}
.builder-block.popup-container,
.css-1h8rj7o.builder-block {
  z-index: 9999 !important;
}
/* Essential Bar */
#sezzle-widget {
    display: none !important;
}
.cart-drawer #sezzle-widget {
    display: none !important;
}
/* .adaptogen-variant-selector a {
    width: 100%;
    max-width: 100%;
}
.adaptogen-variant-selector a {
    border-radius: 4px;
}
.product-bar-form-with-icon .adaptogen-variant-item img {
    margin-top: 10px;
    margin-bottom: 10px;
}
a.adaptogen-variant-item {
    border: 2px solid #E2E2E2;
    opacity: 0.5;
    padding: 10px;
    display: flex;
    flex-direction: column;

}
a.adaptogen-variant-item.active {
    border-color: #00A8BF;
    background: #F2F8F9;
    opacity: 1;
}
.adaptogen-variant-item span {
    font-size: 16px;
    color: #303132;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
    font-family: 'CilibreFont - Medium';
}
.adaptogen-variant-item span.permeal {
    color: #00A8BF;
    margin-top: 3px;
}
.adaptogen-variant-item span.permeal span {
    font-size: 12px;
    color: #000000;
}
@media(max-width: 767px){
  .product-bar-form-with-icon .adaptogen-variant-selector {
      gap: 5px !important;
  }
  .product-bar-form-with-icon h6.adaptogen-variant-title,
  .adaptogen-variant-item span {
      font-size: 14px !important;
  }
} */
/* Inherit builder.io Styles*/

.builder-text *:not(p){
  font: inherit;
  color: inherit;
  margin: inherit;
}
.h1,.h2,.h3,.h4,.h5,.h6,.h7{
  letter-spacing: 0; 
}
.h1{
  color: var(--color-matisse);
  font-family: var(--heading-font-family);
  font-size: 80px;
  line-height: 1.05;
  font-weight: 400;
}
.h2{
  color: var(--color-matisse);
  font-family: var(--heading-font-family);
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
}
.h3{
  color: var(--color-turquoise);
  font-family: var(--heading-font-family-2);
  font-size: 54px;
  line-height: 1.05;
  font-weight: 500;
}
.h4{
  color: var(--color-black-900);
  font-family: var(--heading-font-family-2);
  font-size: 40px;
  line-height: 1.05;
  font-weight: 500;
}
.h5{
  color: var(--color-black-900);
  font-family: var(--heading-font-family-2);
  font-size: 34px;
  line-height: 1.05;
  font-weight: 500;
}
.h6{
  color: var(--color-black-900);
  font-family: var(--heading-font-family-2);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 500;
}
.h7{
  color: var(--color-black-900);
  font-family: var(--heading-font-family-2);
  font-size: 20px;
  line-height: 1.05;
  font-weight: 500;
}
.announcement-bar__message.h5{
  font-size: 18px;
}
@media screen and (max-width: 820px){
  .h1{
    font-size: 40px;
  }
  .h2{
    font-size: 36px;
  }
  .h3{
    font-size: 32px;
  }
  .h4{
    font-size: 28px;
  }
  .h5{
    font-size: 26px;
  }
  .h6{
    font-size: 24px;
  }
  .h7{
    font-size: 18px;
  }
}

/* h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
  margin: inherit;
} */
.svg-wrapper{
  transition: .2s all ease-in-out;
}
.builder-accordion-title-open .icon-angle-right {
  transform: rotate(45deg);
}
.svg-wrapper .builder-custom-code {
  display: flex;
}
.btn-w-icon:hover .svg-wrapper {
  margin-left: 5px;
}
.btn-w-icon .svg-wrapper {
  display: flex;
  transition: margin 0.2s cubic-bezier(0.37, 0.01, 0, 0.98) 0s;
}
.text-center {
  text-align: center;
}
.video-100 > div{
  height: 100%;
}
select.builder-block:focus-visible,
input.builder-block:focus-visible{
  outline: 1px solid;
  outline-offset: 0;
  box-shadow: none;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.custom-hero-video .builder-custom-code{
  height: 100%;
}
/* Chrome, Safari, Edge, Opera */
.builder-block input::-webkit-outer-spin-button,
.builder-block input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
.builder-block input[type=number] {
  -moz-appearance: textfield;
}
button:disabled{
  /* border: 0; */
  opacity: 0.5;
  cursor: not-allowed;
}
a[disabled] {
  opacity: .5;
  cursor: not-allowed !important;
}
.bar-divider {
  display: block !important;
  height: 15px;
}
.gm-sticky-atc{
  z-index: 9999 !important;
}
/* Global End */

.gm-sub-drawer,
.gm-sub-drawer-close {
    visibility: hidden;
    position: absolute
}
.toggle-switch-check:empty~.toggle-switch-bar .toggle-switch-handle:after,
.toggle-switch-check:empty~.toggle-switch-bar:after,
.toggle-switch-check:empty~.toggle-switch-bar:before {
    transition: background-color .1s ease-in, border-color .1s ease-in, color .1s ease-in, left .1s ease-in, right .1s ease-in
}

.gm-slide-recipe-excerpt,
.gm-slide-recipe-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.print-btn:hover,
.share-label:hover {
    text-decoration: underline !important
}
#shopify-section-header{
  z-index: 9999;
}
.no-scroll #shopify-section-header{
  z-index: 10000;
}
 /* html {
  overflow-x: hidden;
} */
.no-scroll body{
  overflow: hidden !important;
}
body {
  overflow-x: clip !important;
} 

a:active,
a:focus,
li:active,
li:focus {
    outline: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


#sezzle-widget,
#share,
#slidecarthq .properties-key-value-key,
#slidecarthq .properties-key-value-spacer,
#slidecarthq button.remove svg,
.select-hide,
.variant-selector select {
    display: none
}

.gm-hvr-toggle {
    transition: .6s ease-in-out
}

.gm-hvr-box {
    transition: 1s ease-in-out
}

.gm-nutrition-popup .builder-columns,
.gm-video>div {
    height: 100%
}

.ui-tabs-anchor {
    font-family: Calibre-Regular, sans-serif
}

#recipe-tabs .swiper-slide .gm-slide-recipe-wrapper,
.gm-article-content img,
.lyfe-bar.gm-product-slider .slick-slide img,
.ui-tabs-panel {
    width: 100%
}

.fixedPosition {
    overflow: hidden;
    height: 100%
}

#recipe-tabs .ui-tabs-active a
/* .builder-tab-active p  */
{
    border-bottom: 2px solid #00a8bf
}

.gm-ns-img img {
    padding: 20px
}

.gm-separtion-bar .builder-tabs-wrap {
    padding: 20px 0;
    border-top: 1px solid #27637666;
    border-bottom: 1px solid #27637666
}

.gm-nutri-link:after {
    position: absolute;
    content: '';
    background: url(/cdn/shop/files/nutri-link-arrow.svg?v=1644233102);
    width: 100%;
    max-width: 51px;
    height: 16px;
    margin-left: 25px;
    transition: .5s;
    margin-top: 2px
}

.gm-gtr-link,
.gm-nutri-link {
    display: inline-block !important;
    width: fit-content
}

.gm-sub-drawer,
.menu-drawer__inner-container {
    width: 40rem;
    border-bottom: .1rem solid rgba(18, 18, 18, .2)
}

.gm-nutri-link:hover:after {
    background: url(/cdn/shop/files/nutri-link-arrow-h.svg?v=1644233594)
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.gm-accordion-icon,
span.builder-block {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.nGY2VThumbnail {
    display: unset !important
}

/* .nGY2ViewerMediaPan {
    background: #fff !important
} */
/* .nGY2ViewerMediaPan {
    background: #000 !important;
} */

.gm-sticky-variant-selector .select-selected {
  text-transform: capitalize;
    background: #fff
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.builder-block,
img {
    image-rendering: -webkit-optimize-contrast
}

ul.list-menu {
    font-family: Calibre-Medium
}

.link--text {
    color: #276376
}

.gm-most-supplements p {
    margin: 0
}

.gm-sub-close-btn h1 {
    font-size: 25px !important;
    padding-top: 20px;
    margin: 0;
    color: #00788e
}

.gm-icon-text p,
.gm-nutri-w-icon p,
.gm-swiper-content-left {
    display: flex;
    align-items: center
}

.gm-icon-text img {
    margin-right: 50px;
    width: 27px;
    object-fit: none;
}

.gm-icon-text p span {
    padding-top: 6px;
}

.gm-nutri-w-icon p span {
    /* margin-left: 5px; */
}

.gm-nutri-w-icon p img {
    width: revert-layer;
    /* padding-bottom: 2px */
}

@media (max-width:768px) {
    .gm-nutri-link:after {
        margin-top: 8px;
    }
}

@media (min-width:654px) {
    .css-1p9lpb2:hover {
        max-width: 200px !important;
    }
}

.header {
    max-width: 1440px;
}

#product-tabs span.tab-icon,
.customer .field label,
.field__label,
.gm-sub-drawer-item .link--text,
.header__icon,
.header__menu-item {
    color: #276376
}

.customer .field input,
.customer select,
.field__input,
.select__select {
    color: #276376;
    box-shadow: 0 0 0 .1rem #276376
}

.customer .field input:focus,
.customer select:focus,
.field__input:focus,
.localization-form__select:focus,
.select__select:focus {
    box-shadow: 0 0 0 .2rem #00a8bf
}

svg#shopping-cart {
    fill: currentcolor;
}

#product-tabs .tab-title.active,
.gm-article-content a,
.gm-bm-section .builder-accordion-title.builder-accordion-title-open span,
.gm-swiper-content-right a:hover,
.gm-swiper-type,
.header__active-menu-item,
.header__menu-item:hover {
  color: #00a8bf
}
#product-tabs .tab-title {
  font: inherit;
  color: inherit;
  margin: inherit;
}
.header__icon--cart > div{
  display: flex;
}
.header__icon--cart .icon {
    height: 20px;
    width: 20px
}

.ln-letters a.ln-selected,
.menu-drawer__close-button:focus,
.menu-drawer__close-button:hover,
.menu-drawer__menu-item span:hover,
.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__menu-item:hover {
    color: #00a8bf !important
}

.menu-drawer__menu li>.link--text {
    color: #fff
}

.gm-reviews-section .ruk-rating-snippet-count,
.menu-drawer__menu li>.link--text:hover {
    color: #fff !important
}

.list-menu__item {
    padding-left: 20px;
    padding-right: 20px
}

div#menu-drawer {
    width: 100%;
    background: 0 0;
    border: none;
    overflow: hidden;
    height: 100dvh !important;
    top: 0;
}
div#menu-drawer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
}
.menu-drawer__inner-container {
    background-color: #00788e;
    box-shadow: 5px 0 5px 0 #0000000d;
}

.gm-sub-drawer {
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding: 1rem 0;
    opacity: 0;
    transition: visibility 250ms linear 250ms, left 250ms linear, opacity 250ms linear;
    padding: 6.5rem 0;
    overflow-y: auto;
}

.gm-sub-drawer.expanded {
    left: 40rem;
    transition: left .3s linear;
    box-shadow: 5px 0 5px 0 #0000000d;
}

.gm-sub-drawer.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms linear;
}

.menu-drawer__navigation {
    border-top: .1rem solid rgba(var(--color-foreground), .08);
}

.gm-variant-wrapper a {
    width: 50%;
    text-align: center;
    text-decoration: none;
}

.gm-variant-wrapper {
    display: flex;
}

.gm-variant-wrapper a div {
    color: #276376;
    display: block;
}

.gm-sub-drawer-item:not(:last-child) {
    margin-bottom: 30px;
}

.menu-drawer__menu-item:hover {
    background-color: transparent !important;
    color: #276376 !important;
}

.gm-sub-drawer-close {
    cursor: pointer;
    top: 0px;
    color: #276376;
    font-size: 22px !important;
    font-weight: 900;
    padding-left: 32px;
    line-height: normal;
}

.menu-drawer__navigation-container {
    display: flex !important;
    flex-direction: column;
    /* justify-content: space-between; */
}
.menu-drawer__body {
    /* max-height: 688px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 2rem 0;
}
.menu-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
}
.js .menu-drawer__menu li{
  margin-bottom: 0 !important;
}
.js .menu-drawer__menu li:not(:last-child) {
    margin-bottom: 1rem !important;
}
.menu-drawer__navigation:last-child {
    margin-bottom: 0;
}
.gm-sub-drawer-item {
    display: flex;
    flex-direction: column;
}
.gm-sub-drawer{
  pointer-events: none;
}
.gm-sub-drawer.active{
  pointer-events: all;
}
header-drawer{
  display: flex;
}
@media (min-width: 750px){
  header-drawer .header__search{
    display: none !important;
  }
}
@media (max-width: 749px){
  header-drawer .header__icon--search {
    width: 3rem;
  }
}

@media (max-width: 991px) {
    .gm-sub-drawer.expanded {
        left: 0
    }
    .gm-sub-drawer{
        padding: 2rem 0 0;
    }
    .gm-sub-drawer-close {
        visibility: visible
    }
    .gm-sub-drawer,
    .menu-drawer__inner-container {
        width: 100%;
    }
  
    div#menu-drawer {
      height: 100vh;
    }

    .gm-variant-wrapper img {
        width: 70px;
    }
    .menu-drawer__inner-container {
      overflow-y: auto;
    }
    .front-sub-drawer .gm-sub-drawer{
      display: none !important;
    }
    .menu-drawer__header {
      padding: 20px 1.5rem;
    }
}

@media (min-width:990px) {

    header,
    header-drawer {
        grid-template-columns: 1fr 2fr 1fr !important
    }


    .header__icon--cart>span {
        padding-left: 6px
    }

    .header__icon {
        text-decoration: none
    }

    .header__icon--search span:last-child {
        padding-left: 5px
    }

    .header__icon--search {
        padding-left: 15px;
        padding-right: 5px;
        display: inline-flex;
        width: auto;
        align-items: center
    }

    .header__icon--cart>span,
    .header__icon--search span:last-child {
        display: inline-flex
    }

    .cart-count-bubble {
        left: .7rem;
        bottom: .5rem
    }

    nav.header__inline-menu {
        text-align: right;
        display: none
    }

    .header--middle-left {
        grid-template-columns: auto auto .1fr
    }

    .header__icons {
        height: 100%;
        align-items: center
    }

    .header {
        padding-top: 0;
        padding-bottom: 0
    }

    .header>div {
        padding: 30px 0
    }

    .header__icons>* {
        margin: 0
    }

    a#cart-icon-bubble,
    details-modal.header__search {
        margin-left: 5px
    }

    a#cart-icon-bubble {
        border-right: 0;
        padding-right: 6px;
        width: auto
    }

    header-drawer {
        display: block !important;
        grid-template-areas: 'left-icon heading icons';
        column-gap: unset
    }

    header-drawer .header__icon {
        color: #276376
    }

    .header__heading,
    .header__heading-link {
        grid-area: heading;
        justify-self: center
    }

    header {
        grid-template-areas: 'left-icon heading icons' !important
    }
}

.gm-product-title a,
.swiper-slide a {
    text-decoration: none
}

.gm-breadcrumbs a {
    text-decoration: unset;
    color: unset
}

.slick-slider {
    touch-action: auto !important
}

.gm-product-slider .slick-list {
    width: 1000px !important;
}

.gm-product-slider .slick-slide img {
    width: 97%
}

.gm-product-slider button.slick-arrow {
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    width: 50px;
    height: 50px;
    top: unset !important;
    left: unset;
    z-index: 5;
    bottom: -25px;
    border-radius: 0 !important;
}

.slick-next:before,
.slick-prev:before {
    content: ''
}
.swiper-perf-button-prev, .swiper-perf-button-next,
.slick-arrow .builder-block{
    scale: .98;
    transition: all .25s ease-in-out;
}
.swiper-perf-button-prev:hover, 
.swiper-perf-button-next:hover,
.slick-arrow .builder-block:hover{
    scale: 1;
}
.gm-ingredients-trig,
.gm-protein-popup-trig,
.hunger-icon,
.slick-slide {
    cursor: pointer
}

.gm-product-slider button.slick-prev.slick-arrow {
    background: url(https://cdn.builder.io/api/v1/image/assets%2F5456651f1d534c27b7c97891b8dd5c43%2F9662c6f080014f2885c3c2d721e4e61a);
    left: 435px
}

.gm-product-slider button.slick-next.slick-arrow {
    background: url(https://cdn.builder.io/api/v1/image/assets%2F5456651f1d534c27b7c97891b8dd5c43%2F4cd28396ff964c52a189e8e68fc6c5b5);
    left: 500px
}

.essentials-bar-f .gm-slick-slider-wrapper .slick-current:after {
    background-image: url(/cdn/shop/files/essentials-bar-f.png?v=1644312946);
    background-size: contain;
    width: 82px;
    height: 145px
}

.essentials-bar-t .gm-slick-slider-wrapper .slick-current:after {
    background-image: url(/cdn/shop/files/essentials-bar-t.png?v=1644313200);
    background-size: contain;
    width: 82px;
    height: 145px
}

.gm-slick-slider-wrapper .slick-current {
    transition: opacity 1s;
    opacity: 1
}

.gm-slick-slider .gm-slide {
    padding: 0 10px
}

.gm-slick-slider-wrapper .slick-slide:not(.slick-current) {
    transition: opacity 1s;
    opacity: .6
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
    opacity: .45
}

.slick-arrow {
    transition: .3s
}

.slick-arrow:hover {
    opacity: .8
}

@media (max-width:1250px) and (min-width:1000px) {
    .gm-product-slider button.slick-prev.slick-arrow {
        right: 15%;
        left: unset
    }

    .gm-product-slider button.slick-next.slick-arrow {
        right: 1%;
        left: unset
    }
}

.ruk-rating-snippet-count {
    font-family: var(--body-font-family);
    font-weight: 500;
    font-size: 14px !important;
    color: #828282 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
    line-height: normal !important;
}

.builder-custom-code .ruk_rating_snippet {
    color: gold !important;
}

.builder-custom-code .ruk_rating_snippet i {
    font-size: 20px !important;
    /* padding-right: 5px; */
}

button.product-header-cart_btn {
    width: 100%;
    font-size: 24px;
    /* font-family: Calibre-Medium, sans-serif; */
    font-family: 'Calibre';
    font-weight: 500;
    border-radius: 5px;
    background: var(--color-turquoise);
    padding: 35px 20px 30px;
    transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0s;
    box-shadow: 0 0 0 .1rem var(--color-turquoise) !important;
    text-transform: uppercase;
}

button.product-header-cart_btn:hover {
    color: #fff;
    background: var(--color-matisse) !important;
    border-color: var(--color-matisse);
    box-shadow: 0 0 0 .1rem var(--color-matisse) !important;
}
.gm-bm-m-img{
    border-radius: 10px;
}
.form-group.form-toggle {
    padding: 12px 15px;
    border: 1px solid var(--color-turquoise);
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.toggle-switch-wrapper {
    text-align: center;
    color: #276376;
    font-size: 24px !important;
    display: flex;
    min-height: 74px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

span.handle-txt {
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    /* text-transform: capitalize; */
    margin-top: 5px;
    letter-spacing: 0px;
}
label.toggle-switch {
    position: absolute;
    right: 80px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 32px;
}
.gm-info-trig{
  cursor: pointer;
}
.toggle-switch {
    font-weight: 600;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

label {
    color: #272833;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .25rem;
    max-width: 100%;
    word-wrap: break-word;
}

.toggle-switch-check {
    bottom: 0;
    font-size: 62.5%;
    height: 32px;
    opacity: 0;
    position: absolute;
    width: 60px;
    z-index: 2;
}

.gm-border,
.gm-border-key-ingredients,
.variant-selector,
[data-tooltip] {
    position: relative
}

.toggle-switch-check:empty~.toggle-switch-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    line-height: 1.375em;
    position: relative;
    text-indent: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.toggle-switch-check:empty~.toggle-switch-bar:before {
    background-color: #a7a9bc;
    border-radius: 20px;
    border: 1px solid #a7a9bc;
    bottom: 0;
    content: ' ';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.toggle-switch-check:checked~.toggle-switch-bar:before {
    background-color: var(--color-turquoise) !important;
    border-radius: 20px;
    border: 1px solid var(--color-turquoise) !important;
}
.gm-sticky-atc-wrapper .toggle-switch-check:checked~.toggle-switch-bar:before{
    background-color: var(--color-matisse) !important;
    border: 1px solid var(--color-matisse) !important;
}
.toggle-switch-bar .toggle-switch-handle {
    display: block;
    min-width: 60px;
    margin-left: 68px;
    text-transform: uppercase;
    color: #003f4b;
    font-size: 16px;
    font-weight: 700 !important;
    font-family: Orkney, sans-serif;
    letter-spacing: 1px;
    text-align: left;
}

.toggle-switch-handle .handle-txt {
    font-size: 14px;
    opacity: .5;
    padding-left: 0;
}

.handle-txt-2{
    color: rgb(17, 213, 119);
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-top: 5px;
    letter-spacing: 0px;
}
.subscription-benefits {
    color: #898989;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: 600;
}
.toggle-switch-check:empty~.toggle-switch-bar:after {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    bottom: 4px;
    content: '';
    display: block;
    height: 24px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 24px
}

.toggle-switch-check:checked~.toggle-switch-bar:after {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 32px
}

.toggle-switch-check:empty~.toggle-switch-bar .toggle-switch-handle:after {
    content: attr(data-label-off);
    margin-left: 68px;
    word-break: break-all
}

.toggle-switch-check:checked~.toggle-switch-bar .toggle-switch-handle:after {
    content: attr(data-label-on)
}

span.toggle-switch-handle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    color: #00A8BF;
}
.one-time-enabled .toggle-switch-handle{
  color: #00788E;
}
@media (max-width:1024px) {
    button.product-header-cart_btn {
        font-size: 18px;
    }

    span.toggle-switch-handle {
        font-size: 18px !important;
    }

    .toggle-switch-wrapper {
        text-align: left;
        padding-right: 75px;
        align-items: flex-start;
    }

}

.gm-input-email::placeholder {
    color: #fff
}

.gm-input-email {
    outline: 0
}

.CarouselWidget .R-BadgeElement__icon,
.CarouselWidget .R-flex-bottom-xxs,
.CarouselWidget__header.u-textCenter--all,
.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .NuggetsWidget__quotationMark--left,
.NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .NuggetsWidget__quotationMark--right {
    display: none !important
}

.CarouselWidget .item__inner {
    padding: 30px !important
}

.R-ReviewsList__item--body.R-TextBody.R-TextBody--xxs.u-textLeft--all {
    font-size: 30px
}

.CarouselWidget__list {
    font-family: Calibre-Regular
}

.select-items,
.select-selected {
    font-size: 24px;
    font-family: Calibre-Medium, sans-serif
}

.bg-teal .div-select:after,
.gm-bm-popup .gm-sub-close-btn h1,
.gm-hero-popup .gm-sub-close-btn h1,
.gm-ingredients-popup .gm-sub-close-btn h1,
.gm-nutrition-mobile-popup .gm-sub-close-btn h1,
.gm-nutrition-popup .gm-sub-close-btn h1,
.print-btn,
i.js-scroll-left-btn.ricon-thin-arrow--left.controlButton__icon,
i.js-scroll-right-btn.ricon-thin-arrow--right.controlButton__icon {
    color: #fff
}

.CarouselWidget .cssVar-authorName {
    font-family: Calibre-Medium !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    text-transform: uppercase !important
}

.CarouselWidget .R-RatingStars__stars i {
    font-size: 20px !important;
    color: gold !important
}

.show-content .left p,
.show-content ul li {
    font-size: 25px !important
}

.CarouselWidget .cssVar-badgeElement__text {
    font-family: Calibre-Medium !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 60px
}

.CarouselWidget .R-TextBody {
    color: #ffff !important;
    font-family: Calibre-Regular, sans-serif;
    line-height: 1.1em !important;
    margin-bottom: 40px !important
}

.CarouselWidget .R-TextHeading,
.CarouselWidget .cssVar-badgeElement__text,
ul.bg-teal li a {
    color: #fff !important
}

.CarouselWidget .item__inner>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center !important
}

.CarouselWidget .item__inner>div>div:first-child {
    display: flex;
    flex-direction: column-reverse
}

.CarouselWidget .item__inner {
    background: 0 0 !important;
    border: 1px solid #fff !important;
    justify-content: center !important
}

.CarouselWidget .R-RatingStars {
    display: block !important
}

.CarouselWidget .R-RatingStars__stars .stars__icon {
    font-size: 32px !important
}

.R-ReviewsList__controlButton--left {
    bottom: 20px !important;
    top: unset !important;
    left: unset !important;
    right: 51px !important
}

.R-ReviewsList__controlButton--right {
    bottom: 20px !important;
    top: unset !important;
    left: unset !important;
    right: 0 !important
}

.R-ReviewsList__controlButton--right:after {
    content: '';
    background: url(/cdn/shop/files/carousel-icon-right-2x.png?v=1642594979) center/cover;
    position: absolute;
    width: 48px;
    height: 48px
}

.R-ReviewsList__controlButton--left:after {
    content: '';
    background: url(/cdn/shop/files/carousel-icon-left-2x.png?v=1642594979) center/cover;
    position: absolute;
    width: 48px;
    height: 48px
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton:hover {
    transform: scale(1.05) !important
}

.CarouselWidget-prefix .CarouselWidget--topHeader .R-ReviewsList {
    padding-top: 0 !important
}

.R-ReviewsList-container,
.R-ReviewsList__item {
    padding: 0 !important
}

@media (min-width:1000px) {
    .gm-faq .builder-column:first-child {
        width: 30%
    }

    .gm-faq .builder-column:last-child {
        width: 70%
    }

    .gm-reviews-section .builder-column:last-child {
        width: 65%
    }

    .gm-reviews-section .builder-column:first-child {
        width: 35%
    }

    .CarouselWidget .item__inner {
        padding: 80px 100px !important
    }

    .CarouselWidget .item__inner>div {
        justify-content: space-between !important
    }
}

.gm-border {
    border: none !important
}

.gm-border-key-ingredients:after,
.gm-border:after,
.gm-border:before {
    display: block;
    content: "";
    transform: translateY(0);
    height: 1px;
    background-color: #27637669;
    position: absolute
}

.gm-border:before {
    width: 100%;
    top: 0;
    right: 0
}

.gm-border:after {
    width: 100%;
    bottom: 0;
    left: 0
}

.gm-border-key-ingredients:after {
    width: 40%;
    bottom: -8px;
    left: 0
}

.gm-sub-popup-trig img {
    margin-bottom: -3px;
    cursor: pointer;
}

.gm-underline.css-mzrrlo.builder-block {
    text-underline-offset: 2px
}

.select.variant-selector {
    width: 100%;
    height: 65px !important;
    background-color: #f8f8f8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.variant-selector.custom-select.boosts.cs-main {
    margin-bottom: 20px;
}
.variant-selector {
    border: 1px solid #00788e;
    border-radius: 5px
}

.select-selected:before {
    transition: transform .5s;
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/drpdwn-2x.png?v=1644823895) center/contain no-repeat !important;
    top: 14px;
    right: 10px;
    width: 36px;
    height: 36px
}

.boosts .select-selected:after {
    content: '60 Capsules (One-Month Supply)';
    margin-left: 10px;
    font-size: 18px;
    font-family: Calibre-Regular;
    color: #898989;
    line-height: 1em;
    letter-spacing: .5px
}

.select-selected.select-arrow-active:before {
    transform: rotate(180deg)
}

.select-items div,
.select-selected {
    color: #276376;
    padding: 8px 16px;
    cursor: pointer
}

.select-selected {
    min-height: 65px;
    display: flex;
    align-items: center;
    padding: 4px 16px;
    color: #276376;
    letter-spacing: -.3px
}

.select-items {
    position: absolute;
    background-color: #f8f8f8;
    border: 1px solid #00788e;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%)
}

.select-items div {
    padding-top: 11px;
    font-size: 18px;
    letter-spacing: -.3px
}

.same-as-selected,
.select-items div:hover {
    color: #fff !important;
    background-color: #00788e
}

.gm-sticky-atc {
    display: flex !important;
    position: fixed !important;
    transform: translateY(-100%);
    transition-property: transform;
    transition-duration: .3s;
    box-shadow: 0 2px 30px #00000026;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 10px 20px !important
}

#slidecarthq .slide-cart-link,
.gm-sticky-atc-btn {
    background: #00788e;
    padding: 17px 20px;
    line-height: 1em;
    font-family: Calibre-Medium, sans-serif;
    transition: .5s cubic-bezier(.37, .01, 0, .98)
}

.gm-sticky-atc.builder-block.fixed-atc {
    transform: translateY(0)
}

.gm-sticky-atc-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gm-sticky-atc-wrapper label.toggle-switch {
    display: flex;
    align-items: center;
    position: relative;
    transform: unset;
    right: unset;
    bottom: unset;
    top: unset;
    margin: 0
}

.gm-sticky-variant-selector {
    width: 35%;
    display: flex !important
}

.gm-sticky-atc-p-img {
    width: 5%;
    object-fit: cover;
    max-height: 66px;
}

.gm-sticky-atc-wrapper .gm-sticky-atc-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    justify-content: flex-end
}

.gm-sticky-atc-wrapper .gm-toggle {
    width: 60px;
    margin-left: 30px
}

.gm-sticky-atc-wrapper .gm-toggle-switch-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 30px
}

.gm-sticky-atc-btn {
    font-size: 18px !important;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none
}

#slidecarthq .slide-cart-link:hover,
.gm-sticky-atc-btn:hover {
    background: #00a8bf;
    color: #fff;
    border-color: #00a8bf
}

.gm-sticky-atc-save,
.gm-sticky-atc-save-text {
    font-family: Calibre-Medium, sans-serif;
    color: #276376;
    padding-top: 4px;
    line-height: 1em;
    font-size: 18px;
    text-align: center
}

.gm-sticky-atc-save-text {
    color: #898989;
    font-size: 95% !important
}

.gm-sticky-variant-selector .variant-selector {
    width: 300px;
    border: none
}

.gm-sticky-variant-selector .select-selected:after {
    content: none
}

.gm-sticky-variant-selector .select-items {
    border: none;
    background: #fff
}

.gm-sticky-variant-selector .select-items div:last-child {
    border-radius: 0 0 5px 5px
}

.gm-sticky-variant-selector .select-items div:first-child {
    border-radius: 5px 5px 0 0
}
.lyfe-bar-nutrients .gm-ingredients-trig:after {
  content: '';
  position: absolute;
  right: 0;
  background: url(https://cdn.builder.io/api/v1/image/assets%2F5456651f1d534c27b7c97891b8dd5c43%2F2479264478694818a476be78be88c0d6?width=30);
  height: 30px;
  width: 30px;
  background-size: cover;
}
.lyfe-bar-nutrients .gm-ingredients-trig {
  width: 100% !important;
}
.gm-ingredients-trig, .gm-protein-popup-trig {
  cursor: pointer;
}

.form-toggle.one-time-enabled {
  border-color: #898989;
}
@media (max-width:999px) {
    .builder-tabs-wrap {
        flex-direction: column !important
    }

    .gm-video>div {
        height: 700px
    }

    .R-ReviewsList-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .R-ReviewsList__item {
        padding: 0 !important
    }

    .R-ReviewsList__controlButton i {
        color: #00788e !important
    }

    .gm-border-key-ingredients:after {
        width: 100%
    }

    .gm-sticky-variant-selector .select-selected {
        font-size: 18px
    }

    .gm-sticky-variant-selector .select.variant-selector.custom-select {
        width: 250px
    }

    .gm-sticky-atc-wrapper .gm-toggle {
        margin-left: 20px
    }

    .gm-sticky-atc-wrapper .gm-toggle-switch-wrapper {
        margin-right: 20px
    }

    .gm-sticky-atc-btn {
        max-width: 200px
    }
}

@media (max-width:767px) {
    .gm-nutri-w-icon p img {
        padding-bottom: 0
    }

    .header__heading-link .logo {
        width: 100px
    }

    .gm-video>div {
        height: 400px
    }

    .gm-product-slider .slick-list {
        width: 180% !important
    }

    .gm-slick-slider-wrapper .slick-current:after {
        width: 25px !important;
        height: 45px !important;
        margin-left: 15px
    }

    #recipe-tabs button.slick-arrow {
        bottom: -70px !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    #recipe-tabs button.slick-next.slick-arrow {
        left: calc(50% + 30px) !important
    }

    #recipe-tabs button.slick-prev.slick-arrow {
        left: calc(50% - 30px) !important
    }

    .ruk-rating-snippet-count,
    .ruk_rating_snippet i {
        font-size: 10px !important;
    }

    .ruk_rating_snippet i {
        padding-right: 0
    }

    .CarouselWidget .cssVar-badgeElement__text {
        margin-bottom: 30px
    }

    .CarouselWidget__footer {
        padding: 0 !important;
        display: flex !important
    }

    .CarouselWidget__footer a {
        margin: 0 auto
    }

    .select-selected {
        font-size: 18px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 0 57px 0 16px
    }

    .boosts .select-selected:after,
    .select-selected:after {
        margin-left: 0;
        font-size: 12px
    }

    .gm-border-key-ingredients.star:after {
        display: none
    }

    .gm-sticky-variant-selector {
        display: none !important
    }

    .gm-sticky-atc-wrapper .gm-sticky-atc-right {
        width: 100%;
        justify-content: space-between
    }

    .gm-sticky-atc-right .gm-sticky-atc-btn {
        max-width: fit-content;
        font-size: 14px !important;
        padding-left: 15px;
        padding-right: 15px
    }

    .gm-sticky-atc-wrapper .gm-toggle-switch-wrapper {
        margin-right: 0
    }

    .gm-sticky-atc.builder-block.fixed-atc {
        transform: translateY(-100%);
        padding-top: 15px;
        padding-bottom: 15px
    }

    .gm-sticky-atc {
        top: 100%;
        transform: translateY(100%)
    }

    .gm-sticky-atc-wrapper .gm-toggle {
        margin-left: 20px
    }

    .gm-sticky-atc-save,
    .gm-sticky-atc-save-text {
        font-size: 14px !important
    }
  .lyfe-bar-faq span.builder-tabs-wrap::-webkit-scrollbar {
    display: none;
  }
  .builder-block#box-fenix {
    -webkit-box-flex: 0;
    flex-grow: 0;
    background-color: rgba(226, 226, 226, 0.1);
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 120, 141);
    border-radius: 5px;
  } 
  .ruk_rating_snippet i {
    padding-right: 0;
  }
  .ruk_rating_snippet i {
    font-size: 14px !important;
  }

  .form-toggle-adaptogen .toggle-switch-wrapper,
  .form-toggle-product .toggle-switch-wrapper{
    padding-left: 65px;
    padding-right: 0;
  }
  .form-toggle-adaptogen label.toggle-switch,
  .form-toggle-product label.toggle-switch{
    right: unset;
    top: 15px;
    transform: unset;
  }
  .form-toggle-adaptogen .handle-txt,
  .form-toggle-product .handle-txt{
    position: relative;
  }
  .form-toggle-adaptogen .toggle-switch-check:empty~.toggle-switch-bar,
  .form-toggle-product .toggle-switch-check:empty~.toggle-switch-bar{
    height: 23px;
  }
  .form-toggle-adaptogen .toggle-switch-check:empty~.toggle-switch-bar:before,
  .form-toggle-product .toggle-switch-check:empty~.toggle-switch-bar:before{
    width: 52px;
  }
  .form-toggle-adaptogen .toggle-switch-check:empty~.toggle-switch-bar:after,
  .form-toggle-product .toggle-switch-check:empty~.toggle-switch-bar:after{
    height: 19px;
    top: 2px;
    left: 2px;
    width: 19px;
  }
  .form-toggle-adaptogen .toggle-switch-check:checked~.toggle-switch-bar:after,
  .form-toggle-product .toggle-switch-check:checked~.toggle-switch-bar:after{
    left: 31px;
  }
  .form-toggle-adaptogen .handle-txt-2,
  .form-toggle-product .handle-txt-2{
    text-transform: uppercase;
  }
  .gm-sub-popup-trig.gm-info-trig img {
    position: absolute;
    right: 0;
    top: 0px;
  }
  .gm-sub-popup-trig.gm-info-trig {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
  }
  span.handle-txt {
    letter-spacing: -0.6px;
  }
  .subscription-benefits{
    font-size: 14px;
  }
}

@media (max-width:360px) {

    .gm-sticky-atc-right .gm-sticky-atc-btn,
    .gm-sticky-atc-save,
    .gm-sticky-atc-save-text {
        font-size: 12px !important
    }
}

@media (max-width:330px) {
    .gm-sticky-atc-wrapper .gm-toggle {
        margin-left: 5px
    }
}

#slidecarthq {
    color: #276376;
    font-weight: 600;
    font-family: Calibre-Medium, sans-serif
}

#slidecarthq h2,
#slidecarthq h3 {
    font-family: Calibre-Medium, sans-serif;
    color: #276376 !important
}

#slidecarthq .header button svg path {
    fill: #276376 !important
}

#slidecarthq .slide-cart-text {
    color: #276376;
    font-weight: 600;
    font-size: 18px !important
}

#slidecarthq .slide-cart-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 40px;
    display: block;
    font-size: 18px !important;
    border-radius: 5px
}

#slidecarthq .cart-count,
#slidecarthq .footer-continue,
#slidecarthq .footer-row,
#slidecarthq .footer-row strong,
#slidecarthq .price,
#slidecarthq .shipping-cost span,
#slidecarthq .title a,
#slidecarthq .upsell-text a,
#slidecarthq .upsell-text-prices p,
#slidecarthq ul.properties-key-value span {
    color: #276376 !important
}

#slidecarthq .button {
    background-color: #00788e !important;
    padding-top: 2px
}

'' #slidecarthq .button:hover {
    box-shadow: none;
    background: #00a8bf !important
}

#slidecarthq button.remove {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 6px;
    background: url(/cdn/shop/files/icons8-trash.svg?v=1640036236) center/contain no-repeat;
    opacity: .7;
    cursor: pointer
}

#slidecarthq .upsell-add button:hover {
    background-color: #00a8bf !important
}

#slidecarthq .upsell-add button {
    background-color: #00788e !important
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: 0 0;
    width: display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.gm-swiper-content {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px;
    align-items: center;
    border-radius: 10px;
}

.gm-swiper-content-left,
.gm-swiper-content-right {
    width: 50%
}

.swiper-button-next,
.swiper-button-prev {
    display: flex !important;
    bottom: 0 !important;
    top: unset !important;
    z-index: 11 !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    content: '' !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 67px !important;
    height: 24px !important
}

.gm-swiper-content-right {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    bottom: 0px !important;
    font-family: Calibre-Regular;
    font-size: 28px !important;
    color: #fff;
    line-height: 1;
}

.swiper-button-next {
    left: 160px !important;
    right: 0 !important;
    margin: auto
}

.swiper-button-prev {
    left: 0 !important;
    right: 160px !important;
    margin: auto
}

span.swiper-pagination-current,
span.swiper-pagination-total {
    font-family: Calibre-Regular;
    font-size: 30px !important
}

.gm-swiper-content-left img {
    width: 80% !important
}

.gm-swiper-content-right a {
    transition: .3s;
    position: relative;
    color: #276376;
    text-decoration: none
}

.gm-swiper-title {
    color: #276376;
    font-size: 30px;
    line-height: 30px;
    font-family: Calibre-Medium, sans-serif
}

.gm-swiper-text {
    font-size: 20px;
    font-family: Calibre-Regular;
    color: #000;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 0
}

.swiper-wrapper {
    padding-bottom: 80px;
}

.gm-vlign {
    border-left: .5px solid #276376;
    height: 120px;
    display: block !important;
    position: relative;
    margin: 20px 0 30px
}

.swiper-button-next,
.swiper-button-prev {
    width: 67px !important;
    height: 24px !important
}

.swiper-button-next:after {
    background-image: url(/cdn/shop/files/swiper-arrow-right-2x.png?v=1643705116) !important
}

.swiper-button-prev:after {
    background-image: url(/cdn/shop/files/swiper-arrow-left-2x.png?v=1643705116) !important
}

.gm-swiper-content {
    position: relative;
    height: calc(100% - 168px)
}

.gm-hero-popup .gm-sub-close-btn,.gm-ingredients-popup .gm-sub-close-btn{
   position: absolute !important; 
    width: 100% !important;
    padding: 0 20px;
    z-index: 99
}
.gm-sub-close-btn.white span {
    color: #fff !important;
}
.gm-sub-close-btn span {
    font-size: 25px !important;
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    /* color: #fff !important; */
}
.gm-sub-close-btn.right-align {
    text-align: right !important;
}

.gm-hero-popup .gm-swiper-content {
    max-height: 620px;
    max-width: 100%;
    padding: 20px;
}

.gm-hero-popup .swiper-slide img {
    height: 100%;
}

.gm-hero-popup .gm-sub-close-btn h1,
.gm-ingredients-popup .gm-sub-close-btn h1 {
    color: #fff;
    padding-top: 5px;
    text-align: right !important
}

.gm-swiper-content-right a:after {
    content: '';
    background: url(/cdn/shop/files/lm-arrow.png?v=1643791476) 0 0/cover no-repeat;
    width: 37px;
    height: 8px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.container input:checked~.checkmark,
.gm-bm-section.active .gm-bm-col>.builder-columns .builder-column:last-child {
    background-color: #01798e
}

.gm-bm-img.active {
    transition: .5s;
    transform: translateX(0) !important
}

.gm-bm-img>div {
    justify-content: space-between
}

.gm-bm-img .builder-tab-wrap:first-child {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute
}

.gm-bm-img img {
    cursor: zoom-in
}

.gm-slide>a {
    text-decoration: none;
    display: block
}

.gm-slide-recipe-title {
    color: #fff;
    font-family: "NewakeFont - Regular", sans-serif;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 12px;
    display: -webkit-box;
  
	/* -webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
  	overflow: hidden; */
}

.gm-slide-recipe-img {
    margin-bottom: 40px;
    min-height: 590px;
    max-width: 645px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.gm-slide-recipe-date {
    font-family: Calibre-Regular;
    color: #fff;
    font-size: 16px;
    line-height: normal
}

#recipe-tabs>ul li:not(:last-child):after {
    content: '';
    background: #00a8bf;
    width: 2px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0
}

#recipe-tabs>ul li {
    display: inline;
    padding: 0 25px;
    position: relative;
    padding-top: 5px;
}

#recipe-tabs>ul {
    display: block;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 45px;
    width: 100%
}

#recipe-tabs>ul li a {
    text-decoration: none;
    color: #276376;
    font-family: Calibre-Regular, sans-serif;
    font-size: 18px;
    letter-spacing: 0
}

#recipe-tabs button.slick-prev.slick-arrow {
    background: url(/cdn/shop/files/recipe-slider-left-arrow.svg?v=1645007548);
    right: 75px;
    left: unset
}

#recipe-tabs button.slick-next.slick-arrow {
    background: url(/cdn/shop/files/recipe-slider-right-arrow.svg?v=1645007548);
    right: 15px;
    left: unset
}

#recipe-tabs button.slick-arrow {
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    width: 50px;
    height: 50px;
    top: unset;
    z-index: 5;
    bottom: 91px;
    border-radius: 0 !important
}

.bg-teal {
    background-color: #00788e;
    color: #fff !important
}

ul.bg-teal {
    margin-bottom: 0 !important;
    padding-bottom: 50px !important
}

.bg-teal .div-select {
    margin-top: -1px
}

.bg-teal .mb-select {
    color: #fff;
    background-color: #00788e;
    border-color: #fff;
    margin-bottom: 50px
}

.gm-gtr-link:after,
.gm-gtr-link:hover:after {
    background: url(/cdn/shop/files/next-white-arrow.svg?v=1645006924)
}

.gm-all-articles .ui-tabs-panel,
.gm-all-recipes .ui-tabs-panel {
    max-width: 1320px;
    margin: 50px auto 0;
    padding-left: 20px;
    padding-right: 20px
}

.gm-gtr-link:after {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 85px;
    height: 16px;
    margin-left: 25px;
    transition: .5s;
    margin-top: 3px
}

.gm-ref-pag-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gm-rec-pag-readt {
    font-family: Calibre-Medium;
    color: #00a8bf;
    display: inline-block;
    margin-left: 20px
}

.gm-ref-pag-item {
    width: calc((100% - 48px)/ 3);
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    padding: 20px;
    font-family: Calibre-Regular
}

.gm-ref-pag-item:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%)
}

.gm-ref-pag-item img {
    width: 100%;
    /* min-height: 410px; */
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 12px;
    aspect-ratio: 16/9;
}

.gm-ref-pag-item a {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.gm-rec-pag-title {
    color: #00a8bf;
    font-family: "NewakeFont - Regular", sans-serif;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 100%;
}

.gm-rec-pag-cat,
.gm-rec-pag-date {
    color: #00a8bf;
    font-family: Calibre-Medium;
    display: inline-block;
}

.gm-rec-pag-date {
    margin-top: 8px;
    margin-left: 10px;
}

.gm-rec-pag-date::before {
    /* content: '\2022'; */
    margin-right: 10px
}
.gm-rec-pag-readt.custom-recipes,
.gm-rec-pag-date.custom-recipes {
    display: none;
}
.gm-rec-pag-cat {
    text-transform: uppercase;
    padding: 7px 15px 7px;
    border: 1px solid;
    border-radius: 6px;
    background: #00a8bf;
    color: #fff;
}

.gm-ref-pag-item p {
    font-family: Calibre-Regular;
    color: #276376;
    font-size: 18px;
    line-height: 1.375em;
    display: none;
}

.gm-ref-pag-item p .gm-ref-pag-item.flag img {
    margin-bottom: 15px
}

.gm-article-content ol li,
.gm-article-content ul li,
.gm-ref-pag-item.flag .gm-rec-pag-cat {
    margin-bottom: 20px
}

.paginationjs-pages {
    width: 100%;
    text-align: center
}

.paginationjs .paginationjs-pages ul {
    display: inline-block;
    float: none !important
}

.paginationjs .paginationjs-pages li>a {
    font-family: Calibre-Regular !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #276376 !important;
    background: 0 0 !important
}

.paginationjs .paginationjs-pages li {
    border: none !important;
    margin: 0 30px !important;
    border-radius: 0 !important
}

li.paginationjs-page.active {
    border-bottom: 2px solid #00a8bf !important
}

#recipe-tabs .articles button.slick-arrow {
    bottom: 161px
}

.list-nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.list-nav .item-class {
    width: calc((100% - 90px)/ 4);
    margin: 0 11px;
    max-width: 100%;
    min-height: 319px
}

.list-nav .item-class .item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat
}

.list-nav .item-class .item-title,
.list-nav .item-lm {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    line-height: 29px;
    font-family: Calibre-Regular;
    font-weight: 400;
    text-align: center;
    position: absolute;
    font-style: normal;
    right: 0
}

.list-nav .item-class .item-title {
    position: relative;
    bottom: 0;
    font-size: 24px;
    text-decoration: none;
    color: #276376;
    width: 100%;
    display: block;
    line-height: 1.2;
}

.list-nav .item-class .item-wrapper:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
}
.item-image {
  position: relative;
  padding-bottom: 100%;
}
.item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
.list-nav .item-lm {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 24px !important;
    text-decoration-line: underline;
    color: #fff;
    display: none
}

.list-nav .item-class .item-wrapper:hover .item-lm {
    display: unset
}

.show-content-title {
    background-color: #00788e;
    color: #fff;
    padding: 18px 25px;
    font-family: Calibre-Regular;
    font-size: 36px !important;
    line-height: 43px;
    border-radius: 5px;
    width: 100%
}

.div-select:after,
.mb-select {
    font-size: 18px;
    color: #00a8bf
}

.show-content .left p {
    font-family: Calibre-Regular;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    width: 100%;
    padding-right: 130px
}

.show-content .left,
.show-content .right {
    width: 50%;
    max-width: 50%;
    padding: 0 20px
}

.show-content .right,
.swiper-slide .gm-slide-recipe-date,
.swiper-slide .gm-slide-recipe-title {
    text-align: left
}

.show-content ul {
    list-style-type: disc;
    font-family: Calibre-Regular;
    color: #000;
}

.show-content h5 {
    font-size: 18px !important;
    font-family: "NewakeFont - Regular", sans-serif;
    line-height: 17px;
    letter-spacing: .3em;
    margin-bottom: 20px;
}
.show-content * {
    line-height: normal;
}
.show-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
    border-bottom: 9px solid #00788e
}

.show-content a {
    color: #00788e;
    font-size: 25px !important;
    font-family: Calibre-Medium
}

.ln-letters a,
.mb-select {
    font-family: Calibre-Regular
}

.ln-letters a {
    background-color: transparent !important;
    border: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 29px;
    text-align: center;
    color: #276376 !important
}

#recipe-tabs h2 {
    font-family: "NewakeFont - Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px !important;
    line-height: 62px;
    color: #00788e;
    margin: 0 0 20px;
    text-align: center
}

.listNav {
    border-top: .5px solid #27637680;
    border-bottom: .5px solid #27637680;
    padding-top: 20px;
    padding-bottom: 10px
}

.gm-ref-pag-items.three-col .gm-ref-pag-item:nth-child(3n+3) {
    margin-right: 0
}

.gm-ref-pag-items.three-col {
    justify-content: unset
}

.gm-ref-pag-items.three-col .gm-ref-pag-item {
    margin-right: 24px
}

.gm-ref-pag-items.two-col .gm-ref-pag-item {
    width: calc((100% - 28px)/ 2)
}

.mb-select {
    width: auto;
    background-color: transparent;
    border: 1px solid #00a8bf;
    border-radius: 10px;
    margin: 0 auto 30px;
    outline: 0;
    padding: 0px 40px 0px 10px
}

.div-select:after {
    content: '\f107';
    position: absolute;
    width: fit-content;
    top: 1px;
    right: 10px
}

.div-select {
    display: none;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

select.mb-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gm-rec-pag-author img {
    width: 50px !important;
    min-height: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin-bottom: 0 !important;
    margin-right: 10px
}

.gm-rec-pag-author {
    display: flex;
    align-items: center;
    font-family: Calibre-Medium;
    color: #00a8bf
}
p.gm-slide-recipe-excerpt {
    display: none;
}
div#tabs-1 {
    border-radius: 5px;
}
.mySwiper .swiper-slide img.gm-slide-recipe-img {
    height: 150px;
    min-height: unset;
    max-height: unset;
    margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}

#recipe-tabs main {
    margin-left: -20%;
    margin-right: -20%
}

#recipe-tabs .swiper-slide {
    background: #00788e;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 5px;

}
#recipe-tabs .swiper-slide .gm-slide-recipe-wrapper{
    max-width: 440px;
}
#recipe-tabs .swiper {
    max-width: 900px;
}
.gm-slide-recipe-content {
    padding: 25px;
    text-align: left;
    min-height: 140px;
}

.gm-slide-recipe-excerpt {
    text-align: left;
    color: #fff;
    letter-spacing: 0;
    line-height: normal;
    display: -webkit-box
}

#recipe-tabs .gm-slide-recipe-content a:hover {
    background-color: #00a8bf;
    color: #ffff
}

#recipe-tabs .gm-slide-recipe-content a {
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    text-align: left;
    color: #00788e;
    padding: 0 10px;
    margin-top: 20px;
    transition: .5s cubic-bezier(.37, .01, 0, .98);
    border-radius: 5px;
}
#recipe-tabs .gm-slide-recipe-content a.linkbot-link {
    cursor: initial;
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}
#recipe-tabs .pr-button-prev::before {
    transform: rotate(180deg);
    margin-top: 0
}

#product-tabs {
    font-size: 36px;
    width: 75%;
    color: #00788e
}

#product-tabs ul {
    list-style: none;
    padding: 0
}

#product-tabs ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #276376;
    padding: 25px 0;
    cursor: pointer
}

#view-supplement button {
    color: #00788e;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: 25px;
    text-align: inherit;
    font-family: inherit;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer
}

#view-supplement {
    margin-top: 90px
}

#view-supplement button img {
    margin-left: 13px
}

.clarity-bottle {
    position: absolute !important;
    display: block !important;
    top: 24%;
    left: calc(50% - 126.5px)
}

.benefits-of-daily-use,
.how-clarity-works,
.how-to-use-clarity,
.supplement-facts {
    display: none !important;
    opacity: 0;
    transition: opacity .4s
}

.dp-flex,
[data-tooltip]:hover::after {
    opacity: 1
}

.gm-supplement-info.active {
    background-color: #01798e !important
}

.dp-flex {
    display: flex !important
}

.dp-none {
    display: none !important;
    opacity: 0
}

@media (min-width:768px) {
    .the-science-slider .slick-dots li button:before {
        content: '';
        background: #fff;
        height: 2px;
        width: 150px;
        opacity: .8
    }

    .the-science-slider .slick-dots li {
        width: 150px;
        margin: 0
    }

    .the-science-slider .slick-dots li.slick-active button:before {
        height: 5px;
        top: -2.5px;
        opacity: 1
    }
    .gm-sticky-atc-p-img {
        max-height: 66px;
    }
}

.the-science-slider .slick-arrow.slick-prev {
    top: 101.5%;
    left: 17%
}

.the-science-slider .slick-arrow.slick-next {
    top: 101.5%;
    right: 17%
}

.the-science-slider ul.slick-dots {
    z-index: 1
}

.the-science-slider .slick-arrow {
    z-index: 2;
    width: auto
}

.interactive-first-col {
    display: flex;
    flex-wrap: nowrap
}

.interactive-first-col h4 {
    margin: 0;
    color: #fff;
    font-size: 25px
}

.interactive-first-col p {
    margin: 0;
    color: #fff
}

.interactive-first-col .col-1 {
    padding-right: 15px
}

.gm-hvr-atc::after {
    content: url(/cdn/shop/files/Arrow_123.svg?v=1652239004);
    position: absolute;
    right: -65px
}

.mySwiperI .gm-swiper-content {
    padding: 0;
    height: unset
}

.mySwiperI .swiper-slide img {
    height: auto;
    object-fit: unset
}

.mySwiperI .swiper-button-next,
.mySwiperI .swiper-button-prev {
    bottom: 14px !important;
    width: unset !important
}

.gm-bm-mb-col .builder-column:last-child {
    width: calc(60% - 10px)
}

.gm-bm-mb-col .builder-column:first-child {
    width: calc(40% - 10px)
}

.share-label {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.social {
    transform-origin: 50% 0%;
    transform: scale(0) translateY(-90px);
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: -40px
}

#share:checked~.social {
    opacity: 1;
    transform: scale(1) translatex(0);
    position: absolute
}

.social ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 0
}

.div-select.desktop,
.social ul li {
    display: inline-block
}

.social a {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px
}

.share-label:hover {
    color: #fff
}

.facebook-btn {
    background-color: #4267b2
}

.pinterest-btn {
    background: #b7081b
}

#ingredients-steps ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

#ingredients-steps label {
    font-family: Calibre-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #00788e;
    cursor: pointer;
    display: flex;
    align-items: center
}

#ingredients-steps label.steps::before {
    content: attr(data-no);
    position: absolute;
    left: 0;
    top: 0
}

.button-wrapper,
.ingredient img {
    margin-left: 30px
}

.ingredient button.product-header-cart_btn.button.mt {
    margin-top: 5px
}

.button-wrapper {
    display: flex;
    flex-direction: column
}

.ingredients-steps-item button.product-header-cart_btn {
    padding: 10px 10px;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    min-height: 0;
    min-width: 0
}

.ingredients-steps-item input[type=checkbox] {
    display: none;
}

.ingredient img {
    max-width: 100px;
    width: auto;
    object-fit: scale-down
}

#ingredients-steps ul li:first-child {
    margin-right: 60px
}

#ingredients-steps ul li a {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    color: #01798e;
    text-transform: uppercase
}

#ingredients-steps ul li.ui-state-active {
    border-bottom: 2px solid #01798e
}

.ingredients-steps-item {
    padding: 15px;
    border-bottom: .4px solid #276376
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
 */
.checkmark {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #01798e;
    top: 50%;
    transform: translateY(-50%)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked~.checkmark:after {
    display: block
}

.container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ingredients-quantity {
    font-family: Calibre-Regular;
    font-size: 20px;
    color: #00788e
}

.ingredients-quantity select {
    outline: 0;
    background-color: #fff;
    border: 1px solid #00788e;
    min-height: 40px;
    width: auto;
    font-family: Calibre-Regular;
    font-style: normal;
    font-weight: 400;
    color: #00788e;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 35px 5px 10px;
    margin-left: 20px;
    margin-bottom: 0;
    border-radius: 0;
    cursor: pointer;
}

.gm-article-content h2,
.gm-article-content h3,
.gm-article-content h4 {
    font-family: Calibre-Regular;
    color: #00a8bf
}

.div-select.desktop:after {
    color: #00788e;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.gm-recipe-p-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff
}

.gm-rcp-p-col {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto
}

.gm-rcp-p-col:first-child {
    width: 30%
}

.gm-rcp-p-col:last-child {
    width: calc(70% - 20px);
    margin-left: 20px;
    padding: 20px
}

.gm-recipe-p-block img.gm-rcp-p-thumbnail {
    width: 100%;
    min-height: 180px;
    object-fit: cover
}

.gm-rcp-p-title {
    font-family: Calibre-Medium, sans-serif;
    font-size: 18px;
    color: #00788e
}

.gm-rcp-p-text {
    font-family: Calibre-Regular, sans-serif;
    color: #000
}

.gm-recipe-play {
    margin: auto;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ingredient-swiper .swiper-wrapper,
section#product-widget {
    padding: 0
}

.ingredient-swiper .gm-swiper-content {
    height: auto
}

#ingredient-popup .swiper-button-next,
#ingredient-popup .swiper-button-prev {
    bottom: -50px !important
}

#ingredient-popup .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    bottom: -68px !important
}

.gm-article-content h2 {
    font-size: 36px;
    line-height: 1em
}

.gm-article-content ol,
.gm-article-content p,
.gm-article-content ul,
.gm-swiper-weight {
    color: #000
}

.gm-article-hl {
    background-color: #f9f9f9;
    padding: 12px 30px 10px;
    border-bottom: 2px solid #00a8bf
}

.swiper-pagination-bullet-active {
    background: #00788e
}

#recipe-tabs .pr-button-prev {
    position: absolute;
    z-index: 1;
    display: flex;
    cursor: pointer
}

#recipe-tabs .pr-button-next {
	position: absolute;
	z-index: 1;
	display: flex;
	cursor: pointer;
	justify-content: end;
}

#recipe-tabs .pr-button-prev {
    left: calc( (100% / 2) - 320px );
    bottom: 14px;
}

#recipe-tabs .pr-button-next {
    right: calc( (100% / 2) - 320px );
    bottom: 14px;
}
#recipe-tabs .pr-button-next,
#recipe-tabs .pr-button-prev{
    color: #00798f;
}
.nutrition-fact-video>div {
    width: 100%;
    max-width: 547px;
    height: 660px
}

.nutrition-fact-video video {
    border-radius: 10px
}

.gm-superfoods-video>div {
    width: 100%;
    height: 704px
}

.slider-nav .slider-nav-thumbnail img {
    width: 70px !important;
    margin: 4px;
    border: .5px solid #828282;
    border-radius: 5px
}

.placeholder-slider-item {
    pointer-events: none;
    visibility: hidden
}

.slider-nav {
    margin-top: 26px;
    margin-left: -5px;
    margin-right: -5px
}


.lyfe-bar .gm-slick-slider-wrapper.slick-initialized.slick-slider {
  box-shadow: 0px 0px 10px 1px #00000033;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 65px;
}

.lyfe-bar.gm-product-slider button.slick-prev.slick-arrow {
  right: 89px;
  left: unset;
}
.lyfe-bar.gm-product-slider button.slick-next.slick-arrow {
  left: unset;
  right: 0px !important;
}

.hunger-icon{
  cursor: pointer;
}
.hunger-icon.active {
  background: #00A8BF !important;
}
.hunger-icon img {
 filter: invert(29%) sepia(20%) saturate(5860%) hue-rotate(163deg) brightness(100%) contrast(102%);
}
.hunger-icon.active img {
 filter: invert(99%) sepia(12%) saturate(93%) hue-rotate(249deg) brightness(118%) contrast(100%);
}
.hunger-icon.active {
    background: #00a8bf !important;
}

.newake-regular {
    font-family: "NewakeFont - Regular", sans-serif;
}

.gm-slick-slider-ingredient .slick-slide {
    width: 237px;
}

.gm-slick-slider-ingredient .slick-slide img {
    width: 237px;
    height: 190px;
    object-fit: cover;
    margin: 0 auto
}

.ingredient-title {
    text-align: center;
    font-family: "Calibre Medium", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #276376
}

.gm-sticky-atc-wrapper.essentials-bar .select-items div:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 100%
}

/* .gm-sticky-atc-wrapper.essentials-bar .select-items div:last-child:before {
    background-image: url(/cdn/shop/products/LemonBar_BWhite_MainPhoto.jpg?v=1660031196)
}

.gm-sticky-atc-wrapper.essentials-bar .select-items div:first-child:before {
    background-image: url(/cdn/shop/products/ChocolateBar_MainPhoto.jpg?v=1660031284)
} */

.gm-sticky-atc-wrapper.essentials-bar .select-items div {
  text-transform: capitalize;
  position: relative;
  padding-left: 45px
}

.gm-sticky-atc-wrapper.essentials-bar .gm-sticky-variant-selector {
    width: 35%;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 44px;
    right: 0;
    text-align: center;
    width: 180px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: block;
    font-size: 12px;
    line-height: 16px;
    background: #f2f8f9;
    padding: 10px;
    border: 1px solid silver;
    box-shadow: 2px 4px 5px rgb(0 0 0 / 40%);
    color: #ca0000;
    border-radius: 5px;
    display:none !important;
}
*[data-tooltip] {
  position: relative;
}

*[data-tooltip]::after {
  font-family: 'Calibre-Medium';
  content: attr(data-tooltip);
  position: absolute;
  top: 44px;
  right: 0px;
  height: fit-content;
  text-align: center;
  width: 180px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  display: block;
  font-size: 12px;
  line-height: 16px;
  background: #F1F1F0;
  padding: 10px;
  border: 1px solid #c0c0c0;
  box-shadow: 2px 4px 5px rgb(0 0 0 / 40%);
  color: #CA0000;
  border-radius: 5px;
}
.atc-switch[data-tooltip]::after {
    left: 0;
    top: 30px;
}
*[data-tooltip]:hover::after {
  opacity: 1;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
    border-radius: 10px !important
}

.gm-product-slider.lyfe-bar .slick-list {
    width: 100% !important
}

button.product-widget-0c973e18-3482-42c8-90ba-5e097879d3e4 {
    background-color: #00788e
}

.NuggetsWidget-prefix .R-TextHeading {
    color: #fff !important;
    font-weight: 400 !important;
    font-family: Calibre-Medium, sans-serif !important;
    font-size: 19px !important
}

.NuggetsWidget-prefix .NuggetsWidget {
  max-width: 100% !important
}

.NuggetsWidget-prefix .NuggetsWidget .cssVar-authorName {
  font-size: 18px !important;
  color: #fff !important;
  margin-top: 5px
}

.mySwiperI .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  bottom: 5px !important
}
.lyfe-bar-animation{
  transition: .4s all ease-in-out;
}
.lyfe-bar-animation.lyfe-bar-fixed {
  transform: rotate(0) !important;
  top: 95px !important;
  bottom: unset !important;
  left: 0 !important;
  position: fixed !important;
}
.lyfe-bar-animation.lyfe-bar-positioned.lyfe-bar-fixed {
  position: absolute !important;
  bottom: -1235px !important;
  top: unset !important;
}

@media (min-width:1000px) and (max-width:1280px) {
    .buy-box {
        padding: 30px !important
    }

    .hero-buy-section .builder-columns>.builder-column {
        width: calc(50% - 15px)
    }

    .hero-buy-section .builder-columns>.builder-column:last-child {
        margin-left: 30px
    }

    .lyfe-bar-nutri-facts-reviews {
        flex-direction: column !important
    }

    .lyfe-bar-nutri-facts-reviews>:last-child {
        margin-top: 14px !important
    }

    .lyfe-bar-diet>div:not(last-child) {
        margin-right: px !important
    }

    .lyfe-bar-diet>div>div:first-child {
        min-width: 10px;
        margin-right: 3px
    }

    .lyfe-bar-diet>div>div:last-child {
        font-size: 11px
    }
}

@media (min-width:1000px) and (max-width:1279px) {
    .lyfe-bar-nutrients {
        padding-right: 15px !important;
        max-width: 50% !important
    }

    .nutrition-fact-video {
        max-width: 50% !important;
        padding-left: 54px !important;
    }
}

@media (max-width:1279px) {
    .lyfe-bar-animation {
        z-index: 0 !important;
    }

    .lyfe-hunger-box {
        z-index: 1;
    }
}

@media (max-width:999px) {
    .gm-swiper-content {
        height: auto;
        max-height: 620px;
    }

    .gm-hero-popup .gm-swiper-content {
        max-height: 740px;
    }

    /* .gm-hero-popup .gm-sub-close-btn,
    .gm-ingredients-popup .gm-sub-close-btn {
        position: relative !important;
    } */

    #recipe-tabs>ul li,
    .gm-slick-slider .gm-slide.slick-slide {
        padding: 0 10px;
    }

    #recipe-tabs>ul {
        display: block;
        text-align: center;
    }

    #recipe-tabs>ul li a {
        font-size: 18px;
    }

    #recipe-tabs>ul li:not(:last-child):after {
        top: 2px;
    }

    .gm-slick-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .gm-slide-recipe-title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0
    }

    .gm-slide-recipe-img {
        min-height: 300px;
        margin-bottom: 39px
    }

    .gm-ref-pag-item img {
        min-height: 300px;
        margin-bottom: 30px
    }

    .gm-ref-pag-item {
        width: calc((100% - 48px)/ 2);
        padding: 10px
    }

    .gm-rec-pag-title {
        font-size: 20px;
        line-height: 24px;
    }

    .gm-rec-pag-cat,
    .gm-rec-pag-date,
    .gm-rec-pag-readt {
        font-size: 12px
    }

    .gm-rec-pag-date,
    .gm-rec-pag-readt {
        margin-left: 10px
    }

    .gm-rec-pag-date::before {
        margin-right: 10px
    }

    .slider-nav {
        display: none !important;
    }

    .gm-sticky-atc-wrapper.essentials-bar .gm-sticky-variant-selector {
        width: unset
    }

    .gm-sticky-atc .bars-quantity-input {
        display: none !important
    }

    .hunger-icon svg {
        width: 60px;
        height: 60px
    }

    .lyfe-bar-faq .builder-tabs-wrap {
        flex-direction: row !important;
        justify-content: flex-start !important
    }
}
@media (max-width: 769px){
  .swiper.mySwiperH .swiper-slide,
 .swiper.mySwiper .swiper-slide{
    height: 100% !important;
  }
}

@media (max-width:767px) {
    #recipe-tabs .pr-button-next {
        right: calc(50% - 140px);
    }
    #recipe-tabs svg.show-only-in-mobile {
        overflow: visible;
    }
    #recipe-tabs .pr-button-next svg.show-only-in-mobile path:first-child {
        d: path("M -65 12 H 19");
    }
    #recipe-tabs .pr-button-prev svg.show-only-in-mobile path:first-child {
        d: path("M 5 12 H 90");
    }
    #recipe-tabs .pr-button-prev {
        left: calc(50% - 140px);
    }
    #recipe-tabs .pr-button-prev,
    #recipe-tabs .pr-button-next{
         width: 90px;
     }
    .gm-swiper-content-right a {
        margin-right: 47px
    }

    .gm-swiper-content-left {
        justify-content: center;
        width: 100%
    }

    .gm-swiper-content-right {
        text-align: center;
        align-items: center;
        width: 100%
    }

    .gm-swiper-text {
        font-size: 16px;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 0
    }

    .gm-swiper-content {
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
        padding: 20px;
        min-height: 530px;
    }
    .gm-nutrition-popup .gm-sub-close-btn span, .gm-ingredients-popup .gm-sub-close-btn span {
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }
    .gm-swiper-content:after {
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .gm-swiper-content .swiper-slide {
        align-items: flex-start;
        height: 100vh
    }

    .gm-hero-popup .gm-sub-close-btn h1,
    .gm-ingredients-popup .gm-sub-close-btn h1 {
        padding-bottom: 10px
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 10px !important;
    }

    .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
        bottom: 10px !important; 
        font-size: 20px !important;
    }

    /* .swiper-wrapper {
        padding-bottom: 100px;
    }
 */
    .gm-vlign {
        display: none !important
    }

    .gm-hero-popup .gm-swiper-content {
        padding: 0;
        height: auto
    }

    .css-159v35q.builder-block {
        width: 55px !important;
        height: 55px !important
    }

    .css-hpv47c.builder-block {
        width: 55px !important;
        margin-bottom: -6px !important
    }

    .builder-block.builder-40f8960ae9034d32ba5e969533854b61.css-1y6p72u .css-1hbf805 {
        width: 255px
    }

    #recipe-tabs h2,
    .listNav {
        text-align: center
    }

    .list-nav .item-class {
        width: calc((100% - 44px)/ 2)
    }

    #recipe-tabs>ul li:not(:last-child):after {
        display: none
    }

    .show-content .left,
    .show-content .right {
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .show-content .left p {
        padding: 0;
        margin-bottom: 0
    }

    .show-content-title {
        font-size: 24px !important;
        line-height: normal;
        padding: 12px 10px;
    }

    .show-content .left p,
    .show-content a,
    .show-content ul li {
        font-size: 18px !important
    }

    #recipe-tabs h2 {
        font-size: 28px !important
    }

    .gm-ref-pag-items.three-col .gm-ref-pag-item {
        margin-right: 0
    }

    .gm-ref-pag-items.three-col {
        justify-content: space-between
    }

    .paginationjs .paginationjs-pages li {
        margin: unset !important
    }

    .the-science-slider .slick-dots li,
    .the-science-slider .slick-dots li button:before {
        width: 30px
    }

    .the-science-slider .slick-arrow.slick-prev {
        left: 0
    }

    .the-science-slider .slick-arrow.slick-next {
        right: 0
    }

    .the-science-slider ul.slick-dots {
        bottom: -13px
    }

    .the-science-slider .slick-dots li button:before,
    .the-science-slider .slick-dots li.slick-active button:before {
        color: #fff
    }

    .gm-whole-foods {
        order: 2
    }

    .gm-recipe-p-block {
        flex-direction: column;
        text-align: center
    }

    .gm-rcp-p-col {
        width: 100% !important;
        margin: 0 !important
    }

    #ingredient-popup .swiper-button-next:after,
    #ingredient-popup .swiper-button-prev:after {
        background-image: url(/cdn/shop/files/lm-arrow.png?v=1643791476) !important;
        width: 37px !important;
        height: 8px !important
    }

    #ingredient-popup .swiper-button-next,
    #ingredient-popup .swiper-button-prev {
        bottom: unset !important;
        top: 23px !important;
        width: 47px !important;
        height: 4px !important
    }

    #ingredient-popup .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
        top: 10px !important;
        color: #276376;
        font-size: 20px !important;
        bottom: unset !important
    }

    span.swiper-pagination-current,
    span.swiper-pagination-total {
        font-size: 20px !important
    }

    #ingredient-popup .swiper-button-prev:after {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    [data-tooltip]::after {
        top: unset;
        bottom: 44px
    }

    .ingredient-title {
        font-size: 11px
    }

    .gm-slick-slider-ingredient .slick-slide img {
        width: 100px;
        height: 100px
    }

    .gm-slick-slider-ingredient .slick-slide {
        width: 100px
    }

    .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__inner {
        padding: 20px 0 !important
    }

    .NuggetsWidget-prefix .NuggetsWidget .cssVar-authorName {
        font-size: 16px !important
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        width: 40px !important;
        height: 15px !important;
    }
    #recipe-tabs main {
        margin: 0
    }

    .gm-nutrition-popup .gm-sub-close-btn,
    .gm-ingredients-popup .gm-sub-close-btn {
      right: 20px;
      padding: 0;
      z-index: 2;
      width: auto !important;
    }
    .lyfe-bar .gm-slick-slider-wrapper.slick-initialized.slick-slider {
      margin-bottom: 0;
    }
    .lyfe-bar.gm-product-slider button.slick-arrow {
      bottom: -36px !important;
      width: 36px !important;
    }
    .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__inner {
      padding: 50px 20px !important;
    }
  .gm-product-slider button.slick-prev.slick-arrow{
      left: calc(97% - 78px) !important;
  }
  .lyfe-bar-nutrients .gm-ingredients-trig:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(https://cdn.builder.io/api/v1/image/assets%2F5456651f1d534c27b7c97891b8dd5c43%2F2479264478694818a476be78be88c0d6?width=30);
    height: 15px;
    width: 15px;
    background-size: cover;
  }
  .ruk-rating-snippet-count{
    padding-left: 5px;
  }
}

@media (max-width: 749px) {
    .builder-accordion-title .builder-has-component:first-child {
        flex-basis: 300px
    }

    .gm-icon-text img {
        margin-right: 20px
    }

    .gm-sub-close-btn h1 {
        padding-bottom: 0;
        padding-top: 10px
    }

    .gm-all-articles .ui-tabs-nav,
    .gm-all-recipes .ui-tabs-nav {
        display: none !important
    }

    .div-select {
        display: block
    }

    .gm-ref-pag-item img,
    .gm-slide-recipe-img {
        min-height: 150px;
        margin-bottom: 20px;
        display: block
    }

    .gm-rec-pag-title,
    .gm-slide-recipe-title {
        font-size: 22px
    }

    .gm-ref-pag-item {
        width: 100% !important
    }

    #recipe-tabs .swiper-pagination,
    #recipe-tabs .lg-tabs {
        display: none
    }

    .div-select.desktop {
        display: block;
        margin-left: 0;
        margin-top: 20px
    }

    .ingredients-quantity select {
        margin-left: 0;
        margin-bottom: 0
    }

    #ingredients-steps label,
    #ingredients-steps ul li a {
        font-size: 18px;
        line-height: normal
    }

    .ingredient img {
        max-width: 50px
    }

    .button-wrapper,
    .ingredient img {
        margin-left: 20px
    }

    .ingredients-steps-item {
        padding: 20px 0
    }

    .gm-slide-recipe-content,
    .swiper-slide .gm-slide-recipe-date,
    .swiper-slide .gm-slide-recipe-title {
        text-align: center
    }

    .swiper-slide.swiper-slide-next,
    .swiper-slide.swiper-slide-prev {
        opacity: .6;
        filter: grayscale(1)
    }




    #recipe-tabs .pr-button-next::after {
        transform: scale(.7)
    }

    #recipe-tabs .pr-button-prev::before {
        transform: rotate(180deg) scale(.7)
    }

    .hunger-icon svg {
        width: 41px;
        height: 41px
    }

    .lyfe-bar-nutrients {
        max-width: 60% !important
    }
}
/* Accessibly */
.accessibly-otm-widget-button-container {
  display: none;
}
.accessibly-otm-navigation-title {
    left: 10px !important;
}
.accessibly-otm-navigation.show-back-button .accessibly-otm-navigation-title {
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%);
}
.accessibly-otm-reset-button {
  font-family: Calibre-Medium  !important;
  font-weight: 500  !important;
  font-size: 14px !important;
  padding-top: 14px !important;
  color: #00788E !important;
}
.accessibly-otm-reset-button:hover{
  background-color: #00A8BF !important;
  color: #fff !important;
}
#accessiblyOtm .accessibly-otm-footer a:hover{
 color: #00A8BF !important;
}
#accessiblyOtm button{
  background-image: unset;
  text-decoration: none !important;
}
button.active-accessibility-item,
button.accessibly-otm-option-button:hover,
.accessibly-otm-navigation .accessibly-otm-row {
  background-color: #00788E !important;
}
#accessiblyOtm .accessibly-otm-features-block-title{
  font-family: Calibre-Medium  !important;;
  font-weight: 500  !important;
  color: #276376  !important;
}
#accessiblyOtm .accessibly-otm-option-title{
  font-family: Calibre-Medium  !important;
  font-weight: 500  !important;
}
#accessiblyOtm .accessibly-otm-footer a{
  font-family: Calibre-Regular !important;
  font-weight: 400  !important;
  color: #000 !important;
  font-size: 16px  !important;
}

/* Knowledge Hub */
.back-box:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: #00788E;
}
.step-box:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.step-box {
    position: relative;
}
.odd-border .builder-columns:before {
    position: absolute;
    content: '';
    border-top: 2px dashed #01798E;
    border-right: 2px dashed #01798E;
    border-bottom: 2px dashed #01798E;
    right: 100px;
    width: 80%;
    bottom: -275px;
    height: calc(100% + 220px);
}
.even-border .builder-columns:before {
    position: absolute;
    content: '';
    border-left: 2px dashed #01798E;
    left: 100px;
    width: 100%;
    bottom: -100px;
    height: 290px;
}
.hero-bg-video > div{
  height: 100%;
}
.knwldg-nav-mobile a.active{
  background: #00788E !important;
}


/* Transparent Header */
.transparent-logo{
  display: none;
}

/* Home */
span.builder-tab-wrap:hover path {
    fill: #00788E;
}

/* Recipe */
.recipe-share a span,
.recipe-share label span{
  color: #fff;
  padding-right: 10px;
}
.recipe-share a{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.recipe-share label{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.featured-product-section {
  margin-top: 0 !important;
}
.recipe-content a{
  color: #00a8bf ;
}

/* New Accordion */
.plusminus {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.builder-accordion-title-open .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.angle-down{
  transition: .2s all ease-in-out;

}
.builder-accordion-title-open .angle-down{
  transform: rotate(180deg);
}
.builder-accordion-title-open .plusminus:after {
  transform: translatey(-50%) rotate(0);
}
.builder-accordion-title-open .builder-block {
  border-bottom: 0 !important;
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: currentcolor;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}
/* .plusminus.white:before, .plusminus.white:after {
  background-color: #fff;
} */

.plusminus:before {
   transform: translatey(-50%);
}
.plusminus:after {
   transform: translatey(-50%) rotate(90deg);
}
@media only screen and (min-width: 1400px) {
    .article-template__hero-adapt.media {
        height: calc(100vh - 84px);
    }
}

.happy-customers-card {
  position: relative;
  max-width: 308px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #00000040;
}

.happy-customers-card .card-img{
  border-radius: 10px;
  object-fit: contain;
}

.happy-customers-card .happy-customers-comment {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: 313px;
  width: 80%;
  box-shadow: 0px 8px 24px 0px #00000014;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10 !important;
}

.happy-customers-card .happy-customers-comment.bottom {
  bottom: -40px;
  right: -30px;
}

.happy-customers-card .happy-customers-comment.top {
  top: -75px;
  left: -30px;
}

.happy-customers-card .happy-customers-comment .review {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: start;
  color: #121212;
  margin: 0px;
}

[data-name="reviews-2-0-happy-customers"] .builder-custom-code .swiper {
  overflow: visible;
}

.gm-slick-slider-logos img {
  width: revert-layer;
}
.gm-slick-slider-logos .slick-slide {
  padding: 0px 15px;
}
.happy-customers-rating-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.happy-customers-rating-wrapper .star-and-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.happy-customers-rating-wrapper .star-and-name .star-img {
  width: 100px;
  object-fit: contain;
  object-position: 50% 50%;
  margin-right: 5px;
}

.happy-customers-rating-wrapper .star-and-name .name-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  color: #0e1311;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 10px 0px 0;
}

.happy-customers-rating-wrapper .star-and-name .verify-img {
  width: 18px;
  width: 18px;
  object-fit: contain;
  object-position: 50% 50%;
  margin-right: 2px;
}

.happy-customers-rating-wrapper .verify-wrapper p {
  margin: 0px;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #00788E;
}

@media only screen and (max-width: 425px) {
  .happy-customers-card .happy-customers-comment {
     max-width: 250px; 
  }

  .happy-customers-card .happy-customers-comment.bottom {
    right: -20px;
  }
  
  .happy-customers-card .happy-customers-comment.top {
    left: -20px;
  }
}

.hide-only-in-mobile {
	display: block;
}

.show-only-in-mobile {
	display: none;
}

@media (max-width: 640px) {
	.hide-only-in-mobile {
		display: none;
	}
	
	.show-only-in-mobile {
		display: block;
	}

	.gm-rec-pag-date.custom-recipes,
	.gm-rec-pag-readt.custom-recipes {
		display: none;
	}
}

/* Out of Stock */
.oos-text{
  color: #dc3545 !important;
  font-family: var(--body-font-family);
  font-size: 14px !important;
}

.bars-quantity-item.out-of-stock,
.purchase-bag-wrapper label.out-of-stock,
.product-variant-item.out-of-stock{
    pointer-events: none;
    opacity: 0.6;
}
.bars-quantity-item.out-of-stock button,
.bars-quantity-item.out-of-stock .bars-quantity-input,
.bars-quantity-item.out-of-stock .bars-quantity-count,
.purchase-bag-wrapper label.out-of-stock .permeal{
    display: none !important;
}
.purchase-bag-wrapper label.out-of-stock .purchase-bag-item {
    justify-content: flex-start;
}
.purchase-bag-wrapper label.out-of-stock .oos-text {
    margin-top: 4px;
}

/* Nanogallery2 */
.nGY2ConsoleParent {
    margin: 0 !important;
}

/* Product Slider  */
.product-slider .slick-slide video {
    width: 100%;
    display: flex;
}

.product-slider .gm-slick-slider-wrapper.slick-slider {
    margin-bottom: 65px;
}

.product-slider button.slick-next.slick-arrow {
    background: url(/cdn/shop/files/carousel-arrow.png?v=1662362821);
}

.product-slider button.slick-prev.slick-arrow {
    background: url(/cdn/shop/files/carousel-arrow-prev.png?v=1662531042);
}
.product-slider button.slick-prev.slick-arrow {
    right: 90px !important;
    left: unset;
}
.product-slider button.slick-arrow {
    width: 69px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 20px;
    filter: invert(78%) sepia(38%) saturate(8%) hue-rotate(331deg) brightness(93%) contrast(94%);
}
.product-slider button.slick-arrow:not(.slick-disabled) {
    filter: invert(32%) sepia(25%) saturate(4773%) hue-rotate(163deg) brightness(91%) contrast(101%);
}
.product-slider button.slick-arrow {
    top: unset;
    bottom: 95px;
}
.product-slider .gm-slick-slider-wrapper.slick-initialized.slick-slider {
    box-shadow: 0 0 10px 1px #00000033;
    border-radius: 10px;
    overflow: hidden;
}
.product-slider .slick-list {
    width: 100% !important;
}
.product-slider .slick-slide {
    padding-top: 0px;
}
.product-slider .gm-slick-slider-wrapper img {
    width: 100% !important;
    height: 100% !important;
}
.product-slider button.slick-next.slick-arrow {
    left: unset;
    right: 0;
}
.product-slider .slick-slide {
  display: flex;
  cursor: pointer;
  justify-content: center;
}
@media screen and (max-width: 820px){
    .product-slider button.slick-arrow {
        bottom: -36px !important;
        width: 36px !important;
    }
    .product-slider button.slick-next.slick-arrow {
        left: unset;
        right: 0px !important;
    }
    .product-slider button.slick-prev.slick-arrow{
        right: 50px !important;
        left: unset !important;
    }
    .product-slider .gm-slick-slider-wrapper.slick-slider{
        margin-bottom: 0px !important;
    }
}


.description-hover {
  cursor: pointer;
  margin-bottom: -2px;
}
.description-wrapper.active {
  visibility: visible !important;
  opacity: 1 !important;
}
.lyfe-bar-animation.hidden {
    display: none;
}


/* CART DRAWER */
.cart-drawer {
  color: #414141;
}
td .cart-item__name.h4 {
  padding-right: 5rem;
}
.cart-item__name.h4 {
  font-family: var(--heading-font-family-2);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  color: #003F4B;
  line-height: 120%;
  /* padding-right: 11rem; */
}
.cart-drawer .cart-item select[name=selling_plan],
.cart-drawer .product-form select[name=id]{
  font-family: var(--heading-font-family-2);
  font-size: 15px;
  padding: 0 1rem;
  color: rgba(var(--color-foreground), .7);
  border: 0.1rem solid #D0D0D0;
  position: relative;
  height: 32px;
  background: #F6F7F7;
  border-radius: 6px;
}
h2.totals__total,
h4.totals__total{
  font-weight: 600;
}
.cart-drawer .drawer__inner {
  padding: 0;
  background: #F6F7F7;
}
.cart-drawer .cart-items thead{
  display: none;
}
.cart-drawer .drawer__heading{
  color: #003F4B;
  font-size: 20px;
  font-family: var(--heading-font-family-2);
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.cart-drawer .cart-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  padding: 10px;
}
.cart-drawer  .cart-item__image-wrapper {
  padding-bottom: 100%;
  position: relative;
  background: #fff;
  border-radius: 6px;
}
.cart-drawer .cart-item__link {
  z-index: 2;
}
.cart-drawer .cart-items .cart-item {
  gap: 0;
}
.cart-drawer .cart-items .cart-item__details {
  grid-column: 2 / span 4;
  position: relative;
}
.cart-drawer .cart-item__remove {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 2rem;
  margin-top: 0;
}
.cart-drawer .cart-items .cart-item .loading__spinner {
  padding-top: 0;
  right: 3px;
  margin-top: 2px;
}
.cart-drawer .cart-item:not(:last-child) {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 15px;
}
.cart-drawer .product-option {
  color: #414141;
  font-size: 16px;
  text-transform: capitalize;
}
.cart-drawer .cart-items .cart-item__subscribe {
  grid-column: 3 / span 2;
  padding-top: 0px;
}
.cart-drawer .quanitity {
  border-color: #D0D0D0;
}
.cart-drawer .quantity.cart-quantity {
  border-color: #D0D0D0;
  background: #F6F7F7;
  border-radius: 6px;
  width: 80px;
  height: 32px;
}
.cart-drawer .quantity__button {
  width: 25px;
}
.cart-drawer .drawer__footer {
  bottom: 0;
  width: 100%;
  left: 0;
  background: #F6F7F7;
}
.cart-drawer cart-drawer-items {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: clip;
  overflow: hidden;
  overflow-y: auto;
}
.cart-drawer .drawer__inner {
  overflow: hidden;
}
.cart-drawer .cart__checkout-button,
.cart-drawer a.button{
  font-family: var(--heading-font-family-2);
  font-weight: 600;
  font-size: 18px;
  padding: 20px 40px;
  line-height: 1;
  border-radius: 8px;
}
/* .cart-drawer .cart__checkout-button:hover{
  background-color: #00788e;
  box-shadow: 0 0 0 .1rem #00788e;
} */

.cart-drawer .totals * {
  font-size: 18px;
}
.cart-drawer .totals__total-value {
  font-weight: 600;
  color: #003F4B;
}
.cart-drawer .totals
{
  margin-bottom: 1rem;
}
.cart-drawer .cart__ctas{
  margin-top: 1rem;
}
.cart-drawer .cart__ctas {
  flex-direction: column;
}
.cart__guarantee {
  margin: 0;
  line-height: 1;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.cart-drawer .drawer__inner {
  flex-direction: row;
  width: 100%;
  max-width: none;
}
.drawer__left {
  width: 45rem;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  max-width: calc(100vw - 3rem);
  position: relative;
  display: flex;
  flex-direction: column;
}
.drawer__right {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 60rem;
  display: flex;
  flex-direction: column;
}
.drawer__related-products {
  padding: 3.2rem 0;
  border-top: 1px solid #D0D0D0;
  overflow-y: auto;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}
.drawer__progress {
  padding: 1.5rem 0 0;
  text-align: center;
}
.drawer__progress p {
  margin-bottom: 0;
}
.drawer__progress p {
  margin-top: 0;
}
.cart-drawer .cart-items .cart-item>td+td {
  padding-left: 16px;
}
.drawer__progress .drawer__heading {
  text-align: center;
  margin-bottom: 0;
}
.cart-drawer .drawer__close {
  min-width: 2.4rem;
  min-height: 2.4rem;
  top: 2.5rem !important;
  right: 4rem !important;
  z-index: 1;
}
.cart-item__amount-save {
  color: #00A8BF;
  margin-left: 2px !important;
}
.cart-drawer .cart-item__discounted-prices .cart-item__old-price {
  font-size: 16px;
  color: #A0A0A0;
}
.cart-drawer .cart-items .cart-item .cart-item__quantity {
  grid-column: 2 / span 1;
}
.cart-drawer .quantity__input {
  font-family: var(--heading-font-family-2);
  font-weight: 400;
  font-size: 15px;
  padding: 0 !important;
}
.cart-drawer .drawer__header {
  padding-bottom: 0;
}

.cart-drawer .cart-items .cart-item .cart-item__subscribe-save {
  grid-column: 2 / span 3;
  padding-top: 1rem !important;
}
.cart-item__subscribe-save label {
  font-family: var(--heading-font-family-2);
  line-height: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: fit-content;
  background: #00A8BF;
  padding: 5px 10px 5px 5px;
  border-radius: 4px;
}
.cart-item__subscribe-save  input[type="checkbox"] {
  appearance: none;
  background-color: #ffffff33;
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  display: grid;
  place-content: center;
}
.cart-item__subscribe-save  input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: #00788E;
}
.cart-item__subscribe-save  input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.drawer__related-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.drawer__related-products-item-image {
  display: flex;
}
.drawer__related-products-item-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.drawer__related-products-item-price {
  margin-top: auto;
  margin-bottom: 20px;
}
.drawer__related-products .drawer__heading {
  margin-bottom: 20px;
}
.drawer__related-products-item .cart-item__name {
  margin-bottom: 5px;
}
.drawer__related-products-item-left {
  width: 25%;
  height: auto;
}
.drawer__related-products-item-right {
  /* flex-grow: 1; */
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 30px;
}
.drawer__related-products-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  background: #F6F7F7;
  padding: 15px;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  border-radius: 8px;
}
.drawer__related-products-item .product-form {
  /* margin-top: auto;
  position: absolute;
  right: 20px;
  bottom: 20px; */
}
.drawer__related-products-item .product-form__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.drawer__related-products-item .drawer__related-products-item-price {
  margin-top: auto !important;
  margin-bottom: 20px;
  font-weight: 600;
  color: #183E4A;
}
.drawer__related-products-item-quick-view {
  font-family: var(--heading-font-family-2);
  font-size: 16px;
  line-height: 1;
  color: #183E4A;
  font-weight: 500;
}
.drawer__related-products-item .product-form__submit,
.drawer__quick-view .product-form__submit{
  font-family: var(--heading-font-family-2);
  font-weight: 600;
  color: #183E4A;
  font-size: 16px;
  background: #fff;
  box-shadow: none !important;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.drawer__quick-view .product-form__submit{
  border: 1px solid #183E4A;
  margin-bottom: 0;
}
.drawer__related-products-item .product-form__submit:hover,
.drawer__quick-view .product-form__submit:hover{
  background-color: #00A8BF;;
  border-color: #00A8BF;
  color: #fff;
}
.drawer__related-products-item .product-form__submit .loading-overlay__spinner .path{
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}
.drawer__progress-bar-background {
  width: 100%;
  height: 6px;
  position: relative;
  background: #00A8BF33;
}
.drawer__progress-bar-foreground {
  width: 0;
  height: inherit;
  background: #00A8BF;
  max-width: 95%;
  position: relative;
  z-index: 1;
}

.drawer__progress-bar-tiers {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-top: -14px;
  justify-content: space-between;
}
.drawer__progress-bar-icon {
  display: inline-flex;
  position: absolute;
  left: 100%;
  width: 30px;
  height: 30px;
  background: #00A8BF;
  top: -11px;
  padding: 3px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 5px solid #CFECEE;
}
.drawer__progress-bar-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.drawer__progress-bar-text {
  color: #003F4B;
  font-family: var(--heading-font-family-2);
  font-weight: 600;
}
.drawer__progress-bar-default {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #CFECEE;
}
.drawer__progress-bar-circle.active .drawer__progress-bar-default {
  background: #00A8BF;
}
.drawer__progress-bar {
  padding: 15px 0 25px 11px;
  position: relative;
}
.drawer__progress-bar-foreground-progress {
  width: 100%;
  height: 6px;
  background-color: #00A8BF;
  border-radius: 10px;
  margin-top: 10px;
}
.drawer__progress-bar-circle:first-child {
  margin-left: -11px;
}
.drawer__related-products-item .product-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-drawer *:focus-visible {
  outline: none;
  box-shadow: none;
}
.product__selector-label {
  font-family: var(--heading-font-family-2);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
.cart-drawer .product-form select[name=id] {
  background: #fff;
}
.drawer__quick-view {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FDFBF5;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
.drawer__quick-view.active{
  display: block;
}
.drawer__related-products-wrapper {
  position: relative;
}
.drawer__quick-view-banner img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center 75%;
  border-radius: 10px;
}
.drawer__related-products-wrapper.quickview-active .drawer__related-products-item{
  display: none;
}
.drawer__quick-view p {
  font-family: var(--heading-font-family-2);
  text-align: center;
  line-height: 1.5;
}
.drawer__quick-view-content {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
.drawer__quick-view-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.drawer__quick-view-content-left {
  width: 30%;
  height: auto;
}
.drawer__quick-view-content-right {
  flex-grow: 1;
}
.drawer__quick-view-ingredients ul {
  margin: 0;
  padding-left: 15px;
}
.drawer__quick-view-image {
  display: flex;
}
.drawer__quick-view  .product-form__buttons {
  display: flex;
  justify-content: center;
}
.cart-drawer dl .product-option {
  line-height: 1;
}
.drawer-quick-view-close-wrapper {
  position: absolute;
  right: 5px;
  top: 5px;
}
.drawer-quick-view-close {
  display: flex;
  cursor: pointer;
}
.drawer__quick-view .product-form__submit {
  font-size: 22px;
  padding-left: 5rem;
  padding-right: 5rem;
}
.drawer__quick-view-ingredients li {
  font-family: var(--heading-font-family-2);
  font-weight: 500;

  background-image: url(/cdn/shop/files/circle-check-solid-teal.svg?v=1712562665);
  background-repeat: no-repeat;
  background-size: 20px 30px;
  list-style-type: none;
  padding-left: 32px;
}
.list-blue .drawer__quick-view-ingredients li {
  background-image: url(/cdn/shop/files/circle-check-solid.svg?v=1712558625);

}
.cart-drawer__progress-bar-sm,
.cart-drawer__upsell-sm,
.drawer__left > .drawer__close{
  display: none;
}
.drawer__left .drawer__close {
  top: 1rem !important;
  right: 2rem !important;
}
.is-empty .cart-drawer .drawer__inner{
  background: #fff;
}
.is-empty .cart-drawer .drawer__left{
  width: 60rem;
}
.cart-drawer .drawer__inner-empty{
  padding: 0;
}
.text-left {
  text-align: left !important;
}
.cart__empty-upsell {
    padding-bottom: 2rem;
}
.cart-drawer__empty-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
.cart-drawer .cart__empty-upsell {
  overflow-y: auto;
  height: 200px;
  flex-grow: 1;
}
.cart-drawer .cart__login-title {
  margin-top: 2rem;
}
.cart__empty-text {
  line-height: 1.5;
}
.drawer__side-padding{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.cart-drawer .cart__empty-text {
  margin: 0 0 3rem;
}
.cart-drawer__upsell-sm .drawer__related-products  {
  background: #fff;
}
/* .drawer__inner-empty {
  height: -webkit-fill-available !important;
} */
cart-drawer-items.is-empty {
  display: none;
}
cart-drawer-items.is-empty+.drawer__footer {
  display: block !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.cart__login-paragraph {
  margin-bottom: 0;
}
.drawer__footer p {
  line-height: 1;
}
.drawer__heading.cart__empty-text {
  font-weight: 400;
  font-family: var(--heading-font-family);
  margin-bottom: 1rem;
  color: var(--color-matisse);
  font-size: 36px;
  line-height: 0.97;
}
p.cart__empty-text {
  max-width: 580px;
  font-size: 18px;
  line-height: 1.4;
}
.cart__empty-text br {
  display: unset;
}
.cart-drawer__discounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-drawer__discounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.totals__total {
  color: #003F4B;
}
h2.discounts__discount,
h4.discounts__discount{
  font-size: 12px;
  margin: 0;
}
.cart-drawer__discounts > * {
  color: var(--color-turquoise);
}
.drawer__footer a {
  font-size: 15px;
}
.cart-drawer ::-webkit-scrollbar {
  width: 3px;
}
.cart-drawer ::-webkit-scrollbar-thumb {
  background-color: var(--color-turquoise);
  border-radius: 100px;
}
.drawer__related-products-item .product-form {
  margin-top: auto;
}
.cart-drawer .drawer__close, .cart-drawer .drawer-quick-view-close{
  color: var(--color-matisse);
}
.cart-drawer .discounts__discount .icon-discount {
  color: #003F4B;
}
.cart-drawer .cart-items .discounts {
  margin-bottom: 10px;
  color: var(--color-matisse);
}
.cart-drawer .cart__checkout-button {
  background: var(--color-turquoise);
  box-shadow: 0 0 0 .2rem var(--color-turquoise);
}
.cart-drawer .cart__checkout-button:hover{
  background: var(--color-matisse);
  box-shadow: 0 0 0 .2rem var(--color-matisse);
}
.slick-slide video {
    width: 100%;
    display: flex;
}
@media screen and (min-width: 750px){
  .cart-drawer .cart-item cart-remove-button {
    margin-top: 0;
  }
  .cart-drawer cart-remove-button .button {
    min-width: unset;
    min-height: unset;
  }
  .cart-drawer .cart-item__media {
    width: 10rem;
  }

}
@media screen and (max-width: 1024px){
  .drawer__right{
    display: none;
  }
  .cart-drawer__progress-bar-sm,
  .cart-drawer__upsell-sm{
    display: block;
  }
  .drawer__left > .drawer__close{
    display: inline-block;
  }
  .drawer__progress p {
    /* max-width: 260px; */
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .drawer__related-products-item .product-form {
    margin-top: 0;
  }
  h2.drawer__heading.cart__empty-text {
    margin-bottom: 1rem;
  }
  .cart-drawer .drawer__heading {
    font-size: 18px;
  }
  .drawer__heading.cart__empty-text {
    font-size: 24px;
  }
  p.cart__empty-text {
    font-size: 16px;
  }
  .cart-drawer .cart__empty-text{
    margin-bottom: 2rem;
  }
  .drawer__left {
    max-width: 100vw;
  }
  .drawer__side-padding{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cart-drawer .cart-items .cart-item__subscribe {
    padding-left: 5px !important;
  }
  .cart-drawer .cart-item select[name=selling_plan], .cart-drawer .product-form select[name=id] {
    padding: 0 5px;
  }
  .drawer__progress-bar {
    padding-bottom: 0;
  }
  .drawer__progress p {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .drawer__progress-bar-foreground{
    max-width: 92%;
  }
  .drawer__progress {
    padding: 2rem 0 0;
  }
  .drawer__related-products-item .product-form {
    /* position: static; */
    flex-grow: 1;
  }
  .drawer__related-products-item-right {
    padding: 0 10px;
  }
  .drawer__related-products-item-left {
    width: 20%;
  }
  .cart-drawer__upsell-sm .drawer__related-products-item-left {
    width: 20%;
  }
  .drawer__quick-view-image {
    display: none;
  }
  .cart__empty-text br {
    display: unset;
  }
  .drawer__related-products-item .product-form__submit {
    min-width: unset;
    min-height: unset;
    padding: 0.5rem 3rem;
    width: auto;
    margin-bottom: 8px;
    border-color: #183E4A;
  }
  a.drawer__related-products-item-quick-view {
    font-size: 14px;
  }
  .drawer__related-products-item .drawer__related-products-item-price {
    margin-bottom: 10px;
  }
  .drawer__related-products-item .product-form__buttons {
    align-items: center;
  }
  .drawer__quick-view-ingredients ul {
    padding-left: 0px;
    margin: 0 auto;
    width: fit-content;
  }
  .cart-item__quantity-text, .cart-item__amount-save {
    display: none !important;
  }
  .drawer__quick-view-content-right{
    width: 100%;
  }
  .cart-drawer .product-option{
    word-break: normal;
    line-height: 1.2;
    margin-bottom: 10px
  }

}


/* Collection Template  */
.shopify-section.collection-grid-section {
  margin: 0;
  background: var(--color-cream);
  padding: 50px 0 100px;
}
.card--product img{
  padding: 10px;
}
.product__grid-container #product-grid {
  margin-top: 0px;
  column-gap: 3rem;
}
.grid--2-col .grid__item {
  width: calc(50% - 1.5rem);
}
.collection__filter-btn {
  font-size: 18px;
  margin-top: 40px;
  display: inline-block;
  padding: 32px 65px;
  color: var(--color-matisse);
  background: transparent;
  border-radius: 8px;
  line-height: 1;
}
.collection__filter-btn:hover {
  color: #fff;
}
.collection-hero__title {
  margin-top: 0px;
  margin-bottom: 30px;
}
.collection-hero__description {
  line-height: 1.5;
  font-size: 18px;
  color: var(--color-matisse);
}
.collection__side-cta {
  max-width: 258px;
  padding: 20px;
  color: var(--color-white);
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--color-matisse);
}
.collection__grid-bottom {
  margin-top: 40px;
}
.collection__grid-bottom-btn {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 1.5;
}
.collection .card-information__text {
  font-size: 18px;
  line-height: 1.05;
}
.product__grid-sticky{
  position: sticky;
  top: 115px;
}
.product__grid-container {
  flex-wrap: wrap;
  display: flex;
  column-gap: 70px;
}

.product__grid-container > div:last-child{
  flex-grow: 1;
}
.collection__filter{
  display: none;
}
.collection__filter.active{
  display: block;
}
.collection__filter h3 {
  font-size: 24px;
  color: var(--color-matisse);
  margin-bottom: 10px;
}
.collection__filter-list {
  display: flex;
  flex-direction: column;
  color: var(--color-matisse);
}
.collection__filter-link {
  color: var(--color-matisse);
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
.collection__filter-link:before {
  content: '';
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.collection__filter-link:hover:before,
.collection__filter-link.active:before{
  background: var(--color-matisse);
}
.collection-hero__description p strong {
  font-size: 22px;
  font-weight: 500;
}
.product__grid-side {
  padding-bottom: 40px;
}
.card-information__wrapper-top {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A7A7A7;
}
.card-information__wrapper-bottom  .card-information__text {
  text-decoration: none !important;
}
.card-information__text {
  color: var(--color-black-900);
  font-weight: 400;
}
.collection__filter-lg{
  display: block;
}
.collection__filter-sm{
  display: none;
}
label[for="collection__filter-select"] {
  color: var(--color-matisse);
  font-size: 16px;
  margin-right: 10px;
}
.collection__filter-sm {
  margin-top: 20px;
  text-align: center;
}
.collection__bottom-cta{
  display: none;
}
.collection__bottom-cta {
  z-index: 999;
  position: fixed;
  bottom: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 15px;
}
.collection__bottom-cta .button {
  margin-top: 0;
  flex-grow: 1;
}
.collection__bottom-cta .collection-hero__description {
  margin-bottom: 20px;
  text-align: center;
}
.card-information .price .price-item {
  margin: 0;
}
.card-information__wrapper-top {
  align-items: flex-end;
}
.card-information .price {
  line-height: 1.5;
  font-size: 18px;
}
h3.card-information__text {
  line-height: 1.5;
}
.product-grid .grid__item:hover .product-form {
  opacity: 1;
}
.product-grid .product-form {
  opacity: 0;
  position: absolute;
  display: block;
  transition: .3s all ease-in-out;
  width: 100%;
  margin-top: 10px;
}
.product-grid .grid__item {
  position: relative;
}
.product-grid .product-form__buttons {
  display: flex;
  border: 1px solid var(--color-matisse);
  border-radius: 5px;
  overflow: hidden;
}
.product-grid .product-form__buttons > * {
  font-size: 18px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-form__link {
  color: var(--color-matisse);
}
.product-form__link:hover {
  color: #fff;
  background: var(--color-turquoise);
}
.card-information .ruk-rating-snippet-count{
  color: var(--color-black-900) !important;
  letter-spacing: 0;
}
.card-information .ruk_rating_snippet {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 750px) {
    .grid--2-col .grid__item {
      width: calc(50% - 3.5rem);
    }
    .product__grid-container #product-grid {
      column-gap: 7rem;
    }
    #ProductGridContainer .product-grid .grid__item {
      padding-bottom: calc(7rem + var(--page-width-margin));
    }
}
@media screen and (min-width: 992px){
  .collection-hero__title {
    font-size: 60px;
  }
  .product__grid-container {
    flex-wrap: nowrap;
  }
  .product__grid-container > div:first-child {
    width: 35%;  
  }
  .product__grid-container > div:last-child {
    width: 65%;
  }
  .product__grid-sticky {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px){
  .product-grid .grid__item .product-form .product-form__link {
    display: none;
  }
  .product-grid .product-form__buttons > * {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .product-grid .product-form {
    opacity: 1;
    position: relative;
  }
}
@media screen and (max-width: 820px){
  .collection__filter-lg{
    display: none;
  }
  .collection__grid-bottom{
    display: none;
  }
  .collection__bottom-cta{
    display: flex;
  }
  .collection-hero__title{
    margin-bottom: 20px;
  }
  .product__grid-container .collection-hero__description,
  .product__grid-container .collection-hero__title{
    text-align: center;
  }
  .collection-hero__description p strong {
    line-height: 1;
  }
  .collection__filter {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .collection__filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
  }
  .collection__filter-btn-wrapper,
  .card-information .ruk_rating_snippet{
    text-align: center;
  }
  .shopify-section.collection-grid-section{
    padding-bottom: 50px;
  }
  .collection__filter-sm{
    display: block;
  }
  .card-information__wrapper-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  h3.card-information__text {
    padding-right: 0;
    text-align: center;
    font-size: 16px;
  }
  .card-information .ruk-rating-snippet-count {
    display: block;
    padding-left: 0;
  }
}


/* Product Form v2 */
.product-with-icon span {
    color: #121212;
    font-weight: 600;
    letter-spacing: 0;
}
.product-with-icon {
    margin-bottom: 20px;
}
.product-form-with-icon .product-variant-selector {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 10px;
}
.product-form-with-icon a.product-variant-item {
    text-align: center;
}
.product-form-with-icon h6.product-variant-title {
  font-size: 16px;
  color: #414141;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  text-transform: capitalize;
  }
.product-form svg.icon.icon-error {
  margin-top: .2rem;
}
.product-variant-selector a {
    width: 100%;
    max-width: 100%;
}
.product-variant-selector a {
    border-radius: 4px;
}
.product-form-with-icon .product-variant-item img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 145px;
    object-fit: contain;
}
a.product-variant-item {
    border: 2px solid #E2E2E2;
    opacity: 0.5;
    padding: 10px;
    display: flex;
    flex-direction: column;

}
a.product-variant-item.active {
    border-color: #00A8BF;
    background: #F2F8F9;
    opacity: 1;
}
.product-variant-item span {
    font-size: 16px;
    color: #303132;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
    font-family: var(--body-font-family);
}
.product-variant-item span.permeal {
    color: #00A8BF;
    margin-top: 3px;
    text-transform: uppercase;
}
.product-variant-item span.permeal span {
    font-size: 12px;
    color: #000000;
}
.two-flavors-image {
    display: flex;
    position: relative;          
}

.two-flavors-image img:last-child {
    position: absolute;
    left: 15px;
    top: 10px;
}
.two-flavors-image img:first-child {
    position: relative;
    left: -15px;
}
.two-flavors-image img.two-products-image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.product-form__error-message-wrapper:not([hidden]) {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.product-form__error-message-wrapper svg {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .7rem;
    margin-top: .2rem;
}
@media screen and (min-width: 768px) {
    .gm-toggle-switch-wrapper.mobile {
        display: none;
    }
}
@media(max-width: 767px){
  .product-form-with-icon .product-variant-selector {
    align-items: stretch;
    gap: 5px !important;
  }
  .product-form-with-icon h6.product-variant-title,
  .product-variant-item span {
      font-size: 12px !important;
  }
}
/* .builder-accordion-detail-open .builder-blocks.css-h47494 {
    border-bottom: 1px solid rgba(39, 99, 118, 0.4);
} */

.builder-accordion-detail.builder-accordion-detail-open:nth-child(2) .builder-blocks.css-h47494{
    border-bottom: unset;
}
.builder-accordion-detail.builder-accordion-detail-open:nth-child(3) .builder-blocks.css-h47494{
    border-bottom: unset;
}
.builder-accordion-detail a{
  color: var(--color-matisse);
}
.cart__ctas .sezzle-checkout-button {
  display: none;
}



 ul.slick-dots button:before {
    display: none;
}
 ul.slick-dots button {
    width: 100%;
    height: 100%;
    padding: 0;
}
 ul.slick-dots li {
    width: 6px;
    height: 6px;
    background-color: var(--color-matisse);
    transition: all 0.3s ease;
    border-radius: 100px;
}
 ul.slick-dots li.slick-active {
    width: 26px;
}

button.needsclick.kl-teaser-RtLTvD,
#frontrow-widget{
  z-index: 999 !important;
}
#frontrow-widget .fr-footer,
#frontrow-widget button.fr-open-widget-button:hover{
  background: var(--color-matisse);
}
#frontrow-widget button.fr-open-widget-button{
  background:  var(--color-turquoise);
}
#frontrow-widget button,
#frontrow-widget .bold{
  color: var(--color-matisse);
}
#frontrow-widget button.fr-dismiss-icon.round path {
  stroke: var(--color-matisse);
}
#shopify-section-header .cart-count-bubble {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
}


/* MCF Fast Badge */
product-form .ddt{
  background-color: transparent;
  margin-top: 20px;
  padding: 0;
}
product-form p.dynamic-delivery-date,
product-form p.toggle_text{
  font-size: 18px;
  text-align: center;
}
product-form .dynamic-delivery-class {
  border: 1.5px solid var(--color-turquoise);
}
product-form .custom-input-form {
  background: transparent;
}

/* Rating Star */
.ruk_rating_snippet i {
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 25%));
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 25%));
}

body.overflow-hidden .breadcrumb-block,
body.overflow-hidden .review-block{
  z-index: 9998;
}


/* Donation */
tooltip.info-icon {
    display: inline-flex;

}
@media screen and (max-width: 767px){
  .tooltip.info-icon svg{
    width: 10px;
    height: 10px;
  }
  tooltip.info-icon {
    top: 3px;
    left: 3px;
  }
}

inspired-announcement-banner{
  display: none;
}

/**/
.article-template__hero-container{
  display:none!important;
}

/* Junip */
.junip-product-review  {
  --junipPrimaryColor: var(--color-matisse);
  --junipButtonColor: var(--color-matisse);
  --junipButtonOutlineColor: #00788E80;
  --junipOutlineColor: #00788E80;
  --junipStarColor: var(--color-matisse);
  --junipButtonTextColor: #fff;
  --junipBorderColor: rgba(0, 0, 0, 0.08);
}
.template-product .junip-product-summary{
  --junipStarColor: #ffd700;
}
.junip-filters-container{
  --junipBorderColor: var(--color-matisse);
}
.junip-product-review-title{
  color: var(--color-matisse);
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
}
.junip-product-summary-stars-wrapper{
  display: flex;
}
.junip-filters-container label{
  font: unset;
  color: unset;
}
.junip-product-review .junip-product-review-container{
  padding: 0;
}
@media screen and (max-width: 767px) {
  .card-information__wrapper .junip-product-summary-stars-wrapper{
    justify-content: center;
  }
  .junip-product-review-title{
    font-size: 32px;
    text-align: center;
  }
  .junip-review-body {
    font-size: 14px;
  }
}

.section_index-2 {
  z-index: 2 !important;
}