/** Shopify CDN: Minification failed

Line 10857:0 Unexpected "{"
Line 18035:0 Unexpected "}"
Line 20265:2 "visibiilty" is not a known CSS property

**/
@charset "UTF-8";

/*!
  Streamline, by Archetype Themes
  http://archetypethemes.co
*/

:root{
  --colorBtnPrimary:#f3f3e7;
  --colorBtnPrimaryText:#0e150e;
  --colorBtnPrimaryBgTransition:background 0.15s ease;
  --colorBtnPrimaryActive:#ffffff;
  --colorCartDot:#80873a;
  --colorCartDotText:#f3f3e7;

  --colorLink:#0e150e;

  --colorTextBody:#0e150e;
  --colorSalePrice:#80873a;
  --colorSaleTag:#ebab6b;
  --colorSaleTagText:#ffffff;

  --colorBody:#f3f3e7;
  --colorBodyDim:#ebebd6;
  --colorInputBg:#f3f3e7;

  --colorAlt:#e8dcc6;
  --colorAltText:#0e150e;

  --colorNav:#f3f3e7;
  --colorNavText:#0e150e;
  --colorAnnouncement:#0b231d;
  --colorAnnouncementText:#ffffff;

  --colorNewsletter:#000000;
  --colorNewsletterText:#fff;

  --colorHeroText:#ffffff;

  --colorSmallImageBg:#ffffff;
  --colorLargeImageBg:#000000;

  --colorImageOverlay:#000000;
  --colorImageOverlayOpacity:0.0;
  --colorImageOverlayTextShadow:0.0;

  --colorDrawers:#ffffff;
  --colorDrawersDim:#f2f2f2;
  --colorDrawerText:#000000;
  --colorDrawerTextDarken:#000000;

  /*Shop Pay Installments*/
  --color-body-text: #0e150e;
  --color-body: #f3f3e7;
  --color-bg: #f3f3e7;
}

@keyframes placeholder-shimmer{
  0%{
    background-position:-150% 0;
  }
  to{
    background-position:150% 0;
  }
}

@keyframes progressBar{
  0%{ width:0%; }
  95%{ width:100%; opacity:1; }
  to{ width:100%; opacity:0; }
}

@keyframes page-fade{
  0%{
    opacity:0;
  }
  to{
    opacity:1;
  }
}

@keyframes page-slide-reveal-down{
  0%{
    transform:translateY(0);
  }
  to{
    transform:translateY(110vh);
  }
}

@keyframes fade-in{
  0%{
    opacity:0.2;
    transform:scale(0.98);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

@keyframes fade-in-bg{
  0%{
    opacity:0.2;
    transform:scale(1.06);
  }
  50%{
    opacity:1;
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

@keyframes fade-out{
  0%{
    opacity:1;
  }
  to{
    opacity:0;
  }
}

@keyframes partial-fade-in{
  0%{ opacity:0; }
  to{ opacity:0.4; }
}

@keyframes partial-fade-out{
  0%{ opacity:0.4; }
  to{ opacity:0; }
}

@keyframes pulse-fade{
  0%{
    opacity:0;
  }
  50%{
    opacity:1;
  }
  to{
    opacity:0;
  }
}

@keyframes rise-up{
  0%{
    opacity:0;
    transform:translateY(20px);
  }
  to{
    opacity:1;
    transform:translateY(0%);
  }
}

@keyframes cart-rise-up{
  0%{
    transform:translateY(120%);
  }
  to{
    transform:translateY(0%);
  }
}

@keyframes hero-animate{
  0%{
    opacity:0;
    transform:scale(1);
  }
  10%{
    opacity:1;
  }
  to{
    opacity:1;
    transform:scale(1.1);
  }
}

@keyframes hero-animate-small{
  0%{
    opacity:0;
    transform:scale(1);
  }
  10%{
    opacity:1;
  }
  to{
    opacity:1;
    transform:scale(1.2);
  }
}

@keyframes hero-animate-out{
  0%{
    opacity:1;
    transform:scale(1.1);
  }
  to{
    opacity:0;
    transform:scale(1.1);
  }
}

@keyframes hero-animate-out-small{
  0%{
    opacity:1;
    transform:scale(1.2);
  }
  to{
    opacity:0;
    transform:scale(1.2);
  }
}

@keyframes marquee-left{
  0%{
    transform:translateX(-1%);
  }
  to{
    transform:translateX(-51%);
  }
}

@keyframes marquee-right{
  0%{
    transform:translateX(-51%);
  }
  to{
    transform:translateX(-1%);
  }
}

@keyframes grid-product__loading{
  0%{ opacity:0; }
  60%{ opacity:0.2; }
  to{ opacity:0; }
}

@keyframes spin{
  0%{
    transform:rotate(0deg);
  }

  to{
    transform:rotate(360deg);
  }
}

@keyframes remove{
  0%{
    transform:translateX(0);
    max-height:250px;
    opacity:1;
  }

  33%{
    transform:translateX(50%);
    max-height:250px;
    opacity:0;
  }

  to{
    transform:translateX(50%);
    max-height:0;
    opacity:0;
  }
}

*,:after,:before,input{
  box-sizing:border-box;
}

body,html{
  padding:0;
  margin:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
  display:block;
}

audio,canvas,progress,video{
  display:inline-block;
  vertical-align:baseline;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
  height:auto;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}

.grid:after{content:"";display:table;clear:both;}

.grid{
  list-style:none;
  margin:0;
  padding:0;
  margin-left:-40px
}

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

.grid{
    margin-left:-30px
}

html[dir=rtl] .grid{
      margin-left:0;
      margin-right:-30px
}
  }

html[dir=rtl] .grid{
    margin-left:0;
    margin-right:-40px
}

.grid--small{
  margin-left:-10px
}

.grid--small .grid__item{
    padding-left:10px;
  }

.grid__item{
  float:left;
  padding-left:40px;
  width:100%;
  min-height:1px
}

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

.grid__item{
    padding-left:30px
}

html[dir=rtl] .grid__item{
      padding-left:0;
      padding-right:30px
}

    .grid__item.grid-column{
      margin-bottom:30px
    }

      .grid__item.grid-column:last-child{
        margin-bottom:0;
      }
  }

.grid__item[class*="--push"]{
    position:relative;
  }

html[dir=rtl] .grid__item{
    float:right;
    padding-left:0;
    padding-right:40px
}

html[dir=rtl] .grid__item[class*="--push"]{
      position:static;
    }

.grid--small-gutters{
  margin-left:-10px;
  margin-bottom:-10px
}

.grid--small-gutters .grid__item{
    padding-left:10px;
    padding-bottom:10px;
  }

html[dir=rtl] .grid--small-gutters{
    margin-left:0;
    margin-right:-10px
}

html[dir=rtl] .grid--small-gutters .grid__item{
      padding-left:0;
      padding-right:10px;
    }

.grid--full{
  margin-left:0
}

.grid--full>.grid__item{
    padding-left:0;
  }

@media only screen and (max-width:768px){
  .small--grid--flush{
    margin-left:-1px
  }
  .page-width .small--grid--flush{
      margin-left:-30px;
      margin-right:-30px
  }

    .small--grid--flush>.grid__item{
      padding-left:1px;
    }
}

@media only screen and (min-width:769px){
  .grid--table-large{
    display:table;
    width:100%;
    table-layout:fixed
  }

    .grid--table-large>.grid__item{
      display:table-cell;
      vertical-align:middle;
      float:none;
    }
}

.one-whole{width:100%;}

.one-half{width:50%;}

.one-third{width:33.33333%;}

.two-thirds{width:66.66667%;}

.one-quarter{width:25%;}

.two-quarters{width:50%;}

.three-quarters{width:75%;}

.one-fifth{width:20%;}

.two-fifths{width:40%;}

.three-fifths{width:60%;}

.four-fifths{width:80%;}

.one-sixth{width:16.66667%;}

.two-sixths{width:33.33333%;}

.three-sixths{width:50%;}

.four-sixths{width:66.66667%;}

.five-sixths{width:83.33333%;}

.one-eighth{width:12.5%;}

.two-eighths{width:25%;}

.three-eighths{width:37.5%;}

.four-eighths{width:50%;}

.five-eighths{width:62.5%;}

.six-eighths{width:75%;}

.seven-eighths{width:87.5%;}

.one-tenth{width:10%;}

.two-tenths{width:20%;}

.three-tenths{width:30%;}

.four-tenths{width:40%;}

.five-tenths{width:50%;}

.six-tenths{width:60%;}

.seven-tenths{width:70%;}

.eight-tenths{width:80%;}

.nine-tenths{width:90%;}

.one-twelfth{width:8.33333%;}

.two-twelfths{width:16.66667%;}

.three-twelfths{width:25%;}

.four-twelfths{width:33.33333%;}

.five-twelfths{width:41.66667%;}

.six-twelfths{width:50%;}

.seven-twelfths{width:58.33333%;}

.eight-twelfths{width:66.66667%;}

.nine-twelfths{width:75%;}

.ten-twelfths{width:83.33333%;}

.eleven-twelfths{width:91.66667%;}

@media only screen and (max-width:768px){.small--one-whole{width:100%;}.small--one-half{width:50%;}.small--one-third{width:33.33333%;}.small--two-thirds{width:66.66667%;}.small--one-quarter{width:25%;}.small--two-quarters{width:50%;}.small--three-quarters{width:75%;}.small--one-fifth{width:20%;}.small--two-fifths{width:40%;}.small--three-fifths{width:60%;}.small--four-fifths{width:80%;}.small--one-sixth{width:16.66667%;}.small--two-sixths{width:33.33333%;}.small--three-sixths{width:50%;}.small--four-sixths{width:66.66667%;}.small--five-sixths{width:83.33333%;}.small--one-eighth{width:12.5%;}.small--two-eighths{width:25%;}.small--three-eighths{width:37.5%;}.small--four-eighths{width:50%;}.small--five-eighths{width:62.5%;}.small--six-eighths{width:75%;}.small--seven-eighths{width:87.5%;}.small--one-tenth{width:10%;}.small--two-tenths{width:20%;}.small--three-tenths{width:30%;}.small--four-tenths{width:40%;}.small--five-tenths{width:50%;}.small--six-tenths{width:60%;}.small--seven-tenths{width:70%;}.small--eight-tenths{width:80%;}.small--nine-tenths{width:90%;}.small--one-twelfth{width:8.33333%;}.small--two-twelfths{width:16.66667%;}.small--three-twelfths{width:25%;}.small--four-twelfths{width:33.33333%;}.small--five-twelfths{width:41.66667%;}.small--six-twelfths{width:50%;}.small--seven-twelfths{width:58.33333%;}.small--eight-twelfths{width:66.66667%;}.small--nine-twelfths{width:75%;}.small--ten-twelfths{width:83.33333%;}.small--eleven-twelfths{width:91.66667%;}.grid--uniform .small--five-tenths:nth-of-type(odd),.grid--uniform .small--four-eighths:nth-of-type(odd),.grid--uniform .small--four-twelfths:nth-of-type(3n+1),.grid--uniform .small--one-eighth:nth-of-type(8n+1),.grid--uniform .small--one-fifth:nth-of-type(5n+1),.grid--uniform .small--one-half:nth-of-type(odd),.grid--uniform .small--one-quarter:nth-of-type(4n+1),.grid--uniform .small--one-sixth:nth-of-type(6n+1),.grid--uniform .small--one-third:nth-of-type(3n+1),.grid--uniform .small--one-twelfth:nth-of-type(12n+1),.grid--uniform .small--six-twelfths:nth-of-type(odd),.grid--uniform .small--three-sixths:nth-of-type(odd),.grid--uniform .small--three-twelfths:nth-of-type(4n+1),.grid--uniform .small--two-eighths:nth-of-type(4n+1),.grid--uniform .small--two-sixths:nth-of-type(3n+1),.grid--uniform .small--two-twelfths:nth-of-type(6n+1){clear:both;}}

@media only screen and (min-width:769px){.medium-up--one-whole{width:100%;}.medium-up--one-half{width:50%;}.medium-up--one-third{width:33.33333%;}.medium-up--two-thirds{width:66.66667%;}.medium-up--one-quarter{width:25%;}.medium-up--two-quarters{width:50%;}.medium-up--three-quarters{width:75%;}.medium-up--one-fifth{width:20%;}.medium-up--two-fifths{width:40%;}.medium-up--three-fifths{width:60%;}.medium-up--four-fifths{width:80%;}.medium-up--one-sixth{width:16.66667%;}.medium-up--two-sixths{width:33.33333%;}.medium-up--three-sixths{width:50%;}.medium-up--four-sixths{width:66.66667%;}.medium-up--five-sixths{width:83.33333%;}.medium-up--one-eighth{width:12.5%;}.medium-up--two-eighths{width:25%;}.medium-up--three-eighths{width:37.5%;}.medium-up--four-eighths{width:50%;}.medium-up--five-eighths{width:62.5%;}.medium-up--six-eighths{width:75%;}.medium-up--seven-eighths{width:87.5%;}.medium-up--one-tenth{width:10%;}.medium-up--two-tenths{width:20%;}.medium-up--three-tenths{width:30%;}.medium-up--four-tenths{width:40%;}.medium-up--five-tenths{width:50%;}.medium-up--six-tenths{width:60%;}.medium-up--seven-tenths{width:70%;}.medium-up--eight-tenths{width:80%;}.medium-up--nine-tenths{width:90%;}.medium-up--one-twelfth{width:8.33333%;}.medium-up--two-twelfths{width:16.66667%;}.medium-up--three-twelfths{width:25%;}.medium-up--four-twelfths{width:33.33333%;}.medium-up--five-twelfths{width:41.66667%;}.medium-up--six-twelfths{width:50%;}.medium-up--seven-twelfths{width:58.33333%;}.medium-up--eight-twelfths{width:66.66667%;}.medium-up--nine-twelfths{width:75%;}.medium-up--ten-twelfths{width:83.33333%;}.medium-up--eleven-twelfths{width:91.66667%;}.grid--uniform .medium-up--five-tenths:nth-of-type(odd),.grid--uniform .medium-up--four-eighths:nth-of-type(odd),.grid--uniform .medium-up--four-twelfths:nth-of-type(3n+1),.grid--uniform .medium-up--one-eighth:nth-of-type(8n+1),.grid--uniform .medium-up--one-fifth:nth-of-type(5n+1),.grid--uniform .medium-up--one-half:nth-of-type(odd),.grid--uniform .medium-up--one-quarter:nth-of-type(4n+1),.grid--uniform .medium-up--one-sixth:nth-of-type(6n+1),.grid--uniform .medium-up--one-third:nth-of-type(3n+1),.grid--uniform .medium-up--one-twelfth:nth-of-type(12n+1),.grid--uniform .medium-up--six-twelfths:nth-of-type(odd),.grid--uniform .medium-up--three-sixths:nth-of-type(odd),.grid--uniform .medium-up--three-twelfths:nth-of-type(4n+1),.grid--uniform .medium-up--two-eighths:nth-of-type(4n+1),.grid--uniform .medium-up--two-sixths:nth-of-type(3n+1),.grid--uniform .medium-up--two-twelfths:nth-of-type(6n+1){clear:both;}}

@media only screen and (min-width:1550px){.widescreen--one-whole{width:100%;}.widescreen--one-half{width:50%;}.widescreen--one-third{width:33.33333%;}.widescreen--two-thirds{width:66.66667%;}.widescreen--one-quarter{width:25%;}.widescreen--two-quarters{width:50%;}.widescreen--three-quarters{width:75%;}.widescreen--one-fifth{width:20%;}.widescreen--two-fifths{width:40%;}.widescreen--three-fifths{width:60%;}.widescreen--four-fifths{width:80%;}.widescreen--one-sixth{width:16.66667%;}.widescreen--two-sixths{width:33.33333%;}.widescreen--three-sixths{width:50%;}.widescreen--four-sixths{width:66.66667%;}.widescreen--five-sixths{width:83.33333%;}.widescreen--one-eighth{width:12.5%;}.widescreen--two-eighths{width:25%;}.widescreen--three-eighths{width:37.5%;}.widescreen--four-eighths{width:50%;}.widescreen--five-eighths{width:62.5%;}.widescreen--six-eighths{width:75%;}.widescreen--seven-eighths{width:87.5%;}.widescreen--one-tenth{width:10%;}.widescreen--two-tenths{width:20%;}.widescreen--three-tenths{width:30%;}.widescreen--four-tenths{width:40%;}.widescreen--five-tenths{width:50%;}.widescreen--six-tenths{width:60%;}.widescreen--seven-tenths{width:70%;}.widescreen--eight-tenths{width:80%;}.widescreen--nine-tenths{width:90%;}.widescreen--one-twelfth{width:8.33333%;}.widescreen--two-twelfths{width:16.66667%;}.widescreen--three-twelfths{width:25%;}.widescreen--four-twelfths{width:33.33333%;}.widescreen--five-twelfths{width:41.66667%;}.widescreen--six-twelfths{width:50%;}.widescreen--seven-twelfths{width:58.33333%;}.widescreen--eight-twelfths{width:66.66667%;}.widescreen--nine-twelfths{width:75%;}.widescreen--ten-twelfths{width:83.33333%;}.widescreen--eleven-twelfths{width:91.66667%;}.grid--uniform .widescreen--five-tenths:nth-of-type(odd),.grid--uniform .widescreen--four-eighths:nth-of-type(odd),.grid--uniform .widescreen--four-twelfths:nth-of-type(3n+1),.grid--uniform .widescreen--one-eighth:nth-of-type(8n+1),.grid--uniform .widescreen--one-fifth:nth-of-type(5n+1),.grid--uniform .widescreen--one-half:nth-of-type(odd),.grid--uniform .widescreen--one-quarter:nth-of-type(4n+1),.grid--uniform .widescreen--one-sixth:nth-of-type(6n+1),.grid--uniform .widescreen--one-third:nth-of-type(3n+1),.grid--uniform .widescreen--one-twelfth:nth-of-type(12n+1),.grid--uniform .widescreen--six-twelfths:nth-of-type(odd),.grid--uniform .widescreen--three-sixths:nth-of-type(odd),.grid--uniform .widescreen--three-twelfths:nth-of-type(4n+1),.grid--uniform .widescreen--two-eighths:nth-of-type(4n+1),.grid--uniform .widescreen--two-sixths:nth-of-type(3n+1),.grid--uniform .widescreen--two-twelfths:nth-of-type(6n+1){clear:both;}}

@media only screen and (min-width:769px){.medium-up--push-one-half{left:50%;}.medium-up--push-one-third{left:33.33333%;}.medium-up--push-two-thirds{left:66.66667%;}.medium-up--push-one-quarter{left:25%;}.medium-up--push-two-quarters{left:50%;}.medium-up--push-three-quarters{left:75%;}.medium-up--push-one-fifth{left:20%;}.medium-up--push-two-fifths{left:40%;}.medium-up--push-three-fifths{left:60%;}.medium-up--push-four-fifths{left:80%;}.medium-up--push-one-sixth{left:16.66667%;}.medium-up--push-two-sixths{left:33.33333%;}.medium-up--push-three-sixths{left:50%;}.medium-up--push-four-sixths{left:66.66667%;}.medium-up--push-five-sixths{left:83.33333%;}.medium-up--push-one-eighth{left:12.5%;}.medium-up--push-two-eighths{left:25%;}.medium-up--push-three-eighths{left:37.5%;}.medium-up--push-four-eighths{left:50%;}.medium-up--push-five-eighths{left:62.5%;}.medium-up--push-six-eighths{left:75%;}.medium-up--push-seven-eighths{left:87.5%;}.medium-up--push-one-tenth{left:10%;}.medium-up--push-two-tenths{left:20%;}.medium-up--push-three-tenths{left:30%;}.medium-up--push-four-tenths{left:40%;}.medium-up--push-five-tenths{left:50%;}.medium-up--push-six-tenths{left:60%;}.medium-up--push-seven-tenths{left:70%;}.medium-up--push-eight-tenths{left:80%;}.medium-up--push-nine-tenths{left:90%;}.medium-up--push-one-twelfth{left:8.33333%;}.medium-up--push-two-twelfths{left:16.66667%;}.medium-up--push-three-twelfths{left:25%;}.medium-up--push-four-twelfths{left:33.33333%;}.medium-up--push-five-twelfths{left:41.66667%;}.medium-up--push-six-twelfths{left:50%;}.medium-up--push-seven-twelfths{left:58.33333%;}.medium-up--push-eight-twelfths{left:66.66667%;}.medium-up--push-nine-twelfths{left:75%;}.medium-up--push-ten-twelfths{left:83.33333%;}.medium-up--push-eleven-twelfths{left:91.66667%;}}

.show{display:block !important;}

.hide{display:none !important;}

.text-left{text-align:left !important;}

.text-right{text-align:right !important;}

.text-center{text-align:center !important;}

@media only screen and (max-width:768px){.small--show{display:block !important;}.small--hide{display:none !important;}.small--text-left{text-align:left !important;}.small--text-right{text-align:right !important;}.small--text-center{text-align:center !important;}}

@media only screen and (min-width:769px){.medium-up--show{display:block !important;}.medium-up--hide{display:none !important;}.medium-up--text-left{text-align:left !important;}.medium-up--text-right{text-align:right !important;}.medium-up--text-center{text-align:center !important;}}

@media only screen and (min-width:1550px){.widescreen--show{display:block !important;}.widescreen--hide{display:none !important;}.widescreen--text-left{text-align:left !important;}.widescreen--text-right{text-align:right !important;}.widescreen--text-center{text-align:center !important;}}

.clearfix:after{content:"";display:table;clear:both;}

html:not(.tab-outline) :focus{
  outline:none;
}

.is-transitioning{
  display:block !important;
  visibility:visible !important;
}

.visually-hidden{
  clip:rect(0 0 0 0);
  clip:rect(0, 0, 0, 0);
  overflow:hidden;
  position:absolute;
  height:1px;
  width:1px;
}

.visually-invisible{
  opacity:0 !important;
}

.skip-link:focus{
  clip:auto;
  width:auto;
  height:auto;
  margin:0;
  color:#0e150e;
  color:var(--colorTextBody);
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  padding:10px;
  opacity:1;
  z-index:10000;
  transition:none;
}

.splash-screen{
  display:none !important;
}

.transition-body{
  opacity:1 !important;
  transition:opacity 0.2s ease;
}

html{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

html[dir=rtl]{
  direction:rtl;
}

body,html{
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  color:#0e150e;
  color:var(--colorTextBody);
}

.page-width{
  max-width:1300px;
  margin:0 auto;
}

.page-full,.page-width{
  padding:0 30px
}

@media only screen and (min-width:769px){

.page-full,.page-width{
    padding:0 40px
}
  }

.page-content,.shopify-email-marketing-confirmation__container,.shopify-policy__container{
  padding-top:30px;
  padding-bottom:30px
}

@media only screen and (min-width:769px){

.page-content,.shopify-email-marketing-confirmation__container,.shopify-policy__container{
    padding-top:60px;
    padding-bottom:60px
}
  }

.shopify-email-marketing-confirmation__container{
  text-align:center;
}

.page-content--flush-bottom{
  padding-bottom:0;
}

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

.product-section .page-content{
    padding-top:20px
}
  }

.main-content{
  min-height:300px
}

@media only screen and (min-width:769px){

.main-content{
    min-height:700px
}
  }

.template-challange .main-content{
    min-height:0
}

hr{
  height:2px;
  border:0;
  border-top:2px solid;
  border-top-color:#0e150e;
  border-top-color:var(--colorTextBody);
}

.hr--small{
  margin:15px auto;
}

.hr--medium{
  margin:25px auto
}

@media only screen and (min-width:769px){

.hr--medium{
    margin:35px auto
}
  }

.hr--large{
  margin:40px auto
}

@media only screen and (min-width:769px){

.hr--large{
    margin:60px auto
}
  }

.hr--clear{
  border:0;
}

@media only screen and (max-width:768px){
    .table--responsive thead{
      display:none;
    }

    .table--responsive tr{
      display:block;
    }
    .table--responsive td,.table--responsive tr{
      float:left;
      clear:both;
      width:100%;
    }

    .table--responsive td,.table--responsive th{
      display:block;
      text-align:right;
      padding:15px;
    }

    .table--responsive td:before{
      font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
    }
  }

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

    .table--responsive td:before{
    font-size:calc(var(--typeBaseSize) - 2px);
    }
  }

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

    .table--responsive td:before{
      content:attr(data-label);
      float:left;
      padding-right:10px;
    }
  }

@media only screen and (max-width:768px){
  .table--small-hide{
    display:none !important;
  }

  .table__section+.table__section{
    position:relative
  }

    .table__section+.table__section:after{
      content:"";
      display:block;
      position:absolute;
      top:0;
      left:15px;
      right:15px;
      border-bottom:2px solid;
      border-bottom-color:#0e150e;
      border-bottom-color:var(--colorTextBody);
    }
}

.paragraph,p{
  margin:0 0 20px 0
}

.paragraph img,p img{
    margin:0;
  }

em{
  font-style:italic;
}

b,strong{
  font-weight:700;
}

p[data-spam-detection-disclaimer],small{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

p[data-spam-detection-disclaimer],small{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

sub,sup{
  position:relative;
  font-size:60%;
  vertical-align:baseline;
}

sup{
  top:-0.5em;
}

sub{
  bottom:-0.5em;
}

.rte blockquote,blockquote{
  font-size:calc(var(--typeBaseSize)*1.22*0.85)
}

@media only screen and (min-width:769px){

.rte blockquote,blockquote{
    font-size:calc(var(--typeBaseSize)*1.22)
}
  }

.rte blockquote,blockquote{
  margin:0;
  padding:20px 40px 40px
}

.rte blockquote p,blockquote p{
    margin-bottom:0
  }

.rte blockquote p+cite,blockquote p+cite{
      margin-top:20px;
    }

.rte blockquote cite,blockquote cite{
    display:block
  }

.rte blockquote cite:before,blockquote cite:before{
      content:"\2014 \0020";
    }

code,pre{
  background-color:#faf7f5;
  font-family:Consolas,monospace;
  font-size:1em;
  border:0 none;
  padding:0 2px;
  color:#51ab62;
}

pre{
  overflow:auto;
  padding:20px;
  margin:0 0 40px;
}

label{
  display:block;
  margin-bottom:10px;
}

.label-info{
  display:block;
  margin-bottom:10px;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
  margin:0 0 10px
}

@media only screen and (min-width:769px){

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin:0 0 20px
}
  }

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    text-decoration:none;
    font-weight:inherit;
  }

.h1,.section-header__title,.spr-header-title.spr-header-title,h1{
  font-size:calc(var(--typeHeaderSize)*1*0.85);
}

@media only screen and (min-width:769px){

.h1,.section-header__title,.spr-header-title.spr-header-title,h1{
    font-size:calc(var(--typeHeaderSize)*1);
}
  }

.h2,h2{
  font-size:calc(var(--typeHeaderSize)*0.66*0.85);
}

@media only screen and (min-width:769px){

.h2,h2{
    font-size:calc(var(--typeHeaderSize)*0.66);
}
  }

.h3,h3{
  font-size:calc(var(--typeHeaderSize)*0.57*0.85);
}

@media only screen and (min-width:769px){

.h3,h3{
    font-size:calc(var(--typeHeaderSize)*0.57);
}
  }

.h4,h4{
  font-size:calc(var(--typeHeaderSize)*0.45*0.85);
}

@media only screen and (min-width:769px){

.h4,h4{
    font-size:calc(var(--typeHeaderSize)*0.45);
}
  }

.h5,.h6,h5,h6{
  font-size:calc(var(--typeHeaderSize)*0.4*0.85);
}

@media only screen and (min-width:769px){

.h5,.h6,h5,h6{
    font-size:calc(var(--typeHeaderSize)*0.4);
}
  }

.subheading{
  font-size:calc(var(--typeBaseSize) - 3px);
  letter-spacing:0.02em;
  text-transform:uppercase;
  margin-bottom:15px
}

@media only screen and (min-width:769px){

.subheading{
    font-size:calc(var(--typeBaseSize) - 5px);
    margin-bottom:15px
}
  }

.text-spacing{
  margin-bottom:20px;
}

@media only screen and (max-width:768px){
      .rte table td,.rte table th{
        padding:6px 8px;
      }
    }

.collapsible-content .rte table td,.collapsible-content .rte table th{
        padding:6px 8px;
      }

.comment{
  border-bottom:1px solid;
  border-bottom-color:#0e150e;
  border-bottom-color:var(--colorTextBody);
  padding-bottom:40px;
  margin-bottom:40px
}

.comment:last-child{
    border-bottom:0;
  }

.comment__date{
  font-size:calc(var(--typeBaseSize)*0.85 - 4.25px)
}

@media only screen and (min-width:769px){

.comment__date{
    font-size:calc(var(--typeBaseSize) - 5px)
}
  }

.comment__date{
  margin-top:3px
}

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

.comment__date{
    margin-bottom:20px
}
  }

.skrim__title{
  font-size:calc(var(--typeHeaderSize)*0.57*0.85);
}

@media only screen and (min-width:769px){

.skrim__title{
    font-size:calc(var(--typeHeaderSize)*0.57);
}
  }

.enlarge-text{
  font-size:calc(var(--typeBaseSize)*1.45*0.85);
}

@media only screen and (min-width:769px){

.enlarge-text{
    font-size:calc(var(--typeBaseSize)*1.45);
}
  }

.rte .enlarge-text{
    margin:0
  }

.rte .enlarge-text p:last-child{
        margin-bottom:0;
      }

html[dir=rtl] .text-left{
    text-align:right !important;
  }

html[dir=rtl] .text-right{
    text-align:left !important;
  }

ol,ul{
  margin:0 0 20px 40px;
  padding:0;
  text-rendering:optimizeLegibility;
}

ol ol{
  list-style:lower-alpha;
}

ol{ list-style:decimal; }

ol ol,ol ul,ul ol,ul ul{ margin:4px 0 5px 20px; }

li{ margin-bottom:0.25em; }

ul.square{ list-style:square outside; }

ul.disc{ list-style:disc outside; }

ol.alpha{ list-style:lower-alpha outside; }

.no-bullets{
  list-style:none outside;
  margin-left:0;
}

.inline-list{
  padding:0;
  margin:0
}

.inline-list li{
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }

table{
  width:100%;
  border-spacing:1px;
  position:relative;
  border:0 none;
  background:#0e150e;
  background:var(--colorTextBody);
}

.table-wrapper{
  max-width:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

td,th{
  border:0 none;
  text-align:left;
  padding:10px 15px;
  background:#f3f3e7;
  background:var(--colorBody)
}

html[dir=rtl] td,html[dir=rtl] th{
    text-align:right
}

th{
  font-weight:700;
}

.table__title,th{
  font-weight:700;
}

.text-link,a{
  color:inherit;
  text-decoration:none;
  background:transparent
}

.text-link:hover,a:hover{
    color:inherit;
  }

.text-link{
  display:inline;
  border:0 none;
  border-bottom: none;
  background:none;
  padding:0;
  margin:0;
  font-size:inherit;
}

.rte a:not(.btn),.shopify-email-marketing-confirmation__container a:not(.btn),.shopify-policy__container a:not(.btn){
  color:#0e150e;
  color:var(--colorLink);
}

.customers a:not(.rte__image){
    text-decoration:none;
    border-bottom:2px solid;
    border-bottom-color:rgba(14, 21, 14, 0.1);
    position:relative;
  }

[data-animate_underlines=true] .customers a:not(.btn):after{
      content:"";
      position:absolute;
      bottom:-2px;
      left:0;
      width:0%;
      border-bottom:2px solid currentColor;
      transition:width 0.3s ease;
    }

[data-animate_underlines=true] .customers a:not(.btn):focus:after,[data-animate_underlines=true] .customers a:not(.btn):hover:after{
        width:100%;
      }

.rte a:not(.rte__image):not(.btn){
    display:inline-block;
    text-decoration:none;
    padding-bottom:2px;
    border-bottom:2px solid currentColor;
  }

.rte a.rte__image:after{
    content:none;
  }

button{
  color:currentColor;
  overflow:visible;
}

button[disabled],html input[disabled]{
  cursor:default;
}

[data-button_type_style=caps] .btn,[data-button_type_style=caps] .product-reviews .spr-button,[data-button_type_style=caps] .product-reviews .spr-summary-actions a,[data-button_type_style=caps] .rte .btn,[data-button_type_style=caps] .shopify-payment-button .shopify-payment-button__button--unbranded{
    letter-spacing:0.2em;
    text-transform:uppercase;
    font-size:calc(var(--typeBaseSize) - 2px)
}

.btn,.product-reviews .spr-button,.product-reviews .spr-summary-actions a,.rte .btn,.shopify-payment-button .shopify-payment-button__button--unbranded{
  display:inline-block;
  padding:10px 25px;
  margin:0;
  width:auto;
  min-width:90px;
  line-height:1.42;
  text-decoration:none;
  text-align:center;
  vertical-align:middle;
  white-space:normal;
  cursor:pointer;
  border:2px solid transparent;
  -webkit-user-select:none;
          user-select:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:var(--buttonRadius);
  color:#0e150e;
  color:var(--colorBtnPrimaryText);
  background:#f3f3e7;
  background:var(--colorBtnPrimary);
  transition:background 0.15s ease;
  transition:var(--colorBtnPrimaryBgTransition)
}

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

.btn,.product-reviews .spr-button,.product-reviews .spr-summary-actions a,.rte .btn,.shopify-payment-button .shopify-payment-button__button--unbranded{
    padding:8px 23px
}
  }

.btn:hover,.product-reviews .spr-button:hover,.product-reviews .spr-summary-actions a:hover,.rte .btn:hover,.shopify-payment-button .shopify-payment-button__button--unbranded:hover{
    color:#0e150e;
    color:var(--colorBtnPrimaryText);
    background-color:#f3f3e7;
    background-color:var(--colorBtnPrimary);
  }

.btn:active,.product-reviews .spr-button:active,.product-reviews .spr-summary-actions a:active,.rte .btn:active,.shopify-payment-button .shopify-payment-button__button--unbranded:active{
    background-color:#ffffff;
    background-color:var(--colorBtnPrimaryActive);
  }

.btn.disabled,.btn[disabled],.product-reviews .spr-button.disabled,.product-reviews .spr-button[disabled],.product-reviews .spr-summary-actions a.disabled,.product-reviews .spr-summary-actions a[disabled],.rte .btn.disabled,.rte .btn[disabled],.shopify-payment-button .shopify-payment-button__button--unbranded.disabled,.shopify-payment-button .shopify-payment-button__button--unbranded[disabled]{
    cursor:default;
    color:#444;
    background-color:#f6f6f6;
    transition:none
  }

.btn.disabled:hover,.btn[disabled]:hover,.product-reviews .spr-button.disabled:hover,.product-reviews .spr-button[disabled]:hover,.product-reviews .spr-summary-actions a.disabled:hover,.product-reviews .spr-summary-actions a[disabled]:hover,.rte .btn.disabled:hover,.rte .btn[disabled]:hover,.shopify-payment-button .shopify-payment-button__button--unbranded.disabled:hover,.shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:hover{
      color:#444;
      background-color:#f6f6f6;
    }

[data-button_type_style=caps] .btn,[data-button_type_style=caps] .product-reviews .spr-button,[data-button_type_style=caps] .product-reviews .spr-summary-actions a,[data-button_type_style=caps] .rte .btn,[data-button_type_style=caps] .shopify-payment-button .shopify-payment-button__button--unbranded{
    padding:14px 22px
}

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

[data-button_type_style=caps] .btn,[data-button_type_style=caps] .product-reviews .spr-button,[data-button_type_style=caps] .product-reviews .spr-summary-actions a,[data-button_type_style=caps] .rte .btn,[data-button_type_style=caps] .shopify-payment-button .shopify-payment-button__button--unbranded{
      padding:11px 20px
}
    }

.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]){
  color:#0e150e;
  color:var(--colorBtnPrimaryText);
  background-color:#f3f3e7;
  background-color:var(--colorBtnPrimary);
}

.shopify-payment-button .shopify-payment-button__button--branded{
  border-radius:var(--buttonRadius)
}

[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--branded{
    overflow:hidden
}

.additional-checkout-buttons div[role=button]{
  border-radius:var(--buttonRadius) !important;
}

.shopify-payment-button__more-options{
  color:inherit;
}

.btn--secondary,.rte .btn--secondary{
  color:#f3f3e7;
  color:var(--colorBtnPrimary);
  background:#0e150e;
  background:var(--colorBtnPrimaryText)
}

.btn--secondary:hover,.rte .btn--secondary:hover{
    color:#f3f3e7;
    color:var(--colorBtnPrimary);
    background-color:#0e150e;
    background-color:var(--colorBtnPrimaryText);
  }

.btn--tertiary,.rte .btn--tertiary{
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  border:2px solid;
  border-color:#0e150e;
  border-color:var(--colorTextBody);
  color:#0e150e;
  color:var(--colorTextBody);
  font-weight:400
}

.btn--tertiary:hover,.rte .btn--tertiary:hover{
    background-color:#f3f3e7;
    background-color:var(--colorBody);
    color:#0e150e;
    color:var(--colorTextBody);
  }

.btn--tertiary.disabled,.btn--tertiary[disabled],.rte .btn--tertiary.disabled,.rte .btn--tertiary[disabled]{
    cursor:default;
    color:#444;
    background-color:#f6f6f6;
  }

.btn--tertiary:active,.rte .btn--tertiary:active{
    color:#0e150e;
    color:var(--colorTextBody);
    background:#f3f3e7;
    background:var(--colorBody);
  }

[data-button_style=shadow] .btn--tertiary,[data-button_style=shadow] .rte .btn--tertiary{
    box-shadow:5px 5px 0 0 #0e150e;
    box-shadow:5px 5px 0 0 var(--colorTextBody);
    transition:transform 0.05s,box-shadow 0.05s;
    margin-bottom:5px
}

[data-button_style=shadow] .btn--tertiary:active,[data-button_style=shadow] .rte .btn--tertiary:active{
      transform:translate(4px, 4px);
      box-shadow:1px 1px 0 0 #0e150e;
      box-shadow:1px 1px 0 0 var(--colorTextBody);
    }

[data-button_style=shadow] .btn--tertiary.btn--full,[data-button_style=shadow] .rte .btn--tertiary.btn--full{
      width:calc(100% - 5px)
    }

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

.small--text-center [data-button_style=shadow] .btn--tertiary.btn--full,.small--text-center [data-button_style=shadow] .rte .btn--tertiary.btn--full{
          transform:translateX(-2.5px)
    }
      }

.btn--small,.collapsibles-wrapper .spr-button,.collapsibles-wrapper .spr-summary-actions a{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.btn--small,.collapsibles-wrapper .spr-button,.collapsibles-wrapper .spr-summary-actions a{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.btn--small,.collapsibles-wrapper .spr-button,.collapsibles-wrapper .spr-summary-actions a{
  padding:8px 12px;
  background-position:150% 45%;
  min-width:90px
}

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

.btn--small,.collapsibles-wrapper .spr-button,.collapsibles-wrapper .spr-summary-actions a{
    padding:6px 11px
}
  }

.btn--large{
  padding:15px 20px;
}

.btn--full{
  width:100%;
}

.btn--inverse{
  background:#ffffff;
  background:var(--colorHeroText);
  background-color:transparent;
  border:2px solid;
  border-color:#ffffff;
  border-color:var(--colorHeroText)
}

.btn--inverse:hover{
    color:#ffffff;
    color:var(--colorHeroText);
    background-color:transparent;
  }

[data-button_style=shadow] .btn--inverse{
  box-shadow:5px 5px 0 0 #ffffff;
  box-shadow:5px 5px 0 0 var(--colorHeroText);
  transition:transform 0.05s,box-shadow 0.05s
}

[data-button_style=shadow] .btn--inverse:active{
    transform:translate(4px, 4px);
    box-shadow:1px 1px 0 0 #ffffff;
    box-shadow:1px 1px 0 0 var(--colorHeroText);
  }

.btn--loading{
  position:relative
}

.btn--loading span:after{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    animation:pulse-fade 0.3s linear infinite;
  }

.btn--loading span{
    color:#f3f3e7;
    color:var(--colorBtnPrimary)
  }

.btn--loading span:after{
      color:#f3f3e7;
      color:var(--colorBody);
    }

.btn--loading.btn--tertiary span{
    color:#f3f3e7;
    color:var(--colorBody)
  }

.btn--loading.btn--tertiary span:after{
      color:#0e150e;
      color:var(--colorTextBody);
    }

.collapsible-trigger-btn{
  display:block;
  width:100%;
  text-align:left;
  margin:0;
  padding:20px 0
}

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

.collapsible-trigger-btn{
    padding:20px 0
}
  }

.collapsible-trigger-btn.btn--tertiary{
    padding:6px 10px;
    width:auto;
  }

.collapsible-trigger-btn--borders{
  border-top:2px solid;
  border-top-color:#0e150e;
  border-top-color:var(--colorTextBody)
}

.collapsible-trigger-btn--borders:first-child{
    border-top:none;
  }

.collapsible-content+.collapsible-trigger-btn--borders{
    margin-top:-2px
}

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner{
    padding-bottom:20px;
  }

.collapsible-trigger--tab{
  display:inline-block;
  padding:5px 0 2px;
  margin:0 10px 5px
}

.collapsible-trigger--tab:after{
    content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    width:0%;
    border-bottom:2px solid currentColor;
  }

.collapsible-trigger--tab.is-open:after{
    width:100%;
    transition:width 0.3s ease;
  }

@media only screen and (min-width:769px){

.collapsible-trigger--tab{
    padding-left:0;
    padding-right:0;
    margin:0 15px 5px 0
}
  }

.btn--circle{
  padding:10px !important;
  border-radius:50%;
  min-width:0
}

.btn--circle .icon{
    width:26px;
    height:26px;
  }

.btn--circle.btn--large .icon{
    width:38px;
    height:38px;
  }

@media only screen and (max-width:768px){
    .btn--circle.btn--large{
      padding:15px;
    }
  }

.shopify-payment-button__button--hidden{
  display:none !important;
}

.shopify-payment-button{
  margin-top:10px;
}

.shopify-payment-button .shopify-payment-button__button--unbranded{
  display:block;
  width:100%;
  transition:none;
}

.payment-buttons .add-to-cart,.payment-buttons .shopify-payment-button,.payment-buttons .shopify-payment-button__button--unbranded{
    min-height:50px
  }

[data-button_type_style=normal] .payment-buttons .add-to-cart,[data-button_type_style=normal] .payment-buttons .shopify-payment-button,[data-button_type_style=normal] .payment-buttons .shopify-payment-button__button--unbranded{
      font-size:calc(var(--typeBaseSize) + 2px)
  }

.payment-buttons .btn--tertiary{
    padding:10px 25px
  }

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

.payment-buttons .btn--tertiary{
      padding:8px 23px
  }
    }

img{
  border:0 none;
}

svg:not(:root){
  overflow:hidden;
}

iframe,img{
  max-width:100%;
}

img[data-sizes=auto]{
  display:block;
  width:100%;
}

.lazyautosizes,.lazyload{
  opacity:0
}

.no-js .lazyautosizes,.no-js .lazyload{
    display:none
}

.lazyloaded{
  opacity:1
}

[data-animate_images=true] .lazyloaded{
    transition:opacity 0.15s ease
}

.image-wrap{
  overflow:hidden;
  animation:placeholder-shimmer 1.3s linear 2s infinite;
  background-size:400% 100%
}

.image-wrap.loaded{
    animation:none;
  }

.image-wrap--transparent.loaded{
  background:none;
}

.skrim__link{
  animation:placeholder-shimmer 1.3s linear 2s infinite;
  background-size:400% 100%
}

.skrim__link.loaded{
    animation:none;
  }

.image-wrap img:not([role=presentation]){
  display:block
}

.no-js .image-wrap img:not([role=presentation]).lazyload{
    display:none
}

.video-wrapper{
  position:relative;
  overflow:hidden;
  max-width:100%;
  padding-bottom:56.25%;
  height:0;
  height:auto
}

.video-wrapper iframe,.video-wrapper video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }

.video-wrapper--modal{
  width:1000px;
}

.grid__image-ratio{
  position:relative;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50%
}

.grid__image-ratio:before{
    content:"";
    display:block;
    height:0;
    width:100%;
  }

.grid__image-ratio .placeholder-svg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
  }

.grid__image-ratio--cover{
  background-size:cover;
}

.grid__image-ratio--wide:before{
  padding-bottom:56.25%;
}

.grid__image-ratio--landscape:before{
  padding-bottom:75%;
}

.grid__image-ratio--square:before{
  padding-bottom:100%;
}

.grid__image-ratio--portrait:before{
  padding-bottom:150%;
}

form{
  margin:0;
}

.inline{
  display:inline;
}

@media only screen and (max-width:768px){
  .faux-select,input,select,textarea{
    font-size:16px !important;
  }
}

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

button{
  background:none;
  border:none;
  display:inline-block;
  cursor:pointer;
}

fieldset{
  border:2px solid;
  border-color:#0e150e;
  border-color:var(--colorTextBody);
  padding:20px;
}

legend{
  border:0;
  padding:0;
}

button,input[type=submit]{
  cursor:pointer;
}

.faux-select,input,select,textarea{
  background-color:transparent;
  color:inherit;
  border:0;
  border-bottom:2px solid;
  border-bottom-color:#0e150e;
  border-bottom-color:var(--colorTextBody);
  max-width:100%;
  padding:8px 0;
  border-radius:0
}

.faux-select.disabled,.faux-select[disabled],input.disabled,input[disabled],select.disabled,select[disabled],textarea.disabled,textarea[disabled]{
    cursor:default;
    background-color:#f6f6f6;
    border-bottom-color:transparent;
  }

.faux-select:active,.faux-select:focus,input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{
    border-bottom-color:#0e150e;
    border-bottom-color:var(--colorTextBody);
  }

.faux-select.input-full,input.input-full,select.input-full,textarea.input-full{
    width:100%;
  }

textarea{
  min-height:100px;
}

input[type=checkbox],input[type=radio]{
  margin:0 10px 0 0;
  padding:0;
  width:auto;
}

input[type=checkbox]{
  -webkit-appearance:checkbox;
  -moz-appearance:checkbox;
}

input[type=radio]{
  -webkit-appearance:radio;
  -moz-appearance:radio;
}

input[type=image]{
  padding-left:0;
  padding-right:0;
  background-color:transparent;
}

.faux-select,select{
  -webkit-appearance:none;
          appearance:none;
  background-image:url(//www.saunahouse.com/cdn/shop/t/42/assets/ico-select.svg?v=41822885382982476461691004480);
  background-repeat:no-repeat;
  background-position:100%;
  background-position:right 10px center;
  background-color:transparent;
  background-size:11px;
  display:inline-block;
  vertical-align:middle;
  padding-right:28px;
  text-indent:0.01px;
  text-overflow:"";
  cursor:pointer;
  color:inherit;
}

optgroup{
  font-weight:700;
}

option{
  color:#000;
  background-color:#fff
}

option[disabled]{
    color:#ccc;
  }

select::-ms-expand{
  display:none;
}

.hidden-label{
  clip:rect(0 0 0 0);
  clip:rect(0, 0, 0, 0);
  overflow:hidden;
  position:absolute;
  height:1px;
  width:1px;
}

label[for]{
  cursor:pointer;
}

.form-vertical{
  margin-bottom:20px
}

.form-vertical input,.form-vertical select,.form-vertical textarea{
    display:block;
    margin-bottom:30px;
  }

.form-vertical .btn,.form-vertical input[type=checkbox],.form-vertical input[type=radio]{
    display:inline-block;
  }

.form-vertical .btn:not(:last-child){
    margin-bottom:30px;
  }

input.error,textarea.error{
    border-color:#d02e2e;
    background-color:#fff6f6;
    color:#d02e2e;
  }

label.error{
  color:#d02e2e;
}


.input-group{
  display:flex
}

.input-group .input-group-btn:first-child,.input-group .input-group-btn:first-child>.btn,.input-group input[type=hidden]:first-child+.input-group-btn>.btn{
    border-radius:var(--buttonRadius) 0 0 var(--buttonRadius);
  }

.input-group .input-group-btn:last-child>.btn{
    border-radius:0 var(--buttonRadius) var(--buttonRadius) 0;
  }

.input-group .input-group-field:last-child{
    padding-left:10px;
  }

.input-group input::-moz-focus-inner{
      border:0;
      padding:0;
      margin-top:-1px;
      margin-bottom:-1px;
    }

.input-group-btn,.input-group-field{
  margin:0;
}

.input-group .input-group-field{
  flex:1 1 auto;
  border-radius:0;
  color:currentColor;
  border-color:currentColor;
  min-width:0;
}

.input-group-btn{
  flex:0 1 auto;
  padding:0
}

.input-group-btn .icon{
    vertical-align:baseline;
    vertical-align:initial;
  }

.input-group-btn .btn{
  margin-top:0;
  height:100%
}

.input-group-btn .btn:hover{
    padding-right:20px;
  }

.icon{
  display:inline-block;
  width:20px;
  height:20px;
  vertical-align:middle;
  fill:currentColor
}

.no-svg .icon{
    display:none
}

.icon--full-color{
  fill:initial;
}

svg.icon:not(.icon--full-color) circle,svg.icon:not(.icon--full-color) ellipse,svg.icon:not(.icon--full-color) g,svg.icon:not(.icon--full-color) line,svg.icon:not(.icon--full-color) path,svg.icon:not(.icon--full-color) polygon,svg.icon:not(.icon--full-color) polyline,svg.icon:not(.icon--full-color) rect,symbol.icon:not(.icon--full-color) circle,symbol.icon:not(.icon--full-color) ellipse,symbol.icon:not(.icon--full-color) g,symbol.icon:not(.icon--full-color) line,symbol.icon:not(.icon--full-color) path,symbol.icon:not(.icon--full-color) polygon,symbol.icon:not(.icon--full-color) polyline,symbol.icon:not(.icon--full-color) rect{
      fill:inherit;
      stroke:inherit;
    }

.icon-bag circle,.icon-bag ellipse,.icon-bag g,.icon-bag line,.icon-bag path,.icon-bag polygon,.icon-bag polyline,.icon-bag rect,.icon-cart circle,.icon-cart ellipse,.icon-cart g,.icon-cart line,.icon-cart path,.icon-cart polygon,.icon-cart polyline,.icon-cart rect,.icon-chevron-down circle,.icon-chevron-down ellipse,.icon-chevron-down g,.icon-chevron-down line,.icon-chevron-down path,.icon-chevron-down polygon,.icon-chevron-down polyline,.icon-chevron-down rect,.icon-close circle,.icon-close ellipse,.icon-close g,.icon-close line,.icon-close path,.icon-close polygon,.icon-close polyline,.icon-close rect,.icon-email circle,.icon-email ellipse,.icon-email g,.icon-email line,.icon-email path,.icon-email polygon,.icon-email polyline,.icon-email rect,.icon-hamburger circle,.icon-hamburger ellipse,.icon-hamburger g,.icon-hamburger line,.icon-hamburger path,.icon-hamburger polygon,.icon-hamburger polyline,.icon-hamburger rect,.icon-search circle,.icon-search ellipse,.icon-search g,.icon-search line,.icon-search path,.icon-search polygon,.icon-search polyline,.icon-search rect,.icon-user circle,.icon-user ellipse,.icon-user g,.icon-user line,.icon-user path,.icon-user polygon,.icon-user polyline,.icon-user rect{
    fill:none !important;
    stroke-width:var(--iconWeight);
    stroke:currentColor !important;
    stroke-linecap:var(--iconLinecaps);
    stroke-linejoin:var(--iconLinecaps);
  }

.icon-cart circle{
  fill:currentColor !important;
}

.icon__fallback-text{
  clip:rect(0 0 0 0);
  clip:rect(0, 0, 0, 0);
  overflow:hidden;
  position:absolute;
  height:1px;
  width:1px;
}

.js-drawer-open{
  overflow:hidden;
}

.drawer{
  display:none;
  position:fixed;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  top:0;
  bottom:0;
  z-index:30;
  color:#000000;
  color:var(--colorDrawerText);
  background-color:#ffffff;
  background-color:var(--colorDrawers);
  transition:transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (max-height:400px){

.drawer{
    overflow:scroll
}

    .drawer .drawer__contents{
      height:auto;
    }
  }

.drawer a:not(.btn){
    color:#000000;
    color:var(--colorDrawerText)
  }

.drawer a:not(.btn):hover{
      color:#000000;
      color:var(--colorDrawerText);
    }

.drawer input,.drawer textarea{
    border-color:#000000;
    border-color:var(--colorDrawerText)
  }

.drawer input:active,.drawer input:focus,.drawer textarea:active,.drawer textarea:focus{
      border-color:#000000;
      border-color:var(--colorDrawerTextDarken);
    }

.drawer--cart{
  padding-bottom:calc(env(safe-area-inset-bottom)*1.18)
}

.drawer--cart.drawer--is-open{
    display:block;
    transition-duration:0.25s;
  }

@media only screen and (min-width:769px){

.drawer--cart{
    width:500px;
    right:-500px
}

    .drawer--cart.drawer--is-open{
      transform:translateX(-500px);
    }
  }

@media only screen and (max-width:768px){
  .drawer--cart{
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:auto;
    transform:translateY(100%)
  }

    .drawer--cart.drawer--is-open{
      transform:translateY(0);
    }

  .drawer--cart--static{
    height:auto;
    max-height:100%;
    padding-bottom:0;
    padding-bottom:calc(env(safe-area-inset-bottom)*1.18);
  }
}

.js-drawer-closing body:after,.js-drawer-open body:after{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#0e150e;
  background-color:var(--colorTextBody);
  opacity:0;
  z-index:26;
}

.js-drawer-open body:after{
  animation:partial-fade-in 0.5s forwards;
}

.js-drawer-closing body:after{
  animation:partial-fade-out 0.4s forwards;
}

.drawer__footer,.drawer__header,.drawer__scrollable{
  padding-left:20px;
  padding-right:20px
}

@media only screen and (min-width:769px){

.drawer__footer,.drawer__header,.drawer__scrollable{
    padding-left:40px;
    padding-right:40px
}
  }

.drawer__header{
  display:flex;
  align-items:center;
  height:60px;
  width:100%;
  padding-top:15.38462px;
  padding-bottom:15.38462px;
  margin-bottom:0;
  overflow:visible
}

@media only screen and (min-width:769px){

.drawer__header{
    height:80px
}
  }

.drawer__header--auto{
  height:auto;
}

.drawer__title{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  font-style:var(--typeHeaderStyle);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

[data-type_header_capitalize=true] .drawer__title{
    text-transform:uppercase;
}

.drawer__title{
  font-size:24px;
  width:100%;
  flex:1 1 auto;
}

.drawer__close{
  flex:1 1 auto;
}

.drawer__close-button{
  position:relative;
  right:-20px;
  height:100%;
  padding:15px;
  color:inherit
}

.drawer__close-button:active{
    background-color:#f2f2f2;
    background-color:var(--colorDrawersDim);
  }

.drawer__close-button .icon{
    height:28px;
    width:28px;
  }

.drawer__close--left{
  text-align:left
}

.drawer__close--left .drawer__close-button{
    right:auto;
    left:-20px;
  }

.drawer__contents{
  height:100%;
  display:flex;
  flex-direction:column;
}

.drawer__inner,.drawer__scrollable{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  overflow-y:hidden;
}

.drawer__scrollable{
  padding-top:20px;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch
}

@media only screen and (min-width:769px){

.drawer__scrollable{
    padding-top:40px
}
  }

.drawer__footer{
  padding-top:20px;
  padding-bottom:20px
}

@media only screen and (min-width:769px){

.drawer__footer{
    padding-top:29.62963px
}
  }

.drawer__footer .additional-checkout-buttons{
  margin-bottom:10px
}

.drawer__footer .additional-checkout-buttons [data-shopify-buttoncontainer]{
    justify-content:center
  }

.drawer__footer .additional-checkout-buttons [data-shopify-buttoncontainer]>*{
      height:auto !important;
    }

.drawer__cart.is-loading{
  min-height:100px
}

.drawer__cart.is-loading .cart{
    transition:opacity 0.3s ease 0.7s;
    opacity:0.4;
  }

.cart-notes{
  margin-top:10px;
  margin-bottom:10px;
  min-height:60px;
  height:60px
}

@media only screen and (min-width:769px){

.cart-notes{
    min-height:80px;
    height:80px
}
  }

.ajax-cart__template{
  display:none;
}

.ajaxcart__product{
  position:relative;
  max-height:500px
}

.ajaxcart__product.is-removed{
    max-height:0;
    overflow:hidden;
    visibility:hidden;
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    transition:all 450ms cubic-bezier(0.57,.06,.05,.95);
  }

.ajaxcart__row-product{
  position:relative;
  padding-bottom:10px;
  margin-bottom:10px
}

@media only screen and (min-width:769px){

.ajaxcart__row-product{
    padding-bottom:29.62963px;
    margin-bottom:29.62963px
}
  }

.ajaxcart__product:last-child .ajaxcart__row-product{
  border-bottom:0 none;
  padding-bottom:0;
}

.ajaxcart__item-content{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.ajaxcart__item-content{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.ajaxcart__item-content{
  flex:1 1 auto;
  padding-left:15px;
}

.sticky-cart{
  box-sizing:content-box;
  display:none;
  position:fixed;
  bottom:0;
  border-bottom:calc(env(safe-area-inset-bottom)*1.18) solid;
  border-bottom-color:#ffffff;
  border-bottom-color:var(--colorDrawers);
  left:0;
  right:0;
  height:88px;
  z-index:20
}

@media only screen and (min-width:769px){

.sticky-cart{
    height:108px
}
  }

.sticky-cart--open{
  display:block;
  animation:cart-rise-up 0.35s forwards
}

.screen-layer-animating .sticky-cart--open{
    transform:translateY(120%);
    animation:none
}

.sticky-cart__inner{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  background-color:#ffffff;
  background-color:var(--colorDrawers);
  color:#000000;
  color:var(--colorDrawerText);
  text-align:center
}

.sticky-cart__inner a:not(.btn){
    color:#000000;
    color:var(--colorDrawerText);
    border-bottom:2px solid;
    border-bottom-color:#000000;
    border-bottom-color:var(--colorDrawerText);
  }

.sticky-cart__inner .site-nav__link,.sticky-cart__inner .site-nav__link:hover{
    color:#000000;
    color:var(--colorDrawerText);
  }

.sticky-cart__item{
  display:inline-block;
  vertical-align:middle;
  margin:15px 7px
}

@media only screen and (min-width:769px){

.sticky-cart__item{
    margin:15px 15px
}
  }

.cart__checkout--drawer,.sticky-cart__item.btn{
  font-size:calc(var(--typeBaseSize) + 2px);
  padding:10px 20px
}

[data-button_type_style=caps] .cart__checkout--drawer,[data-button_type_style=caps] .sticky-cart__item.btn{
    letter-spacing:0.2em;
    text-transform:uppercase;
    font-size:calc(var(--typeBaseSize) - 2px);
    padding:15px
}

@media only screen and (min-width:769px){

.cart__checkout--drawer,.sticky-cart__item.btn{
    padding:15px 30px
}
  }

.sticky-cart__item.btn{
  background-color:#000000;
  background-color:var(--colorDrawerText);
  color:#ffffff;
  color:var(--colorDrawers)
}

.sticky-cart__item.btn.btn--loading span{
    color:#000000;
    color:var(--colorDrawerText);
  }

.quick-view__thumb-cart,.site-nav__thumb-cart{
  display:none;
  align-items:center;
  background-color:#80873a;
  background-color:var(--colorCartDot);
  color:#f3f3e7;
  color:var(--colorCartDotText);
  height:68px;
  padding:0 20px;
  border-top-right-radius:var(--buttonRadius);
  border-bottom-right-radius:var(--buttonRadius)
}

.cart-has-items .quick-view__thumb-cart,.cart-has-items .site-nav__thumb-cart{
    display:flex
}

.quick-view__thumb-cart .cart-link,.site-nav__thumb-cart .cart-link{
    left:-1px;
  }

.site-nav__thumb-button.is-active+.quick-view__thumb-cart,.site-nav__thumb-button.is-active+.site-nav__thumb-cart{
    display:none
}

.quick-view__thumb-cart:active,.quick-view__thumb-cart:hover,.site-nav__thumb-cart:active,.site-nav__thumb-cart:hover{
    color:#f3f3e7;
    color:var(--colorCartDotText);
  }

.quick-view__thumb-cart .icon,.site-nav__thumb-cart .icon{
    width:30px;
    height:30px;
  }

.template-cart .site-nav__thumb-cart{
  display:none;
}

.quick-view__thumb-cart{
  position:fixed;
  bottom:20px;
  bottom:calc(20px + env(safe-area-inset-bottom)*1.18);
  right:20px;
  border-radius:100%;
  transition:opacity 0.15s ease-in;
  z-index:5
}

.screen-layer--is-sliding .quick-view__thumb-cart{
    opacity:0
}

.placeholder-svg{
  fill:rgba(14, 21, 14, 0.35);
  background-color:#f4f4f4;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  display:block;
  padding:30px 0;
}

.placeholder-noblocks{
  padding:40px;
  text-align:center;
}

.placeholder-content{
  overflow:hidden;
  animation:placeholder-shimmer 1.3s linear infinite;
  background-size:400% 100%;
  margin-bottom:20px;
  border-radius:4px
}

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

.placeholder-content{
    margin-left:auto;
    margin-right:auto
}
  }

.appear-delay-20{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;}

.appear-delay-19{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.24s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.34s;}

.appear-delay-18{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.28s;}

.appear-delay-17{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.22s;}

.appear-delay-16{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s;}

.appear-delay-15{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;}

.appear-delay-14{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s;}

.appear-delay-13{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s;}

.appear-delay-12{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s;}

.appear-delay-11{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s;}

.appear-delay-10{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;}

.appear-delay-9{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;}

.appear-delay-8{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s;}

.appear-delay-7{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s;}

.appear-delay-6{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;}

.appear-delay-5{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;}

.appear-delay-4{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;}

.appear-delay-3{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s;}

.appear-delay-2{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s;}

.appear-delay-1{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;}

[data-transitions=true] .transition-body{
    opacity:0
  }

.no-js [data-transitions=true] .transition-body{
      opacity:1
  }

[data-transitions=true].unloading .loader-logo{
    display:flex;
  }

[data-transitions=true].unloading .loader-logo__img{
    animation:pulse-fade 0.4s linear infinite;
  }

[data-transitions=true].loaded .transition-body{
    opacity:1;
    animation-fill-mode:none;
  }

[data-animate_images=true] [class*=appear-delay]{
    opacity:0;
    transform:translate3d(0, 15px, 0);
    transition:opacity .6s cubic-bezier(0.04, 0, 0.2, 1),transform .6s cubic-bezier(0.04, 0, 0.2, 1)
  }

.no-js [data-animate_images=true] [class*=appear-delay]{
      opacity:1
  }

[data-animate_images=true] .aos-animate [class*=appear-delay]{
    opacity:1;
    transform:translateZ(0);
  }

[data-animate_images=true] .image-wrap .animate-me,[data-animate_images=true] .image-wrap img:not([role=presentation]),[data-animate_images=true] .image-wrap svg{
      opacity:0
    }

.no-js [data-animate_images=true] .image-wrap .animate-me,.no-js [data-animate_images=true] .image-wrap img:not([role=presentation]),.no-js [data-animate_images=true] .image-wrap svg{
        opacity:1
    }

[data-animate_images=true] .aos-animate.image-wrap .animate-me,[data-animate_images=true] .aos-animate .image-wrap .animate-me,[data-animate_images=true] .aos-animate.image-wrap .lazyloaded:not([role=presentation]),[data-animate_images=true] .aos-animate .image-wrap .lazyloaded:not([role=presentation]),[data-animate_images=true] .aos-animate.image-wrap img[data-modal-lazy],[data-animate_images=true] .aos-animate .image-wrap img[data-modal-lazy],[data-animate_images=true] .aos-animate.image-wrap svg,[data-animate_images=true] .aos-animate .image-wrap svg{
      animation:fade-in 0.6s ease 0s forwards;
    }

.spr-badge-caption,.spr-badge-starrating{
  display:inline-block;
}

.spr-badge-starrating{
  white-space:nowrap;
}

.spr-badge-starrating,.spr-icon-star-empty,.spr-icon-star-hover,.spr-icon-star-hover:hover,.spr-starrating,.spr-starratings{
  color:currentColor;
}

.spr-review-header-title{
  font-size:22px !important;
}

.spr-icon{
  font-size:12px !important;
  vertical-align:middle;
  display:inline-block
}

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

.spr-icon{
    top:0 !important
}
  }

.spr-badge-caption{
  margin-left:4px;
}

.spr-container.spr-container{
  padding:0;
  border:0;
  text-align:center;
}

.product-reviews.index-section{
    margin-top:0;
  }

.product-reviews #shopify-product-reviews{
    margin:0;
  }

.product-reviews .spr-summary-actions-newreview{
    float:none;
  }

.product-reviews .spr-form-label,.product-reviews .spr-review-content-body{
    font-size:14px;
    line-height:1.563;
  }

.product-reviews .spr-review-header-byline{
    font-size:11px;
    opacity:1
  }

.product-reviews .spr-review-header-byline strong{
      font-weight:400;
    }

.product-reviews .spr-form-label{
    display:block;
    text-align:left;
  }

.product-reviews .spr-summary-actions,.product-reviews .spr-summary-caption{
    display:block;
  }

.product-reviews .spr-summary-actions{
    margin-top:10px;
  }

@media only screen and (min-width:769px){
    .product-reviews--full.index-section{
      margin-top:30px;
    }

    .product-reviews--full .spr-reviews{
      display:flex;
      justify-content:space-around;
      flex-wrap:wrap;
    }

    .product-reviews--full .spr-review{
      flex:0 1 30%;
      border:1px solid;
      border-color:#0e150e;
      border-color:var(--colorTextBody);
      padding:20px !important;
      margin:1.5% !important;
    }
  }

.grid-product .spr-badge[data-rating="0.0"]{
    display:none;
  }

.grid-product .spr-badge{
    margin-top:3px;
  }

.grid-product .spr-badge-starrating{
    font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
  }

@media only screen and (min-width:769px){

.grid-product .spr-badge-starrating{
    font-size:calc(var(--typeBaseSize) - 2px);
  }
  }

.grid-product .spr-badge-starrating{
    vertical-align:top;
  }

.grid-product .spr-badge-caption{
    font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
  }

@media only screen and (min-width:769px){

.grid-product .spr-badge-caption{
    font-size:calc(var(--typeBaseSize) - 2px);
  }
  }

.grid-product .spr-badge-caption{
    margin-left:4px;
  }

.product-reviews--tab .collapsible-trigger .spr-badge-caption{
      margin-left:0;
    }

.product-reviews--tab .collapsible-trigger .spr-badge-starrating{
      font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
    }

@media only screen and (min-width:769px){

.product-reviews--tab .collapsible-trigger .spr-badge-starrating{
    font-size:calc(var(--typeBaseSize) - 2px);
    }
  }

.product-reviews--tab .collapsible-trigger .spr-badge-starrating{
      margin-right:10px;
    }

.product-reviews--tab .collapsible-trigger .spr-badge[data-rating="0.0"] .spr-starrating{
        display:none;
      }

.product-reviews--tab .spr-icon{
    margin-right:1px;
  }

.product-reviews--tab .spr-badge-caption{
    margin-left:4px;
  }

.product-reviews--tab .spr-header-title,.product-reviews--tab .spr-summary-caption,.product-reviews--tab .spr-summary-starrating{
    display:none !important;
  }

.product-reviews--tab .spr-button,.product-reviews--tab .spr-summary-actions a{
    margin-top:0 !important;
  }

.product-reviews--tab .spr-button-primary{
    float:none;
  }

@media only screen and (max-width:480px){
    .product-reviews--tab .spr-summary{
      text-align:left;
    }
  }

.product-reviews--tab .spr-form-title{
    display:none;
  }

.product-reviews--tab .spr-form-label{
    font-size:13px !important;
  }

.product-reviews--tab .spr-review-header .spr-starratings{
    font-size:14px;
  }

.spr-pagination.spr-pagination{
  flex:1 0 100%;
  border:0;
}

@media only screen and (max-width:768px){
  #shopify-product-reviews{
    overflow:visible !important;
  }

  .spr-reviews.spr-reviews{
    display:flex;
    overflow:hidden;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch;
    margin:30px -30px 0;
    padding-right:30px;
  }

  .spr-review.spr-review{
    padding:20px 24px !important;
    margin-right:30px;
    border:1px solid;
    border-color:#0e150e;
    border-color:var(--colorTextBody);
    flex:0 0 66vw;
    width:66vw
  }

    .spr-review.spr-review:first-child{
      margin-left:30px;
      margin-top:0;
    }

  .spr-pagination.spr-pagination{
    flex:1 0 auto;
    padding:0;
    display:flex;
    align-items:center
  }

    .spr-pagination.spr-pagination .spr-pagination-next,.spr-pagination.spr-pagination .spr-pagination-prev{
      position:static;
      padding:0 15px;
    }
}

.site-footer{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.site-footer{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.site-footer{
  margin-top:40px
}

@media only screen and (min-width:769px){

.site-footer{
    margin-top:80px
}

.template-index .site-footer{
      margin-top:0
}
  }

.site-footer__section+.site-footer__section{
  margin-top:10px
}

@media only screen and (min-width:769px){

.site-footer__section+.site-footer__section{
    margin-top:20px
}
  }

.footer__title{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  font-style:var(--typeHeaderStyle);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

[data-type_header_capitalize=true] .footer__title{
    text-transform:uppercase;
}

.site-footer__copyright{
  font-size:9px
}

@media only screen and (min-width:769px){

.site-footer__copyright{
    font-size:11px
}
  }

.site-footer__copyright>span{
    padding:0 10px;
  }

.site-footer__linklist a{
  display:block;
  padding:5px 10px;
}

.site-footer__section--newsletter{
  background-color:#000000;
  background-color:var(--wasabi);
  color:#fff;
  color:var(--junglegreen);
  padding:80px 0;
  margin-bottom:80px
}

@media only screen and (min-width:769px){
    .site-footer__section--newsletter .page-width{
      max-width:60vw;
    }
  }

.multi-selectors{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.multi-selectors__item{
  margin:0 10px;
}

.payment-icons{
  -webkit-user-select:none;
          user-select:none;
  cursor:default
}

.payment-icons li{
    cursor:default;
    margin:0 4px 0;
  }

.errors,.note{
  border-radius:var(--buttonRadius);
  padding:6px 18px;
  margin-bottom:20px;
  border:2px solid transparent;
  text-align:left
}

.errors ol,.errors ul,.note ol,.note ul{
    margin-top:0;
    margin-bottom:0
  }

.errors ol:last-child,.errors ul:last-child,.note ol:last-child,.note ul:last-child{
      margin-bottom:0;
    }

.errors li:last-child,.note li:last-child{
    margin-bottom:0;
  }

.errors p,.note p{
    margin-bottom:0;
  }

.note{
  border-color:#0e150e;
  border-color:var(--colorTextBody);
}

.errors ul{
    list-style:disc outside;
    margin-left:20px;
  }

.note--success{
  color:#56ad6a;
  background-color:#ecfef0;
  border-color:#56ad6a
}

.note--success a{
    color:#56ad6a;
    text-decoration:underline
  }

.note--success a:hover{
      text-decoration:none;
    }

.errors,.form-error{
  color:#d02e2e;
  background-color:#fff6f6;
  border-color:#d02e2e
}

.errors a,.form-error a{
    color:#d02e2e;
    text-decoration:underline
  }

.errors a:hover,.form-error a:hover{
      text-decoration:none;
    }

.pagination{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.pagination{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.pagination{
  margin:0;
  padding:80px 0 0;
  text-align:center
}

.pagination>span{
    display:inline-block;
    line-height:1;
  }

.pagination a{
    display:inline-block;
  }

.pagination .page.current,.pagination a{
    padding:8px 12px;
  }

.pagination .page.current{
    opacity:0.3;
  }

.pagination .next,.pagination .prev{
    color:#0e150e;
    color:var(--colorBtnPrimaryText);
    background:#f3f3e7;
    background:var(--colorBtnPrimary);
    width:43px;
    height:43px;
    line-height:27px;
    border-radius:43px;
    margin:0 10px
  }

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

.pagination .next,.pagination .prev{
      width:35px;
      height:35px;
      line-height:19px
  }
    }

.pagination .next .icon,.pagination .prev .icon{
      color:#0e150e;
      color:var(--colorBtnPrimaryText);
      width:13px;
      height:13px
    }

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

.pagination .next .icon,.pagination .prev .icon{
        width:12px;
        height:12px
    }
      }

.rte:after{content:"";display:table;clear:both;}

.rte+.rte{
    margin-top:40px;
  }

.rte img{
    height:auto;
  }

.rte ol,.rte p,.rte table,.rte ul{
    margin-bottom:25px;
  }

.rte ul ul{
      margin-bottom:0;
    }

.rte a{
    text-decoration:none;
  }

.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{
    margin-top:2.5em;
    margin-bottom:1em;
  }

.rte h1:first-child,.rte h2:first-child,.rte h3:first-child,.rte h4:first-child,.rte h5:first-child,.rte h6:first-child{
      margin-top:0;
    }

.rte h1 a,.rte h2 a,.rte h3 a,.rte h4 a,.rte h5 a,.rte h6 a{
      text-decoration:none;
    }

.rte meta:first-child+h1,.rte meta:first-child+h2,.rte meta:first-child+h3,.rte meta:first-child+h4,.rte meta:first-child+h5,.rte meta:first-child+h6{
      margin-top:0;
    }

.rte>div{
    margin-bottom:20px;
  }

.rte li{
    margin-bottom:0;
  }

.rte>div:last-child,.rte>p:last-child{
    margin-bottom:0;
  }

.rte table{
    font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
  }

@media only screen and (min-width:769px){

.rte table{
    font-size:calc(var(--typeBaseSize) - 2px);
  }
  }

.rte table{
    table-layout:fixed;
  }

.rte--block{
  margin-bottom:20px;
}

.rte-setting>p:last-child{
    margin-bottom:0;
  }

.text-center.rte ol,.text-center .rte ol,.text-center.rte ul,.text-center .rte ul{
    list-style-position:inside;
    margin-left:0;
  }

.rte--nomargin{
  margin-bottom:0;
}

.rte--indented-images img:not([style]),.rte--indented-images img[style="float: none;"]{
  max-width:100vw;
  margin:0 -30px;
  display:block
}

@media only screen and (min-width:769px){

.rte--indented-images img:not([style]),.rte--indented-images img[style="float: none;"]{
    max-width:130%;
    margin:40px -15%
}
  }

.rte--indented-images p[style] img{
  display:inline;
  margin:0;
  max-width:100%;
}

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

@media only screen and (max-width:768px){
  .header-layout--mobile-logo-only{
    justify-content:center;
  }
}

.header-layout--center{
  align-items:center;
}

.header-item{
  display:flex;
  align-items:center;
  flex:1 1 auto;
}

.header-item--logo{
  flex:0 0 auto;
}

.header-item--icons{
  justify-content:flex-end;
  flex:0 1 auto;
}

.header-layout--left-center .header-item--icons,.header-layout--left-center .header-item--logo{
    flex:0 0 200px;
    max-width:50%
  }

@media only screen and (min-width:769px){

.header-layout--left-center .header-item--icons,.header-layout--left-center .header-item--logo{
      min-width:130px;
  }
    }

@media only screen and (min-width:769px){

.header-layout[data-logo-align=center] .header-item--logo{
      margin:0 40px
  }
    }

.header-layout[data-logo-align=center] .header-item--icons,.header-layout[data-logo-align=center] .header-item--navigation{
    flex:1 1 130px;
  }

@media only screen and (min-width:769px){
    .header-layout[data-logo-align=left] .site-header__logo{
      margin-right:13.33333px;
    }
}

.header-item--logo-split{
  display:flex;
  justify-content:center;
  align-items:center;
  flex:1 1 100%
}

.header-item--logo-split .header-item:not(.header-item--logo){
    text-align:center;
    flex:1 1 20%;
  margin: 0px;
  }

.header-item--split-left{
  justify-content:flex-start;
}

.header-item--split-right {
justify-content:flex-end;
}

.header-item--left .site-nav{
    margin-left:-12px
  }

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

.header-item--left .site-nav{
      margin-left:-7.5px
  }
    }

.header-item--icons .site-nav{
    margin-right:-12px
  }

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

.header-item--icons .site-nav{
      margin-right:-7.5px
  }
    }

.site-header{
  position:relative;
  padding:10px 0;
  background:#f3f3e7;
  background:var(--colorNav)
}

@media only screen and (min-width:769px){

.site-header{
    padding:15px 0
}
  }

.site-header--sticky{
  position:fixed;
  left:0;
  right:0;
  top:0;
  padding:0;
  transform:translate3d(0, -100%, 0);
  transition:none;
  z-index:20;
}

.site-header--opening{
  transform:translateZ(0);
  transition:transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header__logo{
  margin:13.33333px 0;
  display:block
}

@media only screen and (min-width:769px){

.text-center .site-header__logo{
      padding-right:0;
      margin:13.33333px auto
}
  }

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

.site-header__logo{
    margin-left:auto;
    margin-right:auto
}
  }

.header-layout[data-logo-align=center] .site-header__logo{
    margin-left:auto;
    margin-right:auto;
    text-align:center
}

.site-header__logo a,.site-header__logo a:hover{
    text-decoration:none;
  }

.site-header__logo img{
    display:block
  }

.header-layout--center .site-header__logo img{
      margin:0 auto
  }

.site-header__logo-link{
  display:flex;
  align-items:center;
  color:#0e150e;
  color:var(--colorNavText)
}

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

.site-header__logo-link{
    margin:0 auto
}
  }

.site-header__logo-link:hover{
    color:#0e150e;
    color:var(--colorNavText);
  }

.header-wrapper--overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:6;
  background:none;
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%,transparent);
  transform:translateZ(0)
}

.header-wrapper--overlay:not(.header-wrapper--sticky) .site-header{
    background:none;
  }

.header-wrapper--sticky{
  transform:none;
  background:none;
}

.search-modal__wrapper{
  border-bottom:2px solid currentColor;
}

.search-modal__input{
  border:0;
  padding-left:0;
  font-size:2em
}

.search-modal__input:focus{
    border:0;
  }

.search-modal__submit svg{
    width:40px;
    height:40px;
  }

.search-bar{
  max-width:100%;
}

.search-bar--page{
  max-width:300px;
  margin:40px auto;
}

.search-bar .icon{
  width:24px;
  height:24px;
  vertical-align:middle;
}

.section-header{
  margin-bottom:40px;
  text-align:center
}

@media only screen and (min-width:769px){

.section-header{
    margin-bottom:60px
}
  }

.section-header--hero{
  position:relative;
  flex:1 1 100%;
  color:#ffffff;
  color:var(--colorHeroText);
  margin-bottom:20px
}

@media only screen and (min-width:769px){

.section-header--hero{
    margin-bottom:40px
}
  }

.section-header__title{
  margin-bottom:0;
}

.spr-header-title.spr-header-title{
  margin-bottom:15px;
}

.section-header__description{
  font-size:calc(var(--typeBaseSize)*1.22*0.85)
}

@media only screen and (min-width:769px){

.section-header__description{
    font-size:calc(var(--typeBaseSize)*1.22)
}
  }

.section-header__description{
  max-width:700px;
  margin:0 auto
}

.section-header__title+.section-header__description{
    margin-top:10px
}

.section-header__description--large{
  font-size:calc(var(--typeBaseSize)*1.22*0.85);
}

@media only screen and (min-width:769px){

.section-header__description--large{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

.section-header--404{
  margin-bottom:0;
  padding:80px 0;
}

.section-header select{
  margin-left:20px;
}

.section-header .btn{
  float:right;
  margin:0;
}

.site-nav{
  font-size:calc(var(--typeBaseSize)*1.22*0.85)
}

@media only screen and (min-width:769px){

.site-nav{
    font-size:calc(var(--typeBaseSize)*1.22)
}
  }

.site-nav{
  margin:0
}

.site-header--sticky .site-nav{
    font-size:calc(var(--typeBaseSize)*1.22 - 3px)
}

.text-center .site-navigation{
    margin:0 auto
}

.text-right .site-navigation{
    width:100%
}

.header-layout--left .site-navigation{
    padding-left:13.33333px
}

.site-nav--icons{
  display:flex;
  align-items:center;
}

.site-nav__icons{
  white-space:nowrap;
}

.site-nav__item{
  position:relative;
  display:inline-block;
  margin:0
}

.site-nav__item li{
    display:block;
  }

.site-nav__link{
  display:inline-block;
  vertical-align:middle;
  text-decoration:none;
  padding:7.5px 10px;
  white-space:nowrap;
  color:#13352D;
  letter-spacing: 0.06em;
  font-weight: 600 !important;
  opacity: 0.8;
  transition: opacity: 0.5s ease;
}

.site-nav__link:hover{
    color:#13352D;
    opacity: 1;
  }

.is-light .site-nav__link{
    color:#fff
}

.is-light .site-nav__link:hover{
      color:#fff;
    }

.site-nav--has-dropdown>.site-nav__link{
    position:relative;
    z-index:6
}

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

.site-nav__link{
    padding:7.5px
}

.header-layout--center .site-nav__link{
      padding-left:2px;
      padding-right:2px
}
  }

.site-nav--has-dropdown{
  z-index:6
}

.site-nav--has-dropdown.is-focused,.site-nav--has-dropdown:hover{
    z-index:7;
  }

.site-nav--has-dropdown.is-focused>a,.site-nav--has-dropdown:hover>a{
    background-color: #f3f3e7;
    opacity: 1;
    color: #13352D !important;
    transition: none;
}

.header-wrapper--overlay.is-light .site-nav__dropdown {
  padding-top: 0;
}

.header-wrapper--overlay.is-light .site-nav__dropdown {
  left: 0;
}



[data-animate_underlines=false] .site-nav--active>a:before,[data-animate_underlines=true] .site-nav__item.is-focused>a:before,[data-animate_underlines=true] .site-nav__item:hover>a:before{
      left:15px;
      right:15px;
    }

.site-nav__link--icon{
  padding-left:12px;
  padding-right:12px
}

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

.site-nav__link--icon{
    padding-left:7.5px;
    padding-right:7.5px
}

    .site-nav__link--icon+.site-nav__link--icon{
      margin-left:-3px;
    }
  }

.site-nav__link--icon .icon{
    display:block;
    width:30px;
    height:30px;
  }

.site-nav__dropdown{
  position:absolute;
  left:-10px;
  margin:0;
  z-index:5;
  display:block;
  visibility:hidden;
  background-color:transparent;
  min-width:100%;
  padding:13.33333px 0 5px;
  padding-top: 22px;
}

.cart-link__count {
display:none !important;
}

.dropdowncontain {
  background: var(--colorBody);
  padding: 10px;
  border-radius: 0px;
}

.heroheaderfirst {
  border-bottom: unset !important;
}

.heroheaderfirst .site-nav__dropdown {
padding-top: 20px;
}

.site-header:not(.heroheaderfirst) .site-nav__dropdown {
  padding-top: 35px;
}

.showmobilemenu {
      transform: translateY(0) !important;
}

.is-focused>.site-nav__dropdown,.site-nav--has-dropdown:hover .site-nav__dropdown{
    display:block;
    visibility:visible;
    transform:translateZ(0px);
    transition:all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95)
}

.header-layout--right .site-nav--has-dropdown:last-child .site-nav__dropdown,.header-layout--right .site-nav--has-dropdown:nth-last-child(2) .site-nav__dropdown{
    left:auto;
    right:0
}

.header-layout--right .site-nav--has-dropdown:last-child .site-nav__dropdown .site-nav__deep-dropdown,.header-layout--right .site-nav--has-dropdown:nth-last-child(2) .site-nav__dropdown .site-nav__deep-dropdown{
      left:auto;
      right:100%
    }

.header-layout--right .site-nav--has-dropdown:last-child .site-nav__dropdown .site-nav__deep-dropdown:before,.header-layout--right .site-nav--has-dropdown:nth-last-child(2) .site-nav__dropdown .site-nav__deep-dropdown:before{
        left:auto;
        right:0;
        background-image:linear-gradient(270deg, rgba(0, 0, 0, 0.09), transparent);
      }

.site-nav__dropdown li{
    margin:0;
  }

.site-nav__dropdown>li{
    position:relative
  }

.site-nav__dropdown>li>a{
      position:relative;
      z-index:6;
    }

.site-nav__dropdown a{
    background-color:#f3f3e7;
    background-color:var(--colorBody);
  }

.site-nav__deep-dropdown{
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  box-shadow:0px 10px 20px rgba(0, 0, 0, 0.09);
  position:absolute;
  top:0;
  left:100%;
  margin:0;
  visibility:hidden;
  opacity:0;
  z-index:5;
  transform:translate3d(-12px, 0px, 0px)
}

.header-layout--center .site-nav__item:last-child .site-nav__deep-dropdown{
    left:auto;
    right:100%
}

.is-focused>.site-nav__deep-dropdown,.site-nav__deep-dropdown-trigger:hover .site-nav__deep-dropdown{
    visibility:visible;
    opacity:1;
    transform:translateZ(0px);
    transition:all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95)
}

.site-nav__deep-dropdown:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:10px;
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.09), transparent);
    pointer-events:none
  }

.header-layout--center .site-nav__item:last-child .site-nav__deep-dropdown:before{
      left:auto;
      right:0;
      background-image:linear-gradient(270deg, rgba(0, 0, 0, 0.09), transparent)
  }

.site-nav__deep-dropdown-trigger:hover .site-nav__dropdown-link--has-children{
    background-color:#ebebd6;
    background-color:var(--colorBodyDim)
}

.site-nav__dropdown-link--has-children:focus,.site-nav__dropdown-link--has-children:hover{
    background-color:#ebebd6;
    background-color:var(--colorBodyDim);
  }

.site-nav__deep-dropdown-trigger .icon-chevron-down{
  position:absolute;
  top:50%;
  right:10px;
  width:10px;
  height:10px;
  transform:rotate(-90deg) translateX(50%);
}

.header-wrapper--overlay .site-header {
  border-bottom: unset;
}

.childlinkflex {
  display:flex;
  align-items:center;
}

.linkicon {
  display:flex;
  align-items:center;
  margin-right: 10px;
}

.comingsoonheader {
  opacity: 0.6;
}

.comingsoonheader:hover {
  opacity: 1;
}

@media only screen and (min-width:769px){
  .site-nav__link--icon .icon{
    width:28px;
    height:28px
  }
  .site-header--sticky .site-nav__link--icon .icon{
      width:24px;
      height:24px
  }
}

.cart-link{
  position:relative;
  display:block;
  line-height:1
}

.site-nav__link--cart .cart-link{
    left:-1px
}

.cart-link__bubble{
  display:none;
  background-color:currentColor;
  text-align:center;
  line-height:15px
}

.cart-has-items .cart-link__bubble{
display: block;
    position: relative;
    top: 2px;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #13352D;
    margin-left: 10px;
}

.cart-link {
  display:flex;
}

.cart-link__bubble-num {
  display:none;
}

.site-header .page-width {
  max-width: unset;
  padding: 0 80px;
}

.header-item.header-item--left.header-item--navigation.small--hide {
  display:none;
}

.cart-has-items [data-icon=cart] .cart-link__bubble{
    top:0;
    right:-4px
}

.cart-link__count{
  display:block;
  font-size:8px;
  letter-spacing:-0.5px;
  color:#80873a;
  color:var(--colorCartDot);
}

.page-container{
  display:block;
  transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-toggle-slide-nav .icon-close{
    display:none;
  }

.js-toggle-slide-nav.is-active .icon-close{
      display:inline-block;
    }

.js-toggle-slide-nav.is-active .icon-hamburger,.js-toggle-slide-nav.is-active .icon-menu-label{
      display:none;
    }

.icon-menu-label{
  margin-left:5px;
}

.slide-nav{
  display:block;
  transform:translateZ(0);
  transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  margin:0;
  padding:15px 0 0
}

.body--sticky-cart-open .slide-nav{
    padding-bottom:15px
}

.sub-nav--is-open .slide-nav{
    transform:translate3d(-100%, 0, 0)
}

.third-nav--is-open .slide-nav{
    transform:translate3d(-200%, 0, 0)
}

.slide-nav button{
    background-color:transparent;
    border:0;
    margin:0;
  }

.slide-nav a,.slide-nav button{
    color:#0e150e;
    color:var(--colorBtnPrimaryText)
  }

.slide-nav a:active,.slide-nav a:focus,.slide-nav a:hover,.slide-nav button:active,.slide-nav button:focus,.slide-nav button:hover{
      color:#0e150e;
      color:var(--colorBtnPrimaryText);
    }

.slide-nav__link,.slide-nav__sublist-link{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  font-style:var(--typeHeaderStyle);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight)
}

[data-type_header_capitalize=true] .slide-nav__link,[data-type_header_capitalize=true] .slide-nav__sublist-link{
    text-transform:uppercase
}

.slide-nav__link,.slide-nav__sublist-link{
  display:block;
  width:100%;
  padding:8px 16px;
  transition:background 0.15s ease;
  transition:var(--colorBtnPrimaryBgTransition);
  text-align:center
}

.slide-nav__link:active,.slide-nav__sublist-link:active{
    background-color:#ffffff;
    background-color:var(--colorBtnPrimaryActive);
  }

.slide-nav__link{
  position:relative;
  transition:opacity 0.5s ease;
}

.sub-nav--is-open .slide-nav__link:not(.slide-nav__sublist-link){
  opacity:0;
  transition-delay:0.15s;
}

.slide-nav__sublist-link:not(.slide-nav__sublist-header){
  padding-right:16px;
  padding-left:16px;
}

.slide-nav__sublist-header{
  padding-right:63px;
}

.slide-nav__item{
  display:block;
  width:100%;
  margin:0
}

.slide-nav__item .icon{
    position:absolute;
    top:50%;
    left:50%;
    height:12px;
    width:10px;
    margin:-6px 0 0 -5px;
  }

.slide-nav__return-btn{
  position:relative;
  padding:24px 0;
  width:55px;
  vertical-align:middle;
}

.slide-nav__icon{
  display:block;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  padding-left:30px;
  padding-right:30px;
  pointer-events:none;
  overflow:hidden;
}

.slide-nav__table{
  display:table;
  width:100%;
  margin-bottom:20px;
}

.slide-nav__table-cell{
  display:table-cell;
  vertical-align:middle;
  width:1%;
  text-align:left;
  white-space:normal;
}

.slide-nav__toggle-button{
  padding:20px 15px;
}

.slide-nav__dropdown{
  display:block;
  visibility:hidden;
  position:absolute;
  background-color:#f3f3e7;
  background-color:var(--colorBtnPrimary);
  z-index:8;
  width:100%;
  top:0;
  right:-100%;
  padding:15px 0 0;
  margin:0;
  opacity:0;
  transition:all 1s ease 0.15s
}

.body--sticky-cart-open .slide-nav__dropdown{
    padding-bottom:15px
}

.slide-nav__dropdown.is-active{
    visibility:visible;
    opacity:1;
  }

.slide-nav__dropdown .slide-nav__sublist-header{
    display:table-cell;
    vertical-align:middle;
    padding-left:8px;
  }

.site-nav__thumb-menu{
  position:fixed;
  bottom:0;
  bottom:calc(env(safe-area-inset-bottom)*1.18);
  left:0;
  right:0;
  display:flex;
  margin:20px;
  z-index:20
}

@media only screen and (min-width:769px){

.site-nav__thumb-menu{
    margin:40px;
    max-width:350px
}
  }

.js-animate .site-nav__thumb-menu{
    transition:transform 0.25s
}

.body--sticky-cart-open .site-nav__thumb-menu{
    display:none
}

@media screen and (max-height:400px){

.site-nav__thumb-menu{
    display:none
}
  }

.site-nav__thumb-menu--inactive{
  transform:translateY(200%);
}

.btn.site-nav__thumb-button{
  width:100%;
  font-size:19px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  height:68px
}

.btn.site-nav__thumb-button .icon{
    width:30px;
    height:30px;
  }

[data-button_style=round] .site-nav__thumb-button.is-active{
    border-top-right-radius:0;
    border-top-left-radius:0;
  }

[data-button_style=round]:not(.template-cart).cart-has-items .site-nav__thumb-button{
    border-top-right-radius:0;
  }

[data-button_style=round]:not(.template-cart).cart-has-items .site-nav__thumb-button:not(.is-active){
    border-bottom-right-radius:0;
  }

.slide-nav__overflow--thumb{
  display:none;
  overflow-x:hidden;
  position:fixed;
  left:40px;
  bottom:108px;
  bottom:calc(108px + env(safe-area-inset-bottom)*1.18);
  max-height:calc(100vh - 148px);
  transition:all 0.2s ease-out;
  z-index:18
}

[data-button_style=round] .slide-nav__overflow--thumb{
    border-top-right-radius:var(--buttonRadius);
    border-top-left-radius:var(--buttonRadius)
}


.slide-nav__overflow--thumb {
  max-height: 0;
}

.slide-nav__overflow--thumb.js-menu--is-open{
    display:block;
    background-color:#f3f3e7;
    background-color:var(--colorBtnPrimary);
    border: 2px solid var(--eveningsea);
    border-bottom: unset;
    max-height: 1000px;
  }


@media only screen and (min-width:769px){

.slide-nav__overflow--thumb{
    width:100%;
    max-width:350px
}

.body--sticky-cart-open .slide-nav__overflow--thumb{
      left:50%;
      transform:translate(-50%);
      max-width:500px
}
  }

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

.slide-nav__overflow--thumb{
    left:20px;
    right:20px;
    bottom:88px;
    bottom:calc(88px + env(safe-area-inset-bottom)*1.18);
    max-height:calc(100vh - 108px);
    max-width:100%
}

.body--sticky-cart-open .slide-nav__overflow--thumb{
      left:0;
      right:0
}
  }

.slide-nav__overflow--thumb .slide-nav__dropdown{
    background-color:#f3f3e7;
    background-color:var(--colorBtnPrimary)
  }

[data-button_style=round] .slide-nav__overflow--thumb .slide-nav__dropdown{
      border-top-right-radius:var(--buttonRadius);
      border-top-left-radius:var(--buttonRadius)
  }

.slide-nav__wrapper{
  background-color:#f3f3e7;
  background-color:var(--colorBtnPrimary);
  transform:translateY(100%);
  transition:all 0.1s linear
}

[data-button_style=round] .slide-nav__wrapper{
    border-top-right-radius:var(--buttonRadius);
    border-top-left-radius:var(--buttonRadius)
}

.js-menu--is-open .slide-nav__wrapper{
    transform:translateY(0);
    transition:all 0.25s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.slide-nav__overflow--slide{
  display:none;
  position:absolute;
  transform:translate3d(0, -100%, 0);
  transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  width:100%;
  background-color:#f3f3e7;
  background-color:var(--colorBtnPrimary)
}

.slide-nav__overflow--slide:after{
    content:"";
    position:absolute;
    top:-9px;
    left:0;
    width:100%;
    height:10px;
    background-color:#0e150e;
    background-color:var(--colorBtnPrimaryText);
  }

.slide-nav__overflow--slide.js-menu--is-open{
    display:block;
  }

.modal{
  display:none;
  bottom:0;
  left:0;
  opacity:1;
  overflow:hidden;
  position:fixed;
  right:0;
  top:0;
  z-index:25;
  align-items:center;
  justify-content:center
}

.modal-open .modal:before{
      content:"";
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-color:#f3f3e7;
      background-color:var(--colorBody);
    }

.modal.modal--square:before{
    opacity:0.6;
  }

.modal-open .modal--newsletter:before{
  background-color:rgba(14, 21, 14, 0.5);
}

.modal--is-active{
  display:flex;
}

@media only screen and (min-width:769px){
  .modal-open{
    overflow:hidden;
  }
}

.modal__inner{
  transform-style:preserve-3d;
  flex:0 1 auto;
  margin:20px;
  max-width:100%;
  display:flex;
  align-items:center
}

@media only screen and (min-width:769px){

.modal__inner{
    margin:40px
}
  }

.modal__inner img{
    display:block;
    max-height:90vh;
  }

.modal__inner .image-wrap img{
    max-height:none;
  }

.modal__centered{
  position:relative;
  flex:0 1 auto;
  min-width:1px;
  max-width:100%;
}

.modal--square .modal__centered-content{
    max-height:80vh;
    padding:30px;
    min-width:200px;
    min-height:200px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    background-color:#f3f3e7;
    background-color:var(--colorBody);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width:769px){

.modal--square .modal__centered-content{
      padding:60px;
      max-height:90vh;
      max-width:1200px
}
    }

.modal__close{
  position:fixed;
  top:20px;
  right:20px;
  border:0;
  box-shadow:none
}

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

.modal__close{
    top:15px;
    right:15px
}
  }

.modal__close:focus{
    box-shadow:none;
  }

.modal--square .modal__close{
    position:absolute;
    padding:13.33333px
}

.modal__close--bottom{
  position:absolute;
  bottom:20px;
  bottom:calc(20px + env(safe-area-inset-bottom)*1.18);
  left:50%;
  transform:translateX(-50%);
}

.modal__footer-text{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.modal__footer-text{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.modal__footer-text{
  position:fixed;
  padding:20px 40px;
  bottom:0;
  text-align:center;
  background-color:#f3f3e7;
  background-color:var(--colorBody);
}

.modal .page-content,.modal .page-width{
    padding:0;
  }

.popup-cta{
  margin:20px 0;
}

.modal--newsletter{
  align-items:flex-end
}

.modal--newsletter.modal--is-active .modal__inner{
    animation:rise-up 500ms forwards;
  }

.modal--newsletter .modal__inner{
    width:100%;
    margin:0;
  }

.modal--newsletter .modal__centered{
    width:100%
  }

.modal--newsletter .modal__centered .modal__centered-content{
      max-width:none;
    }

@media only screen and (max-width:768px){
  .modal--mobile-friendly{
    top:auto;
    bottom:0;
    overflow:auto
  }

    .modal--mobile-friendly.modal--square .modal__centered-content{
      padding:20px 20px 0;
    }

    .modal--mobile-friendly.modal--is-active{
      overflow:auto;
    }
      .modal-open .modal--mobile-friendly:before{
        display:none;
      }

    .modal--mobile-friendly .modal__inner{
      margin:0;
      border-top:2px solid;
      border-top-color:#0e150e;
      border-top-color:var(--colorTextBody);
    }

    .modal--mobile-friendly .modal__close{
      background:none;
      padding:5px;
      margin:0;
    }
    .modal--mobile-friendly .modal__title{
      margin-right:40px;
    }
}

.screen-layer-open .root{
  display:none;
}

.screen-layer-closing .root{
  display:block;
}

.screen-layer{
  position:relative;
  display:none;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:1;
  overflow:visible;
  z-index:25
}

.screen-layer-animating .screen-layer{
    position:fixed
}

.screen-layer__inner{
  background-color:#f3f3e7;
  background-color:var(--colorBody);
}

.screen-layer--is-sliding .screen-layer__inner{
    animation:page-slide-reveal-down 500ms forwards;
  }

.screen-layer--is-sliding{
  display:block !important;
  overflow:hidden;
}

.screen-layer--is-active{
  display:block !important;
}

.screen-layer__inner{
  width:100%;
  max-height:100%;
  min-height:100%;
  -webkit-overflow-scrolling:touch;
}

.screen-layer__close{
  position:fixed;
  bottom:20px;
  bottom:calc(20px + env(safe-area-inset-bottom)*1.18);
  left:50%;
  transition:opacity 0.15s ease-in;
  z-index:5;
  transform:translateX(-50%)
}

@media only screen and (min-width:769px){

.screen-layer__close{
    top:20px;
    right:20px;
    left:auto;
    transform:none;
    bottom:auto
}
  }

.screen-layer--is-sliding .screen-layer__close{
    opacity:0
}

.multi-picker__label{
  display:inline-block;
  vertical-align:middle
}

.currency-flag+.multi-picker__label{
    padding-left:5px
}

.currency-flag{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  overflow:hidden;
  border-radius:50%;
  box-shadow:inset 0 0 1px 0 rgba(0, 0, 0, 0.3)
}

.currency-flag:after,.currency-flag:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:50%;
  }

.currency-flag:before{
    content:attr(data-flag);
    font-size:13px;
    margin:1px;
    background-color:#000;
    color:#fff;
    text-align:center;
    font-weight:700;
    line-height:39px;
  }

.currency-flag--small{
  width:22px;
  height:22px
}

.currency-flag--small:before{
    font-size:8px;
    line-height:20px;
  }

.disclosure{
  position:relative;
}

.disclosure__toggle{
  white-space:nowrap;
  border-bottom:0;
}

.disclosure-list{
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  color:#0e150e;
  color:var(--colorTextBody);
  bottom:100%;
  padding:10px 0px;
  margin:0;
  position:absolute;
  display:none;
  min-height:92px;
  max-height:60vh;
  overflow-y:auto;
  border-radius:0;
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.09)
}

.disclosure-list a{
    color:currentColor;
  }

.disclosure-list--visible{
  display:block;
}

.disclosure-list__item{
  white-space:nowrap;
  padding:5px 30px 4px 15px;
  text-align:left
}

.disclosure-list__item .multi-picker__label{
    border-bottom:2px solid transparent;
  }

.disclosure-list__option:focus .multi-picker__label,.disclosure-list__option:hover .multi-picker__label{
      border-bottom:2px solid currentColor;
    }

.disclosure-list__item--current .multi-picker__label{
    border-bottom:2px solid currentColor;
  }

.collapsibles-content-wrapper{
  padding-top:20px;
  text-align:left;
}

.collapsibles-wrapper--border-bottom{
  border-bottom:2px solid;
  border-bottom-color:#0e150e;
  border-bottom-color:var(--colorTextBody);
  margin-top:-20px;
}

.collapsible-trigger{
  color:inherit;
  position:relative;
}

.collapsible-trigger__icon{
  display:block;
  position:absolute;
  right:0;
  top:50%;
  width:12px;
  height:12px;
  transform:translateY(-50%)
}

.collapsible-trigger__icon .icon{
    display:block;
    width:12px;
    height:12px;
    transition:all 0.1s ease-in;
  }

.collapsible-trigger--inline{
  padding:11px 0 11px 35px
}

.collapsible-trigger--inline .collapsible-trigger__icon{
    right:auto;
    left:0;
  }

.collapsible-trigger__icon--circle{
  border:2px solid;
  border-color:#0e150e;
  border-color:var(--colorTextBody);
  border-radius:50%;
  width:24px;
  height:24px;
  text-align:center
}

.collapsible-trigger__icon--circle .icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
  }

.collapsible-trigger.is-open .collapsible-trigger__icon>.icon-chevron-down{
  transform:scaleY(-1);
}

.collapsible-trigger .collapsible-trigger__icon .icon-minus,.collapsible-trigger.is-open .collapsible-trigger__icon .icon-plus{
  display:none;
}

.collapsible-trigger.is-open .collapsible-trigger__icon .icon-minus{
  display:block;
}

.collapsible-content{
  transition:opacity 0s cubic-bezier(.25,.46,.45,.94),height 0s cubic-bezier(.25,.46,.45,.94)
}

.collapsible-content.is-open{
    visibility:visible;
    opacity:1;
    transition:opacity 0s cubic-bezier(.25,.46,.45,.94),height 0s cubic-bezier(.25,.46,.45,.94);
  }

.collapsible-content--all{
  visibility:hidden;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  opacity:0;
  height:0
}

.collapsible-content--all .collapsible-content__inner{
    transform:translateY(15px);
  }

.collapsible-content--all .collapsible-content__inner--no-translate{
    transform:translateY(0);
  }

@media only screen and (max-width:768px){
  .collapsible-content--small{
    visibility:hidden;
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    opacity:0;
    height:0
  }

    .collapsible-content--small .collapsible-content__inner{
      transform:translateY(40px);
    }

    .collapsible-content--small .collapsible-content__inner--no-translate{
      transform:translateY(0);
    }
}

.collapsible-content__inner{
  opacity:0;
  transition:transform 0s cubic-bezier(.25,.46,.45,.94)
}

.is-open .collapsible-content__inner{
    opacity:1;
    transform:translateY(0);
    transition:opacity 0.6s cubic-bezier(0.04, 0, 0.2, 1),transform 0.4s cubic-bezier(0.04, 0, 0.2, 1)
}

.rte.collapsible-content__inner--faq{
  padding-bottom:40px;
}

.collapsible-trigger[aria-expanded=true] .collapsible-label__closed{
    display:none
}

.collapsible-label__open{
  display:none
}

.collapsible-trigger[aria-expanded=true] .collapsible-label__open{
    display:inline-block
}

.pswp{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  overflow:hidden;
  touch-action:none;
  z-index:1500;
  -webkit-text-size-adjust:100%;
  -webkit-backface-visibility:hidden;
  outline:none; }

.pswp img{
  max-width:none;
}

.pswp--animate_opacity{
  opacity:0.001;
  will-change:opacity;
  transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open{
  display:block; }

.pswp--zoom-allowed .pswp__img{
  cursor:zoom-in; }

.pswp--zoomed-in .pswp__img{
  cursor:grab; }

.pswp--dragging .pswp__img{
  cursor:grabbing; }

.pswp__bg{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#f3f3e7;
  background:var(--colorBody);
  opacity:0;
  transform:translateZ(0);
  -webkit-backface-visibility:hidden; }

.pswp__scroll-wrap{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden; }

.pswp__container,.pswp__zoom-wrap{
  touch-action:none;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0; }

.pswp__container,.pswp__img{
  -webkit-user-select:none;
          user-select:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none; }

.pswp__zoom-wrap{
  position:absolute;
  width:100%;
  transform-origin:left top;
  transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg{
  will-change:opacity;
  transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{
  transition:none; }

.pswp__container,.pswp__zoom-wrap{
  -webkit-backface-visibility:hidden; }

.pswp__item{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  overflow:hidden; }

.pswp__img{
  position:absolute;
  width:auto;
  height:auto;
  top:0;
  left:0; }

.pswp__img--placeholder{
  -webkit-backface-visibility:hidden; }

.pswp--ie .pswp__img{
  width:100% !important;
  height:auto !important;
  left:0;
  top:0; }

.pswp__error-msg{
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  text-align:center;
  line-height:16px;
  margin-top:-8px;
  color:#ccc; }

.pswp__error-msg a{
  color:#ccc;
  text-decoration:underline; }

.pswp__button{
  position:relative
}

.pswp__button:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

.pswp__button--arrow--left .icon,.pswp__button--arrow--right .icon{
  width:13px;
  height:13px;
  margin:8px;
}

.pswp__button[disabled]{
  opacity:0;
  pointer-events:none;
}

.pswp__ui{
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  bottom:40px;
  left:0;
  right:0;
  transform:translateY(0);
  transition:transform 0.25s 0.6s
}

.pswp__ui .btn{
    margin:15px;
  }

.pswp__ui--hidden{
  transform:translateY(150%);
  transition:transform 0.25s;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area{
    opacity:1;
    background:#f3f3e7;
    background:var(--colorBody);
    border-color:rgba(14, 21, 14, 0.05);
    border-radius:50px;
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button{
    color:#0e150e;
    color:var(--colorTextBody);
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover{
      color:#0e150e;
      color:var(--colorTextBody);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active{
      color:#0e150e;
      color:var(--colorTextBody);
      background:rgba(14, 21, 14, 0.05);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after{
      border-color:rgba(14, 21, 14, 0.05);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster{
    background-color:#0e150e;
    background-color:var(--colorTextBody);
    color:#f3f3e7;
    color:var(--colorBody);
    border-radius:100%;
    border:1px solid;
    border-color:rgba(255, 255, 255, 0.05)
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover{
      color:#f3f3e7;
      color:var(--colorBody);
    }

.product-single__view-in-space{
  display:block;
  color:#0e150e;
  color:var(--colorTextBody);
  background-color:rgba(14, 21, 14, 0.08);
  width:100%;
  margin:0 0 10px;
  padding:5px 10px 10px
}

.slick-dotted.slick-slider+.product-single__view-in-space{
    margin-top:-10px
}

.product-single__view-in-space[data-shopify-xr-hidden]{
    display:none;
  }

.product-single__view-in-space-text{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.product-single__view-in-space-text{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.product-single__view-in-space-text{
  display:inline-block;
  vertical-align:middle;
  margin-left:5px;
}

.shopify-model-viewer-ui,.shopify-model-viewer-ui model-viewer{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.shopify-model-viewer-ui__button[hidden]{
  display:none;
}

.product-single__close-media{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
}

.slick-slider{
  position:relative;
  display:block;
  box-sizing:border-box;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
  direction:ltr
}

html[dir=rtl] .slick-slider{
    direction:rtl
}

.slick-list{
  position:relative;
  overflow:hidden;
  display:block;
  margin:0;
  padding:0
}

.slick-list:focus{
    outline:none;
  }

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

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

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

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

.slick-track:after{
    clear:both;
  }

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

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

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

.slick-slide img{
    display:block;
  }

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

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

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

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

.slick-vertical .slick-slide{
    display:block;
    height:auto
}

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

.slick-next,.slick-prev{
  position:absolute;
  display:block;
  height:20px;
  width:20px;
  line-height:0px;
  font-size:0px;
  cursor:pointer;
  background:transparent;
  color:transparent;
  top:50%;
  transform:translateY(-50%);
  padding:0;
  border:none
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
    background:transparent;
    color:transparent
  }

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
      opacity:1;
    }

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
    opacity:0.25;
  }

.slick-next:before,.slick-prev:before{
    font-size:20px;
    line-height:1;
    color:#000;
    opacity:0.75;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

.slick-prev{
  left:-25px
}

[dir=rtl] .slick-prev{
    left:auto;
    right:-25px
}

.slick-prev:before{
    content:"\2039"
  }

[dir=rtl] .slick-prev:before{
      content:"\203A"
  }

.slick-next{
  right:-25px
}

[dir=rtl] .slick-next{
    left:-25px;
    right:auto
}

.slick-next:before{
    content:"\203A"
  }

[dir=rtl] .slick-next:before{
      content:"\2039"
  }

.slick-dotted.slick-slider{
  margin-bottom:10px;
}

.slick-dots{
  position:absolute;
  bottom:10px;
  list-style:none;
  display:block;
  text-align:center;
  padding:0;
  margin:0;
  width:100%
}

.slick-dots li{
    position:relative;
    display:inline-block;
    height:20px;
    width:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
  }

.slick-dots li button{
      border:0;
      background:transparent;
      display:block;
      height:20px;
      width:20px;
      line-height:0px;
      font-size:0px;
      color:transparent;
      padding:5px;
      cursor:pointer
    }

.slick-dots li button:focus:before,.slick-dots li button:hover:before{
          opacity:1;
        }

.slick-dots li button:before{
        position:absolute;
        top:0;
        left:0;
        content:"";
        width:20px;
        height:20px;
        font-size:6px;
        line-height:20px;
        text-align:center;
        color:#fff;
        opacity:0.25;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
      }

.slick-dots li.slick-active button:before{
      color:#fff;
      opacity:0.75;
    }

.social-sharing .icon{
    height:18px;
    width:18px;
  }

.social-sharing__link{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.social-sharing__link{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.social-sharing__link{
  display:inline-block;
  color:#0e150e;
  color:var(--colorTextBody);
  border-radius:2px;
  margin:0 18px 0 0;
  text-decoration:none;
  font-weight:400
}

.social-sharing__link:last-child{
    margin-right:0;
  }

.social-sharing__title{
  display:inline-block;
  vertical-align:middle;
  padding-right:15px;
  padding-left:3px;
}

.grid-search{
  margin-bottom:40px;
}

.grid-search__product{
  position:relative;
  text-align:center;
}

.grid-search__page-link,.grid-search__product-link{
  height:280px;
}

.grid-search__page-link{
  display:block;
  background-color:#f0f0e0;
  padding:20px;
  color:#0e150e;
  color:var(--colorTextBody);
  overflow:hidden;
  text-overflow:ellipsis
}

.grid-search__page-link:focus,.grid-search__page-link:hover{
    background-color:#ececd9;
  }

.grid-search__page-content{
  display:block;
  height:100%;
  overflow:hidden;
}

.grid-search__page-content img{
  display:block;
  margin-bottom:10px;
}

.grid-search__image{
  display:block;
  padding:20px;
  margin:0 auto;
  max-height:100%;
  max-width:100%
}

@media only screen and (min-width:769px){

.grid-search__image{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}
  }

.index-section{
  margin:60px 0;
}

.index-section--alt{
  margin:0;
  padding:60px 0;
}

.index-section--overflow-scroller{
  margin-bottom:30px;
}

.index-section--small{
  margin:36px 0;
}

.index-section--faq{
  margin-bottom:60px;
}

@media only screen and (min-width:769px){
  .index-section{
    margin:120px 0;
  }

  .index-section--alt{
    margin:0;
    padding:120px 0;
  }

  .index-section--small{
    margin:60px 0;
  }

  .index-section--faq{
    margin:60px 0 30px;
  }
}

.page-blocks--flush .page-width{
  padding:0;
}

.page-blocks>div:first-child .index-section{
    margin-top:0;
  }

.feature-row-wrapper{
  overflow:hidden;
  direction:ltr;
}

.feature-row{
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center
}

@media only screen and (min-width:1550px){

.feature-row{
    margin:0 6%
}
  }

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

.feature-row{
    flex-direction:column;
    margin:0
}
  }

@media only screen and (max-width:768px){
  .feature-row--small-none{
    display:block;
  }
}

.feature-row__item{
  flex:0 1 57%;
  margin:0 auto
}

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

.feature-row__item{
    flex:1 1 auto;
    max-width:100%;
    min-width:100%
}
  }

.feature-row__item--overlap-images{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 0 15px;
  margin:0 0 0 -30px
}

@media only screen and (min-width:769px){

.feature-row__item--overlap-images{
    padding:50px 0;
    margin:0 auto
}
  }

.feature-row__item--overlap-images>*{
    width:50%
  }

[data-animate_images=true] .feature-row__item--overlap-images>* .image-wrap{
        transform:translate(50px);
        opacity:0;
        transition:opacity 0.5s ease,transform 0.5s cubic-bezier(0.2, 0.06, 0.05, 0.95);
      }

[data-animate_images=true] .feature-row__item--overlap-images>:first-child .image-wrap{
        transform:translate(-50px);
      }

.feature-row__item--overlap-images>:first-child{
      z-index:1;
      transform:translate(30px, 30px)
    }

@media only screen and (min-width:769px){

.feature-row__item--overlap-images>:first-child{
        transform:translate(50px, 50px)
    }
      }

[data-animate_images=true] .feature-row__item--overlap-images.aos-animate .image-wrap{
      transform:translate(0);
      opacity:1;
    }

.feature-row__item--overlap-images svg{
    border:2px solid;
    border-color:#f3f3e7;
    border-color:var(--colorBody);
  }

.feature-row__text{
  min-width:43%;
  flex:0 1 43%;
  padding:0
}

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

.feature-row__text{
    order:2;
    margin-top:0;
    padding:30px 20px 0;
    padding-bottom:0
}
  }

.feature-row__text .rte{
    margin:0;
  }

.feature-row__text .btn{
    margin-top:20px;
  }

@media only screen and (min-width:769px){
  .feature-row__text--left{
    padding-right:20px;
    padding-left:40px;
  }

  .feature-row__text--right{
    padding-right:40px;
    padding-left:20px;
  }
}

.feature-row__image{
  display:block;
  margin:0 auto
}

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

.feature-row__image{
    order:1
}
  }

.index-section--alt{
  background-color:#e8dcc6;
  background-color:var(--colorAlt);
  color:#0e150e;
  color:var(--colorAltText);
}

.index-section--alt a:not(.btn){
  color:#0e150e;
  color:var(--colorAltText)
}

.index-section--alt a:not(.btn):focus,.index-section--alt a:not(.btn):hover{
    color:#0e150e;
    color:var(--colorAltText);
  }

    
.index-section--alt .btn--tertiary{
  background-color:#e8dcc6;
  background-color:var(--colorAlt);
  border-color:#0e150e;
  border-color:var(--colorAltText);
  color:#0e150e;
  color:var(--colorAltText)
}

.index-section--alt .btn--tertiary:hover{
    background-color:#e8dcc6;
    background-color:var(--colorAlt);
    color:#0e150e;
    color:var(--colorAltText);
  }

[data-button_style=shadow] .index-section--alt .btn--tertiary{
    box-shadow:5px 5px 0 0 #0e150e;
    box-shadow:5px 5px 0 0 var(--colorAltText)
}

[data-button_style=shadow] .index-section--alt .btn--tertiary:active{
      box-shadow:1px 1px 0 0 #0e150e;
      box-shadow:1px 1px 0 0 var(--colorAltText);
      background-color:#e8dcc6;
      background-color:var(--colorAlt);
      color:#0e150e;
      color:var(--colorAltText);
    }

.index-section--alt .product-slider.slick-initialized:after{
  background-color:#0e150e;
  background-color:var(--colorAltText);
}

.index-section--alt .placeholder-svg{
  background-color:#fff;
}

.footer__social li{
    margin:5px 5px 0;
  }

.footer__social a{
    display:block;
    border-radius:100%;
    border:2px solid;
    border-color:#0e150e;
    border-color:var(--colorTextBody);
    padding:14px;
    line-height:1
  }

.footer__social a:active{
      color:#0e150e;
      color:var(--colorBtnPrimaryText);
      background:#f3f3e7;
      background:var(--colorBtnPrimary);
    }

.footer__social .icon{
    width:22px;
    height:22px
  }

@media only screen and (min-width:769px){

.footer__social .icon{
      width:24px;
      height:24px
  }
    }

.footer__social .icon.icon--wide{
      width:40px;
    }

.cart__empty-text{
  display:none;
  padding-bottom:30px
}

.cart--empty .cart__empty-text{
    display:block
}

.cart__header-labels{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  font-style:var(--typeHeaderStyle);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

[data-type_header_capitalize=true] .cart__header-labels{
    text-transform:uppercase;
}

.cart__header-labels{
  border-bottom:2px solid;
  border-bottom-color:#0e150e;
  border-bottom-color:var(--colorTextBody);
  padding-bottom:20px;
}

.cart--empty .cart__footer,.cart--empty .cart__header-labels,.cart--empty .cart__items{
    display:none
}

.cart__items.loading{
  position:relative
}

.cart__items.loading .cart__item{
    opacity:0.4;
    transition:opacity 0.2s ease;
  }

.cart__items.loading:after,.cart__items.loading:before{
    top:100px;
  }

.cart__items.loading:before{
    background-color:transparent;
  }

.cart__items.loading:after{
    background-color:#f3f3e7;
    background-color:var(--colorBtnPrimary);
  }

.cart__row{
  margin-bottom:30px;
}

.cart__checkout-wrapper{
  margin-top:20px
}

.cart__checkout-wrapper .additional-checkout-buttons{
    margin-top:12px;
  }

.cart__checkout-wrapper+.cart__checkout-wrapper{
    margin-top:40px;
  }

.cart__row [data-shopify-buttoncontainer]{
  justify-content:flex-end;
}

.cart__footer:not(.drawer__footer){
  border-top:2px solid;
  border-top-color:#0e150e;
  border-top-color:var(--colorTextBody);
  padding-top:20px;
}

@media only screen and (min-width:769px){
  .cart__footer .btn+.btn{
    margin-left:20px;
  }
}

.cart__row--table{
  display:table;
  table-layout:fixed;
  width:100%
}

.cart__row--table .grid__item{
    display:table-cell;
    vertical-align:middle;
    float:none;
  }

@media only screen and (min-width:769px){
  .cart__row--table-large{
    display:table;
    table-layout:fixed;
    width:100%
  }

    .cart__row--table-large .grid__item{
      display:table-cell;
      vertical-align:middle;
      float:none;
    }
}

.cart__row-product{
  display:flex;
  align-items:center;
}

.cart__row-content{
  padding-left:20px;
}

.cart__product-image-wrap{
  position:relative;
  width:15%;
  min-width:75px
}

@media only screen and (min-width:769px){

.cart__product-image-wrap{
    min-width:115px
}
  }

.cart__product-image{
  display:block;
  width:100%;
  padding-top:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top;
  opacity:0;
  transition:opacity 0.5s ease
}

.cart__product-image.lazyloaded{
    opacity:1;
  }


@media only screen and (min-width:769px){

.cart__product-name{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

.cart__product-name{
  display:block;
  line-height:1.4;
  margin-bottom:4px;
}

.cart__item-subtitle--inline{
  margin-right:5px;
}

.cart__item-price--bold{
  font-weight:700;
}

.cart__item-price--original{
  margin-right:5px;
}

.cart__quantity{
  display:inline-block;
  width:40px;
  padding:5px;
  margin-bottom:5px;
  text-align:right
}

@media only screen and (min-width:769px){

.cart__quantity{
    width:70px
}
  }

.cart__remove{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.cart__remove{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

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

.cart__remove{
    font-size:13px
}
  }

.cart__note{
  font-size:11px;
  opacity:0.8;
  margin:10px 0
}

@media only screen and (min-width:769px){

.cart__note{
    margin:20px 0
}
  }

.cart__note--terms input{
    vertical-align:middle;
  }

.cart__note--terms label{
    display:inline;
  }

.cart__note--terms a{
    text-decoration:underline;
  }

.cart__details{
  display:flex;
  align-items:center;
  margin-bottom:5px;
}

.cart__detail-title{
  font-size:calc(var(--typeBaseSize)*1.22*0.85);
}

@media only screen and (min-width:769px){

.cart__detail-title{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

.cart__detail-title{
  margin-bottom:0;
}

.cart__detail-info{
  flex:1 1 auto;
  text-align:right;
}

.cart__detail-discount-amount{
  margin-left:10px;
}

.cart__item--remove{
  animation:remove 0.25s ease-out;
  max-height:0;
  overflow:hidden;
  opacity:0;
}

iframe.zoid-component-frame{
  z-index:1 !important;
}

@media only screen and (min-width:769px){
  .product-single__sticky{
    position:-webkit-sticky;
    position:sticky;
    top:0;
  }
}

.product-single__header{
  margin-bottom:20px
}

@media only screen and (min-width:769px){

.product-single__header{
    margin-top:60px
}

.screen-layer .product-single__header{
      margin-right:50px
}
  }

.product-single__title{
  word-wrap:break-word;
  margin-bottom:15px
}

[data-type_product_capitalize=true] .product-single__title{
    text-transform:uppercase
}

.product-single__meta{
  padding-left:45px
}

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

.product-single__meta{
    padding-left:0;
    margin-top:20px
}
  }

.product-single__meta .social-sharing{
    margin-top:40px;
    text-align:center
  }

@media only screen and (min-width:769px){

.product-single__meta .social-sharing{
      margin-top:40px
  }
    }

.product-single__review-link{
  display:block
}

.product-single__review-link .spr-badge[data-rating="0.0"]{
    display:none;
  }

.product-single__review-link .spr-badge{
    margin-bottom:15px;
  }

.product-single__review-link .spr-badge-starrating{
    margin-right:8px;
  }

.product-single__review-link .spr-icon{
    vertical-align:baseline;
    vertical-align:initial;
  }

.product-single__review-link .spr-badge-caption{
    font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
  }

@media only screen and (min-width:769px){

.product-single__review-link .spr-badge-caption{
    font-size:calc(var(--typeBaseSize) - 2px);
  }
  }

.product-single__sku,.product-single__vendor{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.product-single__sku,.product-single__vendor{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.product-single__sku,.product-single__vendor{
  margin-bottom:6.66667px;
}

.product-form-holder{
  margin-bottom:40px;
}

.product-single__form{
  margin-bottom:40px
}

.product-form-holder .product-single__form{
    margin:0
}

.product-single__variants{
  display:none
}

.no-js .product-single__variants{
    display:block;
    margin-bottom:40px
}

.product-image-main{
  position:relative;
}

.trust-image{
  margin:0 auto 40px;
}

.product__video-wrapper{
  position:relative;
  overflow:hidden;
  max-width:100%;
  padding-bottom:100%;
  height:auto;
  background-color:#ffffff;
  background-color:var(--colorSmallImageBg)
}

.product__video-wrapper iframe{
    width:100%;
    height:100%;
    transition:opacity 0.5s ease-in;
  }

.product__video-wrapper[data-video-style=muted].loaded:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
  }

.product__video-wrapper.video-interactable:before{
    display:none;
  }

.product__video-wrapper.loaded:after{
    display:none;
  }

.product__video-wrapper.loading iframe{
    opacity:0.01;
  }

.product__video-wrapper.loaded iframe{
    opacity:1;
  }

.product__video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}

.product__video:not([controls])::-webkit-media-controls{
    display:none;
  }

.product-video-trigger{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.product__photos--beside{
  display:flex;
  width:100%;
}

.product__photos{
  direction:ltr
}

.product__photos a{
    display:block;
    max-width:100%;
  }

.product__photos img{
    display:block;
    margin:0 auto;
    max-width:100%;
    width:100%;
  }

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

.product__photos{
    width:auto;
    margin:-20px -30px 0
}
  }

.product__main-photos{
  position:relative;
  overflow:hidden;
  flex:1 1 auto
}

@media only screen and (min-width:769px){

.product__main-photos{
    order:2
}
  }

.product__main-photos--slider img{
    display:none;
  }

.product__main-photos--slider .slick-initialized img,.product__main-photos--slider .starting-slide img{
    display:block;
  }

.product__main-photos--slider .secondary-slide:not(.slick-slide){
    display:none;
  }

@media only screen and (min-width:769px){
    .product__main-photos--slider .slick-slide:not(.slick-current){
      opacity:0 !important;
      visibility:hidden;
    }
  }

.product__main-photos-wrapper{
  position:relative
}

.product__main-photos-wrapper .slick-dotted.slick-slider{
    margin-bottom:0;
  }

.product__photo-dots{
  margin-top:10px
}

.product__photo-dots .slick-dots{
    position:static;
  }

.product__photo-dots .slick-dots li button:before{
    background-color:#0e150e;
    background-color:var(--colorLink);
  }

.product__slide{
  position:relative;
}

.product__thumbs{
  position:relative;
}

.product__thumbs-sticky{
  position:-webkit-sticky;
  position:sticky;
  top:20px;
}

.product__thumbs--below{
  margin-top:15px
}

@media only screen and (min-width:769px){

.product__thumbs--below{
    margin-top:20px
}
  }

@media only screen and (min-width:769px){

.product__thumbs--beside{
    flex:0 0 80px;
    max-width:80px;
    margin-left:0;
    margin-right:20px
}
  }

.product__thumbs--beside .slick-list{
    min-height:100%;
  }

.product__thumb-item a{
    display:block
  }

.product__thumb-item a:before{
      content:none;
      display:block;
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      box-shadow:inset 0 0 0 2px #0e150e;
      box-shadow:inset 0 0 0 2px var(--colorTextBody);
      z-index:1;
    }

.product__thumb-item a:focus{
      outline:none
    }

.product__thumb-item a:focus:before{
        content:"";
      }

.product__thumb-item a:active:before{
    content:none;
  }

.product__thumb-item.slick-current a:before,.product__thumb-item.thumb--current a:before{
      content:"";
    }

.product__thumbs--beside .product__thumb-item{
    margin-bottom:15px
}

@media only screen and (min-width:769px){

.product__thumbs--beside .product__thumb-item{
      margin-bottom:20px
}
    }

.product__thumbs--below .product__thumb-item{
    margin-right:15px
}

@media only screen and (min-width:769px){

.product__thumbs--below .product__thumb-item{
      margin-right:20px
}
    }

.product__thumbs--below .product__thumb-item:last-child{
      margin-right:0;
    }

.product__thumbs--below:not(.slick-initialized) .product__thumb-item{
  max-width:100px;
  float:left;
}

.product__thumb{
  position:relative;
  display:block;
  cursor:pointer;
}

.product__thumb-icon{
  position:absolute;
  top:5px;
  right:5px;
  background-color:#0e150e;
  background-color:var(--colorTextBody);
  border-radius:100px;
  padding:6px;
  z-index:1;
  opacity:0;
  transition:opacity 0.5s ease;
  font-size:0
}

.aos-animate .product__thumb-icon{
    opacity:1
}

.product__thumb-icon .icon{
    fill:#f3f3e7;
    fill:var(--colorBody);
    width:10px;
    height:10px
  }

@media only screen and (min-width:769px){

.product__thumb-icon .icon{
      width:13px;
      height:13px
  }
    }

.product__photo-zoom{
  position:absolute;
  bottom:10px;
  right:0;
  margin:15px;
  cursor:zoom-in
}

@media only screen and (min-width:769px){

.product__photo-zoom{
    opacity:0;
    width:100%;
    top:0;
    left:0;
    border-radius:0;
    margin:0
}

    .product__photo-zoom span,.product__photo-zoom svg{
      display:none;
    }
  }

.pswp__img--placeholder{
  overflow:hidden;
  animation:placeholder-shimmer 1.3s linear 2s infinite;
  background-size:400% 100%;
}

.product-single__prices{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center
}

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

.product-single__prices{
    justify-content:center
}
  }

.product-single__prices>*{
    flex:0 1 auto;
    padding-right:15px
  }

.product-single__prices>:last-child{
      padding-right:0;
    }

.product__price{
  font-size:calc(var(--typeBaseSize)*1.22*0.85);
}

@media only screen and (min-width:769px){

.product__price{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

.sale-price{
  color:#80873a;
  color:var(--colorSalePrice);
}

.product__unit-price{
  font-size:0.8em;
  opacity:0.8;
}

.product__price--compare{
  text-decoration:line-through;
}

.product__inventory{
  font-style:italic;
}

.product__quantity{
  margin-bottom:20px
}

@media only screen and (min-width:769px){

.product__quantity{
    margin-bottom:40px
}
  }

.product__quantity input[type=number]{
    max-width:80px;
  }

.product__quantity--dropdown{
  display:inline-block;
}

.add-to-cart[disabled]+.shopify-payment-button{
  display:none;
}

.product__policies {
  font-size: 0.85em;
}

.shopify-payment-terms {
  margin: 12px 0;
}

.shopify-payment-terms:empty {
  display: none;
}

.article__author,.article__date{
  margin-bottom:5px
}

@media only screen and (min-width:769px){

.article__author,.article__date{
    margin-bottom:10px
}
  }

.article__featured-image{
  display:block;
  margin-bottom:40px
}

.article__featured-image img{
    display:block;
    margin:0 auto;
  }

.article__body{
  margin-bottom:20px
}

@media only screen and (min-width:769px){

.article__body{
    margin-bottom:40px
}
  }

.grid--articles{
  margin-bottom:60px
}

@media only screen and (min-width:769px){

.grid--articles{
    margin-bottom:120px
}
  }

.article-listing{
  margin-bottom:60px
}

@media only screen and (min-width:769px){

.article-listing{
    margin-bottom:120px
}
  }

.article__image-wrap{
  margin:0 auto;
  max-width:850px;
}

.article__content{
  margin:0 auto;
  max-width:750px
}

.article__content-meta{
  margin-bottom:20px
}

.article__content-meta>*{
    margin-bottom:5px;
  }

.comment.last{
  margin-bottom:-20px;
}

@keyframes zoom-fade-password{
  0%{
    opacity:0;
    transform:scale(1.4);
  }
  5%{
    opacity:1;
    transform:scale(1);
  }
  to{
    opacity:1;
    transform:scale(1.2);
  }
}

.password-page__image{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50%;
  z-index:1;
  animation:zoom-fade-password 20s ease 1s forwards
}

.password-page__image:after,.password-page__image:before{
    position:fixed;
    content:"";
    left:0;
    right:0;
    bottom:0;
    z-index:2;
  }

.password-page__image:before{
    top:0;
    background-color:rgba(0, 0, 0, 0.2);
  }

.password-page__image:after{
    position:fixed;
    height:55vh;
    background:linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  }

.password-page__wrapper{
  position:absolute;
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
  color:#fff;
  padding:20px
}

@media only screen and (min-width:769px){

.password-page__wrapper{
    padding:40px
}
  }

.password-page__wrapper>div{
    flex:0 0 auto;
    position:relative;
  }

.password-page__wrapper>.password-page__main{
    position:relative;
    flex:1 0 auto;
  }

.password-page__wrapper a:not(.btn){
    color:inherit;
  }

.password-page__wrapper hr{
    border-color:currentColor;
  }

.password-page__header{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  z-index:3
}

.password-page__header>*{
    margin-bottom:20px;
  }

.password-page__logo h1{
    margin-bottom:0;
  }

.password-page__logo-image{
  display:flex;
  align-items:center;
}

.btn--password{
  display:block;
  border-radius:35px;
  background-color:transparent;
  color:#fff;
  border-color:#fff;
  box-shadow:none
}

.btn--password:active,.btn--password:hover{
    background-color:transparent;
    color:#fff;
    border-color:#fff;
  }

.btn--password:after{
    content:"";
  }

.password__lock .icon{
  position:relative;
  top:-2px;
  margin-right:4px;
  width:12px;
  height:12px;
}

.password-page__content-wrapper{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  max-height:80vh;
  z-index:3
}

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

.password-page__content-wrapper{
    bottom:-90px;
    padding-bottom:20px
}
  }

.password-page__content{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  flex-wrap:wrap;
}

.password-page__form{
  flex:1 1 100%
}

@media only screen and (min-width:769px){

.password-page__form{
    flex:0 0 35%
}
  }

.password-form{
  margin-bottom:1em;
}

.password-page__signup-form .errors ul{
    list-style-type:none;
    margin-left:0;
  }

.password-page__social-sharing{
  margin-top:30px;
}

.icon-shopify-logo{
  width:60px;
  height:20px;
}

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

#LoginModal .modal__close{
    padding:20px
}
  }

#LoginModal .modal__inner{
  background:#f3f3e7;
  background:var(--colorBody);
  color:#0e150e;
  color:var(--colorTextBody);
  padding:30px;
}

.password-admin-link{
  margin:0
}

.password-admin-link a{
    border-bottom:2px solid !important;
    border-bottom-color:#0e150e !important;
    border-bottom-color:var(--colorTextBody) !important;
  }

.password-page__footer{
  flex:1 1 100%;
  line-height:2;
  font-size:80%;
  margin-top:40px
}

@media only screen and (min-width:769px){

.password-page__footer{
    flex:0 0 auto;
    margin-top:0
}
  }

.password-page__content .newsletter-form-group{
    max-width:none;
  }

.password-page__content .input-group-field::placeholder{
    opacity:1;
  }

.template-giftcard,.template-giftcard body{
  background:#f3f3e7;
  background:var(--colorBody)
}

.template-giftcard a,.template-giftcard body a{
    text-decoration:none;
  }

.template-giftcard .page-width{
  max-width:588px
}

.template-giftcard .page-width iframe,.template-giftcard .page-width img,.template-giftcard .page-width object{
    max-width:100%;
  }

.giftcard-header{
  padding:80px 0;
  font-size:1em;
  text-align:center
}

.giftcard-header a{
    display:block;
    margin:0 auto;
  }

.template-giftcard .shop-url{
  display:none;
}

.giftcard__border{
  padding:1.5em;
  box-shadow:0 10px 30px rgba(0, 0, 0, 0.3);
}

.giftcard__content:after{content:"";display:table;clear:both;}

.giftcard__content{
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  color:#0e150e;
  color:var(--colorTextBody);
}

.giftcard__header:after{content:"";display:table;clear:both;}

.giftcard__header{
  padding:20px;
}

.giftcard__title{
  float:left;
  margin-bottom:0;
}

.giftcard__tag{
  display:block;
  float:right;
  background-color:#0e150e;
  background-color:var(--colorTextBody);
  border:1px solid transparent;
  color:#f3f3e7;
  color:var(--colorBody);
  padding:13.33333px;
  border-radius:4px;
  font-size:0.75em;
  text-transform:uppercase;
  letter-spacing:.05em;
  line-height:1;
}

.giftcard__tag--active{
  background:transparent;
  color:#0e150e;
  color:var(--colorTextBody);
  border:1px solid;
  border-color:#0e150e;
  border-color:var(--colorTextBody);
}

.giftcard__wrap{
  position:relative;
  margin:20px 20px 40px
}

.giftcard__wrap img{
    position:relative;
    display:block;
    border-radius:10px;
    z-index:2;
  }

.giftcard__code{
  position:absolute;
  bottom:40px;
  text-align:center;
  width:100%;
  z-index:50;
}

.giftcard__code--medium{
  font-size:.875em;
}

.giftcard__code--small{
  font-size:.75em;
}

.giftcard__code__inner{
  display:inline-block;
  vertical-align:baseline;
  background-color:#fff;
  padding:.5em;
  border-radius:4px;
  max-width:450px;
  box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1)
}

.giftcard__code--small .giftcard__code__inner{
    overflow:auto
}

.giftcard__code__text{
  font-weight:400;
  font-size:1.6em;
  text-transform:uppercase;
  border-radius:2px;
  border:1px dashed;
  border-color:#0e150e;
  border-color:var(--colorTextBody);
  padding:.4em .5em;
  display:inline-block;
  vertical-align:baseline;
  color:#0e150e;
  color:var(--colorTextBody);
  line-height:1
}

.disabled .giftcard__code__text{
    color:#999;
    text-decoration:line-through
}

.giftcard__amount{
  position:absolute;
  top:0;
  right:0;
  color:#fff;
  font-size:2.75em;
  line-height:1.2;
  padding:20px;
  z-index:50
}

.giftcard__amount strong{
    display:block;
    text-shadow:3px 3px 0 rgba(0, 0, 0, 0.1);
  }

.giftcard__amount--medium{
  font-size:2em;
}

.template-giftcard .tooltip{
  display:block;
  position:absolute;
  top:-50%;
  right:50%;
  margin-top:16px;
  z-index:3;
  color:#fff;
  text-align:center;
  white-space:nowrap
}

.template-giftcard .tooltip:before{
    content:"";
    display:block;
    position:absolute;
    left:100%;
    bottom:0;
    width:0;
    height:0;
    margin-left:-5px;
    margin-bottom:-5px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:5px solid #333;
    border-top:5px solid rgba(51, 51, 51, 0.9);
  }

.template-giftcard .tooltip__label{
  display:block;
  position:relative;
  right:-50%;
  border:none;
  border-radius:4px;
  background:#333;
  background:rgba(51, 51, 51, 0.9);
  min-height:14px;
  font-weight:400;
  font-size:12px;
  text-decoration:none;
  line-height:16px;
  text-shadow:none;
  padding:.5em .75em;
  margin-left:.25em
}

.template-giftcard .tooltip__label small{
    text-transform:uppercase;
    letter-spacing:.1em;
    color:#b3b3b3;
    font-size:.875em;
  }

.giftcard__instructions{
  text-align:center;
  margin:0 20px 40px;
}

.giftcard__actions{
  position:relative;
  text-align:center;
  overflow:hidden;
  padding-bottom:1em;
}

.template-giftcard .action-link{
  position:absolute;
  left:20px;
  top:50%;
  font-size:0.875em;
  font-weight:700;
  display:block;
  padding-top:4px;
  text-transform:uppercase;
  letter-spacing:.2em;
  margin-top:-10px
}

.template-giftcard .action-link:focus,.template-giftcard .action-link:hover{
    color:#0e150e;
    color:var(--colorTextBody);
  }

.template-giftcard .action-link__print{
  display:inline-block;
  vertical-align:baseline;
  width:17px;
  height:17px;
  vertical-align:middle;
  margin-right:10px;
  opacity:1;
  background-repeat:no-repeat;
  background-position:0 0;
  background-image:url(/cdn/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png);
}

.giftcard__footer{
  text-align:center;
  padding:80px 0;
}

#QrCode img{
    padding:40px;
    border-color:#0e150e;
    border-color:var(--colorTextBody);
    border-radius:4px;
    margin:0 auto 40px;
  }

@media only screen and (max-width:768px){
  .giftcard{
    font-size:12px;
  }

  .giftcard-header{
    padding:40px 0;
  }

  .template-giftcard .header-logo{
    font-size:2em;
  }

  .giftcard__border{
    padding:20px;
  }

  .giftcard__actions{
    padding:20px;
  }

  .giftcard__actions .btn{
    width:100%;
    padding-left:0;
    padding-right:0;
  }

  .template-giftcard .action-link{
    display:none;
  }
}

@media screen and (max-width:400px){
  .giftcard__amount strong{
    text-shadow:2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .giftcard__wrap:after,.giftcard__wrap:before{
    display:none;
  }

  .giftcard__code{
    font-size:.75em;
  }

  .giftcard__code--medium{
    font-size:.65em;
  }

  .giftcard__code--small{
    font-size:.55em;
  }
}

@media screen and (max-height:800px){
  .template-giftcard .header-logo img{
    max-height:90px;
  }
}

@media print{
  @page{
    margin:0.5cm;
  }

  h2,h3,p{
    orphans:3;
    widows:3;
  }

  h2,h3{
    page-break-after:avoid;
  }

  body,html{
    background-color:#fff;
  }

  .giftcard-header{
    padding:10px 0;
  }

  .giftcard__border,.giftcard__content{
    border:0 none;
  }

  .add-to-apple-wallet,.giftcard__actions,.giftcard__wrap:after,.giftcard__wrap:before,.site-header__logo-link img:nth-child(2),.tooltip{
    display:none;
  }

  .giftcard__title{
    float:none;
    text-align:center;
  }

  .giftcard__code__text{
    color:#555;
  }

  .template-giftcard .shop-url{
    display:block;
  }

  .template-giftcard .logo{
    color:#58686f;
  }
}

.product__photo-dots .slick-dots li,.slick-slider .slick-dots li{
      vertical-align:middle;
    }

.product__photo-dots .slick-dots li,.product__photo-dots .slick-dots li button,.slick-slider .slick-dots li,.slick-slider .slick-dots li button{
      width:6px;
      height:6px;
    }

.product__photo-dots .slick-dots li button:before,.slick-slider .slick-dots li button:before{
      width:6px;
      height:6px;
      border-radius:100%;
    }

.product__photo-dots .slick-dots li.slick-active,.product__photo-dots .slick-dots li.slick-active button,.product__photo-dots .slick-dots li.slick-active button:before,.slick-slider .slick-dots li.slick-active,.slick-slider .slick-dots li.slick-active button,.slick-slider .slick-dots li.slick-active button:before{
      width:8px;
      height:8px;
    }

.hero .slick-dots li button:before{
    background-color:#fff;
  }

.product__main-photos .slick-dots{
    padding:0 100px 0;
  }

.product__main-photos .slick-dots li button:before{
    opacity:0.5;
  }

.product__main-photos .slick-dots li.slick-active button:before{
    opacity:1;
  }

.hero.slick-dotted{
  margin-bottom:0;
}

.slick-track{
  cursor:pointer;
  cursor:-webkit-grab
}

[data-slide-count="1"] .slick-track{
    cursor:default
}

[data-slide-count="1"] .slick-track:active{
      cursor:default;
    }

.slick-track:active{
    cursor:-webkit-grabbing;
  }

.slick-next,.slick-prev{
  width:40px;
  height:40px;
  top:40%;
  z-index:20
}

.slick-next:before,.slick-prev:before{
    color:#ffffff;
    color:var(--colorHeroText);
    font-size:60px;
    line-height:40px;
    text-shadow:0 0 20px #000;
  }

.slick-prev{
  left:25px
}

[dir=rtl] .slick-prev{
    right:25px
}

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

.slick-prev{
    left:30px
}

[dir=rtl] .slick-prev{
      right:30px
}
  }

.slick-next{
  right:25px
}

[dir=rtl] .slick-next{
    left:25px
}

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

.slick-next{
    right:30px
}

[dir=rtl] .slick-next{
      left:30px
}
  }

.hero .slick-list,.hero .slick-track,.hero .slideshow__slide{
    height:100%;
  }

.slideshow-wrapper{
  position:relative;
}

.slideshow__pause:focus{
  clip:auto;
  width:auto;
  height:auto;
  margin:0;
  color:#0e150e;
  color:var(--colorBtnPrimaryText);
  background-color:#f3f3e7;
  background-color:var(--colorBtnPrimary);
  padding:10px;
  z-index:10000;
  transition:none
}

.video-is-playing .slideshow__pause:focus{
    display:none
}

.slideshow__pause-stop{
  display:block
}

.is-paused .slideshow__pause-stop{
    display:none
}

.slideshow__pause-play{
  display:none
}

.is-paused .slideshow__pause-play{
    display:block
}

.slideshow__slide{
  display:none;
  position:relative;
  overflow:hidden
}

.slideshow__slide:first-child{
    display:block;
  }

.slideshow__slide:after{
    content:"";
    position:absolute;
    background:#0e150e;
    background:var(--colorTextBody);
    bottom:0;
    height:2px;
    width:0%;
    z-index:1;
    transition:width 0s linear 0s;
  }

.hero-wrapper{
  position:relative;
}

.hero{
  position:relative;
  overflow:hidden;
  animation:placeholder-shimmer 1.3s linear 0.5s infinite;
  background-size:300% 100%
}

.hero.loaded{
    animation:none;
  }

.hero__text-shadow{
  position:relative;
  display:inline-block;
  transform:translateZ(0)
}

.hero__text-shadow>*{
    position:relative;
  }

.hero__text-shadow:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background:radial-gradient(rgba(0,0,0,0.0) 0%, transparent 60%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    margin:-100px -200px -100px -200px;
    opacity:0;
    transition:opacity 0.6s cubic-bezier(0.04, 0, 0.2, 1) 0.3s;
  }

.hero__text-shadow.aos-animate:before{
    opacity:1;
  }

.hero__image-wrapper,.hero__media{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
}

.hero__image-wrapper--overlay:before,.hero__media--overlay:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:3;
    background-color:#000000;
    background-color:var(--colorImageOverlay);
    opacity:0.0;
    opacity:var(--colorImageOverlayOpacity)
  }

.video-interactable .hero__image-wrapper--overlay:before,.video-interactable .hero__media--overlay:before{
      pointer-events:none
  }

.hero__image{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  -o-object-fit:cover;
     object-fit:cover;
  font-family:"object-fit: cover";
}

.hero__media iframe,.hero__media video{
  width:100%;
  height:100%;
  pointer-events:none
}

.video-interactable .hero__media iframe,.video-interactable .hero__media video{
    pointer-events:auto
}

.hero__media video{
  position:relative;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:50% 20%;
     object-position:50% 20%;
  font-family:"object-fit: cover";
}

.hero__media iframe{
  position:absolute;
  top:0;
  left:0;
  width:300%;
  left:-100%;
  max-width:none
}

@media screen and (min-width:1140px){

.hero__media iframe{
    width:100%;
    height:300%;
    left:auto;
    top:-100%
}
  }

.vimeo-mobile-trigger{
  display:block;
  position:absolute;
  width:100%;
  z-index:2;
  margin-top:90px
}

.hero__text-content .vimeo-mobile-trigger{
    margin-top:-130px
}

.vimeo-mobile-trigger .icon{
    width:40px;
    height:40px;
    background-color:#fff;
    color:#000;
    border-radius:50%;
    padding:10px;
  }

.hero__slide-link{
  display:block;
  position:relative;
  height:100%;
  color:#ffffff;
  color:var(--colorHeroText);
  z-index:4;
}

.hero__text-wrap{
  position:absolute;
  height:100%;
  width:100%;
  color:#ffffff;
  color:var(--colorHeroText)
}

.video-interactable .hero__text-wrap{
    pointer-events:none
}

.hero__text-wrap .page-width{
    display:table;
    width:100%;
    height:100%;
  }

.hero__text-content{
  position:relative;
  padding:35px 0;
  z-index:4
}

@media only screen and (min-width:769px){

.hero__text-content{
    padding:60px 0
}
  }

.hero__title{
  display:block;
  margin-bottom:0;
  font-size:40px
}

@media only screen and (min-width:769px){

.hero__title{
    font-size:80px
}
  }

.hero__subtext{
  margin-top:20px;
}

.hero__subtitle{
  font-size:calc(var(--typeBaseSize)*1.22*0.85)
}

@media only screen and (min-width:769px){

.hero__subtitle{
    font-size:calc(var(--typeBaseSize)*1.22)
}
  }

.hero__subtitle{
  vertical-align:middle;
  margin-top:5px
}

@media only screen and (min-width:769px){

.hero__subtitle{
    display:inline-block;
    margin-top:12px;
    margin-right:20px
}
  }

.hero__link{
  display:inline-block
}

.video-interactable .hero__link{
    pointer-events:auto
}

.hero__link .btn{
    margin-top:25px !important;
  }

.hero__link .btn .icon-play{
    position:relative;
    top:-2px;
    margin-right:5px;
  }

.hero__text-content{
  display:table-cell
}

.hero__text-content.horizontal-left{
    text-align:left;
    padding-right:10%
  }

@media only screen and (min-width:769px){

.hero__text-content.horizontal-left{
      padding-right:33%
  }
    }

.hero__text-content.horizontal-center{
    text-align:center
  }

@media only screen and (min-width:769px){

.hero__text-content.horizontal-center{
      padding-left:40px;
      padding-right:40px
  }
    }

.hero__text-content.horizontal-right{
    text-align:right;
    padding-left:10%
  }

@media only screen and (min-width:769px){

.hero__text-content.horizontal-right{
      padding-left:33%
  }
    }

.hero__text-content.vertical-center{
    vertical-align:middle;
    padding-top:50px
  }

@media only screen and (min-width:769px){

.hero__text-content.vertical-center{
      padding-top:90px
  }
    }

.hero__text-content.vertical-center .hero__subtitle{
      margin-right:0;
    }

.hero__text-content.vertical-center .hero__link{
      display:block
    }

.hero__text-content.vertical-center .hero__link .btn{
        margin-top:15px
      }

@media only screen and (min-width:769px){

.hero__text-content.vertical-center .hero__link .btn{
          margin-top:20px
      }
        }

.hero__text-content.vertical-top{
    vertical-align:top;
  }

.hero__text-content.vertical-bottom{
    vertical-align:bottom;
  }

.slick-dotted .hero__text-content.vertical-bottom{
  padding-bottom:50px;
}

.hero--450px{
  height:292.5px;
}

.hero--550px{
  height:357.5px;
}

.hero--650px{
  height:422.5px;
}

.hero--750px{
  height:487.5px;
}

.hero--850px{
  height:552.5px;
}

.hero--100vh{
  height:100vh;
}

.hero[data-natural]{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

@media only screen and (min-width:769px){
  .hero--450px{
    height:450px;
  }
  .hero--550px{
    height:550px;
  }
  .hero--650px{
    height:650px;
  }
  .hero--750px{
    height:100vh;
  }
  .hero--850px{
    height:850px;
  }
}

@media only screen and (max-width:768px){
  .hero--mobile--250px:not([data-natural]){
    height:250px;
  }
  .hero--mobile--300px:not([data-natural]){
    height:300px;
  }
  .hero--mobile--400px:not([data-natural]){
    height:400px;
  }
  .hero--mobile--500px:not([data-natural]){
    height:700px;
  }
  .hero--mobile--100vh:not([data-natural]){
    height:90vh;
  }
}

.index-section--hero:first-child [data-align-top] .hero-wrapper{
    position:relative;
    z-index:1;
  }

[data-animate_images=true] .hero .slideshow__slide .hero__image,[data-animate_images=true] .hero .slideshow__slide .hero__media,[data-animate_images=true] [data-aos=hero__animation] .hero__image,[data-animate_images=true] [data-aos=hero__animation] .hero__media{
      opacity:0
    }

.no-js [data-animate_images=true] .hero .slideshow__slide .hero__image,.no-js [data-animate_images=true] .hero .slideshow__slide .hero__media,.no-js [data-animate_images=true] [data-aos=hero__animation] .hero__image,.no-js [data-animate_images=true] [data-aos=hero__animation] .hero__media{
        opacity:1
    }

[data-animate_images=true] .hero.loaded.aos-animate .slideshow__slide.slick-active .hero__image--svg,[data-animate_images=true] .hero.loaded.aos-animate .slideshow__slide.slick-active .hero__image.lazyloaded,[data-animate_images=true] .hero.loaded.aos-animate .slideshow__slide.slick-active .hero__media,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__image--svg,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__image.lazyloaded,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__media{
      animation:fade-in-bg 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      transition:none;
    }

[data-animate_images=true] [data-aos=hero__animation] .collection-hero__image{
    opacity:0
  }

.no-js [data-animate_images=true] [data-aos=hero__animation] .collection-hero__image{
      opacity:1
  }

[data-animate_images=true] [data-aos=hero__animation] .collection-hero__image.lazyloaded{
      animation:fade-in-bg 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      transition:none;
    }

[data-animate_images=false] .slideshow-refresh[data-aos=hero__animation].loaded .hero__image,[data-animate_images=false] .slideshow-refresh[data-aos=hero__animation].loaded .hero__media{
      animation:none;
      opacity:1;
    }

.animated__slide{
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden
}

.animated__slide:first-child{
    display:block;
  }

.animated__slide--active{
  opacity:1;
}

.hero-animated[data-style=fading] .animated__slide--inactive{
    opacity:0;
    animation:hero-animate-out 0.5s linear forwards;
    z-index:1;
  }

.hero-animated[data-style=fading] .animated__slide--active{
    animation:hero-animate 4s cubic-bezier(0.12, 0.63, 0.6, 0.74) forwards;
    z-index:2;
  }

@media only screen and (max-width:768px){
    .hero-animated[data-style=fading] .animated__slide--inactive{
      animation-name:hero-animate-out-small;
    }

    .hero-animated[data-style=fading] .animated__slide--active{
      animation-name:hero-animate-small;
    }
  }

.collection-hero{
  position:relative;
  width:100%;
  height:330px;
  overflow:hidden;
  background:#000000;
  background:var(--colorLargeImageBg);
  margin-bottom:30px
}

@media only screen and (min-width:769px){

.collection-hero{
    height:550px;
    margin-bottom:60px
}
  }

.collection-hero__image{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.collection-hero__content{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  display:flex;
  align-items:center
}

.collection-hero__content .page-width{
    width:100%;
  }

.collection-hero__content .section-header--hero{
    margin-bottom:0;
  }

.collection-filters{
  margin-bottom:30px
}

@media only screen and (min-width:769px){

.collection-filters{
    margin-bottom:60px
}
  }

.collection-filter__wrapper{
  overflow:hidden;
  max-width:1300px;
  margin:0 auto;
}

.collection-filter__scrollable{
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  overflow-y:hidden
}

@media only screen and (min-width:769px){

.collection-filter__scrollable{
    display:block;
    text-align:center;
    margin-bottom:-40px
}
  }

.collection-filter__group{
  flex:1 0 auto;
  max-width:50%
}

@media only screen and (min-width:769px){

.collection-filter__group{
    display:inline-block;
    vertical-align:top;
    max-width:28%;
    margin-bottom:40px;
    text-align:left
}
  }

.collection-filter__group[data-type=color_group]{
    flex:1 0 50%;
  }

.collection-filter__inner{
  padding:0 40px
}

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

.collection-filter__inner{
    padding:0 30px;
    border-right:2px solid;
    border-right-color:#0e150e;
    border-right-color:var(--colorTextBody);
    height:100%
}

.collection-filter__group:last-child .collection-filter__inner{
      border-right:0
}
  }

.collection-filter__title{
  font-size:calc(var(--typeBaseSize)*1.22*0.85)
}

@media only screen and (min-width:769px){

.collection-filter__title{
    font-size:calc(var(--typeBaseSize)*1.22)
}
  }

.collection-filter__title{
  margin-bottom:10px
}

[data-type_product_capitalize=true] .collection-filter__title{
    text-transform:uppercase
}

.collection-dropdowns{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap
}

.collection-dropdowns select{
    display:block;
    width:100%;
  }

.collection-filter__wrapper+.collection-dropdowns{
    margin-top:40px
}

.collection-dropdowns__item{
  flex:0 1 20%;
  margin:0 20px
}

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

.collection-dropdowns__item{
    flex:0 1 40%
}
  }

.is-light .site-header__logo .logo--has-inverted{
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    height:0
}

.site-header__logo .logo--inverted{
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  height:0
}

.is-light .site-header__logo .logo--inverted{
    opacity:1;
    visibility:visible;
    height:auto
}

.site-header__logo{
  font-size:25px
}

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

.site-header__logo{
    font-size:20px;
    text-align:center
}
  }

.header-logo a,.site-header__logo a{
  color:#0e150e;
  color:var(--colorNavText)
}

.is-light .header-logo a,.is-light .site-header__logo a{
    color:#fff
}

.is-light .header-logo a:hover,.is-light .site-header__logo a:hover{
      color:#fff;
    }

.site-nav__dropdown-link{
  display:block;
  white-space:nowrap;
  padding:5px 15px;
  font-size:16px;
  padding-left: 10px;
}

.tags--vertical{
  list-style:none outside;
  margin:0;
  padding:0
}

.tags--vertical li{
    margin-bottom:5px
  }

@media only screen and (min-width:769px){

.tags--vertical li{
      margin-bottom:10px
  }
    }

.tag--active{
  font-weight:900;
}

.tags-toggle{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.tags-toggle{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.tags-toggle{
  width:auto;
  padding:0 0 2px;
  margin:10px 0;
  border-bottom:1px solid currentColor
}

@media only screen and (min-width:769px){

.tags-toggle{
    margin:15px 0
}
  }

.tag-list{
  margin-bottom:0;
}

.tag-list--active-tags{
  margin-bottom:40px
}

.tag-list--active-tags:empty{
    display:none;
  }

.tag-list--checkboxes a{
    font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
  }

@media only screen and (min-width:769px){

.tag-list--checkboxes a{
    font-size:calc(var(--typeBaseSize) - 2px)
  }
  }

.tag-list--checkboxes a{
    position:relative;
    display:inline-block;
    padding-left:25px
  }

.tag-list--checkboxes a:before{
      content:"";
      position:absolute;
      left:0;
      top:50%;
      transform:translateY(-50%);
    }

.tag-list--checkboxes a:before{
      border:1px solid;
      border-color:#0e150e;
      border-color:var(--colorTextBody);
      height:16px;
      width:16px;
    }

.tag-list--checkboxes .tag--active a:before{
  background-color:#0e150e;
  background-color:var(--colorTextBody);
  border-color:#0e150e;
  border-color:var(--colorTextBody);
}

.tag--remove{
  position:relative;
  display:inline-block;
  margin:0 10px 0 0
}

.tag--remove a{
    text-align:left;
    padding-right:30px;
  }

.tag--remove .icon{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    color:#0e150e;
    color:var(--colorBtnPrimaryText);
  }

.tag-list--swatches{
  margin-top:2px;
  margin-left:-4px
}

.tag-list--swatches li{
    display:inline-block;
    margin:0 5px 5px 0;
  }

.variant-input-wrap{
  border:0;
  padding:0;
  margin:0 0 26.66667px;
  position:relative
}

.variant-input-wrap input{
    clip:rect(0 0 0 0);
    clip:rect(0, 0, 0, 0);
    overflow:hidden;
    position:absolute;
    height:1px;
    width:1px;
  }

.variant-input-wrap label{
    font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
  }

@media only screen and (min-width:769px){

.variant-input-wrap label{
    font-size:calc(var(--typeBaseSize) - 2px)
  }
  }

.variant-input-wrap label{
    position:relative;
    display:inline-block;
    line-height:1;
    font-weight:400;
    padding:15px 18px;
    margin:0 8px 12px 0;
    font-style:normal;
    text-transform:none;
    border-radius:100px;
    color:#0e150e;
    color:var(--colorTextBody);
    background-color:transparent;
    overflow:hidden
  }

.variant-input-wrap label.color-swatch{
      height:calc(var(--typeBaseSize) + 26px);
      width:calc(var(--typeBaseSize) + 26px);
    }

.variant-input-wrap label.disabled{
      color:#b6b6b6;
      box-shadow:none;
    }

.variant-input-wrap label.disabled.color-swatch{
      box-shadow:0 0 0 2px #b6b6b6;
    }

.variant-input-wrap label.disabled:after{
      position:absolute;
      content:"";
      left:50%;
      top:0;
      bottom:0;
      border-left:2px solid;
      border-color:#b6b6b6;
      transform:rotate(45deg);
    }

.variant-input-wrap input[type=radio]:checked+label{
    box-shadow:0 0 0 2px #0e150e;
    box-shadow:0 0 0 2px var(--colorTextBody)
  }

.variant-input-wrap input[type=radio]:checked+label:after{
      content:none;
    }

.variant-input{
  display:inline-block
}

select .variant-input{
    display:block
}

.variant-wrapper{
  margin-bottom:-12px
}

.no-js .variant-wrapper{
    display:none
}

.variant-wrapper--dropdown{
  display:inline-block;
  max-width:100%;
  margin-right:20px;
}

.variant__label{
  display:block;
  margin-bottom:15px;
  cursor:default;
}

@media only screen and (max-width:768px){
  .grid-product--padded .grid-product__content{
    padding-left:10px;
    padding-right:10px
  }
  [data-product_image_scatter=true] .grid-product--padded .grid-product__content{
      padding-left:0;
      padding-right:0
  }
}

.grid-product__content{
  position:relative;
  margin-bottom:20px;
  text-align:center
}

@media only screen and (min-width:769px){

.grid-product__content{
    margin-bottom:40px
}

.grid-product__hover-details .grid-product__content{
      margin-bottom:0
}
  }

.grid-product__link{
  display:block;
  overflow:hidden;
}

.grid-product__image{
  display:block;
  margin:0 auto;
  width:100%;
}

.grid-product__link--disabled .image-wrap{
  opacity:0.5;
}

.grid-product__meta{
  position:relative;
  padding:10px 0;
  line-height:calc(var(--typeBaseLineHeight) - 0.1)
}

.overflow-scroller .grid-product__meta{
    padding-bottom:0
}

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

.small--grid--flush .grid-product__meta{
      padding:10px
}
  }

@media only screen and (min-width:769px) and (any-hover:hover){
    .grid-product__hover-details .grid-product__colors,.grid-product__hover-details .grid-product__meta,.grid-product__hover-details .grid-product__tag{
        opacity:0;
        transform:translateY(7px);
        transition:all 0.15s cubic-bezier(0.23, 0.55, 0.49, 1.01)
    }
    .grid-product__hover-details:hover .grid-product__colors,.grid-product__hover-details:hover .grid-product__meta,.grid-product__hover-details:hover .grid-product__tag{
        transform:translateY(0px);
        opacity:1
    }
  }

.grid-product__title{
  font-size:calc(var(--typeBaseSize)*1.22*0.85)
}

@media only screen and (min-width:769px){

.grid-product__title{
    font-size:calc(var(--typeBaseSize)*1.22)
}
  }

[data-type_product_capitalize=true] .grid-product__title{
    text-transform:uppercase
}

.grid-product__vendor{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.grid-product__vendor{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.grid-product__vendor{
  margin-top:3px;
}

.grid-product__price{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.grid-product__price{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.grid-product__price{
  margin-top:3px;
}

.grid-product__price--original{
  margin-right:5px;
}

.grid-product__tag{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.grid-product__tag{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.grid-product__tag{
  position:absolute;
  top:0;
  right:0;
  line-height:1;
  padding:6px 6px 6px 8px;
  background-color:#f3f3e7;
  background-color:var(--colorBtnPrimary);
  color:#0e150e;
  color:var(--colorBtnPrimaryText);
  z-index:1;
  transition:opacity 0.4s ease
}

@media only screen and (min-width:769px){

.grid-product__tag{
    padding:7px 9px 7px 11px
}
  }

.grid-product__tag--sale{
  background-color:#ebab6b;
  background-color:var(--colorSaleTag);
  color:#ffffff;
  color:var(--colorSaleTagText);
}

.grid-product__see-all{
  display:inline-block;
  padding:20px;
  text-align:center;
  border:2px solid;
  border-color:#0e150e;
  border-color:var(--colorTextBody);
  margin-top:-60px;
}

.grid-product.aos-animate.unload{
    opacity:0;
    transition-duration:0.3s;
    animation:grid-product__loading 1.5s ease 1.5s infinite;
  }

.grid-product__colors{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  line-height:19px
}

@media only screen and (min-width:769px){

.grid-product__colors{
    line-height:20px
}
  }

.overflow-scroller .grid-product__colors{
    padding-top:10px
}

.grid-product__hover-details .grid-product__colors{
    margin-bottom:5px
}

@media only screen and (min-width:769px){
      [data-product_image_scatter=true] .grid--scattered-large-2 .grid-product:nth-child(2n+2){
        padding-top:30px;
      }
      [data-product_image_scatter=true] .grid--scattered-large-3 .grid-product:nth-child(3n+2){
        padding-top:30px;
      }
      [data-product_image_scatter=true] .grid--scattered-large-4 .grid-product:nth-child(2n+2){
        padding-top:30px;
      }
  }

@media only screen and (max-width:768px){
      [data-product_image_scatter=true] .grid--scattered-small-1 .grid-product:nth-child(2n){
        padding-left:60px;
        padding-right:10px;
      }

      [data-product_image_scatter=true] .grid--scattered-small-1 .grid-product:nth-child(odd){
        padding-left:40px;
        padding-right:60px;
      }
      [data-product_image_scatter=true] .grid--scattered-small-2 .grid-product:nth-child(2n+2){
        padding-top:20px;
      }
  }

@media only screen and (min-width:769px){
    [data-product_image_scatter=true] .product__thumbs--beside{
      flex:0 0 100px;
      max-width:100px;
      margin-top:20px;
      margin-right:0;
      transform:translateX(40px);
      z-index:1
    }

      [data-product_image_scatter=true] .product__thumbs--beside .product__thumb-item{
        margin-right:20px;
      }

      [data-product_image_scatter=true] .product__thumbs--beside .product__thumb-item:nth-child(2n+2){
        margin-right:0;
        margin-left:20px;
      }
  }

.color-swatch{
  position:relative;
  display:block;
  text-indent:-9999px;
  overflow:visible;
  margin:0 1px 4px;
  background-position:50%;
  background-size:cover;
  background-repeat:no-repeat;
  width:2.5em;
  transition:box-shadow 0.2s ease;
  border-radius:100px
}

.color-swatch:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    border:3px solid;
    border-color:#f3f3e7;
    border-color:var(--colorBody);
    border-radius:100px;
    box-shadow:inset 0 0 1px 1px rgba(0, 0, 0, 0.15);
  }

.color-swatch:not(.disabled):after{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    right:-1px;
    bottom:-1px;
    z-index:3;
    border:2px solid;
    border-color:#f3f3e7;
    border-color:var(--colorBody);
    border-radius:100px;
  }

.index-section--alt .color-swatch:before,.index-section--alt .color-swatch:not(.disabled):after{
    border-color:#e8dcc6;
    border-color:var(--colorAlt);
  }

.color-swatch--small{
  width:19px;
  height:19px
}

@media only screen and (min-width:769px){

.color-swatch--small{
    width:20px;
    height:20px
}
  }

.color-swatch--small:after{
    content:none;
  }

.color-swatch--filter{
  width:35px;
  height:35px;
}

.tag--active .color-swatch--filter:after{
  border-color:#0e150e;
  border-color:var(--colorTextBody);
}

.featured-collection{
  overflow-x:hidden;
}

[data-animate_images=true] [data-aos=overflow__animation]{
    transform:translateX(200px);
    opacity:0;
    transition:all 0.4s cubic-bezier(0.04, 0, 0.2, 1) 0.3s
  }

@media only screen and (min-width:769px){

[data-animate_images=true] [data-aos=overflow__animation]{
      transition-duration:0.6s
  }
    }

.no-js [data-animate_images=true] [data-aos=overflow__animation]{
      opacity:1;
      transform:translateX(0);
      transition-delay:unset
  }

[data-animate_images=true] [data-aos=overflow__animation].aos-animate{
      opacity:1;
      transform:translateX(0);
      transition-delay:unset;
    }

@media only screen and (max-width:768px){
    [data-animate_images=true] [data-aos=overflow__animation__small]{
      transform:translateX(200px);
      opacity:0;
      transition:all 0.4s cubic-bezier(0.04, 0, 0.2, 1) 0.3s
    }
    .no-js [data-animate_images=true] [data-aos=overflow__animation__small]{
        opacity:1;
        transform:translateX(0);
        transition-delay:unset
    }

      [data-animate_images=true] [data-aos=overflow__animation__small].aos-animate{
        opacity:1;
        transform:translateX(0);
        transition-delay:unset;
      }
  }

.overflow-scroll-wrap{
  position:relative;
  overflow:hidden;
}

.overflow-scroller{
  position:relative;
  overflow:hidden;
  overflow-x:scroll;
  -webkit-overflow-scrolling:touch;
  padding-bottom:20px;
  direction:ltr
}

.overflow-scroller .grid{
    white-space:nowrap;
    display:flex
  }

.overflow-scroller .grid:after{
      width:1px;
      height:1px;
      padding-left:1px;
    }

.overflow-scroller .grid__item{
    display:inline-block;
    float:none;
    white-space:normal;
    width:63%;
    flex:0 0 63%;
    overflow:hidden
  }

.overflow-scroller .grid__item:first-child{
      margin-left:30px;
    }

.overflow-scroller .grid__item:last-child{
      margin-right:30px;
    }

@media only screen and (min-width:769px){

.overflow-scroller .grid__item{
      width:27%;
      flex:0 0 27%
  }

      .overflow-scroller .grid__item:first-child{
        margin-left:80px;
      }

      .overflow-scroller .grid__item:last-child{
        margin-right:80px;
      }
    }

.overflow-scroller .grid-product--medium{
    width:53%;
    flex:0 0 53%
  }

@media only screen and (min-width:769px){

.overflow-scroller .grid-product--medium{
      width:21%;
      flex:0 0 21%
  }
    }

.overflow-scroller .grid-product--large{
    width:37%;
    flex:0 0 37%
  }

@media only screen and (min-width:769px){

.overflow-scroller .grid-product--large{
      width:17%;
      flex:0 0 17%
  }
    }

.overflow-scroller .grid-product__content{
    margin-bottom:0;
  }

@media only screen and (min-width:769px){
  [data-center-grid] .overflow-scroller .grid{
    justify-content:center;
  }
}

.overflow-scroller__arrow{
  position:absolute;
  top:50%;
  margin-top:-80px;
  width:60px;
  height:60px;
  z-index:3;
  transition:transform 0.1s;
  padding:10px;
  border-radius:100%;
  min-width:0
}

.overflow-scroll-wrap:hover .overflow-scroller__arrow{
    transition-duration:0.25s
}

.overflow-scroller__arrow[hidden]{
    display:none;
  }

[data-button_style=shadow] .overflow-scroll-wrap .overflow-scroller__arrow{
  transform:translate(4px, 4px) !important;
  transition:none;
}

.overflow-scroller__arrow--left{
  left:10px;
  transform:translateX(-80px)
}

.overflow-scroller__arrow--left .icon{
    position:relative;
    top:-1px;
    right:1px
  }

[data-button_style=shadow] .overflow-scroller__arrow--left .icon{
      right:5px
  }

.overflow-scroller__arrow--right{
  right:10px;
  transform:translateX(80px)
}

.overflow-scroller__arrow--right .icon{
    position:relative;
    top:-1px;
    left:1px
  }

[data-button_style=shadow] .overflow-scroller__arrow--right .icon{
      left:-2px
  }

.overflow-scroll-wrap:hover .overflow-scroller__arrow--left:not([class*="--disable-left"]),.overflow-scroll-wrap:hover .overflow-scroller__arrow--right:not([class*="--disable-right"]){
    transform:translateX(0);
  }

.collection-loading [data-ajax-loader]{
  position:relative
}

.collection-loading [data-ajax-loader]:after{
    content:"";
    display:block;
    width:24px;
    height:24px;
    position:absolute;
    right:10px;
    top:0;
    border-radius:50%;
    border:3px solid;
    border-color:#0e150e;
    border-color:var(--colorTextBody);
    border-top-color:transparent;
    opacity:0.2;
    animation:spin 1s linear infinite;
  }

.overscroll-loader{
  display:none;
  position:fixed;
  z-index:0;
  width:50px;
  height:50px;
  top:20px;
  left:50%;
  margin-left:-25px;
  z-index:-1
}

.screen-layer-closing .overscroll-loader,.screen-layer-open .overscroll-loader{
    display:block
}

.overscroll-loader .icon{
    position:relative;
    display:block;
    height:100px;
    width:100px;
    margin-left:-25px;
    margin-top:-25px;
    fill:none;
    transform:scale(0.5);
  }

.overscroll-loader path{
    stroke:#fff;
    stroke-width:4;
  }

.overscroll-loader .icon-loader__path{
    stroke-linecap:round;
    stroke-dasharray:232.508;
    stroke-dashoffset:200;
  }

.overscroll-loader .icon-loader__close{
    transform:translate(18px,22px);
  }

.skrim-grid{
  display:flex;
  justify-content:center;
  align-content:center;
  flex-wrap:wrap;
  margin:0 -20px
}

@media only screen and (min-width:769px){

.skrim-grid{
    margin-bottom:-40px
}
  }

.skrim__item{
  position:relative;
  overflow:hidden;
  width:40%;
  width:calc(50% - 20px);
  margin:0 10px 20px
}

@media only screen and (min-width:769px){

.skrim__item{
    margin:0 20px 40px;
    width:20%;
    width:calc(25% - 40px)
}
  }

.skrim__item:after{
    content:"";
    display:block;
    padding-bottom:100%;
  }

.skrim__link{
  display:block;
  position:absolute;
  overflow:hidden;
  height:100%;
  width:100%;
  border-radius:calc(var(--buttonRadius)*0.71);
  will-change:transform
}

@media only screen and (min-width:769px){

.skrim__link{
    border-radius:var(--buttonRadius)
}
  }

[data-animate_images=true] .skrim__link:focus .skrim__overlay,[data-animate_images=true] .skrim__link:hover .skrim__overlay{
        transform:scale(1.03);
        transition-duration:0.8s;
      }

[data-animate_images=true] .skrim__link:focus .skrim__overlay:before,[data-animate_images=true] .skrim__link:hover .skrim__overlay:before{
        opacity:0.3;
        transition-duration:0.5s;
      }

.skrim__overlay{
  position:relative;
  display:block;
  overflow:hidden;
  height:100%;
  width:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50%;
  transition:transform 0.5s ease
}

.skrim__overlay:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background-color:#000000;
    background-color:var(--colorImageOverlay);
    opacity:0.0;
    opacity:var(--colorImageOverlayOpacity);
    transition:all 0.5s ease;
  }

.skrim__overlay:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background:#000;
    opacity:0.15;
    transition:opacity 0.2s ease;
  }

.skrim__title{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  font-style:var(--typeHeaderStyle);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight)
}

[data-type_header_capitalize=true] .skrim__title{
    text-transform:uppercase
}

.skrim__title{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:0 12.5px 0;
  color:#ffffff;
  color:var(--colorHeroText);
  transition:bottom 0.5s ease;
  display:flex;
  text-align:center;
  align-items:center;
  justify-content:center
}

@media only screen and (min-width:769px){

.skrim__title{
    margin:0 25px
}
  }

.skrim__title:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background:radial-gradient(rgba(0,0,0,0.0) 0%, transparent 60%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    margin:-100px -200px -100px -200px;
    background:radial-gradient(rgba(0,0,0,0.0) 0%, transparent 40%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 40%);
    margin:35% -10%;
  }

.skrim__title--right{
  left:auto;
  right:0;
}

.skrim__underline-me{
  position:relative;
  display:inline-block;
}

[data-animate_underlines=true] .skrim__underline-me:after{
    content:"";
    position:absolute;
    bottom:-4px;
    left:0;
    width:0%;
    border-bottom:2px solid;
    border-bottom-color:#ffffff;
    border-bottom-color:var(--colorHeroText);
    transition:0.3s;
  }

[data-animate_underlines=true] .skrim__link:hover .skrim__underline-me:after{
      width:100%;
    }

[data-animate_underlines=true] .skrim__link:hover .skrim__title{
      bottom:10px;
    }

.custom-content{
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  width:auto;
  margin-bottom:-40px;
  margin-left:0px;
}

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

.custom-content{
    margin-bottom:-30px;
    margin-left:-30px
}
  }

.custom__item{
  flex:0 0 auto;
  margin-bottom:40px;
  max-width:100%
}

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

.custom__item{
    flex:0 0 auto;
    padding-left:30px;
    margin-bottom:30px
}

    .custom__item.small--one-half{
      flex:1 0 50%;
      max-width:400px;
      margin-left:auto;
      margin-right:auto;
    }
  }

.custom__item img{
    display:block;
  }

.custom__item-inner{
  position:relative;
  display:inline-block;
  text-align:left;
  max-width:100%;
  width:100%;
}

.custom__item-inner--html,.custom__item-inner--video{
  display:block;
}

.custom__item-inner--image{
  width:100%;
}

.custom__item-inner--html img{
  display:block;
  margin:0 auto;
}

.custom__item-inner--placeholder-image{
  width:100%;
}

.align--top-middle{
  text-align:center;
}

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

.align--middle-left{
  align-self:center;
}

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

.align--middle-right{
  align-self:center;
  text-align:right;
}

.align--bottom-left{
  align-self:flex-end;
}

.align--bottom-middle{
  align-self:flex-end;
  text-align:center;
}

.align--bottom-right{
  align-self:flex-end;
  text-align:right;
}

.article__grid-image{
  display:block;
  text-align:center;
  margin-bottom:20px
}

.article__grid-image img{
    display:block;
  }

.article__date{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.article__date{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.article__author{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

@media only screen and (min-width:769px){

.article__author{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.article__author{
  font-style:italic;
}

.article__grid-meta{
  margin-bottom:40px;
}

.logo-bar{
  text-align:center;
  margin-bottom:-40px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}

.logo-bar__item{
  flex:0 1 110px;
  vertical-align:middle;
  margin:0 20px 26.66667px
}

@media only screen and (min-width:769px){

.logo-bar__item{
    flex:0 1 160px;
    margin:0 26.66667px 40px
}
  }

.logo-bar__image{
  display:block;
  margin:0 auto;
}

.logo-bar__link{
  display:block;
}

[data-animate_images=true] [data-aos=logo__animation] .logo-bar__item{
    opacity:0;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item{
    animation:fade-in 0.5s ease 0s forwards;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(2){
    animation-delay:0.2s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(3){
    animation-delay:0.4s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(4){
    animation-delay:0.6s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(5){
    animation-delay:0.8s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(6){
    animation-delay:1.0s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(7){
    animation-delay:1.2s
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(8){
    animation-delay:1.4s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(9){
    animation-delay:1.6s;
  }

[data-animate_images=true] [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(10){
    animation-delay:1.8s;
  }

.background-media-text{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#000000;
  background:var(--colorLargeImageBg);
}

.background-media-text__image{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
  z-index:0;
}

.background-media-text__inner{
  position:absolute;
  z-index:1;
  width:100%;
}

.background-media-text__aligner{
  margin:40px;
}

.background-media-text__text{
  text-align:center;
  background:#f3f3e7;
  background:var(--colorBody);
  padding:40px;
  width:430px;
}

.background-media-text__text .btn{
  margin-top:20px;
}

@media only screen and (min-width:769px){
  .background-media-text--right .background-media-text__text{
    float:right;
  }
}

@media only screen and (max-width:768px){
  .background-media-text{
    position:relative;
  }
  .background-media-text__inner{
    position:relative;
  }
  .background-media-text__image{
    position:relative;
    height:240px;
  }
  .background-media-text__aligner{
    margin:-20px 10px 10px;
  }
  .background-media-text__text{
    padding:20px;
    width:auto;
  }
    .background-media-text.loading:after,.background-media-text.loading:before{
      top:117px;
    }
}

[data-animate_images=true] [data-aos=background-media-text__animation] .background-media-text__image.lazyloaded,[data-animate_images=true] [data-aos=background-media-text__animation] .background-media-text__image svg{
    opacity:0.2;
    transform:scale(1.06)
  }

.no-js [data-animate_images=true] [data-aos=background-media-text__animation] .background-media-text__image.lazyloaded,.no-js [data-animate_images=true] [data-aos=background-media-text__animation] .background-media-text__image svg{
      animation:none;
      opacity:1
  }

[data-animate_images=true] [data-aos=background-media-text__animation].aos-animate .background-media-text__image.lazyloaded,[data-animate_images=true] [data-aos=background-media-text__animation].aos-animate .background-media-text__image svg{
    animation:fade-in-bg 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none;
  }

.testimonials-slider__text{
  position:relative;
  padding:20px 0 0;
  margin-bottom:60px
}

.slick-slider .testimonials-slider__text{
    margin-right:20px;
    margin-bottom:0
}

.text-center .slick-slider .testimonials-slider__text{
    margin-left:20px;
    margin-right:20px
}

.testimonials-slider__text p{
    font-size:1.2em;
    margin-bottom:10px
  }

.testimonials-slider__text p+cite{
      margin-top:0;
    }

.testimonials-slider__text .quote-icon{
    position:absolute;
    top:0;
    left:0;
    opacity:0.1
  }

.text-center .testimonials-slider__text .quote-icon{
      left:50%;
      transform:translateX(-50%)
  }

.testimonials-slider__text .quote-icon svg{
      width:50px;
      height:50px;
    }

.testimonail-image{
  max-width:80px;
  background-color:#f3f3e7;
  background-color:var(--colorBody)
}

.text-center .testimonail-image{
    margin-left:auto;
    margin-right:auto
}

.testimonail-image--round{
  width:80px;
  height:80px;
  max-width:none;
  border-radius:80px
}

.testimonail-image--round img{
    overflow:hidden;
    border-radius:80px;
  }

.testimonials-slider.slick-initialized{
  cursor:grab;
}

@media only screen and (min-width:769px){
  .testimonials-slider.slick-initialized[data-count="1"],.testimonials-slider.slick-initialized[data-count="2"],.testimonials-slider.slick-initialized[data-count="3"]{
    cursor:default
  }

    .testimonials-slider.slick-initialized[data-count="1"] .slick-track,.testimonials-slider.slick-initialized[data-count="2"] .slick-track,.testimonials-slider.slick-initialized[data-count="3"] .slick-track{
      cursor:default;
    }
}

.testimonials-wrapper .slick-dots{
  position:relative;
  bottom:0;
  margin-top:20px
}

.testimonials-wrapper .slick-dots li button:before{
    background-color:#0e150e;
    background-color:var(--colorTextBody);
  }

.testimonials-wrapper .slick-slide[tabindex="0"]{
  outline:none;
}

.announcement{
  position:relative;
  overflow:hidden;
  z-index:24;
}

.announcement__wrapper{
  background-color:#0b231d;
  background-color:var(--colorAnnouncement);
  color:#ffffff;
  color:var(--colorAnnouncementText);
}

.announcement__text{
  font-size:12px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  display:block;
  padding:7px 20px 6px;
  transition:opacity 0.75s ease;
  text-align:center;
}

.announcement__link{
  display:block;
  color:#ffffff;
  color:var(--colorAnnouncementText)
}

.announcement__link:hover{
    color:#ffffff;
    color:var(--colorAnnouncementText);
  }

.marquee__container{
  display:flex;
  align-items:center;
  overflow:hidden;
  transform:translateZ(0);
}

.marquee__text{
  font-size:25px;
  margin:0.15em 0;
  white-space:nowrap;
  width:auto;
  perspective:900;
  animation:marquee-left 6.6s linear infinite forwards
}

@media only screen and (min-width:769px){

.marquee__text{
    animation-duration:10s
}

    .marquee__text span{
      padding:0 15px;
    }
  }

.marquee__text span{
    padding:0 20px;
  }

.marquee__text--right{
  animation-name:marquee-right;
}

.shopify-challenge__container{
  padding:30px 22px
}

@media only screen and (min-width:769px){

.shopify-challenge__container{
    padding:120px 0
}
  }

.newsletter-section{
  background-color:#000000;
  background-color:var(--colorNewsletter);
  color:#fff;
  color:var(--colorNewsletterText);
}

.newsletter{
  margin:0 auto;
  max-width:520px;
}

@media only screen and (max-width:768px){
  .modal .newsletter .newsletter__title{
    padding-right:50px;
  }
}

.newsletter-section .errors{
  margin-left:auto;
  margin-right:auto;
  max-width:520px;
}

.newsletter-form-group{
  position:relative;
  max-width:400px;
  margin:0 auto
}

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

.newsletter-form-group{
    max-width:85%
}

.modal--newsletter .newsletter-form-group{
      max-width:none
}
  }

.newsletter-form-group__input{
  margin:0 auto;
  width:100%;
  border-bottom-color:currentColor;
  border-radius:0;
  padding-right:45px
}

.newsletter-form-group__input:focus{
    border-bottom-color:currentColor;
  }

.newsletter-form-group__input::placeholder{
  color:currentColor;
  opacity:1;
}

.newsletter-form-group__submit{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  color:currentColor;
  padding-right:0
}

.newsletter-form-group__submit .icon{
    width:26px;
    height:24px;
  }

.map-section{
  position:relative;
  height:650px;
  width:100%;
  overflow:hidden
}

@media only screen and (min-width:769px){

.map-section{
    height:500px
}
  }

.map-section .page-width{
    height:100%;
  }

.map-section--load-error{
  height:auto;
}

.map-onboarding{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
  z-index:0;
}

.map-section__overlay-wrapper{
  position:relative;
  height:100%;
}

.map-section__overlay{
  position:relative;
  display:inline-block;
  background-color:#f3f3e7;
  background-color:var(--colorBody);
  padding:30px;
  margin:30px;
  z-index:3
}

@media only screen and (min-width:769px){

.map-section__overlay{
    position:absolute;
    left:40px;
    margin:40px;
    padding:40px;
    top:50%;
    transform:translateY(-50%);
    margin-top:0;
    max-width:430px
}
  }

.map-section--load-error .map-section__overlay{
    position:static;
    transform:translateY(0)
}

.map-section__link{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
}

.map-section__container{
  position:absolute !important;
  top:0;
  left:0;
  width:100%;
  height:150%;
  margin-bottom:-50%
}

@media only screen and (min-width:769px){

.map-section__container{
    width:130%;
    height:100%;
    margin:0 -30% 0 0
}
  }

[data-animate_images=true] [data-aos=map-section__animation] .map-section__container{
    animation:fade-out 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    will-change:opacity, transform;
    opacity:0;
  }

[data-animate_images=true] [data-aos=map-section__animation].aos-animate .map-section__container{
    animation:fade-in 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  }

.social-section__wrapper{
  background:#fff;
  color:#000;
  border:1px solid;
  border-color:rgba(14, 21, 14, 0.1)
}

.social-section__wrapper a{
    display:block;
  }

.social-section__wrapper .placeholder-svg{
    padding:0;
  }

.social-section__image{
  padding-bottom:100%;
  background-size:cover;
  background-repeat:no-repeat;
}

.social-section__meta{
  padding:9px;
  font-size:12px;
  font-weight:400;
  font-family:sans-serif;
  line-height:1.4
}

@media only screen and (min-width:769px){

.social-section__meta{
    font-size:13px;
    padding:14px
}
  }

.social-section__caption p{
    display:inline;
  }

.social-section__likes+.social-section__caption{
    margin-top:10px
}

.social-section__likes{
  display:flex;
  align-items:center
}

.social-section__likes:before{
    content:"";
    display:inline-block;
    height:24px;
    width:24px;
    margin-right:10px;
    background-repeat:no-repeat;
    background-size:24px;
    background-image:url(data:image/gif;base64,R0lGODlhJgAmAPcAAO9GUv/8/P/+/v/9/e9HUfBIU//7++9GUfSEjPN5gveepPFeavecovBNWP719u9IU/329vnAxPm/xPBIUvvU1vrU2O9UX/WCi/BGUfzv8fWPlf3y8vBMWfqzuPWOlPmprfmvtfqwtvivtO9LVfNsdfFcZe9IUv309PJpcfFpcfWKk/JqdPvEyPJga/Jia/FOWPeepfVwefRye/3o6f/z9f3z9f719fN4gPNjbfzo6fvX2fJlbvFWYPrR1PaLlPJwevFRXPz0+PzU2P+6wO9MWe5GUfyur/eqsPJZYvR5gPmxtvqvtfvU1/3k5PaWnfX09fJvePimrPJsdvWSm/FSXfJqcvvQ0vmorv3u7viorfaRmPWVmvvd3/u4u//9/vrs8fJmb/m+wf3q7PejqPm8wPnFyPnCx/BKV/BLV+9PWPBRXPBQWe9PWe9LVvFcZvaKk+5KVvBdZvvU2PWDivFaZP3y8/R6g/m+w+9RXP/Q0/bv7/ve4PacovJrdfFeafFaZfFWYfro7vWEjf7s7Pvj5PBLVPFha/uvsu5HUfz2+fn5+fWMk/R0ff3f4vaNlfqjqf7u7/JXYv76+vBVYPrb3v/6+vebofNmcPq8wPnHyvifpfrAxPzh4/BGU//7/P3v8f3t7v3j5f349/R7gvrFyf319fvO0vNrdfzl5/i0ufzW2fJZZPvKzvBXYvaYoP3l6fBQWvzd3/aKkvR/hvemrfakqvBPWvFfaveaof7j5f7x8fBZZPaRl/WOlvFncfN0fPaTm//5+v739/vT1fWFjPmtsv3p6fN3gfBPW/JncPrIy/q6v+9RXfBHUvBHU+9HUv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MzI1OThFNUFCQ0QxMUU5QUY3NDhFMDFCODlFN0ZDMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MzI1OThFNkFCQ0QxMUU5QUY3NDhFMDFCODlFN0ZDMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjczMjU5OEUzQUJDRDExRTlBRjc0OEUwMUI4OUU3RkMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjczMjU5OEU0QUJDRDExRTlBRjc0OEUwMUI4OUU3RkMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAACYAJgAACP8AoQkcSLCgwYMIEypcyHCggBllskxZ1MuViDx6DDpgkoqBBhVaxkjgFCAhBBYefOFx1qxZIUBQGOgoKbBRrWN/0Dh7VsCWIQTLPh3cAAKFiWfOkiJF+uKGGU/QehAD8qxqs6Qtny1QkEMAQQhHkFgFUFUpy2cpSMlJMKHlTqVVATRjswXUwAERVj1zW7Wv250/Eowou3NvX8MNPiQSSOhUy2Z7syKFTPnBg8N7z1I2XGKYgAFXNi+FvLT02beQNZ817KNUhipLUcd+azU15qSFD1vYwwrOW81XC2fN3Xd1WcJVOzgZbdUsccksJafOjfXNJcO4d161GpswacpwU1//jcGhdOnH25OSJcsSq3ay01u6SJP772HJpjMjhVu8Ko4+cnVXXHDm1dbeZIedJQMMkR0nHHLQAaAdbf1VxYsQazxDVoMFPoiVYSDaZhUZNCSxF3uZBYdbfto9Rttmt6DixR1ErIbbY4bhmCB7xu2FwSOKQKMLAgekR1t70O23Ym3HSZGLQAJQkMxxtYkIImqy7SRXKxIMMFAAYcThl5a2oZdZi/w1w0wUDhQkyhJ0NLffmNHd5t4zyPAByUEnFOMGd9ohJ6df21GBixgJ1aDEAhPmiCSCz02iwCALBdEFGEX2hx9mhu1CCxYNVRIBCZ08eBVpkRXmjB8h1NGQQAYoeMMIAXXG15dcBOwwxBOvfmmFHQVklR5mRaywSTC9EjRABXO0gSN8kyHySyYGJGtQLLI0EBmqzRQwiik0WVtQE8Co4VdVZ1ygilfiHmSMJpEcBosjlLSr0BdGtEDAMzxY8oq9C9mAiSCzHBIIwAxJEgoXwiDssEIBAQA7);
  }

.instagram-image{
  display:block;
  height:0;
  padding-bottom:100%;
  background-size:cover;
  background-repeat:no-repeat;
}

.instagram-image--error{
  height:auto;
  padding:10px;
  font-size:13px;
  text-align:center;
  color:#d02e2e
}

.instagram-image--error small{
    word-break:break-word;
    display:block;
    font-size:10px;
  }

.instagram__product-title{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px)
}

@media only screen and (min-width:769px){

.instagram__product-title{
    font-size:calc(var(--typeBaseSize) - 2px)
}
  }

.instagram__product-title{
  font-style:italic;
  text-align:center;
  padding:5px
}

.instagram__product-title a{
    display:inline;
  }

.store-availability{
  display:flex;
  justify-content:space-around
}

.store-availability .icon{
    margin:6px 0 0;
    width:12px;
    height:12px;
  }

.store-availability .icon-in-stock{
    fill:#56ad6a;
  }

.store-availability .icon-out-of-stock{
    fill:#d02e2e;
  }

.store-availability+.store-availability{
    margin-top:20px;
  }

.store-availability__info{
  flex:0 1 90%;
  text-align:left;
  margin-left:10px
}

.store-availability__info>div{
    margin-bottom:5px
  }

.store-availability__info>div:last-child{
      margin-bottom:0;
    }

.store-availability__info a{
    text-decoration:underline;
  }

.store-availability__small{
  font-size:0.8em
}

.store-availability__small a{
    display:block;
    margin-top:10px;
  }

.messengermessageus--fixed.messengermessageus--fixed{
  top:auto;
  bottom:calc(100px + env(safe-area-inset-bottom));
}

#ShopifyChat#ShopifyChat{
  bottom:calc(100px + env(safe-area-inset-bottom)) !important;
  z-index:17 !important
}

.modal-open #ShopifyChat#ShopifyChat,.screen-layer-open #ShopifyChat#ShopifyChat{
    display:none
}

#ShopifyChat#ShopifyChat[isopen=true]{
    transform:scale(0.8);
    bottom:calc(50px + env(safe-area-inset-bottom)) !important;
  }

#tidio-chat iframe{ bottom:calc(100px + env(safe-area-inset-bottom)) !important }








/*************************************************************
**************************************************************
*********            THEME CUSTOMIZATIONS BY
                      LOW TIDE DESIGN STUDIO
                   www.lowtidedesignstudio.com         *******
**************************************************************
*************************************************************/


/*------------------------------------
 *   VARIABLES
 *------------------------------------*/


/**GLOBAL COLORS**/


:root {

--alabaster: #F3F3E7;
--wasabi: #80873A;
--spanishwhite: #e8dcc6;
--apricot: #ebab6b;
--strawgreen: #cdd04f;
--palespring: #edefc7;
--sage: #a9c1a9;
--eveningsea: #035346;
--junglegreen: #0e150e;
--honeydew: #d8e4d6;
--naturalgray: #8c8c82;
--bodyfont:'Manrope';
--headfont:'stratos-lights';
--subheadfont:'Manrope';

}




/*------------------------------------
 *   GLOBAL STYLES
 *------------------------------------*/


  
 .border-bottom-header {
  border-bottom: 2px solid #F4F3E733 !important;
 }


p {
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}

h1, .h1, h3, h2, .h2, .h3, h4, .h4, h5, .h5, h6, .h6, .section-header__title, .spr-header-title.spr-header-title, .hero__title {
  font-family: stratos-lights !important;
  font-weight: 400;
  font-style: normal;
  color: #0E150E;
}

  h2 {
    font-weight: 400 !important;
  }

.subheading {
   font-family: Manrope, sans-serif;
   font-weight: 500;
}


.btn {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  transition: 0.5s !important;
}




.text-link {
  color: #EBAB6B !important;
}



/*TO REMOVE BLACK SPACE BENEATH VIDEOS*/

@media only screen and (max-width: 768px)
.hero--mobile--100vh:not([data-natural]) {
    height: 80vh !important;
}




/*TO REMOVE UNDERLINES FROM TEXT LINKS*/

.rte a:not(.rte__image):not(.btn) {
  border-bottom: none;
}


/*TO STYLE THE MARQUEE*/


.marquee__text {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}



/*ANNOUNCEMENT BAR*/



.announcement__wrapper .announcement__text {
font-family: 'Manrope';
font-weight: 600;
font-size: 14px;
}







/*TO ADD COLORFUL BORDERS TO OVERLAPPING IMAGES*/


.feature-row__item--overlap-images>:first-child .image-wrap.loaded {
    border: 2px solid var(--strawgreen);

      }


.feature-row__item--overlap-images>:last-child .image-wrap.loaded {
    border: 2px solid var(--eveningsea);

      }





/*TO ADJUST IMAGE PADDING SO BORDERS ARE FLUSH*/



#our-mission .image-wrap.loaded {
    padding-bottom: 128% !important;
}


#frequently-asked-questions .image-wrap.loaded {
    padding-bottom: 65% !important;
}


#ProductSections-4595898253375 .image-wrap.loaded {
    padding-bottom: 124% !important;
}


#our-services-amp-what-to-expect .image-wrap.loaded {
    padding-bottom: 128% !important;
}



/*TO PREVENT HORIZONTAL OVERFLOW*/


#body {
 overflow-x:hidden;
}

body{
  overflow-x: hidden !important;
}


/*To Remove Overflow*/


html, body {
    max-width: 100%;
    overflow-x: hidden;
}



/*MOBILE MENU BUTTON */

  /*


.btn.site-nav__thumb-button {
      width: 50%;
  color: var(--junglegreen);
    border: 2px solid var(--junglegreen);
}


.slide-nav__overflow--thumb {
  max-width:45%;
}



.btn.site-nav__thumb-button::after {
  	content: 'BOOK';
    display: inline;
    position: absolute;
    padding: 19px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
  	-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    border-color:var(--wasabi);
    color: var(--alabaster);
    background: var(--wasabi);
    transition: background 0.15s ease;
    transition: var(--colorBtnPrimaryBgTransition);
    width: 50%;
    right: 0;
    top: 0;

}
  */




/*SIDE CART POP-OUT STYLING*/


.drawer {
background-color: var(--alabaster);
  color: var(--junglegreen);
}


.btn, .product-reviews .spr-button, .product-reviews .spr-summary-actions a, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  color: var(--alabaster) !important;
  background-color: var(--eveningsea) !important;

  }


/*ADD TO CART PAYMENT BUTTONS*/

  .payment-buttons .btn--tertiary {
    border-color: var(--eveningsea);
       transition: 0.8s ease;
}




.payment-buttons .btn--tertiary:hover {
 border-color: var(-junglegreen) !important;
background-color: var(-junglegreen) !important;
}



/*TERTIARY BUTTON FIX (END OF PRODUCT PAGE)*/






.text-center .btn--tertiary:hover {
border-color: var(-junglegreen) !important;
background-color: var(-junglegreen) !important;
}


.text-center a.btn.btn--tertiary {
    margin-bottom: 4vh;
  border-color: var(-eveningsea) !important;
transition: 0.6s ease;
}















/*------------------------------------
 *   HEADER AND NAV BAR
 *------------------------------------*/


/*HIDING MAKE A RESERVATION ON ANYTHING BUT MOBILE*/



/*FLOATING BUTTON*/

@media only screen and (min-width: 769px) {


div#floating-button {
    display: block;
    bottom: 9%;
    position: fixed;
    z-index: 30;
    right: 4%;
    color: white !important;
    background-color: var(--eveningsea);
    position: inline;
    font-family: Manrope!important;
      font-size: 16px;
    font-weight:500;
    padding: 14px 20px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: .6s ease !important;
}

  div#floating-button:hover {
  color: var(--alabaster)!important;
  background: var(--junglegreen)!important;
  }

}


/*HIDING BUTTON ON MOBILE*/



@media only screen and (max-width:768px){
div#floating-button {
    display: none;
}}


header-item--navigation {
    flex: 1 1 10px;
}


.site-nav__link {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 16px !important;


}

.site-header {
  border-bottom: 2px solid #C6C7BC;
}


/*MOBILE MENU LINK STYLING*/





  .slide-nav__sublist-link {
  font-family: Manrope, sans-serif;
  padding-bottom: 0.7em;
  font-size: 17px !important;
  color: #13352D !important;
  letter-spacing: 0.01em;
  font-weight: 500 !important;
  }

  .slide-nav__link, .slide-nav__sublist-header {
  font-family: Manrope, sans-serif;
  padding-bottom: 0.7em;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #13352D !important;
  letter-spacing: 0.06em;
  font-weight: 600 !important;
  opacity: 1;
  }

/*MOBILE MENU BACKGROUND COLOR*/

.slide-nav__wrapper {
background-color: var(--alabaster);
  color: var(--junglegreen);
}



/* For mobile */

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

.site-header__logo a {
  min-width: 200px;
}
}



/*ADDING and STYLING INSTAGRAM WIDGET*/




div#social-header {
    display: flex;
    align-items: center;
}

svg.icon.icon-instagram-header {
    width: 26px;
    height: 26px;
}



  #sauna-house-asheville-sauna-and-lounge-massage-asheville div#social-header {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

/*MOBILE OPTIMIZATION*/


  @media only screen and (max-width:768px){
    div#social-header {
    display: none !important;
    }

}



/*TO STYLE DROP-DOWN MENU ITEMS*/


a.site-nav__dropdown-link.site-nav__dropdown-link--second-level {
    font-family: 'Manrope';
    font-weight:500;
  letter-spacing: 0.01em;
color: #13352D;
  font-size: 16px;
}





/*------------------------------------
 *   FOOTER
 *------------------------------------*/



/*NEWSLETTER SECTION*/



  /*SPACING*/

/*For Desktop*/

 @media only screen and (min-width: 769px) {

.site-footer__section--newsletter .page-width {
    max-width: 55vw !important;
    margin-left: 10vw !important;
}
 }



/*MOBILE VIEW*/



  @media only screen and (max-width:768px){
  .site-footer__section--newsletter .page-width {

    margin-left: 5vw !important;
}


  }




  /*ADDING BADGE ELEMENT ON RIGHT*/


  /*For Desktop*/

 @media only screen and (min-width: 769px) {

 .site-footer__section--newsletter .h2.appear-delay::after {
   content: '';
  position: absolute;
  background-image: url(/cdn/shop/files/badge_-green.png?v=1639538599);
  background-size: contain;
  width: 700px !important;
  height: 150%;
  bottom: 0%;
  background-repeat: no-repeat;
  bottom: -80%;
    right: -120%;
}
 }







/*MOBILE VIEW*/



  @media only screen and (max-width:768px){
  .site-footer__section--newsletter {
      background-size: 40vw auto;
    background-position-x: -30%, 130%;
    background-position-y: 90%, 10%;
}
}



/*For Tablets*/

@media screen and (min-width: 768px) and (max-width: 1333px) {
  .site-footer__section--newsletter .h2.appear-delay::after {

  height: 135% !important;
  right: -160%  !important;
}


}



/*TO CHANGE NEWSLETTER H2 TEXT COLOR*/

.site-footer__section--newsletter .h2.appear-delay {
color: var(--alabaster);
text-align: left;
  font-size: 2rem !important;
  line-height: 120%;
}


.site-footer__section--newsletter .rte.rte--block.appear-delay-1 {
    text-align: left;
    color: var(--alabaster);
    font-weight: 400;
      font-size: 1rem !important;
}




/*TO ALIGN EMAIL INPUT LEFT*/



.newsletter-form-group {

    margin-left: 0;
}



/*UPDATE COLOR*/



.site-footer__section--newsletter {
  color: var(--alabaster);
    }


/*TO ADD BACKGROUND*/


/*For Desktop*/

 @media only screen and (min-width: 769px) {

.site-footer__section--newsletter{
    background-image: url('/cdn/shop/files/Dark_teel_abstract_leaf_pattern_background.jpg?v=1639536254');
  background-repeat:no-repeat;
    background-size: 100% 100%;
}
 }



/* For mobile */

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

  .site-footer__section--newsletter{
    background-image: url('/cdn/shop/files/Dark_teel_abstract_leaf_pattern_background_mobile.jpg?v=1639536388');
  background-repeat:no-repeat;
    background-size: 100% 100%;
}
}




/*TO ADD PSEUDO ELEMENT*/







/*TRUE FOOTER SECTION*/






.site-footer__copyright {
  padding-bottom: 0px !important;
  padding-top: 20px;
  color: var(--junglegreen);
      }








/*MAKING MAIN CONTENT SECTION FLEX BOX*/


#shopify-section-footer .page-width:nth-child(2) {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}





/*STYLING FOOTER MENUS*/


p.footer-header {
   font-family: Manrope, sans-serif;
   font-weight: 400;
  color: var(--eveningsea);
  }




/*VERY BOTTOM COPYRIGHT SECTION*/



/*STYLING HOURS*/


p.footer-hours {
   font-family: Manrope, sans-serif;
   font-weight: 400;
  color: var(--eveningsea);
    font-size: 15px;
  }




/*MAKE VERY BOTTOM SECTION FLEX BOX*/

.site-footer__copyright {
display: inline-block;
align-items: center;
box-sizing: border-box;
justify-content: center;
width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-transform: uppercase;
}




/*TO TAKE AWAY EXTRA PADDING AT BOTTOM OF FOOTER*/

body {
    padding-bottom: 0px !important;
}




 ul.bottom-bar {
display: flex;
flex-wrap: wrap;
padding-inline-start: 0px;
   justify-content: space-evenly;
   margin-bottom: 0px;
   list-style:none outside;
   margin-left: 0px;
   align-items: center !important;

   /*CHANGE TO "BASELINE" INSTEAD OF CENTER IF YOU WANT THEM TO BE ALIGNED TO THE BOTTOM*/
 }


 ul.bottom-bar .li {
  min-width: 50%;
  box-sizing: border-box;
  text-align: center;
}


   ul.bottom-bar li::before {
  display: none !important;
}



  .site-footer__section+.site-footer__section {
  margin-top: 0px;
  }




/*MOBILE VIEW*/



/*TO MOVE SOCIAL BUTTONS TO TOP*/

 @media only screen and (max-width:768px){
.site-footer__section-social {
    order: -2;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -30px;


}
 }


/*TO FIX SPACING*/


  @media only screen and (max-width:768px){
  #shopify-section-footer .page-width:nth-child(2) {
    width: 90%;
}

  ul.no-bullets.site-footer__linklist {
    min-width: 35vw;
    justify-content: center;
}


.site-footer__section.site-footer__copyright {
    order: -3;
    margin-bottom: 5vh;
    margin-top: -3vh;
    padding-top: 0vh;
}

.bottom-bar li:first-child {
    display: none;}

.bottom-bar li:last-child {
    display: none;}


.site-footer-3 {
    padding-bottom: 100px;
}

  }











/*------------------------------------
  ------------------------------------
 *  LINKS PAGE
 *------------------------------------
  ------------------------------------*/



#asheville-sauna-and-lounge-links .image-wrap.loaded {
    padding-bottom: 126% !important;
}


/*to hide footer on page*/

#asheville-sauna-and-lounge-links div#shopify-section-footer {
    display: none;
}



/*to make text link a button*/




#asheville-sauna-and-lounge-links .rte a:not(.rte__image):not(.btn) {
  	color: var(--alabaster) !important;
  	background-color: var(--eveningsea);
  	position: inline;
    font-family: 'Manrope' !important;
    font-size: calc(var(--typeBaseSize) - 2px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.42;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s ease !important;
	margin-top: 2vh !important;
}


#asheville-sauna-and-lounge-links .rte a:not(.rte__image):not(.btn):hover {
  	color: var(--alabaster) !important;
  	background-color: var(--junglegreen) !important;
}


#asheville-sauna-and-lounge-links .site-nav__thumb-menu {
    display: none;
}







/*------------------------------------
  ------------------------------------
 *   HOME PAGE
 *------------------------------------
  ------------------------------------*/




  /*TO ADJUST HEIGHT OF HERO SECTION*/

  @media only screen and (min-width: 769px)
.hero--750px {
    height: 100vh !important;
}


  /*TO ADD COLORFUL LINES*/


  #shopify-section-1559096311192 {
  border-bottom: 2px solid var(--strawgreen);
  }



  .featuredcollectionslider {
  border-bottom: 2px solid var(--sage);
    border-top: 2px solid var(--sage);
  }


  .collectionslider .section-header__title  {
   color: var(--junglegreen);
  }




 /*Hero Text "A bathhouse..."*/

.index-section--hero .hero__title {
  max-width: 60vw !important;
  color: var(--alabaster);

}


/*MOBILE VIEW*/


  @media only screen and (max-width:768px){
  .index-section--hero .hero__title {
  font-size: 2.5rem;

}}








/*TO STYLE THE FIRST CTA BUTTON*/


.index-section--hero .btn {
    background: var(--eveningsea)!important;
    border-color: var(--eveningsea) !important;
  	color: var(--alabaster)!important;
  	transition: 0.6s ease !important;
	font-weight: 500;
      letter-spacing: 0.1em;
}

  .index-section--hero .btn:hover {
    background: var(--junglegreen)!important;
    border-color: var(--junglegreen) !important;

}



/*MOBILE TWEAKS*/


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

  


div.index-section--hero .h1.hero__title.appear-delay {
    margin-top: -15vh !important;
}

   }



/*TO MOVE HERO TEXT LEFT ON DESKTOP*/



 @media only screen and (min-width: 949px) {

{
.index-section--hero .hero__text-shadow {
    margin-left: -30px !important;
}
}
 }





/*MISSION STATEMENT SECTION*/


/*To fix spacing in section*/
.richtextcontent {
 position:relative;
  z-index:2;
}

  .richtextsection {
   position:relative;
  }

.richtextsection .index-section {
margin-top: 100px !important;
margin-bottom: 100px;

}


div.richtextsection .grid__item {
padding-left: 20px;
}

/*MOBILE TWEAKS*/


   @media only screen and (max-width:768px){
     div.richtextsection .grid__item {
padding-left: 30px;
}
   }




/*To Make h2 bigger*/



.richtextsection h2 {
  font-size: 44px;
  line-height: 66px;
  padding-bottom: 2vh;
}


/*MOBILE TWEAKS*/


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

     .richtextsection h2 {
  font-size: 38px;
  line-height: 50px;
}

   }




/*BODY TEXT*/


/*DESKTOP TWEAKS*/

 @media only screen and (min-width: 769px) {

.richtextsection .enlarge-text {
    font-size: 22px;
    line-height: 160%;
}



}





/*to make text link a button*/



.richtextsection .medium-up--three-quarters .rte a:not(.rte__image):not(.btn) {
  	color: var(--alabaster) !important;
  	background-color: var(--eveningsea);
  	position: inline;
    font-family: 'Manrope' !important;
      font-size: calc(var(--typeBaseSize) - 2px);
    padding: 14px 22px;
    line-height: 1.42;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    font-weight:500;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s ease !important;
	margin-top: 4vh !important;

}


/*HOVER SETTINGS*/


.richtextsection .medium-up--three-quarters .rte a:not(.rte__image):not(.btn):hover {
   	color:var(--alabaster) !important;
    background-color:var(--junglegreen) !important;
}

















/*EXPERIENCES SECTION*/


  .textcolumnssection  {
   position:relative;
  }





.textcolumnssection .index-section {
       margin-bottom: 0px !important;
     }





/*TO ADD CARDS*/






.textcolumnssection .grid {
 margin-left: 0px;
  padding-bottom: 5vh;
}


.textcolumnssection .grid--uniform {
    display:flex;
}

  @media(max-width: 1007px) {
    .textcolumnssection .grid--uniform {
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
    .textcolumnssection .grid__item.grid-column.medium-up--one-third {
     width: 100% !important;
     max-width:unset !important;
    }
  }

  .textcolumnbgimage {
   position:absolute;
   left:0;
   top:0;
   height:100%;
   width: 100%;
   object-fit:cover;
  }

.relative {
 position:relative;
  z-index:1;
}

/*MOBILE TWEAKS*/


  .textcolumnssection .grid__item.grid-column.medium-up--one-third {
    padding-top: 2vh;
    padding: 5vh;
    width: 33.33%;
    height: auto;
    background-color: var(--alabaster);
    border-radius: 10px;
      margin-right: 2.5vw;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      align-content:space-between;

}

   @media only screen and (max-width:768px){
   
     
.textcolumnssection .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {

     max-width: 85vw;
}


.textcolumnssection .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {

     max-width: 85vw;
}

.textcolumnssection .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {

     max-width: 85vw;
}

   }






/*CARD INFO TWEAKS*/



.textcolumnssection .h2 {
    font-size: 2.25rem;
  	line-height:1.2;
}


.textcolumnssection p {
    width: 100%;
}









/*CONTROLS THE SPACE UNDERNEATH THE SERVICES GRID*/
  .grid--uniform {
    padding-bottom: 12vh !important;
  }


/*MOBILE TWEAKS*/


/*LINE HEIGHT FOR EXPERIENCE SAUNA HOUSE H2*/


   @media only screen and (max-width:768px){
.textcolumnssection h2.section-header__title.appear-delay {
    line-height: 1.3em;
}

   }

   /*MAKES BODY TEXT UNDER EACH EXPERIENCE LARGER ON MOBILE*/


 @media only screen and (max-width:768px){
   .textcolumnssection p {
   font-size: 17px;}

 }





.imageandtext {
 position:relative;
}


  .imgtextcontent {
   position:relative;
   z-index:2;
  }



/*THREE STEPS SECTION*/



/*Changing background color*/


div.imageandtext .index-section--alt {
    background-color: var(--spanishwhite) !important;
}





/*Subheading Styling*/


div.imageandtext .subheading.appear-delay {
    text-align: left;
    font-size: 1.25rem;
  letter-spacing: 0.02em;

}



/*Heading Styling*/


div.imageandtext .h1.appear-delay-1 {
    text-align: left;
    font-size: 4rem;
    line-height: 120%;
}



/*MOBILE TWEAKS*/



@media only screen and (max-width:768px){
   div.imageandtext .h1.appear-delay-1 {
    text-align: center;
    font-size: 3rem;

}

  div.imageandtext .subheading.appear-delay {
    text-align: center;


}

  div.imageandtext .appear-delay-2 {
    text-align: center !important;
}



}




/*For Tablets*/

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

  div.imageandtext .h1.appear-delay-1 {

    font-size: 3.5rem;

}

}





/*Changing Button Color*/


div.imageandtext .index-section--alt .btn {
background-color: var(--eveningsea) !important;
color: var(--alabaster) !important;
transition: 0.6s ease !important;
  letter-spacing: 0.1em;
}

div.imageandtext .index-section--alt .btn:hover {
background-color: var(--junglegreen) !important;

}


div.imageandtext .appear-delay-2 {
    text-align: left;
}







.index-section--alt {
  margin-top: -4vh;
}




/*Narrow text on Desktop*/

@media only screen and (min-width: 769px) {

.imageandtext .feature-row__text--right {
padding-right: 120px;

}
}



/*SECTION PADDING*/

.imageandtext .index-section--alt {
    padding: 70px 0;
}




/*MOBILE TWEAKS*/


  @media only screen and (max-width:768px){
    .imageandtext .feature-row__text {
    padding-top: 50px;
    }



    .imageandtext .feature-row__text .btn {
    margin-top: 40px;
}


  }






/*MOBILE TWEAKS*/


/*PULLING INTRO TEXT AND BUTTON UP SO THERE ISN'T OVERLAP*/



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

div.index-section--hero .hero__text-content.horizontal-left {
    padding-bottom: 15% !important;
}



   }








/*MARQUEE*/



div#shopify-section-1559586187853 .marquee__container {
    background-color: var(--junglegreen) !important;
    color: var(--alabaster) !important;
}











/*THERE'S A METHOD TO OUR MADNESS*/



.background-media-text__text {
  text-align: right;
  background: transparent;
}


/*MOBILE TWEAKS*/



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

div.background-media-text .background-media-text__text {
    width: 100% !important;
}

div.background-media-text h2.h1.appear-delay {
    font-size: 3rem !important;
    line-height: 120%;
}


}





/*WELLNESS GUIDE SECTION BUTTON STYLING*/


.background-media-text__text .btn:hover {
   color: var(--alabaster) !important;
   background-color:var(--junglegreen) !important;
}




/*H2 SIZE*/


div.background-media-text h2.h1.appear-delay {
    font-size: 4rem;
    line-height: 120%;
}



/*For Desktop*/

 @media only screen and (min-width: 769px) {

div.background-media-text .background-media-text__text {
    width: 40% !important;
}

 }




/*MOBILE TWEAKS*/


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

  .background-media-text__text {
  text-align: center;
    background-color: var(--alabaster);
  }

 .background-media-text__text .btn {
   background-color:var(--eveningsea);
   color: var(--alabaster);
 }

 .background-media-text__text .btn:hover {
   color: var(--alabaster) !important;
   background-color:var(--junglegreen) !important;
}


  }





/*For Tablets*/

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

 div.background-media-text h2.h1.appear-delay {
  	width: 30vw !important;
    font-size: 3.5rem;


}

}






/*PRODUCT SECTION*/





/*TOP SPACING*/



.featuredcollectionslider .section-header {
    margin-top: 60px;
}



.featuredcollectionslider .section-header__title+.section-header__description {
    margin-top: 50px;
}


/*Change Font Size*/



.featuredcollectionslider h2.section-header__title.appear-delay {
    line-height: 120%;
    font-size: 4rem;
}


/*MOBILE TWEAKS*/



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

.featuredcollectionslider h2.section-header__title.appear-delay {

    font-size: 3rem !important;
}

  .featuredcollectionslider .section-header__title+.section-header__description {
    margin-top: 30px;
}

}


/*For Tablets*/

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

.featuredcollectionslider h2.section-header__title.appear-delay {

    font-size: 3.5rem;


}

}



  .textcolumnssection  {
   margin-bottom:0;
  }


/*TO ADD THE BUTTON*/


/*to make text link a button*/



.take-me-to-the-shop a {
  	color: var(--alabaster) !important;
  	background-color: var(--eveningsea) !important;
  	position: inline;
    font-weight:500;
    font-family: 'Manrope' !important;
      font-size: 1rem !important;
   padding: 14px 22px;
    line-height: 1.42;
     letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s ease !important;
	margin-top: 4vh !important;
}

   .take-me-to-the-shop a:hover {
     background-color: var(--junglegreen) !important;
   }






/*TO CHANGE THE BACKGROUND COLOR*/


.featuredcollectionslider {
        background-color: var(--spanishwhite) !important;

      }


/*TO SHORTEN THE SECTION*/

.featuredcollectionslider .index-section {
    margin-top: 0px;
    margin-bottom: 0px;
}



/*MOBILE TWEAKS*/


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

.featuredcollectionslider .section-header__title {
padding-bottom: 5vh!important;
}



.featuredcollectionslider .grid--uniform {
    padding-bottom: 0vh!important;
}

}







/*PRESS SECTION*/

.logo-bar {
  justify-content: space-evenly !important;
  }

.logo-bar {
    opacity: 1 !important;
}

















/*------------------------------------
  ------------------------------------
 *   OUR MISSION PAGE NEW
 *------------------------------------
  ------------------------------------*/









/*ADDING PSEUDO ELEMENTS ON HOVER*/


/*for smooth scroll*/


html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}


/*pseudo elements on desktop only*/


@media only screen and (min-width: 769px) {




.grid a[href="#mission"]:hover::after {

  content: '';
  background-image: url('Mission_Hover_Icon.png');
  background: contain;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 15vh;
    left: 50%;
  transform:translateX(-50%);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;

}




.grid a[href="#sustainability"]:hover::after {

  content: '';
  background-image: url('Sustainability_Hover_Icon.png');
  background: contain;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 15vh;
  left: 50%;
  transform:translateX(-50%);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;

}


  .grid a[href="#our-story"]:hover::after {

  content: '';
  background-image: url('Story_Hover_Icon.png');
  background: contain;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 15vh;
    left: 50%;
  transform:translateX(-50%);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;


}

}








/*SUSTAINABILITY COMMITMENT SECTION*/



/*To style the subheading*/


div#shopify-section-sustainability-commitment h4 {
font-family: var(--subheadfont) !important;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 34px;
letter-spacing: 0.02em;
text-align: left;

}


/*To add the pseudo element*/

div#shopify-section-sustainability-commitment h4::before {
content: '';
  background-image: url('Sustainability_commitment_icon.png');
  background: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -1.5vh;
}


/*To style the heading*/


div#shopify-section-sustainability-anchor h1 {
color: black;
line-height: 76.8px;
font-size: 4rem;
margin-top: 1em !important;

}


div#shopify-section-sustainability-commitment h2.section-header__title.appear-delay {
color: black;
line-height: 76.8px;
font-size: 4rem;
margin-top: 1em !important;
text-align: left;
padding-bottom: 5vh;
max-width: 60%;

}






div#shopify .index-section {
  margin-bottom: 0px !important;

}


div#shopify-section-sustainability-commitment .index-section {
  margin-top: 0px !important;
  margin-bottom: 0px !important;

}


/*To add gradient background*/



div#shopify-section-sustainability-commitment {
  background: linear-gradient(360deg, var(--sage) 0%, var(--alabaster) 100%);
}






/*To create Cards*/






div#shopify-section-sustainability-commitment .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 310px;
    height: 400px;
    background-color: var(--alabaster);
    border-radius: 10px;
    margin-right: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


div#shopify-section-sustainability-commitment .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 310px;
    height: 400px;
    background-color: var(--alabaster);
    border-radius: 10px;
    margin-right: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


div#shopify-section-sustainability-commitment .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 310px;
    height: 400px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*Spacing*/


div#shopify-section-sustainability-commitment .grid {
 margin-left: 0px;
  padding-bottom: 5vh;
}


div#shopify-section-sustainability-commitment .grid--uniform {
    padding-bottom: 20vh!important;
}



div#shopify-section-sustainability-commitment .grid.grid--uniform.text-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/*Adding flex order*/


div#shopify-section-sustainability-commitment .rte-setting.text-spacing {
order: 1;
}

div#shopify-section-sustainability-commitment .h2 {
order: 2;
}

div#shopify-section-sustainability-commitment div {
order: 3;
}



div#shopify-section-sustainability-commitment div img {
  min-width: 4vw !important;
  margin: auto;
  margin-bottom: 0px;
}


/*MOBILE TWEAKS*/




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


/*To Center Text*/


div#shopify-section-sustainability-commitment h4 {
text-align: center;
font-size: 1.4rem !important;
padding-top: 3vh;
}



div#shopify-section-sustainability-commitment h4::before {
  position: absolute;
    left: 50%;
    transform: translate(-50%);
  margin-top: -90px;
}


div#shopify-section-sustainability-commitment h2.section-header__title.appear-delay {
    text-align: center;
    font-size: 38px  !important;
    line-height: 50px  !important;
  padding-top: 3vh  !important;
  max-width: 100%;
  margin-top: 1vh;
}


/*Fixing Margin Spacing*/




/*Card Order*/


div#shopify-section-sustainability-commitment .grid.grid--uniform.text-center {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

div#shopify-section-sustainability-commitment .grid--uniform {
    padding-bottom: 10vh!important;
}



div#shopify-section-sustainability-commitment div img {
  min-width: 17vw !important;
  margin: auto;
}


  }


/*For Tablets*/

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


/*For Header*/


div#shopify-section-sustainability-commitment h2.section-header__title.appear-delay {
    max-width: 83%;
}


/*For Icons and text in cards*/

div#shopify-section-sustainability-commitment div img {
  min-width: 3vw;
  margin: auto;
}


div#shopify-section-sustainability-commitment .h2 {
    font-size: 25px;
}


/*For Spacing*/


div#shopify-section-sustainability-commitment .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
   	width: 31%;

}

div#shopify-section-sustainability-commitment .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
   	width: 31%;

}

div#shopify-section-sustainability-commitment .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {

    width: 31%;


}



}









/*SUSTAINABILITY SECTION TWO*/




/*To add margins*/

div#shopify-section-sustainability-2 .custom-content {
   margin-right: 5%;
  margin-left: 8%;
  padding-top:10vh;
  padding-bottom:10vh;
}


/*To change Background Color*/


div#shopify-section-sustainability-2 {
  background-color: var(--spanishwhite);
}




/*Padding around image*/


div#shopify-section-sustainability-2 .custom__item.small--one-whole.one-third.align--center {
    margin-right: 3vw;
}


div#shopify-section-sustainability-2 .custom__item.small--one-whole.two-thirds.align--top-middle {
    width: 58%;
}




.sus-row {
  display: flex;
}

.sus-column-1 {
  flex: 50%;
  padding-right: 30px;
}

.sus-column-2 {
  flex: 50%;
}





div#shopify-section-sustainability-2 .rte h3 {
  margin-top: 1em;

}




/*To style Text*/



div#shopify-section-sustainability-2 h2 {

font-size: 54px;
font-style: normal;
font-weight: 400;
line-height: 65px;
letter-spacing: 0em;
text-align: left;
   margin-bottom: 0em !important;
}



div#shopify-section-sustainability-2 h3 {
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 36px;
letter-spacing: 0em;

}



/*MOBILE TWEAKS*/




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


/*Margin Fix*/

div#shopify-section-sustainability-2 .custom-content {
    margin-right: 0%;
    margin-left: -9%;
}

div#shopify-section-sustainability-2 .custom__item.small--one-whole.two-thirds.align--top-middle {
    width: 100%;
}



/*For Column Section*/


  .sus-column-1 {
    flex: 100%;
    text-align: center;
    padding-right: 0px;
  }
  .sus-column-2 {
    flex: 100%;
    text-align: center;
  }

 .sus-row {
    flex-direction: column;
}


/*To Center and resize Text*/




div#shopify-section-sustainability-2 h2 {
    text-align: center;
    font-size: 38px  !important;
    line-height: 50px  !important;
  padding-top: 3vh  !important;
  max-width: 100%;
  margin-top: 1vh;
  padding-bottom: 3vh;
}


div#shopify-section-sustainability-2 p  {
line-height: 35.2px;
font-size: 18px;
}




}






/*The Story of Sauna House*/



/*To add Background Image*/



div#shopify-section-story-of-sauna-house {
  background-image: url('/cdn/shop/files/Row_5_background_image_with_gradient.jpg?v=1645030112');
  background-repeat:no-repeat !important;
  background-size: 100% 100%;
  max-width: 100vw;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
  background-position: center 0%;
}







div#shopify-section-story-of-sauna-house .index-section {
margin-top: 0px;
margin-bottom: 0px;
}




/*MOBILE TWEAKS*/


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

div#shopify-section-story-of-sauna-house {
    background-image: url('/cdn/shop/files/Row_5_background_image_with_gradient_mobile.jpg?v=1645030126');
  background-repeat:no-repeat;
  background-size: cover;
    height: 100%;
}

   }



/*Adjusting Top and Bottom Margins of section*/


div#shopify-section-story-of-sauna-house .grid {
    padding-top: 20vh;
    padding-bottom: 20vh;
}



/*Styling the Subheader*/


div#shopify-section-story-of-sauna-house h2.appear-delay {
font-family: var(--subheadfont) !important;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 34px;
letter-spacing: 0.02em;
  color: white;
  position: relative;

}


/*Adding the Pseudo Element*/


div#shopify-section-story-of-sauna-house h2.appear-delay::before {
  content: '';
  background-image: url('Row_5_story_icon.png');
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%);
  left: 50%;
  bottom: 200%;
  }


/*Styling Header Text*/



div#shopify-section-story-of-sauna-house .rte.appear-delay-1 p {
font-family: var(--headfont) !important;
font-size: 54px  !important;
font-style: normal;
font-weight: 400;
line-height: 70px  !important;
letter-spacing: 0em  !important;
color: white;
padding-top: 5vh;

}



/*Stlying Body Text*/


div#shopify-section-story-of-sauna-house .rte p {

font-size: 22px;
line-height: 35px;
letter-spacing: 0em;
color: white;
padding-top: 10vh;
margin-bottom: -8vh;
}


/*Turning Last Text Block into Button*/



div#shopify-section-story-of-sauna-house a.text-link {
  border: 1px solid white !important;
    background-color: transparent !important;
    color: white  !important;
    transition: 0.6s ease;
    padding: 5px 22px;
    margin-top: 4.5vh;
    font-size: 1rem;
    letter-spacing: 0.1em;
  font-family: var(--subheadfont);
    margin-top: -8vh;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);

}


/*Hover settings*/

div#shopify-section-story-of-sauna-house a.text-link:hover {
  border: 1px solid var(--junglegreen) !important;
    background-color: var(--junglegreen) !important;
    color: white  !important;

}





/*MOBILE TWEAKS*/




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


/*To Style Text*/


div#shopify-section-story-of-sauna-house h2.appear-delay  {
text-align: center;
font-size: 1.4rem !important;
padding-top: 0vh;
}



div#shopify-section-story-of-sauna-house h2.appear-delay::before {
  bottom: 170%;
}


div#shopify-section-story-of-sauna-house .rte.appear-delay-1 p {
    text-align: center;
    font-size: 38px  !important;
    line-height: 50px  !important;
  padding-top: 3vh  !important;
  max-width: 100%;
  margin-top: 1vh;
}
}


/*Testimonials Section*/




/*To add Background Image*/





/*------------------------------------
  ------------------------------------
 *   OUR MISSION PAGE


  Ellen go through here and delete old code.


 *------------------------------------
  ------------------------------------*/


/*TABLET FIX*/


/* ----------- iPad Pro ----------- */



@media screen and (min-width: 834px) and (max-width: 1366px)  {


 #our-mission-sauna-house .image-with-text__text {
    font-size: 1.4rem !important;
}

  #our-mission-sauna-house .image-with-text__heading {
  padding-bottom: 0vh !important;
  }



}




/*TEXT FIX*/



    @media only screen and (min-width: 769px) {


   #our-mission-sauna-house .image-with-text__heading {
   padding-bottom: 12vh;
   }

    }



.image-element__wrap.loaded {
    align-items: flex-start;
}




/*SPLIT SECTION*/



.container {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}




 @media only screen and (min-width: 769px) {

.has-no-side-gutter .one-half {
    width: 50%;
}

 }


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

    .container {
    flex-direction: column !important;
}

  }


    @media only screen and (max-width:768px){
.one-half {
    width: 100%;

}
    }


.is-flex {
  display: flex;
  flex-direction: column-reverse;
  object-fit: cover !important;
  justify-content: flex-start;

}








/*FIX IMAGE CONTAIN*/



.has-image-crop img {
  height: auto;

}




.image-with-text__text-column {
  padding-left: 20px;
  padding-right: 20px;
}

.image-with-text__text-column.has-background {
  padding: 30px;
  padding-top: 50px;
}



@media only screen and (max-width: 798px) {
  .image-with-text__text-column {
    order: 1;
  }
}









/*SPLIT SECTION TEXT FIX*/


#our-mission-sauna-house .image-with-text__wrapper {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}


  @media only screen and (min-width: 769px) {
    #our-mission-sauna-house .image-with-text__wrapper {
    padding-right: 6vw;
}

  }


/*HEADING*/

#our-mission-sauna-house .image-with-text__heading {
font-family: var(--subheadfont) !important;
font-size: 3rem;
letter-spacing: 0.02em;
text-transform: uppercase;

}








/*MOBILE*/

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

  #our-mission-sauna-house .image-with-text__heading {
font-family: var(--subheadfont) !important;
  font-size: 2rem;
  text-align: center;
  padding-top: 3vh  !important;
  }

  }



/*BODY*/

#our-mission-sauna-house .image-with-text__text {
  font-size: 1.8rem;
}











  /*MOBILE RESIZE OF ALL BODY TEXT ON THIS PAGE*/

@media only screen and (max-width:768px){
#our-mission-sauna-house .image-with-text__text {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 3vh !important;
}

div#shopify-section-mission-sections .rte.appear-delay-1 {
    font-size: 1.3rem !important;
}

div#shopify-section-mission-sections-2 .rte.appear-delay-1 {
  font-size: 1.3rem !important;}

div#shopify-section-mission-sections-3 .rte.appear-delay-1 {
    font-size: 1.3rem !important;
}

}
























/*FULL WIDTH TEXT UNDER SPLIT SECTION*/


/*UNDER MISSION*/


/*HEADING*/

div#shopify-section-mission-sections h2.appear-delay {
  	font-family: var(--subheadfont) !important;
	font-size: 1.8rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/*BODY*/

div#shopify-section-mission-sections .rte.appear-delay-1 {
    font-size: 1.6rem;
  max-width: 77%;
  margin: auto;
  padding-top: 2vh;
  }


/*BUTTON*/


div#shopify-section-mission-sections a {
  	color: var(--eveningsea) !important;
    transition: 0.6s ease !important;
     font-weight: 600;
    font-size: 1rem;
      text-transform: uppercase;
}


div#shopify-section-mission-sections a:hover {
  	margin-left: 2vw;
}






/*UNDER SUSTAINABILITY*/


/*HEADING*/

div#shopify-section-mission-sections-2 h2.appear-delay {
  	font-family: var(--subheadfont) !important;
	font-size: 1.8rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/*BODY*/

div#shopify-section-mission-sections-2 .rte.appear-delay-1 {
    font-size: 1.6rem;
  max-width: 77%;
  margin: auto;
  padding-top: 2vh;
  }


/*BUTTON*/


.image-with-text__text.text-align-left.content a {
  	color: var(--eveningsea) !important;
    transition: 0.6s ease !important;
     font-weight: 600;
    font-size: 1rem;
      text-transform: uppercase;
}


.image-with-text__text.text-align-left.content a:hover {
  	margin-left: 2vw;
}



/*BUTTON 2*/


div#shopify-section-mission-sections-2 a {
  	color: var(--eveningsea) !important;
    transition: 0.6s ease !important;
     font-weight: 600;
    font-size: 1rem;
      text-transform: uppercase;
}


div#shopify-section-mission-sections-2 a:hover {
  	margin-left: 2vw;
}


/*UNDER STORY*/


/*HEADING*/

div#shopify-section-mission-sections-3 h2.appear-delay {
  	font-family: var(--subheadfont) !important;
	font-size: 1.8rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/*BODY*/

div#shopify-section-mission-sections-3 .rte.appear-delay-1 {
    font-size: 1.6rem;
  max-width: 77%;
  margin: auto;
  padding-top: 2vh;
  }


/*BUTTON*/


div#shopify-section-mission-sections-3 a {
  	color: var(--strawgreen) !important;
    transition: 0.6s ease !important;
        font-weight: 600;
    font-size: 1rem;
}


div#shopify-section-mission-sections-3 a:hover {
  	margin-left: 2vw;
}



/*PRESS AREA*/


div#shopify-section-mission-press .index-section--alt {
    background-color: var(--alabaster) !important;
}


  .logo-bar--mission-press {
  justify-content: space-evenly;
  }


/*MOBILE VIEW


  @media only screen and (max-width:768px){
    .logo-bar--mission-press {
    flex-wrap: nowrap;}
  }


  */


/*FINAL BUTTON STYLING*/


#our-mission-sauna-house .btn--inverse {
    background: var(--eveningsea);
    letter-spacing: .1em;
    padding: 14px 22px;
    border: 2px solid;
    border-color: var(--eveningsea);
    color: var(--alabaster);
    transition: 0.6s ease !important;

}


#our-mission-sauna-house .btn--inverse:hover {

    background: var(--junglegreen) !important;
    border: 2px solid;
    border-color: var(--junglegreen);
    color: var(--alabaster) !important;
      }

















/*------------------------------------
  ------------------------------------
 *   SERVICES PAGE
 *------------------------------------
  ------------------------------------*/



/*TOP BUTTON*/


.hero-animated--hero-services .btn {
  transition: 0.6s ease !important;
  }

.hero-animated--hero-services .btn:hover {
  color: var(--alabaster) !important;
  background: var(--eveningsea) !important;
  }



#our-services-amp-what-to-expect .hero__title {
  color: var(--strawgreen);
}



#our-services-amp-what-to-expect .hero-wrapper {
  border-bottom: 2px solid var(--sage);
}



#our-services-amp-what-to-expect .index-section {
    margin: 40px 0;
}


/*TO CHANGE SERVICES HEADING SIZE*/


#our-services-amp-what-to-expect .section-header__title {
    color: var(--eveningsea);
    font-size: 1.8rem;
    padding-top: 13vh!important;
    padding-bottom: 8vh!important;
}




#our-services-amp-what-to-expect .btn--tertiary {
    background-color: var(--eveningsea) !important;
      border-color: var(--eveningsea) !important;
      color: var(--strawgreen) !important;
        transition: 0.6s ease;
  }


#our-services-amp-what-to-expect .btn--tertiary:hover {
    background-color: var(--strawgreen) !important;
      border-color: var(--strawgreen) !important;
      color: var(--eveningsea) !important;
  }


#our-services-amp-what-to-expect .marquee__container {
background-color: var(--sage);
}






/*Arrow Colors*/

#our-services-amp-what-to-expect .slick-next:before, .slick-prev:before {
color:var(--strawgreen);
  }

#our-services-amp-what-to-expect .slick-next, .slick-prev {
    top: 50%;
}

/*TO SWITCH ORDER OF HEADER AND BODY TO CREATE HEADER AND SUBHEADER*/


#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__text-shadow {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
  margin: 0 auto;
}



#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__subtitle {
  order: 1 !important;
  color: var(--alabaster);
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  font-size: 1.2rem !important;
  margin-top: -4vh;
}


#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__title {
  order: 2 !important;
  padding-bottom: 4vh !important;
}


  /*
#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__link {
  order:3 !important;
   padding-top: 3vh;
}

*/




/*MOBILE VIEW*/


@media only screen and (max-width:768px){
#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__text-shadow {
    max-width: 65%;
}


.slideshow__slide--03c58389-8dd5-432a-9742-f127c083634a .hero__title {
    font-size: 15px;
}


div#shopify-section-services-columns .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
    padding-bottom: 4vh;
}

  div#shopify-section-services-columns .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding-bottom: 4vh;
}

.slideshow__slide--03c58389-8dd5-432a-9742-f127c083634a .hero__title {
    font-size: 16px !important;
      padding-top: 1vh;
}

#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__subtitle {

    margin-top: -2vh;
}

.slideshow__slide--82f12dde-dbc4-43ff-9807-11786590b0fd .hero__title {
    font-size: 30.6px;
    margin-top: -25px;
}

#our-services-amp-what-to-expect .hero-natural--services-slideshow .hero__text-shadow {
    margin-bottom: -15px;
}


#our-services-amp-what-to-expect .section-header__title {
    padding-top: 1vh!important;
    padding-bottom: 1vh!important;
}

#our-services-amp-what-to-expect div#shopify-section-demo {
    padding-top: 20px;
    padding-bottom: 20px;
}

}








/*STYLING TESTIMONIAL SLIDER*/


  .testimonials-slider__text .quote-icon {
  color: var(--eveningsea);
  }









  .site-footer {
    margin-top: 0px;
  }








/*------------------------------------
  ------------------------------------
 *   WELLNESS GUIDE PAGE
 *------------------------------------
  ------------------------------------*/


#sauna-house-blog-relax-the-mind-energize-the-body .hero__title {
  color: var(--sage);
}



#sauna-house-blog-relax-the-mind-energize-the-body .hero-wrapper {
  border-bottom: 2px solid var(--apricot);



#sauna-house-blog-relax-the-mind-energize-the-body .index-section {
    margin: 40px 0;
}



/*FOR SECONDARY BLOG PAGE*/

#wellness-guide .hero__title {
  color: var(--sage);
}



#wellness-guide .hero-wrapper {
  border-bottom: 2px solid var(--apricot);



#wellness-guide .index-section {
    margin: 40px 0;
}




h2.hot-title {
    margin-top: 1em;
    margin-bottom: 0.5em;
}


h2.blog-title {
  font-family: var(--subheadfont) !important;
  font-weight: 300;
  font-size: 1.8rem;
}





/*ACCORDION STYLING*/


  .so-tab-cold-content {
  max-width: 85% !important;
  }

  .so-tab-relax-content {
  max-width: 85% !important;
  }

  .so-tab-content {
  max-width: 85% !important;
  }


/*BUTTON STYLING IN COLD DROP-DOWN*/


/*TO CHANGE TEXT LINK INTO BUTTON*/


a.immunity-blog-link.text-link {
  	color: var(--strawgreen) !important;
  	background-color: var(--eveningsea);
  	position: inline;
    font-family: 'Manrope' !important;
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s !important;
	margin-top: 2vh;

}

  /*ON HOVER*/


a.immunity-blog-link.text-link:hover {
  background-color: var(--strawgreen);
  	color: var(--eveningsea) !important;
  }



/*SPACING BELOW*/


div#shopify-section-mystery-wellness-guide .index-section {
    margin-bottom: 0px;
}


/*BLOG TITLE LINE HEIGHT*/


#sauna-house-blog-relax-the-mind-energize-the-body #shopify-section-blog-template .h3 {
    line-height: 1.3em;
}


/*secondary blog page*/


#wellness-guide #shopify-section-blog-template .h3 {
    line-height: 1.3em;
}



/*BLOG TAGS STYLING*/


#sauna-house-blog-relax-the-mind-energize-the-body #shopify-section-blog-template .article__date {
    text-transform: uppercase;
    font-family: 'Manrope';
    font-weight: 200;
    color: var(--eveningsea);
    font-size: 0.8rem;

}


/*secondary blog page*/


#wellness-guide #shopify-section-blog-template .article__date {
    text-transform: uppercase;
    font-family: 'Manrope';
    font-weight: 200;
    color: var(--eveningsea);
    font-size: 0.8rem;

}


/*MAKING THE BLOG POSTS SECION GRID*/

 @media only screen and (min-width: 769px) {

#sauna-house-blog-relax-the-mind-energize-the-body .grid--uniform {
    display: grid;
  grid-template-columns: repeat(3, 33.3%);
  gap: 20px;

}


#sauna-house-blog-relax-the-mind-energize-the-body .grid__item.medium-up--one-third {
  border: 2px solid var(--strawgreen);
}


  #sauna-house-blog-relax-the-mind-energize-the-body .medium-up--one-third {
     width: initial;
   }


/*TO MAKE THE FIRST POST BIG*/


#sauna-house-blog-relax-the-mind-energize-the-body .grid__item.medium-up--one-third:first-child {
    grid-column: auto / span 2;
  grid-row: auto / span 2;
}

#sauna-house-blog-relax-the-mind-energize-the-body .grid__item.medium-up--one-third:nth-child(12) {
    grid-column: 2 / -1;
  grid-row: 5 / span 2;
}

#sauna-house-blog-relax-the-mind-energize-the-body .grid__item.medium-up--one-third:nth-child(19) {
   grid-column: auto / span 2;
  grid-row: auto / span 2;
}

#sauna-house-blog-relax-the-mind-energize-the-body .grid__item.medium-up--one-third .article__content-meta {

  padding: 26px;
}


#sauna-house-blog-relax-the-mind-energize-the-body .grid__item {
padding-left: 0px;

}

#sauna-house-blog-relax-the-mind-energize-the-body .article-listing {
   margin-bottom: 0px;
   }

#sauna-house-blog-relax-the-mind-energize-the-body .article__image-wrap {
     min-width: 100%;
   }




#sauna-house-blog-relax-the-mind-energize-the-body .article__content {
    max-width: 80% !important;
}

 }



/*secondary blog page*/




 @media only screen and (min-width: 769px) {

#wellness-guide .grid--uniform {
    display: grid;
  grid-template-columns: repeat(3, 33.3%);
  gap: 20px;

}


#wellness-guide .grid__item.medium-up--one-third {
  border: 2px solid var(--strawgreen);
}


#wellness-guide .medium-up--one-third {
     width: initial;
   }


/*TO MAKE THE FIRST POST BIG*/


#wellness-guide .grid__item.medium-up--one-third:first-child {
    grid-column: auto / span 2;
  grid-row: auto / span 2;
}

#wellness-guide .grid__item.medium-up--one-third:nth-child(12) {
    grid-column: 2 / -1;
  grid-row: 5 / span 2;
}

#wellness-guide .grid__item.medium-up--one-third:nth-child(19) {
   grid-column: auto / span 2;
  grid-row: auto / span 2;
}

#wellness-guide .grid__item.medium-up--one-third .article__content-meta {

  padding: 26px;
}


#wellness-guide .grid__item {
padding-left: 0px;

}

#wellness-guide .article-listing {
   margin-bottom: 0px;
   }

#wellness-guide .article__image-wrap {
     min-width: 100%;
   }




#wellness-guide .article__content {
    max-width: 80% !important;
}

 }









/*ENACTING FLEX FOR LAYERED LOOK*/

#sauna-house-blog-relax-the-mind-energize-the-body .grid__item.medium-up--one-third {
    display: flex;
    flex-direction: column;
    position: relative;
}

#sauna-house-blog-relax-the-mind-energize-the-body .article__content.text-center {
    position: absolute;
    background-color: white;
    align-content: end;
    left: 0;
    bottom: 0;
  min-width: 85%;
  border-top-right-radius: 6px;
}



#sauna-house-blog-relax-the-mind-energize-the-body .article__content-meta .h3 {
    max-width: 85%;

}


#sauna-house-blog-relax-the-mind-energize-the-body .article__grid-image {
    margin-bottom: 0px;
  }


#sauna-house-blog-relax-the-mind-energize-the-body .article__content-meta {
    display: flex;
    flex-direction: column-reverse;
  text-align: left;
  margin-bottom: 0px;
}


/*MOBILE TWEAKS*/


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

  #sauna-house-blog-relax-the-mind-energize-the-body .article__content-meta {

    text-align: center;
  }
   #sauna-house-blog-relax-the-mind-energize-the-body .article__content.text-center {
      position: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
      border-bottom-right-radius: 7px;
      border-bottom-left-radius: 7px;

    }

    #sauna-house-blog-relax-the-mind-energize-the-body .article__content-meta .h3 {
    max-width: 90%;
      margin: auto;}


div#shopify-section-blog-template .image-wrap.loaded {
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
}

  }


/*TABLET TWEAKS*/



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

  div#shopify-section-blog-new {
    padding: 0 40px !important;
}

}


/* ----------- iPad Pro ----------- */

}

/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
   div#shopify-section-blog-new {
    padding: 0 60px !important;
}

}



/*secondary blog page*/




#wellness-guide .grid__item.medium-up--one-third {
    display: flex;
    flex-direction: column;
    position: relative;
}

#wellness-guide .article__content.text-center {
    position: absolute;
    background-color: white;
    align-content: end;
    left: 0;
    bottom: 0;
  min-width: 85%;
  border-top-right-radius: 6px;
}



#wellness-guide .article__content-meta .h3 {
    max-width: 85%;

}


#wellness-guide .article__grid-image {
    margin-bottom: 0px;
  }


#wellness-guide .article__content-meta {
    display: flex;
    flex-direction: column-reverse;
  text-align: left;
  margin-bottom: 0px;
}


/*MOBILE TWEAKS*/


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

  #wellness-guide .article__content-meta {

    text-align: center;
  }
   #wellness-guide .article__content.text-center {
      position: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
      border-bottom-right-radius: 7px;
      border-bottom-left-radius: 7px;

    }

   #wellness-guide .article__content-meta .h3 {
    max-width: 90%;
      margin: auto;}


div#shopify-section-blog-template .image-wrap.loaded {
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
}

  }












/*------------------------------------
  ------------------------------------
 *   INDIVIDUAL BLOG PAGES
 *------------------------------------
  ------------------------------------*/



/*TEMPORARILY HIDE BACK TO BLOG BUTTON*/

#shopify-section-article-template .text-center a.btn.btn--tertiary {
    border-color: var(--eveningsea) !important;
      display: none !important;
}


/*TO CHANGE THE COLORS OF LINKS*/


div#shopify-section-article-template a {
    color: var(--apricot) !important;
}







/*------------------------------------
  ------------------------------------
 *   OUR STORY PAGE
 *------------------------------------
  ------------------------------------*/


/*FIRST IMAGE STYLING*/

#shopify-section-story-photo .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;
    transition: 0.6s ease !important;
    padding-bottom: 65% !important;
      }



#the-sauna-house-story-asheville-spa .feature-row .image-wrap:hover {
 border-radius: 50% !important;
}


#the-sauna-house-story-asheville-spa .image-wrap.loaded {
    border: 2px solid var(--wasabi) !important;
      transition: 0.6s ease !important;
          padding-bottom: 65% !important;

}


#the-sauna-house-story-asheville-spa .image-wrap.loaded:hover {
 border-radius: 50% !important;

}



/*TO STACK PAGE TITLE AND IMAGE*/

#the-sauna-house-story-asheville-spa .feature-row {
    flex-direction: column;
}


/*ADD SPACE UNDER TITLE BEFORE IMAGE*/
#the-sauna-house-story-asheville-spa .feature-row__item.text-center.feature-row__text.feature-row__text--right.aos-init.aos-animate {
    padding-bottom: 10vh;
}



/*MOBILE TWEAKS*/


@media only screen and (max-width:768px){
  #the-sauna-house-story-asheville-spa .feature-row {
    flex-direction: column-reverse;
  }

}


/*TO REMOVE SPACING BETWEEN THREE PHOTOS AND FINAL BUTTON*/


#the-sauna-house-story-asheville-spa .grid--uniform {
    padding-bottom: 0vh!important;
}


/*FINAL BUTTON*/



#the-sauna-house-story-asheville-spa .rte a:not(.rte__image):not(.btn) {
  	color: var(--alabaster) !important;
  	background-color: var(--eveningsea);
  	position: inline;
    font-family: 'Manrope' !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s ease !important;
	margin-top: 0vh;

}


 /*ON HOVER*/


#the-sauna-house-story-asheville-spa .rte a:not(.rte__image):not(.btn):hover {
  background-color: var(--junglegreen);
  	color: var(--alabaster) !important;
  }



/*------------------------------------
  ------------------------------------
 *   FAQ PAGE
 *------------------------------------
  ------------------------------------*/





#frequently-asked-questions .section-header__title {
 padding-top: 5vh !important;
    padding-bottom: 0vh !important;
}


#frequently-asked-questions .shopify-policy__container {
  padding-top: 0px;
}


#frequently-asked-questions .feature-row {
    flex-direction: column;
}

#frequently-asked-questions .h1.appear-delay {

    padding-bottom: 10vh !important;
}




#frequently-asked-questions .page-width.page-content {
    padding-top: 0px;
  }


#frequently-asked-questions  .page-blocks>div:first-child .index-section {
    margin-top: 0vh;
}


#frequently-asked-questions .image-wrap.loaded {
    border: 2px solid var(--wasabi) !important;
      transition: 0.6s ease !important;
}


#frequently-asked-questions .image-wrap.loaded:hover {
 border-radius: 50% !important;

}


/*MOBILE TWEAKS*/


@media only screen and (max-width:768px){
 #frequently-asked-questions .feature-row {
    flex-direction: column-reverse;
 }
  .index-section--faq {
    margin-bottom: 0px;
}

}


/*------------------------------------
  ------------------------------------
 *  SHOP PAGE
 *------------------------------------
  ------------------------------------*/


/*CHECKOUT BUG FIX*/


aside._3oHx1._29MJj._3ZTpK._2iwva._1d7rF {
    z-index: 999 !important;
}


aside.sidebar {
    z-index: 99 !important;
}

/*TO MAKE THE ADD TO CART BUTTONS CHANGE COLOR ON HOVER*/


button.btn.btn--full.add-to-cart.btn--tertiary {
transition: 0.6s ease  !important;
}

button.btn.btn--full.add-to-cart.btn--tertiary:hover {
background-color: var(--junglegreen) !important;
color: var(--alabaster)  !important;
  border-color: var(--junglegreen) !important;
}



  /*TO STYLE TEXT ADDED IN LIQUID DOC*/


  p#collection-body {
    max-width: 50vw;
}

  h1#collection-header {
    color: var(--eveningsea);
}



  /*TO LOSE THE GIANT HEADER*/

div#shopify-section-collection-header {

    display: none !important;
  }


  div#CollectionSection {
    padding-top: 2vh;
}




/*FIDDLE WITH BACK TO ALL PRODUCTS BUTTON*/


.text-center a.btn.btn--tertiary {
    border-color: var(--eveningsea) !important;
      transition: 0.6s ease;
          margin-bottom: 5vh;
}


.text-center a.btn.btn--tertiary:hover {
    border-color: var(--junglegreen) !important;
    color: var(--alabaster) !important;
    background-color: var(--junglegreen) !important;
}




/*------------------------------------
  ------------------------------------
 *  CONTACT PAGE
 *------------------------------------
  ------------------------------------*/


 /*ADDING SPACING TO TOP OF PAGE*/

 #shopify-section-page-contact-template .page-blocks>div:first-child .index-section {
   margin-top: 10vh;
 }




  /*STYLE LINK TO BOOK*/


#contact .grid__item a.js-no-transition {
color: var(--apricot);
  font-weight: 600;
  transition: 0.6s ease;
  padding-bottom:5vh;
  }




/*ON HOVER*/


  #contact .grid__item a.js-no-transition:hover {

  padding-left: 15px;}




  /*ADD THE LEAF*/



#contact .grid a[href="#book-now"]::after {

  content: '';
  background-image: url('Leaf_Shape_3.png');
  background: contain;
  display: inline-block;
      width: 100px;
    height: 100px;
    top: 24vh;
    right: 43%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;

}



  /*TO ADD LINES*/

  #contact .map-section__link {
  border-bottom: 2px solid var(--eveningsea);
    border-top: 2px solid var(--eveningsea);
    }



  /*BOTTOM PORTION*/

  h2#come-see-us {
    font-family: Manrope, sans-serif !important;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
    color: var(--eveningsea);
  }


  a#directions-arrow {
color: var(--eveningsea);
  font-weight: 600;
  transition: 0.6s ease;
  }


/*ON HOVER*/


 a#directions-arrow:hover {

  padding-left: 15px;}




/*MOBILE TWEAKS*/


@media only screen and (max-width:768px){
#contact .grid a[href="#book-now"]::after {
    width: 80px;
    height: 80px;
    top: 18vh;
    right: 36%;
}


div#contact-footer img {
      width: 15vw !important;
    height: auto !important;
}




}































/*------------------------------------
  ------------------------------------
 *  MASSAGE THERAPY PAGE
 *------------------------------------
  ------------------------------------*/



/*Hero Text Styling*/

.hero-natural--massage-hero .h1.hero__title.appear-delay {
  color: white !important;

  }


/*Hero Section Height Styling*/


@media only screen and (min-width: 769px) {
.hero-natural--massage-hero {
    padding-bottom: 46% !important;
}
 }


/*Hero Section Button Styling*/


div#shopify-section-massage-hero a.btn.btn--inverse {
  border-color: var(--eveningsea);
    transition: 0.6s ease;
    }


div#shopify-section-massage-hero .hero__link.appear-delay-2 {
    margin-top: 2vh;
}


div#shopify-section-massage-hero a.btn.btn--inverse:hover {
  border-color: var(--junglegreen) !important;
  background-color: var(--junglegreen) !important;

    }












 /*Old code below*/



/*To change header text in intro block*/


#book-a-massage-asheville-massage-therapists-asheville-sauna-house h2.appear-delay {
font-family: Manrope !important;
    font-weight: 400;
    text-transform: uppercase;
  color: var(--eveningsea);
    padding-bottom: 3vh !important;
    font-size: 1.8rem;
}


/*TO CHANGE TEXT LINK INTO BUTTON*/




#book-a-massage-asheville-massage-therapists-asheville-sauna-house a.js-no-transition.text-link {
  	color: var(--alabaster) !important;
  	background-color: var(--eveningsea)  !important;
  	position: inline;
    font-family: 'Manrope' !important;
    padding-top: 10px;
    letter-spacing: .1em;
    padding: 14px 22px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s !important;
	margin-top: 2vh;

}

  /*ON HOVER*/


#book-a-massage-asheville-massage-therapists-asheville-sauna-house a.js-no-transition.text-link:hover {
  background-color: var(--junglegreen) !important;
  	color: var(--alabaster) !important;
  }


  /*TO CHANGE THE BACKGROUND OF THE MARQUEE*/


#book-a-massage-asheville-massage-therapists-asheville-sauna-house .marquee__container {
background-color: var(--sage);
}


/*STYLING THE NO PHONES PHOTO*/

#shopify-section-tech-free-zone .feature-row .image-wrap.loaded {
    border: 2px solid var(--eveningsea);
      padding-bottom: 145% !important;
      z-index: 3;
}


/*STYLING THE MASSAGE PHOTOS*/

#book-a-massage-asheville-massage-therapists-asheville-sauna-house .feature-row .image-wrap.loaded {
    border: 2px solid var(--eveningsea);
      padding-bottom: 145% !important;
      z-index: 3;
}




/*STYLING THE TESTIMONIALS*/


  @media only screen and (min-width: 769px) {

div#testimonial-1 {
    max-width: 90%;
    margin: auto;
}

div#testimonial-2 {
    max-width: 90%;
    margin: auto;
}

div#testimonial-3 {
    max-width: 90%;
    margin: auto;
}




  }






/*STYLING THE FAQ IMAGES*/




#book-a-massage-asheville-massage-therapists-asheville-sauna-house div#shopify-section-demo .feature-row .image-wrap.loaded {
    padding-bottom: 127%!important;

}


/*ADD PSEUDO ELEMENT*/

   @media only screen and (min-width: 769px) {
#book-a-massage-asheville-massage-therapists-asheville-sauna-house .h1.appear-delay-1::after {

  content: '';
  background-image: url('No_Phones_straaw.png');
  background: contain;
  display: inline-block;
  width: 100px;
  height: 100px;
  top: 45vh;
    right: -60%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat !important;

}

     /* ----------- iPad Pro ----------- */

}

/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
   #book-a-massage-asheville-massage-therapists-asheville-sauna-house .h1.appear-delay-1::after {
       top: 30vh;
    }

}


#book-a-massage-asheville-massage-therapists-asheville-sauna-house .feature-row-wrapper {
    overflow: visible;

}

#book-a-massage-asheville-massage-therapists-asheville-sauna-house  .feature-row__item.text-center.feature-row__text.feature-row__text--right.aos-init.aos-animate {
  z-index: 9;
}}




/*CREATING SPACE*/


  #shopify-section-tech-free-zone .index-section {
  padding-bottom: 3vw;
  }



/*TO STYLE THE BUTTONS*/


#book-a-massage-asheville-massage-therapists-asheville-sauna-house a.btn.btn--tertiary.btn--small {
  color: var(--junglegreen) !important;
  background-color: var(--sage) !important;
    border-color: var(--sage) !important;
    transition: 0.6s ease;
  }





/*HOVER*/


#book-a-massage-asheville-massage-therapists-asheville-sauna-house a.btn.btn--tertiary.btn--small:hover {
  color: var(--sage) !important;
  background-color: var(--alabaster) !important;
  }

div#shopify-section-integrative-massage a.btn.js-no-transition:hover {
    color: var(--alabaster) !important;
    background-color: var(--junglegreen) !important;
    transition: 0.6s ease;
}

div#shopify-section-deep-tissue-massage a.btn.js-no-transition:hover {
    color: var(--alabaster) !important;
    background-color: var(--junglegreen) !important;
    transition: 0.6s ease;
}

div#shopify-section-couples-massage a.btn.js-no-transition:hover {
      color: var(--alabaster) !important;
    background-color: var(--junglegreen) !important;
    transition: 0.6s ease;
}

















/*MOBILE STYLING*/



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

    .hero-animated--hero-massage .hero__title {
    font-size: 39px !important;
}

    div#shopify-section-types-of-massage header.section-header.aos-init.aos-animate {
    margin-top: -10vh !important;
}


    div#shopify-section-types-of-massage .grid--uniform {
    padding-bottom: 4vh!important;
}

    #book-a-massage-asheville-massage-therapists-asheville-sauna-house div#shopify-section-demo .feature-row .image-wrap.loaded {
    padding-bottom: 125%!important;
}


  }







/*------------------------------------
  ------------------------------------
 *  PRESS PAGE
 *------------------------------------
  ------------------------------------*/




#press .custom-content {
  justify-content: center !important;
}


  #press .custom-content .image-wrap {
  border: 2px solid var(--strawgreen);
    padding-bottom: 65% !important;
    transition: 0.6s ease;
  }


  #press .custom-content .image-wrap:hover {
  border-radius: 50%;
  }


#press div#shopify-section-mission-press .index-section--alt {
    background-color: var(--alabaster)!important;
      margin-top: 0vh;
      margin-bottom: -5vh;
}


/*MOBILE STYLING



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

.logo-bar--press-logos {
    flex-wrap: nowrap;
}
  }

 */

/*------------------------------------
  ------------------------------------
 *  INVESTOR PORTAL
 *------------------------------------
  ------------------------------------*/


#shopify-section-investor-portal .page-blocks>div:first-child .index-section {
    margin-top: 10vh;
}



#investor-portal .image-wrap {
  padding-bottom: 147% !important;
}

/*MOBILE STYLING*/



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

    #investor-portal .image-wrap {
  padding-bottom: 145% !important;
}

    div#shopify-section-investor-portal .feature-row__text {
    padding-top: 60px;}


.grid__item.medium-up--three-quarters.medium-up--push-one-eighth h2.section-header__title.appear-delay {
    margin-top: -10vh;
}

  }


/*------------------------------------
  ------------------------------------
 *   CAREERS PAGE
 *------------------------------------
  ------------------------------------*/



#jobs-at-sauna-house .custom-content .image-wrap {
  border: 2px solid var(--strawgreen);
    transition: 0.6s ease;
    width: 70%;
    margin: auto;
    padding-bottom: 44%!important;
  }

#jobs-at-sauna-house .custom-content {
    justify-content: center;
}

#jobs-at-sauna-house .custom-content .image-wrap:hover {
  border-radius: 50% !important;
  }


h3#jobs-at-sauna-house-subheader {
    line-height: 1.4em;
}


#jobs-at-sauna-house img.feature-row__image.lazyautosizes.lazyloaded  {
  border: 2px solid var(--eveningsea);
  }

#jobs-at-sauna-house .feature-row .btn:hover {
  transition: 0.6s ease;
  color: var(--eveningsea) !important;
    background: var(--strawgreen) !important;
}





/*------------------------------------
  ------------------------------------
 *   FRANCHISE PAGE
 *------------------------------------
  ------------------------------------*/



#sauna-house-franchise-opportunities .custom-content .image-wrap {
  border: 2px solid var(--strawgreen);
    transition: 0.6s ease;
    width: 70%;
    margin: auto;
    padding-bottom: 44%!important;
  }

#sauna-house-franchise-opportunities .custom-content {
    justify-content: center;
}

#sauna-house-franchise-opportunities .custom-content .image-wrap:hover {
  border-radius: 50% !important;
  }


h3#sauna-house-franchise-opportunities-subheader {
    line-height: 1.4em;
}

  #sauna-house-franchise-opportunities .feature-row .image-wrap.loaded  {
  padding-bottom: 127% !important;
  }


#sauna-house-franchise-opportunities .feature-row .btn:hover {
  transition: 0.6s ease;
  color: var(--eveningsea) !important;
    background: var(--strawgreen) !important;
}


/*For Desktop*/

 @media only screen and (min-width: 769px) {




div#shopify-section-franchise-split-image {
    margin-top: -10vh;
}
 }



/*styling Storeify form*/


#storeify_content_formbuilder_5032 {
    background-color: transparent !important;
}


label.storeify-label-control {

  font-family: 'Manrope' ,sans-serif !important;
    font-size: 18px !important;
  }


  #storeify_content_formbuilder_5032 .storeify-submit-btn {
    margin: 0;
    width: auto;
    min-width: 90px !important;
    line-height: 1.42 !important;
    font-family: 'Manrope' !important;
    letter-spacing: 0.1em !important;
    font-weight: 200 !important;
    text-decoration: none;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: normal !important;
    cursor: pointer;
    border: 2px solid transparent !important;
    border-radius: var(--buttonRadius) !important;
  }

#storeify_content_formbuilder_5032 .storeify-submit-btn {
    color: #F3F3E7 !important;
    background: #035346!important;
}

.storeify-formbuilder {
  min-width: 90vw !important;
}

  #storeify_content_formbuilder_5032 {
  display: inline !important;
  }


#storeify-formbuilder-view-5032 .img {
  display: none !important;
  }



  #storeify_content_formbuilder_5032 .storeify-submit-btn:hover {
  transition: 0.6s ease;
  color: var(--eveningsea) !important;
  background: var(--strawgreen) !important;
  }



div#shopify-section-wholesale-form .section-header__title {
    padding-top: 0vh!important;

}

.storeify-header-frm.storeify-header-frm-text-1.storeify-text-align-1 {
    display: none;
}







/*------------------------------------
  ------------------------------------
 *  WHOLESALE PAGE
 *------------------------------------
  ------------------------------------*/


/*styling Storeify form*/


#storeify_content_formbuilder_2464 {
    background-color: transparent !important;
}


label.storeify-label-control {

  font-family: 'Manrope' ,sans-serif !important;
    font-size: 18px !important;
  }


  #storeify_content_formbuilder_2464 .storeify-submit-btn {
    margin: 0;
    width: auto;
    min-width: 90px !important;
    line-height: 1.42 !important;
    font-family: 'Manrope' !important;
    letter-spacing: 0.1em !important;
    font-weight: 200 !important;
    text-decoration: none;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: normal !important;
    cursor: pointer;
    border: 2px solid transparent !important;
    border-radius: var(--buttonRadius) !important;
  }

#storeify_content_formbuilder_2464 .storeify-submit-btn {
    color: #F3F3E7 !important;
    background: #035346!important;
}

.storeify-formbuilder {
  min-width: 90vw !important;
}

  #storeify_content_formbuilder_2464 {
  display: inline !important;
  }


#storeify-formbuilder-view-2464 .img {
  display: none !important;
  }



  #storeify_content_formbuilder_2464 .storeify-submit-btn:hover {
  transition: 0.6s ease;
  color: var(--eveningsea) !important;
  background: var(--strawgreen) !important;
  }



div#shopify-section-wholesale-form .section-header__title {
    padding-top: 0vh!important;

}








 /*------------------------------------
  ------------------------------------
 *  GIFT CARD PAGE
 *------------------------------------
  ------------------------------------*/


#give-the-gift-of-sauna-house  a.btn.btn--tertiary.btn--small {
    border-color: var(--eveningsea);
}

#give-the-gift-of-sauna-house  a.btn.btn--tertiary.btn--small:hover {
    border-color: var(--strawgreen);
      color: var(--eveningsea) !important;
      background-color: var(--strawgreen)!important;
        transition: 0.6s ease;
}


#give-the-gift-of-sauna-house .section-header__title {
    padding-top: 0vh!important;
  }












/*------------------------------------
  ------------------------------------
 *  PRODUCT SECTIONS
 *------------------------------------
  ------------------------------------*/

/*RITUAL BLEND BODY OIL*/


  div#shopify-section-product-sections-ritual-blend .image-wrap {
  padding-bottom: 124% !important;
}


div#shopify-section-product-sections-ritual-blend .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}


div#shopify-section-product-sections-ritual-blend .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;
      }


/*UNSCENTED BODY OIL*/


  div#shopify-section-product-sections-2 .image-wrap {
  padding-bottom: 124% !important;
}


div#shopify-section-product-sections-2 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}


div#shopify-section-product-sections-2 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;
      }



/*REST EASY MINERAL SOAK*/


div#shopify-section-product-sections-6 .image-wrap {
  padding-bottom: 124% !important;
}


div#shopify-section-product-sections-6 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}



div#shopify-section-product-sections-6 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }


/*WAKE UP MINERAL SOAK*/


div#shopify-section-product-sections-4 .image-wrap {
  padding-bottom: 124% !important;
}

div#shopify-section-product-sections-4 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-4 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }



/*GENTLE MINERAL SOAK*/


div#shopify-section-product-sections-3 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-3 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-3 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }


/*SMOKE CANDLE*/


div#shopify-section-product-sections-5 .image-wrap {
  padding-bottom: 124% !important;
}


div#shopify-section-product-sections-5 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-5 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }


/*CLOUD 9 CANDLE*/


div#shopify-section-product-sections-7 .image-wrap {
  padding-bottom: 124% !important;
}


div#shopify-section-product-sections-7 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-7 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }


/*EARTH CANDLE*/


div#shopify-section-product-sections-8 .image-wrap {
  padding-bottom: 124% !important;
}


div#shopify-section-product-sections-8 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-8 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }


/*NEW DAY COFFEE*/


div#shopify-section-product-sections-9 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-9 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-9 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }





/*BUNDLES*/




/*Revitalize Bundle*/


div#shopify-section-product-sections-10 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-10 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-10 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }


/*Wind Down Bundle*/


div#shopify-section-product-sections-11 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-11 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-11 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }

/*Send Some Self Care - Revitalize Bundle*/


div#shopify-section-product-sections-12 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-12 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-12 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }

/*Send Some Self Care - Wind Down Bundle*/


div#shopify-section-product-sections-13 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-13 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-13 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }

/*Sauna House Sampler - Revitalize Bundle*/


div#shopify-section-product-sections-14 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-14 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-14 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }

/*Sauna House Sampler - Wind Down Bundle*/


div#shopify-section-product-sections-15 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-15 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-15 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }

/*Baby Bundle*/


div#shopify-section-product-sections-16 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-16 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-16 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }








/*New Product!*/

  div#shopify-section-product-sections-17 .image-wrap {
  padding-bottom: 118% !important;
}


div#shopify-section-product-sections-17 .feature-row__item--overlap-images>:first-child .image-wrap {
 padding-bottom: 118% !important;}

div#shopify-section-product-sections-17 .feature-row .image-wrap {
    border: 2px solid var(--strawgreen) !important;

      }





/*SAUNA PRODUCTS PAGE FIX*/


#sauna-products div#pre\=product {
    display: none;
}


#sauna-products h1.section-header__title.appear-delay {
    padding-bottom: 10vh;
}



/*SH PRODUCTS PAGE HEADER FIX*/


  #shop-sauna-house-sauna-house h1.section-header__title.appear-delay {
    display: none;
}

#shop-sauna-house-sauna-house div#pre\=product {
    margin-top: -5vh;
}

















/*------------------------------------
  ------------------------------------
 *

  BATHHOUSE VISIT PAGE


 *------------------------------------
  ------------------------------------*/






/*TO HIDE OVERFLOW SIDE TO SIDE*/


body#contrast-therapy-asheville-spa-asheville-sauna-house {
    overflow-x: hidden !important;
}






/*TO CHANGE BODY TEXT SIZE*/


div#shopify-section-featured-content-batthouse .rte.appear-delay-1 {
    font-size: 1.6rem;
}





/*TO CHANGE TEXT LINK INTO BUTTON*/


 #contrast-therapy-asheville-spa-asheville-sauna-house .medium-up--three-quarters .rte a:not(.rte__image):not(.btn) {
  	color: var(--alabaster) !important;
  	background-color: var(--eveningsea);
  	position: inline;
    font-family: 'Manrope' !important;
    letter-spacing: .1em;
    padding: 14px 22px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s !important;
	margin-top: 2vh;

}

  /*ON HOVER*/


   #contrast-therapy-asheville-spa-asheville-sauna-house .medium-up--three-quarters .rte a:not(.rte__image):not(.btn):hover {
  background-color: var(--junglegreen);
  	color: var(--alabaster) !important;
  }


  /*TO CHANGE THE BACKGROUND OF THE MARQUEE*/


   #contrast-therapy-asheville-spa-asheville-sauna-house .marquee__container {
background-color: var(--junglegreen);
  color: var(--alabaster);
}








/* ----------- iPad Pro ----------- */



/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #contrast-therapy-asheville-spa-asheville-sauna-house .h1.appear-delay-1::after {
       top: 30vh;
    }

    #contrast-therapy-asheville-spa-asheville-sauna-house .has-image-crop img {
    height: 73vh;
      width: 50vw !important;
    object-fit: cover !important;
      -o-object-fit: cover !important;
}

#shopify-section-bathhouse-two .image-element__wrap.loaded {
    width: 50vw !important;
}

div#shopify-section-bathhouse-one h3 {
    font-size: 65px !important;
    }

}





 #contrast-therapy-asheville-spa-asheville-sauna-house .feature-row-wrapper {
    overflow: visible;
}

 #contrast-therapy-asheville-spa-asheville-sauna-house  .feature-row__item.text-center.feature-row__text.feature-row__text--right.aos-init.aos-animate {
  z-index: 9;
  }








/*STEP BY STEP SECTIONS*/




















/*MOBILE STYLING*/



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

    .hero-animated--hero-batthouse .hero__title {
    font-size: 39px !important;
}


div#shopify-section-tech-free-zone .h1.appear-delay-1 {
    padding-bottom: 3vh;
}


/*Centering the text on the Steps section*/

div#shopify-section-a205ccd3-a44e-42a3-9b37-2adf0057820f {
    text-align: center;
    padding-top: 7vh;
    padding-bottom: 1vh;
}

div#shopify-section-ab3ab36a-1c71-4bf7-82ba-2b9ab591d83e {
    text-align: center;
    padding-top: 7vh;
    padding-bottom: 1vh;
}

div#shopify-section-35d35b91-625c-42ac-a73c-b6574f0f0990 {
    text-align: center;
    padding-top: 7vh;
    padding-bottom: 1vh;
}

div#shopify-section-08ae94f4-3fa3-41d0-bfb9-6ddcb8c1901a {
    text-align: center;
    padding-top: 7vh;
    padding-bottom: 1vh;
}

div#shopify-section-63f52ed9-7133-4e80-a859-aed5fb112f71 {
    text-align: center;
    padding-top: 7vh;
    padding-bottom: 1vh;
}

 #contrast-therapy-asheville-spa-asheville-sauna-house .page-width.feature-row-wrapper .image-wrap.loaded {
    padding-bottom: 125%!important;
}


div#shopify-section-demo .feature-row__text {
    padding: 60px 20px 0;

}

  }





/*New Code*/









/*Hero Text - Bathhouse Page*/


#contrast-therapy-asheville-spa-asheville-sauna-house .h1.hero__title.appear-delay {
  color: white !important;
}


/*Hero Button Styling*/

.hero-natural--hero-bath a.btn.btn--inverse {
    border-color: var(--eveningsea);
      transition: 0.6s ease;
}

.hero-natural--hero-bath a.btn.btn--inverse:hover {
    border-color: var(--junglegreen);
    background-color: var(--junglegreen) !important;
}

  div#shopify-section-hero-bath .hero__link.appear-delay-2 {
    margin-top: 2vh;
}




/*Opening Section - Bathhouse Page*/


/*Header*/

  div#shopify-section-service-intro .h1.appear-delay {
	line-height: 120%;
}


 @media only screen and (min-width: 769px) {
.hero-natural--hero-bath {
    height: 0;
    padding-bottom: 49% !important;
}
 }


/*For Desktop*/

 @media only screen and (min-width: 769px) {

  div#shopify-section-service-intro .h1.appear-delay {
    text-align: left;
	font-size: 64px;
	line-height: 120%;
    width: 120%
}

}


/*Body*/




.hero-natural--hero-bath {
    height: 0;
    padding-bottom: 50%;
}


  /*For Desktop*/

 @media only screen and (min-width: 769px) {

   div#shopify-section-service-intro .rte.appear-delay-1 {
  text-align: left;
  font-size: 22px;
line-height: 160%;
  width: 120%;
}


 }


/*Button*/


#contrast-therapy-asheville-spa-asheville-sauna-house .feature-row__text .btn:hover {
   background-color: var(--junglegreen) !important;
   border-color: var(--junglegreen) !important;
     color: white !important;
}


div#shopify-section-service-intro .appear-delay-2 {
    padding-top: 4vh;
}












/*Intro Section*/



/*For Desktop*/

 @media only screen and (min-width: 769px) {

div#shopify-section-service-intro .appear-delay-2 {
    text-align: left;
}

 }



/*Image and Text Adjustment on Mobile*/


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

#contrast-therapy-asheville-spa-asheville-sauna-house .page-width.feature-row-wrapper .image-wrap.loaded {
    border-radius: 0 0 3% 3% !important;
    padding-bottom: 125%!important;
}

    div#shopify-section-service-intro p {
      font-size: 22px;
      line-height: 160%;
      padding-top: 4vh;
    }

    div#shopify-section-service-intro h1 {
      font-size: 54px !important;
	line-height: 120% !important;
      padding-top: 2vh

    }


    }




/*Styling split Section Text*/









/*Adding text over first image*/


  div#shopify-section-604ffa68-e48f-407a-a2e9-b33e3b768725::after {
content: "When you arrive, you’ll check in at the front desk, stash your earthly belongings (including silenced phones) in cubbies, and receive a fresh towel. Expect smiling faces and chill vibes.";
font-family:'Manrope', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 160%;
    color: white;
    position: absolute;
    width: 49vw;
    bottom: 3%;
    text-align: left;
    padding-left:3%;
  }


/*mobile*/

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

    div#shopify-section-604ffa68-e48f-407a-a2e9-b33e3b768725::after {

      font-size: 15px;
    width: 99vw;
    padding-bottom: 46vh;
    text-align: center;
      padding-left: 0%;
    }


  }


/*Marquee Coloration*/

#contrast-therapy-asheville-spa-asheville-sauna-house .marquee__container {
    background-color: var(--strawgreen);
    color: var(--junglegreen);
}





/*Adding Icon Pseudo Elements in Corners*/


/*Text on left*/

div#shopify-section-a205ccd3-a44e-42a3-9b37-2adf0057820f::before {
    content: '';
  	background-image: url('How_it_works_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 3%;
}

/*Text on right*/

div#shopify-section-ab3ab36a-1c71-4bf7-82ba-2b9ab591d83e::before {
    content: '';
  	background-image: url('Shower_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 53%;
}


/*Text on left*/

div#shopify-section-35d35b91-625c-42ac-a73c-b6574f0f0990::before {
    content: '';
  	background-image: url('Sauna_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 3%;
}


/*Text on right*/

div#shopify-section-08ae94f4-3fa3-41d0-bfb9-6ddcb8c1901a::before {
    content: '';
  	background-image: url('Cold_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 53%;
}



/*Text on left*/

div#shopify-section-63f52ed9-7133-4e80-a859-aed5fb112f71::before {
    content: '';
  	background-image: url('Relax_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 3%;
}






/*Mobile*/

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

div#shopify-section-a205ccd3-a44e-42a3-9b37-2adf0057820f::before {
  top: 62%;
    left: 50%;
    transform: translate(-50%);
}

div#shopify-section-ab3ab36a-1c71-4bf7-82ba-2b9ab591d83e::before {
     top: 33%;
    left: 50%;
    transform: translate(-50%);
      }

div#shopify-section-35d35b91-625c-42ac-a73c-b6574f0f0990::before {
     top: 40%;
    left: 50%;
    transform: translate(-50%);
      }

div#shopify-section-08ae94f4-3fa3-41d0-bfb9-6ddcb8c1901a::before {
  top: 34%;
    left: 50%;
    transform: translate(-50%);
}

div#shopify-section-63f52ed9-7133-4e80-a859-aed5fb112f71::before {
  top: 33%;
    left: 50%;
    transform: translate(-50%);
}



    }



/*For Spacing*/


#contrast-therapy-asheville-spa-asheville-sauna-house .buttons.is-left {
    display: none;
}








/*Make Peace... CTA SECTION*/














/*Testimonials Section*/




/*To add Background Image*/



div#shopify-section-bathhouse-testimonial {
  background-image: url('/cdn/shop/files/Testimonials_Background_Row.jpg?v=1646424477');
  background-repeat:no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





div#shopify-section-bathhouse-testimonial .index-section {
margin-top: 0px;
margin-bottom: 0px;
}




/*MOBILE TWEAKS*/


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

div#shopify-section-bathhouse-testimonial {
    background-image: url('/cdn/shop/files/Testimonials_Background_Row.jpg?v=1646424477');
  	background-size: cover;
    height: 100%;
}

div#shopify-section-mission-testimonial .grid.grid--uniform.text-left {
    align-items: center;
}

   }






/*To create Cards*/





div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 490px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 490px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2vw;
    margin-right: 2vw;
}


div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 490px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}




/*Spacing*/


div#shopify-section-bathhouse-testimonial .grid {
 margin-left: 0px;
  padding-bottom: 5vh;
}


div#shopify-section-bathhouse-testimonial .grid--uniform {
    padding-bottom: 20vh!important;
  padding-top: 15vh!important;
}


div#shopify-section-bathhouse-testimonial .grid.grid--uniform.text-left {
    display: flex;
    justify-content: center;
}





/*MOBILE TWEAKS*/


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


div#shopify-section-bathhouse-testimonial .grid.grid--uniform.text-left {
    flex-direction: column;
}


div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
  margin-left: 0vw;
    margin-right: 0vw;

  }


  }


/*Testimonial Text Fix*/



div#shopify-section-bathhouse-testimonial h2 {
font-size: 36px;
line-height: 47px;
letter-spacing: 0em;
}


div#shopify-section-bathhouse-testimonial p {
font-size: 22px;
line-height: 35px;
letter-spacing: 0em;
}




/*For Tablets*/

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

div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
   	padding: 3vh;
    width: 31%;
    height: 610px;

}


div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding: 3vh;
    width: 31%;
    height: 610px;

}


div#shopify-section-bathhouse-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
  padding: 3vh;
    width: 31%;
    height: 610px;

}


}







/*Slideshow Section*/




div#shopify-section-split-slideshow {
    max-width: 80vw;
    margin: auto;
    border-radius: 20px !important;
  	margin-bottom: 20vh;
    margin-top: 5vh;
  background-color: transparent;
}

/* ----------- iPad Pro ----------- */



/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .slideshow-wrapper.hero-wrapper {
    min-height: 60vh !important;
}

  }


/*For Desktop*/

 @media only screen and (min-width: 769px) {




div#shopify-section-split-slideshow .hero__text-wrap {
    position: absolute;
    height: 100%;
    width: 40vw;
    float: left;

}


div#shopify-section-split-slideshow .hero__image-wrapper {
    position: absolute;
    top: 0;
    width: 40vw;
  float: right !important;
}


div#shopify-section-split-slideshow .hero__image-wrapper.hero__image-wrapper--overlay {
    z-index: 999;
  margin-left: 40vw;
  }


 }

div#shopify-section-split-slideshow .hero__text-content.horizontal-left {
padding-right: 0px;
}

div#shopify-section-split-slideshow .hero .slideshow__slide {
  border-radius: 20px;
  }

div#shopify-section-split-slideshow .slick-list.draggable {
    background-color: var(--alabaster);
}






/* For mobile */

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



div#shopify-section-split-slideshow .hero__image-wrapper {
  height: 25%;
}


div#shopify-section-split-slideshow .hero__text-wrap {
height: 85%;
    bottom: 0;
}


div#shopify-section-split-slideshow .slideshow-wrapper.hero-wrapper {
    min-height: 110vh !important;
}

div#shopify-section-split-slideshow h2 {
  font-size: 37px !important;
  text-align: center;
}





div#shopify-section-split-slideshow .hero__text-shadow {
    text-align: center;
}






}


/*Arrow Styling*/



div#shopify-section-split-slideshow .slick-prev {
    top: 110%;
   	z-index: 9999;
  left: 0px;

  }

div#shopify-section-split-slideshow .slick-next {
    top: 110%;
  right: 0px;
 	z-index: 9999;
  }

div#shopify-section-split-slideshow .hero {
  overflow: visible;
}


div#shopify-section-split-slideshow .slick-next:before {
  color: var(--junglegreen);
    text-shadow: none;
    }

div#shopify-section-split-slideshow .slick-prev:before {
    color: var(--junglegreen);
      text-shadow: none;
}


/*Heading Styling*/


div#shopify-section-split-slideshow h2 {
    color: #232B24;
    font-size: 44px;
	line-height: 150%;
}


/*Light Text on First Slide*/

.slideshow__slide.slideshow__slide--fe889bdf-df7c-464a-90c4-4f94092df3ae.slick-slide.slick-current.slick-active h2 {
    color: var(--alabaster) !Important;
}



/*Body Text Styling*/


div#shopify-section-split-slideshow .hero__subtitle {
  font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
  color: #232B24;
  }

/*Light Text on First Slide*/

.slideshow__slide.slideshow__slide--fe889bdf-df7c-464a-90c4-4f94092df3ae.slick-slide.slick-current.slick-active .hero__subtitle {
    color: var(--alabaster) !Important;
}




/*Adding Pseudo Elements*/


/*one*/

.slideshow__slide.slideshow__slide--fe889bdf-df7c-464a-90c4-4f94092df3ae.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url('Recovery_Pain_Icon.png');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}



/*two*/

.slideshow__slide.slideshow__slide--4a4be1b3-750f-4055-92a6-d36f9bcfb3dd.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url('Cognitive_Function_Icon.png');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*three*/

.slideshow__slide.slideshow__slide--23dee492-a0f9-4775-8e98-ed2d8cda6900.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url('Anxiety_Depression_Icon.png');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}

/*four*/

.slideshow__slide.slideshow__slide--4eaf2826-e4e4-4792-b285-8d81070436f3.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url('Cardiovascular_Health_Icn.png');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*five*/

.slideshow__slide.slideshow__slide--346e180a-b910-4462-8ce8-1497eb0fe6fe.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Healthy_Skin_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}

/*six*/

.slideshow__slide.slideshow__slide--5786709b-6f15-474b-b3f2-f91bd796bd1b.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Metabolism_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*seven*/

.slideshow__slide.slideshow__slide--8183153d-354a-4e68-806f-59ac976a7144.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Immune_System_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*eight*/

.slideshow__slide.slideshow__slide--c2ead37c-6abb-44ef-b825-5a8b4f31db98.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Technology_Detox_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}





/* For mobile */

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

div#shopify-section-split-slideshow .hero__text-wrap::before {
    height: 40px !important;
    width: 40px !important;
    left: 50% !important;
    transform: translate(-50%) !important;
  top: 15%;
}
}












 /*Colors of Slides*/


/*one*/

.slideshow__slide.slideshow__slide--fe889bdf-df7c-464a-90c4-4f94092df3ae.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: var(--eveningsea);
      }


.slideshow__slide.slideshow__slide--4a4be1b3-750f-4055-92a6-d36f9bcfb3dd.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: var(--honeydew);
      }


.slideshow__slide.slideshow__slide--23dee492-a0f9-4775-8e98-ed2d8cda6900.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: var(--spanishwhite);
      }

.slideshow__slide.slideshow__slide--4eaf2826-e4e4-4792-b285-8d81070436f3.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #EBAC6B;
      }

.slideshow__slide.slideshow__slide--346e180a-b910-4462-8ce8-1497eb0fe6fe.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #CDCF4F;
      }

.slideshow__slide.slideshow__slide--5786709b-6f15-474b-b3f2-f91bd796bd1b.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #D8E5D6;
      }

.slideshow__slide.slideshow__slide--8183153d-354a-4e68-806f-59ac976a7144.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #CDCF4F;
      }

.slideshow__slide.slideshow__slide--c2ead37c-6abb-44ef-b825-5a8b4f31db98.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #EBAC6B;
      }



/*Button Styling*/

div#shopify-section-split-slideshow a.btn.btn--inverse {
  padding: 10px 22px !important;
  transition: 0.6s ease;
  border-color: var(--junglegreen)  !important;
    color: var(--junglegreen)  !important;
   background-color: transparent !important;
  }

div#shopify-section-split-slideshow a.btn.btn--inverse:hover {
  background-color: var(--junglegreen) !important;
    border-color: var(--junglegreen) !important;
      color: var(--alabaster)  !important;
  }


/*Light Button on First Slide*/

div#shopify-section-split-slideshow .slideshow__slide.slideshow__slide--fe889bdf-df7c-464a-90c4-4f94092df3ae.slick-slide.slick-current.slick-active a.btn.btn--inverse {
    border-color: var(--alabaster) !important;
    color: var(--alabaster)  !important;
  }

div#shopify-section-split-slideshow .slideshow__slide.slideshow__slide--fe889bdf-df7c-464a-90c4-4f94092df3ae.slick-slide.slick-current.slick-active a.btn.btn--inverse:hover {
     background-color: var(--junglegreen) !important;
    border-color: var(--junglegreen) !important;
      color: var(--alabaster)  !important;
  }




/*Intro Section with Text*/


/*For Desktop*/

 @media only screen and (min-width: 769px) {
div#shopify-section-bath-benefits-intro h2 {
    font-size: 64px;
line-height: 130%;
  width: 80%;
  margin-left: 3vw;
  float: left;
  }
 }


  /* For mobile */

@media only screen and (max-width:768px){
  div#shopify-section-bath-benefits-intro h2 {
  width: 90%;
  margin-left: 3vw;

  }
}



/*------------------------------------
  ------------------------------------
 *  INFRARED SAUNA PAGE
 *------------------------------------
  ------------------------------------*/



/*Hero Text Styling*/

.hero-natural--hero-infra .h1 {
  color: white !important;
  }

/*Hero Section Height Styling*/


@media only screen and (min-width: 769px) {
.hero-natural--hero-infra {
    height: 0;
    padding-bottom: 49% !important;
}
 }


/*Hero Section Button Styling*/


  div#shopify-section-hero-infra a.btn.btn--inverse {
  border-color: var(--eveningsea);
    transition: 0.6s ease;
    }


div#shopify-section-hero-infra .hero__link.appear-delay-2 {
    margin-top: 2vh;
}


  div#shopify-section-hero-infra a.btn.btn--inverse:hover {
  border-color: var(--junglegreen) !important;
  background-color: var(--junglegreen) !important;

    }

/*Opening Section - Infrared Page*/


/*Header*/

  div#shopify-section-infrared-intro .h1.appear-delay {
	line-height: 120%;
}




/*For Desktop*/

 @media only screen and (min-width: 769px) {

  div#shopify-section-infrared-intro .h1.appear-delay {
    text-align: left;
	font-size: 64px;
	line-height: 120%;
    width: 120%
}

}


/*Body*/



  /*For Desktop*/

 @media only screen and (min-width: 769px) {

   div#shopify-section-infrared-intro .rte.appear-delay-1 {
  text-align: left;
  font-size: 22px;
line-height: 160%;
  width: 120%;
}


 }


/*Button*/


#infrared-sauna-benefits-of-infrared-saunas .feature-row__text .btn:hover {
   background-color: var(--junglegreen) !important;
   border-color: var(--junglegreen) !important;
     color: white !important;
}


div#shopify-section-infrared-intro .appear-delay-2 {
    padding-top: 4vh;
  float: left;
}






/*Image and Text Adjustment on Mobile*/


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

#infrared-sauna-benefits-of-infrared-saunas .page-width.feature-row-wrapper .image-wrap.loaded {
    border-radius: 0 0 3% 3% !important;
    padding-bottom: 125%!important;
}

    div#shopify-section-infrared-intro p {
      font-size: 22px;
      line-height: 160%;
      padding-top: 4vh;
    }

    div#shopify-section-infrared-intro h1 {
      font-size: 54px !important;
	line-height: 120% !important;
      padding-top: 2vh

    }


    }













/*Styling split Section Text*/


div#shopify-section-infrared-one h3 {
  font-size: 84px !important;
line-height: 120% !important;
  width: 90%;
}

/*mobile*/

 @media only screen and (max-width: 768px) {
  div#shopify-section-infrared-one h3 {
    font-size: 52px !important;
    width: 100%;
    padding-top: 15vh;
    padding-bottom: 4vh;
    text-align: center;
}
 }


/*Headings for the rest*/



div#shopify-section-infrared-two h3 {
font-size: 54px;
line-height: 120%;
padding-bottom: 4vh;
}


div#shopify-section-infrared-three h3 {
font-size: 54px;
line-height: 120%;
padding-bottom: 4vh;
}


div#shopify-section-infrared-four h3 {
font-size: 54px;
line-height: 120%;
padding-bottom: 4vh;
}




/*For Mobile*/

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


div#shopify-section-infrared-two h3 {
    padding-top: 16vh;
  text-align: center;
  }


div#shopify-section-infrared-three h3 {
    padding-top: 16vh;
  text-align: center;
  }

div#shopify-section-infrared-four h3 {
    padding-top: 16vh;
  text-align: center;
  }




 }





/*For Desktop*/

 @media only screen and (min-width: 769px) {

div#shopify-section-infrared-two h3 {
     width: 85%;

   }

div#shopify-section-infrared-three h3 {
     width: 90%;
   }

div#shopify-section-infrared-four h3 {
     width: 85%;
   }

 }


/*Body for the rest*/


div#shopify-section-infrared-two p {
  font-size: 22px;
line-height: 160%;
}

div#shopify-section-infrared-three p {
  font-size: 22px;
line-height: 160%;
}

div#shopify-section-infrared-four p {
  font-size: 22px;
line-height: 160%;
}




/*mobile*/

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


div#shopify-section-infrared-two p {
    padding-bottom:4vh;
  text-align: center;
    }

div#shopify-section-infrared-three p {
    padding-bottom:4vh;
  text-align: center;
    }

div#shopify-section-infrared-four p {
    padding-bottom:4vh;
  text-align: center;
    }


  }










/*Adding text over first image*/


div#shopify-section-5e727ec3-3b6b-4041-a5d4-9b959e28277a::after {
content: "When you arrive, you’ll check in at the front desk, stash your earthly belongings (including silenced phones) in cubbies, and receive a fresh towel. Expect smiling faces and chill vibes.";
font-family:'Manrope', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 160%;
    color: white;
    position: absolute;
    width: 49vw;
    bottom: 3%;
    text-align: left;
    padding-left:3%;
  }


/*mobile*/

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

div#shopify-section-5e727ec3-3b6b-4041-a5d4-9b959e28277a::after {

      font-size: 15px;
    width: 99vw;
    padding-bottom: 60vh;
    text-align: center;
      padding-left: 0%;
    }


  }












/*Adding Icon Pseudo Elements in Corners*/


/*Text on left*/

#shopify-section-fa464a71-cf33-4661-b804-b713a2424bff::before {
    content: '';
  	background-image: url('How_it_works_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 3%;
}

/*Text on right*/

#shopify-section-d3c75b23-9e9e-4e41-9e75-71e62677627d::before {
    content: '';
  	background-image: url('Shower_icon_with_house_border.png');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 53%;
}


/*Text on left*/

#shopify-section-eebfd9c6-7be0-48c4-b732-78527f3a7539::before {
    content: '';
  	background-image: url(' Infrared_Icon_with_house_border.png ');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 3%;
}


/*Text on right*/

#shopify-section-ba088ae5-8eee-44c6-9ae7-699c3ca21c59::before {
    content: '';
  	background-image: url(' Rehydrate_icon_with_house_border.png ');
    height: 70px;
    width: 70px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 53%;
}









/*Mobile*/

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

#shopify-section-fa464a71-cf33-4661-b804-b713a2424bff::before {
  top: 51%;
    left: 50%;
    transform: translate(-50%);
}

#shopify-section-d3c75b23-9e9e-4e41-9e75-71e62677627d::before {
     top: 35%;
    left: 50%;
    transform: translate(-50%);
      }

#shopify-section-eebfd9c6-7be0-48c4-b732-78527f3a7539::before {
     top: 31%;
    left: 50%;
    transform: translate(-50%);
      }

#shopify-section-ba088ae5-8eee-44c6-9ae7-699c3ca21c59::before {
  top: 33%;
    left: 50%;
    transform: translate(-50%);
}



    }



/*For Spacing*/


#infrared-sauna-benefits-of-infrared-saunas .buttons.is-left {
    display: none !important;
}








/* ----------- iPad Pro ----------- */



/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {


#infrared-sauna-benefits-of-infrared-saunas .has-image-crop img {
    height: 73vh;
      width: 50vw !important;
    object-fit: cover !important;
      -o-object-fit: cover !important;
}

#shopify-section-infrared-two .image-element__wrap.loaded {
    width: 50vw !important;
}


div#shopify-section-infrared-one h3 {
    font-size: 74px !important;
}


}










/*Slideshow Section*/




div#shopify-section-split-slide-infrared {
    max-width: 80vw;
    margin: auto;
    border-radius: 20px !important;
  	margin-bottom: 20vh;
    margin-top: 5vh;
  background-color: transparent;
}

/* ----------- iPad Pro ----------- */



/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .slideshow-wrapper.hero-wrapper {
    min-height: 60vh !important;
}

  }


/*For Desktop*/

 @media only screen and (min-width: 769px) {




div#shopify-section-split-slide-infrared .hero__text-wrap {
    position: absolute;
    height: 100%;
    width: 40vw;
    float: left;

}


div#shopify-section-split-slide-infrared .hero__image-wrapper {
    position: absolute;
    top: 0;
    width: 40vw;
  float: right !important;
}


div#shopify-section-split-slide-infrared .hero__image-wrapper.hero__image-wrapper--overlay {
    z-index: 999;
  margin-left: 40vw;
  }


 }

div#shopify-section-split-slide-infrared .hero__text-content.horizontal-left {
padding-right: 0px;
}

div#shopify-section-split-slide-infrared .hero .slideshow__slide {
  border-radius: 20px;
  }

div#shopify-section-split-slide-infrared .slick-list.draggable {
    background-color: var(--alabaster);
}






/* For mobile */

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



div#shopify-section-split-slide-infrared .hero__image-wrapper {
  height: 25%;
}


div#shopify-section-split-slide-infrared .hero__text-wrap {
height: 105%;
    bottom: 0;
}


div#shopify-section-split-slide-infrared .slideshow-wrapper.hero-wrapper {
    min-height: 130vh !important;
}

div#shopify-section-split-slide-infrared h2 {
  font-size: 37px !important;
  text-align: center;
  width: 102%;
}





div#shopify-section-split-slide-infrared .hero__text-shadow {
    text-align: center;
}






}


/*Arrow Styling*/



div#shopify-section-split-slide-infrared .slick-prev {
    top: 110%;
   	z-index: 9999;
  left: 0px;

  }

div#shopify-section-split-slide-infrared .slick-next {
    top: 110%;
  right: 0px;
 	z-index: 9999;
  }

div#shopify-section-split-slide-infrared .hero {
  overflow: visible;
}


div#shopify-section-split-slide-infrared .slick-next:before {
  color: var(--junglegreen);
    text-shadow: none;
    }

div#shopify-section-split-slide-infrared .slick-prev:before {
    color: var(--junglegreen);
      text-shadow: none;
}


/*Heading Styling*/


div#shopify-section-split-slide-infrared h2 {
    color: #232B24;
    font-size: 44px;
	line-height: 150%;
}



/*Light Text on Third Slide*/

.slideshow__slide.slideshow__slide--93a7290c-9da7-43d3-b28f-b17084ef4388.slick-slide.slick-current.slick-active h2 {
    color: var(--alabaster) !Important;
}



/*Body Text Styling*/


div#shopify-section-split-slide-infrared .hero__subtitle {
  font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
  color: #232B24;
  }




/*Light Text on Third Slide*/

.slideshow__slide.slideshow__slide--93a7290c-9da7-43d3-b28f-b17084ef4388.slick-slide.slick-current.slick-active .hero__subtitle {
    color: var(--alabaster) !Important;
}




/*Adding Pseudo Elements*/


/*one*/

.slideshow__slide.slideshow__slide--c48dbec3-28d5-4547-bbb3-3687e5322949.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Inflammation_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}



/*two*/

.slideshow__slide.slideshow__slide--3c0c6412-79c2-4295-8daf-868e450bb1b7.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Healthy_Skin_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*three*/

.slideshow__slide.slideshow__slide--93a7290c-9da7-43d3-b28f-b17084ef4388.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Recovery_Pain_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}

/*four*/

.slideshow__slide.slideshow__slide--cd26d0df-9fb5-4ada-bd5d-98c45cbceb5d.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Sleep_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*five*/

.slideshow__slide.slideshow__slide--6331dba3-2d39-482c-8c8a-b084dd469d6d.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Cardiovascular_Health_Icn.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}

/*six*/

.slideshow__slide.slideshow__slide--eda24587-2132-4343-bdd2-badf492d6de1.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Chromotherapy_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*seven*/

.slideshow__slide.slideshow__slide--6d4ad685-44b6-45bb-a97a-2aeae3adbbef.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Cognitive_Function_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}


/*eight*/

.slideshow__slide.slideshow__slide--e034ce1e-199c-48a6-9652-bfb4f833d893.slick-slide.slick-current.slick-active .hero__text-wrap::before {
    content: '';
  	background-image: url(' Technology_Detox_Icon.png ');
    height: 60px;
    width: 60px;
  	background-size: contain;
  	background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 7%;
}





/* For mobile */

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

div#shopify-section-split-slide-infrared .hero__text-wrap::before {
    height: 40px !important;
    width: 40px !important;
    left: 50% !important;
    transform: translate(-50%) !important;
  	top: 33%;
}
}












 /*Colors of Slides*/


/*one*/

.slideshow__slide.slideshow__slide--c48dbec3-28d5-4547-bbb3-3687e5322949.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #D8E5D6;
      }


.slideshow__slide.slideshow__slide--3c0c6412-79c2-4295-8daf-868e450bb1b7.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #CDCF4F;
      }


.slideshow__slide.slideshow__slide--93a7290c-9da7-43d3-b28f-b17084ef4388.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #035447;
      }

.slideshow__slide.slideshow__slide--cd26d0df-9fb5-4ada-bd5d-98c45cbceb5d.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #E8DCC6;
      }

.slideshow__slide.slideshow__slide--6331dba3-2d39-482c-8c8a-b084dd469d6d.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #EBAC6B;
      }

.slideshow__slide.slideshow__slide--eda24587-2132-4343-bdd2-badf492d6de1.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #D8E5D6;
      }

.slideshow__slide.slideshow__slide--6d4ad685-44b6-45bb-a97a-2aeae3adbbef.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #CDCF4F;
      }

.slideshow__slide.slideshow__slide--e034ce1e-199c-48a6-9652-bfb4f833d893.slick-slide.slick-current.slick-active .hero__text-wrap {
    background-color: #EBAC6B;
      }



/*Button Styling*/

div#shopify-section-split-slide-infrared a.btn.btn--inverse {
  padding: 10px 22px !important;
  transition: 0.6s ease;
  border-color: var(--junglegreen)  !important;
    color: var(--junglegreen)  !important;
   background-color: transparent !important;
  }

div#shopify-section-split-slide-infrared a.btn.btn--inverse:hover {
  background-color: var(--junglegreen) !important;
    border-color: var(--junglegreen) !important;
      color: var(--alabaster)  !important;
  }


/*Light Button on First Slide*/

div#shopify-section-split-slide-infrared .slideshow__slide.slideshow__slide--93a7290c-9da7-43d3-b28f-b17084ef4388.slick-slide.slick-current.slick-active a.btn.btn--inverse {
    border-color: var(--alabaster) !important;
    color: var(--alabaster)  !important;
  }

div#shopify-section-split-slide-infrared .slideshow__slide.slideshow__slide--93a7290c-9da7-43d3-b28f-b17084ef4388.slick-slide.slick-current.slick-active a.btn.btn--inverse:hover {
     background-color: var(--junglegreen) !important;
    border-color: var(--junglegreen) !important;
      color: var(--alabaster)  !important;
  }








/*Intro Section with Text*/


/*For Desktop*/

 @media only screen and (min-width: 769px) {
div#shopify-section-infra-benefits-intro h2 {
    font-size: 64px;
line-height: 130%;
  width: 95%;
  margin-left: 3vw;
  float: left;
  }
 }


  /* For mobile */

@media only screen and (max-width:768px){
div#shopify-section-infra-benefits-intro h2 {
  width: 90%;
  margin-left: 3vw;

  }
}









/*Bathouse for 2 Section*/


/*To add Background Image*/



div#shopify-section-couples-infrared {
  background-image: url('/cdn/shop/files/Infrared_2_person_booking_background_image.jpg?v=1646794715');
  background-repeat:no-repeat !important;
  background-size: 100% 100%;
  max-width: 100vw;
 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
  background-position: center 0%;
}







div#shopify-section-couples-infrared .index-section {
margin-top: 0px;
margin-bottom: 0px;
}


div#shopify-section-couples-infrared .page-width {
    padding-top: 16vh;
    padding-bottom: 16vh;
}




/*MOBILE TWEAKS*/


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

div#shopify-section-couples-infrared {
    background-image: url('/cdn/shop/files/Infrared_2_person_booking_background_image.jpg?v=1646794715');
  background-repeat:no-repeat;
  background-size: cover;
    height: 100%;
}

  div#shopify-section-couples-infrared .h1 {
    font-size: 45px  !important;
text-align: center !important;
  }


  div#shopify-section-couples-infrared p {
   text-align: center  !important;

  }

   }






/*To Style Text*/


  div#shopify-section-couples-infrared .h1 {
    font-size: 64px;
line-height: 120%;
color: #FFFFFF;
    text-align: left;
  }


  div#shopify-section-couples-infrared p {
    font-size: 22px;
line-height: 160%;
color: #FFFFFF;
    text-align: left;
     padding-top: 4vh;
  }

 div#shopify-section-couples-infrared .feature-row__text {
    min-width: 50%;
 }


 div#shopify-section-couples-infrared .appear-delay-2 {
    text-align: left;
   padding-top: 4vh;
}



  div#shopify-section-couples-infrared a.btn.js-no-transition {
  background-color: #CDCF4F !important;
  border-color: #CDCF4F;
  color: #0D150E !important;
  font-weight: 500  !important;
  }

div#shopify-section-couples-infrared .image-wrap {
  background-image: none  !important;
}






/*Testimonials Section*/




/*To add Background Image*/



div#shopify-section-infrared-testimonial {
  background-image: url('/cdn/shop/files/Light_blue_to_off_white_gradient_background.jpg?v=1646796637');
  background-repeat:no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





div#shopify-section-infrared-testimonial .index-section {
margin-top: 0px;
margin-bottom: 0px;
}




/*MOBILE TWEAKS*/


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

div#shopify-section-infrared-testimonial {
    background-image: url('/cdn/shop/files/Light_blue_to_off_white_gradient_background.jpg?v=1646796637');
  	background-size: cover;
    height: 100%;
}

div#shopify-section-infrared-testimonial .grid.grid--uniform.text-left {
    align-items: center;
}

   }






/*Intro Text Styling*/




div#shopify-section-infrared-testimonial h2.section-header__title.appear-delay {
    font-size: 64px;
	line-height: 120%;
    text-align: left;
    width: 70%;
    margin-left: 6vw;
  	margin-top: 18vh;

  }



/*Adding Text Pseudo Element*/


  div#shopify-section-infrared-testimonial h2.section-header__title.appear-delay::before {
  position: absolute;
  content: 'KIND WORDS FROM REAL PEOPLE';
    color: #232B24;
    left: 0;
    top: -54px;
    font-family: Manrope, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 120%;
letter-spacing: 0.02em;
  }




/*MOBILE TWEAKS*/


@media only screen and (max-width:768px){
div#shopify-section-infrared-testimonial h2.section-header__title.appear-delay {
    font-size: 45px !important;
    text-align: center !important;
    width: 100% !important;
    margin-left: 0 !important;

}

div#shopify-section-infrared-testimonial h2.section-header__title.appear-delay::before {
	top: -66px !important;
    font-size: 17px !important;
    text-align: center !important;
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%) !important;

}

  div#shopify-section-infrared-testimonial .grid--uniform {
    padding-top: 6vh!important;
}



}



/*To create Cards*/





div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 470px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 470px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2vw;
    margin-right: 2vw;
}


div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 470px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}




/*Spacing*/


div#shopify-section-infrared-testimonial .grid {
 margin-left: 0px;
  padding-bottom: 5vh;
}


div#shopify-section-infrared-testimonial .grid--uniform {
    padding-bottom: 20vh!important;
  padding-top: 15vh!important;
}


div#shopify-section-infrared-testimonial .grid.grid--uniform.text-left {
    display: flex;
    justify-content: center;
}





/*MOBILE TWEAKS*/


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


div#shopify-section-infrared-testimonial .grid.grid--uniform.text-left {
    flex-direction: column;
}

div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
  margin-left: 0vw;
    margin-right: 0vw;

  }


  }


/*Testimonial Text Fix*/



div#shopify-section-infrared-testimonial h2 {
font-size: 36px;
line-height: 47px;
letter-spacing: 0em;
}


div#shopify-section-infrared-testimonial p {
font-size: 22px;
line-height: 35px;
letter-spacing: 0em;
}




/*For Tablets*/

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

div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
   	padding: 3vh;
    width: 31%;
    height: 610px;

}


div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding: 3vh;
    width: 31%;
    height: 610px;

}


div#shopify-section-infrared-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
  padding: 3vh;
    width: 31%;
    height: 610px;

}


}






















/*------------------------------------
  ------------------------------------
 *  MASSAGE THERAPY PAGE
 *------------------------------------
  ------------------------------------*/



/*Hero Text Styling*/

.hero-natural--massage-hero .h1.hero__title.appear-delay {
  color: white !important;

  }


/*Hero Section Height Styling*/


@media only screen and (min-width: 769px) {
div#shopify-section-massage-hero {
    height: 0 !important;
    padding-bottom: 49% !important;
}
 }


/*Hero Section Button Styling*/


div#shopify-section-massage-hero a.btn.btn--inverse {
  border-color: var(--eveningsea);
    transition: 0.6s ease;
    }


div#shopify-section-massage-hero .hero__link.appear-delay-2 {
    margin-top: 2vh;
}


div#shopify-section-massage-hero a.btn.btn--inverse:hover {
  border-color: var(--junglegreen) !important;
  background-color: var(--junglegreen) !important;

    }






/*Intro Section*/




  div#shopify-section-featured-content-massage h2 {
  font-size: 64px;
line-height: 120%;
margin-top: 5vh;
    width: 80%;
  }



div#shopify-section-featured-content-massage p {
  font-size: 22px;
line-height: 160%;
  margin-top: 5vh;
  width: 80%;
}



/*MOBILE TWEAKS*/


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

div#shopify-section-featured-content-massage h2 {
    font-size: 40px;
    margin-top: 5vh;
    width: 100%;
    text-align: center;
}



div#shopify-section-featured-content-massage p {
  text-align: center;
  width: 100%;
}
   }




  div#shopify-section-mom-cta h2 {
    font-size: 36px;
line-height: 140%;
    width: 80%;
    margin: auto;
  }


 div#shopify-section-mom-cta p {
font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
    width: 80%;
    margin: auto;
   margin-top: 5vh;
 }

div#shopify-section-mom-cta .page-width {
    padding-bottom: 5vh !important;
}


/*MOBILE TWEAKS*/


  @media only screen and (max-width:768px){
   div#shopify-section-mom-cta h2 {
    width: 100%;
     margin-top: -3vh;

  }

  }







/*Styling the Button*/


div#shopify-section-mom-cta .rte a:not(.rte__image):not(.btn) {
  	color: var(--junglegreen) !important;
    border-color: var(--junglegreen) !important;
  	background-color: transparent;
  	position: inline;
    font-family: 'Manrope' !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    transition: 0.6s !important;
	margin-top: 2vh;

}


 /*ON HOVER*/


div#shopify-section-mom-cta .rte a:not(.rte__image):not(.btn):hover {
  background-color: var(--junglegreen) !important;
  	color: var(--alabaster) !important;
      border-color: var(--junglegreen);
  }







/*Couples Massage Section*/






/*COuples Massage Detail Section*/



/*To add Background Color*/


div#shopify-section-couples-detail {
  background-color: #232B24;
  margin-top: -20px;

}

div#shopify-section-couples-detail .index-section {
margin-top: 0px;
margin-bottom: 0px;
}

div#shopify-section-couples-detail .page-width {
    padding-top: 25vh !important;
    padding-bottom: 0vh !important;
}



div#shopify-section-couples-detail .image-wrap {
    background-image: none;
}

/*To Style Text*/


  div#shopify-section-couples-detail h2 {
  font-size: 44px;
line-height: 130%;
color: #F4F3E7;
    width: 110%;
    margin-bottom: 0px !important;
  }



/*To Style Icons*/


div#shopify-section-couples-detail .custom__item-inner--image {
    width: 25% !important;
}

div#shopify-section-couples-detail .custom__item.small--one-whole.one-half.align--bottom-middle {
    text-align: right;
}


/*Adding Line*/



div#shopify-section-couples-detail .custom-content {
    border-top: 1px solid white;
    padding-top: 20vh;
}




  /*MOBILE TWEAKS*/


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



div#shopify-section-couples-detail .custom-content {
    margin-left: 0px !important;
  padding-top: 8vh;
}

div#shopify-section-couples-detail .page-width {
    padding-top: 8vh !important;
    }

div#shopify-section-couples-detail .custom__item.small--one-whole.one-half.align--bottom-middle {
    text-align: center  !important;
  margin-left: 20px;
}

div#shopify-section-couples-detail .custom__item-inner--image {
    width: 80% !important;
margin-left: -55px !important;
}

    div#shopify-section-couples-detail h2 {
  font-size: 44px;
line-height: 130%;
color: #F4F3E7;
    width: 100%;
      padding-bottom: 2vh;
  }


  }



/*Couples Massage Detail Part 2*/






}








/*Testimonials Section*/




/*To add Background Image*/



div#shopify-section-massage-testimonial {
  background-image: url('/cdn/shop/files/Massage_testimonials_background_image.jpg?v=1646852623');
  background-repeat:no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





div#shopify-section-massage-testimonial .index-section {
margin-top: 0px;
margin-bottom: 0px;
}




/*MOBILE TWEAKS*/


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

div#shopify-section-massage-testimonial {
    background-image: url('/cdn/shop/files/Massage_testimonials_background_image.jpg?v=1646852623');
  	background-size: cover;
    height: 100%;
}

div#shopify-section-massage-testimonial .grid.grid--uniform.text-left {
    align-items: center;
}

   }






/*To create Cards*/





div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 490px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 490px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2vw;
    margin-right: 2vw;
}


div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
    padding-top: 2vh;
    padding: 3vh;
    width: 330px;
    height: 490px;
    background-color: var(--alabaster);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}




/*Spacing*/


div#shopify-section-massage-testimonial .grid {
 margin-left: 0px;
  padding-bottom: 5vh;
}


div#shopify-section-massage-testimonial .grid--uniform {
    padding-bottom: 20vh!important;
  padding-top: 15vh!important;
}


div#shopify-section-massage-testimonial .grid.grid--uniform.text-left {
    display: flex;
    justify-content: center;
}





/*MOBILE TWEAKS*/


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


div#shopify-section-massage-testimonial .grid.grid--uniform.text-left {
    flex-direction: column;
}


div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
  margin-left: 0vw;
    margin-right: 0vw;

  }


  }


/*Testimonial Text Fix*/



div#shopify-section-massage-testimonial h2 {
font-size: 36px;
line-height: 47px;
letter-spacing: 0em;
}


div#shopify-section-massage-testimonial p {
font-size: 22px;
line-height: 35px;
letter-spacing: 0em;
}




/*For Tablets*/

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

div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-1.aos-init.aos-animate {
   	padding: 3vh;
    width: 31%;
    height: 635px;

}


div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-2.aos-init.aos-animate {
    padding: 3vh;
    width: 31%;
    height: 635px;

}


div#shopify-section-massage-testimonial .grid__item.grid-column.medium-up--one-third.appear-delay-3.aos-init.aos-animate {
  padding: 3vh;
    width: 31%;
    height: 635px;

}


}


  .anchor {
   height: 0 !important;
   padding: 0 !important;
  }



@media (min-width: 1008px) {
.servicesimagetext.largerheadline h3 {
  font-size: 84px !important;
line-height: 120% !important;
  width: 80%;
}
}

/*mobile*/

 @media only screen and (max-width: 768px) {
  .servicesimagetext h3 {
    font-size: 52px !important;
    width: 100%;
    padding-top: 15vh;
    padding-bottom: 4vh;
}
 }


/*Headings for the rest*/



.servicesimagetext h3 {
font-size: 54px;
line-height: 120%;
padding-bottom: 4vh;
}





/*For Mobile*/

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


.servicesimagetext h3 {
    padding-top: 16vh;
  }



 }





/*For Desktop*/

 @media only screen and (min-width: 769px) {

   .servicesimagetext h3 {
     width: 85%;
   }

 }


/*Body for the rest*/


.servicesimagetext p {
  font-size: 22px;
line-height: 160%;
}


/*mobile*/

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


    .servicesimagetext p {
    padding-bottom:4vh;
    }


  }


.flexcontainer {
 display:flex;
}

  .iconimage {
   width: 70px;
   height:70px;
   position:relative;
  }

   .servicesimagetext  {
    flex-direction:column;
    justify-content:space-between;
  }

  .relative {
   position:relative;
  }

  .relative2 {
    position:relative;
    z-index:2;
  }


    .image-wrap {
     background-image: unset !important;
      background-color: transparent !important;
    }


  .collection-body {
    line-height:1;
  }

  .collectiontitle {
  margin-bottom: 40px;
  }


  [data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__text-wrap,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__text-wrap{
      opacity:1;
      transform:translateY(0px);
      transition:opacity 0.4s ease,transform 0.6s cubic-bezier(0.26, 0.54, 0.32, 1);
    }



.flickity-enabled{
  position:relative;
}

.flickity-enabled:focus{ outline:none; }

.flickity-viewport{
  overflow:hidden;
  position:relative;
  transition:height 0.35s;
  height:100%;
}

.flickity-slider{
  position:absolute;
  width:100%;
  height:100%;
}

.flickity-enabled.is-draggable{
  -webkit-user-select:none;
          user-select:none;
}

.flickity-enabled.is-draggable .flickity-viewport{
  cursor:move;
  cursor:grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
    cursor:grabbing;
  }

.flickity-enabled.is-draggable[data-arrows=true] .flickity-viewport{
  cursor:default
}

.flickity-enabled.is-draggable[data-arrows=true] .flickity-viewport.is-pointer-down{
    cursor:default;
  }

.flickity-button{
  position:absolute;
  border:none;
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background:#000000;
  background:var(--colorBtnPrimary);
  border-radius:50%
}

.hero .flickity-button{
    color:#000000;
    color:var(--colorTextBody);
    background-color:#ffffff;
    background-color:var(--colorBody);
    box-shadow:0 5px 5px rgba(0, 0, 0, 0.1)
}

.flickity-button:hover{
  cursor:pointer;
  opacity:1;
}

.flickity-button:disabled{
  display:none;
  cursor:auto;
  pointer-events:none;
}

.flickity-prev-next-button{
  top:50%;
  width:40px;
  height:40px;
  transform:translateY(-50%)
}

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

.flickity-prev-next-button{
    width:33px;
    height:33px
}
  }

.flickity-prev-next-button:hover{
  transform:translateY(-50%) scale(1.12);
}

.flickity-prev-next-button:active{
  transform:translateY(-50%) scale(1);
  transition:transform 0.05s ease-out;
}

.flickity-previous{ left:10px; }

.flickity-next{ right:10px; }

.flickity-rtl .flickity-previous{
  left:auto;
  right:10px;
}

.flickity-rtl .flickity-next{
  right:auto;
  left:10px;
}

.flickity-button-icon{
  position:absolute;
  left:35%;
  top:35%;
  width:30%;
  height:30%;
  fill:currentColor;
}

.flickity-page-dots{
  position:absolute;
  width:100%;
  bottom:-25px;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center;
  line-height:1;
  color:currentColor
}

.hero .flickity-page-dots{
    bottom:20px;
    color:#fff
}

.flickity-rtl .flickity-page-dots{ direction:rtl; }

.flickity-page-dots .dot{
  display:inline-block;
  vertical-align:middle;
  width:6px;
  height:6px;
  margin:0 5px;
  border-radius:100%;
  cursor:pointer;
  background-color:currentColor;
  opacity:0.4
}

.flickity-page-dots .dot:hover{
    opacity:0.6;
  }

.flickity-page-dots .dot.is-selected{
  opacity:1;
  background-color:currentColor;
  width:9px;
  height:9px;
}

.flickity-enabled.is-fade .flickity-slider>*{
  pointer-events:none;
  z-index:0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected{
  pointer-events:auto;
  z-index:1;
}

.hero[data-arrows=true]{
  overflow:visible
}

.hero[data-arrows=true] .flickity-prev-next-button{
    top:auto;
    bottom:-20px;
    transform:none;
    z-index:2;
  }

.hero[data-arrows=true] .flickity-prev-next-button:hover{
    transform:scale(1.12);
  }

.hero[data-arrows=true] .flickity-prev-next-button:active{
    transform:scale(1);
  }

.hero[data-arrows=true] .flickity-previous{
    left:auto;
    right:90px;
  }

.hero[data-arrows=true] .flickity-next{
    right:40px;
  }

.hero[data-arrows=true].flickity-rtl .flickity-previous{
    right:auto;
    left:90px;
  }

.hero[data-arrows=true].flickity-rtl .flickity-next{
    right:auto;
    left:40px;
  }

@media only screen and (max-width:768px){
    .hero[data-arrows=true] .flickity-prev-next-button{
      bottom:-16px;
    }
    .hero[data-arrows=true] .flickity-previous{
      right:60px;
    }
    .hero[data-arrows=true] .flickity-next{
      right:20px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-previous{
      left:60px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-next{
      left:20px;
    }
  }

[data-bars=true].hero .flickity-page-dots{
    bottom:0;
    height:6px;
    line-height:6px;
    z-index:2;
  }

[data-bars=true] .flickity-page-dots .dot{
    position:relative;
    border-radius:0;
    width:120px;
    height:6px;
    border:0;
    opacity:1;
    vertical-align:top;
    background:none;
    overflow:hidden
  }

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

[data-bars=true] .flickity-page-dots .dot{
      width:45px
  }
    }

[data-bars=true] .flickity-page-dots .dot:after,[data-bars=true] .flickity-page-dots .dot:before{
      content:"";
      display:block;
      position:absolute;
      left:0;
      height:100%;
      width:100%;
    }

[data-bars=true] .flickity-page-dots .dot:before{
      opacity:0.1;
      background-color:#000;
    }

[data-bars=true] .flickity-page-dots .dot:hover:before{
      opacity:0.2;
    }

[data-bars=true] .flickity-page-dots .dot:after{
      transform:translateX(-100%);
      transition:none;
      background-color:currentColor;
    }

[data-bars=true] .flickity-page-dots .dot.is-selected:after{
      animation:slideshowBars 0s linear forwards;
    }

.noUi-target,.noUi-target *{
   -webkit-touch-callout:none;
   -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
   -webkit-user-select:none;
   touch-action:none;
   user-select:none;
   box-sizing:border-box;
 }

.noUi-target{
   position:relative;
 }

.noUi-base,.noUi-connects{
   width:100%;
   height:100%;
   position:relative;
   z-index:1;
 }

.noUi-connects{
   overflow:hidden;
   z-index:0;
 }

.noUi-connect,.noUi-origin{
   will-change:transform;
   position:absolute;
   z-index:1;
   top:0;
   right:0;
   -ms-transform-origin:0 0;
   -webkit-transform-origin:0 0;
   -webkit-transform-style:preserve-3d;
   transform-origin:0 0;
   transform-style:flat;
 }

.noUi-connect{
   height:100%;
   width:100%;
 }

.noUi-origin{
   height:10%;
   width:10%;
 }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{
   left:0;
   right:auto;
 }

.noUi-vertical .noUi-origin{
   width:0;
 }

.noUi-horizontal .noUi-origin{
   height:0;
 }

.noUi-handle{
   -webkit-backface-visibility:hidden;
   backface-visibility:hidden;
   position:absolute;
 }

.noUi-touch-area{
   height:100%;
   width:100%;
 }

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{
   transition:transform 0.3s;
 }

.noUi-state-drag *{
   cursor:inherit !important;
 }

.noUi-horizontal{
   height:18px;
 }

.noUi-horizontal .noUi-handle{
   width:34px;
   height:28px;
   right:-17px;
   top:-6px;
 }

.noUi-vertical{
   width:18px;
 }

.noUi-vertical .noUi-handle{
   width:28px;
   height:34px;
   right:-6px;
   top:-17px;
 }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{
   left:-17px;
   right:auto;
 }

.noUi-target{
   background:#fafafa;
   border-radius:4px;
   border:1px solid #d3d3d3;
   box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;
 }

.noUi-connects{
   border-radius:3px;
 }

.noUi-connect{
   background:#3fb8af;
 }

.noUi-draggable{
   cursor:ew-resize;
 }

.noUi-vertical .noUi-draggable{
   cursor:ns-resize;
 }

.noUi-handle{
   border:1px solid #d9d9d9;
   border-radius:3px;
   background:#fff;
   cursor:default;
   box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
 }

.noUi-active{
   box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
 }

.noUi-handle:after,.noUi-handle:before{
   content:"";
   display:block;
   position:absolute;
   height:14px;
   width:1px;
   background:#e8e7e6;
   left:14px;
   top:6px;
 }

.noUi-handle:after{
   left:17px;
 }

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
   width:14px;
   height:1px;
   left:6px;
   top:14px;
 }

.noUi-vertical .noUi-handle:after{
   top:17px;
 }

[disabled] .noUi-connect{
   background:#b8b8b8;
 }

[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{
   cursor:not-allowed;
 }

.noUi-pips,.noUi-pips *{
   box-sizing:border-box;
 }

.noUi-pips{
   position:absolute;
   color:#999;
 }

.noUi-value{
   position:absolute;
   white-space:nowrap;
   text-align:center;
 }

.noUi-value-sub{
   color:#ccc;
   font-size:10px;
 }

.noUi-marker{
   position:absolute;
   background:#ccc;
 }

.noUi-marker-sub{
   background:#aaa;
 }

.noUi-marker-large{
   background:#aaa;
 }

.noUi-pips-horizontal{
   padding:10px 0;
   height:80px;
   top:100%;
   left:0;
   width:100%;
 }

.noUi-value-horizontal{
   transform:translate(-50%, 50%);
 }

.noUi-rtl .noUi-value-horizontal{
   transform:translate(50%, 50%);
 }

.noUi-marker-horizontal.noUi-marker{
   margin-left:-1px;
   width:2px;
   height:5px;
 }

.noUi-marker-horizontal.noUi-marker-sub{
   height:10px;
 }

.noUi-marker-horizontal.noUi-marker-large{
   height:15px;
 }

.noUi-pips-vertical{
   padding:0 10px;
   height:100%;
   top:0;
   left:100%;
 }

.noUi-value-vertical{
   transform:translateY(-50%);
   padding-left:25px;
 }

.noUi-rtl .noUi-value-vertical{
   transform:translateY(50%);
 }

.noUi-marker-vertical.noUi-marker{
   width:5px;
   height:2px;
   margin-top:-1px;
 }

.noUi-marker-vertical.noUi-marker-sub{
   width:10px;
 }

.noUi-marker-vertical.noUi-marker-large{
   width:15px;
 }

.noUi-tooltip{
   display:block;
   position:absolute;
   border:1px solid #d9d9d9;
   border-radius:3px;
   background:#fff;
   color:#000;
   padding:5px;
   text-align:center;
   white-space:nowrap;
 }

.noUi-horizontal .noUi-tooltip{
   transform:translate(-50%);
   left:50%;
   bottom:120%;
 }

.noUi-vertical .noUi-tooltip{
   transform:translateY(-50%);
   top:50%;
   right:120%;
 }

.noUi-horizontal .noUi-origin>.noUi-tooltip{
   transform:translate(50%);
   left:auto;
   bottom:10px;
 }

.noUi-vertical .noUi-origin>.noUi-tooltip{
   transform:translateY(-18px);
   top:auto;
   right:28px;
 }

tool-tip{
  display:none;
}

tool-tip[data-tool-tip-open=true]{
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:10001;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%
}

tool-tip[data-tool-tip-open=true]:before{
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#e0e0e0;
    background-color:var(--colorModalBg);
    animation:overlay-on 0.3s forwards;
    cursor:pointer;
  }

.tool-tip__inner{
  animation:modal-close 0.3s forwards;
  opacity:0
}

tool-tip[data-tool-tip-open=true] .tool-tip__inner{
    animation:modal-open 0.3s forwards;
    display:block;
    position:fixed;
    background-color:#fff;
    box-shadow:0 10px 20px rgba(0, 0, 0, 0.0902);
    padding:30px;
    max-width:720px
}

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

tool-tip[data-tool-tip-open=true] .tool-tip__inner{
      width:100%;
      max-width:93%
}
    }

.tool-tip__content{
  overflow:auto;
  max-height:80vh
}

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

.tool-tip__content{
    font-size:0.85em
}
  }

.tool-tip__close{
  position:absolute;
  top:0;
  right:0;
}

.tool-tip__close .icon{
  width:28px;
  height:28px;
}

.tool-tip-trigger{
  cursor:pointer;
  background:none;
  border:0;
}

.tool-tip-trigger .icon{
  width:28px;
  height:28px;
}

.tool-tip-trigger__title{
  display:inline-block;
}

.tool-tip-trigger__title:focus,.tool-tip-trigger__title:hover{
  text-decoration:underline;
  text-underline-offset:2px;
}

.tool-tip-trigger__content{
  display:none !important;
}


.slideshow-wrapper{
  position:relative;
}

.slideshow__pause:focus{
  clip:auto;
  width:auto;
  height:auto;
  margin:0;
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background-color:#000000;
  background-color:var(--colorBtnPrimary);
  padding:10px;
  z-index:10000;
  transition:none
}

.video-is-playing .slideshow__pause:focus{
    display:none
}

.slideshow__pause-stop{
  display:block
}

.is-paused .slideshow__pause-stop{
    display:none
}

.slideshow__pause-play{
  display:none
}

.is-paused .slideshow__pause-play{
    display:block
}

.slideshow__slide{
  display:none;
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden
}

.slideshow__slide:first-child{
    display:block;
  }

.flickity-slider .slideshow__slide{
    display:block
}

.slideshow__slide:after{
    content:"";
    position:absolute;
    background:#000000;
    background:var(--colorTextBody);
    bottom:0;
    height:2px;
    width:0%;
    z-index:1;
    transition:width 0s linear 0s;
  }


[data-animate_images=true] .hero__text-shadow:before{
    opacity:0;
  }

[data-animate_images=true] .hero__text-wrap{
    opacity:0;
    transform:translateY(10px);
    transition:none
  }

.no-js [data-animate_images=true] .hero__text-wrap{
      opacity:1
  }



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

[data-animate_images=true] .hero__text-wrap{
      transform:translateY(7px)
  }
    }

[data-animate_images=true] .hero-animated .hero__image,[data-animate_images=true] .hero-animated .hero__image-wrapper,[data-animate_images=true] .hero-animated .hero__text-wrap{
      opacity:1 !important;
      transform:none;
    }

[data-animate_images=true] .hero-animated .hero__link .btn{
      opacity:1;
    }

[data-animate_images=true]:not(.animate-out) .hero__image{
    opacity:0;
    transition:none;
  }

[data-animate_images=true] .hero__link .btn{
    opacity:0;
    transition:none
  }

.no-js [data-animate_images=true] .hero__link .btn{
      opacity:1
  }

[data-animate_images=true] .hero__image-wrapper{
    transform:scale(1.15);
    opacity:0;
    transition:none;
  }

[data-animate_images=true] .hero .slideshow__slide .hero__image,[data-animate_images=true] .hero .slideshow__slide .hero__media,[data-animate_images=true] [data-aos=hero__animation] .hero__image,[data-animate_images=true] [data-aos=hero__animation] .hero__media{
      opacity:0
    }

.no-js [data-animate_images=true] .hero .slideshow__slide .hero__image,.no-js [data-animate_images=true] .hero .slideshow__slide .hero__media,.no-js [data-animate_images=true] [data-aos=hero__animation] .hero__image,.no-js [data-animate_images=true] [data-aos=hero__animation] .hero__media{
        opacity:1
    }

[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__text-wrap,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__text-wrap{
      opacity:1;
      transform:translateY(0px);
      transition:opacity 0.4s ease,transform 0.6s cubic-bezier(0.26, 0.54, 0.32, 1);
    }

[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__text-shadow:before,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__text-shadow:before{
      opacity:1;
      transition:all 0.4s ease 0.2s;
    }

[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__image--svg,[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__image.lazyloaded,[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__media,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__image--svg,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__image.lazyloaded,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__media{
      animation:fade-in-bg 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      transition:none;
    }

[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__image-wrapper,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__image-wrapper{
      opacity:1;
      transform:scale(1);
      transition:transform 1s cubic-bezier(0.18, 0.63, 0.25, 1),opacity 0.7s ease;
    }

[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__link .btn,[data-animate_images=true] [data-aos=hero__animation].loaded.aos-animate .hero__link .btn{
      animation:fade-in 1s ease 0.6s forwards;
    }

[data-animate_images=true] [data-aos=hero__animation] .collection-hero__image{
    opacity:0
  }

.no-js [data-animate_images=true] [data-aos=hero__animation] .collection-hero__image{
      opacity:1
  }

[data-animate_images=true] [data-aos=hero__animation] .collection-hero__image.lazyloaded{
      animation:fade-in-bg 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      transition:none;
    }

[data-animate_images=true] .hero .slideshow__slide.animate-out .hero__image-wrapper{
      opacity:0;
      transform:scale(1);
      transition:transform 0.5s ease-in 0.55s,opacity 0.5s ease-in 0.55s;
    }

[data-animate_images=false] .slideshow-refresh[data-aos=hero__animation].loaded .hero__image,[data-animate_images=false] .slideshow-refresh[data-aos=hero__animation].loaded .hero__media{
      animation:none;
      opacity:1;
    }

[data-animate_images=false] .hero__text-wrap{
    opacity:0;
  }

[data-animate_images=false] .slideshow__slide.is-selected .hero__text-wrap,[data-animate_images=false] .video-parent-section .hero__text-wrap{
    opacity:1;
  }

[data-animate_images=false] .hero-animated .hero__image,[data-animate_images=false] .hero-animated .hero__image-wrapper,[data-animate_images=false] .hero-animated .hero__text-wrap{
      opacity:1 !important;
      transform:none;
    }

[data-animate_images=false] .hero-animated .hero__link .btn{
      opacity:1;
    }


.animated__slide{
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden
}

.animated__slide:first-child{
    display:block;
  }

.animated__slide--active{
  opacity:1;
}

.hero-animated[data-style=fading] .animated__slide--inactive{
    opacity:0;
    animation:hero-animate-out 0.5s linear forwards;
    z-index:1;
  }

.hero-animated[data-style=fading] .animated__slide--active{
    animation:hero-animate 4s cubic-bezier(0.12, 0.63, 0.6, 0.74) forwards;
    z-index:2;
  }

@media only screen and (max-width:768px){
    .hero-animated[data-style=fading] .animated__slide--inactive{
      animation-name:hero-animate-out-small;
    }

    .hero-animated[data-style=fading] .animated__slide--active{
      animation-name:hero-animate-small;
    }
  }



.flickity-enabled .product-main-slide:not(.is-selected) button,.flickity-enabled .product-main-slide:not(.is-selected) iframe,.flickity-enabled .product-main-slide:not(.is-selected) model-viewer,.flickity-enabled .product-main-slide:not(.is-selected) video{
      display:none;
    }

.product-main-slide{
  display:none;
  width:100%;
  overflow:hidden
}

.product-main-slide:first-child{
    display:block;
  }

.flickity-slider .product-main-slide{
    display:block
}

[data-images-stacked] .product-main-slide{
    display:block
}

.is-fade .product-main-slide{
    opacity:0;
    transition:opacity 0.4s ease
}

.is-fade .product-main-slide.is-selected{
      opacity:1;
    }

.product-slideshow.flickity-enabled .product-main-slide{
    display:none;
  }

.product-slideshow.flickity-enabled .flickity-viewport .product-main-slide{
    display:block;
  }

.product__thumbs{
  position:relative;
}

.product__thumbs-sticky{
  position:sticky;
  top:20px;
}

.product__thumbs--below{
  margin-top:15px
}

@media only screen and (min-width:769px){

.product__thumbs--below{
    margin-top:20px
}
  }

@media only screen and (min-width:769px){

.product__thumbs--beside{
    flex:0 0 80px;
    max-width:80px;
    margin-left:0;
    margin-right:20px
}
  }

.product__thumb-item a{
    display:block
  }

.product__thumb-item a:before{
      content:none;
      display:block;
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      box-shadow:inset 0 0 0 2px #000000;
      box-shadow:inset 0 0 0 2px var(--colorTextBody);
      z-index:1;
    }




.product__thumb-item a:focus{
      outline:none
    }

.product__thumb-item a:focus:before{
        content:"";
      }

.product__thumb-item a.is-active:before{
      content:"";
    }

.product__thumb-item a:active:before{
    content:none;
  }

.product__thumb-item.thumb--current a:before{
      content:"";
    }

.product__thumbs--beside .product__thumb-item{
    margin-bottom:15px
}

@media only screen and (min-width:769px){

.product__thumbs--beside .product__thumb-item{
      margin-bottom:20px
}
    }

.product__thumbs--below .product__thumb-item{
    margin-right:15px
}

@media only screen and (min-width:769px){

.product__thumbs--below .product__thumb-item{
      margin-right:20px
}
    }

.product__thumbs--below .product__thumb-item:last-child{
      margin-right:0;
    }

.product__thumb{
  position:relative;
  display:block;
  cursor:pointer;
}

.product__thumb-icon{
  position:absolute;
  top:5px;
  right:5px;
  background-color:#000000;
  background-color:var(--colorTextBody);
  border-radius:100px;
  padding:6px;
  z-index:1;
  opacity:0;
  transition:opacity 0.5s ease;
  font-size:0
}

.aos-animate .product__thumb-icon{
    opacity:1
}

.product__thumb-icon .icon{
    fill:#ffffff;
    fill:var(--colorBody);
    width:10px;
    height:10px
  }

@media only screen and (min-width:769px){

.product__thumb-icon .icon{
      width:13px;
      height:13px
  }
    }

.product__photo-zoom{
  position:absolute;
  bottom:10px;
  right:0;
  margin:15px;
  cursor:zoom-in
}

@media only screen and (min-width:769px){

.product__photo-zoom{
    opacity:0;
    width:100%;
    top:0;
    left:0;
    border-radius:0;
    margin:0
}

    .product__photo-zoom span,.product__photo-zoom svg{
      display:none;
    }
  }

.pswp__img--placeholder{
  overflow:hidden;
  animation:placeholder-shimmer 1.3s linear 2s infinite;
  background-size:400% 100%;
}


  .drawer__cart-empty{
  display:none;
}

.drawer.is-empty .drawer__inner{
    display:none;
  }

.drawer.is-empty .drawer__cart-empty{
    display:block;
  }



.product-slider:not(.flickity-enabled) .product-slide{
      display:none;
    }

.product-slider:not(.flickity-enabled) .product-slide:first-child{
      display:block;
    }

.product-slider.flickity-enabled .product-slide{
    opacity:0 !important;
    transition:opacity 0s ease 0.3s !important;
    width:100%;
    height:100%;
  }

.product-slider .product-slide.is-selected{
    opacity:1 !important;
    transition:none !important;
  }

.product-slider.flickity-enabled:after{
  content:"";
  position:absolute;
  background-color:#000000;
  background-color:var(--colorTextBody);
  bottom:-2px;
  height:2px;
  width:0%;
  left:0;
  z-index:1;
  animation:progressBar 1350ms linear infinite;
}

.product-slide{
  opacity:1 !important;
}

.product-slider--init.is-draggable .flickity-viewport{
    cursor:pointer;
  }

.product-slider--init .grid__image-ratio,.product-slider--init img{
    opacity:1 !important;
    animation:none !important;
  }

.product-slide .placeholder-svg{
  opacity:1;
}

  .grid__image-ratio    {
   background-color:white;
  }

  .removetoppadding .index-section, .removetoppadding {
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  

  #CartDrawer .cart__item {
       display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .variantpriceflex {
   display:flex;
    align-items:center;
  }
  
  .cart__variant-meta {
   margin-right:10px; 
  }
  
  .cart__item--image  {
   width: 115px; 
  }
  
  .cart__item--details {
   display:flex;
    padding-left:10px;
  }
  
  #CartDrawer .js-qty__num {
    text-align:right;
  }
  

  .cart__item-sub  {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content:space-between;
  }
  
  .cart__remove { 
    text-align:right;
    width:100%;
  }
  
  
  .drawer__cart-empty a {
    color: #EBAB6B !important;
  }
  
  .cart__item {
   margin-bottom:40px; 
  }
  
  @media (max-width: 768px) {
    .cart__item {
   margin-bottom:20px; 
  }
  }
  
  @media (max-width: 768px) {
  .deskonly {
    display:none !important;
  }
  }
  
    @media (min-width: 769px) {
  .mobileonly {
    display:none !important;
  }
  }

  
  /* Klaviyo Popup Styling */
  
  
  .modal .klaviyo-form button:not(:hover) {
    color: var(--alabaster) !important;
    background-color: var(--eveningsea) !important;
    border-radius: 999px !important;
      font-family: Manrope, sans-serif;
      transition: 0.6s ease !important;
    font-weight: 500;
    letter-spacing: 0.1em;
      font-weight: 500 !important;
      font-style: unset;
      text-transform: uppercase !important;
font-size: calc(var(--typeBaseSize) - 2px) !Important;
padding: 0 40px;
margin: 0 auto;
margin-top: 20px;
  letter-spacing: 0.1em !important;
  }
  
 .modal .klaviyo-form button:hover {

    border-color: var(--junglegreen) !important;

          color: var(--alabaster) !important;
    background-color: var(--junglegreen)!important;
    border-radius: 999px !important;
      font-family: Manrope, sans-serif;
      transition: 0.6s ease !important;
    font-weight: 500;
    letter-spacing: 0.1em;
      font-weight: 500 !important;
      font-style: unset;
      text-transform: uppercase !important;
font-size: calc(var(--typeBaseSize) - 2px) !Important;
padding: 0 40px;
margin: 0 auto;
margin-top: 20px;
  letter-spacing: 0.1em !important;
      
      
      
      }
  
  .klaviyo-form p, .klaviyo-form strong, .klaviyo-form div, .klaviyo-form span {
    
    font-family: stratos-lights !important;
    line-height:1.4 !important;
    overflow:visible !important;
  }
 
  
  .modal .klaviyo-form input {
   border-left: unset !important;
    border-right:unset !important;
    border-top: unset !important;
    font-family: Manrope !important;
      padding-left: 0 !important;
    border-bottom: 2px solid var(--junglegreen) !important;
      border-radius: 0 !important;
      font-weight: 500 !important;
      font-style: unset !important;
      color: var(--junglegreen) !important;
      
      
  }
  
   
  .klaviyo-form ::placeholder {
    font-weight: 500 !Important;
    font-family: Manrope !important;
    color: var(--junglegreen) !important; 
  }
  
  
  .modal .klaviyo-form .kl-private-quill-wrapper-Lkqws1 strong {
    line-height:1.2 !important;
  }
  
   .modal .klaviyo-form .kl-private-quill-wrapper-Lkqws1 {
    margin-bottom: 10px !important; 
   }
  
  .modal .klaviyo-form input {
   margin-top: -10px !important; 
  }






    

    linklist, linkcolumn {
    display:flex;
  }
  
  linklist {
    
   max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
  }
  
  linkcolumn {
   flex-direction:column; 
   width: auto;
   max-width: 230px;
   padding: 0 15px;
  }
  
  .footercolheadline {
    font-family:Manrope !important;
    font-weight: 700;
    font-size: 16px;
    color: #13352D;
    letter-spacing: 0.5px;
  }
  
  
  
  linkitem, linkitem p {
       font-family:Manrope;
    font-weight: 500;
    font-size: 16px;
    color: #566E65;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
 
  }
  
  
  subfooter {
   margin-top: 90px;
   padding: 30px 0px;
   background: #0B231D;
   display:block;
  }
  
  .subfootercopy {
   display:flex;
   color: #F4F3E7;
   align-items:center;
  }
  
  .subfootercopytext {
   margin-left: 8px;
        font-family:Manrope;
    font-weight: 500;
    font-size: 16px;
    color: #F4F3E7;
    letter-spacing: 0.5px;
  }
  
  .copyright {
    font-family:Manrope;
    font-weight: 500;
    font-size: 16px;
    color: #F4F3E7;
    letter-spacing: 0.5px; 
  }


  subfootercontent {
   max-width: 1340px;
   padding: 0 35px;
   margin: 0 auto;
   display:flex;
   justify-content:space-between;
   align-items:center;
  }
  
   
  newslettersignup {
   display:block; 
   padding-bottom: 70px; 
   border-bottom: 2px solid #C7CDC2;
    border-top: 2px solid #C7CDC2;
   margin-bottom: 70px;
   padding-top: 70px;
  }
  
  .newsletterfooter {
      max-width: 1340px;
    padding: 0 35px;
    margin: 0 auto;
    position:relative;
  }
  
    linkitem a {
   transition: 0.5s ease; 
  }

  linkitem a:hover {
    color: #13352D;
  }
  
  .newsletterheadline {
    font-size: 34px;
    color: #13352D;
    margin-bottom:5px;
    line-height:1.2;
  }
  
  
  .footernewsletterinput  {
   border-bottom: unset; 
   padding: 0 !important;
    color: #566E65;
    letter-spacing:0;
    font-size: 34px;
    width: 100% !important;
        font-family: stratos-lights !important;
  }
  
  .formflex ::placeholder {
        color: #566E65;
    letter-spacing:0;
    opacity: 1;
  }
  

  
  .footernewslettersubmit {
   display:flex;
    align-items:center;
    font-family: stratos-lights !important;
    font-size: 34px;
    color: #13352D;
    white-space: nowrap;
  }
  
  .formflex {
  display:flex;
  justify-content:space-between;
  }
  
  .newsletterinput {
   line-height:1;
    opacity: 0.7;
    margin-right: 15px;
  }
  
  .emailvalidated .newsletterinput   {
    opacity: 1 !important;
  }
  
  .footernewslettersubmit {
        transition: 0.5s ease;
  }
  
  .emailvalidated path {
   stroke: #13352D;
   opacity: 1;
  }
  
  .footernewsletterinput[disabled] {
   background: transparent !important; 
  }


  @media (max-width: 900px) {
    linklist {
     flex-wrap:wrap; 
    }

    
    linkcolumn {
     margin-bottom: 40px; 
     width: 45%;
     max-width: unset;
    }
    
    .largeronmobile {
      width: 55%;
    }
    
    .column5  {
     width: 100%; 
    }
    
      subfooter {
   margin-top: 0px;
  }
    
    subfootercontent {
     flex-wrap:wrap; 
     justify-content:center;
     text-align:center;
    }
    
    
    
    .subfootercopy {
     margin-bottom:30px; 
     flex-direction:column;
     justify-content:center;
     align-items:center;
    }
    
    .subfootercopytext {
    margin-top:10px;  
    }
    
    subfooteritem {
     width: 100%; 
    }
  }
 
  
  @media (max-width: 767px) {

      .formflex {
     flex-direction:column; 
    }
    .footernewslettersubmit {
     padding-left:0;
     padding-top: 20px;
    }
      .footernewsletterinput  {
   border-bottom: unset; 
   padding: 0 !important;
    color: #566E65 !important;
    letter-spacing:0;
    font-size: 31px !important;
    width: 100% !important;
        font-family: stratos-lights !important;
  }
    
    .newsletterheadline {
     margin-bottom: 10px; 
     font-size:31px;
    }
    
    
    
    .footernewslettersubmit {
    margin-top: 30px;  
    font-size: 31px !important;
    }
    
    .newslettersignup {
  margin-bottom:55px;
  padding-bottom: 55px;
  padding-top: 55px;
}
  }
  
  
  .grecaptcha-badge {
   visibility: hidden !important;
  }

  .emailerrorfooter {
  position:absolute;
  bottom: -50px;
  background: #13352D;
  color: #F4F3E7;
    font-weight: 500;
  padding: 3px 7px;
  left: 30p;
  background: 
  }

  [data-product-type="Sauna Component"] {
    display:none !important;
  }

  .pkey {
    display:block;
    font-weight: 500;
    margin-top:5px;
    color: #13352D;
    font-size: 16px;
  }

    .pval {
    display:block;
      margin-bottom: 5px;
      color: #13352D;
      font-size: 16px;
  }
.js-qty__saunasetwrapper input:disabled {
  background:transparent;
}

.header-item--split-right, .header-item--split-left {
  white-space: nowrap;
}

 @media (max-width: 1007px) {
.site-navigation {
  display:none;
}
 }

 .header-item--split-left .site-nav {
   text-align:left;
 }

  .header-item--split-right .site-nav {
   text-align:right;
 }

 .site-nav {
   width: 100%;
 }

.slide-nav__dropdown {
  padding-bottom: 40px;
}

.header-wrapper--overlay.is-light .cart-link__bubble {
  background: white;
}

.cart__item--image, .cart__item--image img  {
 min-width: 80px;
width: 80px;
 border-radius: 10px;
  overflow: hidden;
}

.cart__product-name, .variantpriceflex, .subscriptiondetails, .cart__item-sub, label[for="CartDrawerSpecialInstructions"], .drawer__cart-empty p {
  font-family: Manrope;
  font-weight: 500;
  color: #13352D !important;
  font-size: 16px;
}

.drawer__cart-empty a {
  color: #7A7667 !important;
}

#CartDrawerSpecialInstructions {
  color: #7A7667;
  font-family: 'Manrope';
font-style: normal;
font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 16px;
}

label[for="CartDrawerSpecialInstructions"] {
  margin-bottom: 5px;
  margin-left:10px;
}

.cart__item-row.cart__note.text-center {
    font-family: Manrope;
  font-weight: 500;
  color: #13352D !important;
  font-size: 13px;
  opacity: 0.8;
}

.cart__item--details {
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
}

.cart__item--qty.one-quarter .js-qty__wrapper {
  display:flex;
  align-items:center;
}


.template-product .site-nav__dropdown {
  padding-top: 22px !important;
}

#CartDrawer .js-qty__num {
    border: unset;
    text-align: center;
    font-weight: 500;
    color: #13352D;
    max-width: 30px;
    font-size: 16px;
}

.cart__item--details .three-quarters {
  width: 100%;
}

.cart__item--details .one-quarter {
  padding-top: 15px;
}

.cart__item--qty .cart__remove {
  color: #7A7667 !important;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  text-align:left;
}

.qtyadjustflex {
  display:flex;
      border-radius: 999px;
    border: 1px solid #13352D;
  padding: 0 20px;
}



.qtywrappercart {
  display:flex;
  align-items: center;
  padding-top: 20px;
}

.js-qty__adjust {
  display:flex;
  align-items:center;
}

.qtywrappercart input {
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn.btn--full.cart__checkout.cart__checkout--drawer {
font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 20px;
text-align: center;
letter-spacing: 0.01em;
color: #F4F3E7;
text-transform:unset;
 
}

.btn.btn--full.cart__checkout.cart__checkout--drawer:not(:hover) {
 background: #13352D !important;
}

.btn.btn--full.cart__checkout.cart__checkout--drawer:hover {
background: #002119 !important;
}

.drawer__footer.cart__footer {
  border-top: 1px solid #C1BAA9;
}


[data-cart-note-container] {
  background: #EDF0C6;
  border-radius: 10px;
  padding: 20px;
  opacity: 1;
}

#CartDrawerSpecialInstructions {
  border-bottom: 1px solid #13352D;
  padding-bottom: 60px;
}

  .qtyadjustflex input::-webkit-outer-spin-button, .qtyadjustflex input::-webkit-inner-spin-button, .qtyadjustflex input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  }


.heatersetitem .qtyadjustflex {
  display:none !important;
}

.heatersetitem .cart__item--qty .cart__remove {
  padding-left: 0 !important;
}

.pval {
font-weight: 500;
  opacity: 0.8;
}

.giftnoteflex {
  display:flex;
  align-items:center;
}

#showgiftnotecheck {
  border: 1px solid #13352D;
  background: transparent;
  border-radius: 999px;
  appearance:none;
  width: 16px;
  height: 16px;
  position:relative;
  cursor:pointer;
  padding: 4px;
}

#showgiftnotecheck.active::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #13352D;
  border-radius: 9999px;
}

.cartnotecontain {
  transition: all 0.5s ease;
}

.hidenote [data-cart-note] {
  visibiilty: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.cart__note {
  margin-bottom: 40px;
}

.closebtndrawer .drawer__close-button {
  right: 15px;
}


.subpixel {
    -webkit-font-smoothing: subpixel-antialiased;
}

.site-nav__thumb-button {
  background-color: #0B231D !important;
  border-radius: 10px !important;
}

.icon-menu-label {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}