/** Shopify CDN: Minification failed

Line 560:2 "max-with" is not a known CSS property
Line 2107:14 Expected ":"

**/
:root{
    --heading-font-family: "editorial_newlight", serif;
    --heading-font-weight: 400;
    --heading-font-style: normal;
    --text-font-family: "pp_moriregular", sans-serif;
    --text-font-weight: 400;
    --text-font-style: normal;
    --green-light: #027E0E;
    --green-dark: #04530C;
    --gray-light: #F8F8F8;
    --white: #FFFFFF;
    --horizontal-spacing-four-products-per-row: 40px;
    --horizontal-spacing-two-products-per-row: 40px;
    --vertical-spacing-four-products-per-row: 80px;
    --vertical-spacing-two-products-per-row: 90px;
}

@font-face{
	font-family: 'editorial_newlight';
	src: url('/cdn/shop/files/editorialnew-light-webfont.woff?v=1697648187') format('woff2'),
		 url('/cdn/shop/files/editorialnew-light-webfont.woff2?v=1697648187') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'pp_moriregular';
	src: url('/cdn/shop/files/ppmori-regular-webfont.woff2?v=1697648474') format('woff2'),
		 url('/cdn/shop/files/ppmori-regular-webfont.woff?v=1697648474') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'pp_morisemibold';
	src: url('/cdn/shop/files/ppmori-semibold-webfont.woff2?v=1697648474') format('woff2'),
		 url('/cdn/shop/files/ppmori-semibold-webfont.woff?v=1697648474') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*GRIDS*/

.layout{
  overflow: hidden;
}

.grid{
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  width: calc(100% - 160px);
}

.row{
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.h-items-center{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.h-items-end{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.h-items-around{
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.h-items-between{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.v-items-full{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.v-items-top{
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.v-items-center{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.v-items-bottom{
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.col{
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: inherit !important;
    position: relative;
}

.col-flex{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
    position: relative;
}

.col-auto{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto !important;
    position: relative;
}

/*COLORS*/

.b-white{background-color: var(--white);}
.t-white{color: var(--white);}

.b-green-light{background-color: var(--green-light);}
.t-green-light{color: var(--green-light);}

.b-green-dark{background-color: var(--green-dark);}
.t-green-dark{color: var(--green-dark);}

.b-gray-light{background-color: var(--gray-light);}
.t-gray-light{color: var(--gray-light);}

/*TEXT*/

.t-serif{
  font-family: var(--heading-font-family) !important;
}

.t-left{text-align: left;}

.t-center{text-align: center;}

.t-right{text-align: right;}

.slb-header h1, .slb-header h2,.slb-header h3,.slb-header h4,.slb-header h5,.slb-header h6, 
.slb-content h1, .slb-content h2,.slb-content h3,.slb-content h4,.slb-content h5,.slb-content h6{
  line-height: 1.2em;
  margin: 0;
}

.slb-content p, 
.slb-content ul, 
.slb-content ol{
  font-size: inherit;
  line-height: 1.5em;
}

.t-16{font-size: 16px;}

.t-18{font-size: 18px;}

.t-20{font-size: 20px;}

.t-24{font-size: 24px;}

.t-32{font-size: 32px;}

.t-48{font-size: 48px;}

.t-56{font-size: 56px;}

.t-64{font-size: 64px;}

.t-80{font-size: 80px;}

.t-100{font-size: 100px;}

.t-132{font-size: 132px;}

/*HEADS*/

.Heading{
  letter-spacing: normal !important;
  line-height: 1.2em !important;
  text-transform: none !important;
}

/*BUTTONS*/

.Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev>a, .spr-pagination-next>a{
  border-radius: 3em;
  font-family: var(--text-font-family) !important;
  font-size: 18px !important;
  letter-spacing: initial !important;
  padding: 10px 32px;
  overflow: hidden;
  transition: all ease-out .3s;
}

.Button:before, .shopify-payment-button__button--unbranded:before, input.spr-button-primary:before, .spr-summary-actions-newreview.spr-summary-actions-newreview:before, .spr-button-primary:not(input):before, .spr-pagination-prev>a:before, .spr-pagination-next>a:before{
  transition: all ease-out .3s;
}

.Button:hover, .shopify-payment-button__button--unbranded:hover, input.spr-button-primary:hover, .spr-summary-actions-newreview:hover, .spr-button-primary:not(input):hover, .spr-pagination-prev>a, .spr-pagination-next>a:hover{
  background-color: var(--green-dark) !important;
  color: #ffffff !important;
}

.Button:hover:before, .shopify-payment-button__button--unbranded:hover:before, input.spr-button-primary:hover:before, .spr-summary-actions-newreview.spr-summary-actions-newreview:hover:before, .spr-button-primary:not(input):hover:before, .spr-pagination-prev>a:hover:before, .spr-pagination-next>a:hover:before{
  background-color: var(--green-dark) !important;
}

.Button.collection-cta input[type=submit]{
  padding: 0;
}

.rebuy-button, .rebuy-widget .rebuy-button, .rebuy-cart__flyout-empty-cart a{
  background: #027E0E !important;
  border-color: #027E0E !important;
}

/*//////////////////////////
HEADER
//////////////////////////*/

/*ANNOUNCEMENT BAR*/

.AnnouncementBar .Heading{
  font-size: 21px !important;
  letter-spacing: 2px !important;
}

/*MENU*/

.Header--logoLeft .Header__FlexItem--fill{
  justify-content: flex-end;
}

.Header__MainNav > ul > li > a.Heading{
  text-transform: uppercase !important;
}

nav .Heading{
  font-family: var(--text-font-family);
  color: var(--green-light) !important;
}

#section-header.Header .Header__CartDot{
  box-shadow: 0 0 0 2px #ffffff;
  background-color: var(--green-light);
}

#section-header.Header .Header__Icon svg{
  -webkit-filter: none !important;
  filter: none !important;
}

#section-header .Header__FlexItem--fill .Header__Icon svg path{
  fill: var(--green-light) !important;
}

#section-header .Header__Icon svg g{
  stroke: var(--green-light) !important;
}

#section-header .Header__FlexItem--fill .Header__Icon svg g path{
  fill: none !important;
}

.MegaMenu .MegaMenu__Title{
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

/*//////////////////////////
FOOTER
//////////////////////////*/

.footer{
  padding: 50px 0;
}

#section-footer .Container{
  padding: 0 50px;
}

.footer-logo{
  margin-bottom: 60px;
  max-width: 200px;
}

#section-footer .Heading{
  font-family: var(--text-font-family) !important;
}

.Footer__Block .Rte p, 
.Footer__Block .Linklist{
  font-size: 16px !important;
}

.Footer__Block .Rte p strong{
  color: var(--green-light);
}

.Footer__Block .Footer__Title{
  font-size: 20px;
  margin-bottom: 30px !important;
}

.Footer__Social{
  margin-top: 50px;
}

.Footer__Block--newsletter{
  flex-basis: 360px;
}

#section-footer .Form__Input{
  border-color: var(--green-light);
  border-radius: 5px;
}

#section-footer .Form__Submit{
  border-radius: 5px;
  margin-top: 12px;
  width: 100%;
}

.Footer__Aside{
  border-color: var(--green-light);
  padding-top: 40px;
}

.Footer__Copyright, 
.Footer__Copyright .u-h7, 
.Footer__Copyright .u-h8{
  font-size: 18px;
  text-transform: uppercase !important;
}

.Footer__Contact p{
  font-size: 18px;
}

.Footer__Contact p a{
  word-wrap: break-word;
}

.Footer__Contact p a + a{
  margin-left: 40px;
}

/*//////////////////////////
HOME
//////////////////////////*/

/*MAIN SLIDESHOW*/

.Slideshow__Content{
  margin-top: 50px;
  padding: 0 160px;
}

.Slideshow__Content--centerLeft .SectionHeader{
    max-width: 420px;
}

.Slideshow__Content .SectionHeader .Heading{
  font-size: 80px !important;
  line-height: 1em !important;
  margin-top: 16px !important;
}

.Slideshow__Content .SectionHeader .SectionParagraph__text{
  font-size: 16px !important;
  line-height: 1.5em !important;
  margin-top: 1em !important;
}

.SectionHeader__ButtonWrapper{
  margin-top: 50px !important;
}

/*CUSTOM TEXT ICON HOME*/

.custom-icon-section .grid{
  max-width: 1100px;
  padding-bottom: 70px;
  padding-top: 70px;
}

.custom-icon-section .row{
  align-items: flex-end;
}

.custom-icon-section img{
  max-width: 130px;
}

.custom-icon-section .slb-header, 
.custom-icon-section .slb-content{
  padding: 0 60px;
}

/*COLLECTION HOME*/

[data-section-type="featured-collections"]{
  background-color: var(--gray-light);
  padding: 100px 0 !important;
}

[data-section-type="featured-collections"] .SectionHeader{
  margin-bottom: 90px;
}

[data-section-type="featured-collections"] .SectionHeader .SectionHeader__Heading{
  font-size: 64px !important;
}

/*CENTER INFO*/

.custom-center-info-section .grid{
  padding-bottom: 100px;
  padding-top: 100px;
}

.custom-center-info-section .slb-subtitle{
  margin-bottom: 20px;
}

.custom-center-info-section .slb-content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 700px;
}

.custom-center-info-section .slb-content:empty{
  margin-top: 0 !important;
}

.custom-center-info-section .slb-content.big{
  max-width: 900px;
}

.custom-center-info-section .Button:not(:first-child), 
.slb-page-simple-header .Button:not(:first-child){
  margin-top: 60px;
}

.section-custom-highlights .slb-highlight{
  border-radius: 15px;
  margin: 10px;
  max-width: calc(25% - 20px);
  padding: 40px 35px;
}

.section-custom-highlights .slb-highlight img{
  max-width: 96px;
}

.section-custom-highlights .slb-highlight-title{
  margin-bottom: 5px;
  margin-top: 40px;
  line-height: 1.2em;
}

.section-custom-highlights .slb-highlight .slb-content{
  margin-top: 0;
}

/*BENEFITS INFO*/

.custom-benefits-section{
  background-color: var(--gray-light);
}

.custom-benefits-section .grid{
  padding-bottom: 100px;
  padding-top: 100px;
}

.custom-benefits-section .row + .row{
  margin-top: 60px;
}

.custom-benefits-section .slb-info .slb-subtitle{
  margin-bottom: 20px;
}

.custom-benefits-section .slb-info .slb-title{
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.custom-benefits-section .slb-info .slb-content{
  margin: 30px auto 0;
  max-width: 500px;
}

.custom-benefits-section .slb-benefit{
  background-color: #ffffff;
  border-radius: 15px;
  margin: 15px;
  max-width: calc(33.33333% - 30px);
  padding: 40px;
}

.custom-benefits-section .slb-benefit img{
  border-radius: 50%;
  margin-bottom: 40px;
  overflow: hidden;
}

/*RICH TEXT IMAGE*/

.custom-rich-text-image-section .slb-info{
  max-with: 460px;
  padding: 200px 0;
  width: 90%;
}

.custom-rich-text-image-section .slb-subtitle{
  margin-bottom: 20px;
}

.custom-rich-text-image-section .slb-content{
  margin-top: 20px;
  max-width: 500px;
}

.custom-rich-text-image-section .slb-content ul{
  list-style: none;
  margin-top: 50px;
}

.custom-rich-text-image-section .slb-content ul li{
  padding-left: 20px;
  position: relative;
}

.custom-rich-text-image-section .slb-content ul li + li{
  margin-top: .75em;
}

.custom-rich-text-image-section .slb-content ul li::before{
  background-color: var(--green-light);
  border-radius: 50%;
  content: '';
  left: 0;
  margin-top: -5px;
  height: 10px;
  position: absolute;
  top: .75em;
  width: 10px;
}

.slb-item-list-container{
  margin-top: 50px;
}

.slb-item-list-image{
  padding-left: 50px;
  position: relative;
}

.slb-item-list-image + .slb-item-list-image{
  margin-top: .75em;
}

.slb-item-list-image img{
  left: 0;
  margin-top: -15px;
  height: 30px;
  position: absolute;
  top: .75em;
  width: 30px;
}

.custom-rich-text-image-section .Button{
  margin-top: 40px;
}

.custom-rich-text-image-section img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-rich-text-image-section .v-items-full .col > img, 
.custom-rich-text-image-section .v-items-full .col-flex > img{
  height: 100%;
  left: 0;
  max-width: initial !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 50vw;
}

.custom-rich-text-image-section .v-items-full > .col:first-child > img, 
.custom-rich-text-image-section .v-items-full > .col-flex:first-child > img{
  left: inherit;
  right: 0;
}

/*TESTIMONIALS*/

.owl-item.active{
  font-weight: initial !important;
  border: none !important;
}

.custom-testimonials-section{
  background-color: var(--gray-light);
}

.custom-testimonials-section .grid{
  max-width: 1200px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.slb-slider-testimonial{
  margin-top: 60px;
}

.slb-slider-testimonial .slb-profile{
  margin-right: 120px;
  max-width: 320px;
  text-align: center;
}

.slb-slider-testimonial .slb-profile img{
  border-radius: 50%;
  overflow: hidden;
}

.slb-slider-testimonial .slb-profile .slb-title{
  color: var(--green-light);
  margin-top: 20px;
}

.slb-slider-testimonial .slb-content{
  background-color: #ffffff;
  border-radius: 20px;
  margin: 50px 0 30px;
  position: relative;
  padding: 80px 100px;
}

.slb-slider-testimonial .slb-content .slb-quote-symbol{
  color: var(--green-light);
  font-size: 400px;
  left: 20px;
  line-height: .8em;
  pointer-events: none;
  position: absolute;
  top: -30px;
}

/*CUSTOM FAQS*/

.custom-faqs-section .grid{
  padding-bottom: 120px;
  padding-top: 120px;
}

.custom-faqs-section .slb-content{
  margin-top: 40px;
}

.slb-toggle{
  border-bottom: solid 1px var(--green-dark);
}

.slb-toggle-action{
  cursor: pointer;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 30px 40px;
  position: relative;
}

.slb-toggle-action.slb-action-left{
  padding-right: 0 !important;
}

.slb-toggle-action.slb-action-right{
  padding-left: 0 !important;
}

.slb-toggle-action::before, 
.slb-toggle-action::after{
  background-color: var(--green-dark);
  content: '';
  height: 4px;
  margin-top: 28px;
  position: absolute;
  top: .5em;
  transition: all ease-out .3s;
  width: 20px;
}

.slb-toggle-action.slb-action-left::before, 
.slb-toggle-action.slb-action-left::after{
  left: 0;
}

.slb-toggle-action.slb-action-right::before, 
.slb-toggle-action.slb-action-right::after{
  right: 0;
}

.slb-toggle-action::after{
  transform: rotate(-90deg);
}

.slb-toggle.slb-active .slb-toggle-action::after{
  transform: rotate(0);
}

.slb-toggle-content{
  display: none;
  padding: 0 40px 30px;
}

.slb-toggle-action.slb-action-left + .slb-toggle-content{
  padding-right: 0 !important;
}

.slb-toggle-action.slb-action-right + .slb-toggle-content{
  padding-left: 0 !important;
}

/*//////////////////////////
SUBSCRIBE AND SAVE
//////////////////////////*/

#shopify-section-subscribe-save-custom-highlights .section-custom-highlights .slb-highlight{
  padding: 40px 20px;
}

#shopify-section-subscribe-save-custom-highlights .section-custom-highlights .slb-highlight-title{
  margin-bottom: 16px;
}

.slb-step{
  border-radius: 15px;
  margin: 10px;
  max-width: calc(33.33% - 20px);
  padding: 40px 20px;
}

.slb-step .slb-step-number{
  background-color: var(--gray-light);
  border-radius: 30px;
  display: inline-block;
  margin: 0;
  margin-top: 40px;
  padding: 5px;
  line-height: 1.5em;
  min-width: 50px;
}

.slb-step .slb-step-dot{
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin-top: 20px;
  opacity: .5;
  width: 20px;
}

.slb-step .slb-step-title{
  margin-top: 40px;
  line-height: 1.2em;
}

.slb-step .slb-content{
  margin-top: 0;
}

#shopify-section-subscribe-save-custom-steps.custom-center-info-section .Button{
  margin-top: 20px;
}

/*//////////////////////////
LOYALTY PROGRAM
//////////////////////////*/

/*STRUCTURE*/

.slb-structure .grid{
  width: calc(100% - 80px);
}

.slb-structure .slb-content{
  max-width: 780px !important;
}

.slb-structure .slb-benefit{
  background-color: var(--gray-light);
  border-radius: 64px 64px 12px 12px;
  padding: 40px 32px;
}

.slb-structure .slb-benefit .slb-title{
  border-bottom: solid 1px #8ADA96;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.slb-structure .slb-benefit .slb-content ul{
  list-style: none;
  margin-top: 0;
}

.slb-structure .slb-benefit .slb-content ul li{
  padding-left: 20px;
  position: relative;
}

.slb-structure .slb-benefit .slb-content ul li + li{
  margin-top: .75em;
}

.slb-structure .slb-benefit .slb-content ul li::before{
  background-color: #8ADA96;
  border-radius: 50%;
  content: '';
  left: 0;
  margin-top: -5px;
  height: 10px;
  position: absolute;
  top: .75em;
  width: 10px;
}

/*POINTS*/

.custom-points-section .col-flex{
  margin-bottom: 72px;
}

.slb-point .slb-point-title, 
.slb-point .slb-content{
  margin: 0 !important;
}

.slb-point .slb-point-title{
  margin-bottom: 50px !important;
  position: relative;
}

.slb-point .slb-point-title::after{
  background-color: #8ADA96;
  border-radius: 16px;
  content: '';
  display: block;
  left: -10px;
  margin-top: 16px !important;
  position: absolute;
  top: 100%;
  height: 16px;
  width: calc(100% + 20px);
}

@media screen and (max-width: 767px){
  .slb-point .slb-point-title, 
  .slb-point .slb-content{
    display: inline-block;
    margin: 0 !important;
    padding: 10px 40px;
    vertical-align: middle;
    width: 50%;
  }

  .slb-point .slb-point-title{
    text-align: right;
  }

  .slb-point .slb-content{
    text-align: left;
  }
  
  .slb-point .slb-point-title::after{
    left: 100%;
    margin-left: -8px;
    margin-top: -10px !important;
    top: 0;
    height: calc(100% + 20px);
    width: 16px;
  }
}

/*//////////////////////////
ABOUT
//////////////////////////*/

/*ABOUT HEADER*/

.slb-page-simple-header{
  background-color: var(--gray-light);
  padding: 180px 40px 80px;
}

.slb-page-simple-header .slb-subtitle{
  margin-bottom: 20px;
}

.slb-page-simple-header .slb-content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 700px;
}

/*ABOUT RICH TEXT IMAGE*/

.about-custom-rich-text-image-section .grid{
  max-width: 1200px;
  padding-bottom: 100px;
  padding-top: 100px;
}


.about-custom-rich-text-image-section .row{
  min-height: 640px;
}

.about-custom-rich-text-image-section .slb-info{
  border-left: solid 3px var(--green-dark);
  margin-top: 140px;
  max-width: 480px;
  padding-left: 50px;
  position: relative;
}

.about-custom-rich-text-image-section .slb-info::before{
  background-color: var(--green-dark);
  border-radius: 50%;
  content: '';
  height: 10px;
  left: -5px;
  position: absolute;
  top: -140px;
  width: 10px;
  
}

.about-custom-rich-text-image-section .slb-subtitle{
  margin-bottom: 20px;
}

.about-custom-rich-text-image-section .slb-content{
  margin-top: 40px;
}

.about-custom-rich-text-image-section .slb-content ul{
  list-style: none;
  margin-top: 50px;
}

.about-custom-rich-text-image-section .slb-content ul li{
  padding-left: 50px;
  position: relative;
}

.about-custom-rich-text-image-section .slb-content ul li + li{
  margin-top: .75em;
}

.about-custom-rich-text-image-section .slb-content ul li::before{
  background-color: var(--green-light);
  border-radius: 50%;
  content: '';
  left: 0;
  margin-top: -15px;
  height: 30px;
  position: absolute;
  top: .75em;
  width: 30px;
}

.about-custom-rich-text-image-section .slb-content .slb-toggle{
  border-color: var(--green-light);
}

.about-custom-rich-text-image-section .slb-content .slb-toggle-action{
  color: var(--green-light);
}

.about-custom-rich-text-image-section .slb-content .slb-toggle-action::before, 
.about-custom-rich-text-image-section .slb-content .slb-toggle-action::after{
  background-color: var(--green-light);
}

.about-custom-rich-text-image-section .Button{
  margin-top: 40px;
}

.about-custom-rich-text-image-section .slb-image-container{
  height: 100%;
  right: 0;
  max-height: 900px !important;
  max-width: 540px !important;
  position: absolute;
  top: 0;
  width: 50vw;
}

.about-custom-rich-text-image-section .slb-image-container::before, 
.about-custom-rich-text-image-section .slb-image-container::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.about-custom-rich-text-image-section .slb-image-container::after{
  transform: rotate(180deg);
  left: 100%;
  top: 100%;
  margin-left: -120px;
  margin-top: -120px;
}

.about-custom-rich-text-image-section img{
  height: 100%;
  right: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-custom-rich-text-image-section .slb-about-rich-text-secondary{
  background-color: var(--gray-light);
}

.about-custom-rich-text-image-section .slb-about-rich-text-secondary .row{
  flex-direction: row-reverse;
}

.about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-info{
  float: right;
  max-width: 540px !important;
}

.about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container{
  left: 0;
  max-width: 480px !important;
  right: inherit;
}

.about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container::before, 
.about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container::after, 
.about-custom-rich-text-image-section .b-gray-light .slb-image-container::before, 
.about-custom-rich-text-image-section .b-gray-light .slb-image-container::after{
  border-color: var(--gray-light) transparent transparent transparent !important;
}

/*ABOUT IMAGE*/

.about-custom-image-section img{
  width: 100%;
}

/*ABOUT CENTER INFO*/

.about-custom-center-info-section{
  background-color: var(--gray-light);
}

.about-custom-center-info-section .grid{
  padding-bottom: 100px;
  padding-top: 100px;
}

.about-custom-center-info-section .slb-subtitle{
  margin-bottom: 20px;
}

.about-custom-center-info-section .slb-content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 700px;
}

.about-custom-center-info-section .Button{
  margin-top: 60px;
}

/*//////////////////////////
COLLECTIONS PAGE
//////////////////////////*/

/*LIST COLLECIONS*/

#section-list-collections-template .PageHeader{
  background-color: var(--gray-light);
  margin: 0;
  padding: 180px 40px 80px;
}

#section-list-collections-template .PageHeader .SectionHeader__Heading{
  font-size: 80px !important;
  line-height: 1em !important;
}

.CollectionList--spaced{
  margin: 20px 0;
  padding: 0 15px;
}

.CollectionItem__Content{
  padding: 0 30px;
  text-align: center;
}

.CollectionItem__Wrapper{
  border-radius: 15px;
  height: 480px;
}

@media screen and (min-width: 641px){
  .CollectionList--spaced{
    margin: 50px 0;
    padding: 0 35px;
  }
}

@media screen and (min-width: 1140px){
  .CollectionItem{
    min-width: 33.33333%;
  }
  
  .CollectionItem__Wrapper{
    height: 510px;
  }
}

.CollectionItem__Content .SectionHeader__Heading{
  font-size: 24px !important;
  line-height: 1.2em !important;
}

.CollectionItem__Content .SectionHeader__ButtonWrapper{
  margin-top: 20px !important;
}

.CollectionItem__Content .CollectionItem__Link{
  border-color: transparent !important;
}

.CollectionItem--thumbnail .CollectionItem__Wrapper{
  background-image: none !important;
  background-color: var(--gray-light) !important;
}

.CollectionItem--thumbnail .CollectionItem__Content .SectionHeader__Heading{
  color: var(--green-dark) !important;
}

.slb-thumbnail-collection{
  height: 290px;
  margin-bottom: 30px;
  object-fit: contain;
  width: 100%;
}

.CollectionItem--thumbnail .CollectionItem__Content .CollectionItem__Link{
  color: #ffffff !important;
}

.CollectionItem--thumbnail .CollectionItem__Content .CollectionItem__Link::before{
  background-color: var(--green-light) !important;
}

.CollectionItem--thumbnail .CollectionItem__Content .CollectionItem__Link:hover::before{
  background-color: var(--green-dark) !important;
}

/*COLLECTION*/

#shopify-section-collection-template .PageHeader--small.PageHeader--withBackground{
  background: none !important;
  background-color: var(--gray-light) !important;
  min-height: initial !important;
}

#shopify-section-collection-template .PageHeader--withBackground .Container{
  padding: 180px 40px 80px;
}

#shopify-section-collection-template .PageHeader--withBackground .SectionHeader.SectionHeader{
  margin: 0 !important;
  padding: 0 !important;
}

#shopify-section-collection-template .PageHeader__ImageWrapper{
  display: none !important;
}

.template-collection .PageHeader--withBackground .Heading{
    font-size: 80px !important;
    letter-spacing: initial !important;
    line-height: 1em !important;
    color: var(--green-dark);
    font-weight: 400;
}

.template-collection .CollectionToolbar{
  overflow: hidden;
}

.template-collection .filters-toolbar__product-count{
  display: block;
  float: left;
  line-height: 48px;
}

.template-collection .CollectionToolbar__Group{
  float: right;
}

/*TOOLBAR FILTERS*/

.CollectionToolbar__Group .CollectionToolbar__Item{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/*//////////////////////////
PRODUCT GRID
//////////////////////////*/

.ProductList .Grid__Cell{
  vertical-align: top;
}

.ProductItem__Info .stamped-product-reviews-badge{
  margin-bottom: 10px;
}

.ProductItem__Info .ProductItem__Title{
  margin-bottom: 20px;
}

.ProductItem__Info h2.ProductItem__Title.Heading, 
.ProductItem__Info .Price{
  font-size: 24px;
  color: var(--green-dark);
}

/*.ProductItem__Info .ProductItem__Title a{
  min-height: 2.4em;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}*/

.ProductItem__Info .Price.Price--compareAt{
  font-size: 16px;
  opacity: .5;
}

/*//////////////////////////
PRODUCT DETAIL
//////////////////////////*/

.template-product .Product{
  max-width: 100%;
}

.template-product .Product__Wrapper{
  max-width: 100%;
}

/*PRODUCT GALLERY*/

.template-product .Product__Gallery{
  margin-left: 0;
  margin-top: 100px;
  padding-left: 5%;
  width: 50%;
}

.template-product .Product__Thumbnail--stack.Product__Gallery--withThumbnails .Product__Slideshow{
  padding-left: 0 !important;
}

.template-product .Product__Thumbnail--stack .Product__SlideshowNav{
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  margin: 10px 0 !important;
  height: initial !important;
}

.template-product .Product__Thumbnail--stack .Product__SlideshowNav .Product__SlideshowNavScroller{
  width: 100%;
}

.template-product .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage{
    display: inline-block;
}

/*PRODUCT INFO*/

.template-product .Product__InfoWrapper{
  width: 50%;
}

.template-product .Product__Info{
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
}

.template-product .Product__Info > .Container{
  padding-top: 40px;
}

.template-product .ProductMeta{
  text-align: left;
}

.template-product .ProductMeta__Vendor{
  margin-bottom: 0 !important;
}

.template-product .ProductMeta__Title{
  font-size: 80px !important;
  letter-spacing: initial !important;
  line-height: 1em !important;
  margin-bottom: 20px !important;
}

.template-product .ProductMeta .stamped-badge .stamped-starrating{
  display: none !important;
}

.template-product .ProductMeta .stamped-badge > span{
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.symbol-mark{
    font-size: .5em;
    vertical-align: super;
}

.template-product .ProductMeta .stamped-badge .slb-stars{
  margin: 0 20px;
}

.template-product .Product__InfoWrapper .rc-option__price.rc_widget__price{
  float: right !important;
}

.template-product .Product__InfoWrapper .rc-container > .rc_popup{
  display: none !important;
}

.slb-stars{
  background-color: rgba(2, 126, 14, .5);
  display: inline-block;
  -webkit-mask: url("//www.gonutrients.com/cdn/shop/t/52/assets/stars.svg?v=114961861975950001741783598557") no-repeat center;
          mask: url("//www.gonutrients.com/cdn/shop/t/52/assets/stars.svg?v=114961861975950001741783598557") no-repeat center;
  -webkit-mask-size: contain;
       -o-mask-size: contain;
          mask-size: contain;
  width: 103px;
}

.slb-stars .slb-total-stars{
  background-color: #FFC000;
  height: 16px;
}

.template-product .ProductMeta .ProductMeta__PriceList{
  margin-top: 60px;
}

.template-product .ProductForm .QuantitySelector{
  border: none !important;
  margin-left: -14px;
}

/*PRODUCT HIGHLIGHTS*/

#shopify-section-custom-product-highlights .slb-intro-container{
  margin-bottom: 40px;
}

#shopify-section-custom-product-highlights .slb-highlight{
  border-radius: 15px;
  margin: 10px;
  max-width: calc(16.6666% - 20px);
  padding: 40px 35px;
}

#shopify-section-custom-product-highlights .slb-highlight img{
  max-width: 96px;
}

#shopify-section-custom-product-highlights .slb-highlight-title{
  margin-top: 40px;
  line-height: 1.2em;
}

/*PRODUCT CENTER INFO*/

.template-product .custom-center-info-section .t-132{
  font-size: 96px;
}

/*PRODUCT BENEFITS*/

#shopify-section-custom-product-benefits .grid{
  max-width: 1200px;
  padding-bottom: 100px;
  padding-top: 100px;
}

#shopify-section-custom-product-benefits .slb-image-container{
  max-width: 55%;
  margin-right: 80px;
}

#shopify-section-custom-product-benefits .v-items-full img{
  width: 100%;
}

#shopify-section-custom-product-benefits .slb-header, 
#shopify-section-custom-product-benefits .slb-content{
  margin: 0;
  margin-left: auto;
  max-width: 480px;
  width: 100%;
}

#shopify-section-custom-product-benefits .slb-header{
  margin-bottom: 70px;
}

#shopify-section-custom-product-benefits .slb-benefit + .slb-benefit{
  margin-top: 60px;
}

#shopify-section-custom-product-benefits .slb-benefit-title{
  border-bottom: solid 1px var(--green-light);
  margin-bottom: 16px !important;
  padding-bottom: 16px;
}

/*PRODUCT REVIEWS*/

.slb-slider-reviews{
  margin-top: 40px;
}

.slb-product-review{
  border-radius: 12px;
  padding: 30px 15px;
}

.slb-product-review .slb-content{
  margin: 30px 0;
}

/*PRODUCT INGREDIENTS*/

#shopify-section-custom-product-ingredients .grid{
  max-width: 1200px;
  padding-bottom: 100px;
  padding-top: 100px;
}

#shopify-section-custom-product-ingredients .slb-image-container{
  max-width: 65%;
  padding-left: 40px;
}

#shopify-section-custom-product-ingredients .slb-intro-container{
  margin-bottom: 60px;
}

#shopify-section-custom-product-ingredients .slb-content{
  margin-top: -30px;
  max-width: 320px;
}

/*PRODUCT FAQS*/

.template-product .custom-faqs-section{
  background-color: var(--gray-light);
}

/*PRODUCT REVIEWS*/

.template-product #reviews{
  background-color: #ffffff;
}

.template-product #reviews > .Collapsible{
  border: none !important;
  margin: 0 !important;
}

.template-product #reviews .SectionHeader{
    padding-top: 120px;
}

.template-product #reviews .SectionHeader__Heading{
  font-size: 64px !important;
}

/*//////////////////////////
FAQS PAGE
//////////////////////////*/

#shopify-section-page-faq-template{
  padding-top: 120px;
}

#shopify-section-page-faq-template .slb-title{
  margin-bottom: 80px;
}

#shopify-section-page-faq-template .slb-separator{
  margin-bottom: 60px;
}

#shopify-section-page-faq-template .slb-toggle + .slb-header{
  margin-top: 120px;
}

/*//////////////////////////
DAFAULT PAGE
//////////////////////////*/

.slb-default-page-content h1, 
.slb-default-page-content h2, 
.slb-default-page-content h3, 
.slb-default-page-content h4, 
.slb-default-page-content h5, 
.slb-default-page-content h6{
  color: var(--text-color) !important;
  font-family: var(--heading-font-family) !important;
}

.slb-default-page-content .our-guarantee-section{
  border: none !important;
  padding: 0;
}

.features--heading-uppercase .Rte h1, .features--heading-uppercase .Rte h2, .features--heading-uppercase .Rte h3, .features--heading-uppercase .Rte h4, .features--heading-uppercase .Rte h5, .features--heading-uppercase .Rte h6{
  letter-spacing: initial !important;
}

/*//////////////////////////
AFFILIATE PAGE
//////////////////////////*/

#shopify-section-affiliate-custom-highlights .section-custom-highlights .slb-highlight{
  margin: 10px 0;
  max-width: 400px;
  padding: 20px 10px;
}

#shopify-section-affiliate-custom-highlights .section-custom-highlights .slb-highlight img{
  max-width: 120px;
  width: 90%;
}

#shopify-section-affiliate-custom-highlights .section-custom-highlights .slb-highlight-title{
  margin-bottom: 20px;
  margin-top: 0;
}

#shopify-section-affiliate-custom-highlights .section-custom-highlights .slb-highlight-title::before{
  background-color: #8ADA96;
  content: '';
  display: block;
  height: 2px;
  margin: 40px auto;
  width: 80px;
}

#shopify-section-affiliate-custom-rich-text-image .t-56{
  font-size: 32px;
}

#shopify-section-affiliate-custom-rich-text-image .slb-txt{
  margin-bottom: 40px;
}

.empty-toggle .slb-toggle-action{
  cursor: initial;
  padding-left: 40px !important;
}

.empty-toggle .slb-toggle-action::before, .empty-toggle .slb-toggle-action::after{
  display: none;
}

.empty-toggle .slb-toggle-action::before{
  background-color: var(--green-light);
  border-radius: 50%;
  display: block;
  content: '';
  height: 12px;
  left: 0;
  margin-top: 22px;
  position: absolute;
  top: .5em;
  transition: all ease-out .3s;
  width: 12px;
}

#shopify-section-affiliate-custom-rich-text-image.about-custom-rich-text-image-section .slb-info .slb-content{
  max-width: 400px;
}

#shopify-section-affiliate-custom-rich-text-image.about-custom-rich-text-image-section .slb-image-container{
  bottom: 0;
  max-height: 640px !important;
  top: inherit;
}

/*//////////////////////////
WHY LIQUID SUPPLEMENTS PAGE
//////////////////////////*/

#shopify-section-why-liquid-supplements-custom-highlights.custom-benefits-section .row + .row{
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}

#shopify-section-why-liquid-supplements-custom-highlights .section-custom-highlights .slb-highlight{
  margin: 15px 30px;
  max-width: calc(33.3% - 60px);
}

#shopify-section-why-liquid-supplements-custom-rich-text-image.about-custom-rich-text-image-section .slb-info{
  max-width: 520px;
}

#shopify-section-why-liquid-supplements-custom-rich-text-image.about-custom-rich-text-image-section .slb-info .slb-content{
  max-width: 400px;
}

#shopify-section-why-liquid-supplements-custom-center-info.custom-center-info-section .slb-content{
  max-width: 1110px;
}

/*//////////////////////////
SITE MAP
//////////////////////////*/

#djp-content{
  padding-top: 100px !important;
}

/*//////////////////////////
LOGIN
//////////////////////////*/

.template-login #main{
  padding-top: 60px !important;
}

/*//////////////////////////
RESPONSIVE
//////////////////////////*/

/*MENU*/

@media screen and (max-width: 1139px){
  #section-header.Header{
    background-color: #ffffff !important;
    box-shadow: none !important;
  }

  .AnnouncementBar__Wrapper, 
  #section-header .Header__Wrapper{
    padding: 10px 20px !important;
  }

  #section-header .Header__FlexItem--fill:first-child{
    justify-content: flex-start;
  }

  #section-header .Header__LogoImage{
    max-width: 200px;
  }

  #section-header .Header__Icon span.hidden-tablet-and-up{
      display: none !important;
  }

  #section-header .Header__Icon span.hidden-phone{
    display: block !important;
  }

  #section-header .Header__Icon .Icon--nav-desktop{
    height: 17px;
    width: 24px;
  }

  #section-header .Header__Icon .Icon--account{
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
  }

  #section-header .Header__Icon .Icon--search-desktop{
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
  }

  #section-header .Header__Icon .Icon--cart-desktop{
    height: 23px;
    width: 19px;
  }
}

@media screen and (max-width: 767px){
  .AnnouncementBar .Heading{
    font-size: 16px!important;
  }
}

@media screen and (max-width: 420px){
  .AnnouncementBar .Heading{
    font-size: 14px!important;
  }
}

@media screen and (max-width: 380px){
  .AnnouncementBar__Wrapper{
    padding: 10px 10px!important;
  }
  
  #section-header .Header__LogoImage{
    max-width: 150px;
  }
  
  #section-header .Header__Icon .Icon--search-desktop{
    display: none !important;
  }
}

/*FOOTER*/

@media screen and (max-width: 1176px){
  .Footer{
    padding: 75px 0 42px;
  }
  
  .Footer__Block{
    flex-basis: 50% !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 980px){
  #section-footer .Container{
    padding: 0 40px;
  }
  
  .Footer__Aside .Footer__Copyright, 
  .Footer__Aside .Footer__Contact{
    flex-basis: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 640px){
  .Footer{
    padding: 50px 0 100px;
  }

  #section-footer .Container{
    padding: 0 30px;
  }

  .footer-logo{
    margin-bottom: 40px;
  }
  
  .Footer__Block{
    padding-right: 0 !important;
  }

  .Footer__Contact p a{
    display: block;
  }

  .Footer__Contact p a + a{
    margin-left: 0 !important;
  }
}

/*CONTENT*/

@media screen and (max-width: 767px){
  .Heading, .slb-title{letter-spacing: -1px;}
  
  .t-18{font-size: 16px; letter-spacing: -.5px !important;}

  .t-20{font-size: 16px; letter-spacing: -.5px !important;}
  
  .t-24{font-size: 20px; letter-spacing: -.5px !important;}
  
  .t-32{font-size: 24px; letter-spacing: -.5px !important;}

  .t-48{font-size: 27px;}
  
  .t-56{font-size: 32px;}
  
  .t-64{font-size: 32px;}
  
  .t-80{font-size: 48px;}

  .t-100{font-size: 64px;}
  
  .t-132{font-size: 64px;}

  .Container{
    padding: 0 20px;
  }

  .grid{
    max-width: 580px !important;
    width: calc(100% - 40px);
  }

  .layout [class^="col-"], .layout .col{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
  }

  .Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev>a, .spr-pagination-next>a{
    font-size: 16px !important;
    min-width: 172px;
    padding: 10px 15px;
    text-align: center;
  }

  /*HOME*/

  .Slideshow__Content{
    margin-top: 0;
    padding: 0 20px;
    top: 80px;
    transform: translate(-50%,0);
  }

  #section-slideshow .hidden-tablet-and-up{
    display: block !important;
  }

  #section-slideshow .hidden-phone{
    display: none !important;
  }

  #section-slideshow .SectionHeader__text{
    display: none;
  }

  .Slideshow__Content--centerLeft .SectionHeader{
    margin-left: auto;
    margin-right: auto;
  }

  .Slideshow__Content .SectionHeader .Heading{
    font-size: 44px !important;
    margin: 0 !important;
  }

  .SectionHeader__text{
    font-size: 16px;
  }

  .SectionHeader__ButtonWrapper{
    margin-top: 40px !important;
  }

  .ButtonGroup--spacingSmall .ButtonGroup__Item:first-child{
    margin-top: 0px;
  }

  .custom-icon-section{
    text-align: center;
  }

  .custom-icon-section .grid{
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .custom-icon-section img{
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96px;
  }

  .custom-icon-section .slb-header, .custom-icon-section .slb-content{
    padding: 0;
  }

  .custom-icon-section .Button{
    margin-top: 48px;
  }

  [data-section-type=featured-collections]{
    padding: 80px 0 !important;
  }

  [data-section-type=featured-collections] .SectionHeader{
    margin-bottom: 56px;
  }

  [data-section-type=featured-collections] .SectionHeader .SectionHeader__Heading{
    font-size: 48px !important;
  }

  .ProductList--grid{
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 0;
    width: calc(100% - 40px);
  }

  .ProductList--grid>.Grid__Cell{
    margin-bottom: 48px;
    padding: 0 10px;
    width: 100% !important;
  }

  .ProductItem__Info{
    padding-bottom: 60px;
  }

  .ProductItem__Info h2.ProductItem__Title.Heading{
    margin-bottom: 16px;
  }

  .ProductItem__Info .Price{
    font-size: 18px;
  }

  .collection-cta{
    padding-left: 5px;
    padding-right: 5px;
    width: 180px;
  }

  .collection-cta input[type=submit]{
    padding: 0;
  }

  .custom-center-info-section .grid{
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .custom-center-info-section .slb-subtitle{
    margin-bottom: 10px;
  }

  .custom-center-info-section .slb-content{
    margin-top: 20px;
  }

  .custom-center-info-section .Button, 
  .slb-page-simple-header .Button{
    margin-top: 40px;
  }

  .custom-benefits-section .grid{
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .custom-benefits-section .slb-info .slb-content{
    margin-top: 20px;
  }

  .custom-benefits-section .row+.row{
    margin-top: 48px;
  }

  .custom-benefits-section .slb-benefit{
    border-radius: 15px;
    margin: 15px 0;
    padding: 32px 20px;
  }

  .custom-benefits-section .slb-benefit:first-child{
    margin-top: 0;
  }

  .custom-rich-text-image-section:not(#shopify-section-custom-product-ingredients) .slb-image-container{
    order: 1;
  }

  .custom-rich-text-image-section:not(#shopify-section-custom-product-ingredients) .slb-image-container{
    padding-top: 150%;
  }

  .custom-rich-text-image-section:not(#shopify-section-custom-product-ingredients) .v-items-full .col>img, .custom-rich-text-image-section:not(#shopify-section-custom-product-ingredients) .v-items-full .col-flex>img{
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%);
    width: 100vw !important;
  }

  .custom-rich-text-image-section:not(#shopify-section-custom-product-ingredients) .slb-info-container{
    order: 2;
  }

  .custom-rich-text-image-section .slb-info{
    padding: 40px 0 72px;
    width: 100%;
  }

  .custom-testimonials-section .grid{
    padding-bottom: 72px;
    padding-top: 80px;
  }

  .custom-testimonials-section .slb-title{
    margin: 0 auto;
    max-width: 260px;
  }

  .slb-slider-testimonial{
    margin-top 40px;
  }

  .slb-slider-testimonial .slb-profile{
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-width: inherit;
  }

  .slb-slider-testimonial .slb-profile img{
    width: 140px !important;
  }

  .slb-slider-testimonial .slb-profile .slb-title{
    margin: 0;
    max-width: inherit;
    padding: 0;
    padding-left: 24px;
  }

  .slb-slider-testimonial .slb-content{
    padding: 80px 20px 40px;
  }

  .slb-slider-testimonial .slb-content .slb-quote-symbol{
    font-size: 240px;
    left: 10px;
    top: -15px;
  }

  .slb-slider-testimonial .slb-content{
    font-size: 16px !important;
  }

  .custom-faqs-section .grid{
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .custom-faqs-section .slb-content{
    margin-top: 20px;
  }

  .slb-toggle-action{
    font-size: 18px !important;
    padding: 30px;
  }

  /*COLLECTION LIST*/

  #section-list-collections-template .PageHeader, 
  #shopify-section-collection-template .PageHeader--withBackground .Container{
    padding: 100px 20px 56px;
  }

  #section-list-collections-template .PageHeader .SectionHeader__Heading, 
  .template-collection .PageHeader--withBackground .Heading{
    font-size: 48px !important;
  }

  #section-list-collections-template, 
  .template-collection .CollectionMain{
    padding-bottom: 50px;
  }

  .template-collection .CollectionToolbar{
    padding: 20px 30px;
  }

  .template-collection .CollectionToolbar__Item{
    border: 1px solid #EAEAEA !important;
  }

  /*ABOUT*/

  .slb-page-simple-header{
    padding: 100px 20px 56px;
  }

  .about-custom-image-section img{
    height: 120vw;
    object-fit: cover;
  }

  .about-custom-rich-text-image-section .grid{
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .about-custom-rich-text-image-section .slb-about-rich-text-secondary .row{
    flex-direction: initial;
  }

  .about-custom-rich-text-image-section .slb-info, 
  .about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-info{
    margin-top: 70px;
    padding-left: 20px;
    max-width: 100% !important;
  }

  .about-custom-rich-text-image-section .slb-info::before{
    top: -70px;
  }
  

  .about-custom-rich-text-image-section .slb-image-container, 
  .about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container{
    height: inherit;
    left: inherit;
    margin-top: 50px;
    max-height: inherit;
    max-width: inherit !important;
    padding-top: 140%;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
  }

  .about-custom-rich-text-image-section .slb-image-container::before, .about-custom-rich-text-image-section .slb-image-container::after{
    border-width: 90px 90px 0 0;
  }

  .about-custom-rich-text-image-section .slb-image-container::after{
    margin-left: -90px;
    margin-top: -90px;
  }

  .about-custom-center-info-section .grid{
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .about-custom-center-info-section .slb-subtitle{
    margin-bottom: 10px;
  }

  .about-custom-center-info-section .slb-content{
    margin-top: 20px;
  }

  .about-custom-center-info-section .Button, 
  .slb-page-simple-header .Button{
    margin-top: 40px;
  }

  /*PRODUCT*/

  #shopify-section-product-template{
    padding-top: 40px !important;
  }
  
  .template-product .Product__Gallery{
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
  }

  .template-product .Product__InfoWrapper{
    width: 100%;
  }

  .template-product .Product__Info{
    max-width: 580px !important;
    width: calc(100% - 40px);
  }

  .template-product .Product__Info > .Container{
    padding: 0;
  }

  .template-product .ProductMeta__Title{
    font-size: 48px !important;
  }

  .template-product .ProductMeta .ProductMeta__PriceList{
    margin-top: 40px;
  }

  #shopify-section-custom-product-highlights .slb-intro-container{
    margin-bottom: 30px;
  }

  #shopify-section-custom-product-highlights .slb-highlight{
    margin: 5px !important;
    max-width: calc(50% - 10px);
    padding: 25px;
  }

  #shopify-section-custom-product-highlights .grid{
    padding-bottom: 70px;
    padding-top: 70px;
  }

  #shopify-section-custom-product-benefits .slb-header, #shopify-section-custom-product-benefits .slb-content{
    margin-left: 0;
    max-width: 100%;
  }

  #shopify-section-custom-product-benefits .slb-image-container{
    margin-right: 0;
    max-width: 100%;
  }

  #shopify-section-custom-product-benefits .slb-info-container{
    margin-top: 70px;
  }

  #shopify-section-custom-product-benefits .slb-header .t-56{
    font-size: 56px;
  }

  #shopify-section-custom-product-benefits .slb-header{
    margin-bottom: 60px;
  }

  #shopify-section-custom-product-benefits .grid{
    padding-bottom: 70px;
    padding-top: 0;
  }

  #shopify-section-custom-product-reviews .grid{
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .slb-slider-reviews{
    margin-top: 30px;
  }

  #shopify-section-custom-product-ingredients .grid{
    padding-bottom: 90px;
    padding-top: 90px;
  }

  #shopify-section-custom-product-ingredients .slb-image-container{
    margin-top: 40px;
    padding-left: 0;
    max-width: 100%;
  }

  #shopify-section-custom-product-ingredients .slb-content{
    max-width: 100%;
  }

  .template-product #shopify-section-custom-center-info .grid{
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .template-product .custom-center-info-section .t-132{
    font-size: 48px;
  }

  .template-product #reviews .SectionHeader{
    margin-bottom: 0 !important;
    padding-top: 70px;
  }

  .template-product #reviews .SectionHeader__Heading{
    font-size: 32px !important;
  }

  /*FAQS PAGE*/
  
  #shopify-section-page-faq-template{
    padding-top: 100px;
  }
  
  #shopify-section-page-faq-template .slb-title{
    margin-bottom: 60px;
  }
  
  #shopify-section-page-faq-template .slb-separator{
    margin-bottom: 40px;
  }
  
  #shopify-section-page-faq-template .slb-toggle + .slb-header{
    margin-top: 80px;
  }

  /*AFFILIATE PAGE*/
  
  #shopify-section-affiliate-custom-highlights .section-custom-highlights .slb-highlight{
    max-width: 100%;
    padding: 20px 10%;
  }

  /*WHY LIQUID SUPPLEMENTS PAGE*/

  #shopify-section-why-liquid-supplements-custom-highlights .section-custom-highlights .slb-highlight{
    margin: 15px 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1112px){
  .t-18{font-size: 17px;}

  .t-20{font-size: 18px;}
  
  .t-24{font-size: 21px;}
  
  .t-32{font-size: 27px;}

  .t-48{font-size: 32px;}
  
  .t-56{font-size: 40px;}
  
  .t-64{font-size: 56px;}
  
  .t-80{font-size: 64px;}

  .t-100{font-size: 80px;}
  
  .t-132{font-size: 80px;}

  .grid{
    width: calc(100% - 100px);
  }

  /*HOME*/

  [data-section-type="featured-collections"] .SectionHeader{
    margin-bottom: 70px;
  }

  .Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev>a, .spr-pagination-next>a{
    font-size: 16px !important;
    min-width: 172px;
    padding: 10px 15px;
    text-align: center;
  }
  
  .collection-cta input[type=submit]{
    padding: 0;
  }

  .custom-rich-text-image-section .slb-info{
    padding: 120px 0;
  }

  .slb-slider-testimonial .slb-content{
    padding: 80px 40px 40px;
  }

  /*ABOUT*/

  .about-custom-rich-text-image-section .slb-image-container{
    left: 40px;
    right: inherit;
  }

  .about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container{
    left: inherit;
    right: 40px;
  }

  .about-custom-rich-text-image-section .slb-image-container, 
  .about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container{
    max-width: calc(100% - 40px) !important;
  }

  .about-custom-rich-text-image-section .slb-info{
    margin-top: 80px;
  }

  .about-custom-rich-text-image-section .slb-info::before{
    top: -80px;
  }

  /*PRODUCT*/

  .template-product .ProductMeta__Title{
    font-size: 64px !important;
  }
  
  #shopify-section-custom-product-highlights .slb-highlight{
    margin: 5px !important;
    max-width: calc(33.3333% - 10px);
    padding: 40px;
  }
}

@media screen and (min-width: 1113px) and (max-width: 1240px){
  
  .about-custom-rich-text-image-section .slb-image-container, 
  .about-custom-rich-text-image-section .slb-about-rich-text-secondary .slb-image-container{
    max-width: calc(100% - 40px) !important;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 990px){
  /*HOME*/

  .custom-benefits-section .slb-benefit{
    max-width: calc(50% - 30px);
  }

  .slb-slider-testimonial [class^="col-"], .slb-slider-testimonial .col{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
  }

  .slb-slider-testimonial .slb-profile{
    margin: 0 auto 30px;
  }

  /*PRODUCT*/
  
  .template-product .Product__Gallery{
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
  }

  .template-product .Product__InfoWrapper{
    width: 100%;
  }

  .template-product .Product__Info{
    max-width: 580px !important;
    width: calc(100% - 40px);
  }

  .template-product .Product__Info > .Container{
    padding: 0;
  }

  #shopify-section-custom-product-highlights .slb-highlight{
    margin: 5px !important;
    max-width: calc(50% - 10px);
    padding: 25px;
  }

  #shopify-section-custom-product-benefits .grid{
    padding-top: 0;
  }

  #shopify-section-custom-product-benefits .slb-image-container{
    margin-right: 0;
    max-width: 100%;
    order: 1;
    padding-top: 125%;
  }

  #shopify-section-custom-product-benefits .v-items-full .col>img, #shopify-section-custom-product-benefits .v-items-full .col-flex>img{
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%);
    width: 100vw !important;
  }

  #shopify-section-custom-product-benefits .slb-header, #shopify-section-custom-product-benefits .slb-content{
    margin-left: 0;
    max-width: 100%;
  }

  #shopify-section-custom-product-benefits .slb-info-container{
    margin-top: 70px;
    order: 2;
  }

  #shopify-section-custom-product-benefits .slb-header .t-56{
    font-size: 56px;
  }

  #shopify-section-custom-product-ingredients .slb-image-container{
    padding-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }

  #shopify-section-custom-product-ingredients .slb-content{
    max-width: 100%;
  }

  .template-product .custom-center-info-section .t-132{
    font-size: 80px;
  }

  .template-product #reviews .SectionHeader{
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px){
  /*HOME*/

  .js .Slideshow--fullscreen{
    height: 150vh;
    max-height: 1240px;
  }
  
  #section-slideshow .hidden-tablet-and-up{
    display: block !important;
  }

  #section-slideshow .hidden-phone{
    display: none !important;
  }

  .Slideshow__Content{
    left: 0;
    top: 40px;
    transform: none;
  }

  .Slideshow__Content--centerLeft .SectionHeader{
    margin-left: auto;
    margin-right: auto;
  }

  #section-slideshow .SectionHeader__text{
    display: none !important;
  }

  .SectionHeader__ButtonWrapper{
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-height: 420px) and (orientation: landscape){
  /*HOME*/

  .js .Slideshow--fullscreen{
    height: 130vh;
    max-height: inherit;
  }

  .Slideshow__Content{
    margin-top: 0 !important;
  }

  .Slideshow__Content .SectionHeader .Heading{
    font-size: 40px !important;
  }
}

/*HEADER BUTTON*/

#sidebar-menu .Button{
  margin: 30px 0;
}

.Header__FlexItem .Button{
  font-size: 14px !important;
  margin-right: 15px;
  padding: 8px 16px !important;
}

@media screen and (max-width: 1139px){
  .Header__FlexItem .Button{
    display: none !important;
  }
}

/*//////////////////////////
CUSTOM FONTS SIZE
//////////////////////////*/

.slb-font-size-title h1{
 font-size: 132px; 
}

.slb-font-size-title h2{
 font-size: 80px; 
}

.slb-font-size-title h3{
 font-size: 64px; 
}

.slb-font-size-title h4{
 font-size: 56px; 
}

.slb-font-size-title h5{
 font-size: 48px; 
}

.slb-font-size-title h6{
 font-size: 24px; 
}

.slb-font-size-title p{
 font-size: 32px; 
}

.slb-font-size-text h1{
 font-size: 132px; 
}

.slb-font-size-text h2{
 font-size: 80px; 
}

.slb-font-size-text h3{
 font-size: 64px; 
}

.slb-font-size-text h4{
 font-size: 56px; 
}

.slb-font-size-text h5{
 font-size: 48px; 
}

.slb-font-size-text h6{
 font-size: 24px; 
}

.slb-font-size-text p{
 font-size: 20px; 
}


@media screen and (max-width: 767px){
  .slb-font-size-title h1{
   font-size: 64px; 
  }
  
  .slb-font-size-title h2{
   font-size: 56px; 
  }
  
  .slb-font-size-title h3{
   font-size: 40px; 
  }
  
  .slb-font-size-title h4{
   font-size: 32px; 
  }
  
  .slb-font-size-title h5{
   font-size: 27px; 
  }
  
  .slb-font-size-title h6{
   font-size: 21px; 
  }
  
  .slb-font-size-title p{
   font-size: 24px; 
  }
  
  .slb-font-size-text h1{
   font-size: 56px; 
  }
  
  .slb-font-size-text h2{
   font-size: 40px; 
  }
  
  .slb-font-size-text h3{
   font-size: 32px; 
  }
  
  .slb-font-size-text h4{
   font-size: 27px; 
  }
  
  .slb-font-size-text h5{
   font-size: 21px; 
  }
  
  .slb-font-size-text h6{
   font-size: 18px; 
  }
  
  .slb-font-size-text p{
   font-size: 16px; 
  }

}

@media screen and (min-width: 768px) and (max-width: 1112px){

  .slb-font-size-title h1{
   font-size: 80px; 
  }
  
  .slb-font-size-title h2{
   font-size: 64px; 
  }
  
  .slb-font-size-title h3{
   font-size: 56px; 
  }
  
  .slb-font-size-title h4{
   font-size: 40px; 
  }
  
  .slb-font-size-title h5{
   font-size: 32px; 
  }
  
  .slb-font-size-title h6{
   font-size: 27px; 
  }
  
  .slb-font-size-title p{
   font-size: 32px; 
  }
  
  .slb-font-size-text h1{
   font-size: 64px; 
  }
  
  .slb-font-size-text h2{
   font-size: 56px; 
  }
  
  .slb-font-size-text h3{
   font-size: 40px; 
  }
  
  .slb-font-size-text h4{
   font-size: 32px; 
  }
  
  .slb-font-size-text h5{
   font-size: 27px; 
  }
  
  .slb-font-size-text h6{
   font-size: 21px; 
  }
  
  .slb-font-size-text p{
   font-size: 18px; 
  }
}

/*//////////////////////////
CUSTOM CUSTOMER PAGE
//////////////////////////*/

#wsg-title{
  font-family: var(--heading-font-family) !important;
  font-size: 80px;
  margin-top: 180px !important;
  text-align: center;
}

@media screen and (max-width: 767px){
  
#wsg-title{font-size: 48px;}

}

@media screen and (min-width: 768px) and (max-width: 1112px){
  
#wsg-title{font-size: 64px;}

}

.wsg-collection-content .swiper-wrapper{
  display: none !important;
}

.template-account #main{
  padding-top: 60px;
}

.template-customers.template-account .PageLayout{
  margin-bottom: 60px;
}

#ReCharge.user-customer .row.grid{
  justify-content: center;
  padding-top: 120px;
  width: 100%;
}

.rct_navigation{
  margin-top: 80px !important;
}

.rct_content > h3{
  margin-bottom: 40px !important;
}




