/** Shopify CDN: Minification failed

Line 12796:0 Unexpected "<"
Line 13313:0 All "@import" rules must come first
Line 13611:6 Unexpected "5"
Line 14222:12 Expected identifier but found "!"
Line 14413:9 Expected identifier but found whitespace
Line 14413:10 Unexpected "8px"
Line 15199:0 Unexpected "}"
Line 15349:0 All "@import" rules must come first
Line 15386:0 All "@import" rules must come first
Line 15513:0 Unexpected "}"
... and 3 more hidden warnings

**/
@charset "UTF-8";

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

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

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

@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 modal-open{
  0%{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes modal-closing{
  0%{
    opacity:1;
    transform:scale(1);
  }
  to{
    opacity:0;
    transform:scale(0.9);
  }
}

@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%{
    max-height:250px;
    opacity:1;
    transform:translateX(0);
  }

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

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

.flickity-enabled{
  position:relative;
}

.flickity-enabled:focus{ outline:none; }

.flickity-viewport{
  height:100%;
  overflow:hidden;
  position:relative;
  transition:height 0.35s;
}

.flickity-slider{
  height:100%;
  position:absolute;
  width:100%;
}

.flickity-enabled.is-draggable{
  -webkit-user-select:none;
             -moz-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{
  background:var(--colorBtnPrimary);
  border:none;
  border-radius:50%;
  color:var(--colorBtnPrimaryText);
  position:absolute;
}

.hero .flickity-button{
    background-color:var(--colorBody);
    box-shadow:0 5px 5px rgba(0,0,0,.1);
    color:var(--colorTextBody);
}

.flickity-button:hover{
  cursor:pointer;
  opacity:1;
}

.flickity-button:disabled{
  cursor:auto;
  display:none;
  pointer-events:none;
}

.flickity-prev-next-button{
  height:40px;
  top:50%;
  transform:translateY(-50%);
  width:40px;
}

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

.flickity-prev-next-button{
    height:33px;
    width: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{
  left:10px;
  right:auto;
}

.flickity-button-icon{
  fill:currentColor;
  height:30%;
  left:35%;
  position:absolute;
  top:35%;
  width:30%;
}

.flickity-page-dots{
  bottom:-25px;
  color:currentColor;
  line-height:1;
  list-style:none;
  margin:0;
  padding:0;
  position:absolute;
  text-align:center;
  width:100%;
}

.hero .flickity-page-dots{
    bottom:20px;
    color:#fff;
}

.flickity-rtl .flickity-page-dots{ direction:rtl; }

.flickity-page-dots .dot{
  background-color:currentColor;
  border-radius:100%;
  cursor:pointer;
  display:inline-block;
  height:6px;
  margin:0 5px;
  opacity:0.4;
  vertical-align:middle;
  width:6px;
}

.flickity-page-dots .dot:hover{
    opacity:0.6;
  }

.flickity-page-dots .dot.is-selected{
  background-color:currentColor;
  height:9px;
  opacity:1;
  width: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{
    bottom:-20px;
    top:auto;
    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.flickity-rtl[data-arrows=true] .flickity-previous{
    left:90px;
    right:auto;
  }

.hero.flickity-rtl[data-arrows=true] .flickity-next{
    left:40px;
    right:auto;
  }

@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.flickity-rtl[data-arrows=true] .flickity-previous{
      left:60px;
    }
    .hero.flickity-rtl[data-arrows=true] .flickity-next{
      left:20px;
    }
  }

.hero[data-bars=true] .flickity-page-dots{
    bottom:0;
    height:6px;
    line-height:6px;
    z-index:2;
  }

[data-bars=true] .flickity-page-dots .dot{
    background:none;
    border:0;
    border-radius:0;
    height:6px;
    opacity:1;
    overflow:hidden;
    position:relative;
    vertical-align:top;
    width:120px;
  }

@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;
      height:100%;
      left:0;
      position:absolute;
      width:100%;
    }

[data-bars=true] .flickity-page-dots .dot:before{
      background-color:#000;
      opacity:0.1;
    }

[data-bars=true] .flickity-page-dots .dot:hover:before{
      opacity:0.2;
    }

[data-bars=true] .flickity-page-dots .dot:after{
      background-color:currentColor;
      transform:translateX(-100%);
      transition:none;
    }

[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);
   box-sizing:border-box;
   touch-action:none;
   -webkit-user-select:none;
   -moz-user-select:none;
        user-select:none;
 }

.noUi-target{
   position:relative;
 }

.noUi-base,.noUi-connects{
   height:100%;
   position:relative;
   width:100%;
   z-index:1;
 }

.noUi-connects{
   overflow:hidden;
   z-index:0;
 }

.noUi-connect,.noUi-origin{
   position:absolute;
   right:0;
   top:0;
   transform-origin:0 0;
   transform-style:flat;
   will-change:transform;
   z-index:1;
 }

.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{
   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{
   height:28px;
   right:-17px;
   top:-6px;
   width:34px;
 }

.noUi-vertical{
   width:18px;
 }

.noUi-vertical .noUi-handle{
   height:34px;
   right:-6px;
   top:-17px;
   width:28px;
 }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{
   left:-17px;
   right:auto;
 }

.noUi-target{
   background:#fafafa;
   border:1px solid #d3d3d3;
   border-radius:4px;
   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{
   background:#fff;
   border:1px solid #d9d9d9;
   border-radius:3px;
   box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
   cursor:default;
 }

.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{
   background:#e8e7e6;
   content:"";
   display:block;
   height:14px;
   left:14px;
   position:absolute;
   top:6px;
   width:1px;
 }

.noUi-handle:after{
   left:17px;
 }

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
   height:1px;
   left:6px;
   top:14px;
   width: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{
   color:#999;
   position:absolute;
 }

.noUi-value{
   position:absolute;
   text-align:center;
   white-space:nowrap;
 }

.noUi-value-sub{
   color:#ccc;
   font-size:10px;
 }

.noUi-marker{
   background:#ccc;
   position:absolute;
 }

.noUi-marker-sub{
   background:#aaa;
 }

.noUi-marker-large{
   background:#aaa;
 }

.noUi-pips-horizontal{
   height:80px;
   left:0;
   padding:10px 0;
   top:100%;
   width:100%;
 }

.noUi-value-horizontal{
   transform:translate(-50%, 50%);
 }

.noUi-rtl .noUi-value-horizontal{
   transform:translate(50%, 50%);
 }

.noUi-marker-horizontal.noUi-marker{
   height:5px;
   margin-left:-1px;
   width:2px;
 }

.noUi-marker-horizontal.noUi-marker-sub{
   height:10px;
 }

.noUi-marker-horizontal.noUi-marker-large{
   height:15px;
 }

.noUi-pips-vertical{
   height:100%;
   left:100%;
   padding:0 10px;
   top:0;
 }

.noUi-value-vertical{
   padding-left:25px;
   transform:translateY(-50%);
 }

.noUi-rtl .noUi-value-vertical{
   transform:translateY(50%);
 }

.noUi-marker-vertical.noUi-marker{
   height:2px;
   margin-top:-1px;
   width:5px;
 }

.noUi-marker-vertical.noUi-marker-sub{
   width:10px;
 }

.noUi-marker-vertical.noUi-marker-large{
   width:15px;
 }

.noUi-tooltip{
   background:#fff;
   border:1px solid #d9d9d9;
   border-radius:3px;
   color:#000;
   display:block;
   padding:5px;
   position:absolute;
   text-align:center;
   white-space:nowrap;
 }

.noUi-horizontal .noUi-tooltip{
   bottom:120%;
   left:50%;
   transform:translate(-50%);
 }

.noUi-vertical .noUi-tooltip{
   right:120%;
   top:50%;
   transform:translateY(-50%);
 }

.noUi-horizontal .noUi-origin>.noUi-tooltip{
   bottom:10px;
   left:auto;
   transform:translate(50%);
 }

.noUi-vertical .noUi-origin>.noUi-tooltip{
   right:28px;
   top:auto;
   transform:translateY(-18px);
 }

tool-tip{
  display:none;
}

tool-tip[data-tool-tip-open=true]{
  align-items:center;
  display:flex;
  height:100%;
  justify-content:center;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:10001;
}

tool-tip[data-tool-tip-open=true]:before{
    animation:overlay-on 0.3s forwards;
    background-color:#e0e0e0;
    background-color:var(--colorModalBg);
    content:"";
    cursor:pointer;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
  }

.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;
    background:var(--colorBody);
    box-shadow:0 10px 20px #00000017;
    display:block;
    max-width:720px;
    min-height:250px;
    min-width:250px;
    padding:30px;
    position:fixed;
}

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

tool-tip[data-tool-tip-open=true] .tool-tip__inner{
      max-width:93%;
      width:100%;
}
    }

.tool-tip__content{
  max-height:80vh;
  overflow:auto;
}

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

.tool-tip__content{
    font-size:0.85em;
}
  }

.tool-tip__close{
  position:absolute;
  right:0;
  top:0;
}

.tool-tip__close .icon{
  height:28px;
  width:28px;
}

.tool-tip-trigger{
  background:none;
  border:0;
  cursor:pointer;
}

.tool-tip-trigger .icon{
  height:28px;
  width:28px;
}

.tool-tip-trigger__title{
  display:inline-block;
}

.tool-tip-trigger__title:focus,.tool-tip-trigger__title:hover{
  -webkit-text-decoration:underline;
  text-decoration:underline;
  text-underline-offset:2px;
}

.tool-tip-trigger__content{
  display:none !important;
}

.size-chart__standalone{
  margin:var(--sizeChartMargin);
}

.size-chart__standalone svg{
    margin-left:var(--sizeChartIconMargin);
  }

.text-with-icons__blocks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-left:-30px;
  margin-right:-30px;
}

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

.text-with-icons__blocks{
    flex-direction:column;
    margin:0;
}
  }

.has-1-per-row .text-with-icons__block{
  width:100%;
}

.has-2-per-row .text-with-icons__block{
  width:50%;
}

.has-3-per-row .text-with-icons__block{
  width:33.333%;
}

.has-4-per-row .text-with-icons__block{
  width:25%;
}

.has-5-per-row .text-with-icons__block{
  width:20%;
}

.text-with-icons__blocks .text-with-icons__block{
  display:flex;
  flex:none;
  flex-direction:column;
  padding:30px;
}

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

.text-with-icons__blocks .text-with-icons__block{
    padding:0 0 60px;
    width:100%;
}
  }

.text-with-icons__block-icon{
  display:block;
  margin-bottom:10px;
}

.text-with-icons__block-icon .icon{
    height:70px;
    width:70px;
  }

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

.text-with-icons__block-icon .icon{
      height:60px;
      width:60px;
  }
    }

.text-with-icons__button{
  display:flex;
  justify-content:center;
}

newsletter-reminder{
  bottom:20px;
  box-shadow:0 12px 25px rgba(0,0,0,.15);
  left:20px;
  max-width:240px;
  position:fixed;
  transition:opacity 0.3s ease-in-out;
  z-index:10;
}

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

newsletter-reminder{
    max-width:calc(100% - 40px);
}
  }

newsletter-reminder[data-enabled=false]{
    opacity:0;
    pointer-events:none;
    visibility:hidden;
  }

newsletter-reminder[class*=color-scheme-]:not(.color-scheme-none){
    position:fixed;
  }

newsletter-reminder .color-scheme-none{
    background-color:var(--colorBtnPrimary);
    color:var(--colorBtnPrimaryText);
  }

.newsletter-reminder__message.h3{
  cursor:pointer;
  margin:0;
  padding:var(--newsletterReminderPadding);
}

.parallax-image img{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}

.parallax-image{
  height:100%;
  overflow:hidden;
  position:absolute;
  transition:transform 0.05s linear;
  width:100%;
}

.countdown-wrapper{
  position:relative;
}

.countdown__background-image-wrapper{
  height:100%;
  position:absolute;
  width:100%;
}

.countdown__background-image{
  height:100%;
  left:0;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
  top:0;
  width:100%;
}

.countdown__mobile-image-wrapper{
  height:100%;
  position:absolute;
  width:100%;
}

.countdown__mobile-image{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}

.countdown-layout--banner .countdown__content{
    padding:2rem;
  }

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

.countdown-layout--banner .countdown__content{
      display:flex;
      flex-direction:row;
      flex-wrap:nowrap;
      gap:1rem;
      justify-content:space-around;
      padding:1.6rem 2rem;
  }
    }

.countdown-layout--banner.countdown-blocks--2.page-width .countdown__content{
      justify-content:space-around;
    }

.countdown-layout--banner.countdown-blocks--2 .countdown__content{
      justify-content:center;
    }

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

.countdown-layout--banner .countdown__block{
      width:33%;
  }
    }

.countdown__content{
  align-items:center;
  display:flex;
  flex-direction:column;
  height:auto;
  justify-content:center;
  max-height:650px;
  padding:5rem 2rem;
  text-align:center;
  width:100%;
}

.page-width .countdown__content{
    position:relative;
}

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

.countdown-layout--hero .countdown__content{
      height:100vh;
}
    }

.countdown__block{
  margin:1rem auto;
  width:100%;
  z-index:3;
}

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

.countdown__block--content .countdown__block--button{
    margin:0;
    width:100%;
  }

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

.countdown-blocks--2.countdown-layout--banner .countdown__block--content,.countdown-blocks--2.countdown-layout--banner .countdown__block--timer{
      width:50%;
}
    }

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

.countdown-blocks--2.countdown-layout--banner .countdown__block--button.button-block-active{
      width:50%;
}
    }

.countdown__text-wrapper{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

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

.countdown-layout--hero .countdown__text-wrapper{
      width:50%;
}
    }

.countdown__text-wrapper--content-alignment-left{
  text-align:left;
}

.countdown__text-wrapper--content-alignment-right{
  text-align:right;
}

.countdown__display{
  display:flex;
  justify-content:center;
  opacity:0;
  visibility:hidden;
}

.countdown__display--loaded{
  opacity:1;
  transition:opacity 0.3s ease-in;
  visibility:visible;
}

.countdown__display--visible+.countdown__timer-message--visible{
  margin-top:1.5rem;
}

.countdown__display--hidden{
  height:0;
  margin:0;
  opacity:0;
  transition:opacity 3s ease-out;
  visibility:hidden;
  width:0;
}

.countdown__display-block{
  align-content:center;
  border-right:1px solid;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  padding:0 1rem;
}

.countdown__display-block h2{
    margin-bottom:16px;
  }

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

.countdown__display-block h2{
      margin-bottom:4px;
  }
    }

.countdown__display-block span{
    font-size:0.6rem;
    letter-spacing:1.7px;
  }

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

.countdown__display-block span{
      font-size:0.75rem;
  }
    }

.countdown__display-block:last-child{
    border-right:none;
  }

[dir=rtl] .countdown__display-block:last-child{
      border-right:1px solid;
    }

[dir=rtl] .countdown__display-block:first-child{
      border-right:none;
    }

.countdown__timer-message{
  height:0;
  margin:0;
  opacity:0;
  visibility:hidden;
}

.countdown__timer-message--visible{
  height:auto;
  opacity:1;
  transition:opacity 1s ease-in;
  visibility:visible;
}

.countdown__block--hidden{
  width:0 !important;
}

.countdown__block--hidden{
  margin:0;
  opacity:0;
  transition:opacity 1s ease-out;
  visibility:hidden;
}

.countdown__overlay:after{
    background-color:var(--countdown-overlay-rgba);
    bottom:0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:2;
  }

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

.hotspots-section .index-section{
    margin-bottom:10px;
}
  }

.hotspots-section .hotspots-wrapper{
  display:flex;
  flex-wrap:wrap;
}

.hotspots-section .hotspots-wrapper.is-reverse{
    flex-direction:row-reverse;
  }

.hotspots__title{
  padding-top:1.5rem;
  width:100%;
}

.hotspots{
  position:relative;
  width:70%;
}

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

.hotspots{
    width:100%;
}
  }

.hotspots .grid__image-ratio img{
    height:100%;
    left:0;
    -o-object-fit:cover;
       object-fit:cover;
    opacity:1;
    position:absolute;
    top:0;
    width:100%;
  }

[data-animate_images=true] .hotspots .grid__image-ratio img{
      opacity:1;
  }

.hotspots__buttons{
  background-color:transparent;
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

.hotspot__button{
  border-radius:50%;
  line-height:0;
  padding:10px;
  position:absolute;
  transform:translate(-50%, -50%);
}

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

.hotspot__button{
    padding:6px;
}
  }

.hotspot__button:hover .hotspot__button-content{
    opacity:1;
    pointer-events:auto;
    visibility:visible;
  }

.hotspot__button-content{
  background-color:var(--colorBody);
  border-radius:5px;
  box-shadow:3px 3px 10px 3px rgba(0,0,0,.2);
  color:var(--colorTextBody);
  left:50%;
  min-width:5rem;
  opacity:0;
  padding:1rem;
  pointer-events:none;
  position:absolute;
  top:calc(100% + 1rem);
  transform:translateX(-50%);
  transition:opacity 0.3s ease-in-out;
  visibility:hidden;
}

.hotspot__button-content p,.hotspot__button-content span{
    margin-bottom:0;
    white-space:nowrap
  }

.hotspot__button-content:before{
    border-color:transparent transparent var(--colorBody) transparent;
    border-style:solid;
    border-width:0 5px 10px 5px;
    content:"";
    height:0;
    left:50%;
    position:absolute;
    top:-10px;
    transform:translateX(-50%);
    width:0;
  }

.hotspot__button-content .content__prices{
    display:flex;
    flex-wrap:nowrap;
  }

.hotspots__content{
  align-items:center;
  display:flex;
  padding:24px;
  width:30%;
}

.page-width .hotspots__content{
    padding-left:40px;
    padding-right:0;
}

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

.page-width .hotspots__content{
      padding-left:0;
}
    }

.page-width.is-reverse .hotspots__content{
    padding-left:0;
    padding-right:40px;
}

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

.page-width.is-reverse .hotspots__content{
      padding-right:20px;
}
    }

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

.hotspots__content{
    padding:1rem 20px 0;
    width:100%;
}
  }

.hotspot-content__block{
  animation:fade-in .5s ease 0s forwards;
  display:none;
  max-height:0;
  position:sticky;
  top:0;
  width:100%;

}

.modal-closing .hotspot-content__block,.modal-open .hotspot-content__block{
    animation:none;
    position:static;

}

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

.hotspot-content__block{
    align-items:center;
    padding-top:0;
    position:relative;

}
  }

.hotspot-content__block.is-active{
    display:block;
    max-height:none;
  }

.hotspot-content__block .grid-product__image-wrap{
    margin:0;
  }

.hotspot-content__block .grid__item{
    display:block;
    float:none;
    padding:0;
  }

.hotspot-content__block .grid-product__tags{
    margin-left:0;
  }

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

.hotspot-content__block .grid-product__tag{
      left:0;
      right:auto;
  }
    }

.hotspot-content__block .grid-item__meta,.hotspot-content__block .grid-product__meta{
    padding-top:10px;
  }

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

.hotspot-content__block .grid-item__meta,.hotspot-content__block .grid-product__meta{
      display:flex;
      flex-direction:column;
      flex-wrap:wrap;
      justify-content:center;
      padding-left:10px;
      padding-top:0;
      text-align:left;
  }

      .hotspot-content__block .grid-item__meta .grid-item__meta-main,.hotspot-content__block .grid-item__meta .grid-item__meta-secondary,.hotspot-content__block .grid-product__meta .grid-item__meta-main,.hotspot-content__block .grid-product__meta .grid-item__meta-secondary{
        flex:none;
        width:100%;
      }
    }

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

    .hotspot-content__block .grid-product{
      padding-left:0;
      padding-right:0;
    }

    .hotspot-content__block .quick-add-btn{
      display:none;
    }
    .hotspot-content__block .grid__item-image-wrapper{
      display:flex;
    }

      .hotspot-content__block .grid__item-image-wrapper .grid-product__image-mask{
        flex:0 0 30%;
      }

    .hotspot-content__block .grid-item__link,.hotspot-content__block .grid-product__link{
      display:flex;
      flex-wrap:nowrap;
    }
    [data-grid-style=grey-round] .hotspot-content__block .grid-item__link{
        border-radius:10px 0 0 10px;
    }
    [data-grid-style=white-round] .hotspot-content__block .grid-item__link{
        border-radius:10px 0 0 10px;
    }

    .hotspot-content__block .grid-product__image-mask,.hotspot-content__block .grid-product__image-wrap,.hotspot-content__block .product-slider{
      width:30%;
    }

    .hotspot-content__block .grid-product__actions{
      left:10px;
      right:auto;
      top:10px;
    }
  }

.hotspot-content__block .modal .grid__item{
  float:left;
}

image-compare{
  background:#222;
  display:block;
  overflow:hidden;
  position:relative;
  width:100%;
}



.age-verification-popup .rte{
    margin-bottom:20px;
    margin-top:20px;
  }

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

.age-verification-popup .rte{
      margin-bottom:30px;
  }
    }

.age-verification-popup .age-verification-popup__btns-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
  }

.age-verification-popup__background-image-wrapper{
  height:100%;
  overflow:hidden;
  position:absolute;
  width:100%;
}

.age-verification-popup__background-image{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}

.age-verification-popup__content--active{
  opacity:1;
  transition:opacity 1.5s ease-in;
}

.age-verification-popup__content--inactive,.age-verification-popup__content--inactive *,.age-verification-popup__content--inactive .btn{
  border:0;
  font-size:0;
  height:0;
  line-height:0;
  margin:0;
  opacity:0;
  padding:0;
  position:absolute;
  visibility:hidden;
  width:0;
}

.age-verification-popup__decline-content--inactive,.age-verification-popup__decline-content--inactive *,.age-verification-popup__decline-content--inactive .btn{
  border:0;
  font-size:0;
  height:0;
  line-height:0;
  margin:0;
  opacity:0;
  padding:0;
  position:absolute;
  visibility:hidden;
  width:0;
}

.age-verification-popup__decline-content--active{
  opacity:1;
  transition:opacity 1.5s ease-in;
}

.age-verification-popup__content-wrapper{
  margin:0 auto;
  max-width:520px;
  text-align:center;
}

product-recommendations[data-intent=complementary]{
  display:block;
  overflow:hidden;
}

product-recommendations[data-intent=complementary] .product-recommendations__title{
    margin-bottom:20px;
    margin-top:40px;
    max-width:72%;
    text-align:left;
    width:100%;
  }

product-recommendations[data-intent=complementary] .grid{
    margin-left:0;
  }

product-recommendations[data-intent=complementary] .grid-item,product-recommendations[data-intent=complementary] .grid__item{
    margin-bottom:1rem;
    padding-bottom:8px;
    padding-left:0;
  }

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

product-recommendations[data-intent=complementary] .grid-item,product-recommendations[data-intent=complementary] .grid__item{
      margin-left:0 !important;
  }

product-recommendations[data-intent=complementary] .grid-item,product-recommendations[data-intent=complementary] .grid__item{
      flex:0 0 100%;
  }
    }

product-recommendations[data-intent=complementary] .grid-product__image-wrap{
    min-width:90px;
  }

product-recommendations[data-intent=complementary] .grid__image-ratio{
    background-color:transparent;
  }

product-recommendations[data-intent=complementary] img.image-style--circle{
    border-radius:50%;
    bottom:0;
    height:85%;
    left:0;
    margin:auto;
    -o-object-fit:cover;
       object-fit:cover;
    position:absolute;
    right:0;
    top:0;
    width:85%;
  }

product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__link{
    display:block;
    width:100%;
  }

product-recommendations[data-intent=complementary] .grid-item__link,product-recommendations[data-intent=complementary] .grid-product__link,product-recommendations[data-intent=complementary] .grid__item-image-wrapper{
    align-items:center;
    display:flex;
  }

product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-mask,product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-wrap,product-recommendations[data-intent=complementary] .grid-item__link .image-wrap,product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-mask,product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-wrap,product-recommendations[data-intent=complementary] .grid-product__link .image-wrap,product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-mask,product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-wrap,product-recommendations[data-intent=complementary] .grid__item-image-wrapper .image-wrap{
      margin:0;
      width:112px;
    }

product-recommendations[data-intent=complementary] .grid-item__link .grid-product__meta,product-recommendations[data-intent=complementary] .grid-product__link .grid-product__meta,product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__meta{
      margin-left:48px;
      text-align:left;
      width:calc(100% - 112px);
    }

product-recommendations[data-intent=complementary] .grid-product__actions{
    right:0;
    top:0;
  }

product-recommendations[data-intent=complementary] .grid-product__tag{
    bottom:0;
    left:0;
    right:auto;
    top:auto;
  }

product-recommendations[data-intent=complementary] .flickity-viewport{
    width:100%;
  }

product-recommendations[data-intent=complementary] .flickity-previous{
    left:auto;
    right:50px;
    top:-32px;
  }

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

product-recommendations[data-intent=complementary] .flickity-previous{
      right:45px;
  }
    }

product-recommendations[data-intent=complementary] .flickity-next{
    right:0;
    top:-32px;
  }

product-recommendations[data-intent=complementary] .flickity-page-dots{
    bottom:auto;
    right:0;
    top:-41px;
    width:auto;
  }

product-recommendations[data-intent=complementary] .flickity-button:disabled{
    display:block;
    opacity:0.35;
  }

.product-recommendations__slide{
  display:block;
  margin:0;
  overflow:hidden;
  padding:0;
  width:100%;
}

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

.product-recommendations__slide{
    display:flex;
    flex-wrap:wrap;
}
  }

.product-recommendations__slide .grid__item:last-child{
    margin-bottom:0;
    padding-bottom:0;
  }

.product-recommendations--title-missing{
  margin-top:80px;
}

.countdown__background-image-wrapper image-element,.fading-images__item-wrapper image-element,.grid__image-ratio image-element,.image-wrap:not(.image-wrap__thumbnail) image-element,.social-section__image-wrapper image-element,.svg-mask image-element{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
  }

img{
  border:0 none;
  display:block;
  height:auto;
  max-width:100%;
}

.image-element{
  opacity:0;
}

.image-element[loading=eager]{
    opacity:1;
  }

.template-giftcard .image-element{
    opacity:1;
}

[data-animate_images=false] .image-element{
    opacity:1;
}

[data-media-gallery-layout=stacked] .image-element{
    opacity:1;
}

.aos-animate[data-aos=image-fade-in] .image-element{
    animation:fade-in 0.5s cubic-bezier(0.29, 0.65, 0.58, 1) forwards;
}

.aos-animate[data-aos=image-fade-in] .image-element.loader-logo__img{
      animation:pulse-fade 0.4s linear infinite;
    }

[data-animate_images=false] .aos-animate[data-aos=image-fade-in] .image-element{
      animation:none;
}

[data-media-gallery-layout=stacked] .aos-animate[data-aos=image-fade-in] .image-element{
      animation:none;
}

.aos-animate[data-aos=image-fade-in] .image-element.scheme-image{
      animation:none;
    }

.aos-animate[data-aos=image-fade-in] .image-element.hero__image{
      animation:none;
    }

.no-js .image-element{
    opacity:1;
}

.image-wrap img{
  height:auto;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}

.rte div[style*="text-align: center"] img,.rte p[style*="text-align: center"] img{
    margin-left:auto;
    margin-right:auto;
  }

.svg-mask{
  background:transparent !important;
  background-color:transparent !important;
  padding-bottom:100% !important;
  position:relative !important;
}

.svg-mask .grid__image-ratio{
    background:transparent !important;
    background-color:transparent !important;
  }

.svg-mask img,.svg-mask svg:not(.icon),.svg-mask video{
    height:100% !important;
    -o-object-fit:cover !important;
       object-fit:cover !important;
    position:absolute !important;
  }

.svg-mask img,.svg-mask svg:not(.icon),.svg-mask video{
    -webkit-mask-position:center;
            mask-position:center;
    -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat;
    -webkit-mask-size:100% 100%;
            mask-size:100% 100%;
  }

.svg-mask--landscape{
  padding-bottom:56.25% !important;
}

.svg-mask--portrait{
  padding-bottom:150% !important;
}

.svg-mask--square{
  padding-bottom:100% !important;
}

.svg-mask--rounded-top img,.svg-mask--rounded-top svg:not(.icon),.svg-mask--rounded-top video{
  border-top-left-radius:50%;
  border-top-right-radius:50%;
}

.svg-mask--rounded img,.svg-mask--rounded svg:not(.icon),.svg-mask--rounded video{
  border-radius:50%;
}

.svg-mask--star img,.svg-mask--star svg:not(.icon),.svg-mask--star video{
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjg0IiBoZWlnaHQ9IjEyNTEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGQ9Im02NDIgMCAxNzcuMDA3IDI5MC40NDEgMzM3LjQ0My00Mi42OTctMTE2LjcyIDMxOS40NzYgMjQzLjc3IDIzNy4xOTktMzIyLjU0NCAxMDcuOTQtMzMuNDYxIDMzOC40ODFMNjQyIDEwNjUuOTZsLTI4NS40OTYgMTg0Ljg4LTMzLjQ2LTMzOC40ODFMLjQ5NyA4MDQuNDE5IDI0NC4yNjggNTY3LjIyIDEyNy41NTUgMjQ3Ljc0NGwzMzcuNDM4IDQyLjY5N0w2NDIgMFoiLz48L3N2Zz4=");
          mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjg0IiBoZWlnaHQ9IjEyNTEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGQ9Im02NDIgMCAxNzcuMDA3IDI5MC40NDEgMzM3LjQ0My00Mi42OTctMTE2LjcyIDMxOS40NzYgMjQzLjc3IDIzNy4xOTktMzIyLjU0NCAxMDcuOTQtMzMuNDYxIDMzOC40ODFMNjQyIDEwNjUuOTZsLTI4NS40OTYgMTg0Ljg4LTMzLjQ2LTMzOC40ODFMLjQ5NyA4MDQuNDE5IDI0NC4yNjggNTY3LjIyIDEyNy41NTUgMjQ3Ljc0NGwzMzcuNDM4IDQyLjY5N0w2NDIgMFoiLz48L3N2Zz4=");
}

.svg-mask--rounded-wave img,.svg-mask--rounded-wave svg:not(.icon),.svg-mask--rounded-wave video{
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDY2IiBoZWlnaHQ9IjEwNjYiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGQ9Ik00OTIuNTA5IDMxLjgzYzEwLjU0NS00Mi4xNDUgNzAuNDM3LTQyLjE0NSA4MC45ODIgMCA4LjkzMyAzNS43MDEgNTYuMzQyIDQzLjIxIDc1Ljg3IDEyLjAxNkM2NzIuNDEzIDcuMDIzIDcyOS4zNzQgMjUuNTMgNzI2LjM4IDY4Ljg3Yy0yLjUzNyAzNi43MTUgNDAuMjMxIDU4LjUwNiA2OC40NDMgMzQuODczIDMzLjMwMi0yNy44OTcgODEuNzU3IDcuMzA3IDY1LjUxNiA0Ny42LTEzLjc1OCAzNC4xMzQgMjAuMTgzIDY4LjA3NSA1NC4zMTcgNTQuMzE3IDQwLjI5My0xNi4yNDEgNzUuNDk3IDMyLjIxNCA0Ny42IDY1LjUxNi0yMy42MzMgMjguMjEyLTEuODQyIDcwLjk4IDM0Ljg3MyA2OC40NDMgNDMuMzQxLTIuOTk0IDYxLjg1MSA1My45NjcgMjUuMDIxIDc3LjAxOS0zMS4xOSAxOS41MjgtMjMuNjgxIDY2LjkzNyAxMi4wMiA3NS44NyA0Mi4xNCAxMC41NDUgNDIuMTQgNzAuNDM3IDAgODAuOTgyLTM1LjcwMSA4LjkzMy00My4yMSA1Ni4zNDItMTIuMDIgNzUuODcgMzYuODMgMjMuMDUyIDE4LjMyIDgwLjAxMy0yNS4wMjEgNzcuMDE5LTM2LjcxNS0yLjUzNy01OC41MDYgNDAuMjMxLTM0Ljg3MyA2OC40NDMgMjcuODk3IDMzLjMwMi03LjMwNyA4MS43NTctNDcuNiA2NS41MTYtMzQuMTM0LTEzLjc1OC02OC4wNzUgMjAuMTgzLTU0LjMxNyA1NC4zMTcgMTYuMjQxIDQwLjI5My0zMi4yMTQgNzUuNDk3LTY1LjUxNiA0Ny42LTI4LjIxMi0yMy42MzMtNzAuOTgtMS44NDItNjguNDQzIDM0Ljg3MyAyLjk5NCA0My4zNDEtNTMuOTY3IDYxLjg1MS03Ny4wMTkgMjUuMDIxLTE5LjUyOC0zMS4xOS02Ni45MzctMjMuNjgxLTc1Ljg3IDEyLjAyLTEwLjU0NSA0Mi4xNC03MC40MzcgNDIuMTQtODAuOTgyIDAtOC45MzMtMzUuNzAxLTU2LjM0Mi00My4yMS03NS44Ny0xMi4wMi0yMy4wNTIgMzYuODMtODAuMDEzIDE4LjMyLTc3LjAxOS0yNS4wMjEgMi41MzctMzYuNzE1LTQwLjIzMS01OC41MDYtNjguNDQzLTM0Ljg3My0zMy4zMDIgMjcuODk3LTgxLjc1Ny03LjMwNy02NS41MTYtNDcuNiAxMy43NTgtMzQuMTM0LTIwLjE4My02OC4wNzUtNTQuMzE3LTU0LjMxNy00MC4yOTMgMTYuMjQxLTc1LjQ5Ny0zMi4yMTQtNDcuNi02NS41MTYgMjMuNjMzLTI4LjIxMiAxLjg0Mi03MC45OC0zNC44NzMtNjguNDQzLTQzLjM0IDIuOTk0LTYxLjg0OC01My45NjctMjUuMDI1LTc3LjAxOSAzMS4xOTQtMTkuNTI4IDIzLjY4NS02Ni45MzctMTIuMDE3LTc1Ljg3LTQyLjE0NC0xMC41NDUtNDIuMTQ0LTcwLjQzNyAwLTgwLjk4MiAzNS43MDItOC45MzMgNDMuMjEtNTYuMzQyIDEyLjAxNy03NS44N0M3LjAyMyAzOTMuNTg3IDI1LjUzIDMzNi42MjYgNjguODcgMzM5LjYyYzM2LjcxNSAyLjUzNyA1OC41MDYtNDAuMjMxIDM0Ljg3My02OC40NDMtMjcuODk3LTMzLjMwMiA3LjMwNy04MS43NTcgNDcuNi02NS41MTYgMzQuMTM0IDEzLjc1OCA2OC4wNzUtMjAuMTgzIDU0LjMxNy01NC4zMTctMTYuMjQxLTQwLjI5MyAzMi4yMTQtNzUuNDk3IDY1LjUxNi00Ny42IDI4LjIxMiAyMy42MzMgNzAuOTggMS44NDIgNjguNDQzLTM0Ljg3My0yLjk5NC00My4zNCA1My45NjctNjEuODQ4IDc3LjAxOS0yNS4wMjUgMTkuNTI4IDMxLjE5NCA2Ni45MzcgMjMuNjg1IDc1Ljg3LTEyLjAxN1oiLz48L3N2Zz4=");
          mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDY2IiBoZWlnaHQ9IjEwNjYiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGQ9Ik00OTIuNTA5IDMxLjgzYzEwLjU0NS00Mi4xNDUgNzAuNDM3LTQyLjE0NSA4MC45ODIgMCA4LjkzMyAzNS43MDEgNTYuMzQyIDQzLjIxIDc1Ljg3IDEyLjAxNkM2NzIuNDEzIDcuMDIzIDcyOS4zNzQgMjUuNTMgNzI2LjM4IDY4Ljg3Yy0yLjUzNyAzNi43MTUgNDAuMjMxIDU4LjUwNiA2OC40NDMgMzQuODczIDMzLjMwMi0yNy44OTcgODEuNzU3IDcuMzA3IDY1LjUxNiA0Ny42LTEzLjc1OCAzNC4xMzQgMjAuMTgzIDY4LjA3NSA1NC4zMTcgNTQuMzE3IDQwLjI5My0xNi4yNDEgNzUuNDk3IDMyLjIxNCA0Ny42IDY1LjUxNi0yMy42MzMgMjguMjEyLTEuODQyIDcwLjk4IDM0Ljg3MyA2OC40NDMgNDMuMzQxLTIuOTk0IDYxLjg1MSA1My45NjcgMjUuMDIxIDc3LjAxOS0zMS4xOSAxOS41MjgtMjMuNjgxIDY2LjkzNyAxMi4wMiA3NS44NyA0Mi4xNCAxMC41NDUgNDIuMTQgNzAuNDM3IDAgODAuOTgyLTM1LjcwMSA4LjkzMy00My4yMSA1Ni4zNDItMTIuMDIgNzUuODcgMzYuODMgMjMuMDUyIDE4LjMyIDgwLjAxMy0yNS4wMjEgNzcuMDE5LTM2LjcxNS0yLjUzNy01OC41MDYgNDAuMjMxLTM0Ljg3MyA2OC40NDMgMjcuODk3IDMzLjMwMi03LjMwNyA4MS43NTctNDcuNiA2NS41MTYtMzQuMTM0LTEzLjc1OC02OC4wNzUgMjAuMTgzLTU0LjMxNyA1NC4zMTcgMTYuMjQxIDQwLjI5My0zMi4yMTQgNzUuNDk3LTY1LjUxNiA0Ny42LTI4LjIxMi0yMy42MzMtNzAuOTgtMS44NDItNjguNDQzIDM0Ljg3MyAyLjk5NCA0My4zNDEtNTMuOTY3IDYxLjg1MS03Ny4wMTkgMjUuMDIxLTE5LjUyOC0zMS4xOS02Ni45MzctMjMuNjgxLTc1Ljg3IDEyLjAyLTEwLjU0NSA0Mi4xNC03MC40MzcgNDIuMTQtODAuOTgyIDAtOC45MzMtMzUuNzAxLTU2LjM0Mi00My4yMS03NS44Ny0xMi4wMi0yMy4wNTIgMzYuODMtODAuMDEzIDE4LjMyLTc3LjAxOS0yNS4wMjEgMi41MzctMzYuNzE1LTQwLjIzMS01OC41MDYtNjguNDQzLTM0Ljg3My0zMy4zMDIgMjcuODk3LTgxLjc1Ny03LjMwNy02NS41MTYtNDcuNiAxMy43NTgtMzQuMTM0LTIwLjE4My02OC4wNzUtNTQuMzE3LTU0LjMxNy00MC4yOTMgMTYuMjQxLTc1LjQ5Ny0zMi4yMTQtNDcuNi02NS41MTYgMjMuNjMzLTI4LjIxMiAxLjg0Mi03MC45OC0zNC44NzMtNjguNDQzLTQzLjM0IDIuOTk0LTYxLjg0OC01My45NjctMjUuMDI1LTc3LjAxOSAzMS4xOTQtMTkuNTI4IDIzLjY4NS02Ni45MzctMTIuMDE3LTc1Ljg3LTQyLjE0NC0xMC41NDUtNDIuMTQ0LTcwLjQzNyAwLTgwLjk4MiAzNS43MDItOC45MzMgNDMuMjEtNTYuMzQyIDEyLjAxNy03NS44N0M3LjAyMyAzOTMuNTg3IDI1LjUzIDMzNi42MjYgNjguODcgMzM5LjYyYzM2LjcxNSAyLjUzNyA1OC41MDYtNDAuMjMxIDM0Ljg3My02OC40NDMtMjcuODk3LTMzLjMwMiA3LjMwNy04MS43NTcgNDcuNi02NS41MTYgMzQuMTM0IDEzLjc1OCA2OC4wNzUtMjAuMTgzIDU0LjMxNy01NC4zMTctMTYuMjQxLTQwLjI5MyAzMi4yMTQtNzUuNDk3IDY1LjUxNi00Ny42IDI4LjIxMiAyMy42MzMgNzAuOTggMS44NDIgNjguNDQzLTM0Ljg3My0yLjk5NC00My4zNCA1My45NjctNjEuODQ4IDc3LjAxOS0yNS4wMjUgMTkuNTI4IDMxLjE5NCA2Ni45MzcgMjMuNjg1IDc1Ljg3LTEyLjAxN1oiLz48L3N2Zz4=");
}

.svg-mask--splat-1 img,.svg-mask--splat-1 svg:not(.icon),.svg-mask--splat-1 video{
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDQ4IiBoZWlnaHQ9IjEwNTIiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTU3MC45MDUgMTUyLjM0OEM2ODguNDQxIDE0MC4zMyA3NzEuMTg3LTI3LjkxNSA4ODQuOTQxIDQuMDI2IDk4Ny45OTcgMzIuOTYyIDEwMDYuMjMgMTc4LjE4OCAxMDMyLjYgMjgxLjk4NWMyMy4xNiA5MS4xNjkgMTkuNjUgMTg2LjE0OS02Ljg0IDI3Ni40MDMtMjQuMDYgODEuOTQ4LTg1LjQ2MiAxNDIuMTUxLTEzNi4yMDggMjEwLjgzMS01NS41MyA3NS4xNTYtOTQuMjUyIDE2NS4yNDEtMTc1LjYwMiAyMTEuMTc4LTkxLjYzMiA1MS43NDMtMjAzLjg0MiA5My4xMDMtMzAzLjUxNCA1OS4zNzMtOTkuMjUtMzMuNTktMTM0LjUwOS0xNTIuMzY1LTIwMy43NTktMjMxLjAzMy02OS45NzQtNzkuNDg5LTE5Mi4wMjMtMTI4Ljc1OS0yMDUuNDUzLTIzMy44My0xMy40MzktMTA1LjE0NCA4Ny4wNjYtMTg2LjQ3NCAxMzkuOTk3LTI3OC4yOTUgNDcuMzk1LTgyLjIxOCA2NC40MjItMjAyLjEzIDE1NC4zNTQtMjMyLjMyNCA5My4yMzQtMzEuMzAzIDE3Ny40OTYgOTguMDYzIDI3NS4zMyA4OC4wNloiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
          mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDQ4IiBoZWlnaHQ9IjEwNTIiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTU3MC45MDUgMTUyLjM0OEM2ODguNDQxIDE0MC4zMyA3NzEuMTg3LTI3LjkxNSA4ODQuOTQxIDQuMDI2IDk4Ny45OTcgMzIuOTYyIDEwMDYuMjMgMTc4LjE4OCAxMDMyLjYgMjgxLjk4NWMyMy4xNiA5MS4xNjkgMTkuNjUgMTg2LjE0OS02Ljg0IDI3Ni40MDMtMjQuMDYgODEuOTQ4LTg1LjQ2MiAxNDIuMTUxLTEzNi4yMDggMjEwLjgzMS01NS41MyA3NS4xNTYtOTQuMjUyIDE2NS4yNDEtMTc1LjYwMiAyMTEuMTc4LTkxLjYzMiA1MS43NDMtMjAzLjg0MiA5My4xMDMtMzAzLjUxNCA1OS4zNzMtOTkuMjUtMzMuNTktMTM0LjUwOS0xNTIuMzY1LTIwMy43NTktMjMxLjAzMy02OS45NzQtNzkuNDg5LTE5Mi4wMjMtMTI4Ljc1OS0yMDUuNDUzLTIzMy44My0xMy40MzktMTA1LjE0NCA4Ny4wNjYtMTg2LjQ3NCAxMzkuOTk3LTI3OC4yOTUgNDcuMzk1LTgyLjIxOCA2NC40MjItMjAyLjEzIDE1NC4zNTQtMjMyLjMyNCA5My4yMzQtMzEuMzAzIDE3Ny40OTYgOTguMDYzIDI3NS4zMyA4OC4wNloiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.svg-mask--splat-2 img,.svg-mask--splat-2 svg:not(.icon),.svg-mask--splat-2 video{
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NzciIGhlaWdodD0iODk2IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjYTQ5NWZiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NzUuNjg0IDM4MS44MzJjMTcuMjYzIDk1LjAzMy0xNDAuMjE0IDEyOS4yMzEtMTg3LjE3NyAyMTMuNjY2LTUyLjEzOCA5My43MzcgOC41MTUgMjg4LjA5NS05OC4yNTMgMjk5LjUwMy0xMjcuMTc1IDEzLjU4Ny0xMzguMDQ5LTExNS4zNjItMjYzLTE0Mi42My0xMDkuNTg1LTIzLjkxNC0yMjQuNTM1IDkxLjg5NC0zMDguNzE1IDE3Ljg2NC04NC41NDMtNzQuMzQ4IDExOC42ODgtMjA3LjM3MyA5My44MjktMzE3LjA5NEMxOTAuMjE5IDM1NS4zODEgOC4xNzEgMzQ4LjI2My4yOTcgMjQ4LjM0MS02LjU3IDE2MS4yMjMgMTA3LjMxOCAxMTIuMTY0IDE4MS44OTMgNjYuNDRjNjYuMTYzLTQwLjU2NyAxNDIuNTMxLTc2LjcwNSAyMTkuMDgyLTYzLjc3IDcxLjM4MyAxMi4wNjIgMTQwLjQ4NiA2Mi43NzMgMTY4Ljg1MiAxMjkuMzIgOS45MjkgMjMuMjkzIDI1LjgzOSA1NC41MjggNjkuOTIgNzguNTE3IDkxLjg1OSA0OS45OSAzMDQuODE2IDAgMzM1LjkzNyAxNzEuMzI1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
          mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NzciIGhlaWdodD0iODk2IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjYTQ5NWZiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NzUuNjg0IDM4MS44MzJjMTcuMjYzIDk1LjAzMy0xNDAuMjE0IDEyOS4yMzEtMTg3LjE3NyAyMTMuNjY2LTUyLjEzOCA5My43MzcgOC41MTUgMjg4LjA5NS05OC4yNTMgMjk5LjUwMy0xMjcuMTc1IDEzLjU4Ny0xMzguMDQ5LTExNS4zNjItMjYzLTE0Mi42My0xMDkuNTg1LTIzLjkxNC0yMjQuNTM1IDkxLjg5NC0zMDguNzE1IDE3Ljg2NC04NC41NDMtNzQuMzQ4IDExOC42ODgtMjA3LjM3MyA5My44MjktMzE3LjA5NEMxOTAuMjE5IDM1NS4zODEgOC4xNzEgMzQ4LjI2My4yOTcgMjQ4LjM0MS02LjU3IDE2MS4yMjMgMTA3LjMxOCAxMTIuMTY0IDE4MS44OTMgNjYuNDRjNjYuMTYzLTQwLjU2NyAxNDIuNTMxLTc2LjcwNSAyMTkuMDgyLTYzLjc3IDcxLjM4MyAxMi4wNjIgMTQwLjQ4NiA2Mi43NzMgMTY4Ljg1MiAxMjkuMzIgOS45MjkgMjMuMjkzIDI1LjgzOSA1NC41MjggNjkuOTIgNzguNTE3IDkxLjg1OSA0OS45OSAzMDQuODE2IDAgMzM1LjkzNyAxNzEuMzI1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
}

.svg-mask--splat-3 img,.svg-mask--splat-3 svg:not(.icon),.svg-mask--splat-3 video{
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDcyIiBoZWlnaHQ9IjEwNTEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYxOC45MTMgMjE1LjM4M0M3NDUuNzc1IDIyNS42NTcgODQxLjc1IDE4LjAwNSA5NjAuNjc4IDYzLjMyM2MxMDkuMTcyIDQxLjYwMSAxMDkuNzUyIDIwNy45MzkgMTExLjMxMiAzMjQuNzA1IDEuMjYgOTQuMjYtOTkuOTY0IDE2Mi44MjctMTAzLjU0MSAyNTcuMDI3LTQuMzAyIDExMy4yNzYgMTM1LjI0MSAyMjMuMjQzIDgxLjUxMSAzMjMuMDcxLTQ5LjcyIDkyLjM3NC0xOTMuNDkyIDcwLjY5NC0yOTguMDg0IDc5LjI4NC04Ny41NiA3LjE5LTE3OC4yMTIgNy4wMy0yNTYuMDA2LTMzLjc3LTcxLjEzOS0zNy4zMDktODYuMDM2LTEzNC45NTEtMTUyLjI4OC0xODAuMzY4QzI0MS4zNDkgNzYzLjE5IDY2LjQgNzkzLjQxNiAxMi4xMTkgNjgyLjAyM2MtNDkuNjkzLTEwMS45NzkgNjcuMTU3LTIwOS40ODUgMTAzLjI4My0zMTcuMDE1IDQxLjI3LTEyMi44NDQtLjA4Mi0zMjMuMTUyIDEyNC4xOTYtMzYwLjA4MiAxNDEuNDgzLTQyLjA0NCAyMzIuMTkzIDE5OC41NDIgMzc5LjMxNSAyMTAuNDU3WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
          mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDcyIiBoZWlnaHQ9IjEwNTEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYxOC45MTMgMjE1LjM4M0M3NDUuNzc1IDIyNS42NTcgODQxLjc1IDE4LjAwNSA5NjAuNjc4IDYzLjMyM2MxMDkuMTcyIDQxLjYwMSAxMDkuNzUyIDIwNy45MzkgMTExLjMxMiAzMjQuNzA1IDEuMjYgOTQuMjYtOTkuOTY0IDE2Mi44MjctMTAzLjU0MSAyNTcuMDI3LTQuMzAyIDExMy4yNzYgMTM1LjI0MSAyMjMuMjQzIDgxLjUxMSAzMjMuMDcxLTQ5LjcyIDkyLjM3NC0xOTMuNDkyIDcwLjY5NC0yOTguMDg0IDc5LjI4NC04Ny41NiA3LjE5LTE3OC4yMTIgNy4wMy0yNTYuMDA2LTMzLjc3LTcxLjEzOS0zNy4zMDktODYuMDM2LTEzNC45NTEtMTUyLjI4OC0xODAuMzY4QzI0MS4zNDkgNzYzLjE5IDY2LjQgNzkzLjQxNiAxMi4xMTkgNjgyLjAyM2MtNDkuNjkzLTEwMS45NzkgNjcuMTU3LTIwOS40ODUgMTAzLjI4My0zMTcuMDE1IDQxLjI3LTEyMi44NDQtLjA4Mi0zMjMuMTUyIDEyNC4xOTYtMzYwLjA4MiAxNDEuNDgzLTQyLjA0NCAyMzIuMTkzIDE5OC41NDIgMzc5LjMxNSAyMTAuNDU3WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
}

.svg-mask--splat-4 img,.svg-mask--splat-4 svg:not(.icon),.svg-mask--splat-4 video{
  -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTgiIGhlaWdodD0iNTA0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQTQ5NUZCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDMuNzkzIDg0LjY3M2MxNi4xNDkgMjMuODQ4IDMxLjczNyA0My41OCA1Ni40OTYgNDguNzI0IDQzLjM1NCA5LjAwNyA5NC4xMzItMzUuNjY1IDEzMC4xOS05Ljk0IDI5LjgzMiAyMS4yODIgMzMuMzIxIDg3LjE4OSAyMCAxMTIuNTQyLTE1LjUgMjkuNS01Mi4yMDEgNDQuMDQxLTY3LjUgNzQtMTguMzUgMzUuOTMyIDEwLjc2MSA3NC45NjgtMzIuNSAxMDMuNS0zMi45MDEgMjEuNjk5LTY4LjY2My0xNS42MjctMTA2LjY4Ni01LjMwMS01OS45MDcgMTYuMjY4LTk0LjU5MyA5Ni4zNDMtMTU2LjY0NSA5NC44MDEtNTcuODA3LTEuNDM2LTExNS42MzgtNDguMTYzLTEzNi42NjktMTAyLjA5MS0yMS4yMjctNTQuNDMxLTguMDQ0LTEyNS44NTIgMzAuNzM2LTE2OS41NDJDNjkuNSAxOTkuNSAxMDUgMTg5IDEyMi40OCAxMzljOS40NTUtMjcuMDQ3LTMtMTAzIDUxLjg5Ny0xMzIuMDUgNDUuMjQtMjMuOTQgOTIuMDY1IDE3LjA3MiAxMjkuNDE2IDc3LjcyM1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
          mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTgiIGhlaWdodD0iNTA0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQTQ5NUZCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDMuNzkzIDg0LjY3M2MxNi4xNDkgMjMuODQ4IDMxLjczNyA0My41OCA1Ni40OTYgNDguNzI0IDQzLjM1NCA5LjAwNyA5NC4xMzItMzUuNjY1IDEzMC4xOS05Ljk0IDI5LjgzMiAyMS4yODIgMzMuMzIxIDg3LjE4OSAyMCAxMTIuNTQyLTE1LjUgMjkuNS01Mi4yMDEgNDQuMDQxLTY3LjUgNzQtMTguMzUgMzUuOTMyIDEwLjc2MSA3NC45NjgtMzIuNSAxMDMuNS0zMi45MDEgMjEuNjk5LTY4LjY2My0xNS42MjctMTA2LjY4Ni01LjMwMS01OS45MDcgMTYuMjY4LTk0LjU5MyA5Ni4zNDMtMTU2LjY0NSA5NC44MDEtNTcuODA3LTEuNDM2LTExNS42MzgtNDguMTYzLTEzNi42NjktMTAyLjA5MS0yMS4yMjctNTQuNDMxLTguMDQ0LTEyNS44NTIgMzAuNzM2LTE2OS41NDJDNjkuNSAxOTkuNSAxMDUgMTg5IDEyMi40OCAxMzljOS40NTUtMjcuMDQ3LTMtMTAzIDUxLjg5Ny0xMzIuMDUgNDUuMjQtMjMuOTQgOTIuMDY1IDE3LjA3MiAxMjkuNDE2IDc3LjcyM1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.feature-row__item--overlap-images .feature-row__first-image{
    width:55%;
  }

.feature-row__item--overlap-images .feature-row__second-image{
    width:60%;
  }

.feature-row__item--placeholder-images .placeholder-image-wrap{
    width:50%;
  }

.feature-row-wrapper .feature-row__images{
  min-width:0;
  width:100%;
}

@media (--medium-down ){

.feature-row-wrapper .feature-row__images{
    padding-top:30px;
}
  }

.feature-row-wrapper .feature-row__text{
  min-width:0;
  width:100%;
}

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

.feature-row-wrapper .feature-row__text{
    flex:0 1 43%;
    min-width:43%;
}
  }

.feature-row--33 .feature-row__images{
    max-width:50%;
  }

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

.feature-row--33 .feature-row__images{
      flex:0 1 33.333%;
      max-width:none;
  }
    }

.feature-row--50 .feature-row__images{
    max-width:100%;
    padding-left:20px;
    padding-right:20px;
  }

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

.feature-row--50 .feature-row__images{
      flex:0 1 50%;
      max-width:none;
      padding-left:0;
      padding-right:0;
  }
    }

.feature-row--66 .feature-row__images{
    max-width:100%;
    padding-left:20px;
    padding-right:20px;
  }

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

.feature-row--66 .feature-row__images{
      flex:0 1 66.666%;
      max-width:none;
      padding-left:0;
      padding-right:0;
  }
    }

.scrolling-text{
  direction:ltr;
  overflow:hidden;
}

.scrolling-text__inner{
  animation:scrolling-text var(--move-speed) linear infinite;
  animation-play-state:running;
  display:inline-flex;
  margin:0.15em 0;
  visibility:visible;
  white-space:nowrap;
}

.scrolling-text__inner--right{
  animation:scrolling-text-right var(--move-speed) linear infinite;
}

.scrolling-text span{
  white-space:nowrap;
}

.scrolling-text:focus .scrolling-text__inner,.scrolling-text:hover .scrolling-text__inner{
  animation-play-state:paused;
}

@keyframes scrolling-text{
  0%{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@keyframes scrolling-text-right{
  0%{
    transform:translateX(-50%);
  }
  to{
    transform:translateX(0);
  }
}

.newsletter-container{
  margin:0 auto !important;
  padding:0 !important;
}

.newsletter-section{
  align-items:center;
  display:flex;
  gap:40px;
  padding:60px 0;
}

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

.newsletter-section{
    flex-direction:column;
    padding:30px 0;
}
  }

.newsletter-section--image-left{
  flex-direction:row-reverse;
}

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

.newsletter-section--image-left{
    flex-direction:column-reverse;
}
  }

.newsletter-section__content{
  flex:100%;
  margin:0 auto;
  max-width:800px;
  padding-left:20px;
}

.newsletter-section--no-image .newsletter-section__content{
    flex:100%;
}

.newsletter-section__content form{
    display:flex;
    width:100%;
  }

.text-left .newsletter-section__content form{
      justify-content:flex-start;
  }

.text-center .newsletter-section__content form{
      justify-content:center;
  }

.text-right .newsletter-section__content form{
      justify-content:flex-end;
  }

.newsletter-section__content .newsletter__input-group{
    margin:0;
  }

.newsletter-section__image{
  width:100%;
}

.newsletter-section__image img{
    display:block;
    height:auto;
    margin:0 auto;
    -o-object-fit:cover;
       object-fit:cover;
  }

.newsletter-section__image--33{
  flex:33.333% 0 0;
}

.newsletter-section__image--50{
  flex:50% 0 0;
}

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

.newsletter-section__image--50{
    max-width:100%;
}
  }

.newsletter-section__image--66{
  flex:66.666% 0 0;
}

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

.newsletter-section__image--66{
    max-width:100%;
}
  }

.text-left .newsletter-form-group{
    margin:0;
}

.text-right .newsletter-form-group{
    margin:0;
}

.predictive-overflow-hidden{
  overflow:hidden;
}

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

.predictive-overflow-hidden{
    overflow:auto;
}
  }

predictive-search{
  align-items:center;
  display:flex;
  margin:0 auto;
  max-width:960px;
  position:relative;
  width:100%;
}

predictive-search.is-active{
    flex:99;
  }

predictive-search.is-active .predictive__screen{
    display:block;
    z-index:3;
  }

predictive-search.is-active .btn--close-search{
    align-items:center;
    display:flex;
    justify-content:center;
  }

[data-dark=true] input{
    color:#fff !important;
  }

[data-dark=true] .btn--search path{
    stroke:#fff !important;
  }

[data-dark=false] input{
    color:#000 !important;
  }

[data-dark=false] .btn--search path{
    stroke:#000 !important;
  }

.predictive__screen{
  background:var(--colorModalBg);
  display:none;
  height:100vh;
  left:0;
  position:fixed;
  top:0;
  width:100vw;
}

predictive-search form{
  display:flex;
  flex-wrap:wrap;
  position:relative;
  width:100%;
  z-index:4;
}

.search__input-wrap{
  flex:5;
  position:relative;
  transition:flex 0.3s ease-in-out;
}

.search__input{
  background:var(--colorNavSearch, #fff);
  border-radius:calc(var(--roundness, 0)*2);
  color:var(--color-body-text);
  flex:1;
  padding-left:16px;
  padding-right:16px;
  width:100%;
}

.btn--search{
  position:absolute;
  right:15px;
  top:50%;
  transform:translateY(-50%);
}

.btn--search .icon{
    height:25px;
    width:25px;
  }

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

.btn--search{
    right:10px;
}
  }

[dir=rtl] .btn--search{
    left:15px;
    right:auto;
}

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

[dir=rtl] .btn--search{
      left:10px;
}
    }

.btn--close-search{
  display:none;
  flex:30px 0 0;
  margin-left:10px;
}

.btn--close-search .icon{
    height:25px;
    width:25px;
  }

.btn--close-search .icon path{
    stroke:var(--colorNavText) !important;
  }

.search__results{
  background:var(--color-body);
  color:var(--color-body-text);
  container-type:inline-size;
  display:none;
  margin-top:10px;
  max-height:80vh;
  overflow-y:auto;
  padding:0;
  position:absolute;
  top:100%;
  width:100%;
}

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

.search__results{
    margin-left:calc(var(--pageWidthPadding, 17px)*-1);
    margin-right:calc(var(--pageWidthPadding, 17px)*-1);
    max-height:75vh;
    width:calc(100% + var(--pageWidthPadding, 17px)*2);
}

.template-search .page-content .search__results{
      max-height:50vh;
}
  }

.results{
  display:block;
  padding:0 20px 20px;
  width:100%;
}

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

.results li{
    margin-bottom:0;
    padding:10px;
    transition:background 0.2s ease;
  }

.results li:hover{
      background:rgba(0,0,0,.05);
    }

.results li a{
      align-items:center;
      display:flex;
    }

.results--queries span{
    font-weight:bolder;
  }

.results--queries mark{
    background-color:transparent;
    font-weight:400;
  }

.results--products span{
  margin-left:10px;
}

.results--products #predictive-search-products{
  margin-bottom:20px;
}

.results-products__image{
  height:80px;
  max-width:80px;
  min-width:80px;
  width:100%;
}

.results-products__info{
  display:flex;
  flex-direction:column;
}

.predictive-search-results{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  overflow-y:auto;
  padding:40px 0 0;
}

.predictive-search-results h3{
    border-bottom:1px solid;
    border-color:var(--colorBorder);
    margin-bottom:10px;
    padding-bottom:10px;
  }

.predictive-search-results--none{
  padding-top:20px;
}

.predictive-search__no-results{
  display:block;
  width:100%;
}

.predictive-search__no-results:hover{
    opacity:0.5;
  }

.results__group-1{
  flex:100% 0 0;
}

.results__group-1>div:not(.results--queries){
    display:none;
  }

.results__group-2{
  flex:100% 0 0;
}

.results__search-btn{
  border:1px solid;
  border-color:var(--colorBorder);
  padding:10px;
  transition:background-color 0.2s ease;
  width:100%;
}

.results__search-btn:hover{
    background-color:rgba(0,0,0,.05);
  }

@container (min-width: 800px){
  .predictive-search-results{
    flex-direction:row;
    flex-wrap:nowrap;
  }

  .results{
    padding:0 40px 20px;
  }

  .results__group-1{
    flex:1 0 0;
  }

    .results__group-1 div:not(.results--queries){
      display:block;
    }

  .results__group-2{
    flex:2 0 0;
  }

    .results__group-2>div:not(.results--products){
      display:none;
    }

  .results__search-btn{
    padding:10px 0 10px 40px;
    text-align:left;
  }
}

.recipient-form{
  display:block;
  margin:2em auto;
  position:relative;
}

.recipient-form .field{
    position:relative;
  }

.recipient-form .field__label{
    color:inherit;
    left:0;
    margin:0;
    padding:8px 10px;
    pointer-events:none;
    position:absolute;
    top:0;
    transform-origin:0 0;
    transition:opacity .1s ease-in-out,transform .1s ease-in-out;
  }

@media (--medium-down ){

.recipient-form .field__label{
      padding:10px;
  }
    }

.recipient-form .field__label:not(.variant__button-label):not(.text-label),.recipient-form label:not(.variant__button-label):not(.text-label){
    font-weight:400;
  }

.recipient-form .field__input{
    margin-bottom:1.5em;
  }

@media (--medium-down ){

.recipient-form .field__input{
      margin-bottom:0.6em;
  }
    }

.recipient-form .field__input.text-area{
      height:150px;
      margin-bottom:0;
    }

.recipient-form .field__input::-webkit-input-placeholder{
      color:transparent;
    }

.recipient-form .field__input::-moz-placeholder{
      color:transparent;
    }

.recipient-form .field__input:not(:-moz-placeholder-shown)~label{
      font-size:0.8em;
      opacity:0.65;
      transform:scale(0.85) translateY(-0.4em) translateX(0.15em);
    }

.recipient-form .field__input:focus~label,.recipient-form .field__input:not(:placeholder-shown)~label{
      font-size:0.8em;
      opacity:0.65;
      transform:scale(0.85) translateY(-0.4em) translateX(0.15em);
    }

.recipient-form .field__input:not(:-moz-placeholder-shown){
      padding:16px 10px 0;
    }

.recipient-form .field__input:focus,.recipient-form .field__input:not(:placeholder-shown){
      padding:16px 10px 0;
    }

.recipient-form .field__input--error{
    background-color:#fff6f6;
    border-color:#d02e2e;
    color:#d02e2e;
  }

.recipient-form .field__input--error~label{
      color:#d02e2e;
    }

.recipient-form .recipient-form__checkbox-wrapper{
    align-items:center;
    display:flex;
    margin-bottom:2em;
  }

@media (--medium-down ){

.recipient-form .recipient-form__checkbox-wrapper{
      margin-bottom:1.5em;
  }
    }

.recipient-form input[type=checkbox]{
    background-color:inherit;
    border:1px solid;
    border-color:var(--colorBorder);
    border-radius:0;
    height:16px;
    width:16px;
  }

.recipient-form .checkbox-label{
    cursor:pointer;
    display:block;
    margin-bottom:0;
  }

.recipient-form .recipient-form-field-label--space-between>span{
    font-size:0.8em;
  }

.recipient-form .recipient-fields{
    display:none;
  }

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

body,html{
  margin:0;
  padding: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{
  list-style:none;
  margin:0;
  margin-left:-40px;
  padding:0;
}

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

@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;
  min-height:1px;
  padding-left:40px;
  width:100%;
}

@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;
    }

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

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

.grid--small-gutters .grid__item{
    padding-bottom:10px;
    padding-left: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;
    table-layout:fixed;
    width:100%;
  }

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

.text-column__grid{
  display:grid;
  gap:-40px;
  grid-template-columns:1fr;
}

@media (min-width:769px){
  .text-column__grid{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
  }
  .text-column__grid>*{
    grid-column:span 3;
  }
  .text-column__grid:has(>:nth-child(3):last-child)>*{
    grid-column:span 2;
  }
  .text-column__grid:has(>:nth-child(odd):last-child:not(:nth-child(3)))>:nth-last-child(-n+3){
    grid-column:span 2;
  }
}

.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%;}.grid--uniform .small--one-half:nth-of-type(odd),.grid--uniform .small--one-third:nth-of-type(3n+1){clear:both;}.small--one-quarter{width:25%;}.small--two-quarters{width:50%;}.small--three-quarters{width:75%;}.grid--uniform .small--one-quarter:nth-of-type(4n+1){clear:both;}.small--one-fifth{width:20%;}.small--two-fifths{width:40%;}.small--three-fifths{width:60%;}.small--four-fifths{width:80%;}.grid--uniform .small--one-fifth:nth-of-type(5n+1){clear:both;}.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%;}.grid--uniform .small--one-sixth:nth-of-type(6n+1),.grid--uniform .small--three-sixths:nth-of-type(odd),.grid--uniform .small--two-sixths:nth-of-type(3n+1){clear:both;}.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%;}.grid--uniform .small--four-eighths:nth-of-type(odd),.grid--uniform .small--one-eighth:nth-of-type(8n+1),.grid--uniform .small--two-eighths:nth-of-type(4n+1){clear:both;}.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%;}.grid--uniform .small--five-tenths:nth-of-type(odd){clear:both;}.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--four-twelfths: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-twelfths:nth-of-type(4n+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%;}.grid--uniform .medium-up--one-half:nth-of-type(odd),.grid--uniform .medium-up--one-third:nth-of-type(3n+1){clear:both;}.medium-up--one-quarter{width:25%;}.medium-up--two-quarters{width:50%;}.medium-up--three-quarters{width:75%;}.grid--uniform .medium-up--one-quarter:nth-of-type(4n+1){clear:both;}.medium-up--one-fifth{width:20%;}.medium-up--two-fifths{width:40%;}.medium-up--three-fifths{width:60%;}.medium-up--four-fifths{width:80%;}.grid--uniform .medium-up--one-fifth:nth-of-type(5n+1){clear:both;}.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%;}.grid--uniform .medium-up--one-sixth:nth-of-type(6n+1),.grid--uniform .medium-up--three-sixths:nth-of-type(odd),.grid--uniform .medium-up--two-sixths:nth-of-type(3n+1){clear:both;}.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%;}.grid--uniform .medium-up--four-eighths:nth-of-type(odd),.grid--uniform .medium-up--one-eighth:nth-of-type(8n+1),.grid--uniform .medium-up--two-eighths:nth-of-type(4n+1){clear:both;}.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%;}.grid--uniform .medium-up--five-tenths:nth-of-type(odd){clear:both;}.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--four-twelfths: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-twelfths:nth-of-type(4n+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%;}.grid--uniform .widescreen--one-half:nth-of-type(odd),.grid--uniform .widescreen--one-third:nth-of-type(3n+1){clear:both;}.widescreen--one-quarter{width:25%;}.widescreen--two-quarters{width:50%;}.widescreen--three-quarters{width:75%;}.grid--uniform .widescreen--one-quarter:nth-of-type(4n+1){clear:both;}.widescreen--one-fifth{width:20%;}.widescreen--two-fifths{width:40%;}.widescreen--three-fifths{width:60%;}.widescreen--four-fifths{width:80%;}.grid--uniform .widescreen--one-fifth:nth-of-type(5n+1){clear:both;}.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%;}.grid--uniform .widescreen--one-sixth:nth-of-type(6n+1),.grid--uniform .widescreen--three-sixths:nth-of-type(odd),.grid--uniform .widescreen--two-sixths:nth-of-type(3n+1){clear:both;}.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%;}.grid--uniform .widescreen--four-eighths:nth-of-type(odd),.grid--uniform .widescreen--one-eighth:nth-of-type(8n+1),.grid--uniform .widescreen--two-eighths:nth-of-type(4n+1){clear:both;}.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%;}.grid--uniform .widescreen--five-tenths:nth-of-type(odd){clear:both;}.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--four-twelfths: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-twelfths:nth-of-type(4n+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{clear:both;content:"";display:table;}

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

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

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

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

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

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

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

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

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

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

body,html{
  background-color:var(--colorBody);
  color:var(--colorTextBody);
}

@media only screen and (max-width:768px){
  .supports-touch.lock-scroll{
    overflow:hidden;
  }
    @supports (-webkit-touch-callout:none){
  .supports-touch.lock-scroll{
      overflow:initial;
  }
    }
}

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

.page-width--narrow{
  max-width:1000px;
}

.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-bottom:30px;
  padding-top:30px;
}

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

.page-content,.shopify-email-marketing-confirmation__container,.shopify-policy__container{
    padding-bottom:60px;
    padding-top: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:-10px;
}
  }

.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{
  border:0;
  border-top:2px solid;
  border-top-color:var(--colorTextBody);
  height:2px;
}

.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{
      clear:both;
      float:left;
      width:100%;
    }

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

    .table--responsive td:before{
      content:attr(data-label);
      float:left;
      font-size:calc((var(--typeBaseSize) - 2px)*0.85);
      padding-right:10px;
    }
      @media only screen and (min-width:769px){

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

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

  .table__section+.table__section{
    position:relative;
  }

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

details summary::-webkit-details-marker{
  display:none;
}

.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) - 2px)*0.85);
}

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

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

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

sup{
  top:-0.5em;
}

sub{
  bottom:-0.5em;
}

.rte blockquote,blockquote{
  font-size:calc((var(--typeBaseSize)*1.22)*0.85);
  margin:0;
  padding:20px 40px 40px;
}

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

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

.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;
  border:0 none;
  color:#51ab62;
  font-family:Consolas,monospace;
  font-size:1em;
  padding:0 2px;
}

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

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{
    font-weight:inherit;
    -webkit-text-decoration:none;
    text-decoration:none;
  }

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

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

.h1,.section-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.25em;
  margin-bottom:15px;
  text-transform:uppercase;
}

@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:var(--colorTextBody);
  margin-bottom:40px;
  padding-bottom:40px;
}

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

.comment__date{
  font-size:calc((var(--typeBaseSize) - 5px)*0.85);
  margin-top:3px;
}

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

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

@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;
  }

.icon-and-text{
  align-items:center;
  display:flex;
  flex-wrap:nowrap;
}

.icon-and-text .icon{
    flex:0 0 auto;
  }

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{
  margin:0;
  padding:0;
}

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

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

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

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

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

th{
  font-weight:700;
}

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

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

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

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

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

.customers a:not(.rte__image){
    border-bottom:2px solid;
    border-bottom-color:var(--colorTextBodyAlpha01);
    position:relative;
    -webkit-text-decoration:none;
    text-decoration:none;
  }

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

[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){
    color:currentColor;
    -webkit-text-decoration:underline;
    text-decoration:underline;
    text-decoration-thickness:2px;
    text-underline-offset:5px;
  }

.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] .rte .btn,[data-button_type_style=caps] .shopify-payment-button .shopify-payment-button__button--unbranded{
      font-size:calc(var(--typeBaseSize) - 2px);
      letter-spacing:0.2em;
      text-transform:uppercase;
}

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

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

.btn,.rte .btn,.shopify-payment-button .shopify-payment-button__button--unbranded{
    padding:8px 23px;
}
  }

.btn:hover,.rte .btn:hover,.shopify-payment-button .shopify-payment-button__button--unbranded:hover{
    background-color:var(--colorBtnPrimary);
    color:var(--colorBtnPrimaryText);
  }

.btn:active,.rte .btn:active,.shopify-payment-button .shopify-payment-button__button--unbranded:active{
    background-color:var(--colorBtnPrimaryActive);
  }

.btn.disabled,.btn[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]{
    background-color:#f6f6f6;
    color:#444;
    cursor:default;
    transition:none;
  }

.btn.disabled:hover,.btn[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{
      background-color:#f6f6f6;
      color:#444;
    }

[data-button_type_style=caps] .btn,[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] .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]){
  background-color:var(--colorBtnPrimary);
  color:var(--colorBtnPrimaryText);
}

.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{
  background:var(--colorBtnPrimaryText);
  color:var(--colorBtnPrimary);
}

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

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

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

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

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

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

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

[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{
  background-position:150% 45%;
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  min-width:90px;
  padding:8px 12px;
}

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

.btn--small{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

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

.btn--small{
    padding:6px 11px;
}
  }

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

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

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

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

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

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

.btn--loading{
  position:relative;
}

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

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

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

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

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

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

@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: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;
  margin:0 10px 5px;
  padding:5px 0 2px;
}

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

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

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

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

.btn--circle{
  padding:10px !important;
}

.btn--circle{
  border-radius:50%;
  min-width:0;
}

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

.btn--circle.btn--large .icon{
    height:38px;
    width: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;
  transition:none;
  width:100%;
}

.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;
  }
    }

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

iframe{
  max-width:100%;
}

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

.image-wrap.image-wrap--circular-image{
    animation:placeholder-shimmer 1.3s linear 2s;
  }

.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;
  }

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

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

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

.grid__image-ratio{
  position:relative;
}

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

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

.grid__image-ratio img:not([role=presentation]){
    height:100%;
    left:0;
    -o-object-fit:cover;
       object-fit:cover;
    position:absolute;
    top:0;
    width:100%;
  }

.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;
  cursor:pointer;
  display:inline-block;
}

fieldset{
  border:2px solid;
  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;
  border:0;
  border-bottom:2px solid;
  border-bottom-color:var(--colorTextBody);
  border-radius:0;
  color:inherit;
  max-width:100%;
  padding:8px 0;
}

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

.faux-select:active,.faux-select:focus,input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{
    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]{
  background-color:transparent;
  padding-left:0;
  padding-right:0;
}

.faux-select,select{
  -webkit-appearance:none;
             -moz-appearance:none;
          appearance:none;
  background-color:transparent;
  color:inherit;
  cursor:pointer;
  display:inline-block;
  padding-right:28px;
  text-indent:0.01px;
  text-overflow:"";
  vertical-align:middle;
}

select{
  background-image:var(--urlIcoSelect);
  background-position:100%;
  background-position:right 10px center;
  background-repeat:no-repeat;
  background-size:11px;
}

.faux-select .icon{
  height:11px;
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:11px;
}

optgroup{
  font-weight:700;
}

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

option[disabled]{
    color:#ccc;
  }

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

.hidden-label{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  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{
    background-color:#fff6f6;
    border-color:#d02e2e;
    color:#d02e2e;
  }

label.error{
  color:#d02e2e;
}

::-moz-placeholder{
  color:inherit;
  opacity:0.5;
}

::placeholder{
  color:inherit;
  opacity:0.5;
}

.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;
      margin-bottom:-1px;
      margin-top:-1px;
      padding:0;
    }

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

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

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

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

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

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

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

.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-circle-checkmark circle,.icon-circle-checkmark ellipse,.icon-circle-checkmark g,.icon-circle-checkmark line,.icon-circle-checkmark path,.icon-circle-checkmark polygon,.icon-circle-checkmark polyline,.icon-circle-checkmark 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-filter circle,.icon-filter ellipse,.icon-filter g,.icon-filter line,.icon-filter path,.icon-filter polygon,.icon-filter polyline,.icon-filter rect,.icon-gift circle,.icon-gift ellipse,.icon-gift g,.icon-gift line,.icon-gift path,.icon-gift polygon,.icon-gift polyline,.icon-gift rect,.icon-globe circle,.icon-globe ellipse,.icon-globe g,.icon-globe line,.icon-globe path,.icon-globe polygon,.icon-globe polyline,.icon-globe 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-heart circle,.icon-heart ellipse,.icon-heart g,.icon-heart line,.icon-heart path,.icon-heart polygon,.icon-heart polyline,.icon-heart rect,.icon-leaf circle,.icon-leaf ellipse,.icon-leaf g,.icon-leaf line,.icon-leaf path,.icon-leaf polygon,.icon-leaf polyline,.icon-leaf rect,.icon-lock circle,.icon-lock ellipse,.icon-lock g,.icon-lock line,.icon-lock path,.icon-lock polygon,.icon-lock polyline,.icon-lock rect,.icon-package circle,.icon-package ellipse,.icon-package g,.icon-package line,.icon-package path,.icon-package polygon,.icon-package polyline,.icon-package rect,.icon-phone circle,.icon-phone ellipse,.icon-phone g,.icon-phone line,.icon-phone path,.icon-phone polygon,.icon-phone polyline,.icon-phone rect,.icon-ribbon circle,.icon-ribbon ellipse,.icon-ribbon g,.icon-ribbon line,.icon-ribbon path,.icon-ribbon polygon,.icon-ribbon polyline,.icon-ribbon 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-shield circle,.icon-shield ellipse,.icon-shield g,.icon-shield line,.icon-shield path,.icon-shield polygon,.icon-shield polyline,.icon-shield rect,.icon-size-chart circle,.icon-size-chart ellipse,.icon-size-chart g,.icon-size-chart line,.icon-size-chart path,.icon-size-chart polygon,.icon-size-chart polyline,.icon-size-chart rect,.icon-tag circle,.icon-tag ellipse,.icon-tag g,.icon-tag line,.icon-tag path,.icon-tag polygon,.icon-tag polyline,.icon-tag rect,.icon-tcwi-bills circle,.icon-tcwi-bills ellipse,.icon-tcwi-bills g,.icon-tcwi-bills line,.icon-tcwi-bills path,.icon-tcwi-bills polygon,.icon-tcwi-bills polyline,.icon-tcwi-bills rect,.icon-tcwi-calendar circle,.icon-tcwi-calendar ellipse,.icon-tcwi-calendar g,.icon-tcwi-calendar line,.icon-tcwi-calendar path,.icon-tcwi-calendar polygon,.icon-tcwi-calendar polyline,.icon-tcwi-calendar rect,.icon-tcwi-cart circle,.icon-tcwi-cart ellipse,.icon-tcwi-cart g,.icon-tcwi-cart line,.icon-tcwi-cart path,.icon-tcwi-cart polygon,.icon-tcwi-cart polyline,.icon-tcwi-cart rect,.icon-tcwi-charity circle,.icon-tcwi-charity ellipse,.icon-tcwi-charity g,.icon-tcwi-charity line,.icon-tcwi-charity path,.icon-tcwi-charity polygon,.icon-tcwi-charity polyline,.icon-tcwi-charity rect,.icon-tcwi-chat circle,.icon-tcwi-chat ellipse,.icon-tcwi-chat g,.icon-tcwi-chat line,.icon-tcwi-chat path,.icon-tcwi-chat polygon,.icon-tcwi-chat polyline,.icon-tcwi-chat rect,.icon-tcwi-gears circle,.icon-tcwi-gears ellipse,.icon-tcwi-gears g,.icon-tcwi-gears line,.icon-tcwi-gears path,.icon-tcwi-gears polygon,.icon-tcwi-gears polyline,.icon-tcwi-gears rect,.icon-tcwi-gift circle,.icon-tcwi-gift ellipse,.icon-tcwi-gift g,.icon-tcwi-gift line,.icon-tcwi-gift path,.icon-tcwi-gift polygon,.icon-tcwi-gift polyline,.icon-tcwi-gift rect,.icon-tcwi-globe circle,.icon-tcwi-globe ellipse,.icon-tcwi-globe g,.icon-tcwi-globe line,.icon-tcwi-globe path,.icon-tcwi-globe polygon,.icon-tcwi-globe polyline,.icon-tcwi-globe rect,.icon-tcwi-open-envelope circle,.icon-tcwi-open-envelope ellipse,.icon-tcwi-open-envelope g,.icon-tcwi-open-envelope line,.icon-tcwi-open-envelope path,.icon-tcwi-open-envelope polygon,.icon-tcwi-open-envelope polyline,.icon-tcwi-open-envelope rect,.icon-tcwi-package circle,.icon-tcwi-package ellipse,.icon-tcwi-package g,.icon-tcwi-package line,.icon-tcwi-package path,.icon-tcwi-package polygon,.icon-tcwi-package polyline,.icon-tcwi-package rect,.icon-tcwi-phone circle,.icon-tcwi-phone ellipse,.icon-tcwi-phone g,.icon-tcwi-phone line,.icon-tcwi-phone path,.icon-tcwi-phone polygon,.icon-tcwi-phone polyline,.icon-tcwi-phone rect,.icon-tcwi-plant circle,.icon-tcwi-plant ellipse,.icon-tcwi-plant g,.icon-tcwi-plant line,.icon-tcwi-plant path,.icon-tcwi-plant polygon,.icon-tcwi-plant polyline,.icon-tcwi-plant rect,.icon-tcwi-recycle circle,.icon-tcwi-recycle ellipse,.icon-tcwi-recycle g,.icon-tcwi-recycle line,.icon-tcwi-recycle path,.icon-tcwi-recycle polygon,.icon-tcwi-recycle polyline,.icon-tcwi-recycle rect,.icon-tcwi-ribbon circle,.icon-tcwi-ribbon ellipse,.icon-tcwi-ribbon g,.icon-tcwi-ribbon line,.icon-tcwi-ribbon path,.icon-tcwi-ribbon polygon,.icon-tcwi-ribbon polyline,.icon-tcwi-ribbon rect,.icon-tcwi-sales-tag circle,.icon-tcwi-sales-tag ellipse,.icon-tcwi-sales-tag g,.icon-tcwi-sales-tag line,.icon-tcwi-sales-tag path,.icon-tcwi-sales-tag polygon,.icon-tcwi-sales-tag polyline,.icon-tcwi-sales-tag rect,.icon-tcwi-shield circle,.icon-tcwi-shield ellipse,.icon-tcwi-shield g,.icon-tcwi-shield line,.icon-tcwi-shield path,.icon-tcwi-shield polygon,.icon-tcwi-shield polyline,.icon-tcwi-shield rect,.icon-tcwi-stopwatch circle,.icon-tcwi-stopwatch ellipse,.icon-tcwi-stopwatch g,.icon-tcwi-stopwatch line,.icon-tcwi-stopwatch path,.icon-tcwi-stopwatch polygon,.icon-tcwi-stopwatch polyline,.icon-tcwi-stopwatch rect,.icon-tcwi-store circle,.icon-tcwi-store ellipse,.icon-tcwi-store g,.icon-tcwi-store line,.icon-tcwi-store path,.icon-tcwi-store polygon,.icon-tcwi-store polyline,.icon-tcwi-store rect,.icon-tcwi-thumbs-up circle,.icon-tcwi-thumbs-up ellipse,.icon-tcwi-thumbs-up g,.icon-tcwi-thumbs-up line,.icon-tcwi-thumbs-up path,.icon-tcwi-thumbs-up polygon,.icon-tcwi-thumbs-up polyline,.icon-tcwi-thumbs-up rect,.icon-tcwi-trophy circle,.icon-tcwi-trophy ellipse,.icon-tcwi-trophy g,.icon-tcwi-trophy line,.icon-tcwi-trophy path,.icon-tcwi-trophy polygon,.icon-tcwi-trophy polyline,.icon-tcwi-trophy rect,.icon-tcwi-truck circle,.icon-tcwi-truck ellipse,.icon-tcwi-truck g,.icon-tcwi-truck line,.icon-tcwi-truck path,.icon-tcwi-truck polygon,.icon-tcwi-truck polyline,.icon-tcwi-truck rect,.icon-tcwi-wallet circle,.icon-tcwi-wallet ellipse,.icon-tcwi-wallet g,.icon-tcwi-wallet line,.icon-tcwi-wallet path,.icon-tcwi-wallet polygon,.icon-tcwi-wallet polyline,.icon-tcwi-wallet rect,.icon-truck circle,.icon-truck ellipse,.icon-truck g,.icon-truck line,.icon-truck path,.icon-truck polygon,.icon-truck polyline,.icon-truck 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:currentColor !important;
  }

.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-circle-checkmark circle,.icon-circle-checkmark ellipse,.icon-circle-checkmark g,.icon-circle-checkmark line,.icon-circle-checkmark path,.icon-circle-checkmark polygon,.icon-circle-checkmark polyline,.icon-circle-checkmark 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-filter circle,.icon-filter ellipse,.icon-filter g,.icon-filter line,.icon-filter path,.icon-filter polygon,.icon-filter polyline,.icon-filter rect,.icon-gift circle,.icon-gift ellipse,.icon-gift g,.icon-gift line,.icon-gift path,.icon-gift polygon,.icon-gift polyline,.icon-gift rect,.icon-globe circle,.icon-globe ellipse,.icon-globe g,.icon-globe line,.icon-globe path,.icon-globe polygon,.icon-globe polyline,.icon-globe 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-heart circle,.icon-heart ellipse,.icon-heart g,.icon-heart line,.icon-heart path,.icon-heart polygon,.icon-heart polyline,.icon-heart rect,.icon-leaf circle,.icon-leaf ellipse,.icon-leaf g,.icon-leaf line,.icon-leaf path,.icon-leaf polygon,.icon-leaf polyline,.icon-leaf rect,.icon-lock circle,.icon-lock ellipse,.icon-lock g,.icon-lock line,.icon-lock path,.icon-lock polygon,.icon-lock polyline,.icon-lock rect,.icon-package circle,.icon-package ellipse,.icon-package g,.icon-package line,.icon-package path,.icon-package polygon,.icon-package polyline,.icon-package rect,.icon-phone circle,.icon-phone ellipse,.icon-phone g,.icon-phone line,.icon-phone path,.icon-phone polygon,.icon-phone polyline,.icon-phone rect,.icon-ribbon circle,.icon-ribbon ellipse,.icon-ribbon g,.icon-ribbon line,.icon-ribbon path,.icon-ribbon polygon,.icon-ribbon polyline,.icon-ribbon 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-shield circle,.icon-shield ellipse,.icon-shield g,.icon-shield line,.icon-shield path,.icon-shield polygon,.icon-shield polyline,.icon-shield rect,.icon-size-chart circle,.icon-size-chart ellipse,.icon-size-chart g,.icon-size-chart line,.icon-size-chart path,.icon-size-chart polygon,.icon-size-chart polyline,.icon-size-chart rect,.icon-tag circle,.icon-tag ellipse,.icon-tag g,.icon-tag line,.icon-tag path,.icon-tag polygon,.icon-tag polyline,.icon-tag rect,.icon-tcwi-bills circle,.icon-tcwi-bills ellipse,.icon-tcwi-bills g,.icon-tcwi-bills line,.icon-tcwi-bills path,.icon-tcwi-bills polygon,.icon-tcwi-bills polyline,.icon-tcwi-bills rect,.icon-tcwi-calendar circle,.icon-tcwi-calendar ellipse,.icon-tcwi-calendar g,.icon-tcwi-calendar line,.icon-tcwi-calendar path,.icon-tcwi-calendar polygon,.icon-tcwi-calendar polyline,.icon-tcwi-calendar rect,.icon-tcwi-cart circle,.icon-tcwi-cart ellipse,.icon-tcwi-cart g,.icon-tcwi-cart line,.icon-tcwi-cart path,.icon-tcwi-cart polygon,.icon-tcwi-cart polyline,.icon-tcwi-cart rect,.icon-tcwi-charity circle,.icon-tcwi-charity ellipse,.icon-tcwi-charity g,.icon-tcwi-charity line,.icon-tcwi-charity path,.icon-tcwi-charity polygon,.icon-tcwi-charity polyline,.icon-tcwi-charity rect,.icon-tcwi-chat circle,.icon-tcwi-chat ellipse,.icon-tcwi-chat g,.icon-tcwi-chat line,.icon-tcwi-chat path,.icon-tcwi-chat polygon,.icon-tcwi-chat polyline,.icon-tcwi-chat rect,.icon-tcwi-gears circle,.icon-tcwi-gears ellipse,.icon-tcwi-gears g,.icon-tcwi-gears line,.icon-tcwi-gears path,.icon-tcwi-gears polygon,.icon-tcwi-gears polyline,.icon-tcwi-gears rect,.icon-tcwi-gift circle,.icon-tcwi-gift ellipse,.icon-tcwi-gift g,.icon-tcwi-gift line,.icon-tcwi-gift path,.icon-tcwi-gift polygon,.icon-tcwi-gift polyline,.icon-tcwi-gift rect,.icon-tcwi-globe circle,.icon-tcwi-globe ellipse,.icon-tcwi-globe g,.icon-tcwi-globe line,.icon-tcwi-globe path,.icon-tcwi-globe polygon,.icon-tcwi-globe polyline,.icon-tcwi-globe rect,.icon-tcwi-open-envelope circle,.icon-tcwi-open-envelope ellipse,.icon-tcwi-open-envelope g,.icon-tcwi-open-envelope line,.icon-tcwi-open-envelope path,.icon-tcwi-open-envelope polygon,.icon-tcwi-open-envelope polyline,.icon-tcwi-open-envelope rect,.icon-tcwi-package circle,.icon-tcwi-package ellipse,.icon-tcwi-package g,.icon-tcwi-package line,.icon-tcwi-package path,.icon-tcwi-package polygon,.icon-tcwi-package polyline,.icon-tcwi-package rect,.icon-tcwi-phone circle,.icon-tcwi-phone ellipse,.icon-tcwi-phone g,.icon-tcwi-phone line,.icon-tcwi-phone path,.icon-tcwi-phone polygon,.icon-tcwi-phone polyline,.icon-tcwi-phone rect,.icon-tcwi-plant circle,.icon-tcwi-plant ellipse,.icon-tcwi-plant g,.icon-tcwi-plant line,.icon-tcwi-plant path,.icon-tcwi-plant polygon,.icon-tcwi-plant polyline,.icon-tcwi-plant rect,.icon-tcwi-recycle circle,.icon-tcwi-recycle ellipse,.icon-tcwi-recycle g,.icon-tcwi-recycle line,.icon-tcwi-recycle path,.icon-tcwi-recycle polygon,.icon-tcwi-recycle polyline,.icon-tcwi-recycle rect,.icon-tcwi-ribbon circle,.icon-tcwi-ribbon ellipse,.icon-tcwi-ribbon g,.icon-tcwi-ribbon line,.icon-tcwi-ribbon path,.icon-tcwi-ribbon polygon,.icon-tcwi-ribbon polyline,.icon-tcwi-ribbon rect,.icon-tcwi-sales-tag circle,.icon-tcwi-sales-tag ellipse,.icon-tcwi-sales-tag g,.icon-tcwi-sales-tag line,.icon-tcwi-sales-tag path,.icon-tcwi-sales-tag polygon,.icon-tcwi-sales-tag polyline,.icon-tcwi-sales-tag rect,.icon-tcwi-shield circle,.icon-tcwi-shield ellipse,.icon-tcwi-shield g,.icon-tcwi-shield line,.icon-tcwi-shield path,.icon-tcwi-shield polygon,.icon-tcwi-shield polyline,.icon-tcwi-shield rect,.icon-tcwi-stopwatch circle,.icon-tcwi-stopwatch ellipse,.icon-tcwi-stopwatch g,.icon-tcwi-stopwatch line,.icon-tcwi-stopwatch path,.icon-tcwi-stopwatch polygon,.icon-tcwi-stopwatch polyline,.icon-tcwi-stopwatch rect,.icon-tcwi-store circle,.icon-tcwi-store ellipse,.icon-tcwi-store g,.icon-tcwi-store line,.icon-tcwi-store path,.icon-tcwi-store polygon,.icon-tcwi-store polyline,.icon-tcwi-store rect,.icon-tcwi-thumbs-up circle,.icon-tcwi-thumbs-up ellipse,.icon-tcwi-thumbs-up g,.icon-tcwi-thumbs-up line,.icon-tcwi-thumbs-up path,.icon-tcwi-thumbs-up polygon,.icon-tcwi-thumbs-up polyline,.icon-tcwi-thumbs-up rect,.icon-tcwi-trophy circle,.icon-tcwi-trophy ellipse,.icon-tcwi-trophy g,.icon-tcwi-trophy line,.icon-tcwi-trophy path,.icon-tcwi-trophy polygon,.icon-tcwi-trophy polyline,.icon-tcwi-trophy rect,.icon-tcwi-truck circle,.icon-tcwi-truck ellipse,.icon-tcwi-truck g,.icon-tcwi-truck line,.icon-tcwi-truck path,.icon-tcwi-truck polygon,.icon-tcwi-truck polyline,.icon-tcwi-truck rect,.icon-tcwi-wallet circle,.icon-tcwi-wallet ellipse,.icon-tcwi-wallet g,.icon-tcwi-wallet line,.icon-tcwi-wallet path,.icon-tcwi-wallet polygon,.icon-tcwi-wallet polyline,.icon-tcwi-wallet rect,.icon-truck circle,.icon-truck ellipse,.icon-truck g,.icon-truck line,.icon-truck path,.icon-truck polygon,.icon-truck polyline,.icon-truck 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{
    stroke-width:var(--iconWeight);
    stroke-linecap:var(--iconLinecaps);
    stroke-linejoin:var(--iconLinecaps);
  }

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

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

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

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

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

.drawer{
    overflow:scroll;
}

    .drawer .drawer__contents{
      height:auto;
    }
  }

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

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

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

.drawer input:active,.drawer input:focus,.drawer textarea:active,.drawer textarea:focus{
      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{
    right:-500px;
    width:500px;
}

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

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

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

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

.js-drawer-closing body:after,.js-drawer-open body:after{
  background-color:var(--colorTextBody);
  bottom:0;
  content:"";
  display:block;
  left:0;
  opacity:0;
  position:fixed;
  right:0;
  top: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{
  align-items:center;
  display:flex;
  height:60px;
  margin-bottom:0;
  overflow:visible;
  padding-bottom:15.38462px;
  padding-top:15.38462px;
  width:100%;
}

@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-style:var(--typeHeaderStyle);
  font-weight:var(--typeHeaderWeight);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

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

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

.drawer__close{
  flex:1 1 auto;
}

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

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

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

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

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

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

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

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

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

.drawer__scrollable{
    padding-top:40px;
}
  }

.drawer__footer{
  padding-bottom:20px;
  padding-top: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{
    opacity:0.4;
    transition:opacity 0.3s ease 0.7s;
  }

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

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

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

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

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

.sticky-cart{
    height:108px;
}
  }

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

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

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

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

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

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

@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{
    font-size:calc(var(--typeBaseSize) - 2px);
    letter-spacing:0.2em;
    padding:15px;
    text-transform:uppercase;
}

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

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

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

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

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

.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:var(--colorCartDotText);
  }

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

[dir=rtl] .quick-view__thumb-cart,[dir=rtl] .site-nav__thumb-cart{
    border-bottom-left-radius:var(--buttonRadius);
    border-bottom-right-radius:0;
    border-top-left-radius:var(--buttonRadius);
    border-top-right-radius:0;
}

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

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

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

.placeholder-svg{
  fill:var(--colorTextBodyAlpha035);
  background-color:#f4f4f4;
  display:block;
  height:100%;
  max-height:100%;
  max-width:100%;
  padding:30px 0;
  width:100%;
}

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

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

@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;
  }

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

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

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

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

tool-tip[data-tool-tip=size-chart]:before{
  opacity:0.6;
}

tool-tip[data-tool-tip-open=true] .tool-tip__inner{
    padding:45px;
}

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

tool-tip[data-tool-tip-open=true] .tool-tip__inner{
      padding:45px 20px 20px;
}
    }

.tool-tip__close{
  padding:10px;
}

product-recommendations[data-intent=complementary] .grid-product__colors{
    justify-content:flex-start;
  }

product-recommendations[data-intent=complementary] .grid-product__content{
    margin-bottom:0;
  }

product-recommendations[data-intent=complementary] .grid-product__hover-details .grid-product__colors,product-recommendations[data-intent=complementary] .grid-product__hover-details .grid-product__meta,product-recommendations[data-intent=complementary] .grid-product__hover-details .grid-product__tag{
    opacity:1;
    transform:translateY(0)
  }

#SearchModal{
  align-items:flex-start;
}

#SearchModal .modal__inner{
    max-width:960px;
    width:100%;
  }

#SearchModal .modal__centered{
    width:100%;
  }

#SearchModal predictive-search{
    margin-top:15vh;
  }

#SearchModal .predictive__screen{
    display:none !important;
  }

#SearchModal .predictive__screen{
    opacity:0;
    pointer-events:none;
    visibility:hidden;
  }

#SearchModal .search__input{
    font-size:2rem;
  }

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

#SearchModal .search__input{
      font-size:1.5rem !important;
  }
    }

#SearchModal .search__results{
    padding-bottom:2rem;
  }

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

#SearchModal .results__group-1 .results{
      padding-left:0;
  }
    }

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

#SearchModal .results__group-2 .results{
      padding-right:0;
  }
    }

#SearchModal .results__search-btn{
    border:0;
    border-top:1px solid;
    margin-top:10px;
    padding-left:10px;
  }

predictive-search .search__input{
    padding-left:12px;
    padding-right:12px;
  }

predictive-search h3{
    text-align:left;
  }

.site-footer{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  margin-top:40px;
}

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

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

@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-style:var(--typeHeaderStyle);
  font-weight:var(--typeHeaderWeight);
  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{
  color:currentColor;
  display:block;
  padding:5px 10px;
}

.site-footer__section--newsletter{
  background-color:var(--colorNewsletter);
  color:var(--colorNewsletterText);
  margin-bottom:80px;
  padding:80px 0;
}

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

.site-footer__section--newsletter .rte a{
    color:var(--colorNewsletterText);
  }

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

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

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

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

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

.errors ol,.errors ul,.note ol,.note ul{
    margin-bottom:0;
    margin-top: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:var(--colorTextBody);
}

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

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

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

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

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

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

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

.pagination{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  margin:0;
  padding:80px 0 0;
  text-align:center;
}

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

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

.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{
    background:var(--colorBtnPrimary);
    border-radius:43px;
    color:var(--colorBtnPrimaryText);
    height:43px;
    line-height:27px;
    margin:0 10px;
    width:43px;
  }

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

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

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

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

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

.price-range__slider-wrapper{
  margin-bottom:8px;
  padding:0 8px;
}

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

.price-range__slider-wrapper{
    padding:0 10px;
}
  }

.price-range__input{
  display:none;
}

.price-range__display-wrapper{
  display:flex;
  flex:1 1 auto;
  justify-content:space-between;
  margin-bottom:8px;
  min-width:150px;
  padding:0;
  width:100%;
}

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

.price-range__display-wrapper{
    padding:0;
}
  }

.price-range__display-max{
  padding-left:12px;
}

.noUi-horizontal .noUi-handle{
  background:var(--colorTextBody);
  border:0;
  border-radius:50%;
  box-shadow:0 0 1px 2px #fff;
  cursor:pointer;
  height:12px;
  right:-6px;
  top:-3px;
  width:12px;
}

.noUi-horizontal .noUi-handle:focus,.noUi-horizontal .noUi-handle:hover{
    height:14px;
    right:-7px;
    top:-4px;
    width:14px;
  }

.noUi-horizontal .noUi-handle:after,.noUi-horizontal .noUi-handle:before{
    content:none;
  }

.noUi-target{
  background:#f4f4f4;
  border:0;
  box-shadow:none;
}

.noUi-connect{
  background:var(--colorTextBody);
}

.noUi-horizontal{
  height:6px;
}

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

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

.rte img{
    height:auto;
  }

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

.rte ol:last-child,.rte p:last-child,.rte table:last-child,.rte ul:last-child{
      margin-bottom:0;
    }

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

.rte a{
    -webkit-text-decoration:none;
    text-decoration:none;
  }

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

.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{
      -webkit-text-decoration:none;
      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>div:last-child{
      margin-bottom:0;
    }

.rte li{
    margin-bottom:0;
  }

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

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

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

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

.text-center .rte ol,.text-center .rte ul,.text-center.rte ol,.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;"]{
  display:block;
  margin:0 -30px;
  max-width:100vw;
}

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

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

.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{
  align-items:center;
  display:flex;
  flex:1 1 auto;
}

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

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

.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 26.66667px;
  }
    }

.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{
  align-items:center;
  display:flex;
  flex:1 1 100%;
  justify-content:center;
}

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

.header-item--split-left{
  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{
  background:var(--colorNav);
  padding:10px 0;
  position:relative;
}

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

.site-header{
    padding:30px 0;
}
  }

.site-header--sticky{
  left:0;
  padding:0;
  position:fixed;
  right:0;
  top: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{
  display:block;
  margin:13.33333px 0;
}

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

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

@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{
    -webkit-text-decoration:none;
    text-decoration:none;
  }

.site-header__logo img{
    display:block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-header__description{
  font-size:calc((var(--typeBaseSize)*1.22)*0.85);
  margin:0 auto;
  max-width:700px;
}

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

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

.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{
  padding-top:80px;
}

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

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

.site-nav__details summary svg{
  padding-left:10px;
}

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

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

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

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

.site-nav__details{
  cursor:pointer;
}

.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{
  align-items:center;
  display:flex;
}

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

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

.site-nav__item li{
    display:block;
  }

.site-nav__link{
  color:var(--colorNavText);
  display:inline-block;
  padding:7.5px 15px;
  -webkit-text-decoration:none;
  text-decoration:none;
  vertical-align:middle;
  white-space:nowrap;
}

.site-nav__link:hover{
    color:var(--colorNavText);
  }

.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{
  color:var(--colorTextBody) !important;
}

.site-nav--has-dropdown.is-focused>a,.site-nav--has-dropdown:hover>a{
  background-color:var(--colorBody);
  opacity:1;
  transition:none;
}

[data-animate_underlines=true] .site-nav__details summary:not(.site-nav__dropdown-link--second-level):before,[data-animate_underlines=true] .site-nav__item>a:before{
    border-bottom:2px solid currentColor;
    bottom:0;
    content:"";
    display:block;
    left:15px;
    position:absolute;
    right:100%;
    transition:right 0.3s ease;
    z-index:6;
  }

[data-animate_underlines=true] .site-nav--active>a:before,[data-animate_underlines=true] .site-nav__details:hover summary:not(.site-nav__dropdown-link--second-level):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;
    height:30px;
    width:30px;
  }

.site-nav__dropdown{
  background-color:var(--colorBody);
  box-shadow:0 10px 20px rgba(0,0,0,.09);
  display:block;
  left:0;
  margin:0;
  min-width:100%;
  padding:13.33333px 0 5px;
  position:absolute;
  transform:translate3d(0, -12px, 0);
  visibility:hidden;
  z-index:5;
}

details[open]>.site-nav__dropdown{
    display:block;
    transform:translateZ(0);
    transition:all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    visibility:visible;
}

.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{
        background-image:linear-gradient(270deg, rgba(0,0,0,.09), transparent);
        left:auto;
        right:0;
      }

.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:var(--colorBody);
    padding-right:30px;
  }

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

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

details[open]>.site-nav__deep-dropdown{
    opacity:1;
    transform:translateZ(0);
    transition:all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    visibility:visible;
}

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

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

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

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

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

.cart-has-items .site-nav__link--cart.site-nav__link--cart{
    background-color:var(--colorCartDot);
    border-radius:50%;
    color:var(--colorCartDotText);
    padding:12px;
  }

.cart-has-items .site-nav__link--cart.site-nav__link--cart:active,.cart-has-items .site-nav__link--cart.site-nav__link--cart:hover{
      color:var(--colorCartDotText);
    }

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

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

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

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

.cart-has-items .cart-link__bubble{
    border-radius:50%;
    display:block;
    height:15px;
    position:absolute;
    right:-2px;
    top:14px;
    width:15px;
}

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

.cart-link__bubble-num{
  color:var(--colorCartDot);
  display:block;
  font-size:8px;
  letter-spacing:-0.5px;
}

.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;
  margin:0;
  padding:15px 0 0;
  transform:translateZ(0);
  transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.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: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:var(--colorBtnPrimaryText);
    }

.slide-nav__link,.slide-nav__sublist-link{
  font-family:var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-style:var(--typeHeaderStyle);
  font-weight:var(--typeHeaderWeight);
  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;
  padding:8px 16px;
  text-align:center;
  transition:var(--colorBtnPrimaryBgTransition);
  width:100%;
}

.slide-nav__link:active,.slide-nav__sublist-link:active{
    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-left:16px;
  padding-right:16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.site-nav__thumb-menu{
  bottom:0;
  bottom:calc(env(safe-area-inset-bottom)*1.18);
  display:flex;
  left:0;
  margin:20px;
  position:fixed;
  right:0;
  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{
  font-size:19px;
  height:68px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  width:100%;
}

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

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

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

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

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

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

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

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

.slide-nav__overflow--thumb.js-menu--is-open{
    background-color:var(--colorBtnPrimary);
    display:block;
    transition:background-color 0.1s ease 0.25s;
  }

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

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

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

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

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

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

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

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

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

[data-button_style=round] .slide-nav__wrapper{
    border-top-left-radius:var(--buttonRadius);
    border-top-right-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{
  background-color:var(--colorBtnPrimary);
  display:none;
  position:absolute;
  transform:translate3d(0, -100%, 0);
  transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  width:100%;
}

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

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

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

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

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

.modal-open .modal--newsletter:before{
  background-color:var(--colorTextBodyAlpha05);
}

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

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

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

@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{
  flex:0 1 auto;
  max-width:100%;
  min-width:1px;
  position:relative;
}

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

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

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

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

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

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

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

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

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

.modal__footer-text{
  background-color:var(--colorBody);
  bottom:0;
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  padding:20px 40px;
  position:fixed;
  text-align:center;
}

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

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

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

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

.modal--age-verification,.modal--newsletter{
  align-items:flex-end;
}

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

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

.modal--age-verification .modal__centered,.modal--newsletter .modal__centered{
    width:100%;
  }

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

@media only screen and (max-width:768px){
  .modal--mobile-friendly{
    bottom:0;
    overflow:auto;
    top: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{
      border-top:2px solid;
      border-top-color:var(--colorTextBody);
      margin:0;
    }

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

    .modal--mobile-friendly .modal__title{
      margin-right:40px;
    }
}

.screen-layer-open.video-modal-open .root{
    display:block;
  }

.screen-layer-open.video-modal-open .modal{
    z-index:26;
  }

.js-qty__wrapper{
  background-color:var(--colorInputBg);
  color:var(--colorInputText);
  max-width:80px;
  min-width:60px;
  overflow:visible;
  position:relative;
}

.js-qty__wrapper.is-loading{
    opacity:0.5;
    pointer-events:none;
  }

.js-qty__num{
  background:none;
  display:block;
  margin:0;
  padding:5px 20px;
  text-align:center;
  width:100%;
  z-index:1;
}

.js-qty__adjust{
  fill:var(--colorInputText);
  backface-visibility:hidden;
  background:none;
  border:0 none;
  bottom:0;
  cursor:pointer;
  display:block;
  line-height:1;
  overflow:hidden;
  padding:0 10px;
  position:absolute;
  text-align:center;
  top:0;
  transition:background-color 0.1s ease-out;
  -webkit-user-select:none;
             -moz-user-select:none;
          user-select:none;
  z-index:2;
}

.js-qty__adjust .icon{
    fill:inherit;
    display:block;
    font-size:8px;
    height:10px;
    vertical-align:middle;
    width:10px;
  }

.js-qty__adjust:hover{
    color:var(--colorInputText);
  }

.js-qty__num:active~.js-qty__adjust,.js-qty__num:focus~.js-qty__adjust{
    border-color:var(--colorTextBody);
}

.js-qty__adjust--plus{
  right:0;
}

.js-qty__adjust--minus{
  left:0;
}

.drawer .js-qty__wrapper{
    background-color:transparent;
    border-color:currentColor;
    max-width:90px;
  }

.drawer .js-qty__num{
    border-color:currentColor;
    color:var(--colorDrawerText);
    padding-bottom:5px;
    padding-top:5px;
  }

.drawer .js-qty__adjust{
    fill:var(--colorDrawerText);
    border-color:currentColor;
    color:var(--colorDrawerText);
  }

.drawer .js-qty__adjust:hover{
      opacity:0.5;
    }

.drawer .js-qty__num:active~.js-qty__adjust,.drawer .js-qty__num:focus~.js-qty__adjust{
  border-color:currentColor;
}

.screen-layer-open .root{
  display:none;
}

.screen-layer-closing .root{
  display:block;
}

.screen-layer{
  bottom:0;
  display:none;
  left:0;
  opacity:1;
  overflow:visible;
  position:relative;
  right:0;
  top:0;
  z-index:25;
}

.screen-layer-animating .screen-layer{
    position:fixed;
}

.screen-layer__inner{
  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;
}

.screen-layer--is-sliding{
  overflow:hidden;
}

.screen-layer--is-active{
  display:block !important;
}

.screen-layer__inner{
  -webkit-overflow-scrolling:touch;
  max-height:100%;
  min-height:100%;
  width:100%;
}

.screen-layer__close{
  bottom:20px;
  bottom:calc(20px + env(safe-area-inset-bottom)*1.18);
  left:50%;
  position:fixed;
  transform:translateX(-50%);
  transition:opacity 0.15s ease-in;
  z-index:5;
}

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

.screen-layer__close{
    bottom:auto;
    left:auto;
    right:20px;
    top:20px;
    transform:none;
}
  }

.screen-layer--is-sliding .screen-layer__close{
    opacity:0;
}

.currency-flag{
  margin:-0.55rem;
  transform:scale(0.55);
}

.multi-picker__label{
  display:inline-block;
  text-underline-offset:0.2rem;
  vertical-align:middle;
}

.currency-flag+.multi-picker__label{
    padding-left:10px;
}

.currency-flag-large+.multi-picker__label{
    padding-left:5px;
}

@media only screen and (max-width:768px){
  [data-disclosure-currency] .disclosure-list{
    left:50%;
    max-width:95vw;
    transform:translateX(-50%);
  }
}

.disclosure{
  position:relative;
}

.disclosure__toggle{
  border-bottom:0;
  white-space:nowrap;
}

.disclosure-list{
  background-color:var(--colorBody);
  border-radius:0;
  bottom:100%;
  box-shadow:0 0 20px rgba(0,0,0,.09);
  color:var(--colorTextBody);
  display:none;
  margin:0;
  max-height:60vh;
  min-height:92px;
  overflow-y:auto;
  padding:10px 0;
  position:absolute;
}

.disclosure-list a{
    color:currentColor;
  }

.disclosure-list--visible{
  display:block;
}

.disclosure-list__item{
  padding:5px 30px 4px 15px;
  text-align:left;
  white-space:nowrap;
}

.disclosure-list__option:focus .multi-picker__label,.disclosure-list__option:hover .multi-picker__label{
      -webkit-text-decoration:underline;
      text-decoration:underline;
      text-decoration-thickness:2px;
    }

.disclosure-list__item--current .multi-picker__label{
    -webkit-text-decoration:underline;
    text-decoration:underline;
    text-decoration-thickness:2px;
  }

.collapsibles-content-wrapper{
  padding-top:20px;
  text-align:left;
}

.collapsibles-wrapper--border-bottom{
  border-bottom:2px solid;
  border-bottom-color:var(--colorTextBody);
}

.collapsibles-wrapper--border-bottom+.collapsibles-wrapper--border-bottom .collapsible-trigger-btn--borders{
  border-top:0;
}

.product-block--tab+.product-block--tab .collapsible-trigger-btn--borders{
  border-top:0;
}

.collapsible-trigger{
  color:inherit;
  position:relative;
}

.collapsible-trigger__icon{
  display:block;
  height:12px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:12px;
}

.collapsible-trigger__icon .icon{
    display:block;
    height:12px;
    transition:all 0.1s ease-in;
    width:12px;
  }

.collapsible-trigger--inline{
  padding:11px 0 11px 35px;
}

.collapsible-trigger--inline .collapsible-trigger__icon{
    left:0;
    right:auto;
  }

.collapsible-trigger__icon--circle{
  border:2px solid;
  border-color:var(--colorTextBody);
  border-radius:50%;
  height:24px;
  text-align:center;
  width:24px;
}

.collapsible-trigger__icon--circle .icon{
    left:50%;
    position:absolute;
    top: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{
    opacity:1;
    transition:opacity 0s cubic-bezier(.25,.46,.45,.94),height 0s cubic-bezier(.25,.46,.45,.94);
    visibility:visible;
  }

.collapsible-content--all{
  backface-visibility:hidden;
  height:0;
  opacity:0;
  overflow:hidden;
  visibility:hidden;
}

.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{
    backface-visibility:hidden;
    height:0;
    opacity:0;
    visibility:hidden;
  }

    .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{
  -webkit-text-size-adjust:100%;
  -webkit-backface-visibility:hidden;
  display:none;
  height:100%;
  left:0;
  outline:none;
  overflow:hidden;
  position:absolute;
  top:0;
  touch-action:none;
  width:100%;
  z-index:1500; }

.pswp img{
  max-width:none;
}

.pswp--animate_opacity{
  opacity:0.001;
  transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change:opacity; }

.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{
  -webkit-backface-visibility:hidden;
  background:var(--colorBody);
  height:100%;
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  transform:translateZ(0);
  width:100%; }

.pswp__scroll-wrap{
  height:100%;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:100%; }

.pswp__container,.pswp__zoom-wrap{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  touch-action:none; }

.pswp__container,.pswp__img{
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
             -moz-user-select:none;
          user-select:none; }

.pswp__zoom-wrap{
  position:absolute;
  transform-origin:left top;
  transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  width:100%; }

.pswp__bg{
  transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change:opacity; }

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{
  transition:none; }

.pswp__container,.pswp__zoom-wrap{
  -webkit-backface-visibility:hidden; }

.pswp__item{
  bottom:0;
  left:0;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0; }

.pswp__img{
  height:auto;
  left:0;
  position:absolute;
  top:0;
  width:auto; }

.pswp__img--placeholder{
  -webkit-backface-visibility:hidden; }

.pswp--ie .pswp__img{
  height:auto !important;
  width:100% !important; }

.pswp--ie .pswp__img{
  left:0;
  top:0; }

.pswp__error-msg{
  color:#ccc;
  left:0;
  line-height:16px;
  margin-top:-8px;
  position:absolute;
  text-align:center;
  top:50%;
  width:100%; }

.pswp__error-msg a{
  color:#ccc;
  -webkit-text-decoration:underline;
  text-decoration:underline; }

.pswp__button{
  position:relative;
}

.pswp__button:after{
    bottom:0;
    content:"";
    display:block;
    left:0;
    position:absolute;
    right:0;
    top:0;
  }

.pswp__button--arrow--left .icon,.pswp__button--arrow--right .icon{
  height:13px;
  margin:8px;
  width:13px;
}

.pswp__button[disabled]{
  opacity:0;
  pointer-events:none;
}

.pswp__ui{
  align-items:center;
  bottom:40px;
  display:flex;
  justify-content:center;
  left:0;
  position:absolute;
  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;
}

html.pswp-open-in-ios,html.pswp-open-in-ios body{
  background:#444;
  box-sizing:border-box;
  height:var(--window-inner-height);
  overflow:hidden;
}

.pswp-open-in-ios body>*{
  display:none; 
}

.pswp-open-in-ios body .pswp.pswp--open{
  display:block; 
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area{
    background:var(--colorBody);
    border-color:var(--colorTextBodyAlpha005);
    border-radius:50px;
    opacity:1;
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button{
    color:var(--colorTextBody);
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover{
      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{
      background-color:var(--colorTextBodyAlpha005);
      color:var(--colorTextBody);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after{
      border-color:var(--colorTextBodyAlpha005);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster{
    background-color:var(--colorTextBody);
    border:1px solid;
    border-color:var(--colorBodyAlpha05);
    border-radius:100%;
    color:var(--colorBody);
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover{
      color:var(--colorBody);
    }

.product-single__view-in-space{
  background-color:var(--colorTextBodyAlpha008);
  color:var(--colorTextBody);
  display:block;
  margin:40px 0 10px;
  padding:5px 10px 10px;
  width:100%;
}

.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{
  display:inline-block;
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  margin-left:5px;
  vertical-align:middle;
}

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

.product-single__view-in-space-text{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.shopify-model-viewer-ui,.shopify-model-viewer-ui model-viewer{
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

.shopify-model-viewer-ui__button[hidden]{
  display:none;
}

.product-single__close-media{
  position:absolute;
  right:10px;
  top:10px;
  z-index:2;
}

.social-sharing .icon{
    height:18px;
    width:18px;
  }

.social-sharing__link{
  border-radius:2px;
  color:var(--colorTextBody);
  display:inline-block;
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  font-weight:400;
  margin:0 18px 0 0;
  -webkit-text-decoration:none;
  text-decoration:none;
}

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

.social-sharing__link{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.social-sharing__link:last-child{
    margin-right:0;
  }

html[dir=rtl] .social-sharing__link{
    margin:0 0 0 18px;
}

html[dir=rtl] .social-sharing__link:last-child{
      margin-left:0;
    }

.social-sharing__title{
  display:inline-block;
  padding-left:3px;
  padding-right:15px;
  vertical-align:middle;
}

html[dir=rtl] .social-sharing__title{
    padding-left:15px;
    padding-right: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{
  background-color:var(--colorBodyLightDim);
  color:var(--colorTextBody);
  display:block;
  overflow:hidden;
  padding:20px;
  text-overflow:ellipsis;
}

.grid-search__page-link:focus,.grid-search__page-link:hover{
    background-color:var(--colorBodyMediumDim);
  }

.grid-search__page-content{
  display:block;
  height:100%;
  overflow:hidden;
}

.grid-search__page-content img{
  display:block;
  height:100%;
  margin-bottom:10px;
  -o-object-fit:cover;
     object-fit:cover;
}

.grid-search__image{
  display:block;
  margin:0 auto;
  max-height:100%;
  max-width:100%;
  padding:20px;
}

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

.grid-search__image{
    left:50%;
    position:absolute;
    top: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{
  direction:ltr;
  overflow:hidden;
}

.feature-row{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin:0 auto;
}

@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{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin:0 0 0 -30px;
  padding:0 0 15px;
}

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

.feature-row__item--overlap-images{
    margin:0 auto;
    padding:50px 0;
}
  }

.feature-row__item--overlap-images>*{
    width:50%;
  }

[data-animate_images=true] .feature-row__item--overlap-images>* .image-wrap{
        opacity:0;
        transform:translate(50px);
        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{
      transform:translate(30px, 30px);
      z-index:1;
    }

@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{
      opacity:1;
      transform:translate(0);
    }

.feature-row__item--overlap-images svg{
    border:2px solid;
    border-color:var(--colorBody);
  }

.feature-row__text{
  flex:0 1 43%;
  min-width:43%;
  padding:0;
}

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

.feature-row__text{
    margin-top:0;
    order:2;
    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-left:40px;
    padding-right:20px;
  }

  .feature-row__text--right{
    padding-left:20px;
    padding-right:40px;
  }
}

.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:var(--colorAlt);
  color:var(--colorAltText);
}

.index-section--alt a:not(.btn){
  color:var(--colorAltText);
}

.index-section--alt a:not(.btn):focus,.index-section--alt a:not(.btn):hover{
    color:var(--colorAltText);
  }

.index-section--alt .btn{
  background-color:var(--colorAltText);
  color:var(--colorAlt);
}

.index-section--alt .btn:active,.index-section--alt .btn:hover{
    background-color:var(--colorAltText);
    color:var(--colorAlt);
  }

.index-section--alt .btn--tertiary{
  background-color:var(--colorAlt);
  border-color:var(--colorAltText);
  color:var(--colorAltText);
}

.index-section--alt .btn--tertiary:hover{
    background-color:var(--colorAlt);
    color:var(--colorAltText);
  }

[data-button_style=shadow] .index-section--alt .btn--tertiary{
    box-shadow:5px 5px 0 0 var(--colorAltText);
}

[data-button_style=shadow] .index-section--alt .btn--tertiary:active{
      background-color:var(--colorAlt);
      box-shadow:1px 1px 0 0 var(--colorAltText);
      color:var(--colorAltText);
    }

.index-section--alt .product-slider.slick-initialized:after{
  background-color:var(--colorAltText);
}

.index-section--alt .placeholder-svg{
  background-color:#fff;
}

.product-block{
  margin-bottom:30px;
}

.product-block .hr-separator{
    margin:0;
  }

.product-block--tab+.product-block--tab{
  margin-top:-30px;
}

.product-block--sales-point+.product-block--sales-point{
  margin-top:-25px;
}

.product-block--header+.product-block--price{
  margin-top:-20px;
}

.theme-block{
  margin-bottom:30px;
}

.theme-block:last-child{
    margin-bottom:0;
  }

.footer__social li{
    margin:5px 5px 0;
  }

.footer__social a{
    border:2px solid;
    border-color:var(--colorTextBody);
    border-radius:100%;
    display:block;
    line-height:1;
    padding:14px;
  }

.footer__social a:active{
      background:var(--colorBtnPrimary);
      color:var(--colorBtnPrimaryText);
    }

.footer__social .icon{
    height:22px;
    width:22px;
  }

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

.footer__social .icon{
      height:24px;
      width:24px;
  }
    }

.footer__social .icon.icon--wide{
      width:40px;
    }

.cart__item{
  grid-gap:30px;
  display:grid;
  grid-template-columns:150px 1fr;
  grid-template-rows:repeat(2, [row] auto);
}

.drawer .cart__item{
    grid-gap:20px;
    grid-template-columns:90px 1fr;
}

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

.cart__item{
    grid-gap:20px;
    grid-template-columns:90px 1fr;
}

.drawer .cart__item{
      grid-gap:20px;
      grid-template-columns:60px 1fr;
}
  }

.cart__item--headers{
  border-bottom:2px solid;
  border-bottom-color:var(--colorTextBody);
  font-size:0.85em;
  grid-template-rows:1fr;
  margin-bottom:40px;
  padding-bottom:40px;
}

.cart__item--details{
  align-items:center;
  display:grid;
  grid-column:2;
  grid-template-columns:2fr 90px 1fr;
}

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

.cart__item--details{
    grid-template-columns:90px 1fr;
}
  }

.drawer .cart__item--details{
    grid-template-columns:90px 1fr;
}

.drawer .cart__item--details .cart__item--name{
      grid-column:1 / span 3;
    }

.drawer .cart__item--details .cart__item--qty{
      grid-column:1 / span 2;
    }

.cart__item--qty{
  grid-column:2;
}

.cart__item--price{
  grid-column:3;
  margin-left:10px;
}

@media only screen and (max-width:768px){
  .cart__item--name{
    grid-column:1 / span 2;
  }

  .cart__item--qty{
    grid-column:1;
    grid-row:2;
  }

  .cart__item--price{
    grid-column:2;
    grid-row:2;
  }
}

.cart__item-row{
  margin-bottom:20px;
}

.cart__item-sub{
  display:flex;
  flex:1 1 100%;
  justify-content:space-between;
  line-height:1;
}

.cart__item-sub>div:first-child{
    margin-right:10px;
  }

.cart__terms{
  align-items:center;
  display:flex;
  justify-content:center;
}

.cart__terms label{
    letter-spacing:0;
    margin-bottom:0;
    text-transform:none;
  }

.cart__terms a{
    -webkit-text-decoration:underline;
    text-decoration:underline;
  }

@media only screen and (min-width:769px){
  .cart__terms--right{
    justify-content:flex-end;
  }
}

.cart__checkout-wrapper{
  margin-top:20px;
}

.cart__checkout-wrapper .additional-checkout-buttons{
    margin-top:12px;
  }

.cart__checkout-wrapper+.cart__item-row{
    margin-top:20px;
  }

.drawer .additional-checkout-buttons{
  margin:10px 0;
}

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

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

.cart__row [data-shopify-buttoncontainer]{
  justify-content:flex-end;
}

@media only screen and (min-width:769px){
  .cart__update+.cart__checkout{
    margin-left:20px;
  }
}

.cart__product-name{
  margin-bottom:5px;
}

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

.cart__product-name{
    margin-bottom:10px;
}
  }

.cart__price{
  display:block;
}

.cart__price--strikethrough{
  -webkit-text-decoration:line-through;
  text-decoration:line-through;
}

.cart__discount{
  color:var(--colorSalePrice);
  display:block;
}

.cart__item--variants{
  font-size:0.9em;
  margin-bottom:10px;
}

.cart__item--variants span{
    font-weight:700;
  }

.cart__checkout{
  width:100%;
}

.cart__footer:not(.drawer__footer){
  border-top:2px solid;
  border-top-color:var(--colorTextBody);
  padding-top:20px;
}

.cart__footer-page{
  margin-left:auto;
  margin-right:auto;
  max-width:450px;
}

.cart__product-name{
  display:block;
  font-size:calc((var(--typeBaseSize)*1.22)*0.85);
  line-height:1.4;
  margin-bottom:4px;
}

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

.cart__product-name{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

iframe.zoid-component-frame{
  z-index:1 !important;
}

.drawer__cart-empty{
  display:none;
}

.drawer.is-empty .drawer__inner{
    display:none;
  }

.drawer.is-empty .drawer__cart-empty{
    display:block;
  }

.cart__note{
  font-size:12px;
  opacity:0.8;
}

.cart__empty-text{
  display:none;
}

.is-empty .cart__empty-text{
    display:block;
}

.template-cart .is-empty form{
  display:none;
}

.cart__item--properties{
  font-size:calc(var(--typeBaseSize) - 2px);
  line-height:1.3;
  margin-bottom:10px;
}

.cart__item--properties span{
    font-weight:700;
  }

@media only screen and (min-width:769px){
  .product-single__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{
    margin-top:20px;
    padding-left:0;
}
  }

.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__sku,.product-single__vendor{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  margin-bottom:6.66667px;
}

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

.product-single__sku,.product-single__vendor{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.product-single__sku:empty,.product-single__vendor:empty{
    margin-bottom:0
  }

.product-single__variants{
  display:none;
}

.no-js .product-single__variants{
    display:block;
    margin-bottom:40px;
}

.product-image-main{
  position:relative;
}

.product__video-wrapper{
  background-color:var(--colorSmallImageBg);
  height:auto;
  max-width:100%;
  overflow:hidden;
  padding-bottom:100%;
  position:relative;
}

.product__video-wrapper iframe{
    height:100%;
    transition:opacity 0.5s ease-in;
    width:100%;
  }

.product__video-wrapper.loaded[data-video-style=muted]:before{
    bottom:0;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top: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{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

.product__video:not([controls])::-webkit-media-controls{
    display:none;
  }

.product-video-trigger{
  left:50%;
  position:absolute;
  top: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{
    margin:-20px -30px 0;
    width:auto;
}
  }

.product__main-photos{
  flex:1 1 auto;
  overflow:hidden;
  position:relative;
}

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

.product__main-photos{
    order:2;
}
  }

.product__main-photos .flickity-page-dots{
    display:none;
  }

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

.product__main-photos{
    padding-bottom:25px;
}

    .product__main-photos .flickity-page-dots{
      display:block;
    }
  }

.product__main-photos-wrapper{
  position:relative;
}

.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;
  overflow:hidden;
  width:100%;
}

.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;
    margin-left:0;
    margin-right:20px;
    max-width:80px;
}
  }

.product__thumb-item a{
    display:block;
  }

.product__thumb-item a:before{
      bottom:0;
      box-shadow:inset 0 0 0 2px var(--colorTextBody);
      content:none;
      display:block;
      left:0;
      position:absolute;
      right:0;
      top:0;
      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{
  cursor:pointer;
  display:block;
  position:relative;
}

.product__thumb-icon{
  background-color:var(--colorTextBody);
  border-radius:100px;
  font-size:0;
  opacity:0;
  padding:6px;
  position:absolute;
  right:5px;
  top:5px;
  transition:opacity 0.5s ease;
  z-index:1;
}

.aos-animate .product__thumb-icon{
    opacity:1;
}

.product__thumb-icon .icon{
    fill:var(--colorBody);
    height:10px;
    width:10px;
  }

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

.product__thumb-icon .icon{
      height:13px;
      width:13px;
  }
    }

.product__photo-zoom{
  bottom:10px;
  cursor:zoom-in;
  margin:15px;
  position:absolute;
  right:0;
}

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

.product__photo-zoom{
    border-radius:0;
    left:0;
    margin:0;
    opacity:0;
    top:0;
    width:100%;
}

    .product__photo-zoom span,.product__photo-zoom svg{
      display:none;
    }
  }

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

.product-single__prices{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
}

@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:var(--colorSalePrice);
}

.product__unit-price{
  font-size:0.8em;
  opacity:0.8;
}

.product__price--compare{
  -webkit-text-decoration:line-through;
  text-decoration:line-through;
}

.product__quantity input[type=number]{
    max-width:80px;
  }

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

.product__quantity input[type=number]{
      display:block;
      margin:0 auto;
  }
    }

.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;
  }

.modal .shopify-payment-terms{
    display:none;
}

.screen-layer .shopify-payment-terms{
    display:none;
}

.product__thumbs--scroller{
  -ms-overflow-style:-ms-autohiding-scrollbar;
  scroll-behavior:smooth;
  scrollbar-width:none;
}

.product__thumbs--scroller::-webkit-scrollbar{
    height:0;
    width:0;
  }

.product__thumbs--below .product__thumbs--scroller{
    overflow-x:scroll;
    text-align:center;
    white-space:nowrap;
}

.product__thumbs--beside .product__thumbs--scroller{
    bottom:0;
    left:0;
    overflow-y:scroll;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}

.screen-layer-open div[id*=collection-return]{
  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;
  }

.article__comment{
  margin-bottom:20px;
}

.article__comment:last-child{
    margin-bottom:0;
  }

.site-header--password{
  color:var(--colorNavText);
}

.site-header--password a,.site-header--password a:hover{
    color:var(--colorNavText);
  }

.is-light .site-header--password{
    color:#fff;
}

.is-light .site-header--password a,.is-light .site-header--password a:hover{
      color:#fff;
    }

.password-page__logo h1{
    margin-bottom:0;
  }

.password-page__logo-image{
  align-items:center;
  display:flex;
}

.btn--password{
  background-color:transparent;
  border-color:var(--colorTextBody);
  border-radius:35px;
  box-shadow:none;
  color:var(--colorTextBody);
  display:block;
}

.btn--password:active,.btn--password:hover{
    background-color:transparent;
    border-color:var(--colorTextBody);
    color:var(--colorTextBody);
  }

.is-light .btn--password{
    border-color:#fff;
    color:#fff;
}

.is-light .btn--password:active,.is-light .btn--password:hover{
      border-color:#fff;
      color:#fff;
    }

.btn--password:after{
    content:"";
  }

.password__lock .icon{
  height:12px;
  margin-right:4px;
  position:relative;
  top:-2px;
  width:12px;
}

.icon-shopify-logo{
  height:20px;
  width:60px;
}

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

#LoginModal .modal__close{
    padding:20px;
}
  }

#LoginModal .modal__inner{
  background:var(--colorBody);
  color:var(--colorTextBody);
  padding:30px;
}

.password-admin-link{
  margin:0;
}

.password-admin-link a{
    border-bottom:2px solid !important;
    border-bottom-color:var(--colorTextBody) !important;
  }

.password-page__footer{
  margin:0;
  padding:10px 0;
}

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

.password-page__footer{
    padding:20px 0;
}
  }

.template-giftcard,.template-giftcard body{
  background:var(--colorBody);
}

.template-giftcard a,.template-giftcard body a{
    -webkit-text-decoration:none;
    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{
  font-size:1em;
  padding:80px 0;
  text-align:center;
}

.giftcard-header a{
    display:block;
    margin:0 auto;
  }

.template-giftcard .shop-url{
  display:none;
}

.giftcard__border{
  box-shadow:0 10px 30px rgba(0,0,0,.3);
  padding:1.5em;
}

.giftcard__content{
  background-color:var(--colorBody);
  color:var(--colorTextBody);
}

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

.giftcard__header{
  padding:20px;
}

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

.giftcard__title{
  float:left;
  margin-bottom:0;
}

.giftcard__tag{
  background-color:var(--colorTextBody);
  border:1px solid transparent;
  border-radius:4px;
  color:var(--colorBody);
  display:block;
  float:right;
  font-size:0.75em;
  letter-spacing:.05em;
  line-height:1;
  padding:13.33333px;
  text-transform:uppercase;
}

.giftcard__tag--active{
  background:transparent;
  border:1px solid;
  border-color:var(--colorTextBody);
  color:var(--colorTextBody);
}

.giftcard__wrap{
  margin:20px 20px 40px;
  position:relative;
}

.giftcard__wrap img{
    border-radius:10px;
    display:block;
    position:relative;
    z-index:2;
  }

.giftcard__code{
  bottom:40px;
  position:absolute;
  text-align:center;
  width:100%;
  z-index:50;
}

.giftcard__code--medium{
  font-size:.875em;
}

.giftcard__code--small{
  font-size:.75em;
}

.giftcard__code__inner{
  background-color:#fff;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(0,0,0,.1);
  display:inline-block;
  max-width:450px;
  padding:.5em;
  vertical-align:baseline;
}

.giftcard__code--small .giftcard__code__inner{
    overflow:auto;
}

.giftcard__code__text{
  border:1px dashed;
  border-color:var(--colorTextBody);
  border-radius:2px;
  color:var(--colorTextBody);
  display:inline-block;
  font-size:1.6em;
  font-weight:400;
  line-height:1;
  padding:.4em .5em;
  text-transform:uppercase;
  vertical-align:baseline;
}

.disabled .giftcard__code__text{
    color:#999;
    -webkit-text-decoration:line-through;
    text-decoration:line-through;
}

.giftcard__amount{
  color:#fff;
  font-size:2.75em;
  line-height:1.2;
  padding:20px;
  position:absolute;
  right:0;
  top:0;
  z-index:50;
}

.giftcard__amount strong{
    display:block;
    text-shadow:3px 3px 0 rgba(0,0,0,.1);
  }

.giftcard__amount--medium{
  font-size:2em;
}

.template-giftcard .tooltip{
  color:#fff;
  display:block;
  margin-top:16px;
  position:absolute;
  right:50%;
  text-align:center;
  top:-50%;
  white-space:nowrap;
  z-index:3;
}

.template-giftcard .tooltip:before{
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:5px solid #333;
    border-top:5px solid rgba(51,51,51,.9);
    bottom:0;
    content:"";
    display:block;
    height:0;
    left:100%;
    margin-bottom:-5px;
    margin-left:-5px;
    position:absolute;
    width:0;
  }

.template-giftcard .tooltip__label{
  background:#333;
  background:rgba(51,51,51,.9);
  border:none;
  border-radius:4px;
  display:block;
  font-size:12px;
  font-weight:400;
  line-height:16px;
  margin-left:.25em;
  min-height:14px;
  padding:.5em .75em;
  position:relative;
  right:-50%;
  -webkit-text-decoration:none;
  text-decoration:none;
  text-shadow:none;
}

.template-giftcard .tooltip__label small{
    color:#b3b3b3;
    font-size:.875em;
    letter-spacing:.1em;
    text-transform:uppercase;
  }

.giftcard__instructions{
  margin:0 20px 40px;
  text-align:center;
}

.giftcard__actions{
  overflow:hidden;
  padding-bottom:1em;
  position:relative;
  text-align:center;
}

.template-giftcard .action-link{
  display:block;
  font-size:0.875em;
  font-weight:700;
  left:20px;
  letter-spacing:.2em;
  margin-top:-10px;
  padding-top:4px;
  position:absolute;
  text-transform:uppercase;
  top:50%;
}

.template-giftcard .action-link:focus,.template-giftcard .action-link:hover{
    color:var(--colorTextBody);
  }

.template-giftcard .action-link__print{
  background-image:url(/cdn/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png);
  background-position:0 0;
  background-repeat:no-repeat;
  display:inline-block;
  height:17px;
  margin-right:10px;
  opacity:1;
  vertical-align:baseline;
  vertical-align:middle;
  width:17px;
}

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

#QrCode img{
    border-color:var(--colorTextBody);
    border-radius:4px;
    margin:0 auto 40px;
    padding: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{
    padding-left:0;
    padding-right:0;
    width:100%;
  }

  .template-giftcard .action-link{
    display:none;
  }
}

@media screen and (max-width:400px){
  .giftcard__amount strong{
    text-shadow:2px 2px 0 rgba(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;
  }
}

.slideshow-wrapper{
  position:relative;
}

.slideshow__pause:focus{
  clip:auto;
  background-color:var(--colorBtnPrimary);
  color:var(--colorBtnPrimaryText);
  height:auto;
  margin:0;
  padding:10px;
  transition:none;
  width:auto;
  z-index:10000;
}

.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;
  height:100%;
  overflow:hidden;
  position:relative;
  width:100%;
}

.slideshow__slide:first-child{
    display:block;
  }

.flickity-slider .slideshow__slide{
    display:block;
}

.slideshow__slide:after{
    background:var(--colorTextBody);
    bottom:0;
    content:"";
    height:2px;
    position:absolute;
    transition:width 0s linear 0s;
    width:0%;
    z-index:1;
  }

.hero-wrapper{
  position:relative;
}

.hero{
  animation:placeholder-shimmer 1.3s linear 0.5s infinite;
  background-size:300% 100%;
  overflow:hidden;
  position:relative;
}

.hero.loaded{
    animation:none;
  }

.hero__text-shadow{
  display:inline-block;
  position:relative;
  transform:translateZ(0);
}

.hero__text-shadow>*{
    position:relative;
  }

.hero__text-shadow:before{
    background:radial-gradient(rgba(0, 0, 0, var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    bottom:0;
    content:"";
    left:0;
    margin:-100px -200px -100px -200px;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:opacity 0.6s cubic-bezier(0.04, 0, 0.2, 1) 0.3s;
    z-index:auto;
  }

.hero__text-shadow.aos-animate:before{
    opacity:1;
  }

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

.hero__image-wrapper--overlay:before,.hero__media--overlay:before{
    background-color:var(--colorImageOverlay);
    bottom:0;
    content:"";
    left:0;
    opacity:var(--colorImageOverlayOpacity);
    position:absolute;
    right:0;
    top:0;
    z-index:3;
  }

.video-interactable .hero__image-wrapper--overlay:before,.video-interactable .hero__media--overlay:before{
      pointer-events:none;
  }

.hero__image{
  font-family:"object-fit: cover";
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  position:relative;
  width:100%;
  z-index:1;
}

.hero__media iframe,.hero__media video{
  height:100%;
  pointer-events:none;
  width:100%;
}

.video-interactable .hero__media iframe,.video-interactable .hero__media video{
    pointer-events:auto;
}

.hero__media video{
  font-family:"object-fit: cover";
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:50% 20%;
     object-position:50% 20%;
  position:relative;
}

.hero__media iframe{
  left:0;
  left:-100%;
  max-width:none;
  position:absolute;
  top:0;
  width:300%;
}

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

.hero__media iframe{
    height:300%;
    left:auto;
    top:-100%;
    width:100%;
}
  }

.vimeo-mobile-trigger{
  display:block;
  margin-top:90px;
  position:absolute;
  width:100%;
  z-index:2;
}

.hero__text-content .vimeo-mobile-trigger{
    margin-top:-130px;
}

.vimeo-mobile-trigger .icon{
    background-color:#fff;
    border-radius:50%;
    color:#000;
    height:40px;
    padding:10px;
    width:40px;
  }

.hero__slide-link{
  color:var(--colorHeroText);
  display:block;
  height:100%;
  position:relative;
  z-index:4;
}

.hero__text-wrap{
  color:var(--colorHeroText);
  height:100%;
  position:absolute;
  width:100%;
}

.video-interactable .hero__text-wrap{
    pointer-events:none;
}

.hero__text-wrap .page-width{
    display:table;
    height:100%;
    width:100%;
  }

.hero__text-content{
  padding:35px 0;
  position:relative;
  z-index:4;
}

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

.hero__text-content{
    padding:60px 0;
}
  }

.hero__title{
  display:block;
  font-size:40px;
  margin-bottom:0;
}

@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);
  margin-top:5px;
  vertical-align:middle;
}

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

.hero__subtitle{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

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

.hero__subtitle{
    display:inline-block;
    margin-right:20px;
    margin-top:12px;
}
  }

.hero__link{
  display:inline-block;
}

.video-interactable .hero__link{
    pointer-events:auto;
}

.hero__link .btn{
    margin-top:12px;
  }

.hero__link .btn .icon-play{
    margin-right:5px;
    position:relative;
    top:-2px;
  }

.hero__text-content{
  display:table-cell;
}

.hero__text-content.horizontal-left{
    padding-right:10%;
    text-align:left;
  }

@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{
    padding-left:10%;
    text-align:right;
  }

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

.hero__text-content.horizontal-right{
      padding-left:33%;
  }
    }

.hero__text-content.vertical-center{
    padding-top:50px;
    vertical-align:middle;
  }

@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]{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
}

@media only screen and (min-width:769px){
  .hero--450px{
    height:450px;
  }
  .hero--550px{
    height:550px;
  }
  .hero--650px{
    height:650px;
  }
  .hero--750px{
    height:750px;
  }
  .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:500px;
  }
  .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__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;
    }

[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{
      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{
    opacity:0;
    transform:scale(1.15);
    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] .loaded.aos-animate[data-aos=hero__animation] .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] .loaded.aos-animate[data-aos=hero__animation] .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,[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__image--svg,[data-animate_images=true] .hero.loaded .slideshow__slide.is-selected .hero__media,[data-animate_images=true] .loaded.aos-animate[data-aos=hero__animation] .hero__image,[data-animate_images=true] .loaded.aos-animate[data-aos=hero__animation] .hero__image--svg,[data-animate_images=true] .loaded.aos-animate[data-aos=hero__animation] .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] .loaded.aos-animate[data-aos=hero__animation] .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] .loaded.aos-animate[data-aos=hero__animation] .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] .aos-animate[data-aos=hero__animation] .collection-hero__image{
    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.loaded[data-aos=hero__animation] .hero__image,[data-animate_images=false] .slideshow-refresh.loaded[data-aos=hero__animation] .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;
    }

[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{
      transform:none;
    }

[data-animate_images=false] .hero-animated .hero__link .btn{
      opacity:1;
    }

.animated__slide{
  bottom:0;
  left:0;
  opacity:0;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0;
}

.animated__slide:first-child{
    display:block;
  }

.animated__slide--active{
  opacity:1;
}

.hero-animated[data-style=fading] .animated__slide--inactive{
    animation:hero-animate-out 0.5s linear forwards;
    opacity:0;
    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{
  background:var(--colorLargeImageBg);
  height:330px;
  margin-bottom:30px;
  overflow:hidden;
  position:relative;
  width:100%;
}

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

.collection-hero{
    height:550px;
    margin-bottom:60px;
}
  }

.collection-hero__image{
  bottom:0;
  height:100%;
  left:0;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
  top:0;
  width:100%;
}

.collection-hero__content{
  align-items:center;
  bottom:0;
  display:flex;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

.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{
  margin:0 auto;
  max-width:1300px;
  overflow:hidden;
}

.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;
    margin-bottom:-40px;
    text-align:center;
}
  }

.collection-filter__group{
  flex:1 0 auto;
  max-width:50%;
}

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

.collection-filter__group{
    display:inline-block;
    margin-bottom:40px;
    max-width:28%;
    text-align:left;
    vertical-align:top;
}
  }

.collection-filter__group[data-type=color_group]{
    flex:1 0 50%;
  }

.collection-filter__group--price{
  max-width:none;
}

.collection-filter__inner{
  padding:0 40px;
}

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

.collection-filter__inner{
    border-right:2px solid;
    border-right-color:var(--colorTextBody);
    height:100%;
    padding:0 30px;
}

.collection-filter__group:last-child .collection-filter__inner{
      border-right:0;
}
  }

.collection-filter__title{
  font-size:calc((var(--typeBaseSize)*1.22)*0.85);
  margin-bottom:10px;
}

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

.collection-filter__title{
    font-size:calc(var(--typeBaseSize)*1.22);
}
  }

[data-type_product_capitalize=true] .collection-filter__title{
    text-transform:uppercase;
}

[dir=rtl] .collection-filter__title{
    text-align:right;
  }

.collection-dropdowns{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.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%;
}
  }

.image-filter__wrapper ul{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(2, 1fr);
}

.image-filter__wrapper ul label{
    align-items:flex-start;
    border:1px solid transparent;
    height:100%;
  }

.image-filter__wrapper ul label:active,.image-filter__wrapper ul label:focus-within,.image-filter__wrapper ul label:hover{
      border-color:var(--colorTextBody);
    }

.image-filter__wrapper ul .tag__text{
    margin-left:0;
  }

.image-filter__wrapper .tag--active label{
  border-color:var(--colorTextBody);
  border:2px solid;
}

.image-filter__image-wrapper{
  display:flex;
  flex-direction:column;
  gap:10px;
  text-align:center;
}

.is-light .site-header__logo .logo--has-inverted{
    height:0;
    opacity:0;
    overflow:hidden;
    visibility:hidden;
}

.site-header__logo .logo--inverted{
  height:0;
  opacity:0;
  overflow:hidden;
  visibility:hidden;
}

.is-light .site-header__logo .logo--inverted{
    height:auto;
    opacity:1;
    visibility:visible;
}

.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: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;
  font-size:16px;
  padding:8px 15px;
  white-space:nowrap;
}

.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{
  border-bottom:1px solid currentColor;
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  margin:10px 0;
  padding:0 0 2px;
  width:auto;
}

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

.tags-toggle{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

@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 a,.tag-list label{
  cursor:pointer;
  display:inline-block;
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  position:relative;
}

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

.tag-list a,.tag-list label{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.tag-list label:hover,.tag:focus-within label{
  -webkit-text-decoration:underline;
  text-decoration:underline;
  text-underline-offset:2px;
}

.tag--active .tag__checkbox:after,.tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
  background-color:var(--colorTextBody);
  border-color:var(--colorTextBody);
}

.tag--remove{
  display:inline-block;
  margin:0 10px 0 0;
  position:relative;
}

.tag--remove a{
    padding-right:40px !important;
  }

.tag--remove a{
    text-align:left;
  }

.tag--remove .icon{
    color:var(--colorBtnPrimaryText);
    pointer-events:none;
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
  }

.tag-list--swatches{
  margin-left:-4px;
  margin-top:2px;
}

.tag-list--swatches li{
    display:inline-block;
    margin:0 5px 5px 0;
  }

label.tag__checkbox-wrapper{
  display:flex;
}

.tag__checkbox{
  padding-left:25px;
  position:relative;
}

.tag__checkbox:after,.tag__checkbox:before{
    content:"";
    left:0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }

[dir=rtl] .tag__checkbox:after,[dir=rtl] .tag__checkbox:before{
      left:auto;
      right:0;
  }

.tag__checkbox:before{
    border:1px solid;
    border-color:var(--colorBorder);
    height:16px;
    width:16px;
  }

.tag__checkbox:after{
    height:10px;
    left:3px;
    width:10px;
  }

.tag__input{
  cursor:pointer;
  height:0;
  opacity:0;
  position:absolute;
  width:0;
}

.variant-input-wrap{
  border:0;
  margin:0 0 -12px;
  padding:0;
  position:relative;
}

.variant-input-wrap input{
    clip:rect(0 0 0 0);
    border:0;
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
  }

.variant-input-wrap label{
    background-color:transparent;
    border-radius:100px;
    color:var(--colorTextBody);
    display:inline-block;
    font-size:calc((var(--typeBaseSize) - 2px)*0.85);
    font-style:normal;
    font-weight:400;
    line-height:1;
    margin:0 8px 12px 0;
    overflow:hidden;
    padding:15px 18px;
    position:relative;
    text-transform:none;
  }

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

.variant-input-wrap label{
    font-size:calc(var(--typeBaseSize) - 2px);
  }
  }

.variant-input-wrap label.color-swatch{
      height:calc(var(--typeBaseSize) + 26px);
      width:calc(var(--typeBaseSize) + 26px);
    }

.variant-input-wrap label.disabled{
      box-shadow:none;
      color:#b6b6b6;
    }

.variant-input-wrap label.disabled.color-swatch{
      box-shadow:0 0 0 2px #b6b6b6;
    }

.variant-input-wrap label.disabled:after{
      border-left:2px solid;
      border-color:#b6b6b6;
      bottom:0;
      content:"";
      left:50%;
      position:absolute;
      top:0;
      transform:rotate(45deg);
    }

.variant-input-wrap input[type=radio]:checked+label{
    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-input label:focus{
    box-shadow:0 0 0 2px rgba(0,0,0,.8);
  }

.variant-wrapper+.variant-wrapper{
  margin-top:25px;
}

.no-js .variant-wrapper{
  display:none;
}

.variant-wrapper--dropdown{
  display:inline-block;
  margin-right:20px;
  max-width:100%;
}

.variant__label{
  cursor:default;
  display:block;
  margin-bottom:15px;
}

@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{
  margin-bottom:20px;
  position:relative;
  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__link--disabled .image-wrap{
  opacity:0.5;
}

.grid-product__image{
  display:block;
  margin:0 auto;
  width:100%;
}

.grid-product__meta{
  line-height:calc(var(--typeBaseLineHeight) - 0.1);
  padding:10px 0;
  position:relative;
}

.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){
  @media (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{
        opacity:1;
        transform:translateY(0px);
    }
  }
}

.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) - 2px)*0.85);
  margin-top:3px;
}

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

.grid-product__vendor{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.grid-product__price{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  margin-top:3px;
}

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

.grid-product__price{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.grid-product__price--original{
  margin-right:5px;
}

.grid-product__tag{
  background-color:var(--colorBtnPrimary);
  color:var(--colorBtnPrimaryText);
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  line-height:1;
  padding:6px 6px 6px 8px;
  position:absolute;
  right:0;
  top:0;
  transition:opacity 0.4s ease;
  z-index:1;
}

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

.grid-product__tag{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

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

.grid-product__tag{
    padding:7px 9px 7px 11px;
}
  }

.grid-product__tag--sale{
  background-color:var(--colorSaleTag);
  color:var(--colorSaleTagText);
}

.grid-product__see-all{
  border:2px solid;
  border-color:var(--colorTextBody);
  display:inline-block;
  margin-top:-60px;
  padding:20px;
  text-align:center;
}

.grid-product.aos-animate.unload{
    animation:grid-product__loading 1.5s ease 1.5s infinite;
    opacity:0;
    transition-duration:0.3s;
  }

.grid-product__colors{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  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;
}

.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{
    height:100%;
    opacity:0;
    transition:opacity 0s ease 0.3s;
    width:100%;
  }

.product-slider.flickity-enabled .product-slide:first-child{
      opacity:1;
    }

.product-slider .product-slide.is-selected{
    opacity:1;
    transition:none;
  }

.product-slider.flickity-enabled:after{
  animation:progressBar 1350ms linear infinite;
  background-color:var(--colorTextBody);
  bottom:-2px;
  content:"";
  height:2px;
  left:0;
  position:absolute;
  width:0;
  z-index:1;
}

.product-slider--init.is-draggable .flickity-viewport{
    cursor:pointer;
  }

.product-slider--init .grid__image-ratio,.product-slider--init img{
    animation:none !important;
    opacity:1 !important;
  }

.product-slide .placeholder-svg{
  opacity:1;
}

.sales-points{
  list-style:none;
  margin:25px 0;
  padding:0;
}

.quick-add-modal .sales-points{
    display:none;
}

.sales-point{
  display:block;
  margin-bottom:10px;
}

.sales-point:last-child{
    margin-bottom:0;
  }

.sales-point .icon{
    height:25px;
    margin-right:10px;
    position:relative;
    width:25px;
  }

[dir=rtl] .sales-point .icon{
      margin-left:10px;
      margin-right:0;
  }

@media only screen and (max-width:768px){
  .sales-point .icon-and-text{
    justify-content:center;
  }
}

@keyframes inventory-pulse{
  0%{
    opacity:0.5;
  }
  to{
    opacity:0;
    transform:scale(2.5);
  }
}

.icon--inventory:after,.icon--inventory:before{
    background:#54c63a;
    border-radius:9px;
    content:"";
    height:9px;
    left:0;
    margin:8px;
    position:absolute;
    top:0;
    width:9px;
  }

.icon--inventory:before{
    animation:inventory-pulse 2s linear infinite;
  }

.inventory--low .icon--inventory:after,.inventory--low .icon--inventory:before{
      background:#f4af29;
    }

@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;
      margin-right:0;
      margin-top:20px;
      max-width:100px;
      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-left:20px;
        margin-right:0;
      }
  }

.color-swatch{
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:100px;
  direction:ltr;
  display:block;
  margin:0 1px 4px;
  overflow:visible;
  position:relative;
  text-indent:-9999px;
  transition:box-shadow 0.2s ease;
  width:2.5em;
}

.color-swatch:before{
    border:3px solid;
    border-color:var(--colorBody);
    border-radius:100px;
    bottom:0;
    box-shadow:inset 0 0 1px 1px rgba(0,0,0,.15);
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:2;
  }

.color-swatch:not(.disabled):after{
    border:2px solid;
    border-color:var(--colorBody);
    border-radius:100px;
    bottom:-1px;
    content:"";
    left:-1px;
    position:absolute;
    right:-1px;
    top:-1px;
    z-index:3;
  }

.index-section--alt .color-swatch:before,.index-section--alt .color-swatch:not(.disabled):after{
    border-color:var(--colorAlt);
  }

.color-swatch--small{
  height:19px;
  width:19px;
}

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

.color-swatch--small{
    height:20px;
    width:20px;
}
  }

.color-swatch--small:after{
    content:none;
  }

.color-swatch--filter{
  height:35px;
  width:35px;
}

.tag--swatch{
  display:inline-block;
}

.tag--active .color-swatch--filter:after{
  border-color:var(--colorTextBody);
}

.tag--show-label{
  width:100%;
}

.tag--show-label label{
    align-items:center;
    display:flex;
  }

.tag--show-label .tag__text{
    display:block !important;
  }

.tag--show-label .tag__text{
    margin-bottom:4px;
    margin-left:0.5rem;
  }

[dir=rtl] .tag--show-label .tag__text{
      margin-left:0;
      margin-right:0.5rem;
    }

.featured-collection{
  overflow-x:hidden;
}

[data-animate_images=true] [data-aos=overflow__animation]{
    opacity:0;
    transform:translateX(200px);
    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] .aos-animate[data-aos=overflow__animation]{
      opacity:1;
      transform:translateX(0);
      transition-delay:unset;
    }

@media only screen and (max-width:768px){
    [data-animate_images=true] [data-aos=overflow__animation__small]{
      opacity:0;
      transform:translateX(200px);
      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] .aos-animate[data-aos=overflow__animation__small]{
        opacity:1;
        transform:translateX(0);
        transition-delay:unset;
      }
  }

.overflow-scroll-wrap{
  overflow:hidden;
  position:relative;
}

.overflow-scroller{
  -webkit-overflow-scrolling:touch;
  direction:ltr;
  overflow:hidden;
  overflow-x:scroll;
  padding-bottom:20px;
  position:relative;
}

.overflow-scroller .grid{
    display:flex;
    white-space:nowrap;
  }

.overflow-scroller .grid:after{
      height:1px;
      padding-left:1px;
      width:1px;
    }

.overflow-scroller .grid__item{
    display:inline-block;
    flex:0 0 63%;
    float:none;
    overflow:hidden;
    white-space:normal;
    width:63%;
  }

.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{
      flex:0 0 27%;
      width:27%;
  }

      .overflow-scroller .grid__item:first-child{
        margin-left:80px;
      }

      .overflow-scroller .grid__item:last-child{
        margin-right:80px;
      }
    }

.overflow-scroller .grid-product--medium{
    flex:0 0 53%;
    width:53%;
  }

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

.overflow-scroller .grid-product--medium{
      flex:0 0 21%;
      width:21%;
  }
    }

.overflow-scroller .grid-product--large{
    flex:0 0 37%;
    width:37%;
  }

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

.overflow-scroller .grid-product--large{
      flex:0 0 17%;
      width: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{
  border-radius:100%;
  height:60px;
  margin-top:-80px;
  min-width:0;
  padding:10px;
  position:absolute;
  top:50%;
  transition:transform 0.1s;
  width:60px;
  z-index:3;
}

.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;
}

[data-button_style=shadow] .overflow-scroll-wrap .overflow-scroller__arrow{
  transition:none;
}

.overflow-scroller__arrow--left{
  left:10px;
  transform:translateX(-80px);
}

.overflow-scroller__arrow--left .icon{
    position:relative;
    right:4px;
    top:-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{
    left:-3px;
    position:relative;
    top:-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{
    animation:spin 1s linear infinite;
    border:3px solid;
    border-color:var(--colorTextBody);
    border-radius:50%;
    border-top-color:transparent;
    content:"";
    display:block;
    height:24px;
    opacity:0.2;
    position:absolute;
    right:10px;
    top:0;
    width:24px;
  }

.overscroll-loader{
  display:none;
  height:50px;
  left:50%;
  margin-left:-25px;
  position:fixed;
  top:20px;
  width:50px;
  z-index:0;
  z-index:-1;
}

.screen-layer-closing .overscroll-loader,.screen-layer-open .overscroll-loader{
    display:block;
}

.overscroll-loader .icon{
    fill:none;
    display:block;
    height:100px;
    margin-left:-25px;
    margin-top:-25px;
    position:relative;
    transform:scale(0.5);
    width:100px;
  }

.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{
  align-content:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0 -20px;
}

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

.skrim-grid{
    margin-bottom:-40px;
}
  }

.skrim__item{
  margin:0 10px 20px;
  overflow:hidden;
  position:relative;
  width:40%;
  width:calc(50% - 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{
  border-radius:calc(var(--buttonRadius)*0.71);
  display:block;
  height:100%;
  overflow:hidden;
  position:absolute;
  width:100%;
  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{
  display:block;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  overflow:hidden;
  position:relative;
  transition:transform 0.5s ease;
  width:100%;
}

.skrim__overlay:after{
    background-color:var(--colorImageOverlay);
    bottom:0;
    content:"";
    left:0;
    opacity:var(--colorImageOverlayOpacity);
    position:absolute;
    right:0;
    top:0;
    transition:all 0.5s ease;
    z-index:auto;
  }

.skrim__overlay:before{
    background:#000;
    bottom:0;
    content:"";
    left:0;
    opacity:0.15;
    position:absolute;
    right:0;
    top:0;
    transition:opacity 0.2s ease;
    z-index:auto;
  }

.skrim__overlay img{
    height:100%;
    -o-object-fit:cover;
       object-fit:cover;
    width:100%;
  }

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

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

.skrim__title{
  align-items:center;
  bottom:0;
  color:var(--colorHeroText);
  display:flex;
  justify-content:center;
  left:0;
  margin:0 12.5px 0;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  transition:bottom 0.5s ease;
}

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

.skrim__title{
    margin:0 25px;
}
  }

.skrim__title:before{
    background:radial-gradient(rgba(0, 0, 0, var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 40%);
    bottom:0;
    content:"";
    left:0;
    margin:-100px -200px -100px -200px;
    margin:35% -10%;
    position:absolute;
    right:0;
    top:0;
    z-index:auto;
  }

.skrim__title--right{
  left:auto;
  right:0;
}

.skrim__underline-me{
  display:inline-block;
  position:relative;
}

[data-animate_underlines=true] .skrim__underline-me:after{
    border-bottom:2px solid;
    border-bottom-color:var(--colorHeroText);
    bottom:-4px;
    content:"";
    left:0;
    position:absolute;
    transition:0.3s;
    width:0%;
  }

[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{
  align-items:stretch;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:-40px;
  margin-left:-40px;
  width:auto;
}

@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%;
  padding-left:40px;
}

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

.custom__item{
    flex:0 0 auto;
    margin-bottom:30px;
    padding-left:30px;
}

    .custom__item.small--one-half{
      flex:1 0 50%;
      margin-left:auto;
      margin-right:auto;
      max-width:400px;
    }
  }

.custom__item img{
    display:block;
  }

.custom__item-inner{
  display:inline-block;
  max-width:100%;
  position:relative;
  text-align:left;
  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;
  margin-bottom:20px;
  text-align:center;
}

.article__grid-image img{
    display:block;
    left:0;
    top:0;
  }

.article__date{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
}

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

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

.article__author{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  font-style:italic;
}

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

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

.article__grid-meta{
  margin-bottom:40px;
}

.logo-bar{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:-40px;
  text-align:center;
}

.logo-bar__item{
  flex:0 1 110px;
  margin:0 20px 26.66667px;
  vertical-align:middle;
}

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

.logo-bar__item{
    flex:0 1 160px;
    margin:0 26.66667px 40px;
}
  }

.logo-bar__image{
  display:block;
  height:100%;
  margin:0 auto;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}

.logo-bar__link{
  display:block;
}

[data-animate_images=true] [data-aos=logo__animation] .logo-bar__item{
    opacity:0;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item{
    animation:fade-in 0.5s ease 0s forwards;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(2){
    animation-delay:0.2s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(3){
    animation-delay:0.4s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(4){
    animation-delay:0.6s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(5){
    animation-delay:0.8s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(6){
    animation-delay:1.0s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(7){
    animation-delay:1.2s
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(8){
    animation-delay:1.4s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(9){
    animation-delay:1.6s;
  }

[data-animate_images=true] .aos-animate[data-aos=logo__animation] .logo-bar__item:nth-child(10){
    animation-delay:1.8s;
  }

.background-media-text{
  background:var(--colorLargeImageBg);
  overflow:hidden;
  position:relative;
  width:100%;
}

.background-media-text__image{
  bottom:0;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:0;
}

.background-media-text__image img{
    height:100%;
    -o-object-fit:cover;
       object-fit:cover;
    width:100%;
  }

.background-media-text__inner{
  height:100%;
  position:absolute;
  width:100%;
  z-index:2;
}

.background-media-text__aligner{
  margin:40px;
}

.background-media-text__text{
  background:var(--colorBody);
  padding:40px;
  text-align:center;
  width:430px;
}

[dir=rtl] .background-media-text__text{
    float:left;
  }

.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;
  }

    [dir=rtl] .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{
    height:240px;
    position:relative;
  }
  .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,[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,.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] .aos-animate[data-aos=background-media-text__animation] .background-media-text__image,[data-animate_images=true] .aos-animate[data-aos=background-media-text__animation] .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-slide{
  display:none;
  width:100%;
}

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

.testimonials-slide{
    width:33%;
}

.testimonials-slider[data-count="2"] .testimonials-slide{
      width:50%;
}

.testimonials-slider[data-count="1"] .testimonials-slide{
      width:80%;
}
  }

.testimonials-slide:first-child{
    display:block;
  }

.flickity-slider .testimonials-slide{
    display:block;
    opacity:1;
}

.testimonials-slider__text{
  padding:20px 0 60px 0;
  position:relative;
}

.testimonials-slider__text p{
    font-size:1.2em;
    margin-bottom:10px;
  }

.testimonials-slider__text p+cite{
      margin-top:0;
    }

.testimonials-slider__text .quote-icon{
    left:0;
    opacity:0.1;
    position:absolute;
    top:0;
  }

.text-center .testimonials-slider__text .quote-icon{
      left:50%;
      transform:translateX(-50%);
  }

.testimonials-slider__text .quote-icon svg{
      height:50px;
      width:50px;
    }

.testimonial-image{
  background-color:var(--colorBody);
  max-width:80px;
}

.text-center .testimonial-image{
    margin-left:auto;
    margin-right:auto;
}

.testimonial-image .image-wrap{
    height:100%;
    width:100%;
  }

.testimonial-image--round{
  border-radius:80px;
  height:80px;
  max-width:none;
  width:80px;
}

.testimonial-image--round img{
    border-radius:80px;
    height:100%;
    overflow:hidden;
  }

.testimonials-section .flickity-page-dots{
  bottom:0;
}

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

    .testimonials-slider[data-count="1"] .flickity-viewport,.testimonials-slider[data-count="2"] .flickity-viewport,.testimonials-slider[data-count="3"] .flickity-viewport{
      cursor:default;
    }

    .testimonials-slider[data-count="1"] .flickity-page-dots,.testimonials-slider[data-count="2"] .flickity-page-dots,.testimonials-slider[data-count="3"] .flickity-page-dots{
      display:none;
    }
}

@media only screen and (max-width:768px){
    .testimonials-slider[data-count="1"] .flickity-viewport{
      cursor:default;
    }

    .testimonials-slider[data-count="1"] .flickity-page-dots{
      display:none;
    }
}

.announcement{
  overflow:hidden;
  position:relative;
  z-index:24;
}

.announcement-bar-index-only--true{
  display:none;
}

.template-index .announcement-bar-index-only--true{
    display:block;
}

.announcement__wrapper{
  background-color:var(--colorAnnouncement);
  color:var(--colorAnnouncementText);
}

.announcement__text{
  display:block;
  font-size:12px;
  letter-spacing:0.2em;
  padding:7px 20px 6px;
  text-align:center;
  text-transform:uppercase;
  transition:opacity 0.75s ease;
}

.announcement__link{
  color:var(--colorAnnouncementText);
  display:block;
}

.announcement__link:hover{
    color:var(--colorAnnouncementText);
  }

.shopify-section-group-header-group>.announcement{
  z-index:6;
}

.shopify-challenge__container{
  padding:30px 22px;
}

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

.shopify-challenge__container{
    padding:120px 0;
}
  }

.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{
  margin:0 auto;
  max-width:400px;
  position:relative;
}

@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{
  border-bottom-color:currentColor;
  border-radius:0;
  margin:0 auto;
  padding-right:45px;
  width:100%;
}

.newsletter-form-group__input:focus{
    border-bottom-color:currentColor;
  }

.newsletter-form-group__input::-moz-placeholder{
  color:currentColor;
  opacity:1;
}

.newsletter-form-group__input::placeholder{
  color:currentColor;
  opacity:1;
}

.newsletter-form-group__submit{
  bottom:0;
  color:currentColor;
  padding-right:0;
  position:absolute;
  right:0;
  top:0;
}

.newsletter-form-group__submit .icon{
    height:24px;
    width:26px;
  }

.newsletter-popup--text-left{
  text-align:left;
}

.newsletter-popup .has-image{
  padding:0;
}

.newsletter-popup .has-image .newsletter-popup__content-right{
    flex-direction:row-reverse;
  }

.newsletter-popup .modal__centered-content:not(.has-image){
  padding:0;
}

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

.newsletter-popup .modal__centered-content:not(.has-image){
    padding:20px;
}
  }

.newsletter-popup .modal__centered-content:not(.has-image) .newsletter-popup__content-info{
    display:flex;
    width:100%;
  }

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

.newsletter-popup .modal__centered-content:not(.has-image) .newsletter-popup__content-info{
      display:block;
  }
    }

.newsletter-popup .modal__centered-content:not(.has-image) .content__text{
    flex:1 0 0;
    padding-right:30px;
  }

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

.newsletter-popup .modal__centered-content:not(.has-image) .content__text{
      padding-right:0;
  }
    }

.newsletter-popup .modal__centered-content:not(.has-image) .content__form{
    flex:1 0 0;
    padding-left:30px;
  }

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

.newsletter-popup .modal__centered-content:not(.has-image) .content__form{
      padding-left:0;
  }
    }

.newsletter-popup__content{
  display:flex;
}

.newsletter-popup__content .social-icons{
    display:flex;
    justify-content:center;
  }

.newsletter-popup__content .social-icons a{
    display:inline-block;
    margin-top:30px;
    padding:5px;
  }

.newsletter-popup__content-image-wrapper{
  min-height:200px;
  position:relative;
  width:50%;
}

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

.newsletter-popup__content-image-wrapper{
    display:none;
}
  }

.newsletter-popup__content-image{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
  width:100%;
}

.newsletter-popup__content-info{
  padding:40px;
  width:50%;
}

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

.newsletter-popup__content-info{
    padding:0 0 20px;
    width:100%;
}
  }

.newsletter-popup__content-info .h2{
    font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight:var(--typeHeaderWeight);
    margin-bottom:0;
  }

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

.newsletter-popup__content-info .h2{
      margin-bottom:0;
  }
    }

.newsletter-popup__content-info .rte{
    margin-bottom:0;
    margin-top:20px;
  }

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

.newsletter-popup__content-info .rte{
      margin-bottom:0;
      margin-top:20px;
  }
    }

.newsletter-popup__content-info .popup-cta{
    margin-bottom:0;
    margin-top:30px;
  }

.newsletter-popup__content-info .newsletter__input-group{
    margin-bottom:0;
    margin-top:30px;
  }

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

.newsletter-popup__content-info .newsletter__input-group{
      margin-bottom:0;
      margin-top:20px;
  }
    }

.newsletter-popup__content-info .newsletter-button{
    max-width:400px;
  }

newsletter-reminder{
  background-color:var(--colorBody);
  border:1px solid;
  border-color:var(--colorTextBody);
  border-radius:var(--buttonRadius);
  color:var(--colorTextBody);
  left:40px;
  transition:bottom 0.15s ease-in-out;
  z-index:19;
}

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

newsletter-reminder{
    left:20px;
}
  }

newsletter-reminder.modal--square .modal__close{
    border:1px solid;
    border-color:var(--colorTextBody);
    border-radius:var(--buttonRadius);
    line-height:0;
    padding:5px;
    right:-10px;
    top:-10px;
    transition:transform 0.3s ease-in-out;
  }

newsletter-reminder.modal--square .modal__close:hover{
      transform:scale(1.08);
    }

newsletter-reminder .newsletter-reminder__message{
    font-size:calc(var(--typeHeaderSize)*0.5);
  }

.sticky-nav--is-open newsletter-reminder{
  bottom:128px;
}

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

.sticky-nav--is-open newsletter-reminder{
    bottom:108px;
}
  }

.map-section{
  height:650px;
  overflow:hidden;
  position:relative;
  width:100%;
}

@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{
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover;
  bottom:0;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:0;
}

.map-section__overlay-wrapper{
  height:100%;
  position:relative;
}

.map-section__overlay{
  background-color:var(--colorBody);
  display:inline-block;
  margin:30px;
  padding:30px;
  position:relative;
  z-index:3;
}

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

.map-section__overlay{
    left:40px;
    margin:40px;
    margin-top:0;
    max-width:430px;
    padding:40px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
  }

.map-section--load-error .map-section__overlay{
    position:static;
    transform:translateY(0);
}

.map-section__link{
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:2;
}

.map-section__container{
  position:absolute !important;
}

.map-section__container{
  height:150%;
  left:0;
  margin-bottom:-50%;
  top:0;
  width:100%;
}

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

.map-section__container{
    height:100%;
    margin:0 -30% 0 0;
    width:130%;
}
  }

.display-map--false.bg-image--true .map-section__container{
    height:100%;
    width:100%;
}

.display-map--false.bg-image--true .map-section__container img{
      height:100%;
      -o-object-fit:cover;
         object-fit:cover;
      width:100%;
    }

[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;
    opacity:0;
    will-change:opacity, transform;
  }

[data-animate_images=true] .aos-animate[data-aos=map-section__animation] .map-section__container{
    animation:fade-in 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  }

.social-section__wrapper{
  background:#fff;
  border:1px solid;
  border-color:var(--colorTextBodyAlpha01);
  color:#000;
}

.social-section__wrapper a{
    display:block;
  }

.social-section__wrapper .placeholder-svg{
    padding:0;
  }

.social-section__image-wrapper{
  padding-bottom:100%;
  position:relative;
}

.social-section__image{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
  width:100%;
}

.social-section__meta{
  font-family:sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  padding:9px;
}

@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{
  align-items:center;
  display:flex;
}

.social-section__likes:before{
    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);
    background-repeat:no-repeat;
    background-size:24px;
    content:"";
    display:inline-block;
    height:24px;
    margin-right:10px;
    width:24px;
  }

.instagram-image{
  background-repeat:no-repeat;
  background-size:cover;
  display:block;
  height:0;
  padding-bottom:100%;
}

.instagram-image--error{
  color:#d02e2e;
  font-size:13px;
  height:auto;
  padding:10px;
  text-align:center;
}

.instagram-image--error small{
    display:block;
    font-size:10px;
    word-break:break-word;
  }

.instagram__product-title{
  font-size:calc((var(--typeBaseSize) - 2px)*0.85);
  font-style:italic;
  padding:5px;
  text-align:center;
}

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

.instagram__product-title{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.instagram__product-title a{
    display:inline;
  }

.store-availability{
  display:flex;
  justify-content:space-around;
}

.store-availability .icon{
    height:12px;
    margin:6px 0 0;
    width: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%;
  margin-left:10px;
  text-align:left;
}

html[dir=rtl] .store-availability__info{
    margin-left:0;
    margin-right:10px;
    text-align:right;
}

.store-availability__info>div{
    margin-bottom:5px;
  }

.store-availability__info>div:last-child{
      margin-bottom:0;
    }

.store-availability__info a{
    -webkit-text-decoration:underline;
    text-decoration:underline;
  }

.store-availability__small{
  font-size:0.8em;
}

.store-availability__small a{
    display:block;
    margin-top:10px;
  }

.text-with-icons{
  margin-bottom:-20px;
}

.text-with-icons .icon{
    height:80px;
    width:80px;
  }

.text-with-icons .icon circle,.text-with-icons .icon ellipse,.text-with-icons .icon g,.text-with-icons .icon line,.text-with-icons .icon path,.text-with-icons .icon polygon,.text-with-icons .icon polyline,.text-with-icons .icon rect{
    stroke-width:4px;
  }

.text-with-icons__blocks .text-with-icons__block{
  padding:20px;
}

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

.text-with-icons__blocks .text-with-icons__block{
    padding:0 0 20px;
}
  }

.text-with-icons__button{
  padding-bottom:20px;
}

.countdown__content{
  background-color:var(--countdown-background-color);
  color:var(--countdown-text-color);
}

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

[data-type_header_capitalize=true] .countdown__content .h2,[data-type_header_capitalize=true] .countdown__content h2{
    text-transform:uppercase;
  }

.countdown__block--button .btn.btn--inverse{
    border-color:var(--accent-color);
    color:var(--accent-color);
  }

.age-verification-popup{
  bottom:0;
  flex-direction:column;
  top:0;
}

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

.age-verification-popup{
    flex-direction:row;
}
  }

.age-verification-popup.age-verification-popup--image-false{
    background-color:var(--colorBody);
  }

.age-verification-popup.age-verification-popup--image-false.modal:before{
      animation:none;
      background-color:var(--colorBody);
    }

.age-verification-popup.age-verification-popup--image-false .modal__inner{
      box-shadow:none;
    }

.age-verification-popup.age-verification-popup--image-false.modal--square .modal__centered-content{
      box-shadow:none;
    }

.age-verification-popup.blur-image--true .age-verification-popup__background-image,.age-verification-popup.blur-image--true .age-verification-popup__mobile-image{
      filter:blur(4px);
      transform:scale(1.03);
    }

.age-verification-popup.modal--mobile-friendly .modal__inner{
    border:none;
    bottom:0;
    position:fixed;
  }

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

.age-verification-popup.modal--mobile-friendly .modal__inner{
      bottom:auto;
      position:static;
  }
    }

.age-verification-popup.modal--square .modal__centered-content{
    padding:40px;
  }

.age-verification-popup__background-image-wrapper{
  display:none !important;
}

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

.age-verification-popup__background-image-wrapper{
    display:block !important;
}
  }

.age-verification-popup__mobile-image-wrapper{
  height:100%;
  overflow:hidden;
  position:fixed;
  top:0;
  width:100%;
}
/* --- Produkt header styling --- */
.product-header {
  margin-bottom: 16px;
}

/* Titel styling */
.product-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #111;
}

/* Trustpilot badge */
.trustpilot-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}

.trustpilot-badge img {
  height: 14px;
  width: auto;
}

.trustpilot-rating {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

/* --- Desktop layout --- */
@media screen and (min-width: 769px) {
  .grid.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .product-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .trustpilot-rating {
    font-size: 14px;
  }
}

/* --- Mobil layout --- */
@media screen and (max-width: 768px) {
  .grid.product-layout {
    display: block;
  }

  .trustpilot-badge {
    justify-content: flex-start;
  }

  .product-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .trustpilot-rating {
    font-size: 12px;
  }
}

/* --- Hovedbillede --- */
.product-main-image {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 12px auto;
  border-radius: 0px;
  overflow: hidden; /* så intet stikker ud */
}

.product-main-image img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: contain;
  display: block;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #PSMediaWrap,
  .product-main-image {
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width: 768px){

  #PSMediaWrap{
    width:100vw;
    margin-left:calc(50% - 50vw);
  }

  #PSMediaWrap img{
    width:100%;
    height:auto;
    display:block;
  }

}


/* --- Thumbnails wrapper --- */
.product-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* skjul scrollbar */
}

.product-thumbnails::-webkit-scrollbar {
  display: none;
}

/* --- Thumbnails billeder --- */
.product-thumbnails img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.product-thumbnails img:hover {
  transform: scale(1.05);
}

.product-thumbnails img.active {
  border: 2px solid #111;
  transform: scale(1.05);
}

/* --- Mobil layout for billeder --- */
@media screen and (max-width: 768px) {
  .product-main-image {
    height: 360px; /* højere billede på mobil */
  }

  .product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-thumbnails {
    justify-content: space-between; /* thumbnails flugter */
    gap: 4px;
  }

  .product-thumbnails img {
    width: 60px;
    height: 60px;
  }
}

/* === Mini testimonial styling === */
.mini-testimonial {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
  margin: 15px 0;
  max-width: 400px;
}

.mini-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mini-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.mini-text {
  flex: 1;
}

.mini-text p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.verified {
  color: #2f8f2f; /* grøn farve ala Trustpilot "verified" */
  font-size: 12px;
  margin-left: 4px;
}

.mini-rating {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.trust-stars {
  height: 16px;
  width: auto;
}

/* Skjul/vis trustpilot badges afhængigt af device */
.full-width-rating {
  display: block; /* mobil default */
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 15px;
}

.trustpilot-desktop {
  display: none; /* skjules på mobil */
}

@media screen and (min-width: 769px) {
  .full-width-rating {
    display: none; /* skjules på desktop */
  }
  .trustpilot-desktop {
    display: block; /* vises kun på desktop */
    margin-bottom: 10px;
  }

  /* Sørger for at trustpilot står over titlen */
  .product-single__meta .trustpilot-desktop {
    order: -1;
  }
}

/* --- Desktop: Trustpilot badge placeret over billedet --- */
@media screen and (min-width: 769px) {
  .product-main-image {
    position: relative; /* reference til badge */
  }

  .trustpilot-desktop .trustpilot-badge {
    position: absolute;
    top: -35px;     /* lidt over billedet */
    left: 0;        /* helt ude til venstre */
    margin: 0;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    z-index: 10;
  }

  .product-title {
    margin-top: 40px; /* giver luft under badget */
  }
}
/* Tving desktop-versionen til altid at være synlig */
@media screen and (min-width: 769px) {
  .trustpilot-desktop {
    display: block !important;
  }

  .trustpilot-desktop .trustpilot-rating {
    display: inline-block !important;
    color: #111 !important;
    font-size: 14px !important;
  }
}

/* Og skjul kun mobil-versionen på desktop */
@media screen and (min-width: 769px) {
  .full-width-rating {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .product-main-image {
    position: relative;
  }

  .trustpilot-desktop {
    display: block !important;
  }

  .trustpilot-desktop .trustpilot-badge {
    position: absolute;
    top: -40px;  /* løfter badget OVER billedet */
    left: 0;
    margin: 0;
    background: transparent;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    z-index: 10;
  }

  .full-width-rating {
    display: none !important;
  }
}
/* Skjul desktop badge på mobil */
.trustpilot-desktop {
  display: none;
}

@media screen and (min-width: 769px) {
  /* Vis desktop badge */
  .trustpilot-desktop {
    display: block;
    margin-bottom: 10px; /* luft ned til billedet */
  }

  .trustpilot-desktop .trustpilot-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }

  .trustpilot-desktop .trustpilot-stars {
    width: 80px;   /* gør stjernerne mindre */
    height: auto;
  }

  .trustpilot-desktop .trustpilot-rating {
    font-size: 13px;
    color: #111;
  }
}
.trustpilot-desktop {
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #111 !important;
}
/* Mobil: vis kun mobil-badget */
@media screen and (max-width: 768px) {
  .trustpilot-desktop {
    display: none !important;
  }
  .full-width-rating {
    display: block !important;
  }
}

/* Desktop: vis kun desktop-badget */
@media screen and (min-width: 769px) {
  .trustpilot-desktop {
    display: block !important;
  }
  .full-width-rating {
    display: none !important;
  }
}
/* Fjern luft over produktsektionen */
#ProductSection- {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Fjern evt. luft i indre wrappers */
#ProductSection- .page-content,
#ProductSection- .page-width,
#ProductSection- .grid.product-layout {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#ProductSection- {
  margin-top: -20px !important; /* justér tallet efter behov */
}
@media screen and (min-width: 769px) {
  .product-title {
    margin-top: 10px !important;   /* giver en smule luft */
  }

  .product-single__meta {
    margin-top: 10px !important;   /* sikrer hele højre kolonne følger med */
  }
}
@media screen and (min-width: 769px) {
  .product-title {
    margin-top: 5px !important;   /* kun en lille justering ned */
  }

  .product-single__meta {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .product-single__sticky {
    position: static !important;
    top: auto !important;
  }
}
/* --- Testimonial sektionen (Maria) --- */
.mini-testimonial {
  margin-top: 15px; /* standard desktop spacing */
}

@media screen and (max-width: 768px) {
  .mini-testimonial {
    margin-top: 25px; /* gør anmeldelsen lidt lavere på mobil */
  }
}

/* --- Billedet lidt større på mobil --- */
@media screen and (max-width: 768px) {
  .product-main-image img {
    max-width: 100%; /* zoom en smule ind */
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {

  #PSMediaWrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    aspect-ratio: 1 / 1 !important;
  }

  #PSMediaWrap img,
  #MainProductImage {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

}

/* --- Trustpilot badge styling --- */
.trustpilot-badge {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-size: 13px; /* lidt mindre standard tekst */
}

.trustpilot-badge img.trustpilot-stars {
  margin-right: 6px;
}

/* Desktop: badge over billedet */
@media screen and (min-width: 769px) {
  .trustpilot-desktop {
    margin-bottom: 8px; /* lidt luft mellem badge og billede */
  }
}

/* --- Rating tekst mindre + grå nuance --- */
.trustpilot-rating strong {
  font-size: 12px;
  font-weight: 600;
}

.trustpilot-rating {
  font-size: 12px;
  color: #555; /* lidt lysere grå for “mere end 250 glade kvinder” */
}

/* --- Verificeret label i testimonial --- */
.verified {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #2f8f2f;
  margin-left: 4px;
}

.verified-icon {
  margin-right: 2px;
}
/* --- Trustpilot badge over billedet --- */
.trustpilot-badge {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 3px 8px;
  border-radius: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-size: 8px;           /* mindre skrift */
  white-space: nowrap;       /* holder hele teksten på én linje */
  margin: 0 auto 8px auto;   /* centrer badge over billedet */
}

.trustpilot-badge strong {
  font-size: 13px;           /* gør selve 4,7 / 5,0 lidt tydeligere */
  font-weight: 600;
  margin-right: 4px;
}

/* --- Hovedbillede --- */
.product-main-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* --- Thumbnails --- */
.product-thumbnails {
  display: flex;
  justify-content: center;   /* centrer thumbnails */
  gap: 6px;                  /* afstand mellem dem */
  margin-top: 8px;
}

.product-thumbnails img {
  width: 70px;   /* gør dem mindre */
  height: auto;
  border-radius: 4px;
  cursor: pointer;
}

.product-thumbnails img.active {
  border: 2px solid #00b67a; /* markerer det valgte thumbnail */
}
/* --- Badge over billedet (mobil) --- */
@media screen and (max-width: 768px) {
  .trustpilot-badge {
    font-size: 12px; /* gør teksten mindre */
    padding: 2px 8px;
    white-space: nowrap; /* sørger for at alt står på én linje */
  }

  .trustpilot-badge .trustpilot-rating {
    font-size: 12px; /* teksten mindre */
  }
}

/* --- Thumbnails justering --- */
.product-thumbnails {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.product-thumbnails img {
  width: 18%;   /* gør dem mindre så alle kan være på linje */
  height: auto;
  border: 1px solid #000; /* sort kant */
  border-radius: 4px;
  cursor: pointer;
}

.product-thumbnails img.active {
  border: 2px solid #000; /* aktivt thumbnail → sort ramme, ikke grøn */
}

<div class="testimonial-box">
  <!-- Kunde info -->
  <div class="testimonial-user">
    <img src="/cdn/shop/files/billede_review.jpg" 
         alt="Maria L." class="testimonial-img" width="60" height="60">
    <div class="testimonial-name">
      <strong>Maria L., Frederiksværk</strong>
      <span class="verified">✔ Verificeret</span>
    </div>
  </div>

  <!-- Kunde citat -->
  <p class="testimonial-quote">
    “Jeg er SÅ glad for mit Pura Studio Board! Jeg har altid villet prøve pilates, 
    men synes det var for dyrt med abonnement.”
  </p>

  <!-- Trustpilot rating -->
  <div class="testimonial-rating">
    <img src="/cdn/shop/files/trust_svg.svg" 
         alt="Trustpilot stjerner" width="100" height="16">
    <span>4,7 / 5,0 (mere end 250 glade kvinder)</span>
  </div>
</div>

}
/* --- Ekspert testimonial (Camilla) --- */
.expert-testimonial {
  margin-top: 15px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  max-width: 320px; /* gør feltet lidt mindre */
}

.expert-header {
  display: flex;
  align-items: center;
}

.expert-img {
  border-radius: 50%; /* rundt billede */
  margin-right: 10px;
}

.expert-text {
  font-size: 13px;
  line-height: 1.4;
}

.expert-text strong {
  font-size: 13px;
  color: #000;
}

.expert-verified {
  display: block;
  color: #1a8917; /* grøn badge-farve */
  font-size: 11.5px;
  margin-top: 2px;
}
/* USP-liste styling */
.usp-list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.usp-list li {
  display: flex;
  align-items: center;
  font-size: 14px;        /* lidt mindre skrift */
  font-weight: 500;       /* medium, ikke for tung */
  margin: 22px 0;         /* mere luft mellem bulletpoints */
  line-height: 1.4;
  transition: color 0.3s ease;
  cursor: default;
}

/* Cirkel baggrund til ikoner */
.usp-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4AFD1; /* Tema farve */
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

/* SVG-ikoner */
.usp-icon {
  width: 20px;
  height: 20px;
  stroke: #000; /* sort ikonfarve for bedre kontrast */
  transition: transform 0.3s ease;
}

/* Flag-ikon */
.usp-flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: contain;
}

/* Hover-effekt */
.usp-list li:hover {
  color: #cc8fb6;
}

.usp-list li:hover .usp-icon-wrap {
  background: #cc8fb6;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.usp-list li:hover .usp-icon {
  transform: scale(1.1);
}
/* --- KOMPAKT TESTIMONIALS (Maria + Camilla) --- */

/* Gælder både desktop og mobil */
.mini-testimonial {
  padding: 6px 8px;
  border-radius: 6px;
}

.mini-testimonial .mini-img {
  width: 30px;
  height: 30px;
}

.mini-testimonial .mini-text strong {
  font-size: 13px;
  font-weight: 600;
}

.mini-testimonial .mini-text p {
  font-size: 12px;
  line-height: 1.3;
  color: #444; /* lidt lysere grå for bedre hierarki */
  margin: 4px 0 0;
}

.mini-testimonial .mini-rating {
  font-size: 11px;
  margin-top: 4px;
}

.mini-testimonial .mini-rating img {
  width: 80px; /* smallere trustpilot-stjerner */
  height: auto;
}

/* Camilla ekspert */
.expert-testimonial {
  padding: 5px 8px;
  margin-top: 6px;
  border-radius: 6px;
}

.expert-testimonial .expert-img {
  width: 28px;
  height: 28px;
}

.expert-testimonial .expert-text {
  font-size: 11px;
  line-height: 1.2;
}

/* --- Justering af 'Verificeret' badges --- */
.mini-testimonial .verified {
  font-size: 11px;
  color: #4CAF50;
  font-weight: 500;
}

.mini-testimonial .verified-icon {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-right: 2px;
}

.expert-testimonial .expert-verified {
  font-size: 10px;
  color: #4CAF50;
  font-weight: 500;
  display: inline-block; /* kun ét flueben fra HTML */
}

/* --- Ekstra kompakt på mobil --- */
@media (max-width: 768px) {
  .mini-testimonial {
    padding: 5px 6px;
  }

  .mini-testimonial .mini-img {
    width: 26px;
    height: 26px;
  }

  .mini-testimonial .mini-text strong {
    font-size: 12px;
  }

  .mini-testimonial .mini-text p {
    font-size: 11px;
    line-height: 1.2;
  }

  .mini-testimonial .mini-rating {
    font-size: 10px;
  }

  .mini-testimonial .mini-rating img {
    width: 70px; /* endnu smallere stjerner på mobil */
  }

  .expert-testimonial {
    padding: 4px 6px;
  }

  .expert-testimonial .expert-img {
    width: 24px;
    height: 24px;
  }

  .expert-testimonial .expert-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .expert-testimonial .expert-verified {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .product-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .product-section .page-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

/* CTA knap styling */
.buy-button {
  background-color: #E4AFD1;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100% !important;   /* ✅ Fylder hele containeren */
  max-width: none !important; /* ✅ Fjern max-width begrænsning */
  margin-top: 15px;
  display: block;
}

.buy-button:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .trust-box {
    margin-bottom: 0px !important;  /* fjern alt mellemrum under boksen */
  }

  h1.product-title {
    margin-top: 0px !important;   /* fjern alt mellemrum over overskriften */
  }
}
/* Afstand kun på mobil */
@media (max-width: 767px) {
  .trust-box {
    margin-top: 25px !important; /* øget afstand fra thumbnails */
  }
}
@media (max-width: 768px) {
  .product-title {
    font-size: 20px;   /* mindre og mere balanceret */
    line-height: 1.3;
    font-weight: 700;
  }
}
/* Trustpilot badge: altid på én linje */
.trustpilot-rating {
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;   /* forhindrer linjeskift */
}

@media (max-width: 400px) {
  .trustpilot-rating {
    font-size: 11px;    /* gør teksten mindre på meget små skærme */
  }
}
.trustpilot-rating {
  font-size: 9.5px;
  white-space: nowrap;
}
.trustpilot-rating {
  font-size: 9.5px !important;  /* tvinger den til at blive mindre */
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
.testimonial-carousel-section {
  width: 100%;
  margin: 0 0 8px 0; /* lidt mindre spacing */
  padding: 6px 0;
  background: none;
}

.carousel-title {
  text-align: center;
  font-size: 26px; /* før 28px */
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.carousel-title .heart { color: #E4AFD1; }

.testimonial-carousel {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  width: max-content;
  animation: scroll 60s linear infinite;
}

.testimonial-card {
  background: #F6D8E7;
  border-radius: 12px;
  padding: 20px; /* før 25px */
  margin: 0 10px;
  width: 320px;   /* før 360px */
  flex-shrink: 0;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.testimonial-card .profile {
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin: 0 auto 10px;
  display: block;
  width: 120px;   /* før 150px */
  height: 120px;
}

.testimonial-card .profile-veronica { object-position: center 30%; }

.testimonial-card .stars {
  display: block;
  margin: 0 auto 10px;
  width: 80px; /* lidt mindre stjerner */
}

.testimonial-card p {
  font-size: 13px;  /* før 14px */
  line-height: 1.5;
  margin-bottom: 8px;
}

.testimonial-card h3 {
  font-size: 14px;  /* før 15px */
  font-weight: bold;
  margin-bottom: 5px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .testimonial-card { width: 220px; padding: 15px; }
  .testimonial-card .profile { width: 90px; height: 90px; }
  .testimonial-card p { font-size: 12px; }
  .testimonial-card h3 { font-size: 13px; }
  .carousel-title { font-size: 20px; }
}

@media (max-width: 480px) {
  .testimonial-card { width: 190px; padding: 12px; }
  .testimonial-card .profile { width: 75px; height: 75px; }
  .testimonial-card p { font-size: 11px; }
  .testimonial-card h3 { font-size: 12px; }
  .carousel-title { font-size: 18px; }
}
@media (max-width: 768px) {
  .features {
    display: flex !important;
    flex-direction: row
    align-items: center !important;
    gap: 150px !important;   /* endnu mere luft mellem bokse */
    margin: 100px 0 !important; /* større luft over/under sektionen */
  }
}
/* Mobil (1 ikon pr. række) */
@media (max-width: 768px) {
  .feature {
    flex: 1 1 100%;   /* fylder hele bredden */
    max-width: 100%;
    margin-bottom: 10px; /* ekstra kontrol for tæthed */
  }

  .features {
    justify-content: center; 
    gap: 12px; /* mindre afstand mellem elementerne */
    padding: 20px 8%; /* lidt mindre padding */
  }

  .feature-icon {
    margin: 0 auto 8px; /* mindre afstand mellem ikon og tekst */
    width: 70px;
    height: 70px;
  }

  .feature-icon img {
    width: 40px;
    height: 40px;
  }

  .feature h3 {
    font-size: 15px;
    margin: 4px 0; /* mindre margin */
  }

  .feature p {
    font-size: 13px;
    margin: 0;
  }
}
/* Kun på forsiden */
.template-index .features {
  padding: 20px 5% !important;
  gap: 12px !important;
}

.template-index .feature-icon {
  margin-bottom: 8px !important;
}

@media (max-width: 768px) {
  .community-section img {
    width: 120px !important;
    height: auto !important;
  }
}

/* --- Hvid underline-effekt i mobilmenu --- */
.slide-nav__link,
.slide-nav__sublist-link {
  position: relative;
  font-family: "Agrandir", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #2b2b2b !important;
  transition: color 0.3s ease;
}

.slide-nav__link::after,
.slide-nav__sublist-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.slide-nav__link:hover,
.slide-nav__sublist-link:hover {
  color: #ffffff !important;
}

.slide-nav__link:hover::after,
.slide-nav__sublist-link:hover::after {
  width: 40%;
}
/* Giver jævn luft mellem footer-sektionerne */
.footer-column h3 {
  margin-top: 30px !important; /* skaber ens afstand over nye overskrifter */
}

/* Ekstra luft under mailen */
.footer-column p a[href^="mailto"] {
  display: inline-block;
  margin-bottom: 20px !important;
}
/* --- Import Agrandir font fra Fontshare --- */
@import url('https://api.fontshare.com/v2/css?f[]=agrandir@400,500,600,700&display=swap');

/* --- FOOTER STYLING --- */
.footer-section {
  background-color: #E4AFD1;
  font-family: 'Agrandir', sans-serif;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; /* så kolonner ikke bryder linjen unødigt */
  gap: 100px; /* øget afstand mellem kolonner */
  padding: 80px 12%; /* rykket mere ind fra venstre/højre */
  box-sizing: border-box;
}

/* Kolonner */
.footer-column {
  flex: 1 1 280px;
  max-width: 360px;
}

/* Logo */
.footer-logo {
  width: 150px;
  margin-bottom: 35px;
  display: block;
}

/* Overskrifter */
.footer-column h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 40px; /* mere luft mellem overskrift og tekst */
  color: #000;
}

/* Tekst */
.footer-column p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 18px;
  max-width: 95%;
}

/* Links */
.footer-column a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  font-size: 15px;
}

.footer-column a:hover {
  border-bottom: 1px solid #000;
}

/* Liste */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 10px;
}

/* Footer bund */
.footer-bottom {
  text-align: center;
  padding: 25px 0;
  font-size: 13px;
  background-color: #E4AFD1;
  border-top: 1px solid #d8a8c3;
  color: #000;
  font-family: 'Agrandir', sans-serif;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
  .footer-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 55px;
    padding: 70px 8%;
  }

  .footer-column {
    max-width: 100%;
  }

  .footer-logo {
    margin: 0 auto 30px auto;
  }
}
/* EKSTRA luft under "Vores Vision" */
.footer-column:first-child h3 {
  margin-bottom: 32px !important;
}

.ps-testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  margin: 18px auto;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.06);
  border-left: 6px solid #E4AFD1;
  max-width: 525px;
  @media (max-width: 768px) {
  /* Fjern luft under thumbnails */
  .product__media {
    margin-bottom: 0 !important;
  }

  /* Træk testimonial op */
  .ps-testimonial-card {
    margin-top: -36px !important;
  }
}

}

.ps-testimonial-inner {
  display: flex;
  flex-direction: column;
  gap: 10px; /* mindre spacing */
}

.ps-header {
  display: flex;
  gap: 12px;  /* tættere */
  align-items: center;
}

.ps-photo {
  width: 62px; 
  height: 62px;
  border-radius: 50%;
  border: 3px solid #E4AFD1;
  object-fit: cover;
  flex-shrink: 0;
}

/* Name */
.ps-name {
  font-weight: 700;
  font-size: 15.5px;
  margin-bottom: 2px; /* mindre afstand */
}

/* Verified */
.ps-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1a8f3c;
  font-size: 13.5px;
  margin-top: -1px; /* træk det tættere */
}

.ps-check {
  width: 14px;
  height: 14px;
}

/* Quote (mindre margin → mindre højde) */
.ps-quote {
  font-size: 14.5px;
  line-height: 1.45;
  margin: 4px 0 2px 0;
}

/* Rating */
.ps-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.ps-stars {
  width: 105px;
  height: auto;
}

.ps-rating-text {
  font-size: 13.5px;
  color: #444;
}

/* MOBILE */
@media (max-width: 480px) {
  .ps-testimonial-card {
    padding: 10px 18px;
    max-width: 100%;
  }

  .ps-photo {
    width: 58px;
    height: 58px;
  }

  .ps-name {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .ps-testimonial-card {
    width: 100% !important;               /* fuld bredde i containeren */
    max-width: 480px !important;          /* pæn max bredde */
    margin: 18px 0 0 0 !important;
  /* centrer card perfekt */
    
    padding: 14px 16px !important;
    border-radius: 14px !important;
  }

  .ps-testimonial-inner {
    gap: 10px !important;
  }

  .ps-header {
    gap: 10px !important;
  }

  .ps-photo {
    width: 60px !important;
    height: 60px !important;
  }

  .ps-name {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .ps-quote {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
  }

  .ps-rating {
    gap: 8px !important;
    margin-top: 4px !important;
  }
}
.logistics-box {
  background: #f9fafb;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 15px 0;
}

.logistics-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #047857;
}

.logistics-item:last-child {
  margin-bottom: 0;
}

.stock-dot {
  width: 12px;
  height: 12px;
  background-color: #22c55e;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

.logistics-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937; /* mørkegrå i stedet for grøn */
}
🟢  5 stk. på lager
    Afsendes i dag før kl. 16

📦  Levering 1–2 hverdage
    Fuldt forsikret pakke

🔍  Spor din pakke

/* --- LOGISTICS BOX V2 --- */

.ps-logistics-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 18px 0;
}

/* items */
.ps-log-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ps-log-item:last-child {
  margin-bottom: 0;
}

/* status dot */
.ps-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  flex-shrink: 0;
}

.ps-dot-green { background: #22c55e; }
.ps-dot-yellow { background: #fbbf24; }
.ps-dot-red { background: #ef4444; }

/* tekst */
.ps-log-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
}

.ps-subtext {
  font-size: 13px;
  color: #6b7280;
  margin-top: -2px;
}

/* ikon */
.ps-icon {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

/* link */
.ps-track-link a.ps-track-a {
  color: #2563eb;
  text-decoration: none;
}

.ps-track-link a.ps-track-a:hover {
  text-decoration: underline;
}

/* animation */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}
.ps-logistics-box .ps-track-link {
  margin-bottom: 26px !important;
  display: flex;
}
@media (max-width: 768px) {
  .ps-logistics-box {
    margin-bottom: 38px !important;
  }
}
/* ---- Luxury Premium Logistics Box ---- */

.ps-luxury-box {
  background: linear-gradient(135deg, #ffffff 0%, #fdf3f7 40%, #f7e5f0 100%);
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(255, 180, 220, 0.5);
  
  /* Premium glow */
  box-shadow:
    0 8px 22px rgba(0,0,0,0.08),
    inset 0 2px 5px rgba(255,255,255,0.7);

  backdrop-filter: blur(6px);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ps-luxury-box:hover {
  transform: translateY(-3px);
  box-shadow:
    0 15px 35px rgba(0,0,0,0.12),
    inset 0 3px 6px rgba(255,255,255,0.65);
}

/* Items inside */
.ps-lux-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 0;
}

/* Divider */
.ps-lux-divider {
  height: 1px;
  margin: 14px 0;
  background: linear-gradient(90deg, rgba(0,0,0,0), rgba(180,180,180,0.25), rgba(0,0,0,0));
}

/* Text styling */
.ps-lux-texts strong {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.ps-lux-sub {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
  display: block;
}

/* Green dot */
.ps-lux-green {
  width: 16px;
  height: 16px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px #4ade80;
  animation: luxPulse 2s infinite ease-in-out;
}

/* Icon container with glow */
.ps-lux-icon-img img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.15));
}

/* Micro animation */
.ps-track-hover:hover {
  transform: translateX(4px);
}

/* Link style */
.ps-lux-track {
  color: #3a47d5;
  font-size: 15px;
  text-decoration: none;
}

.ps-lux-track:hover {
  text-decoration: underline;
}

/* Glow pulse */
@keyframes luxPulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.22); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 480px) {
  .ps-luxury-box {
    padding: 18px 16px;     /* bredere, mindre højde */
    border-radius: 16px;    /* lidt mindre puffy */
    max-width: 100%;
  }

  .ps-lux-item {
    gap: 8px;               /* mere kompakt */
  }
}


/* --- Premium Buy Button (Lyserød + Pulse) --- */
.ps-buy-btn {
  width: 100%;
  background: linear-gradient(180deg, #F8DCE8 0%, #EEC3D8 100%);
  border: none;
  padding: 18px 20px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #3a003a;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Hover */
.ps-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.20);
  opacity: 0.95;
}

/* Pulse animation */
@keyframes pulseGlow {
  0% { transform: scale(1); box-shadow: 0 0 0 rgba(217,169,196,0.4); }
  50% { transform: scale(1.02); box-shadow: 0 0 18px rgba(217,169,196,0.6); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(217,169,196,0.4); }
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .ps-buy-btn {
    font-size: 18px;
    padding: 16px;
    border-radius: 16px;
  }
}
.ps-buy-btn {
  width: 100%;
  background: linear-gradient(180deg, #F8DCEB 0%, #EEC7DF 100%);
  border: none;
  padding: 20px 22px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #3a003a;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  margin-top: 6px; /* <-- Giver luft under logistikboksen */
}

/* Hover effect */
.ps-buy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.18);
  opacity: 0.95;
}

/* Pulse glow animation */
@keyframes pulseGlow {
  0% { transform: scale(1); box-shadow: 0 0 0 rgba(255,175,210,0.4); }
  50% { transform: scale(1.02); box-shadow: 0 0 20px rgba(255,175,210,0.65); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(255,175,210,0.4); }
}
/* ------------------------------------------------------ */
/* PREMIUM TESTIMONIAL – MATCHER LOGISTIKBOKSEN */
/* ------------------------------------------------------ */

.ps-testimonial-card {
  background: linear-gradient(135deg, #FFF6FC 0%, #F4E8FB 100%) !important;
  border-radius: 20px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(228,175,209,0.35) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,0.06) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

/* Hover løft */
.ps-testimonial-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.08) !important;
}

/* Layout */
.ps-testimonial-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  
}
@media (max-width: 480px) {
  .ps-testimonial-card {
    padding: 12px 18px !important;
  }

  .ps-testimonial-card p {
    font-size: 13px !important;
    line-height: 1.4;
  }

  .ps-name {
    font-size: 14px;
  }

  .ps-rating-text {
    font-size: 12px;
  }
}

/* Header */
.ps-header {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

/* Profilbillede med pink gradient ring */
.ps-photo {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  padding: 3px !important;
  background: radial-gradient(circle at top left, #E4AFD1, #ffffff) !important;
  box-shadow: 0 4px 14px rgba(228,175,209,0.45) !important;
}

/* Navn */
.ps-name {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15.5px !important;
  color: #1a1a1a !important;
  letter-spacing: -0.3px !important;
}

/* Verificeret badge */
.ps-verified {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #38a36b !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
}

/* Quote */
.ps-quote {
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  letter-spacing: -0.2px !important;
  line-height: 1.55 !important;
  color: #303030 !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}

/* Rating */
.ps-rating {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Rating tekst */
.ps-rating-text {
  font-size: 13.5px !important;
  color: #4d4d4d !important;
  letter-spacing: -0.2px !important;
}
.fade-slider {
  text-align: center;
  padding: 40px 0;
}

.fade-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px;
}

.fade-title span { color: #e4afd1; }

.fade-wrapper {
  position: relative;
  height: 350px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.fade-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 1s ease, transform 1s ease;
  padding: 25px 20px;
  background: #ffeaf7;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.fade-card.active {
  opacity: 1;
  transform: scale(1);
}

.fade-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.fade-img-shift {
  object-position: center 30%;
}

.fade-stars {
  width: 100px;
  margin-bottom: 12px;
}

.fade-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.fade-card h3 {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fade-wrapper { height: 330px; }
  .fade-title { font-size: 26px; }
  .fade-card { padding: 22px 15px; }
}
.ps-super-carousel-section {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(180deg, #fde7f1 0%, #fdf4ef 100%);
}

.ps-super-title {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  color: #222;
  margin-bottom: 40px;
}
.ps-super-title .heart { color: #e4afd1; }

/* WRAPPER */
/* =============================================== */
/* PREMIUM TESTIMONIAL v3 — Pink, Rounded, Clean   */
/* =============================================== */

/* SECTION */
.ps-super-carousel-section {
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(180deg, #ffe8f3 0%, #ffffff 100%) !important;
  text-align: center;
  border-radius: 40px !important;
}

/* TITLE */
.ps-super-title {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #2a2a2a !important;
  margin-bottom: 40px !important;
}
.ps-super-title .heart {
  color: #e4afd1 !important;
}

/* CAROUSEL WRAPPER */
.ps-super-carousel {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  overflow: hidden !important;
}

/* TRACK — ALDRIG STOP SCROLL */
.ps-super-track {
  display: flex !important;
  gap: 24px !important;
  width: max-content !important;
  padding: 10px 0 !important;
  animation: psCleanScroll 28s linear infinite !important;
}
.ps-super-track:hover {
  animation-play-state: running !important; /* ← STOPPER IKKE */
}

/* CARD */
.ps-super-card {
  width: 300px !important;
  background: #ffffff !important;
  border-radius: 28px !important; /* ekstra runde hjørner */
  padding: 26px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06) !important;
  flex-shrink:
 0 !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.ps-super-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.09) !important;
}

/* PHOTO — bedre grafik, ingen ring */
.ps-super-photo {
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
  margin-bottom: 14px !important;
  object-fit: cover !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
}

/* NAME */
.ps-super-card h3 {
  font-size: 16px !important;
  margin-bottom: 6px !important;
  font-weight: 700 !important;
  color: #222 !important;
}

/* CITY — tilføjes i HTML, styles her */
.ps-city {
  font-size: 13px !important;
  color: #888 !important;
  margin-top: -4px !important;
  margin-bottom: 10px !important;
}

/* TEXT */
.ps-super-text {
  font-size: 14px !important;
  color: #444 !important;
  line-height: 1.55 !important;
  margin-bottom: 14px !important;
}

/* STARS */
.ps-super-stars {
  width: 105px !important;
  margin: 0 auto !important;
  display: block !important;
}

/* ANIMATION */
@keyframes psCleanScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* MOBILE */
@media (max-width: 768px) {
  .ps-super-card {
    width: 245px !important;
    padding: 20px !important;
  }
  .ps-super-title {
    font-size: 26px !important;
  }
}
.ps-super-carousel-section {
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(180deg, #ffe3f0 0%, #ffeef7 60%, #fff5fa 100%) !important;
  text-align: center;
  border-radius: 40px !important;
}

/* ============================================================
   PREMIUM VARIANTVÆLGER – CLEAN VERSION
   ============================================================ */

/* Fjern farve-label */
.product-form__variants legend {
  display: none !important;
}

/* Fjern alt ramme/outline fra varianten */
.ps-fieldset,
.ps-color-options,
#variant-selector,
.product-form__variants {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ============================================================
   DESKTOP ALIGN – ryk let mod venstre
   ============================================================ */
#variant-selector {
  margin-left: -16px !important;
  padding-left: 0 !important;
}

.ps-color-options {
  display: flex !important;
  flex-direction: row !important;
  gap: 2px; !important;
  margin: 8px 0 !important;
  padding: 0 !important;
}


/* ============================================================
   VARIANT CARDS – GLASSMORPHISM
   ============================================================ */
.ps-variant {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 14px 22px;
  margin: 0;

  width: 100%;
  max-width: 460px;

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.45);

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.92) 0%,
    rgba(250,240,250,0.60) 100%
  );

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition: 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* Hover */
.ps-variant:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  border-color: rgba(255,255,255,0.75);
}

/* ============================================================
   CIRKLER – SOFT, PREMIUM, NO STRONG SHADOW
   ============================================================ */
.ps-variant-visual {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;

  box-shadow:
    inset 0 0 3px rgba(255,255,255,0.45),
    0 1px 3px rgba(0,0,0,0.05);

  transition: 0.25s ease;
}

.ps-variant:hover .ps-variant-visual {
  transform: scale(1.07);
  box-shadow:
    inset 0 0 6px rgba(255,255,255,0.75),
    0 2px 8px rgba(0,0,0,0.10);
}

/* Valgt cirkel */
.ps-variant-input:checked + .ps-variant-visual {
  transform: scale(1.12);
  box-shadow:
    inset 0 0 10px rgba(255,255,255,0.85),
    0 2px 8px rgba(0,0,0,0.12);
}

/* ============================================================
   FARVER – RADIAL GRADIENTS
   ============================================================ */
.ps-variant-visual[data-color="pura-studio-rosa"] {
  background: radial-gradient(circle, #e4afd1 0%, #d89fbe 100%);
}

.ps-variant-visual[data-color="lavendel-lilla"] {
  background:#cdd2ed;
}


.ps-variant-visual[data-color="carbon-sort"] {
  background: radial-gradient(circle, #000000 0%, #1a1a1a 100%);
}


/* ============================================================
   TEKST – PREMIUM
   ============================================================ */
.ps-variant-name {
  font-size: 16px;
  font-weight: 500;
  color: #3d2c35;
  letter-spacing: 0.3px;
}

.ps-variant-input:checked ~ .ps-variant-name {
  font-weight: 700;
  color: #000;
}

/* Skjul radio */
.ps-variant-input {
  display: none !important;
}

/* ============================================================
   AFSTAND UNDER KØB-KNAP
   ============================================================ */
.ps-buy-btn,
.product-form__buttons,
.product-form__submit {
  margin-bottom: 38px !important;
}

/* ============================================================
   FIX: Variantvælger + Køb-knap + Lagerboks SKAL flugte perfekt
   Desktop: Bredde 460px + ingen auto-center
   ============================================================ */

@media (min-width: 769px) {

  /* Variantvælger container */
  #variant-selector {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

  /* Hver variant-knap */
  .ps-variant {
    max-width: 460px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Køb-knappen */
  .ps-buy-btn {
    max-width: 460px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Logistikboksen (lagerstatus) */
  .ps-luxury-box {
    max-width: 460px !important;   /* MATCHER varianter */
    width: 100% !important;
    margin-left: 0 !important;     /* ← Fjerner auto-center */
    margin-right: 0 !important;    /* ← Fjerner auto-center */
  }
max-width: 525px !important;

}
/* =============================
   FIX: Fjern tvungen indrykning 
   af højre produktkolonne
   ============================= */

.product__info-wrapper,
.product__info-container {
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 460px !important;   /* Matcher dine varianter + knap */
}
#variant-selector {
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  max-width: 460px !important;
}
/* ------------------------------------------ */
/* FIX: Venstrejuster variantvælger korrekt   */
/* ------------------------------------------ */

/* Wrapper omkring variantvælgeren */
.ps-variant-wrapper {
  text-align: left !important;
  margin-left: 0 !important;
  width: 100% !important;
  display: block !important;
}padding: 8px 0;            /* ⬅️ let luft omkring varianter */
}

/* Alle variant-linjer skal flugte til venstre */
.ps-color-options {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  gap: 12px !important;
}

/* Selve variant-knappen */
.ps-variant {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  text-align: left !important;
}

/* Tekst og cirkel */
.ps-variant span,
.ps-variant * {
  text-align: left !important;
}

/* Mobiljustering */
@media (max-width: 768px) {
  .ps-variant-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* =====================================================
   LUXURY LOGISTICS BOX – KOMPAKT & AFLANG VERSION
   ===================================================== */

/* 1️⃣ YDRE BOKS (bevarer luxury look & padding) */
.ps-luxury-box {
  padding: 18px 22px !important;
  border-radius: 14px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 525px !important;
  width: 100% !important;
}

/* 2️⃣ INDHOLD – skrumper ALT proportionelt */
.ps-luxury-inner {
  transform: scale(0.9);              /* 🔑 styrer hvor kompakt */
  transform-origin: top left;
  width: 111%;                        /* kompenserer for scale */
}

/* 3️⃣ LOGISTIK-RÆKKER */
.ps-lux-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.ps-lux-item:last-child {
  margin-bottom: 0;
}

/* 4️⃣ TEKST – smallere & lavere */
.ps-lux-item span,
.ps-lux-item p {
  font-size: 13px;
  line-height: 1.25;
  margin: 0;
}

.ps-lux-item small {
  font-size: 12px;
  line-height: 1.2;
}

/* 5️⃣ IKONER – mindre */
.ps-lux-item img,
.ps-lux-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ======================
   DESKTOP – ekstra flad
   ====================== */
@media (min-width: 1024px) {
  .ps-luxury-box {
    padding: 14px 20px !important;
    border-radius: 12px !important;
  }

  .ps-luxury-inner {
    transform: scale(0.88);
    width: 114%;
  }
}

/* ======================
   MOBIL – bred men rolig
   ====================== */
@media (max-width: 768px) {
  .ps-luxury-box {
    max-width: 100% !important;
    padding: 16px 18px !important;
  }

  .ps-luxury-inner {
    transform: scale(0.92);
    width: 108%;
  }
}
/* =====================================================
   FINJUSTERING: LUFT MELLEM IKONER, TEKST & BETALING
   ===================================================== */

/* 1️⃣ Mere luft mellem ikon og tekst */
.ps-lux-item {
  display: flex;
  align-items: flex-start;   /* bedre vertikal balance */
  gap: 10px;                 /* ⬅️ VIGTIG: luft mellem logo og tekst */
  margin-bottom: 10px;       /* luft mellem rækker */
}

/* 2️⃣ Tekst: bedre linjeafstand */
.ps-lux-item strong,
.ps-lux-item span,
.ps-lux-item p {
  line-height: 1.35;         /* ⬅️ roligere tekst */
}

/* 3️⃣ Undertekst lidt mere luft */
.ps-lux-item small {
  display: block;
  margin-top: 2px;
  line-height: 1.25;
}

/* 4️⃣ Ikoner lidt mere ro */
.ps-lux-item img,
.ps-lux-item svg {
  margin-top: 2px;           /* justerer ikon i forhold til tekst */
}

/* 5️⃣ MERE LUFT NED TIL BETALINGSIKONER */
.ps-luxury-box {
  margin-bottom: 20px !important;  /* ⬅️ afstand til betalingsikoner */
}
/* =====================================================
   FIX: Grøn lager-status prik – korrekt vertikal centrering
   Virker på både desktop & mobil
   ===================================================== */

/* Lager-rækken (første række i logistikboksen) */
.ps-lux-item:first-child {
  display: flex;
  align-items: center !important;   /* 🔑 centrer ikon ift. tekstblok */
  gap: 10px;                         /* luft mellem prik og tekst */
}

/* Selve den grønne prik (img / svg / span) */
.ps-lux-item:first-child img,
.ps-lux-item:first-child svg,
.ps-lux-item:first-child .ps-status-dot {
  flex-shrink: 0;
  margin-top: 0 !important;
}

/* Tekstblok ved lager-status */
.ps-lux-item:first-child .ps-lux-text,
.ps-lux-item:first-child span,
.ps-lux-item:first-child p {
  line-height: 1.35;
}


/* ----------------------------------------------------
   FIX: Flyt hele variant-sektionen mod venstre
   ---------------------------------------------------- */

/* Wrapper som centrerer alt – fjern center-align */
.product__info-wrapper,
.product__info-container,
.product__block {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
}

/* Sørg for at indholdet bruger fuld bredde i wrapperen */
.product__info-wrapper > *,
.product__info-container > *,
.product__block > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

@media (max-width: 768px) {

  /* Gør billederne meget større */
  .carousel-track img {
    height: 800px;           /* større højde */
    width: 50vw;             /* fylder 70% af mobilskærmen */
    margin: 0 8px;
    border-radius: 20px;     /* smukke runde hjørner */
    object-fit: cover;
  }

  /* Giver mere luft omkring sektionen */
  .carousel-section {
    padding: 5px 0 40px 0;
  }

  /* Gør titlen lækker og centreret */
  .carousel-title {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
/* --- Carousel Titel – Agrandir Premium Style --- */
.carousel-title {
  font-family: "Agrandir", sans-serif !important;
  font-weight: 700 !important;     /* ikke fed */
  font-size: 28px !important;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0px;
}

/* Hjertet bevarer branding-farven */
.carousel-title .heart {
  color: #E4AFD1 !important;
  font-weight: 500 !important;
}
.heart {
  color: #E4AFD1 !important;  /* din branding-pink */
  font-size: 1.05em;          /* lidt større end tekst */
  font-weig

.ps-swipe-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.ps-swipe-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 5%;
}

.ps-swipe-track::-webkit-scrollbar { display: none; }

.ps-testimonial-card {
  scroll-snap-align: center;
  min-width: 85%;
  max-width: 85%;
}
.ps-swipe-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.ps-dot {
  width: 10px;
  height: 10px;
  background: #e9c6db;
  border-radius: 50%;
  transition: .3s ease;
}
.ps-dot.active {
  background: #E4AFD1;
  transform: scale(1.3);
}

/* Fix: lås farvecirkel, så den ikke bliver trykket sammen */
.ps-variant-visual {
  flex-shrink: 0;        /* 🚀 vigtig: forhindrer cirklen i at blive mindre */
  width: 32px !important;
  height: 32px !important;
}
/* Fjern center-align på produkt-siden */
.product-single__meta {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  max-width: 525px !important; /* 👈 MATCH MASTER */
}

}

/* Sørg for at alt inde i meta følger med til venstre */
.product-single__meta > * {
    margin-left: 0 !important;
    text-align: left !important;
}

/* Variantvælger */
.ps-color-options,
.ps-fieldset {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.ps-variant {
    justify-content: flex-start !important;
}

/* SECTION */
.ps-trust-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px 0 70px;
  background: linear-gradient(to bottom, #ffeaf5, #ffffff);
  overflow: hidden;
}

/* TITLE */
.ps-trust-title {
  text-align: center;
  font-family: "Agrandir", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ps-trust-title span {
  color: #e4afd1;
}

/* TOP RATING BAR */
.ps-trust-rating {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 15px;
}

.ps-stars {
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ff8acb, #e4afd1);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 18px;
  font-weight: 700;
}

.ps-score {
  font-weight: 600;
  margin-left: 6px;
}

.ps-based strong {
  color: #e08fb9;
}

/* CAROUSEL */
.ps-trust-carousel {
  overflow: hidden;
}

.ps-trust-track {
  display: flex;
  gap: 26px;
  animation: scroll 32s linear infinite;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* FADE EFFECT */
.ps-fade-left,
.ps-fade-right {
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.ps-fade-left {
  left: 0;
  background: linear-gradient(to right, #ffeaf5, transparent);
}
.ps-fade-right {
  right: 0;
  background: linear-gradient(to left, #ffeaf5, transparent);
}

/* CARD */
.ps-card {
  width: 310px;
  min-width: 310px;
  background: white;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.25s ease;
}
.ps-card:hover {
  transform: translateY(-4px);
}

/* PHOTO TOP LEFT – ALL SAME SIZE */
.ps-photo {
  width: 82px;
  height: 82px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

/* CONTENT */
.ps-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.ps-content p {
  font-size: 14px;
  line-height: 1.45;
  color: #444;
  margin-bottom: 8px;
  text-align: left;
}

.ps-stars-img {
  width: 110px;
  margin-top: 4px;
}

/* MOBILE */
@media(max-width: 768px) {
  .ps-card {
    width: 270px;
    min-width: 270px;
  }

  .ps-photo {
    width: 70px;
    height: 70px;
  }

  .ps-content h3 {
    font-size: 15px;
  }

  .ps-content p {
    font-size: 13px;
  }

  .ps-trust-title { font-size: 22px; }
}
/* WRAPPER */
.ps-super-carousel-section {
  padding: 40px 0 70px;
  background: linear-gradient(180deg, #ffe8f2 0%, #ffffff 80%);
  text-align: center;
}

/* TITLE */
.ps-super-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ps-super-title .heart {
  color: #ff7cab;
}

/* CAROUSEL */
.ps-super-carousel {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-left: 15px;
}

.ps-super-track {
  display: flex;
  gap: 18px;
}

/* CARD */
.ps-super-card {
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  border-radius: 22px;
  padding: 20px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  scroll-snap-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ps-super-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* IMAGE */
.ps-super-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #ffdae7;
  margin-bottom: 12px;
}

/* TEXT */
.ps-super-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.ps-super-text {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 14px;
  color: #555;
}

/* STARS */
.ps-super-stars {
  width: 110px;
}

/* Prevent clone being visually odd */
.ps-super-card.clone {
  opacity: 0.7;
}
/* --- TEST: Tving testimonial-box til synlige ændringer --- */
.testimonial-box {
    background: red !important;
    width: 150px !important;
    height: 80px !important;
    padding: 5px !important;
    border: 5px solid blue !important;
}
/* Gør HTML-sektionen fuldbredde på forsiden */
.shopify-section .ps-super-carousel-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;  /* Trækker den ud af containeren */
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ============================================
   TRUSTPILOT BADGE – FORCE OVERRIDE VERSION
   ============================================ */

.trustpilot-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background:
    padding: 6px 12px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10) !important;
    margin-bottom: 8px !important;
}

.trustpilot-stars {
    width: 95px !important;
    height: auto !important;
}

.trustpilot-rating {
    font-size: 13px !important;
    color: #333 !important;
    white-space: nowrap !important;
}

.trustpilot-rating strong {
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* DESKTOP BADGE VISNING */
.trustpilot-desktop {
    display: block !important;
    margin-bottom: 12px !important;
}

/* MOBIL BADGE VISNING */
@media (max-width: 768px) {
    .trustpilot-desktop {
        display: none !important;
    }
    .full-width-rating {
        display: block !important;
    }
}

/* DESKTOP – BADGE OVER BILLEDET */
@media (min-width: 769px) {
    .trustpilot-desktop .trustpilot-badge {
        position: absolute !important;
        top: -35px !important;
        left: 0 !important;
        z-index: 20 !important;
    }
}

/* =========================================
   TRUSTPILOT – TROVÆRDIG & PERSONLIG
   ========================================= */

.trustpilot-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.trustpilot-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;

  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);

  font-family: 'Agrandir', sans-serif;
}

/* Stjerner */
.trustpilot-stars {
  width: 76px;
  height: auto;
  flex-shrink: 0;
}

/* Tekst */
.trustpilot-rating {
  font-size: 13px;
  font-weight: 400;
  color: #2f2f2f;
  letter-spacing: 0.15px;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0.88;
}

/* Selve tallet */
.trustpilot-rating strong {
  font-weight: 600;
  color: #000;
}

/* Subtil hover = “jeg kan tjekke det selv” */
.trustpilot-badge:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

/* Mobil – lidt mindre */
@media (max-width: 480px) {
  .trustpilot-rating {
    font-size: 12px;
  }

  .trustpilot-stars {
    width: 70px;
  }
}
/* TM-mærke – diskret og professionelt */
.product-title .tm {
  font-size: 60%;          /* gør ™ mindre */
  vertical-align: super;   /* løfter det op */
  margin-left: 2px;
  font-weight: 400;
  opacity: 0.7;
}

@media (min-width: 769px) {

  /* Højre kolonne – lås layout */
  .product-single__meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* 🔑 vigtig */
    width: 100% !important;
    max-width: 460px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Alt indhold flugter med køb-knappen */
  .product-single__meta > * {
    width: 100% !important;
    max-width: 460px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 769px) {

  /* Farvevælger container */
  fieldset.ps-fieldset {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 525px !important;
  }

  /* Selve farve-kortene */
  .ps-color-options,
  .ps-variant {
    width: 100% !important;
    max-width: 525px !important;
    margin-left: 0 !important;
  }

  /* Køb-knappen (reference) */
  .ps-buy-btn {
    max-width: 460px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 769px) {

  #shopify-section-template--25866068132184
  .product-single__meta > * {
    width: 100% !important;
    max-width: 570px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #shopify-section-template--25866068132184
  fieldset.ps-fieldset,
  #shopify-section-template--25866068132184
  .ps-testimonial,
  #shopify-section-template--25866068132184
  .ps-luxury-box,
  #shopify-section-template--25866068132184
  .ps-buy-btn {
    width: 100% !important;
    max-width: 570px !important;
    margin-left: 0 !important;
  }

}
.ps-buy-btn {
  margin-bottom: 6px !important;
}

@media (max-width: 768px) {
  #ultimateTrustBadgeswidgetDiv {
    margin-top: 0 !important;
  }
}


}
.template-product .shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-template--25866068132184__main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.shopify-section-group-header-group {
  margin-bottom: 0 !important;
}
/* === Force Trustpilot badge transparent (desktop + mobile) === */
.trustpilot-badge {
  background: transparent !important;
  box-shadow: none !important;
}

/* Mobile override (Streamline / Shopify) */
@media (max-width: 768px) {
  .trustpilot-badge {
    background: transparent !important;
    box-shadow: none !important;
  }
}
/* === Remove ALL borders/lines from Trustpilot badge === */
.trustpilot-badge,
.trustpilot-badge * {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Hvis stjernerne er SVG (meget sandsynligt) */
.trustpilot-badge svg,
.trustpilot-badge svg * {
  stroke: none !important;
  filter: none !important;
}
@media (max-width: 768px) {
  .trustpilot-badge {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;   /* vigtig */
    padding-right: 0 !important;  /* vigtig */
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {

  .product-main-image {
    margin-top: 0 !important;
  }

  .product-main-image img {
    margin-top: 0 !important;
  }

}/* MOBIL */
@media (max-width: 768px) {
  h1.product-title {
    margin-bottom: 22px !important;
  }
}

/* DESKTOP */
@media (min-width: 769px) {
  h1.product-title {
    margin-bottom: 22px !important;
  }
}
@media (max-width: 768px) {
  h1.product-title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 22px;
  }
}
.trust-box {
  background-color: #CFEFE0 !important; /* lidt mere grøn */
  margin-top: 14px !important;          /* rykker den tættere op */
}

.ultimate-badges {
  margin-bottom: 6px !important;
}
@media (max-width: 768px) {
  /* Fjern unødig luft under produktsektionen */
  .template-product .page-content {
    padding-bottom: 0 !important;
  }

  /* Træk Maria-testimonialen op mod thumbnails */
  .template-product .ps-testimonial-card {
    margin-top: -15px !important;
  }
}
.product-price .sale-badge {
  color: #111 !important;
}
.product-price .sale-badge {
  border: 1px solid rgba(0, 0, 0, 0.08)

}
@media (max-width: 768px) {
  .product-price .sale-badge {
    display: inline-block;
    margin-top: -4px !important;
  }
}

@media (max-width: 768px) {
  .product-price {
    margin-top: 10px !important;
  }
}
.product-price .compare-price {
  color: #E4AFD1 !important;
  font-weight: 500;
}
/* Container for price tabs */
.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

/* Generic tab style */
.price-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 7px 15px;
  border-radius: 7px;

  font-size: 15.0px;
  line-height: 1.25;
  white-space: nowrap;
}

/* ===== KLARNA PREMIUM TAB ===== */

/* Import Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/* Klarna container */
.price-tab--klarna {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 16px;
  border-radius: 12px;

  background: rgba(228, 175, 209, 0.10);
  border: 1.5px solid #000; /* Sort ramme */

  font-family: 'Montserrat', sans-serif;
  font-weight: 600; /* Federe */
  color: #111;

  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover effect */
.price-tab--klarna:hover {
  background: rgba(228, 175, 209, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Text inside tab */
.price-tab__text {
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* ===== KLARNA PREMIUM BLOCK – CLEANER + MERE TROVÆRDIG ===== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

.klarna-wrapper{
  margin-top:8px;
  font-family:'Montserrat', sans-serif !important;
}

.klarna-wrapper,
.klarna-wrapper *{
  font-family:'Montserrat', sans-serif !important;
}

.klarna-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;

  padding:10px 14px;
  margin-top:0 !important;
  border-radius:12px;

  background:linear-gradient(180deg, #fffafb 0%, #fff 100%);
  border:1px solid #ead9e2;
  box-shadow:0 2px 10px rgba(0,0,0,0.03);

  transition:all .2s ease;
}

.klarna-cta:hover{
  border-color:#dfc8d4;
  box-shadow:0 4px 14px rgba(0,0,0,0.04);
}

.klarna-text{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.klarna-price{
  font-size:16px;
  font-weight:700;
  color:#111;
  line-height:1.25;
  letter-spacing:-0.1px;
}

.klarna-price .klarna-amount{
  font-size:18px;
  font-weight:700;
  color:#000;
}

.klarna-sub{
  font-size:12.5px;
  font-weight:500;
  color:#5f5a5d;
  margin-top:4px;
  line-height:1.4;
}

.klarna-sub a{
  color:#111;
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid rgba(17,17,17,0.18);
}

.klarna-sub a:hover{
  border-bottom-color:rgba(17,17,17,0.45);
}

/* LOGO */
.klarna-logo{
  flex-shrink:0;
  height:22px;
  width:58px;
  object-fit:contain;
  display:block;
  opacity:0.95;

  backface-visibility:hidden;
  transform:translateZ(0);
  will-change:transform;
}

/* Note */
.klarna-note{
  font-size:12px;
  color:#6a6468;
  margin-top:7px;
  line-height:1.4;
}

@media (max-width:768px){
  .klarna-cta{
    padding:9px 12px;
    gap:10px;
    border-radius:10px;
    margin-bottom:12px;
  }

  .klarna-price{
    font-size:14px;
    line-height:1.25;
  }

  .klarna-price .klarna-amount{
    font-size:16px;
  }

  .klarna-sub{
    font-size:11.5px;
    margin-top:3px;
  }

  .klarna-logo{
    height:20px;
    width:54px;
  }

  .klarna-note{
    font-size:11.5px;
  }
}

}
/* =========================================
   FINAL – SIMPLE COLOR SWATCHES (WORKING)
   ========================================= */

/* Container – styrer afstand MELLEM cirkler */
.ps-color-options {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 6px !important;          /* ← justér her (5–8px) */
  margin: 10px 0 18px 0 !important;
  padding: 0 !important;
}

/* Hver variant (én kolonne: navn over cirkel) */
label.ps-variant {
  all: unset !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 44px !important;       /* fast bredde = stabil spacing */
  cursor: pointer;
}

/* Skjul radio */
.ps-variant-input {
  display: none !important;
}

/* FARVENAVN (din HTML bruger .ps-variant-text) */
.ps-variant-text {
  order: -1 !important;         /* ← flyt OVER cirklen */
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: 6px !important;
  text-align: center !important;
  white-space: nowrap;
}

/* CIRKLEN */
.ps-variant-visual {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(0,0,0,0.25) !important;
  box-shadow:
    inset 0 0 4px rgba(255,255,255,0.6),
    0 2px 6px rgba(0,0,0,0.1);
}

/* VALGT FARVE */
.ps-variant-input:checked + .ps-variant-visual {
  border-color: #000 !important;
  transform: scale(1.08);
}

/* DRÆB ALT TAB / CARD UI */
.ps-variant,
.ps-variant:hover {
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* =========================================================
   FJERN GAMMEL VARIANT-TEKST (UNDER SWATCHES)
   ========================================================= */

/* Skjul teksten visuelt – men behold i DOM */
.ps-variant-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* Ekstra sikkerhed */
.ps-variant-name,
.ps-popular-subtext {
  display: inline !important; /* må IKKE være none */
}
/* =========================================
   BALANCERET AFSTAND MELLEM FARVER & KØB-KNAP
   ========================================= */

/* Variant-sektion – ingen unødig bundluft */
.ps-fieldset {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Shopify wrappers – let, kontrolleret luft */
.product-form__variants,
.product-form__buttons {
  margin-top: 4px !important;
  padding-top: 4px !important;
}

/* Luft under farvecirkler (rolig, ikke klistret) */
.ps-color-options {
  margin-bottom: 12px !important;
}

/* Luft over købsknappen */
.ps-buy-btn {
  margin-top: 10px !important;
}
/* =========================================================
   BUY BUTTON – SMOOTH HEAVY SHAKE (WHOLE BUTTON)
   ========================================================= */

.ps-buy-btn {
  will-change: transform;
  animation: buyButtonShake 7s cubic-bezier(.22,1,.36,1) infinite;

 background: rgb(0, 182, 122) !important;   /* sort baggrund */
  border: none !important;
  color: #ffffff !important;        /* hvid tekst + SVG */

  transition: none !important;
}
/* Smooth boomerang shake + pause */
@keyframes buyButtonShake {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(0); }

  30%  { transform: translateX(-6.5px); }
  35%  { transform: translateX(6.5px); }

  40%  { transform: translateX(-5px); }
  45%  { transform: translateX(5px); }

  50%  { transform: translateX(-3.5px); }
  55%  { transform: translateX(3.5px); }

  60%  { transform: translateX(-2px); }
  65%  { transform: translateX(2px); }

  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

/* Fjern hover helt */
.ps-buy-btn:hover {
  background: rgb(0, 158, 106) !important;
}


/* =========================================================
   TRUST PILL
   ========================================================= */

.trust-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  padding: 8px 16px !important;
  margin-top: 6px !important;

  background: #F9EAF3 !important;
  border: 1.5px solid #E4AFD1 !important;
  border-radius: 999px !important;

  font-size: 13px !important;
  line-height: 1.3 !important;
  color: #4a4a4a !important;   /* mørkegrå */
}

.trust-pill-icon {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

@media (max-width: 768px) {
  .trust-pill {
    font-size: 12px !important;
    padding: 6px 14px !important;
  }
}


/* =========================================================
   REAL / MINIMAL SERVICE INFO
   ========================================================= */

.ps-luxury-box {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;

  padding: 0 !important;
  margin-top: 19px !important;

  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #4a4a4a !important;   /* mørkegrå */
}

/* Rækker */
.ps-lux-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 6px 0 !important;
}

/* Tekst – fed men mørkegrå */
.ps-lux-texts strong,
.ps-lux-sub,
.ps-lux-track {
  font-weight: 600 !important;
  color: #4a4a4a !important;
}

/* Undertekst */
.ps-lux-sub {
  font-size: 12px !important;
  opacity: 0.85 !important;
}

/* IKONER – ENS STØRRELSE & FLUGTER */
.ps-lux-icon,
.ps-lux-icon-img img {
  width: 30px !important;     /* 👈 større */
  height: 30px !important;
  opacity: 0.9 !important;
  flex-shrink: 0 !important;
}

/* Divider = luft */
.ps-lux-divider {
  height: 6px !important;
  background: transparent !important;
  margin: 0 !important;
}

/* Track – ingen hover, ingen underline */
.ps-lux-track {
  text-decoration: none !important;
  cursor: default !important;
}
/* Lager-indikator – matcher logo-størrelse */
.ps-lux-green {
  width: 28px !important;       /* 👈 matcher GLS / ParcelPanel */
  height: 28px !important;
  border-radius: 50% !important;
  background: #6FD3A4 !important;

  animation: stockPulseCalm 5s ease-in-out infinite !important;
}

/* Rolig, premium puls */
@keyframes stockPulseCalm {
  0% {
    box-shadow: 0 0 0 3px rgba(111, 211, 164, 0.18);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(111, 211, 164, 0.10);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(111, 211, 164, 0.18);
  }
}
/* Bullet intro tekst */
.bullet-intro {
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Bullet list reset */
.product-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

/* Bullet item */
.product-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

/* Icon wrapper */
.bullet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG / icon styling */
.bullet-icon img {
  width: 22px;
  height: 22px;
  color: #E4AFD1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hover effect (desktop only) */
.product-bullets li:hover .bullet-icon img {
  transform: scale(1.05);
  opacity: 0.85;
}
/* Luft under Klarna */
.price-tabs {
  margin-bottom: 14px !important;
}

/* Luft før USP-afsnittet */
.bullet-intro {
  margin-top: 20px !important;
}

/* Lidt luft mellem overskrift og bullets */
.product-bullets {
  margin-top: 6px !important;
}
/* Desktop (default) */
.product-bullets .bullet-icon svg,
.product-bullets .bullet-icon img {
  width: 25px !important;
  height: 25px !important;
  color: #E4AFD1 !important;
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

/* Mobil */
@media (max-width: 768px) {
  .product-bullets .bullet-icon svg,
  .product-bullets .bullet-icon img {
    width: 25px !important;
    height: 25px !important;
  }
}


.product-bullets li:hover .bullet-icon svg {
  transform: scale(1.12);
  opacity: 0.85;
}
.product-bullets .usp-icon,
.product-bullets .usp-icon path {
  fill: #E4AFD1 !important;
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.product-bullets li:hover .usp-icon {
  transform: scale(1.12);
  opacity: 0.85;
}
/* USP headline */
.bullet-intro {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}

/* USP bullets – tekst */
.product-bullets li {
  font-size: 17px !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
  line-height: 1.4;
   font-family: "Inter"
}

/* USP icons (inline SVG) */
.product-bullets .usp-icon,
.product-bullets .usp-icon path {
  width: 24px !important;
  height: 24px !important;
  fill: #E4AFD1 !important;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover – tydelig men stadig classy */
.product-bullets li:hover .usp-icon {
  transform: scale(1.2);
  opacity: 0.9;
}
@media (max-width: 768px) {

  /* Flyt hele carousellen lidt op */
  .carousel-section {
    padding: 16px 0 28px 0 !important;
    margin-top: 20px !important; /* ryk op */
  }

  /* Billederne lidt tættere */
  .carousel-track {
    gap: 6px !important; /* før var 10px */
  }

  /* Samme billedstørrelse som nu */
  .carousel-track img {
    width: 48vw !important;        
    height: 42vh !important;       
    max-height: 55vh !important;   
    object-fit: cover !important;
    border-radius: 20px !important;
  }

}
@media (max-width: 768px) {
  .carousel-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .page-content {
    padding-top: 12px !important;
  }
}
/* Fix: Fjern ubrugt bund-plads på produktsider */
.template-product .page-content {
  padding-bottom: 24px !important;
}

/* Giv luft mellem produkt-carousel og "Pura Studio er omtalt i" */
.template-product .carousel-section {
  margin-bottom: 32px !important;
}

/* Stram sektionen med omtale (logos/tekst) */
.template-product .features,
.template-product .featured-logos,
.template-product .logo-list {
  padding-top: 16px !important;
  padding-bottom: px !important;
}
/* Stram luft under logo-carousel før næste sektion */
.template-product .carousel-section {
  margin-bottom: 16px !important;
}
/* Fjern Streamline pseudo-spacer under product grid */
.template-product .grid.product-layout::after {
  display: none !important;
  content: none !important;
}
.template-product .carousel-title {
  font-family: var(--font-heading-family) !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
/* Gør content bredere – ens på mobil og desktop */
.template-product .page-width {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
/* Align Trustpilot badge med product title */
.template-product .trustpilot-badge {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .product-layout .trustpilot-desktop {
    margin-left: -16px;
  }
}
@media (max-width: 768px) {
  .features {
    flex-wrap: nowrap;              /* ← gør den vandret */
    justify-content: space-between;
    gap: 16px;
    margin: 40px 0;
  }

  .feature {
    flex: 1;
    max-width: none;
  }

  .feature-icon img {
    width: 44px;
    height: 44px;
  }

  .feature h3 {
    font-size: 12px;
    margin: 6px 0 2px;
  }

  .feature p {
    font-size: 11px;
    line-height: 1.4;
  }
}
@media (max-width: 749px) {
  .template-collection .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .template-collection .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 749px) {

  /* 1. Testimonial / review card */
  .template-collection .ps-testimonial,
  .template-collection .ps-testimonial-wrapper,
  .template-collection .ps-testimonial-card {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
  }

  /* 2. Pris + betalingssektion */
  .template-collection .product-single__meta,
  .template-collection .product-single__meta > * {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 3. Sørg for samme indrykning som resten */
  .template-collection .product-single__meta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 749px) {

  /* Overskrift + rating skal flugte med billedet */
  .template-collection .collection-header,
  .template-collection .collection-header .page-width,
  .template-collection .collection-header__title,
  .template-collection .collection-header__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

}
.ps-super-photo {
  width: 96px !important;
  height: 96px !important;

  border-radius: 50% !important;
  overflow: hidden !important;

  object-fit: cover !important;
  object-position: center center !important;

  background-color: #fff !important;
  display: block !important;
}
/* ================================
   PS SUPER – STATIC TESTIMONIALS
   ================================ */

/* Sektion */
.ps-super-carousel-section {
  background: #fdebf1 !important;
  padding: 64px 0 !important;
}

/* Titel */
.ps-super-title {
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
}

/* Slå carousel-adfærd FRA */
.ps-super-carousel {
  overflow: visible !important;
}

/* Track → grid i stedet for slider */
.ps-super-track {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  padding: 0 48px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Cards */
.ps-super-card {
  background: #ffffff !important;
  border-radius: 28px !important;
  padding: 32px 24px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

/* Person-billede */
.ps-super-photo {
  width: 140px !important;
  height: 140px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin: 0 auto 16px !important;
  display: block !important;
  background: #f3f3f3 !important;
}

/* Navn */
.ps-super-card h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

/* Tekst */
.ps-super-text {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  margin-bottom: 16px !important;
}

/* Stjerner */
.ps-super-stars {
  display: block !important;
  margin: 0 auto !important;
}

/* ================================
   MOBIL
   ================================ */
@media (max-width: 767px) {
  .ps-super-track {
    grid-template-columns: 1fr !important;
    padding: 0 20px !important;
  }
}
/* ================================
   PS SUPER – STABLE SWIPE LAYOUT
   ================================ */

.ps-super-carousel-section {
  background: #fdebf1 !important;
  padding: 48px 0 !important;
}

/* Titel */
.ps-super-title {
  text-align: center !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 32px !important;
}

/* Scroll */
.ps-super-carousel {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Track */
.ps-super-track {
  display: flex !important;
  gap: 20px !important;
  padding: 0 16px !important;
  scroll-snap-type: x mandatory !important;
}

/* Card */
.ps-super-card {
  background: #ffffff !important;
  border-radius: 28px !important;
  padding: 28px 22px !important;
  min-width: 280px !important;
  max-width: 320px !important;
  scroll-snap-align: center !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

/* Image */
.ps-super-photo {
  width: 140px !important;
  height: 140px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin: 0 auto 16px !important;
  display: block !important;
}

/* Text */
.ps-super-card h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.ps-super-text {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 14px !important;
}

.ps-super-stars {
  margin: 0 auto !important;
  display: block !important;
}

/* Desktop = statisk */
@media (min-width: 768px) {
  .ps-super-carousel {
    overflow-x: visible !important;
  }

  .ps-super-track {
    justify-content: center !important;
  }
}


.ps-super-track {
  transform: none !important;
  transition: none !important;
  animation: none !important;
  display: flex;
}

/* Fjern swipe/scroll på mobil */
.ps-super-carousel {
  overflow-x: hidden !important;
  touch-action: pan-y !important;
}

/* Sørg for at cards IKKE flytter sig */
.ps-super-card {
  scroll-snap-align: none !important;
}
/* === TESTIMONIAL / SOCIAL PROOF SECTION === */

/* Sektionens baggrund – rolig & premium */
.ps-super-carousel-section {
  background-color: #FAF6F2 !important;
  padding: 48px 0 !important;
}

/* Titel – mere tyngde og ro */
.ps-super-title {
  color: #1f1f1f !important;
  text-align: center !important;
  margin-bottom: 32px !important;
}

/* Selve kortene */
.ps-super-card {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  padding: 28px 22px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06) !important;
}

/* Profilbillede – mennesket i fokus */
.ps-super-photo {
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 3px solid #F3B6C9 !important; /* diskret pink accent */
  margin-bottom: 16px !important;
}

/* Navn */
.ps-super-card h3 {
  color: #222 !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

/* Citattekst – bedre læsbarhed */
.ps-super-text {
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 16px !important;
}

/* Stjerner */
.ps-super-stars {
  display: block !important;
  margin: 0 auto !important;
}

/* Mobil-optimering */
@media (max-width: 768px) {
  .ps-super-carousel-section {
    padding: 36px 0 !important;
  }

  .ps-super-card {
    margin: 0 auto !important;
    max-width: 320px !important;
  }
}
/* === PS SUPER – HORIZONTAL SWIPE (NO AUTO) === */

/* Scroll-container */
.ps-super-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: auto !important;
}

/* Skjul scrollbar */
.ps-super-carousel::-webkit-scrollbar {
  display: none;
}
.ps-super-carousel {
  scrollbar-width: none;
}

/* Track */
.ps-super-track {
  display: flex !important;
  flex-wrap: nowrap !important;
}

/* Ét kort ad gangen (mobil) */
.ps-super-card {
  flex: 0 0 100% !important;
  scroll-snap-align: center !important;
}

/* Desktop – flere kort, men stadig swipe */
@media (min-width: 768px) {
  .ps-super-card {
    flex: 0 0 33.333% !important;
  }
}
/* ✅ AKTIVER SWIPE – OVERSKRIV ALT ANDET */
.ps-super-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x mandatory !important;
  touch-action: pan-x !important;
}

/* Skjul scrollbar */
.ps-super-carousel::-webkit-scrollbar {
  display: none;
}
.ps-super-carousel {
  scrollbar-width: none;
}

/* Track */
.ps-super-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  transform: none !important;
  transition: none !important;
}

/* Cards */
.ps-super-card {
  flex: 0 0 100% !important;
  scroll-snap-align: center !important;
}
/* MOBIL – gør testimonials mindre lodrette */
@media (max-width: 768px) {

  .ps-super-card {
    padding: 16px 14px !important;   /* mindre luft */
    border-radius: 18px;
  }

  .ps-super-photo {
    width: 88px !important;
    height: 88px !important;
    margin-bottom: 10px !important;
  }

  .ps-super-card h3 {
    margin: 6px 0 6px 0 !important;
    font-size: 15px;
  }

  .ps-super-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px !important;
  }

  .ps-super-stars {
    margin-top: 6px !important;
  }
}
/* === FIX: Carousel clipping (mobile + desktop) === */

/* Wrapper må IKKE klippe */
.ps-super-carousel-wrapper {
  overflow: visible !important;
}

/* Selve carousel skal kunne swipe */
.ps-super-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

/* Track ligger på række */
.ps-super-track {
  display: flex !important;
  gap: 20px;
}

/* HVER anmeldelse fylder max skærmen */
.ps-super-card {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: center;
}

/* Desktop: vis flere kort uden clipping */
@media (min-width: 769px) {
  .ps-super-card {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
/* === FORCE carousel to never be clipped === */

.ps-super-carousel-section,
.ps-super-carousel-wrapper,
.ps-super-carousel {
  overflow: visible !important;
}

/* Shopify theme wrappers (meget vigtigt) */
.ps-super-carousel-section * {
  overflow: visible;
}

/* Sikrer swipe-området */
.ps-super-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
}
/* Gør billedringen i testimonial lige så tynd som i carousel */
.ps-testimonial .ps-header {
  padding: 0 !important;
  background: none !important;
}

.ps-testimonial .ps-photo {
  border: 2px solid #f2a9c5 !important; /* samme tykkelse som carousel */
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  background: transparent !important;
}
.ps-super-title {
  font-size: 36px;
  font-weight: 400 !important;
}
/* === FIX: mobile clipping === */
@media (max-width: 768px) {

  .ps-super-carousel-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ps-super-carousel-wrapper {
    overflow: visible !important;
  }

  .ps-super-carousel {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ps-super-track {
    display: flex;
    gap: 16px;
  }

  .ps-super-card {
    flex: 0 0 85vw; /* vigtigt */
    max-width: 85vw;
    scroll-snap-align: center;
  }
}
/* === PS SUPER – FORCE SWIPE CAROUSEL === */

/* Sektion */
.ps-super-carousel-section {
  background: #FAF6F2 !important;
  padding: 48px 0 !important;
}

/* Wrapper må aldrig klippe */
.ps-super-carousel-wrapper {
  overflow: visible !important;
  max-width: 100% !important;
}

/* Scroll-container */
.ps-super-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: auto !important;
  touch-action: pan-x !important;
  cursor: grab !important;
  width: 100% !important;
}

/* Skjul scrollbar */
.ps-super-carousel::-webkit-scrollbar {
  display: none !important;
}
.ps-super-carousel {
  scrollbar-width: none !important;
}

/* Track */
.ps-super-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  padding: 0 16px !important;
  width: max-content !important;
  transform: none !important;
}

/* Cards – FAST bredde = overflow */
.ps-super-card {
  flex: 0 0 280px !important;
  min-width: 280px !important;
  max-width: 320px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  padding: 24px !important;
  text-align: center !important;
}

/* Mobil – stor swipe-følelse */
@media (max-width: 768px) {
  .ps-super-card {
    flex: 0 0 85vw !important;
    min-width: 85vw !important;
    max-width: 85vw !important;
  }
}

/* Desktop – flere kort synlige, stadig swipe */
@media (min-width: 769px) {
  .ps-super-card {
    flex: 0 0 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }
}

/* Sørg for at musen rammer containeren (desktop drag) */
.ps-super-card * {
  pointer-events: none !important;
}
/* === PS SUPER – WORKING SWIPE CAROUSEL === */

/* Sektion */
.ps-super-carousel-section {
  background: #FAF6F2;
  padding: 48px 0;
}

/* Wrapper må ikke klippe */
.ps-super-carousel-wrapper {
  overflow: visible;
}

/* Scroll-container */
.ps-super-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* Skjul scrollbar */
.ps-super-carousel::-webkit-scrollbar {
  display: none;
}
.ps-super-carousel {
  scrollbar-width: none;
}

/* Track */
.ps-super-track {
  display: flex;
  gap: 20px;
  padding: 0 16px;
  width: max-content;
}

/* Cards – FAST bredde = overflow */
.ps-super-card {
  flex: 0 0 280px;
  min-width: 280px;
  max-width: 320px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
}

/* Mobil – stor swipe-følelse */
@media (max-width: 768px) {
  .ps-super-card {
    flex: 0 0 85vw;
    min-width: 85vw;
    max-width: 85vw;
  }
}
/* === TESTIMONIAL IMAGE SIZE – MOBILE ONLY === */
@media (max-width: 768px) {
  .ps-super-photo {
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    margin: 0 auto 14px !important;
    display: block !important;
  }
}
/* === VERIFIED BUYER – CENTERED & SUBTLE === */
.ps-verified {
  display: flex;
  justify-content: center;   /* centrering */
  align-items: center;
  gap: 6px;
  margin: 4px 0 6px;
  font-size: 12px;
  font-weight: 400 !important; /* tving ikke-fed */
  color: #5f8f73;
  opacity: 0.9;
  text-align: center;
}

/* Sikrer at teksten aldrig bliver fed pga. theme */
.ps-verified span {
  font-weight: 400 !important;
}

/* Checkmark ikon */
.ps-verified::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/cdn/shop/files/chechmark-removebg-preview.png?v=1758457358");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.ps-verified svg,
.ps-verified i,
.ps-verified::before,
.ps-verified::after {
  display: none !important;
}
/* Sørg for at navn + verificeret køber flugter lodret */
.ps-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Fjern evt. indrykning/margin på verificeret køber */
.ps-verified {
  margin-left: 0 !important;
  padding-left: 0 !important;
}



/* Skjul header på kollektionssider */
.template-collection .header-wrapper {
  display: none !important;
}

}
@media (max-width: 768px) {

  /* Fjern al indrykning fra Trustpilot-containeren */
  .trustpilot-desktop,
  .trustpilot-badge {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  /* Fjern evt. grid-padding der skubber den ind */
  .grid__item .trustpilot-desktop {
    padding-left: 0 !important;
  }

  /* Sørg for stjerner starter HELT fra venstre */
  .trustpilot-badge img,
  .trustpilot-badge span {
    margin-left: 0 !important;
  }
}
/* 1. Sørg for Trustpilot bruger samme grid-logik som titel */
.trustpilot-desktop,
.trustpilot-badge {
  width: 100%;
  max-width: 100%;
}

/* 2. Match venstrelinje med produkt-titel */
.product-title,
.trustpilot-desktop {
  padding-left: var(--page-gutter, 20px);
}

/* 3. Fjern al intern forskydning */
.trustpilot-badge {
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

/* 4. Sørg for stjerner starter HELT samme sted */
.trustpilot-badge img,
.trustpilot-badge span {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .product-title {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 769px) {
  /* Fjern ekstra indrykning på desktop */
  .product-title {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .product-main-image {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

/* Thumbnails – runde kanter + låst position */
.product-thumbnails img {
  border-radius: 14px;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}

/* Forhindrer at rækken kan rykkes */
.product-thumbnails {
  overflow: hidden;
  touch-action: pan-y;
}
/* Pris – mere luft og tydeligere hierarki */
.product-single__meta .price,
.product-single__meta span.price {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 700;
}
/* ============================= */
/* KOLLEKTION – PRIS (NY PRIS) */
/* ============================= */
.grid-product__price,
.grid-product__price span.price {
  display: inline-block;
  margin-top: 6px;
  font-size: 18px;     /* lidt mindre end produktside */
  font-weight: 700;
}

/* ============================= */
/* KOLLEKTION – GAMMEL PRIS */
/* ============================= */
.grid-product__price .compare-price {
  font-size: 14px;
  font-weight: 400;
  color: #b8aeb2;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-single__meta .price {
  margin-bottom: 2px !important;
}

.product-single__meta .product-price {
  gap: 4px !important;
}
/* Sale-badge – visuelt mindre og mere rolig */
.product-single__meta .sale-badge,
.grid-product__price .sale-badge {
  font-size: 13px;        /* mindre tekst */
  padding: 4px 10px;      /* mindre badge */
  border-radius: 999px;   /* bevar pill-look */
  font-weight: 500;       /* lettere vægt */
  line-height: 1.2;
}
/* Klarna price-tab – mindre og mere diskret */
.price-tab--klarna {
  font-size: 13px;       /* mindre tekst */
  padding: 6px 12px;     /* mindre badge */
  border-radius: 10px;   /* blød, men ikke for stor */
  line-height: 1.2;
  font-weight: 500;
}
/* Klarna – lidt mere luft fra pris */
.price-tab--klarna {
  margin-top: 10px;
}
/* Klarna – tættere på købsknap */
.price-tab--klarna {
  margin-top: -2px !important;   /* ↓ mindre afstand opad */
}
.ultimateTrustBadgeswidgetDiv {
  margin-top: -16px !important;
}
/* Streamline hero CTA – slightly wider & taller (mobile) */
@media (max-width: 768px) {
  .hero__link .btn {
    font-size: 14px !important;
    padding: 12px 26px !important; /* lodret | vandret */
    border-radius: 999px;
  }
}
/* Streamline hero title – single line on mobile */
@media (max-width: 768px) {
  h2.h1.hero__title {
    max-width: none !important;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .hero__subtitle {
    margin-top: 6px;
  }
}
/* Trust line under hero CTA */
.hero-trust {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75); /* antager lys tekst på billede */
  text-align: center;
}

.hero-trust img {
  display: block;
  height: 14px;
  width: auto;
}

/* Desktop: en anelse tydeligere */
@media (min-width: 769px) {
  .hero-trust {
    font-size: 13px;
    margin-top: 10px;
  }
}
.hero__link {
  margin-bottom: 6px;
}
/* === FEATURES BAR – MOBILE (FORSIDE + PRODUKTSIDE) === */
@media (max-width: 768px) {

  /* Selve rækken */
  section.features {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;

    gap: 12px !important;
    padding: 16px 12px !important;
    width: 100% !important;
  }

  /* Hvert element */
  section.features .feature {
    flex: 1 1 0 !important;
    max-width: none !important;

    text-align: center !important;
  }

  /* Ikon */
  section.features .feature-icon img {
    width: 26px !important;
    height: 26px !important;
    margin-bottom: 6px !important;
  }

  /* Titel */
  section.features h3 {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin: 4px 0 2px !important;
    letter-spacing: 0.05em !important;
  }

  /* Undertekst */
  section.features p {
/* FORCE FEATURES VANDRET PÅ MOBILE – GLOBALT */
@media (max-width: 768px) {

  section.features {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    padding: 16px 12px !important;
  }

  section.features .feature {
    flex: 1 1 0 !important;
    max-width: 33.333% !important;
    text-align: center !important;
  }

  section.features .feature-icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 6px !important;
  }

  section.features .feature-icon img {
    width: 32px !important;
    height: 32px !important;
  }

  section.features h3 {
    font-size: 13px !important;
    margin: 4px 0 2px !important;
  }

  section.features p {
    font-size: 12px !important;
    margin: 0 !important;
  }
}
/* FORCE FEATURES VANDRET – IGNORER TEMAETS WRAPPERS */
@media (max-width: 768px) {

  .custom-content section.features,
  .custom_item section.features,
  .custom_item-inner section.features,
  .custom_item-inner--liquid section.features {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
  }

  .custom-content section.features > .feature {
    flex: 1 1 0 !important;
    max-width: 33.333% !important;
    text-align: center !important;
  }

  .custom-content section.features .feature-icon {
    width: 52px !important;
    height: 52px !important;
    margin: 0 auto 6px !important;
  }

  .custom-content section.features .feature-icon img {
    width: 30px !important;
    height: 30px !important;
  }

  .custom-content section.features h3 {
    font-size: 13px !important;
    margin: 4px 0 2px !important;
  }

  .custom-content section.features p {
    font-size: 12px !important;
    margin: 0 !important;
  }
}
/* STARTSIDE – gør Custom content fuld bredde */
.template-index .custom-content {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Fjern indvendig begrænsning */
.template-index .custom-content .page-width {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Brand color */
.ps{color:#E4AFD1}

/* Announcement / scrolling text i header */
.site-header .scrolling-text,
.site-header .announcement-bar{
  font-size:13px;
  font-weight:400;
  letter-spacing:.4px;
}

/* Lodret streg før teksten */
.site-header .scrolling-text__item{
  position:relative;
  padding-left:12px;
}

.site-header .scrolling-text__item:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:14px;
  background:rgba(0,0,0,.25);
}
/* === SCROLLING TEXT – Pura Studio (kun denne section) === */
#shopify-section-sections--2586608853080__scrolling_text_kHPUTF .scrolling-text,
#shopify-section-sections--2586608853080__scrolling_text_kHPUTF .scrolling-text *{
  font-size:13px;
  font-weight:400 !important; /* ikke fed */
  letter-spacing:.4px;
  font-family:-apple-system,BlinkMacSystemFont,"Inter","Helvetica Neue",Arial,sans-serif;
  color:#3a3a3a;
}

/* Brand color */
#shopify-section-sections--2586608853080__scrolling_text_kHPUTF .ps{
  color:#E4AFD1 !important;
}

/* Divider | lidt mere rolig */
#shopify-section-sections--2586608853080__scrolling_text_kHPUTF .scrolling-text__item{
  white-space:nowrap;
}
.template-collection .shopify-section.main-collection {
  margin-top: 120px !important;
}
@media (max-width: 768px) {
  .template-collection .image-wrap.loaded {
    margin-left: auto;
    margin-right: auto;
  }
}
.ps-lux-sub--check {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ps-check-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ps-variant.is-selected .ps-variant-visual {
  box-shadow: 0 0 0 2px #000;
  transform: scale(1.08);
}
.ps-fieldset .ps-variant-input:checked + .ps-variant-visual {
  box-shadow: 0 0 0 3px #111 !important;
  transform: scale(1.12) !important;
}
/* Lager + levering – let, rolig typografi */
.ps-lux-texts {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ps-lux-texts strong {
  font-weight: 500; /* let og elegant */
}

.ps-lux-sub {
  font-weight: 400;
}
/* Lager + levering – brug Inter og fjern “fed” look */
.ps-luxury-box .ps-lux-texts,
.ps-luxury-box .ps-lux-texts strong,
.ps-luxury-box .ps-lux-texts span {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Primær linje: “6 stk. på lager”, “Levering (1–3 dage)” */
.ps-luxury-box .ps-lux-texts strong {
  font-weight: 500;        /* let og rolig */
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

/* Undertekst */
.ps-luxury-box .ps-lux-sub {
  font-weight: 200;
  font-size: 13px;
  opacity: 0.75;
  letter-spacing: 0.2px;
  display: block;
  margin-top: 2px;
}
.ps-super-rating.trustpilot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  max-width: 100%;
  margin: 0 auto 12px auto;

  font-size: 13px;
  opacity: 0.75;
  text-align: center;
}

.ps-super-carousel-section {
  padding-top: 32px;
}
.ps-super-rating.trustpilot {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  width: auto !important;
  max-width: max-content !important;

  margin: 0 auto 12px auto !important;
  padding: 0 !important;

  font-size: 13px !important;
  opacity: 0.75 !important;
  background: transparent !important;
}
.ps-super-header {
  text-align: center !important;
}
.ps-super-title {
  text-align: center !important;
}

/* Wrapper der holder SVG + tekst sammen */
.ps-super-trust-inline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  font-size: 14px !important;
  line-height: 1 !important;
  opacity: 0.7 !important;

  white-space: nowrap !important;   /* 🔑 holder alt på samme linje */
  vertical-align: middle !important;
}

/* SVG stjerner */
.ps-super-trust-inline img {
  display: inline-block !important; /* 🔑 må IKKE være block */
  height: 14px !important;
  width: auto !important;
  vertical-align: middle !important;
}

/* Teksten efter SVG */
.ps-trust-text {
  display: inline-block !important;
  white-space: nowrap !important;
}
.ps-super-title {
  text-align: center !important;
}

.ps-super-trust-inline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  font-size: 14px !important;
  opacity: 0.7 !important;

  white-space: nowrap !important;
  vertical-align: middle !important;
}

.ps-super-trust-inline img {
  display: inline-block !important;
  height: 14px !important;
  width: auto !important;
  vertical-align: middle !important;
}

.ps-trust-text {
  display: inline-block !important;
  white-space: nowrap !important;
}
.ps-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4CAF50; /* samme “verified”-følelse */
  font-size: 13px;
}

.ps-verified-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
}
/* ================================= */
/* CAROUSEL ARROWS – FORCE STYLE */
/* ================================= */

.ps-carousel-arrows {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  z-index: 50 !important;
  pointer-events: none !important;
}

/* SELVE PILENE */
.ps-arrow {
  pointer-events: auto !important;
  position: absolute !important;

  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;

  border: none !important;
  background: rgba(255, 255, 255, 0.9) !important;

  box-shadow: 0 8px 22px rgba(0,0,0,0.18) !important;

  font-size: 26px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;

  cursor: pointer !important;
  opacity: 0.7 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  transition: opacity 0.2s ease !important;
}

.ps-arrow:hover {
  opacity: 1 !important;
}

/* VENSTRE */
.ps-arrow-left {
  left: 12px !important;
}

/* HØJRE */
.ps-arrow-right {
  right: 12px !important;
}

/* MOBIL – skjul pile (swipe hint nok) */
@media (max-width: 768px) {
  .ps-carousel-arrows {
    display: none !important;
  }
}
/* =============================== */
/* SWIPE HINT – FADE KANTER */
/* =============================== */

.ps-super-carousel-wrapper {
  position: relative !important;
}

/* FADE OVERLAY */
.ps-super-carousel-wrapper::before,
.ps-super-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.ps-super-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #f6efe8 0%, rgba(246,239,232,0) 100%);
}

.ps-super-carousel-wrapper {
  position: relative !important;
}

.ps-super-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #f6efe8 0%, rgba(246,239,232,0) 100%);
}

  right: 0;
  background: linear-gradient(to left, #f6efe8 0%, rgba(246,239,232,0) 100%);
}
.ps-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ps-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e5e5;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ps-dot.active {
  background: #e4afd1;
  width: 10px;
  height: 10px;
}
/* DOTS CONTAINER */
.ps-carousel-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 14px !important;
  width: 100% !important;
}

/* INDIVIDUEL DOT */
.ps-carousel-dots .ps-dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #d6d6d6 !important;
  transition: transform 0.25s ease, background-color 0.25s ease !important;
}

/* AKTIV DOT – INSTAGRAM STYLE */
.ps-carousel-dots .ps-dot.active {
  background-color: #111 !important;
  transform: scale(1.25) !important;
}

/* KUN MOBIL – SKJUL PÅ DESKTOP */
@media (min-width: 769px) {
  .ps-carousel-dots {
    display: none !important;
  }
}
.ps-dot.active {
  background-color: #E4AFD1 !important;
  transform: scale(1.3) !important;
}
.ps-super-card {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.ps-super-card.is-active {
  background-color: #E4AFD1 !important;
}
#shopify-section-template--2586608132184__hotspots_r796ly img {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.shopify-section--moast {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .shopify-section--moast {
    margin-bottom: 24px;
  }
}
.tp-custom-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.tp-rating-text {
  font-weight: 700 !important;
}

.tp-stars-img {
  display: inline-block !important;
}

.tp-score {
  white-space: nowrap !important;
}
/* === TRUSTPILOT HEADER – FORCE CENTER === */
.tp-custom-rating {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 32px !important; /* luft ned til billeder */
}

.tp-custom-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  width: auto !important;
  max-width: fit-content !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Fed "God" */
.tp-rating-text {
  font-weight: 700 !important;
}

/* Sørg for at PNG-stjerner opfører sig inline */
.tp-stars-img {
  display: inline-block !important;
}

/* Undgå linjeskift */
.tp-score {
  white-space: nowrap !important;
}
/* TRUSTPILOT-TEKST – SOM ORIGINALEN */
.tp-rating-text,
.tp-score {
  font-weight: 600 !important;      /* semibold som Trustpilot */
  letter-spacing: -0.01em !important;
  color: #111 !important;
}

/* Hvis du vil have "God" en anelse kraftigere */
.tp-rating-text {
  font-weight: 700 !important;
}
.ps-super-carousel {
  overflow-x: auto;
  overflow-y: visible;
  touch-action: pan-y pan-x;
}
.ps-super-carousel {
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch;
}
.ps-super-track {
  pointer-events: auto !important;
}
.ps-super-carousel,
.ps-super-track,
.ps-super-card {
  touch-action: pan-x pan-y !important;
}
/* =========================================
   FIX: Produkt-hovedbillede – DESKTOP ONLY
   ========================================= */
@media (min-width: 769px) {

  .grid.product-layout .product-main-image {
    width: 640px !important;
    max-width: 640px !important;
    aspect-ratio: 1 / 1 !important; /* 🔥 tving kvadrat */
    overflow: hidden !important;
    display: block;
  }

  .grid.product-layout .product-main-image img,
  img#MainProductImage {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* 🔥 pæn beskæring */
    display: block;
  }

}
/* 1. Gør cardet til reference */
.ps-super-card {
  position: relative !important;
  padding-top: 44px !important; /* plads til "Købt jan. 26" */
}

/* 2. Bevar Verificeret køber uændret */
.ps-verified {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

/* 3. Placér købstid INDEN i kortet (kan ikke klippes) */
.ps-super-card::before {
  content: "Købt jan. 26" !important;
  position: absolute !important;
  top: 16px !important;
  left: 24px !important;

  font-size: 11px !important;
  color: rgba(0, 0, 0, 0.45) !important;
  font-weight: normal !important;
  line-height: 1 !important;

  pointer-events: none !important;
}

@media (max-width: 768px) {
  .hero-trust {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-trust img {
    display: inline-block !important;
  }

  .hero-trust span,
  .hero-trust strong {
    display: inline-block !important;
    text-align: center !important;
    color: #FFFFFF !important;
  }
}
div.ps-super-card,
div.ps-super-card * {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}
.ps-super-card p,
.ps-super-card span,
.ps-super-card h3,
.ps-super-card h4 {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}
body * {
  font-family: Inter, Arial, sans-serif !important;
}
/* Trustpilot-lookalike */
.review-card,
.review-card * {
  font-family: Inter, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.01em;
  color: #2d2d2d;
}

.review-card .review-text {
  line-height: 1.5;
  font-size: 15px;
}

.review-card .review-author {
  font-weight: 600;
}
/* Navn + by */
.ps-super-card h3,
.ps-super-card .name {
  font-weight: 600 !important;
}

/* Anmeldelsestekst */
.ps-super-card p {
  font-weight: 400 !important;
  line-height: 1.5;
}

/* Labels (fx Verificeret køber) */
.ps-super-card span,
.ps-super-card .verified {
  font-weight: 500 !important;
}
/* =========================
   DESKTOP – MIDTERCENTRER LOGO-AFSNIT
========================= */
@media (min-width: 1024px) {

  .pura-logo-carousel {
    width: auto !important;
    max-width: 900px !important;   /* justér hvis du vil */
    margin: 32px auto !important;  /* 👈 midtercentrering */
    padding: 0 !important;
    overflow: hidden !important;
  }

  .pura-logo-track {
    animation: none !important;
    justify-content: center !important;
    gap: 32px !important;
    transform: none !important;
  }

  /* Skjul gentagelser (kun første sæt) */
  .pura-logo-track > :nth-child(n+5) {
    display: none !important;
  }
}
.bullet-intro {
  font-size: 1.4rem;          /* større tekst */
  font-weight: 700;
  margin: 32px 0 20px;
  color: #111;
  position: relative;
  padding-left: 18px;
}

/* Accent streg */
.bullet-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 5px;
  height: 1.2em;
  background: #e8a6c8; /* match din pink */
  border-radius: 3px;
}

/* Mobil */
@media (max-width: 768px) {
  .bullet-intro {
    font-size: 1.2rem;
    margin: 24px 0 16px;
  }
}
.reels-heading span {
  display: block;              /* så margin virker korrekt */
  margin-top: 8px !important;  /* luft mellem overskrifter */
}

/* Mobil */
@media (max-width: 768px) {
  .reels-heading span {
    margin-top: 6px !important;
  }
}
/* =========================
   FAQ TITLE – BASE
========================= */
.faq-pro-title {
  position: relative !important;
  font-size: 2.6rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #111 !important;
  margin-bottom: 72px !important;
  line-height: 1.1 !important;
  z-index: 2 !important;
}

/* =========================
   GHOST TEXT – DESKTOP
========================= */
.faq-pro-title::before {
  content: "FAQ" !important;
  position: absolute !important;
  top: -60px !important;
  left: -24px !important;
  font-size: 8rem !important;           /* 🔥 STØRRE */
  font-weight: 900 !important;
  letter-spacing: 0.35em !important;
  color: rgba(0, 0, 0, 0.06) !important; /* 🔥 MERE KONTRAST */
  z-index: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

/* =========================
   ACCENT LINE
========================= */
.faq-pro-title::after {
  content: "" !important;
  display: block !important;
  width: 72px !important;
  height: 5px !important;
  margin-top: 18px !important;
  background: linear-gradient(
    90deg,
    #e8a6c8,
    #d4b2ff,
    #e8a6c8
  ) !important;
  border-radius: 6px !important;
}

/* =========================
   SECTION FADE-IN
========================= */
.faq-pro-section {
  animation: faqFadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .faq-pro-title::before {
    font-size: 6rem !important;
    top: -44px !important;
    left: -12px !important;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .faq-pro-title {
    font-size: 2rem !important;
    margin-bottom: 44px !important;
  }

  .faq-pro-title::before {
    font-size: 3.6rem !important;
    top: -20px !important;
    left: -4px !important;
    letter-spacing: 0.25em !important;
  }

  .faq-pro-title::after {
    width: 48px !important;
    height: 4px !important;
  }
}




.table-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.lux-transition {
  position: relative; /* bryd ud af container */
  width: 100vw;
  left: 50%;
  margin-left: -50vw;

  height: 2px;
  margin: 8px 0;

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
}
/* =========================
   TESTIMONIAL CARD BALANCE FIX
========================= */

.ps-super-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* Tekst-zone får ro */
.ps-super-text {
  margin: 12px 0 10px !important;
  max-height: 96px !important; /* VISUEL RO */
}

/* Undgå at citationstegn skubber layout */
.ps-super-text::before {
  top: -2px !important;
  left: -2px !important;
  opacity: 0.85 !important;
}

/* Stjerner altid nederst */
.ps-super-stars {
  margin-top: auto !important;
}








/* PRODUCT THUMBNAILS – SWIPE / SCROLL */
.product-thumbnails {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  -webkit-overflow-scrolling: touch !important; /* iOS momentum */
  touch-action: pan-x !important;

  cursor: grab !important;
  user-select: none !important;

  position: relative !important;
  z-index: 10 !important;
}

/* skjul scrollbar */
.product-thumbnails::-webkit-scrollbar {
  display: none !important;
}
.product-thumbnails {
  scrollbar-width: none !important;
}

/* thumbnails */
.product-thumbnails .thumbnail {
  flex-shrink: 0 !important;
  pointer-events: auto !important;
}

/* cursor feedback */
.product-thumbnails:active {
  cursor: grabbing !important;
}
@media (min-width: 769px) {

  /* Container – lås og centrer */
  .pura-logo-carousel {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  /* Track – DETTE er nøglen */
  .pura-logo-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    margin-left: auto !important;
    margin-right: auto !important;

    transform: translateX(0) !important;
  }

  /* Teksten "Pura Studio er omtalt i" */
  .pura-logo-text {
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}
@media (min-width: 769px) {

  .pura-logo-carousel {
    width: 100% !important;
    margin-left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .pura-logo-track {
    animation: none !important;
    transform: none !important;
    width: auto !important;

    display: flex !important;
    justify-content: center !important;
  }

}
@media (min-width: 1024px) {

  .product-single__meta {
    padding-top: 0 !important;
  }

  .product-single__meta > * {
    margin-top: 0;
  }

}
.ps-super-carousel {
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
}

.ps-super-carousel.is-dragging {
  cursor: grabbing;
}

.ps-super-track {
  display: flex;
  gap: 24px;
}

.ps-super-carousel::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tp-custom-rating {
    grid-column: 1 / -1 !important;
    margin-top: 48px !important;
  }
}
@media (max-width: 768px) {
  .ps-super-carousel {
    touch-action: pan-x !important;   /* 🔒 lås vertikal træk */
    overflow-x: auto !important;      /* behold swipe */
    overflow-y: hidden !important;    /* stop lodret bevægelse */
  }

  /* Forhindrer “kort-flytning” */
  .ps-super-card {
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 768px) {

  /* 1️⃣ Skjul købsdato på mobile */
  .ps-purchase-date,
  .ps-date {
    display: none !important;
  }

  /* 2️⃣ Giv cardet fast bund-plads */
  .ps-super-card {
    padding-bottom: 96px !important; /* 🔥 reserver plads til stjerner */
  }

  /* 3️⃣ Begræns tekstens højde korrekt */
  .ps-super-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* 4️⃣ Fastgør stjerner i bunden af cardet */
  .ps-super-stars {
    position: absolute !important;
    bottom: 32px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }

  /* 5️⃣ Giv luft til dots */
  .ps-super-carousel-wrapper {
    padding-bottom: 24px !important;
  }

  .ps-carousel-dots {
    margin-top: 16px !important;
  }
}
/* ======================================
   TESTIMONIAL TEXT – MAX PUNCH
====================================== */

.ps-super-text {
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  font-weight: 500 !important;
  color: #1c1c1c !important;

  text-align: center !important;
  letter-spacing: -0.01em !important;

  margin-top: 6px !important;
  margin-bottom: 0 !important;

  position: relative !important;
  padding: 0 8px !important;
}

/* STORE CITERINGSTEGN – EDITORIAL FEEL */
.ps-super-text::before {
  content: "“" !important;
  position: absolute !important;
  top: -18px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  font-size: 42px !important;
  font-weight: 700 !important;
  color: rgba(228, 175, 209, 0.35) !important;
  line-height: 1 !important;
}

/* LIDT EKSTRA AUTORITET PÅ DESKTOP */
@media (min-width: 1024px) {
  .ps-super-text {
    font-size: 16.5px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
  }
}

/* MOBILE: MERE LÆSELIGHED */
@media (max-width: 768px) {
  .ps-super-text {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}
/* =========================================
   FORCE DESKTOP = MOBILE LOOK (OVERRIDE)
   (læg nederst i den fil der faktisk loader)
========================================= */

@media (min-width: 769px) {
  /* Target med højere specificitet */
  body .ps-super-carousel-wrapper .ps-super-carousel {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: auto !important;
    touch-action: pan-x !important;
    padding-bottom: 32px !important;
  }

  body .ps-super-carousel-wrapper .ps-super-track {
    display: flex !important;
    gap: 32px !important;
    padding: 0 64px !important;
  }

  body .ps-super-carousel-wrapper .ps-super-card {
    scroll-snap-align: center !important;

    min-width: 380px !important;
    max-width: 380px !important;

    position: relative !important;
    padding: 40px 36px 96px !important;
    border-radius: 26px !important;
    background: #fff !important;

    transform: none !important;
    transition: none !important;
    box-shadow: 0 14px 40px rgba(0,0,0,0.08) !important;
  }

  /* Stjerner låst i bunden ligesom mobile */
  body .ps-super-carousel-wrapper .ps-super-card .ps-super-stars {
    position: absolute !important;
    bottom: 32px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }

  /* Punchy tekst + ens højde */
  body .ps-super-carousel-wrapper .ps-super-card .ps-super-text {
    font-size: 16.5px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    text-align: center !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
}
/* ===== TRUSTPILOT – BASE (ALLE ENHEDER) ===== */

.ps-safe-ui {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.tp-custom-rating {
  display: flex;
  justify-content: center;
}

.tp-custom-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 20px;
  border-radius: 999px;

  background: #e9fbf2;
  border: 1px solid #bfe8d4;

  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.tp-rating-text {
  font-weight: 700;
}

.tp-stars-img {
  height: 18px;
  width: auto;
}

.tp-score {
  white-space: nowrap;
  opacity: 0.85;
  font-weight: 600;
}
/* ===== PUNCHY PRODUCT HEADING ===== */
.lux-title {
  font-size: clamp(36px, 5vw, 56px); /* stærk på desktop, kontrolleret på mobil */
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  color: #111;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .lux-title {
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 36px;
  }

/* ===================================================== */
/* MOBILE FIX – KUN 3 SPECIFIKKE PRODUKTBILLEDER */
/* ===================================================== */

@media (max-width: 768px) {

  /* KUN disse 3 billeder – intet andet */
  img#MainProductImage[src*="Carbon_sort_produkt_billede"],
  img#MainProductImage[src*="produkt_billede_lavendel_lilla"],
  img#MainProductImage[src*="IMG_0934"] {

    /* Vis hele billedet */
    object-fit: contain !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;

    /* Undgå klipning */
    aspect-ratio: auto !important;

    /* Bevar look */
    border-radius: 28px;
    background: transparent !important;
  }

  /* Sørg for at wrapperen IKKE klipper */
  .product-main-image:has(
    img[src*="Carbon_sort_produkt_billede"],
    img[src*="produkt_billede_lavendel_lilla"],
    img[src*="IMG_0934"]
  ) {
    overflow: visible !important;
    height: auto !important;
  }

}


display: none;
/* ===============================
   FIX: skjul floating menu
   når mobile menu er åben
   =============================== */

/* Kun mobile */
@media (max-width: 768px) {

  body.js-menu--is-open .site-nav__thumb-menu {
    display: none !important;
  }

}



button.ps-buy-btn.product-form__submit {
    border-radius: 10px !important;
    padding: 18px 32px !important;
}

button.ps-buy-btn.product-form__submit .ps-buy-inner {
    border-radius: 10px !important;
}
@media screen and (min-width: 990px) {

  button.ps-buy-btn.product-form__submit {
      border-radius: 10px !important;
      padding: 20px 40px !important;
      font-size: 18px !important;
      font-weight: 600 !important;
      transition: all 0.3s ease !important;
  }

  button.ps-buy-btn.product-form__submit:hover {
      transform: scale(1.05) !important;
      box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
  }

}
/* Runde hjørner på billeder i mini-cart */
.cart-item__media img,
.cart-drawer__media img,
.cart-item img {
    border-radius: 16px !important;
}
.faq-pro-title::before {
  content: none !important;
  display: none !important;
}
.faq-pro-section {
  position: relative;
}

.faq-pro-section::before {
  content: "FAQ";
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 120px;
  font-weight: 800;
  color: #000;
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
}

.faq-pro-section > * {
  position: relative;
  z-index: 1;
}
/* =================================
   FORCE SMALLER GHOST FAQ – GLOBAL
================================= */
.faq-pro-title::before {
  font-size: 4rem !important;          /* mindre på desktop */
  top: -25px !important;
  left: -8px !important;
  letter-spacing: 0.25em !important;
  color: rgba(0, 0, 0, 0.04) !important; /* mere diskret */
}

/* =================================
   FORCE SMALLER – PRODUKTSIDE
================================= */
.template-product .faq-pro-title::before {
  font-size: 5rem !important;
  opacity: 0.05 !important;
}

/* =================================
   FORCE SMALLER – FORSIDE
================================= */
.template-index .faq-pro-title::before {
  font-size: 3rem !important;
  opacity: 0.035 !important;
  top: -15px !important;
}

/* =================================
   FORCE SMALLER – MOBILE
================================= */
@media (max-width: 768px) {
  .faq-pro-title::before {
    font-size: 2.2rem !important;
    top: -10px !important;
    left: 0 !important;
  }
}
.template-index .header-wrapper,
.template-index .site-header {
  background: transparent !important;
}

/* ============================= */
/* PREMIUM STOCK + DELIVERY BOX */
/* ============================= */

.ps-luxury-box {
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 26px !important;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06) !important;
}

/* ITEM ROW */
.ps-lux-item {
  display: flex !important;
  align-items: flex-start !important; /* vigtig for perfekt flugt */
  gap: 18px !important;
  padding: 20px 0 !important;
}

/* DIVIDER */
.ps-lux-divider {
  height: 1px !important;
  background: rgba(0,0,0,0.08) !important;
  margin: 0 !important;
}

/* ============================= */
/* GREEN STOCK DOT (STABIL) */
/* ============================= */

.ps-lux-icon.ps-lux-green {
  width: 14px !important;
  height: 14px !important;
  background: #18A537 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  position: relative !important;
  margin-top: 6px !important; /* flugter med tekst */
}

/* PULSE RING */
.ps-lux-icon.ps-lux-green::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: rgba(24,165,55,0.25) !important;
  transform: translate(-50%, -50%) scale(1) !important;
  animation: psPulse 1.8s ease-out infinite !important;
  z-index: -1 !important;
}

@keyframes psPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ============================= */
/* GLS IMAGE */
/* ============================= */

.ps-lux-icon-img {
  width: 26px !important;
  height: 26px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 4px !important; /* matcher lager */
}

.ps-lux-icon-img img {
  max-height: 24px !important;
  width: auto !important;
  display: block !important;
}

/* ============================= */
/* TEXT WRAPPER */
/* ============================= */

.ps-lux-texts {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* HEADLINE */
.ps-lux-texts strong {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
}

/* SUBTEXT */
.ps-lux-sub {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  opacity: 0.65 !important;
  margin-top: 4px !important;
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 768px) {

  .ps-luxury-box {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  .ps-lux-item {
    gap: 16px !important;
    padding: 18px 0 !important;
  }

  .ps-lux-texts strong {
    font-size: 17px !important;
  }

  .ps-lux-sub {
    font-size: 13px !important;
  }

  .ps-lux-icon-img {
    width: 24px !important;
    height: 24px !important;
    margin-top: 5px !important;
  }

  .ps-lux-icon.ps-lux-green {
    margin-top: 7px !important;
  }
}
/* ============================= */
/* COMPACT CART DRAWER */
/* ============================= */

/* Mindre spacing mellem items */
#CartDrawer .cart__item {
  padding: 15px 0 !important;
  gap: 15px !important;
}

/* Mindre afstand mellem titel og variant */
#CartDrawer .cart__item--details {
  gap: 4px !important;
}

/* Mindre afstand under produktnavn */
#CartDrawer .cart__product-name {
  margin-bottom: 4px !important;
}

/* Gør quantity mere kompakt */
#CartDrawer .js-qty__wrapper {
  transform: scale(0.9);
  transform-origin: left center;
}

/* Mindre luft over subtotal */
#CartDrawer .drawer__footer {
  padding-top: 15px !important;
}

/* Mindre padding i hele drawer */
#CartDrawer .drawer__scrollable {
  padding: 20px !important;
}

/* ===== MOBIL EKSTRA KOMPAKT ===== */
@media screen and (max-width: 768px) {

  #CartDrawer .cart__item {
    padding: 10px 0 !important;
    gap: 10px !important;
  }

  #CartDrawer .cart__product-name {
    font-size: 15px;
  }

  #CartDrawer .cart__item--variants {
    font-size: 13px;
  }

  #CartDrawer .drawer__scrollable {
    padding: 15px !important;
  }

}
/* === AVATARER PÅ ÉN LINJE === */

.trustpilot-badge span:first-of-type {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

/* Ens størrelse */
.trustpilot-badge span:first-of-type img {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Overlap effekt */
.trustpilot-badge span:first-of-type img + img {
  margin-left: -6px;
}
/* ================================
   MOBILE OVERFLOW HARD LOCK
   (kun under 768px)
================================ */

@media (max-width: 768px) {

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
  }

  body * {
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

}
}
/* FORCE FEATURED PRODUCT TO USE FULL PRODUCT WIDTH */

.template-index .shopify-section .page-width {
  max-width: 1300px !important; /* samme bredde som PDP */
  width: 100% !important;
  margin: 0 auto !important;
}

.template-index .grid-product-layout {
  width: 100% !important;
}
.template-index .product__info-container {
  max-width: 600px;
  margin: 0 auto;
}
/* ===== NUCLEAR FIX – Featured product mobile width ===== */
@media screen and (max-width: 768px) {

  .template-index .page-content {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .template-index .page-width,
  .template-index .page-width--narrow {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin: 0 auto !important;
  }

}
/* Align text with thumbnails on mobile */
@media screen and (max-width: 768px) {

  .template-index .product__info-wrapper,
  .template-index .product-single__meta,
  .template-index .product__info-container {
    padding-left: 30px !important;
    padding-right: 16px !important;
  }

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

  .template-index .product-single__meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

  /* Kun de første 4 blokke i meta-sektionen */
  .template-index .product-single__meta > div:nth-child(-n+4) {
    padding-left: 25px !important;
    padding-right: 16px !important;
  }

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

  .template-index .product-price {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

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

  .template-index .product-price {
    width: 100% !important;
    max-width: 100% !important;
  }

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

  .template-index .product-price {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .template-index .product-price * {
    white-space: nowrap !important;
  }

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

  /* Flyt hele featured product sektionen ned */
  .template-index .shopify-section--featured-product,
  .template-index .featured-product,
  .template-index [id*="featured"] {
    margin-top: 50px !important;
    padding-top: 0 !important;
  }

}
/* Force sticky header */
.site-header--force-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

/* Prevent content from hiding behind header */
#PageContainer {
  padding-top: 70px;
}
#PageContainer {
  padding-top: 60px; /* eller 70px eller hvad du har */
}
.site-header--force-sticky .site-header__logo,
.site-header--force-sticky .site-header__logo a,
.site-header--force-sticky .site-header__logo h1 {
  color: #E4AFD1 !important;
}
/* ============================= */
/* HEADER FIX – COLOR + SPACING */
/* ============================= */

/* Brand color for text logo (all devices) */
.site-header .site-header__logo,
.site-header .site-header__logo a,
.site-header .site-header__logo h1 {
  color: #E4AFD1 !important;
}

/* Remove unwanted top spacing on desktop */
@media (min-width: 769px) {
  body,
  .header-wrapper,
  .site-header-sticky {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* Remove dynamic sticky spacing on desktop */
@media (min-width: 769px) {
  #PageContainer {
    padding-top: 0 !important;
  }
}
/* =============================== */
/* NUCLEAR DESKTOP LOGO COLOR FIX */
/* =============================== */

@media (min-width: 769px) {

  /* Target everything possible */
  .site-header__logo-link,
  .site-header__logo-link span,
  .site-header__logo-link h1,
  header .site-header__logo-link,
  header .site-header__logo-link:link,
  header .site-header__logo-link:visited,
  header .site-header__logo-link:hover,
  header .site-header__logo-link:active {
    color: #E4AFD1 !important;
  }

}
/* =============================== */
/* ABSOLUTE DESKTOP LOGO COLOR FIX */
/* =============================== */

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

  .header-wrapper .site-header h1.site-header__logo a.site-header__logo-link,
  .header-wrapper .site-header h1.site-header__logo a.site-header__logo-link:link,
  .header-wrapper .site-header h1.site-header__logo a.site-header__logo-link:visited,
  .header-wrapper .site-header h1
  @media only screen and (max-width: 768px) {

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

  .header-item--menu {
    order: 1;
  }

  .header-item--logo {
    order: 2;
    flex: 1;
    text-align: center;
  }

  .header-item--icons {
    order: 3;
  }

}
/* PERFECT CENTER HEADER FIX */

.site-header .header-layout {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
}

.site-header .header-item--menu {
  flex: 0 0 auto;
}

.site-header .header-item--icons {
  flex: 0 0 auto;
}

.site-header .header-item--logo {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
/* SIMPLE WORKING DRAWER */

.custom-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  max-width: 80%;
  height: 100vh;
  background: white;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 4px 0 20px rgba(0,0,0,0.1);
}

.custom-menu-drawer.open {
  transform: translateX(0);
}

.custom-menu-inner {
  padding: 20px;
}

.custom-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  margin-bottom: 20px;
}
/* SIMPLE WORKING DRAWER */

.custom-menu-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  max-width: 80%;
  height: 100vh;
  background: white;
  z-index: 9999;
  transition: transform 0.3s ease;
  box-shadow: 4px 0 20px rgba(0,0,0,0.1);
}

.custom-menu-drawer.open {
  transform: translateX(100%);
}

.custom-menu-inner {
  padding: 20px;
}

.custom-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  margin-bottom: 20px;
}
.custom-menu-drawer {
  position: fixed;
  top: 0;
  left: -100%;  /* Skjul menuen udenfor skærmen */
  width: 250px;
  height: 100%;
  background-color: white;
  transition: left 0.3s ease;  /* Gør så menuen glider ind */
  z-index: 9999;
}

.custom-menu-drawer.open {
  left: 0; /* Når åbnet, vis menuen på skærmen */
}

.custom-menu-inner {
  padding: 20px;
}

.custom-menu-inner ul {
  list-style: none;
  padding: 0;
}

.custom-menu-inner li {
  margin-bottom: 10px;
}
/* Fix for Centering Logo and Aligning Cart on Mobile and Desktop */
.site-header .header-layout {
  display: flex;
  justify-content: space-between; /* Ensures logo stays centered */
  align-items: center;
}

.site-header .header-item--logo {
  flex: 1;
  text-align: center;
}

.site-header .header-item--menu {
  position: absolute;
  left: 10px; /* Or use your own value to adjust */
}

.site-header .header-item--icons {
  position: absolute;
  right: 10px; /* Adjust this for cart alignment */
}

/* Responsive: make sure on mobile the header still behaves as expected */
@media only screen and (max-width: 767px) {
  .site-header .header-item--logo {
    text-align: center;
    width: 100%;
  }

  .site-header .header-item--menu,
  .site-header .header-item--icons {
    position: absolute;
    top: 10px;
  }
}
@media (max-width: 768px) {
  .header-item--cart {
    display: block !important; /* Sørg for at indkøbskurven vises på mobil */
  }
}
@media (max-width: 768px) {
  .drawer.is-empty {
    display: block;  /* Vis skuffen, selvom den er tom */
  }
}




/* Header under drawer */
.site-header,
.header-wrapper{
  z-index: 1 !important;
}
/* Fix home icon */
svg.icon-home {
  width: 30px !important;
  height: 30px !important;
  display: block;
}

svg.icon-home path,
svg.icon-home g {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

