/** Shopify CDN: Minification failed

Line 603:0 Unexpected "}"

**/


/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --color-header: var(--color-header-background);
}

.color-background-2 {
  --color-background: var(--color-base-background-2);
}


.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  /* --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels); */
  /* --alpha-button-background: 0; */
  background-color: rgba(var(--color-button-text), var(--alpha-button-background)) !important;
  color: rgb(var(--color-button)) !important;
  transition: all 0.2s ease-in-out;
}
.button--secondary:after {
  content: url(/cdn/shop/files/arrows_0a6e863c-e0de-4ef5-a15e-6f5668a0d4ed.svg?v=1651754221) !important;
} 

.button--secondary:hover {
  background-color: rgba(var(--color-button), var(--alpha-button-background)) !important;
  color: rgba(var(--color-button-text)) !important;
}

.button.button--secondary:hover:after {
  content: url(/cdn/shop/files/arrows.svg?v=1651750289) !important;
}

  
.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}


.button--tertiary {
  /* --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels); */
  /* --alpha-button-background: 0; */
  background-color: rgba(var(--color-button-text), var(--alpha-button-background)) !important;
  color: rgb(var(--color-button)) !important;
  border: 1px solid #DBDCDE !important;
}
.button--tertiary:after {
  content: url(/cdn/shop/files/arrows_0a6e863c-e0de-4ef5-a15e-6f5668a0d4ed.svg?v=1651754221) !important;
} 


  
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

/* .button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
} */

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

.color-background-1 .button svg path {
  /* content: url(/cdn/shop/files/arrows.svg?v=1651750289) !important; */
  fill: rgb(var(--color-button-text));
}  
  .color-background-2 .button svg path {
  /* content: url(/cdn/shop/files/arrows.svg?v=1651750289) !important; */
  fill: rgb(var(--color-button-text));
}  
.color-accent-1 .button svg path {
  /* content: url(/cdn/shop/files/arrows_0a6e863c-e0de-4ef5-a15e-6f5668a0d4ed.svg?v=1651754221) !important; */
  fill: rgb(var(--color-base-accent-2));
}  
  .color-accent-2 .button svg path {
    /* content: url(/cdn/shop/files/arrows_0a6e863c-e0de-4ef5-a15e-6f5668a0d4ed.svg?v=1651754221) !important; */
    fill: rgb(var(--color-base-accent-2));
  }  
 .color-inverse .button svg path {
  /* content: url(/cdn/shop/files/arrows_0a6e863c-e0de-4ef5-a15e-6f5668a0d4ed.svg?v=1651754221) !important; */
  fill: rgb(var(--color-base-accent-2));
}  
  
/* ==================================================
// fancyBox v3.5.7
//
// Licensed GPLv3 for open source use
// or fancyBox Commercial License for commercial use
//
// http://fancyapps.com/fancybox/
// Copyright 2019 fancyApps
//
// ================================================== */

body.compensate-for-scrollbar{overflow:hidden}
.fancybox-active{height:auto}
.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}
.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}
.fancybox-container *{box-sizing:border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}
.fancybox-bg:empty{display:block;}
.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}
.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}
.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-toolbar{right:0;top:0}
.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}
.fancybox-is-open .fancybox-stage{overflow:hidden}
.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}
.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}
.fancybox-slide--image{overflow:hidden;padding:44px 0}
.fancybox-slide--image:before{display:none}
.fancybox-slide--html{padding:6px}
.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}
.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}
.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}
.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}
.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}
.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}
.fancybox-slide--video .fancybox-content{background:#000}
.fancybox-slide--map .fancybox-content{background:#e5e3df}
.fancybox-slide--iframe .fancybox-content{background:#fff}
.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}
.fancybox-iframe{left:0;position:absolute;top:0}
.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}
.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}
.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}
.fancybox-button:hover{color:#fff}
.fancybox-button:focus{outline:none}
.fancybox-button.fancybox-focus{outline:1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}
.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}
.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}
.fancybox-close-small:hover{color:#fff;opacity:1}
.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}
.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}
.fancybox-navigation .fancybox-button div{padding:7px}
.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}
.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}
@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}
.fancybox-caption--separate{margin-top:-50px}
.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}
.fancybox-caption a:hover{color:#fff;text-decoration:underline}
.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){
  .fancybox-thumbs{width:110px;}
  .fancybox-show-thumbs .fancybox-inner{right:110px}
  .fancybox-thumbs__list a{max-width:calc(100% - 10px)}
}

/* Slick Carousel 1.8.1 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
/*     background: transparent;
    color: transparent;  */
  }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5%; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 5%; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  /* margin-bottom: 30px;  */
  margin-bottom: 0;
  padding-bottom: 0;
}

  
  @media screen and (max-width: 749px) {
    .slideshow.slick-dotted.slick-slider {
       background: #DBDCDE;
    }
  }
  
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button, .slick-dots li a {
      border: 0;
      background: transparent;
      display: block;
      height: 8px;
      width: 8px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer; 
      padding: 0;
      border: 1px solid rgb(var(--color-foreground));
      border-radius: 50%;
    }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li a:hover:before, .slick-dots li a:focus:before {
        opacity: 1; }
  
   .slick-dots li.slick-active button, .slick-dots li.slick-active a {
      background: rgb(var(--color-foreground));
    }
  
/*       .slick-dots li button:before, .slick-dots li a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; 
      } */
  
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

/* base */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }


.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 20px;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 1279px) and (max-width:1600px) {
  .page-width {
    max-width: 1200px;
  }
}
@media only screen and (max-width:749px) {
  .page-width-full-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .page-width-inner-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 20px;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.element-margin {
  margin-top: 2.25em;
}

.spaced-section {
  margin-top: 2.25em;
}

.spaced-section:last-child {
   margin-bottom: 2.25em;
}

@media only screen and (max-width:1280px) { 
  .spaced-section:last-child {
    margin-bottom: 60px;
 }
 .spaced-section {
  margin-top: 60px;
 }
}

@media only screen and (max-width:767px) { 
  .spaced-section:last-child {
    margin-bottom: 40px;
 }
 .spaced-section {
  margin-top: 40px;
 }
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}

 @media only screen and (max-width:749px) {
     .element-margin {
       margin-top: 3.75em;
     }

     .spaced-section {
       margin-top: 3.75em;
     }

     .spaced-section:last-child {
       margin-bottom: 3.75em;
     }
 }  
  
@media only screen and (min-width:750px) and (max-width:989px) {
     .element-margin {
       margin-top: 3.75em;
     }

     .spaced-section {
       margin-top: 3.75em;
     }

     .spaced-section:last-child {
       margin-bottom: 3.75em;
     }
 }  
  
body,
.color-background-1,
.color-background-2
{
  color: rgba(var(--color-foreground), 0.6);
  background-color: rgb(var(--color-background));
}

.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 1);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  /* background-color: rgba(var(--color-foreground), 0.04); */
  /* padding: 4rem 0 5rem; */
  background-color: #DBDCDE;
  padding:100px 0;
}

@media screen and (max-width: 749px) {
  .background-secondary {
    padding:60px 0;
  }
}
/* @media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  } */
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 1rem;
}

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

.hidden {
  display: none !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
 
.sub_heading {
  text-transform: var(--font-heading-transform);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.22em;
  margin-top: 23px;
  margin-bottom: 10px;
  color: rgb(var(--color-foreground));
}

@media only screen and (max-width:1280px) {
  .sub_heading {
     font-size: 14px; 
  }
}  

@media only screen and (min-width:1281px) {
   .sub_heading {
      font-size: 16px; 
   }
}  
  
 a {
    color: rgb(var(--color-foreground));
    text-decoration-color: rgb(var(--color-base-accent-2));
    text-underline-offset: 0.5rem;
    transition: all .2s ease-in-out;
 }  

 a:hover {
 text-decoration-color: rgb(var(--color-foreground));
 color: rgb(var(--color-base-accent-2));
 }
  
img {
  max-width: 100%;
  border: 0;
}
p {
  margin:0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  text-transform: var(--font-heading-transform);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.154em;
  color: rgb(var(--color-base-accent-2));
  line-height: 1.5;
}

.h0 {
  font-size: 30px;
}

@media only screen and (min-width: 1281px) {
  .h0 {
    font-size: 60px;
  }
}

h1,
.h1 {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media only screen and (min-width: 1281px) {
  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: 0.154em;
    line-height: 1.5;
  }
}

h2,
.h2 {
  font-size: 22px;
  letter-spacing: 0.080em;
  line-height: 1.2;
}

@media only screen and (min-width: 1281px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.154em;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.060em;
}

@media only screen and (min-width: 1281px) {
  h3,
  .h3 {
    font-size: 32px;
    letter-spacing: 0.154em;
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 18px;
  letter-spacing: 0.154em;
  line-height: 1.5;
}

@media only screen and (min-width: 1281px) {
  h4,
  .h4 {
     font-size: 22px;
  }
}  
  
h5,
.h5 {
  font-size: 17px;
  letter-spacing: 0.154em;
  line-height: 1.5;
  font-family: var(--font-body-family);
}
  
@media only screen and (min-width: 1281px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

h6,
.h6 {
  font-size: 16px;
  letter-spacing: 0.154em;
  line-height: 1.5;
  font-family: var(--font-body-family);
}
@media only screen and (min-width: 1281px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

.outline-text {
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   margin-bottom: 0;
   color: rgb(var(--color-base-accent-1));
}   
  
@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
    text-transform: var(--font-heading-transform);
    font-weight: var(--font-heading-weight);
    letter-spacing: .22em;
    color: rgb(var(--color-foreground));
    font-size:20px;
    margin-bottom: 22px;
    font-size:16px;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size:20px;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  color: rgb(var(--color-base-accent-2));
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}

.hidden {
  display: none !important;
}

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

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .small-center {
  	text-align: center;
  }
}
  
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 20px;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-base-accent-2));
}

.link--text:hover {
  color: rgba(var(--color-base-accent-2), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.icon-arrow {
  width: 1.5rem;
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/* Fallback */
.focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 0 0 45px 0;
  text-align: center;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
/*   display: flex; */
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin: 4rem 0 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  color: rgba(var(--color-foreground), 0.7);
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}


.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
  .grid--1-col-tablet .grid__item {
    width: calc(100% - 1rem);
  }
}

@media screen and (min-width: 990px) {
  .grid--5-col-desktop .grid__item {
    width: calc(20% - 1rem * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
  .grid--1-col-desktop .grid__item {
    width: calc(100% - 1rem);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

  .grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 15px 20px;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  /* box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)); */
  color: rgb(var(--color-button-text));
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: rgb(var(--color-button-text));
  /* box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)); */
  color: rgb(var(--color-button));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
}
.button:hover svg path,
.shopify-challenge__button:hover svg path,
.customer button:hover svg path {
  /* content: url(/cdn/shop/files/arrows_0a6e863c-e0de-4ef5-a15e-6f5668a0d4ed.svg?v=1651754221) !important; */
  fill: rgb(var(--color-base-accent-2));
} 
  
 

.button:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 18px;
  letter-spacing: 0.048em;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold;
}

 @media only screen and (max-width:749px) {
  
    .button,
    .shopify-challenge__button,
    .customer button {
      padding: 7px 15px;
      font-size: 14px;
    }

  }    
  
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .button,
    .shopify-challenge__button,
    .customer button {
      padding: 13px 9px;
      font-size: 14px;
    }
  }
  
/* .button svg:after,
.button-label svg:after,
.shopify-challenge__button svg:after,
.customer button svg:after {
  margin-left: 10px;
  width: 17px;
  content: url(/cdn/shop/files/arrows.svg?v=1651750289);
} */
.button svg path,
.button-label svg path,
.shopify-challenge__button svg path,
.customer button svg path {
  fill: rgb(var(--color-base-accent-2));
}

.button.btn-add-cart:after {
  content: url(/cdn/shop/files/shopping-cart_12.svg?v=1655455001) !important;
  margin-left: 15px;
  line-height: 1;
  height: 15px;
  width: 20px;
}

.button.btn-add-cart:hover:after {
  content: url(/cdn/shop/files/shopping-cart_12.svg?v=1655455001) !important;
}
.button.btn-add-cart.loading:hover:after, .button.btn-add-cart.loading:after {
  content: "" !important;
}

.button.btn-add-cart.loading span {
  display: none;
}

@media screen and (max-width: 749px) {
   .button:after,
.button-label:after,
.shopify-challenge__button:after,
.customer button:after {
  	margin-left: 6px;
 }
}
  
/* .button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
} */

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - hover */

/* .button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
} */

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
}

.button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 0.5rem solid rgba(var(--color-button-text), 0.4);
  border-left: 0.5rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  box-sizing: content-box;
  content: '' !important;
  display: block;
  height: 2rem;
  position: absolute;
  width: 2rem;
  content: "";
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.55);
}

.field__input:focus-visible,
.select__select:focus-visible,
.field input:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.field__input:focus,
.select__select:focus,
.field input:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: 1.6;
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}



.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.4rem;
}

.search-modal__form input {
color:rgb(var(--color-background));
}

.search-modal__form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(var(--color-background));
  opacity: 1; /* Firefox */
}

.search-modal__form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(var(--color-background));
}

.search-modal__form input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(var(--color-background));
}

textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(var(--color-foreground), 0.6);
 
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(var(--color-foreground), 0.6);
}

textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(var(--color-foreground), 0.6);
}

.textarea::placeholder,

.search__button .icon {
  color:rgb(var(--color-base-accent-2));
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  /* border: 0.1rem solid rgba(var(--color-foreground), 0.55); */
  position: relative;
  width: 14rem;
  display: flex;
}

.quantity__input {
  color: rgb(var(--color-base-accent-2));
  font-size: 14px;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 31px;
  width: 44px;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 15px;
  border: 0.1rem solid rgb(var(--color-foreground));
}

.quantity__button {
  width: 44px;
  flex-shrink: 0;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgb(var(--color-foreground));
  color: rgb(var(--color-base-accent-2));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-base-accent-1));
  color: rgb(var(--color-base-solid-button-labels));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: 1.1;
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 1;
}



.announcement-bar__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  height: 1.2rem;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  margin: 0;
  letter-spacing: 0.1rem;
}
@media(min-width:992px){
  .announcement-bar.advancedActive{
    display: flex;
  }
  .announcement-bar.advancedActive #announcementAdvanced{
    flex: 0 0 50%;
    width: 50%; 
  }
  .announcement-bar.advancedActive #announcement-bar{
    flex: 0 0 50%;
    width: 50%; 
    border-left: 1px solid rgba(255,255,255,0.3);
  }
}
@media(max-width:991px){
  .announcement-bar.advancedActive #announcement-bar{
    border-top: 1px solid rgba(255,255,255,0.3);
  }
}
/* section-header */
sticky-header.header-wrapper.headerWrap,
#shopify-section-header {
  z-index: 3;
  will-change: transform;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}
sticky-header.header-wrapper.headerWrap.animate,
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  background-color: var(--color-header-background);
  z-index: 2;
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.header {
  position: static;
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  background-color: var(--color-header-background);
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 1680px;
}

@media screen and (min-width: 1281px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

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

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

  .header--top-left {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

  .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

@media only screen and (max-width:749px) {
  .header__heading-link {
     margin: 15px 0;
   }
}
  
.header > .header__heading-link {
  line-height: 0;
}

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

.header__heading-link {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
}

@media only screen and (max-width:989px) {
  .header__heading-logo {
    width: 242px;
  }
}

@media only screen and (min-width:990px) and (max-width:1150px) {
  .header__heading-logo {
    width: 115px;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  justify-content: flex-end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 18px;
  width: 18px;
  fill: none;
  vertical-align: middle;
}

/* .header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
} */

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: 1.8;
}

.search-modal__form {
  width: 100%;
  padding: 1.1rem 3.2rem;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  left: 20px;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
 
  justify-content: center;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
     display: flex !important;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem 1.3em;
  text-decoration: none;
  color: var(--color-white);
  text-transform: uppercase;
}

.header__menu-item > a {
  color: var(--color-white);
  text-decoration: none;
}

.header__menu-item:hover {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 1px;
  text-decoration-color: rgb(var(--color-base-accent-1));;
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 1px;
  text-decoration-color:rgb(var(--color-base-primary));
}
  details-disclosure > details[open] span {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 1px;
    text-decoration-color:rgb(var(--color-base-primary));
  }

/* .header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
} */

/* .header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
} */

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu.list-menu {
  display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(219 220 222);
    padding: 4px 20px;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
 padding: 0.95rem 5.5rem 0.95rem 4rem;
    color:rgb(var(--color-base-primary));
    text-transform: capitalize;
    font-size: 18px;
  
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: static;
}
details-disclosure > details.mega-nav {
  position: static;
}
details-disclosure > details.mega-nav .header__submenu {
  top: 100%;
  left: 0;
}
  
details-disclosure > details[open] svg {
     transform: rotate(180deg);
}  
  
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}



  .logo-bar button.slick-arrow{
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    height: 24px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transform: none;
    color:rgb(var(--color-base-accent-2));
  }
  .logo-bar button.slick-arrow:before{
    display: none;
  }
  .logo-bar:focus button.slick-arrow.slick-prev,
  .logo-bar:hover button.slick-arrow.slick-prev{
    left: 10px;
    opacity: 1;
    visibility: visible;
  }
  .logo-bar:focus button.slick-arrow.slick-next,
  .logo-bar:hover button.slick-arrow.slick-next{
    right: 10px;
    opacity: 1;
    visibility: visible;
  }
  .logo-bar  {
    margin-left: -5px;
    margin-right: -5px;
  }
  .logo-bar .logo-bar__item {
    padding: 5px;
    text-align: center;
  }
  .logo-bar .logo-bar__item svg.placeholder-svg{
    background: rgb(246 246 246);
  }
  .logo-bar .logo-bar__item h6{
    margin-top: 0.5em;
  }

  .testimonials button.slick-arrow{
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    height: 24px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transform: none;
    color:rgb(var(--color-base-accent-2));
  }
  .testimonials button.slick-arrow:before{
    display: none;
  }
  .testimonials:focus button.slick-arrow.slick-prev,
  .testimonials:hover button.slick-arrow.slick-prev{
    left: 10px;
    opacity: 1;
    visibility: visible;
  }
  .testimonials:focus button.slick-arrow.slick-next,
  .testimonials:hover button.slick-arrow.slick-next{
    right: 10px;
    opacity: 1;
    visibility: visible;
  }
  .testimonials  {
    margin-left: -5px;
    margin-right: -5px;
  }

   button.slick-arrow {
    transition: all 0.3s linear;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background-color: rgb(var(--color-background));
    cursor: pointer;
    transform: none;
    color:rgb(var(--color-base-accent-2));
  }
  
  @media only screen and (max-width:749px) {
    button.slick-arrow {
      top: -50%; 
    }
  }
  
   .arrows-white button.slick-arrow {
     background-color: rgb(var(--color-foreground));
   }
  
  .arrows-white button.slick-arrow.slick-next:after {
    content: "";
   background-image: url(/cdn/shop/files/right-arrow_44.svg?v=1652347348);
     width: 16px;
       height: 16px;
       
       position: absolute;
       background-repeat: no-repeat;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
  }
  
  .arrows-white button.slick-arrow.slick-prev:after {
    content: "";
   background-image: url(/cdn/shop/files/right-arrow_44_0f287276-0306-4487-9bb1-9e985bbc6c62.svg?v=1652347723);
   width: 16px;
       height: 16px;
       
       position: absolute;
       background-repeat: no-repeat;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
  }
  
/*   button.slick-arrow.seconday {
    background-color: rgb(var(--color-foreground));
  } */
   button.slick-arrow:before {
    display: none;
  }
  /* .slideshow:focus button.slick-arrow.slick-prev,
  .slideshow:hover button.slick-arrow.slick-prev{
    left: 10px;
    opacity: 1;
    visibility: visible;
  }
  .slideshow:focus button.slick-arrow.slick-next,
  .slideshow:hover button.slick-arrow.slick-next{
    right: 10px;
    opacity: 1;
    visibility: visible;
  } */
  .slideshow  {
    /* margin-left: -5px;
    margin-right: -5px; */
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .feature-collection button.slick-arrow{
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    height: 24px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transform: none;
    color:rgb(var(--color-base-accent-2));
  }
  .feature-collection button.slick-arrow:before{
    display: none;
  }
  .feature-collection:focus button.slick-arrow.slick-prev,
  .feature-collection:hover button.slick-arrow.slick-prev{
    left: 10px;
    opacity: 1;
    visibility: visible;
  }
  .feature-collection:focus button.slick-arrow.slick-next,
  .feature-collection:hover button.slick-arrow.slick-next{
    right: 10px;
    opacity: 1;
    visibility: visible;
  }
  .feature-collection  {
    margin-left: -5px;
    margin-right: -5px;
  }

  .slick-dots li button:before, .slick-dots li a:before {
    font-size: 34px;
    color:rgb(var(--color-base-accent-2));
  }
  .slick-dots li.slick-active button:before {
    color:rgb(var(--color-base-accent-2));
  }
  ul.slick-dots {
    margin: 15px auto;
}

  
.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin:0 -0.95rem -15px; }

.site-nav__childlist-item {
  flex: 1 1 1%;
  margin-bottom: 15px; 
  padding: 0.95rem;
}
.header__submenu .menu-item  .header__menu-item{
  padding-left: 0;
  padding-right: 0;
}
.header__submenu .menu-item a{
  padding:0.5rem 0;
}
.header__submenu .menu-item a:hover{
  text-decoration: underline;
}

.header__submenu .list-menu .list-view-item__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__submenu .list-menu .list-view-item__link .list-view-item__title-column{
  padding-left: 12px;
}
.header__submenu .h4.nav_menutitle{
  font-weight: bold;
}

.site-nav__childlist-item ul.product-list-grid li{
  padding: 0.95rem 0;
}
.site-nav__childlist-item ul.product-list-grid li:nth-of-type(1n+2){
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.site-nav__childlist-item ul.product-list-grid li a:hover{
  opacity: 0.8;
}
.header__submenu .site-nav__childlist-item.site-nav__childlist-item-banner a{
  display: block;
}
.header__submenu .site-nav__childlist-item.site-nav__childlist-item-banner a img{
  display: block;
  width: 100%;
}




.product-grid .grid-product__colors { text-align: center; margin-bottom: 10px; }
.product-grid .grid-product__colors .color-swatch.color-swatch--small { width: 25px; height: 25px; display: inline-block; vertical-align: middle; }
.product-grid .grid-product__colors .color-swatch.color-swatch--with-image { }
.product-grid .grid-product__color-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.2s linear; background-color: white; }
.product-grid .grid-product__color-image.is-active { opacity: 1; z-index: 9; }
.color-swatch { position: relative; display: block; text-indent: -9999px; overflow: hidden; margin: 0; background-position: 50%; background-size: cover; background-repeat: no-repeat; width: 2.5em; box-shadow: 0 0 0 1px #e8e8e1; box-shadow: 0 0 0 1px #ebebeb; transition: box-shadow 0.2s ease; border-radius: 100%; border: 1px solid #000000; }
.color-swatch:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.color-swatch:before { border: 3px solid; border-color: #ffffff; border-color: #fff; }
.color-swatch:before { border-radius: 100%; border-width: 4px; top: -1px; left: -1px; right: -1px; bottom: -1px }
.card-wrapper a{
  text-decoration: none;
}
.color-swatch.swatch-style-square {border-radius: 0;}
.color-swatch.swatch-style-square:before {border-radius: 0;}


/*-------------custom--------------*/
.header-top {
  background: #fff;
}
.header-top .grid {
  margin-bottom: 0;
}
.header-top .grid__item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.header-top-inner {
  max-width: 1680px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}

.header-top a {
    text-decoration: none;
}  
  
  @media only screen and (max-width:749px) {
    .header-top a {
      margin: 0 10px;
    }  
   
  }  
  
.header__icons .link {
  font-size: 18px;
}
.header__icon {
  text-decoration: none;
}
.header__icon:first-child {
  margin-right: 8px;
}
.header__icon:last-child {
  margin-left: 8px;
}
.header__icons span {
  color: rgba(var(--color-foreground), 1);
  margin-left: 5px;
}
.header-top-inner p {
    margin: 0;
    color: rgba(var(--color-foreground), 1);
}
.header .btn-play:after,  .footer-play-btn:after{
  content: url(/cdn/shop/files/play-button_9.svg?v=1651754604) !important;
  position: relative;
  top: 2px;
  left: 5px;
}

.header .btn-play:hover:after,  .footer-play-btn:hover:after{
  content: url(/cdn/shop/files/play-button_9.svg?v=1651754604) !important;
}
  
  

/*------------Footer-------------*/

.footer-block__details-content.rte a {
  text-decoration: underline;
}
.footer_logo {
  margin-bottom: 30px;
}

/*----------slide show-------------*/

.banner__heading.h4 {
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
}
  
  
/*--------- Image Text ------------*/
  
.bottom_text {
    font-size: 20px;
}  
  
@media only screen and (max-width:749px) {
   .bottom_text {
    font-size: 18px;
}  
}
  
.introduction-icon {
   width:35px;
}
.introduction-icon svg {
  width: 35px;
  height: 35px;
}
  
.introduction-icon path {
  fill: rgb(var(--color-base-accent-2));
}  
  
.new-dance-body .sub_heading {
  margin-bottom: 21px;
}  
  
.new-dance-body .sub_heading {
  margin-bottom: 21px;
}  
  
.new-dance-body .image-with-text__heading {
  margin-top: 0;
  margin-bottom: 40px;
}  

 .link-section {
   display:flex;
   align-items:center;
 }  
 .link-section a:nth-of-type(2) {
    margin-left: 36px;
 }
  
.about-us-home .image-with-text__heading {
   max-width: 70%;
   margin: 0;
}
  
.about-us-home .image-with-text__content {
  padding: 0;
}
 
.about-us-home .about-us-bottom {
   margin-top: 30px;
   overflow: hidden;
}

.about-us-home .sub_heading {
  margin-top:0px;
}

.classes-home .classes-home-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 60px;
}  
  
.classes-home .header-left {
  width: 36%;
}   
  
.classes-home .caption {
  margin-bottom: 24px;
}  
  
.classes-home .h3 {
   margin: 0;
}  
  
.classes-home .slider {
  padding: 0;
  justify-content: center;
}

.classes-home .slider__slide {
  flex-grow: unset;
}

  
.classes-home {
  overflow: hidden;
} 
.classes-home .first-slide {
   padding-left: 0;
}  
  
.classes-home .first-slide {
   padding-left: 0;
}  
  
.team-detail-blog .team-detail-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}  
 
.team-detail-blog .header-left {
 width: 35%;
}
  
/*----------- Response---------------*/
  
@media only screen and (max-width:749px) {
  
  .about-us-home .image-with-text__heading {
    margin: 0 0 26px 0;
  }
  .about-us-home .image-with-text__heading {
    max-width: 80%;
   }
   
  .introduction .image-with-text__text-item {
     margin-top:74px;
  }
  
  .new-dance-body .image-with-text__heading {
    margin-bottom: 0;
  }
  .classes-home .header-left {
      width: 100%;
  }
  .classes-home .classes-home-header {
      margin-bottom: 34px;
  }
  .image-with-text-full-mobile .image-with-text__content {
       padding: 60px 20px;
   }
 
  
  
  .footer-play-btn {
    width: 100%;
    padding: 13px 10px;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .team-detail-blog .header-left {
    width: 100%;
    padding: 0;
}
}
  
@media only screen and (min-width:750px) and (max-width:989px) {
   .about-us-home .image-with-text__heading {
   	 max-width: 100%;
   }
  .classes-home .header-left {
     width: 40%;
  }
  .link-section a:first-child {
    margin-right: 16px;
  }
}


/*------new dancebody page--------*/

.beginner-classes h3 {
  margin-top: 0;
}
.beginner-classes .question {
  font-size:17px;
  color: rgb(var(--color-base-accent-2));
  margin-bottom: 15px;
}

.beginner-classes .answer {
  font-size:16px;
  color: rgb(var(--color-foreground));
}
.new-dancebody-classes .class-card__title {
  font-size:18px;
  font-family: var(--font-heading-family);
}
@media only screen and (max-width:749px) {
  .beginner-classes {
    margin: 0 !important;
  }
  .beginner-classes .slick-slider {
    margin: 0;
    padding: 0;
  }
  .multicolumn-overlay {
    margin: 0;
  }
  .multicolumn-overlay ul {
    margin: 0;
    padding: 0;
  }
  .beginner-classes .right-section {
    margin-top:60px;
  }
}
@media only screen and (min-width:1281px) {
  .new-dancebody-classes .class-card__title {
    font-size:24px;
  }
}
@media only screen and (min-width:750px) {
  .new-dancebody-classes ul li {
    padding-left: 60px;
  }
  .beginner-classes .left-section {
    width: calc(25% - 0.5rem);
    padding-right: 50px;
  }
  .beginner-classes .grid__item.slider__slide {
    padding-left: 3rem;
  }
  .beginner-classes .slider__slide:nth-of-type(2n+1) {
    top: 8em;
    position: relative;
  }
  .new-dancebody-classes .beginner-inner {
    align-items: center;
  }
  
  .beginner-classes .class-card__info {
    padding: 35px 0;
  }
  .class-types .image-with-text__media-item {
    width: calc(35% - 0.5rem);
  }
  .class-types .heading-section {
    max-width: 30%;
    margin-bottom: 50px;
  }
  .class-types .content-outer {
    display: flex;
    align-items: center;
  }
  .class-types .content-outer ul {
    padding: 0;
    width: 39%;
  }
  .class-types .tab_content {
    padding-left: 45px;
    width: 70%;
  }
  .tabs_container .tabs_heading {
    border-left: 1px solid #DBDCDE;
  }
  .tabs_container .tabs_heading.active {
    border-left: 2px solid rgb(var(--color-base-accent-2));
  }
  .classes-home .slider__slide {
    padding-bottom: 2em;
   }
}

.class-types .content-outer ul {
  padding: 0;
}
.tabs_container .tabs_content {
  display:none;
}
.tabs_container .tabs_content.active {
  display:block;
}
.tabs_container .tabs_heading {
  cursor:pointer;
  font-size:16px;
  text-transform: uppercase;
  list-style: none;
  letter-spacing: 0.154em;
  font-weight: bold;
  padding: 22px 0 22px 35px;
}
.tabs_container .tabs_heading.active {
  color: rgb(var(--color-base-accent-2));
}

@media only screen and (max-width:749px) {
  .class-types .image-with-text__media-item {
    padding-bottom: 0;
  }
 
  .class-types .heading-section, .class-types .tab_content {
    margin-bottom: 30px;
  }
  .class-types .content-outer ul {
    padding: 0;
    display: flex;
    align-items: center;
    overflow: scroll;
    justify-content: center;
  }
  .class-types .image-with-text__content {
    display: block;
  }
  .class-types .tabs_heading {
    flex: 1 1 auto;
    white-space: nowrap;
    padding: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:750px) and (max-width:1024px) {
  .new-dancebody-classes ul li {
     padding-left: 1em; 
  }
  .class-types .heading-section {
     max-width:100%; 
     margin-bottom: 30px;
  }
  .tabs_container .tabs_heading {
    padding: 12px 0 12px 20px;
  }
  .class-types .tab_content {
    padding-left: 25px;
  }
  .beginner-classes .left-section {
     padding-right:0px; 
  }
}

.events .events-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}  
 
.events .header-left {
   width: 33%;
}   
.events .slick-prev {
  right: 80px;
  left: auto;
  top: -35%;
  bottom: auto;
}
.events .slick-next {
  right: 0;
  left: auto;
  top: -35%;
  bottom: auto;
}
.events .class-card__image-wrapper {
  position: relative;
}
.events .class-card__image-wrapper:after {
  content: "";
  background: rgb(var(--color-foreground),.24);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.events .class-card__header {
  position: absolute;
  bottom: 35px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.events .class-card__header .subtitle {
  color: rgb(var(--color-background));
  font-size: 24px;
  margin-bottom: 12px;
}
.events .class-card__header .class-card__title {
  font-family: var(--font-heading-family);
  font-size: 24px;
  color: rgb(var(--color-background));
}
.events .class-card__info {
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
  padding: 36px 0 0;
}
.events .class-card__excerpt {
  margin-bottom: 26px;
}
.event-bottom .event-bottom-inner {
  display: flex;
  align-items: flex-start;
}
.event-bottom .event-bottom-inner img {
  margin-right: 50px;
}
.event-bottom .event-bottom-inner h1 {
   margin: 0 0 23px 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.event-bottom {
    margin-top: 60px;
}
.new-dancebody-bottom {
  margin-top: 88px;
  align-items: center;
}

.bottom-image2 {
  margin-left: 20%;
  overflow: visible;
}

.new-dance-body-text .subtitle  {
  color: rgb(var(--color-foreground));
  margin-bottom: 20px;
  font-weight:700;
}

.new-dance-body-text .image-with-text__heading {
  max-width: 80%;
  margin: 0;
}
.new-dance-body-text .image-with-text__content {
  padding:0;
}
.new-dance-body-text .image-with-text__content a {
  margin-top: 4rem;
}
.new-dance-body-text .planet-logo {
  width: auto;
  height: auto;
  top: -130px;
  right: -100px;
  left: auto;
}
.new-dance-body .image-with-text {
  position: relative;
}
.new-dance-body .planet-logo {
    bottom: -5em;
    left: -215px;
    position: absolute;
}

.pricing__table .planet-logo {
  width: auto;
  height: auto;
  top: -90px;
  right: -100px;
  left: auto;
}
.pricing__table {
  position: relative;
}
.pricing__table .planet-logo {
    bottom: -5em;
    left: -215px;
    position: absolute;
}

@media only screen and (max-width:749px) {
    .new-dance-body .planet-logo {
      position: absolute;
      bottom: -50px;
      right: 16px;
      position: absolute;
      width: 100px;
      left: auto;
      z-index: 1;
    }
    .pricing__table .planet-logo {
      position: absolute;
      bottom: -50px;
      right: 16px;
      position: absolute;
      width: 100px;
      left: auto;
      z-index: 1;
    }
    .new-dancebody-bottom {
       display: block; 
    }
    .bottom-image2 {
      margin-left: 0;
      margin-right: 20%;
      margin-top: 70px;
    }
    .new-dance-body-text .planet-logo {
      height: auto;
      top: -80px;
      right: -56px;
      width: 120px;
    }
    .pricing__table .planet-logo {
      height: auto;
      top: -80px;
      right: -56px;
      width: 120px;
    }
    .events .header-left {
      width: 100%;
    }
    .events .slick-prev {
      right: 80px;
      left: 33%;
      top: auto;
      bottom: 0;
    }
    .events .slick-next {
      right: 33%;
      left: auto;
      top: auto;
      bottom: 0;
    }
    .events .class-card__info {
      max-width: 100%;
    }
    .event-bottom .event-bottom-inner {
      display: block;
      text-align: center;
    }
    .event-bottom .event-bottom-inner:first-child {
      margin-bottom: 70px;
    }
    /* .event-bottom .text-section {
      width: 60%;
      margin: 0 auto;
    } */
    .event-bottom .event-bottom-inner img {
      margin-right: 0;
    }
    .events .class-card__header .subtitle {
      font-size: 18px;
      margin-bottom: 4px;
    }
    .events .class-card__header .class-card__title {
      font-size: 18px;
    }
    .events .class-card__header {
      bottom: 10px;
    }
    .events .events-inner {
      margin-bottom: 25px;
    }
    .events slider-component .slider {
      padding-bottom: 6rem;
    }
}
@media only screen and (min-width:750px) and (max-width:1600px) {
  .new-dance-body .planet-logo {
    bottom: -3em;
    left: 12px;
    z-index: 1;
    width: 120px;
  }
  .new-dance-body-text .planet-logo {
    top: -74px;
    right: -15px;
    width: 120px;
  } 
  .event-bottom .event-bottom-inner img {
    margin-right: 20px;
  } 
  .events .header-left {
    width: 50%;
  }
  .events .events-inner {
    margin-bottom: 40px;
  }

}


/*-------Logo List----------*/

@media only screen and (min-width:750px) {
  .logo-bar-main .logo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .logo-bar-main .logo-header .header-left {
    width: 35%;
  }
  .logo-bar-main .logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo-bar-main .logo-bar__item {
    padding: 20px;
  }
  .logo-bar-main .logo-bar__item:nth-of-type(1) {
    padding-left: 0px;
  }
  .logo-bar-main .logo-bar__item:nth-of-type(3){
    padding-right: 0px;
  }
}

@media only screen and (max-width:749px) {
  .logo-bar-main .logo-header {
    margin-bottom: 30px;
  }
  .logo-bar-main .logo-bar__item {
    margin-bottom: 40px;
  }
  .logo-bar-main .logo-bar__item {
    padding: 0px;
  }
}


#insta-feed {
  padding: 0 !important;
}
.insta-header img {
  width: 45px;
}
.insta-header h3 {
  margin: 0;
}
#insta-feed .slider-arrow {
  font-size: 0 !important;
}

#insta-feed .slider-arrow:before {
  content: "";
  background-image: url(/cdn/shop/files/icon.svg?v=1655807038);
  width: 16px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#insta-feed .slider-arrow[alt="instafeed right arrow"]:before {
  background-image: url(/cdn/shop/files/icon_207b6639-9982-43d5-bb45-4d22ff48edae.svg?v=1655807495);
}

.instafeed-app-section {
  margin-bottom: 0 !important;
}


@media only screen and (max-width:1280px) {
.button, .button-label, .shopify-challenge__button, .customer button {
  font-size: 16px;
  line-height: 20px;
}
}

@media only screen and (max-width:750px) { 
  .button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 14px;
    line-height: 18px;
  }
}

.newsletterwrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
  background-color: rgba(var(--color-foreground), 0.7);
}

.newsletterwrapper.active {
  display: flex !important;
}

.newsletter-content input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(var(--color-foreground), 0.5);
  opacity: 1; /* Firefox */
}

.newsletter-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(var(--color-foreground), 0.5);
}

.newsletter-content input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(var(--color-foreground), 0.5);
}

.btn-group a:last-of-type {
  margin-left: 15px;
}
.btn-group a:first-of-type {
  margin-left: 0px;
}

.klaviyo_styling input[type=email] {
  border-radius: 0 !important;
  padding: 9px 9px !important;
  margin-bottom: 12px;
  height: 54px !important;
}
.klaviyo_condensed_styling, .klaviyo_styling {
  max-width: 100% !important;
}
.klaviyo_styling .button {
  width: 100%;
}
.klaviyo_styling .success_message {
  margin-bottom: 0;
  margin-top: 12px;
}
a.mobile-main-link {
  color: rgb(var(--color-background));
  text-decoration: none;
}
.button svg {
  width: 17px;
  margin-left: 15px;
}

.insta-header h3 a {
  text-decoration: none;
  color: rgb(var(--color-base-accent-2));
}

.footer__bottomlinks ul li {
  display: inline-block;
}

.footer__column--info .footer__bottomlinks ul li a {
  font-size: 10px;
}

@media only screen and (max-width:767px) { 
.pricing-block a.button {
  padding: 0 15px;
}

.classes-home a.button {
  padding: 0 15px;
}

.pricing__table a.button {
  padding: 0 15px;
}

.btn-group a:first-of-type {
  margin-left: 0;
}

.btn-group a {
  padding: 0 15px;
}

.btn-group a:last-of-type {
  margin-left: 0;
  margin-top: 15px;
}

.about-us-home .image-with-text__content {
  padding-left: 0 !important;
}

.about-us-home .image-with-text__content a {
  padding: 0;
}

.team-tab button.slick-arrow {
  top: -30%;
}

.video-with-text .button-group .button:nth-of-type(2) {
  margin-left: 15px;
}

.image-with-text a.button {
  padding: 0 15px;
}

}
.main_svg_logo {
  width: 250px;
  height: auto;
}
.main_svg_logo path {
  fill: #ffffff;
}
.header a.button.btn-play {
    border: 1px solid transparent;
}
.header a.button.btn-play:hover {
    border-color: var(--color-white);
}
@media only screen and (min-width:1600px) { 
.contact-us .slideshow .banner__media img {
    object-position: 0px -200px;
}
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
.contact-us .slideshow .banner__media img {
    object-position: 0px -130px;
}
}
.btn-group a:nth-of-type(2) {
    margin-left: 15px;
}
a.leadin-button.leadin-advance-button.leadin-button-primary {
    background: #000000 !important;
}
.footer-play-btn {
  border-top: 2px solid #ccc;
}

.overlay-color class.class-card .class-card__image-wrapper a::after ,
.overlay-color class.class-card .class-card__image-wrapper a::before{
  content: '';
  background: rgb(var(--color-foreground), 0.24);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.los-angeles .image-with-text__text-item a.button.button--primary, .the-hamptons .image-with-text__text-item a.button.button--primary, .miami .image-with-text__text-item a.button.button--primary, .nyc .image-with-text__text-item a.button.button--primary {
    margin-top: 1px;
    margin-right: 1px;
}
@media only screen and (max-width:991px) { 
.image-with-text .grid__item.icon {
  width: 50%;
}
  .nyc .pricing__table .planet-logo {
        width: 18%;
  }
  .outline-text {
    font-size: 28px;
  }

  
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .dancebody-live .video-with-text .image-with-text__content {
        padding: 3rem 5rem 4rem;
  }
}
@media only screen and (max-width:767px) { 
.nyc .pricing__table .planet-logo {
    width: 30%;
}
  .about .classes-home button.slick-arrow {
    top: -30%;
}
  .nyc .slideshow h4.banner__heading.h4 {
    color: #000;
}
  .mobile-filters-inner .filter-outer.medium-hide.large-up-hide {
    margin-bottom: 0;
}
  .collection-filters .collection-filters__sort+svg {
    top: calc(40% - 0.2rem);
}
}
.template_collection product-modal {
    display: none;
}

/* .blog .slick-slider .slick-list .slick-track
{
  margin:0px -10px 0px;
} */