/** Shopify CDN: Minification failed

Line 3085:0 Unexpected "}"
Line 12296:0 Unexpected "}"

**/
@charset "UTF-8";

:root{
  --colorBtnPrimary:#000000;
  --colorBtnPrimaryLight:#1a1a1a;
  --colorBtnPrimaryDim:#000000;
  --colorBtnPrimaryText:#ffffff;
  --colorCartDot:#ff677e;

  --colorLink:#000000;
  --ctaOptionBorderColor:#b0b0b0;
  --colorTextBody:#000000;
  --colorPrice:#2c2c2c;
  --colorTextSavings:#c40405;
  --colorSaleTag:#c40405;
  --colorSaleTagText:#ffffff;

  --colorBody:#ffffff;
  --colorBodyDim:#f2f2f2;

  --colorFooter:#ffffff;
  --colorFooterText:#434343;

  --colorBorder:#e6e6e6;

  --colorNav:#ffffff;
  --colorNavText:#333333;
  --colorAnnouncement:#2c2c2c;
  --colorAnnouncementText:#00ff00;

  --colorHeroText:#ffffff;

  --colorModalBg:#504f4f;

  --colorImageOverlay:#000000;
  --colorImageOverlayOpacity:0.1;
  --colorImageOverlayTextShadow:0.2;

  --colorSmallImageBg:#ffffff;
  --colorLargeImageBg:#0f0f0f;
  --colorGridOverlay:#000000;
  --colorGridOverlayOpacity:0.1;

  --colorDrawers:#ffffff;
  --colorDrawersDim:#f2f2f2;
  --colorDrawerBorder:#e6e6e6;
  --colorDrawerText:#000000;
  --colorDrawerTextDark:#000000;
  --colorDrawerButton:#018849;
  --colorDrawerButtonText:#ffffff;

  --grid-gutter:17px;
  --drawer-gutter:17px;

  --sizeChartMargin:25px 0;
  --sizeChartIconMargin:5px;

  --newsletterReminderPadding:40px;
  --color-body-text:#000000;
  --color-body:#ffffff;
  --color-bg:#ffffff;
}

@media only screen and (min-width:769px){
  :root{
    --grid-gutter:22px;
    --drawer-gutter:30px;
  }
}

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

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

@keyframes preloading{
  0%{   transform-origin:0% 50%; transform:scaleX(0); opacity:0; }
  40%{  transform-origin:0% 50%; transform:scaleX(1); opacity:1; }
  41%{  transform-origin:100% 50%; transform:scaleX(1); opacity:1; }
  to{ transform-origin:100% 50%; transform:scaleX(0); opacity:1; }
}

@keyframes slideshowBars{
  0%{ transform:translateX(-100%); }
  to{ transform:translateX(0); }
}

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

@keyframes shine{
  to{
    left:-200%;
  }
}

@keyframes overlay-on{
  0%{ opacity:0; }
  to{ opacity:0.6; }
}

@keyframes overlay-off{
  0%{ opacity:0.6; }
  to{ opacity:0; }
}

@keyframes full-overlay-on{
  0%{ opacity:0; }
  to{ opacity:1; }
}

@keyframes full-overlay-off{
  0%{ opacity:1; }
  to{ opacity:0; }
}

@keyframes modal-open{
  0%{
    opacity:0;
    transform:translateY(30px);
  }  
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

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

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

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

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

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

@keyframes zoom-fade{
  0%{
    opacity:0;
    transform:scale(1.3);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

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

.flickity-enabled{
  position:relative;
}

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

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

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

.flickity-enabled.is-draggable{
  -webkit-user-select:none;
          user-select:none;
}

.flickity-enabled.is-draggable .flickity-viewport{
  cursor:move;
  cursor:grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
  cursor:grabbing;
}

.flickity-button{
  position:absolute;
  border:none;
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
}

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

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

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

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

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

.flickity-prev-next-button{
    width:33px;
    height:33px
}
  }

.flickity-prev-next-button:hover{
  transform:translateY(-50%) scale(1.12);
}

.flickity-prev-next-button:active{
  transform:translateY(-50%) scale(1);
  transition:transform 0.05s ease-out;
}

.flickity-previous{ left:10px; }

.flickity-next{ right:10px; }

.flickity-rtl .flickity-previous{
  left:auto;
  right:10px;
}

.flickity-rtl .flickity-next{
  right:auto;
  left:10px;
}

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

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

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

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

.flickity-page-dots .dot{
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 6px;
  cursor: pointer;
  background-color: transparent;
  border:1px solid #000;
  opacity: .9;   
  transition: transform 0.2s ease-out 0s;
}

.product__main-photos .flickity-page-dots{   
  display: none;
  }
.flickity-page-dots .dot:hover{
    opacity:0.2;
  }

.flickity-page-dots .dot.is-selected{
  opacity: 1;background-color: #000;
  border-color: #000;
  opacity: 0.95;
}
.flickity-enabled.is-fade .flickity-slider>*{
  pointer-events:none;
  z-index:0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected{
  pointer-events:auto;
  z-index:1;
}

.hero[data-arrows=true]{
  overflow:visible;
  z-index:5
}

.hero[data-arrows=true] .flickity-prev-next-button{
    top:auto;
    bottom:-20px;
    transform:none;
  }

.hero[data-arrows=true] .flickity-prev-next-button:hover{
    transform:scale(1.12);
  }

.hero[data-arrows=true] .flickity-prev-next-button:active{
    transform:scale(1);
  }

.hero[data-arrows=true] .flickity-previous{
    left:auto;
    right:90px;
  }

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

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

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

@media only screen and (max-width:768px){
    .hero[data-arrows=true] .flickity-prev-next-button{
      bottom:-16px;
    }
    .hero[data-arrows=true] .flickity-previous{
      right:60px;
    }
    .hero[data-arrows=true] .flickity-next{
      right:20px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-previous{
      left:60px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-next{
      left:20px;
    }
  }

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

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

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

[data-bars=true] .flickity-page-dots .dot{
      width:45px
  }
    }

[data-bars=true] .flickity-page-dots .dot:after,[data-bars=true] .flickity-page-dots .dot:before{
      content:"";
      display:block;
      position:absolute;
      left:0;
      height:100%;
      width:100%;
      background-color:currentColor;
    }

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

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

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

[data-bars=true] .flickity-page-dots .dot.is-selected:after{
      animation:slideshowBars 0s linear forwards;
    }

.noUi-target,.noUi-target *{
   -webkit-touch-callout:none;
   -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
   -webkit-user-select:none;
   touch-action:none;
   user-select:none;
   box-sizing:border-box;
 }

.noUi-target{
   position:relative;
 }

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

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

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

.noUi-connect{
   height:100%;
   width:100%;
 }

.noUi-origin{
   height:10%;
   width:10%;
 }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{
   left:0;
   right:auto;
 }

.noUi-vertical .noUi-origin{
   width:0;
 }

.noUi-horizontal .noUi-origin{
   height:0;
 }

.noUi-handle{
   -webkit-backface-visibility:hidden;
   backface-visibility:hidden;
   position:absolute;
 }

.noUi-touch-area{
   height:100%;
   width:100%;
 }

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{
   transition:transform 0.3s;
 }

.noUi-state-drag *{
   cursor:inherit !important;
 }

.noUi-horizontal{
   height:18px;
 }

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

.noUi-vertical{
   width:18px;
 }

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

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

.noUi-target{
   background:#fafafa;
   border-radius:4px;
   border:1px solid #d3d3d3;
   box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;
 }

.noUi-connects{
   border-radius:3px;
 }

.noUi-connect{
   background:#3fb8af;
 }

.noUi-draggable{
   cursor:ew-resize;
 }

.noUi-vertical .noUi-draggable{
   cursor:ns-resize;
 }

.noUi-handle{
   border:1px solid #d9d9d9;
   border-radius:3px;
   background:#fff;
   cursor:default;
   box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
 }

.noUi-active{
   box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
 }

.noUi-handle:after,.noUi-handle:before{
   content:"";
   display:block;
   position:absolute;
   height:14px;
   width:1px;
   background:#e8e7e6;
   left:14px;
   top:6px;
 }

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

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
   width:14px;
   height:1px;
   left:6px;
   top:14px;
 }

.noUi-vertical .noUi-handle:after{
   top:17px;
 }

[disabled] .noUi-connect{
   background:#b8b8b8;
 }

[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{
   cursor:not-allowed;
 }

.noUi-pips,.noUi-pips *{
   box-sizing:border-box;
 }

.noUi-pips{
   position:absolute;
   color:#999;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tool-tip{
  display:none;
}

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

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

.tool-tip__inner{
  animation:modal-close 0.3s forwards;
  opacity:0
}

tool-tip[data-tool-tip-open=true] .tool-tip__inner{
    animation:modal-open 0.3s forwards;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    display:block;
    position:fixed;
    background-color:#fff;
    box-shadow:0 10px 20px rgba(0, 0, 0, 0.0902);
    padding:30px;
    max-width:720px;
    min-width:250px;
    min-height:250px; 
    border-radius: 8px;
}
tool-tip[data-tool-tip-open=true][data-tool-tip="size-chart"] .tool-tip__inner{
  max-width:100%;
  width:80%;
}
@media only screen and (max-width:1200px){
  tool-tip[data-tool-tip-open=true][data-tool-tip="size-chart"] .tool-tip__inner{width:90%; padding: 25px; position:relative;}
}
@media only screen and (max-width:918px){
  tool-tip[data-tool-tip-open=true][data-tool-tip="size-chart"] .tool-tip__close{width: 48px;height: 48px;}
  tool-tip[data-tool-tip-open=true][data-tool-tip="size-chart"] .tool-tip__inner{display: block;
    transform: none!important;
    width: 95%;
    max-width: 95%;
    padding: 45px 10px 0;;}
}

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


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

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

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

.tool-tip__content{
    /*font-size:0.85em*/
}
  }

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

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

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

.tool-tip-trigger .icon{
  width:24px;
  height:24px;
}
.tool-tip-trigger .icon.icon-instagram{width:16px;height: 16px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid{
    margin-left:-17px
}

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

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

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

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

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

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

.grid__item{
    padding-left:17px
}

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

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

.grid--no-gutters{
  margin-left:0
}

.grid--no-gutters .grid__item{
    padding-left:0;
  }

.grid--flush-bottom{
  margin-bottom:-22px;
  overflow:auto
}

.grid--flush-bottom>.grid__item{
    margin-bottom:22px;
  }

.grid--center{
  text-align:center
}

.grid--center .grid__item{
    float:none;
    display:inline-block;
    vertical-align:top;
    text-align:left
  }

html[dir=rtl] .grid--center .grid__item{
      text-align:right
  }

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

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

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

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

@media only screen and (max-width:768px){
  .small--grid--flush{
    display: grid;
    grid-template-columns: calc(50% - 0.5px) calc(50% - 0.5px);
    grid-column-gap: 1px;
    box-sizing: border-box;
  }
  .page-width .small--grid--flush{
      margin-left:-17px;
      margin-right:-17px
  }

    .small--grid--flush>.grid__item{
      padding-left:0;
      width: 100%;
    }
}

.one-whole{width:100%;}

.one-half{width:50%;}

.one-third{width:33.33333%;}

.two-thirds{width:66.66667%;}

.one-quarter{width:25%;}

.two-quarters{width:50%;}

.three-quarters{width:75%;}

.one-fifth{width:20%;}

.two-fifths{width:40%;}

.three-fifths{width:60%;}

.four-fifths{width:80%;}

.one-sixth{width:16.66667%;}

.two-sixths{width:33.33333%;}

.three-sixths{width:50%;}

.four-sixths{width:66.66667%;}

.five-sixths{width:83.33333%;}

@media only screen and (max-width:768px){.small--one-whole{width:100%;}.small--one-half{width:50%;}.small--one-third{width:33.33333%;}.small--two-thirds{width:66.66667%;}.grid--uniform .small--one-half:nth-of-type(odd),.grid--uniform .small--one-third:nth-of-type(3n+1){clear:both;}.small--one-quarter{width:25%;}.small--two-quarters{width:50%;}.small--three-quarters{width:75%;}.grid--uniform .small--one-quarter:nth-of-type(4n+1){clear:both;}.small--one-fifth{width:20%;}.small--two-fifths{width:40%;}.small--three-fifths{width:60%;}.small--four-fifths{width:80%;}.grid--uniform .small--one-fifth:nth-of-type(5n+1){clear:both;}.small--one-sixth{width:16.66667%;}.small--two-sixths{width:33.33333%;}.small--three-sixths{width:50%;}.small--four-sixths{width:66.66667%;}.small--five-sixths{width:83.33333%;}.grid--uniform .small--one-sixth:nth-of-type(6n+1),.grid--uniform .small--three-sixths:nth-of-type(odd),.grid--uniform .small--two-sixths:nth-of-type(3n+1){clear:both;}}

@media only screen and (min-width:769px){.medium-up--one-whole{width:100%;}.medium-up--one-half{width:50%;}.medium-up--one-third{width:33.33333%;}.medium-up--two-thirds{width:66.66667%;}.grid--uniform .medium-up--one-half:nth-of-type(odd),.grid--uniform .medium-up--one-third:nth-of-type(3n+1){clear:both;}.medium-up--one-quarter{width:25%;}.medium-up--two-quarters{width:50%;}.medium-up--three-quarters{width:75%;}.grid--uniform .medium-up--one-quarter:nth-of-type(4n+1){clear:both;}.medium-up--one-fifth{width:20%;}.medium-up--two-fifths{width:40%;}.medium-up--three-fifths{width:60%;}.medium-up--four-fifths{width:80%;}.grid--uniform .medium-up--one-fifth:nth-of-type(5n+1){clear:both;}.medium-up--one-sixth{width:16.66667%;}.medium-up--two-sixths{width:33.33333%;}.medium-up--three-sixths{width:50%;}.medium-up--four-sixths{width:66.66667%;}.medium-up--five-sixths{width:83.33333%;}.grid--uniform .medium-up--one-sixth:nth-of-type(6n+1),.grid--uniform .medium-up--three-sixths:nth-of-type(odd),.grid--uniform .medium-up--two-sixths:nth-of-type(3n+1){clear:both;}}

.show{display:block !important;}

.hide{display:none !important;}

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

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

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

.small--show{display:none !important;}

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

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

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

.flex-grid{
  display:flex;
  flex-wrap:wrap;
  flex:1 1 100%
}

[data-center-text=true] .flex-grid{
    justify-content:center
}

.flex-grid--center{
  align-items:center;
}

.flex-grid--gutters{
  margin-top:-15px;
  margin-left:-15px;
}

.flex-grid__item{
  flex:0 1 100%;
  display:flex;
  align-items:stretch
}

.flex-grid--gutters .flex-grid__item{
    padding-top:15px;
    padding-left:15px
}

.flex-grid__item>*{
    flex:1 1 100%;
  }

.flex-grid__item--stretch{
  flex:1 1 100%
}

.flex-grid__item--stretch:first-child{
    min-width:250px;
  }

@media only screen and (min-width:769px){
  .flex-grid__item--33{
    flex-basis:33.33%;
  }

  .flex-grid__item--50{
    flex-basis:50%;
  }
}

@media only screen and (max-width:768px){
  .flex-grid__item--mobile-second{
    order:2;
  }
}

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

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

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

.display-table{
  display:table;
  table-layout:fixed;
  width:100%;
}

.display-table-cell{
  display:table-cell;
  vertical-align:middle;
  float:none;
}

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

  .medium-up--display-table-cell{
    display:table-cell;
    vertical-align:middle;
    float:none;
  }
}

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

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

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

html{
  touch-action:manipulation;
}

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

body,html{
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
}
.ca-bodycss{overflow:hidden;}

@media only screen and (max-width:540px){
  .ca-bodycss{ }
}

.page-width{
  max-width:1800px;
  margin:0 auto;
}
.template-cart .main-content .page-width,
.template-product .grid--product-images--partial{
  max-width:1800px;/*1620*/
}
@media only screen and (min-width:769px){
  .template-product .grid--product-images--partial{
    margin: 0 auto;
    
  }
}
.page-full,.page-width{
  padding:0 17px
}

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

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

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

@media only screen and (max-width:768px){
  .page-width--flush-small{
    padding:0;
  }
}

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

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

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

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

.page-content--top,.page-content--with-blocks{
  padding-bottom:7px;margin-bottom: 7px;
}

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

.main-content{
  display:block;
  /*min-height:300px*/
}

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

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

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

.hr--large,.hr--medium,.hr--small,hr{
  height:1px;
  border:0;
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorBorder);
}

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

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

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

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

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

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

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

.page-blocks+.hr--large,.page-blocks+[data-section-type=recently-viewed] .hr--large{
    margin-top:0
}

.hr--clear{
  border:0;
}

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

    .table--responsive tr{
      display:block;
    }

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

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

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

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

  .table__section+.table__section{
    position:relative;
    margin-top:10px;
    padding-top:15px
  }

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

.faux-select,body,button,input,select,textarea{
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-size:calc(var(--typeBaseSize)*0.92);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight);
}

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

.faux-select,body,button,input,select,textarea{
    font-size:var(--typeBaseSize);
}
  }

.faux-select,body,button,input,select,textarea{
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
  text-rendering:optimizeSpeed;
}

body{
  font-weight:var(--typeBaseWeight);
}

p{
  margin:0 0 15px 0
}

p img{
    margin:0;
  }

em{
  font-style:italic;
}

b,strong{
  font-weight:700;
}

p[data-spam-detection-disclaimer],small{
  font-size:0.85em;
}

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

sup{
  top:-0.5em;
}

sub{
  bottom:-0.5em;
}

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

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

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

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

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

pre{
  overflow:auto;
  padding:15px;
  margin:0 0 30px;
}

.label,label:not(.variant__button-label):not(.text-label){
  letter-spacing:0.6px;
}

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

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

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

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

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

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

.h1,.h2,.h3,h1,h2,h3{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

[data-type_header_capitalize=true] .h1,[data-type_header_capitalize=true] .h2,[data-type_header_capitalize=true] .h3,[data-type_header_capitalize=true] h1,[data-type_header_capitalize=true] h2,[data-type_header_capitalize=true] h3{
    /*text-transform:uppercase; */
}
h1.section-header__title{font-weight: 400;text-transform: uppercase;}
.template-collection h1.section-header__title{ text-transform: uppercase; font-size:calc(var(--typeHeaderSize)*0.75);}


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

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

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

@media only screen and (min-width:769px){
  .h1,h1{
    font-size:var(--typeHeaderSize);
  }

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

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


.h4,h4{
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:0.8em;
}

.h5,.h6,h5,h6{
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:1em;
  margin-bottom:10px
}

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

.h5,.h6,h5,h6{
    margin-bottom:5px
}

  }

.subheading{
  text-transform:uppercase;
  letter-spacing:0.3em;
}

.text-spacing,.text-spacing.rte:last-child{
  margin-bottom:15px;
}

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

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

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

.comment-author{
  margin-bottom:0;
}

.comment-date{
  font-size:calc(var(--typeBaseSize)*0.85);
  display:block;
  margin-top:3px
}

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

.comment-date{
    margin-bottom:15px
}
  }

.ajaxcart__subtotal{
  font-size:1em;
}

.rte .enlarge-text{
    margin:0;
    font-size:1.3em;
  }

  .text-max60vw{max-width: 90%; max-width: 90vw;margin: auto;}

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

  .text-max60vw{max-width: 60%; max-width: 60vw;margin: auto;}
.rte .enlarge-text--offset p{
        padding-right:15%
    }

.text-center .rte .enlarge-text--offset p{
          padding:0 5%
    }
      }

@media only screen and (min-width:769px){
  .table--small-text{
    font-size:calc(var(--typeBaseSize)*0.85);
  }
}


.index-section--footer h3{
    font-size:1.5em;
  }

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

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

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

.icon-and-text .icon{
    flex:0 0 auto;
  }
  .icon-and-text>span{display: flex;}
ol,ul{
  margin:0 0 15px 30px;
  padding:0;
  text-rendering:optimizeLegibility;
}

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

ol{ list-style:decimal; }

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

li{ margin-bottom:0.25em; }

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

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

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

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

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

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

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

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

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

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

th{
  font-weight:700;
}

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

.text-link,a{
  color:#000000;
  color:var(--colorTextBody);
  text-decoration:none;
  background:transparent
}

.text-link:hover,a:hover{
    color:#000000;
    color:var(--colorTextBody);
  }

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

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

button{
  overflow:visible;
  color:currentColor;
}

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

.btn,.rte .btn,.shopify-payment-button .shopify-payment-button__button--unbranded,.spr-container .spr-button,.spr-container .spr-summary-actions a{
  line-height:1.42;
  text-decoration:none;
  text-align:center;
  white-space:normal;
text-transform: capitalize;
  font-size:calc(var(--typeBaseSize) - 4px);
  font-size:max(calc(var(--typeBaseSize) - 4px), 14px);
  font-weight:400;
  letter-spacing:1px;
  display:inline-block;
  padding:13px 20px;
  margin:0;
  width:auto;
  min-width:90px;
  vertical-align:middle;
  cursor:pointer;
  border:1px solid transparent;
  -webkit-user-select:none;
          user-select:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:var(--buttonRadius);
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background:#000000;
  background:var(--colorBtnPrimary)
}

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

.btn,.rte .btn,.shopify-payment-button .shopify-payment-button__button--unbranded,.spr-container .spr-button,.spr-container .spr-summary-actions a{
    padding:13px 17px;
    font-size:calc(var(--typeBaseSize) - 5px);
    font-size:max(calc(var(--typeBaseSize) - 5px), 14px)
}
  }

.btn:hover,.rte .btn:hover,.shopify-payment-button .shopify-payment-button__button--unbranded:hover,.spr-container .spr-button:hover,.spr-container .spr-summary-actions a:hover{
    color:#ffffff;
    color:var(--colorBtnPrimaryText);
    background-color:#000000;
    background-color:var(--colorBtnPrimary);
  }

.btn.disabled,.btn[disabled],.rte .btn.disabled,.rte .btn[disabled],.shopify-payment-button .shopify-payment-button__button--unbranded.disabled,.shopify-payment-button .shopify-payment-button__button--unbranded[disabled],.spr-container .spr-button.disabled,.spr-container .spr-button[disabled],.spr-container .spr-summary-actions a.disabled,.spr-container .spr-summary-actions a[disabled]{
    cursor:default;
    color:#b6b6b6;
    background-color:#f6f6f6
  }

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

[data-button_style=angled] .btn.disabled:after,[data-button_style=angled] .btn.disabled:before,[data-button_style=angled] .btn[disabled]:after,[data-button_style=angled] .btn[disabled]:before,[data-button_style=angled] .rte .btn.disabled:after,[data-button_style=angled] .rte .btn.disabled:before,[data-button_style=angled] .rte .btn[disabled]:after,[data-button_style=angled] .rte .btn[disabled]:before,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded.disabled:after,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded.disabled:before,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:after,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:before,[data-button_style=angled] .spr-container .spr-button.disabled:after,[data-button_style=angled] .spr-container .spr-button.disabled:before,[data-button_style=angled] .spr-container .spr-button[disabled]:after,[data-button_style=angled] .spr-container .spr-button[disabled]:before,[data-button_style=angled] .spr-container .spr-summary-actions a.disabled:after,[data-button_style=angled] .spr-container .spr-summary-actions a.disabled:before,[data-button_style=angled] .spr-container .spr-summary-actions a[disabled]:after,[data-button_style=angled] .spr-container .spr-summary-actions a[disabled]:before{
        background-color:#f6f6f6;
        border-top:1px solid;
        border-top-color:#b6b6b6;
        border-bottom:1px solid;
        border-bottom-color:#b6b6b6;
      }

[data-button_style=angled] .btn,[data-button_style=angled] .rte .btn,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded,[data-button_style=angled] .spr-container .spr-button,[data-button_style=angled] .spr-container .spr-summary-actions a{
    position:relative;
    border:0;
    margin-left:10px;
    margin-right:10px
}

[data-button_style=angled] .btn:after,[data-button_style=angled] .btn:before,[data-button_style=angled] .rte .btn:after,[data-button_style=angled] .rte .btn:before,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded:after,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded:before,[data-button_style=angled] .spr-container .spr-button:after,[data-button_style=angled] .spr-container .spr-button:before,[data-button_style=angled] .spr-container .spr-summary-actions a:after,[data-button_style=angled] .spr-container .spr-summary-actions a:before{
      content:"";
      position:absolute;
      display:block;
      top:0;
      bottom:0;
      width:20px;
      transform:skewX(-12deg);
      background-color:inherit;
    }

[data-button_style=angled] .btn:before,[data-button_style=angled] .rte .btn:before,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded:before,[data-button_style=angled] .spr-container .spr-button:before,[data-button_style=angled] .spr-container .spr-summary-actions a:before{
      left:-6px;
    }

[data-button_style=angled] .btn:after,[data-button_style=angled] .rte .btn:after,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded:after,[data-button_style=angled] .spr-container .spr-button:after,[data-button_style=angled] .spr-container .spr-summary-actions a:after{
      right:-6px;
    }

[data-button_style=angled] .btn.btn--small:before,[data-button_style=angled] .rte .btn.btn--small:before,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded.btn--small:before,[data-button_style=angled] .spr-container .spr-button.btn--small:before,[data-button_style=angled] .spr-container .spr-summary-actions a.btn--small:before{
        left:-5px;
      }

[data-button_style=angled] .btn.btn--small:after,[data-button_style=angled] .rte .btn.btn--small:after,[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded.btn--small:after,[data-button_style=angled] .spr-container .spr-button.btn--small:after,[data-button_style=angled] .spr-container .spr-summary-actions a.btn--small:after{
        right:-5px;
      }

[data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style=square] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style=square] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style=square] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style^=round] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style^=round] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style^=round] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style^=round] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){
      position:relative;
      overflow:hidden;
      transition:background 0.2s ease 0s
    }

[data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style=square] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style=square] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style=square] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style^=round] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style^=round] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style^=round] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style^=round] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{
        content:"";
        position:absolute;
        top:0;
        left:150%;
        width:200%;
        height:100%;
        transform:skewX(-20deg);
        background-image:linear-gradient(90deg,transparent, hsla(0, 0%, 100%, 0.25),transparent);
      }

[data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style=square] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style=square] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style=square] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style^=round] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style^=round] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style^=round] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style^=round] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{
        animation:shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
      }

[data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style=square] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style=square] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style=square] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style^=round] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style^=round] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style^=round] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style^=round] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{
        background:#1a1a1a;
        background:var(--colorBtnPrimaryLight);
        transition-delay:0.25s;
      }

[data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style=square] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style=square] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style=square] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style^=round] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style^=round] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style^=round] .spr-container .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style^=round] .spr-container .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{
        background:#000000;
        background:var(--colorBtnPrimary);
        transition-delay:0s;
      }
.btn.btn--hover{background:#1a1a1a;
background:var(--colorBtnPrimaryLight);
transition-delay:0.25s;}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]){
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background-color:#000000;
  background-color:var(--colorBtnPrimary);
}

.shopify-payment-button__button.shopify-payment-button__button--branded{border-radius: var(--buttonRadius)!important;overflow: hidden;}

.shopify-payment-button__more-options{
  color:inherit;
}
/*
.btn-preorder,
.btn-preorder:hover{background-color: #e5e7eb!important;
  color: #6b7280!important;}*/

.btn--secondary,.rte .btn--secondary{
  color:#000000;
  color:var(--colorTextBody);
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  background-color:transparent
}

[data-button_style=angled] .btn--secondary,[data-button_style=angled] .rte .btn--secondary{
    border-left:0;
    border-right:0;
    border-top:1px solid;
    border-bottom:1px solid;
    border-top-color:#e6e6e6;
    border-top-color:var(--colorBorder);
    border-bottom-color:#e6e6e6;
    border-bottom-color:var(--colorBorder)
}

[data-button_style=angled] .btn--secondary:after,[data-button_style=angled] .btn--secondary:before,[data-button_style=angled] .rte .btn--secondary:after,[data-button_style=angled] .rte .btn--secondary:before{
      background-color:transparent;
      top:-1px;
      bottom:-1px;
    }

[data-button_style=angled] .btn--secondary:before,[data-button_style=angled] .rte .btn--secondary:before{
      border-left:1px solid;
      border-left-color:#e6e6e6;
      border-left-color:var(--colorBorder);
      border-bottom:1px solid;
      border-bottom-color:#e6e6e6;
      border-bottom-color:var(--colorBorder);
    }

[data-button_style=angled] .btn--secondary:after,[data-button_style=angled] .rte .btn--secondary:after{
      border-top:1px solid;
      border-top-color:#e6e6e6;
      border-top-color:var(--colorBorder);
      border-right:1px solid;
      border-right-color:#e6e6e6;
      border-right-color:var(--colorBorder);
    }

.btn--secondary:hover,.rte .btn--secondary:hover{
    color:#000000;
    color:var(--colorTextBody);
    border-color:#000000;
    border-color:var(--colorTextBody);
    background-color:transparent;
    transition:border 0.3s ease
  }

.btn--secondary:hover:before,.rte .btn--secondary:hover:before{
      border-color:#000000;
      border-color:var(--colorTextBody);
      transition:border 0.3s ease;
    }

.btn--secondary:hover:after,.rte .btn--secondary:hover:after{
      border-color:#000000;
      border-color:var(--colorTextBody);
      transition:border 0.3s ease;
    }

.btn--tertiary,.rte .btn--tertiary{
  font-weight:400;
  text-transform:none;
  letter-spacing:normal;
  background-color:transparent;
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  color:#000000;
  color:var(--colorTextBody);
  padding:8px 10px;
  white-space:nowrap
}

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

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

[data-button_style=angled] .btn--tertiary,[data-button_style=angled] .rte .btn--tertiary{
    margin-left:0;
    margin-right:0
}

[data-button_style=angled] .btn--tertiary:after,[data-button_style=angled] .btn--tertiary:before,[data-button_style=angled] .rte .btn--tertiary:after,[data-button_style=angled] .rte .btn--tertiary:before{
      content:none;
    }

.btn--tertiary-active{
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background:#000000;
  background:var(--colorBtnPrimary);
  border-color:#000000;
  border-color:var(--colorBtnPrimary)
}

.btn--tertiary-active:hover{
    color:#ffffff;
    color:var(--colorBtnPrimaryText);
    background:#000000;
    background:var(--colorBtnPrimary);
  }

.btn--body{
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
}

.btn--body:active,.btn--body:hover{
    border:1px solid;
    border-color:#e6e6e6;
    border-color:var(--colorBorder);
    background-color:#ffffff;
    background-color:var(--colorBody);
    color:#000000;
    color:var(--colorTextBody)
  }

.btn--circle{
  padding:7.5px;
  border-radius:50%;
  min-width:0;
  line-height:1
}

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

.btn--circle:after,.btn--circle:before{
    content:none;
    background:none;
    width:auto;
  }

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

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

[data-button_style=angled] .btn--circle{
    border:1px solid;
    border-color:#e6e6e6;
    border-color:var(--colorBorder)
}

[data-button_style=angled] .btn--circle:after,[data-button_style=angled] .btn--circle:before{
      display:none;
    }

.btn--small{
  padding:8px 14px;
  background-position:150% 45%;
  min-width:90px;
  font-size:calc(var(--typeBaseSize) - 6px);
  font-size:max(calc(var(--typeBaseSize) - 6px), 12px)
}

[data-button_style=angled] .btn--small{
    margin-left:10px;
    padding-left:16px;
    padding-right:16px
}

.btn--secondary.btn--small{
  font-weight:400;
}

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

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

[data-button_style=angled] .btn--full{
    max-width:94%
}

[data-button_style=angled] .shopify-payment-button .shopify-payment-button__button--unbranded{
    max-width:94%;
}

.btn--inverse{
  background-color:transparent;
  color:#fff;
  border:2px solid #fff
}

.btn--inverse:focus,.btn--inverse:hover{
    background-color:transparent;
  }

[data-button_style=angled] .btn--inverse{
    border-left:0;
    border-right:0;
    border-top:2px solid;
    border-bottom:2px solid
}

[data-button_style=angled] .btn--inverse:after,[data-button_style=angled] .btn--inverse:before{
      background-color:transparent;
      border-color:#fff;
      top:-2px;
      bottom:-2px;
    }

[data-button_style=angled] .btn--inverse:before{
      border-left:2px solid;
      border-bottom:2px solid;
    }

[data-button_style=angled] .btn--inverse:after{
      border-top:2px solid;
      border-right:2px solid;
    }

.hero__link .btn--inverse{
    color:#ffffff;
    color:var(--colorHeroText);
    border-color:#ffffff;
    border-color:var(--colorHeroText)
}

[data-button_style=angled] .hero__link .btn--inverse:before{
        border-color:#ffffff;
        border-color:var(--colorHeroText);
      }

[data-button_style=angled] .hero__link .btn--inverse:after{
        border-color:#ffffff;
        border-color:var(--colorHeroText);
      }

.btn--loading{
  position:relative;
  text-indent:-9999px;
  background-color:#000000;
  background-color:var(--colorBtnPrimaryDim);
  color:#000000;
  color:var(--colorBtnPrimaryDim)
}

.btn--loading:active,.btn--loading:hover{
    background-color:#000000;
    background-color:var(--colorBtnPrimaryDim);
    color:#000000;
    color:var(--colorBtnPrimaryDim);
  }

.btn--loading:before{
    content:"";
    display:block;
    width:24px;
    height:24px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-12px;
    border-radius:50%;
    border:3px solid;
    border-color:#ffffff;
    border-color:var(--colorBtnPrimaryText);
    border-top-color:transparent;
    animation:spin 1s linear infinite;
  }

[data-button_style=angled] .btn--loading:before{
      left:50%;
      top:50%;
      width:24px;
      height:24px;
      transform:none;
      border:3px solid;
      border-color:#ffffff !important;
      border-color:var(--colorBtnPrimaryText) !important;
      border-top-color:transparent !important;
    }

[data-button_style=angled] .btn--loading:after{
      background-color:#000000;
      background-color:var(--colorBtnPrimaryDim);
    }

[data-button_style=angled] .btn--loading.btn--secondary:after{
      bottom:1px;
    }

.btn--loading.btn--secondary{
  color:#000000;
  color:var(--colorTextBody);
  background:transparent
}

.btn--loading.btn--secondary:before{
    border-color:#000000;
    border-color:var(--colorTextBody);
    border-top-color:transparent;
  }

.return-link{
  text-align:center;
  padding:12px 25px;
  margin-top:50px
}
.view-bag-link{text-align: center; display:inline-block; margin: 10px auto 10px; padding-bottom: 2px;letter-spacing: 1px;text-decoration: none;text-transform: uppercase;border-bottom: 1px solid;font-size: max(calc(var(--typeBaseSize) - 4px),13px);font-weight: 700;}

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

.return-link{
    padding:12px 17px;
    width:100%
}

[data-button_style=angled] .return-link{
      width:90%
}
  }

.return-link .icon{
    width:20px;
    margin-right:8px;
  }

.collapsible-trigger-btn{
  text-align:left
}

[data-center-text=true] .collapsible-trigger-btn{
    text-align:center
}

.collapsible-trigger-btn{
  font-weight: normal;
  font-size:15px;
  display:block;
  width:100%;
  padding:15px 10px 15px 0;
  margin-bottom:0;
}
.collapsible-filter-by {
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .8em;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 15px 10px 15px 0;
}

.collection-sidebar__group .collapsible-trigger-btn{
    text-align:left
}

.collapsible-trigger-btn--borders{
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  border-bottom:0;
  padding:12px
}

.collapsible-trigger-btn--borders .collapsible-trigger__icon{
    right:12px;
  }

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

.collapsible-trigger-btn--borders{
    padding:17px
}

    .collapsible-trigger-btn--borders .collapsible-trigger__icon{
      right:15px;
    }
  }

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

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner{
    border:1px solid;
    border-color:#e6e6e6;
    border-color:var(--colorBorder);
    border-top:0;
    padding:0 20px 20px 0;
    font-size:calc(var(--typeBaseSize)*0.9333);
  }

 

  .product-block--tab .collapsible-content,
  .product-block--tab .collapsible-content p,
  .product-block--tab .collapsible-content li,
  .product-block--tab .collapsible-contents span{
    line-height: 1.8;
  }
  
.collapsible-trigger-btn--borders+.collapsible-content--expanded{
    margin-bottom:30px
  }

.collapsible-trigger-btn--borders+.collapsible-content--expanded:last-child{
      margin-bottom:-1px;
    }

.collapsible-trigger-btn--borders-top{
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorBorder);
}

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



.shopify-payment-button .shopify-payment-button__button--unbranded{
  display:block;
  width:100%;
  transition:none;
}
.btn-form-get-color-swatch,
.add-to-cart-order-get-date{display: none;}
.add-to-cart-fbuttons{display: block;}
@media only screen and (max-width:768px){
  button#dummy-chat-button.chat-toggle{width: 50px!important;height: 50px!important;}

  /*._capatcfixed{width: 100%; position:fixed; bottom: 0; z-index: 3; padding: 5px 6px; left: 0;background-color: hsla(0,0%,100%,.98);
  
  box-shadow: 0 0.125rem 0.625rem rgb(0 0 0 / 20%); box-shadow: 0 -15px 15px -20px #707070;visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateY(63px);
  transform: translateY(63px);    box-shadow: 0 0.125rem 0.625rem rgba(0,0,0,.2);}
  ._capatcfixed.visible{visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
  ._capatcfixed .add-to-cart-order-get-date{display: block; margin-bottom: 3px;}
  ._capatcfixed .add-to-cart-fbuttons{display: flex; justify-content: space-between;flex-wrap: nowrap;flex-direction: row }
  ._capatcfixed .btn-form-get-color-swatch{display: inline-block;text-transform: uppercase;border-radius: var(--buttonRadius);white-space: nowrap; border: 1px solid transparent; margin-right: 10px; padding:13px 12px; min-height: 50px;text-align: center ;border-color: var(--colorBtnPrimary);background-color: rgb(255, 255, 255);color: var(--colorBtnPrimary);}
   */
  .add-to-cart-order-get-date .product-overline{-webkit-box-pack: center;font-size: 12px;
    -ms-flex-pack: center;
    justify-content: center}
}

.buy-icon-arl{display: inline-block;
    height: 24px;
    pointer-events: none;
    vertical-align: text-top;
    width: 24px;
  flex-shrink: 0;
    line-height: 47px;
    margin-left: 10px;
  }

.product__wishlist_atb .product__wishlist .tatw_t212,
.payment-buttons .add-to-cart,
.payment-buttons .shopify-payment-button__button--unbranded{
  letter-spacing: 0.6px;
font-weight: bold;text-transform: uppercase;
  background-color: var(--colorDrawerButton);
  }
  .payment-buttons .add-to-cart{display:flex;
    align-items: center; justify-content: center;font-weight: bold;background-color: var(--colorDrawerButton);
    white-space: nowrap;}

.add-to-cart.btn--secondary{
  border-color:#000000;
  border-color:var(--colorTextBody)
}

[data-button_style=angled] .add-to-cart.btn--secondary{
    border-left:0;
    border-right:0
}

[data-button_style=angled] .add-to-cart.btn--secondary:after,[data-button_style=angled] .add-to-cart.btn--secondary:before{
      border-color:#000000;
      border-color:var(--colorTextBody);
    }

.add-to-cart.btn--secondary.disabled,.add-to-cart.btn--secondary[disabled]{
    border-color:#b6b6b6
  }

[data-button_style=angled] .add-to-cart.btn--secondary.disabled:after,[data-button_style=angled] .add-to-cart.btn--secondary.disabled:before,[data-button_style=angled] .add-to-cart.btn--secondary[disabled]:after,[data-button_style=angled] .add-to-cart.btn--secondary[disabled]:before{
        border-color:#b6b6b6;
      }

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

img{
  border:0 none;
}

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

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

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

.lazyload{
  opacity:0
}

.no-js .lazyload{
    display:none
}

.lazyloaded{
  opacity:1;
  transition:opacity 0.4s ease;
}

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

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

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

.grid__image-ratio{
  position:relative;
  background-color:#ffffff;
  background-color:var(--colorSmallImageBg)
}

.grid__image-ratio img{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
       object-fit:cover;
       border-radius: 2px;
  }

.grid__image-ratio img.lazyloaded{
      opacity:1;
      animation:fade-in .6s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      transition:none;
    }

.grid__image-ratio img.grid__image-contain{
      -o-object-fit:contain;
         object-fit:contain;
    }

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

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

.grid__image-ratio--object{
  opacity:1;
}

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

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

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

.grid__image-ratio--portrait:before{
  padding-bottom:150%;
}
@media only screen and (max-width: 768px){
  .grid__image-ratio--portrait:before{
    padding-bottom:150%;
  }
}

.image-fit{
  position:relative;
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  font-family:"object-fit: cover";
  z-index:1;
}

.parallax-container{
  position:absolute;
  top:-30%;
  left:0;
  height:160%;
  width:100%;
}

.parallax-image{
  position:absolute;
  top:-5%;
  left:0;
  width:100%;
  height:110%
}

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

form{
  margin:0;
}

[data-center-text=true] .form-vertical{
    text-align:center
}

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

.form-vertical label{
    text-align:left;
  }

.inline{
  display:inline;
}

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

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

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

fieldset{
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  padding:15px;
}

legend{
  border:0;
  padding:0;
}

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

input,select,textarea{
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  max-width:100%;
  padding:8px 10px;
  border-radius:var(--buttonRadius);
}
textarea{border-radius:calc(var(--buttonRadius) * 0.1);}
input.disabled,input[disabled],select.disabled,select[disabled],textarea.disabled,textarea[disabled]{
    cursor:default;
    border-color:#b6b6b6;
  }

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

textarea{
  min-height:100px;
}

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

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

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

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

.faux-select,select{
  -webkit-appearance:none;
          appearance:none;
  background-color:transparent;
  padding-right:28px;
  text-indent:0.01px;
  text-overflow:"";
  cursor:pointer;
  color:inherit;
}

select{
  background-position:100%;
  background-image:url(//www.carlyna.co.uk/cdn/shop/t/12/assets/ico-select.svg);
  background-repeat:no-repeat;
  background-position:right 10px center;
  background-size:11px
}

.is-light select{
    background-image:url(//www.carlyna.co.uk/cdn/shop/t/12/assets/ico-select-white.svg)
}

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

optgroup{
  font-weight:700;
}

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

option[disabled]{
    color:#ccc;
  }

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

.hidden{
  display: none;
}

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

label[for]{
  cursor:pointer;
}

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

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

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

small{
  display:block;
}

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

label.error{
  color:#d02e2e;
}

.selector-wrapper label{
    margin-right:10px;
  }

.selector-wrapper+.selector-wrapper{
    margin-top:15px;
  }

.input-group{
  display:flex
}

.input-group .input-group-btn:first-child .btn,.input-group .input-group-field:first-child,.input-group input[type=hidden]:first-child+.input-group-field{
    border-radius:0 0 0 0;
  }

.input-group .input-group-field:last-child{
    border-radius:0 0 0 0;
  }

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

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

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

.input-group-field{
  flex:1 1 auto;
  margin:0;
  min-width:0;
}

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

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

[data-button_style=angled] .input-group-btn{
    position:relative;
    left:-8px
}

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

.icon.icon-tip{fill: #7d7d7d;width: 15px;height: 15px;}

.no-svg .icon{
    display:none
}

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

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

.icon-bag-minimal circle,.icon-bag-minimal ellipse,.icon-bag-minimal g,.icon-bag-minimal line,.icon-bag-minimal path,.icon-bag-minimal polygon,.icon-bag-minimal polyline,.icon-bag-minimal rect,.icon-bag circle,.icon-bag ellipse,.icon-bag g,.icon-bag line,.icon-bag path,.icon-bag polygon,.icon-bag polyline,.icon-bag rect,.icon-cart circle,.icon-cart ellipse,.icon-cart g,.icon-cart line,.icon-cart path,.icon-cart polygon,.icon-cart polyline,.icon-cart rect,.icon-chevron-down circle,.icon-chevron-down ellipse,.icon-chevron-down g,.icon-chevron-down line,.icon-chevron-down path,.icon-chevron-down polygon,.icon-chevron-down polyline,.icon-chevron-down rect,.icon-circle-checkmark circle,.icon-circle-checkmark ellipse,.icon-circle-checkmark g,.icon-circle-checkmark line,.icon-circle-checkmark path,.icon-circle-checkmark polygon,.icon-circle-checkmark polyline,.icon-circle-checkmark rect,.icon-close circle,.icon-close ellipse,.icon-close g,.icon-close line,.icon-close path,.icon-close polygon,.icon-close polyline,.icon-close rect,.icon-email circle,.icon-email ellipse,.icon-email g,.icon-email line,.icon-email path,.icon-email polygon,.icon-email polyline,.icon-email rect,.icon-filter circle,.icon-filter ellipse,.icon-filter g,.icon-filter line,.icon-filter path,.icon-filter polygon,.icon-filter polyline,.icon-filter rect,.icon-gift circle,.icon-gift ellipse,.icon-gift g,.icon-gift line,.icon-gift path,.icon-gift polygon,.icon-gift polyline,.icon-gift rect,.icon-globe circle,.icon-globe ellipse,.icon-globe g,.icon-globe line,.icon-globe path,.icon-globe polygon,.icon-globe polyline,.icon-globe rect,.icon-hamburger circle,.icon-hamburger ellipse,.icon-hamburger g,.icon-hamburger line,.icon-hamburger path,.icon-hamburger polygon,.icon-hamburger polyline,.icon-hamburger rect,.icon-heart circle,.icon-heart ellipse,.icon-heart g,.icon-heart line,.icon-heart path,.icon-heart polygon,.icon-heart polyline,.icon-heart rect,.icon-leaf circle,.icon-leaf ellipse,.icon-leaf g,.icon-leaf line,.icon-leaf path,.icon-leaf polygon,.icon-leaf polyline,.icon-leaf rect,.icon-lock circle,.icon-lock ellipse,.icon-lock g,.icon-lock line,.icon-lock path,.icon-lock polygon,.icon-lock polyline,.icon-lock rect,.icon-package circle,.icon-package ellipse,.icon-package g,.icon-package line,.icon-package path,.icon-package polygon,.icon-package polyline,.icon-package rect,.icon-phone circle,.icon-phone ellipse,.icon-phone g,.icon-phone line,.icon-phone path,.icon-phone polygon,.icon-phone polyline,.icon-phone rect,.icon-ribbon circle,.icon-ribbon ellipse,.icon-ribbon g,.icon-ribbon line,.icon-ribbon path,.icon-ribbon polygon,.icon-ribbon polyline,.icon-ribbon rect,.icon-search circle,.icon-search ellipse,.icon-search g,.icon-search line,.icon-search path,.icon-search polygon,.icon-search polyline,.icon-search rect,.icon-shield circle,.icon-shield ellipse,.icon-shield g,.icon-shield line,.icon-shield path,.icon-shield polygon,.icon-shield polyline,.icon-shield rect,.icon-size-chart circle,.icon-size-chart ellipse,.icon-size-chart g,.icon-size-chart line,.icon-size-chart path,.icon-size-chart polygon,.icon-size-chart polyline,.icon-size-chart rect,.icon-tag circle,.icon-tag ellipse,.icon-tag g,.icon-tag line,.icon-tag path,.icon-tag polygon,.icon-tag polyline,.icon-tag rect,.icon-tcwi-bills circle,.icon-tcwi-bills ellipse,.icon-tcwi-bills g,.icon-tcwi-bills line,.icon-tcwi-bills path,.icon-tcwi-bills polygon,.icon-tcwi-bills polyline,.icon-tcwi-bills rect,.icon-tcwi-calendar circle,.icon-tcwi-calendar ellipse,.icon-tcwi-calendar g,.icon-tcwi-calendar line,.icon-tcwi-calendar path,.icon-tcwi-calendar polygon,.icon-tcwi-calendar polyline,.icon-tcwi-calendar rect,.icon-tcwi-cart circle,.icon-tcwi-cart ellipse,.icon-tcwi-cart g,.icon-tcwi-cart line,.icon-tcwi-cart path,.icon-tcwi-cart polygon,.icon-tcwi-cart polyline,.icon-tcwi-cart rect,.icon-tcwi-charity circle,.icon-tcwi-charity ellipse,.icon-tcwi-charity g,.icon-tcwi-charity line,.icon-tcwi-charity path,.icon-tcwi-charity polygon,.icon-tcwi-charity polyline,.icon-tcwi-charity rect,.icon-tcwi-chat circle,.icon-tcwi-chat ellipse,.icon-tcwi-chat g,.icon-tcwi-chat line,.icon-tcwi-chat path,.icon-tcwi-chat polygon,.icon-tcwi-chat polyline,.icon-tcwi-chat rect,.icon-tcwi-gears circle,.icon-tcwi-gears ellipse,.icon-tcwi-gears g,.icon-tcwi-gears line,.icon-tcwi-gears path,.icon-tcwi-gears polygon,.icon-tcwi-gears polyline,.icon-tcwi-gears rect,.icon-tcwi-gift circle,.icon-tcwi-gift ellipse,.icon-tcwi-gift g,.icon-tcwi-gift line,.icon-tcwi-gift path,.icon-tcwi-gift polygon,.icon-tcwi-gift polyline,.icon-tcwi-gift rect,.icon-tcwi-globe circle,.icon-tcwi-globe ellipse,.icon-tcwi-globe g,.icon-tcwi-globe line,.icon-tcwi-globe path,.icon-tcwi-globe polygon,.icon-tcwi-globe polyline,.icon-tcwi-globe rect,.icon-tcwi-open-envelope circle,.icon-tcwi-open-envelope ellipse,.icon-tcwi-open-envelope g,.icon-tcwi-open-envelope line,.icon-tcwi-open-envelope path,.icon-tcwi-open-envelope polygon,.icon-tcwi-open-envelope polyline,.icon-tcwi-open-envelope rect,.icon-tcwi-package circle,.icon-tcwi-package ellipse,.icon-tcwi-package g,.icon-tcwi-package line,.icon-tcwi-package path,.icon-tcwi-package polygon,.icon-tcwi-package polyline,.icon-tcwi-package rect,.icon-tcwi-phone circle,.icon-tcwi-phone ellipse,.icon-tcwi-phone g,.icon-tcwi-phone line,.icon-tcwi-phone path,.icon-tcwi-phone polygon,.icon-tcwi-phone polyline,.icon-tcwi-phone rect,.icon-tcwi-plant circle,.icon-tcwi-plant ellipse,.icon-tcwi-plant g,.icon-tcwi-plant line,.icon-tcwi-plant path,.icon-tcwi-plant polygon,.icon-tcwi-plant polyline,.icon-tcwi-plant rect,.icon-tcwi-recycle circle,.icon-tcwi-recycle ellipse,.icon-tcwi-recycle g,.icon-tcwi-recycle line,.icon-tcwi-recycle path,.icon-tcwi-recycle polygon,.icon-tcwi-recycle polyline,.icon-tcwi-recycle rect,.icon-tcwi-ribbon circle,.icon-tcwi-ribbon ellipse,.icon-tcwi-ribbon g,.icon-tcwi-ribbon line,.icon-tcwi-ribbon path,.icon-tcwi-ribbon polygon,.icon-tcwi-ribbon polyline,.icon-tcwi-ribbon rect,.icon-tcwi-sales-tag circle,.icon-tcwi-sales-tag ellipse,.icon-tcwi-sales-tag g,.icon-tcwi-sales-tag line,.icon-tcwi-sales-tag path,.icon-tcwi-sales-tag polygon,.icon-tcwi-sales-tag polyline,.icon-tcwi-sales-tag rect,.icon-tcwi-shield circle,.icon-tcwi-shield ellipse,.icon-tcwi-shield g,.icon-tcwi-shield line,.icon-tcwi-shield path,.icon-tcwi-shield polygon,.icon-tcwi-shield polyline,.icon-tcwi-shield rect,.icon-tcwi-stopwatch circle,.icon-tcwi-stopwatch ellipse,.icon-tcwi-stopwatch g,.icon-tcwi-stopwatch line,.icon-tcwi-stopwatch path,.icon-tcwi-stopwatch polygon,.icon-tcwi-stopwatch polyline,.icon-tcwi-stopwatch rect,.icon-tcwi-store circle,.icon-tcwi-store ellipse,.icon-tcwi-store g,.icon-tcwi-store line,.icon-tcwi-store path,.icon-tcwi-store polygon,.icon-tcwi-store polyline,.icon-tcwi-store rect,.icon-tcwi-thumbs-up circle,.icon-tcwi-thumbs-up ellipse,.icon-tcwi-thumbs-up g,.icon-tcwi-thumbs-up line,.icon-tcwi-thumbs-up path,.icon-tcwi-thumbs-up polygon,.icon-tcwi-thumbs-up polyline,.icon-tcwi-thumbs-up rect,.icon-tcwi-trophy circle,.icon-tcwi-trophy ellipse,.icon-tcwi-trophy g,.icon-tcwi-trophy line,.icon-tcwi-trophy path,.icon-tcwi-trophy polygon,.icon-tcwi-trophy polyline,.icon-tcwi-trophy rect,.icon-tcwi-truck circle,.icon-tcwi-truck ellipse,.icon-tcwi-truck g,.icon-tcwi-truck line,.icon-tcwi-truck path,.icon-tcwi-truck polygon,.icon-tcwi-truck polyline,.icon-tcwi-truck rect,.icon-tcwi-wallet circle,.icon-tcwi-wallet ellipse,.icon-tcwi-wallet g,.icon-tcwi-wallet line,.icon-tcwi-wallet path,.icon-tcwi-wallet polygon,.icon-tcwi-wallet polyline,.icon-tcwi-wallet rect,.icon-truck circle,.icon-truck ellipse,.icon-truck g,.icon-truck line,.icon-truck path,.icon-truck polygon,.icon-truck polyline,.icon-truck rect,.icon-user circle,.icon-user ellipse,.icon-user g,.icon-user line,.icon-user path,.icon-user polygon,.icon-user polyline,.icon-user rect{
    fill:none !important;
    stroke-width:var(--iconWeight);
    stroke:currentColor !important;
    stroke-linecap:var(--iconLinecaps);
    stroke-linejoin:var(--iconLinecaps);
  }

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

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

.cart-link__bubble-num{
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  top: 16%;
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 500;
}
}

.cart-link__bubble-num{
        display: block;
    position: absolute;
    top: 40%;
    right: -2px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 19px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 19px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #c40405;
    background-color: var(--colorCartDot);
    border: 2px solid;
    border-color: #ffffff;
    border-color: var(--colorBody);
    border-radius: 50%;
}



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

.drawer{
  display:none;
  position:fixed;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  top:0;
  bottom:0;
  max-width:95%;
  z-index:30;
  color:#000000;
  color:var(--colorDrawerText);
  background-color:#ffffff;
  background-color:var(--colorDrawers);
  box-shadow:0 0 150px rgba(0, 0, 0, 0.1);
  transition:transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1)
}

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

.drawer{
    overflow:scroll
}

    .drawer .drawer__contents{
      height:auto;
    }
  }

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

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

.drawer input,.drawer textarea{
    border-color:#e6e6e6;
    border-color:var(--colorDrawerBorder);
    border-color:#cccccc;
  }

.drawer .btn{
    background-color:#018849;
    background-color:var(--colorDrawerButton);
    color:#ffffff;
    color:var(--colorDrawerButtonText);
    padding:9px 17px;
    font-size:15px;
    font-weight:bold;
    line-height:1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
  }
  .cart__checkout-wrapper .btn .icon-secure{ vertical-align: sub; margin-right: 8px;}
  div[data-paypal-smart-button-version]{border-radius: var(--buttonRadius); overflow: hidden;;}


.drawer--left{
  width:320px;
  left:-320px
}

.drawer--left.drawer--is-open{
    display:block;
    transform:translateX(320px);
    transition-duration:0.45s;
    border-radius: 0 8px 8px 0;
  }

.drawer--right{
  width:350px;
  right:-350px
}

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

.drawer--right{
    width:450px;
    right:-450px
}
  }

.drawer--right.drawer--is-open{
    display:block;
    transform:translateX(-350px);
    transition-duration:0.45s
  }

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

.drawer--right.drawer--is-open{
      transform:translateX(-450px)
  }
    }

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

.js-drawer-open .main-content:after{
  animation:overlay-on 0.35s forwards;
}

.js-drawer-closing .main-content:after{
  animation:overlay-off 0.25s forwards;
}

.drawer__fixed-header,.drawer__footer .drawer__footer-box,.drawer__header,.drawer__scrollable{
  padding-left:20px;
  padding-left:var(--drawer-gutter);
  padding-right:20px;
  padding-right:var(--drawer-gutter);
}

.drawer__header{
  display:table;
  height:56px;
  width:100%; 
  padding:0;
  margin-bottom:0;
  border-bottom:1px solid;
  border-bottom-color:#e6e6e6;
  border-bottom-color:var(--colorDrawerBorder);
}

#CartDrawer .drawer__header{
  border-bottom: none;
}

#CartDrawer .drawer__scrollable{
  padding-top: 0;
}

#CollectionSidebar .drawer__scrollable{
  padding-top: 0;
}
.drawer__fixed-header{
  overflow:visible;
  z-index: 2;
}

@media only screen and (min-width:769px){
  .drawer__fixed-header,.drawer__header{
    height:80px;
  }
}

.drawer__close,.drawer__title{
  display:table-cell;
  vertical-align:middle;
}

.drawer__title{
  width:100%;
}

.drawer__title_desc{
  margin:6px 0 0;font-size: 11px;color:#777
}

.drawer__close{
  width:1%;
  text-align:center;
}

.drawer__close-button{
  position:relative;
  height:100%;
  right:-20px;
  right:calc(var(--drawer-gutter)*-1);
  padding:0 20px;
  padding:0 var(--drawer-gutter);
  color:inherit
}

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

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

.drawer__close--left .drawer__close-button{
    right:auto;
    left:-20px;
    left:calc(var(--drawer-gutter)*-1);
  }

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

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

.drawer__scrollable{
  padding-top:20px;
  padding-bottom: 60px;
  padding-top:var(--drawer-gutter);
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}

.drawer__footer{
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorDrawerBorder);
  padding-top:0;
  padding-bottom:20px;
  padding-bottom:var(--drawer-gutter)
}
.drawer__footer .drawer__footer-box{
  padding-top: 17px;
  padding-bottom: 8.5px;
}


#CartDrawer .drawer__footer{box-shadow: 0 -6px 18px -8px rgba(0,0,0,.25);padding-bottom: 0;}
#CartDrawer .drawer__footer .drawer__footer-box{padding-bottom: 0;}


.cart-items-count{font-size: 50%;font-weight: normal;}


.casb_ci_rtn{ display: inline-flex;}
    .casb_ci_rtn_text{padding-left:6px;font-size:11px; line-height:18px;}



.drawer__inner.is-loading .drawer__scrollable{
    transition:opacity 0.3s ease 0.7s;
    opacity:0.4;
  }
.cart-appear-delay-line{padding:5px 5px; margin-bottom: 10px;}
.cart-notes{
  min-height:60px;
  height:60px; 
  margin-bottom: 10px;
}
.cart-input{margin-bottom: 10px; display: inline-block;height: 40px; padding: 0 6px; line-height: 30px;width:10rem; }
@media only screen and (min-width:769px){

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

.placeholder-svg{
  fill:#999;
  background-color:#e1e1e1;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  display:block;
  padding:30px 0;
}

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

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

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

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


  }

.animation-delay-20{animation-delay:1.2s;}

.animation-delay-19{animation-delay:1.14s;}

.animation-delay-18{animation-delay:1.08s;}

.animation-delay-17{animation-delay:1.02s;}

.animation-delay-16{animation-delay:0.96s;}

.animation-delay-15{animation-delay:0.9s;}

.animation-delay-14{animation-delay:0.84s;}

.animation-delay-13{animation-delay:0.78s;}

.animation-delay-12{animation-delay:0.72s;}

.animation-delay-11{animation-delay:0.66s;}

.animation-delay-10{animation-delay:0.6s;}

.animation-delay-9{animation-delay:0.54s;}

.animation-delay-8{animation-delay:0.48s;}

.animation-delay-7{animation-delay:0.42s;}

.animation-delay-6{animation-delay:0.36s;}

.animation-delay-5{animation-delay:0.3s;}

.animation-delay-4{animation-delay:0.24s;}

.animation-delay-3{animation-delay:0.18s;}

.animation-delay-2{animation-delay:0.12s;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.appear-delay-1{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;}
.appear-delay-line{padding: 10px 0;}
.animation-cropper{
  overflow:hidden;
  display:inline-flex;
}

.image-wrap{
  background:#ffffff;
  background:var(--colorSmallImageBg);
  overflow:hidden;
}

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

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

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

.aos-animate .image-wrap .animate-me,.aos-animate .image-wrap .lazyloaded:not([role=presentation]),.aos-animate .image-wrap svg{
    animation:fade-in .5s cubic-bezier(0.26, 0.65, 0.58, 1) 0s forwards;
  }

[data-aos=row-of-3].aos-animate:nth-child(3n+2) .image-wrap img{
    animation-delay:150ms
}

[data-aos=row-of-3].aos-animate:nth-child(3n+3) .image-wrap img{
    animation-delay:300ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+2) .image-wrap img{
    animation-delay:120ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+3) .image-wrap img{
    animation-delay:240ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+4) .image-wrap img{
    animation-delay:360ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+2) .image-wrap img{
    animation-delay:75ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+3) .image-wrap img{
    animation-delay:150ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+4) .image-wrap img{
    animation-delay:225ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+5) .image-wrap img{
    animation-delay:300ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+2) .image-wrap img{
    animation-delay:50ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+3) .image-wrap img{
    animation-delay:100ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+4) .image-wrap img{
    animation-delay:150ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+5) .image-wrap img{
    animation-delay:200ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+6) .image-wrap img{
    animation-delay:250ms
}

[data-aos=row-of-3].aos-animate:nth-child(3n+2) .collection-image{
    animation-delay:150ms
}

[data-aos=row-of-3].aos-animate:nth-child(3n+3) .collection-image{
    animation-delay:300ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+2) .collection-image{
    animation-delay:120ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+3) .collection-image{
    animation-delay:240ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+4) .collection-image{
    animation-delay:360ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+2) .collection-image{
    animation-delay:75ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+3) .collection-image{
    animation-delay:150ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+4) .collection-image{
    animation-delay:225ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+5) .collection-image{
    animation-delay:300ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+2) .collection-image{
    animation-delay:50ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+3) .collection-image{
    animation-delay:100ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+4) .collection-image{
    animation-delay:150ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+5) .collection-image{
    animation-delay:200ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+6) .collection-image{
    animation-delay:250ms
}

.loading:after,.loading:before,.unload:after,.unload:before{
  content:"";
  position:absolute;
  width:100px;
  height:3px;
  background:#ffffff;
  background:var(--colorBody);
  left:50%;
  top:50%;
  margin:-1px 0 0 -50px;
  z-index:4;
  opacity:0
}

.no-js .loading:after,.no-js .loading:before,.no-js .unload:after,.no-js .unload:before{
    display:none
}

.loading:before,.unload:before{
  background:#000000;
  background:var(--colorTextBody);
  opacity:1;
}

.loading:after,.unload:after{
  opacity:0;
  animation:preloading 0.5s ease 0.3s infinite;
}

.loading--delayed:before{
  animation-delay:0.8s !important;
  animation-duration:1s !important;
}

.loading--delayed:after{
  animation-delay:1.3s !important;
}

.appear-animation{
  opacity:0;
  transform:translateY(60px)
}

[data-disable-animations=true] .appear-animation{
    opacity:1;
    transform:none
}

.js-drawer-open .appear-animation{
  opacity:1;
  transform:translateY(0px);
}

.js-drawer-closing .appear-animation{
  transition-duration:0s;
  transition-delay:0.5s;
}

.shopify-product-reviews-badge{
  display:block;
  min-height:25px;
}

.product-single__meta .spr-icon{
  font-size:14px !important;
  vertical-align:text-bottom;
}

.spr-header-title{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

[data-type_header_capitalize=true] .spr-header-title{
    text-transform:uppercase;
}

.spr-header-title{
  font-size:calc(var(--typeHeaderSize)*0.7) !important;
  margin-bottom:20px !important;
}

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

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

.spr-container .spr-summary-starrating{
    justify-content:center;
  }

.spr-container .spr-summary.spr-summary{
    text-align:center;
  }

.spr-container .spr-form-label,.spr-container .spr-review-content-body{
    font-size:calc(var(--typeBaseSize) - 2px);
    line-height:1.563;
  }

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

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

.spr-container .spr-review{
    border:none !important;
  }

.spr-container .spr-form-label{
    display:block;
    text-align:left;
    margin-top:20px;
  }

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

.spr-container .spr-summary-actions{
    margin-top:20px;
  }

.spr-form-contact-name label{
  text-align:left;
}

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

    .product-full-width .spr-container .spr-form-title{
      display:none;
    }

    .product-full-width .spr-container .spr-form{
      max-width:650px;
      margin:0 auto;
      border-top:none;
    }

    .product-full-width .spr-container .spr-reviews{
      margin-top:45px;
      display:flex;
      flex-wrap:wrap
    }

    [data-type_headers_align_text=true] .product-full-width .spr-container .spr-reviews{
        justify-content:center
    }

    .product-full-width .spr-container .spr-review:first-child{
      margin-top:0;
    }

    .product-full-width .spr-container .spr-review{
      flex:1 1 40%;
      padding:20px;
      margin-left:22px;
      margin-bottom:22px
    }

    [data-type_headers_align_text=true] .product-full-width .spr-container .spr-review{
        max-width:30%
    }

      .product-full-width .spr-container .spr-review:nth-child(3n+1){
        margin-left:0;
      }

      .product-full-width .spr-container .spr-review:last-child{
        padding-bottom:20px;
      }
  }

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

.grid-product .spr-badge{
    text-align:center;
  }

.grid-product .spr-badge-starrating{
    font-size:0.65em;
    display:inline-block;
  }

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

.grid-product .spr-badge-caption{
    font-size:11px;
    vertical-align:bottom;
    margin-left:4px
  }

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

.grid-product .spr-badge-caption{
      font-size:12px
  }
    }

.spr-content .spr-review-header-title{
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-size:calc(var(--typeBaseSize)*0.92);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight);
}

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

.spr-content .spr-review-header-title{
    font-size:var(--typeBaseSize);
}
  }

.spr-content .spr-review-header-title{
  font-weight:700;
  text-transform:none;
}

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

.spr-review-reportreview{
  opacity:0.4;
  float:none !important;
  display:block;
}

.spr-summary-starrating{
  font-size:0.8em;
}

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

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

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

.tool-tip__close{
  padding:10px;
}

[data-center-text=true] .footer-promotions{
    text-align:center
}

@media only screen and (max-width:768px){
    .footer-promotions .grid__item{
      margin-bottom:32px
    }

      .footer-promotions .grid__item:last-child{
        margin-bottom:0;
      }
  }

.site-footer{
  padding-bottom:0;
  background-color:#ffffff;
  background-color:var(--colorFooter);
  color:#434343;
  color:var(--colorFooterText)
}

.footer__grid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.footer__grid__item{ position: relative;padding-left: 22px;min-height: 1px;}

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

.site-footer{
    padding-top:60px;
    /*padding-bottom:60px*/
}
  }

.site-footer .footer__collapsible{
    font-size:calc(var(--typeBaseSize)*0.9888);
  }

@media only screen and (min-width:769px){
    .site-footer input,.site-footer select,.site-footer textarea{
      font-size:calc(var(--typeBaseSize)*0.85);
    }
  }

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

[data-center-text=true] .site-footer{
    text-align:center
}
.footer__grid{margin-left: -17px;}
.footer__grid__item{ width: 100%;padding-left: 17px;padding-bottom: 5px; }
.site-footer .footer__grid__item:after{content: "";
  border-bottom: 1px solid;
  border-bottom-color: #000000;
  border-bottom-color: var(--colorFooterText);
  opacity: 0.12;
  display: block;}
.site-footer{
    padding-bottom:0
}

    .site-footer .grid__item{
      padding-bottom:5px
    }

      .site-footer .grid__item:after{
        content:"";
        border-bottom:1px solid;
        border-bottom-color:#434343;
        border-bottom-color:var(--colorFooterText);
        opacity:0.12;
        display:block;
      }

      .site-footer .grid__item:first-child{
        padding-top:7.5px;
      }

      .site-footer .grid__item:last-child:after{
        display:none;
      }
  }

.site-footer a{
    color:#434343;
    color:var(--colorFooterText);
  }

.footer__small-text{
  font-size:max(calc(var(--typeBaseSize)*0.7), 12px);
  padding:7.5px 0 15px;
  margin:0;
  text-align:center
}

ul+.footer__small-text{
    padding-top:15px
}

.footer__clear{
  clear:both;
  height:30px;
}

.footer__section{
  margin-bottom:15px;
  margin-top: 15px;
}

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

.footer__section{
    margin-top:30px;
    margin-bottom:0
}
  }

@media only screen and (min-width:769px){
  .footer__item-padding{
    padding-right:60px;
  }
}

.footer__title{
  color:#434343;
  color:var(--colorFooterText)
}

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

.footer__title{
    margin-bottom:20px;
    font-size:calc(var(--typeBaseSize)*.9714);font-weight: 600;
}
  }

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

[data-center-text=true] .footer__title{
    text-align:center
}
  }

.site-footer__linklist{
  margin:0
}

.site-footer__linklist a{
    color:currentColor;
    display:inline-block;
    padding:4px 0;
  }

.footer__newsletter{
  position:relative;
  display:inline-block;
  max-width:300px;
  width:100%;
}

.footer__newsletter-input{
  padding:10px 45px 10px 0;
  background-color:#ffffff;
  background-color:var(--colorFooter);
  color:#434343;
  color:var(--colorFooterText);
  max-width:300px;
  width:100%;
  border:0;
  border-radius:0;
  border-bottom:2px solid;
  border-bottom-color:#434343;
  border-bottom-color:var(--colorFooterText)
}

.footer__newsletter-input:focus{
    border:0;
    border-bottom:2px solid;
    border-bottom-color:#434343;
    border-bottom-color:var(--colorFooterText);
  }

.footer__newsletter-input::-webkit-input-placeholder{
    color:#434343;
    color:var(--colorFooterText);
    opacity:1;
  }

.footer__newsletter-input:-moz-placeholder{
    color:#434343;
    color:var(--colorFooterText);
    opacity:1;
  }

.footer__newsletter-input::-moz-placeholder{
    color:#434343;
    color:var(--colorFooterText);
    opacity:1;
  }

.footer__newsletter-input:-ms-input-placeholder{
    color:#434343;
    color:var(--colorFooterText);
    opacity:1;
  }

.footer__newsletter-input::-ms-input-placeholder{
    color:#434343;
    color:var(--colorFooterText);
    opacity:1;
  }

.footer__newsletter-input--active{
  padding-right:80px;
}

.footer__newsletter-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
  color:#434343;
  color:var(--colorFooterText);
  padding:0
}

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

.footer__newsletter-input--active+.footer__newsletter-btn .icon{
      display:none;
    }

.footer__newsletter-input--active+.footer__newsletter-btn .footer__newsletter-btn-label{
      display:block;
    }

.footer__newsletter-btn-label{
  display:none;
  font-size:calc(var(--typeBaseSize)*0.85);
}

.footer__logo{
  margin:15px 0
}

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

.footer__logo{
    margin:0 0 20px
}
  }

.footer__logo a{
    display:block;
  }

.footer__logo img{
    display:inline-block;
    transform:translateZ(0);
    max-height:100%;
  }

.footer__social{
  margin:0
}

form+.footer__social{
    margin-top:30px
}

.footer__social li{
    display:inline-block;
    margin:0 15px 15px 0;
  }

.footer__social a{
    display:block;
  }

.footer__social .icon{
    width:22px;
    height:22px
  }

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

.footer__social .icon{
      width:24px;
      height:24px
  }
    }

.footer__social .icon.icon--wide{
      width:40px;
    }

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

.footer__collapsible{
    padding:0 0 15px 0
}
  }

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

.footer_collapsible--disabled{
    padding-top:15px
}
  }

.collapsible-content__inner p a:after{
    content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    width:0%;
    border-bottom:2px solid;
    border-bottom-color:#434343;
    border-bottom-color:var(--colorFooterText);
    transition:width 0.5s ease;
  }

.collapsible-content__inner p a{
    position:relative;
    text-decoration:none;
    border-bottom:2px solid;
    border-color:rgba(67, 67, 67, 0.1)
  }

.collapsible-content__inner p a:focus:after,.collapsible-content__inner p a:hover:after{
      width:100%;
    }

.site-footer select{
    background-image:url(//www.carlyna.co.uk/cdn/shop/t/12/assets/ico-select-footer.svg);
  }

[data-center-text=true] .payment-icons{
    text-align:center
}

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

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

  .payment-icons li svg{border-radius: 3px;}
  

.errors,.note{
  border-radius:0;
  padding:6px 12px;
  margin-bottom:15px;
  border:1px solid transparent;
  text-align:left
}

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

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

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

.note{
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
}

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

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

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

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

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

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

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

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

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

.pagination a{
    display:inline-block;
  }

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

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

.pagination .next,.pagination .prev{
    color:#ffffff;
    color:var(--colorBtnPrimaryText);
    background:#000000;
    background:var(--colorBtnPrimary);
    width:43px;
    margin:0 10px;
    border-radius: var(--buttonRadius);
  }

@media only screen and (max-width:768px){
  .payment-icons li{
    margin:0 0 0;
  }

  
  .payment-icons li svg{
    /*width: 26px !important;
    height: 16px !important;*/
  }

  .pagination .next,.pagination .prev{
      width:35px
  }
}

.pagination .next a,.pagination .prev a{
      display:flex;
      align-items:center;
      justify-content:center;
      padding:15px;
    }

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

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

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

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

.rte{
  margin-bottom:7.5px
}

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

.rte{
    margin-bottom:15px
}
  }

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

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

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

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

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

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

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

.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{
    margin-top:30px;
    margin-bottom:15px;
  }

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

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

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

.rte>div{
    margin-bottom:15px
  }

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

.rte li{
    margin-bottom:12px;
  }



.rte--block{
  margin-bottom:8px
}

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

.rte--block{
    margin-bottom:12px
}
  }

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

.rte-setting a,.rte a{
    text-decoration:none;
  }

.rte-setting img,.rte img{
    height:auto;
  }

.rte-setting a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview),.rte a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview){
    text-decoration:none;
    border-bottom:1px solid;
    border-bottom-color:rgba(0, 0, 0, 0.15);
    position:relative;
    display:inline-block;
  }

.rte-setting a:not(.btn):not(.spr-summary-actions-newreview):after,.rte a:not(.btn):not(.spr-summary-actions-newreview):after{
    content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    width:0%;
    border-bottom:2px solid currentColor;
    transition:width 0.5s ease;
  }

.rte-setting a:not(.btn):focus:after,.rte-setting a:not(.btn):hover:after,.rte a:not(.btn):focus:after,.rte a:not(.btn):hover:after{
      width:100%;
    }

.rte-setting a.rte__image:after,.rte a.rte__image:after{
    content:none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-layout[data-logo-align=left] .site-header__logo{
    margin-right:10px;
  }

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

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

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

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

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

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

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

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

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

.site-header{
  position:relative;
  padding:14px 0;
  background:#ffffff;
  background:var(--colorNav);
  border-bottom:1px solid var(--colorBorder);
}

@media only screen and (max-width:768px){
  .header-wrapper .site-header{
    box-shadow: 0 5px 12px #0000000a, 0 2px 4px #0000000d;
    border-bottom: none;
  }
  .site-header{
    padding:2.5px 0;
    }
    

    .site-header .page-width{padding:0px 17px;}
}

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

.site-header{
    padding:12px 0 6px
}

.toolbar+.header-sticky-wrapper .site-header{
      border-top:1px solid;
      border-top-color:rgba(51, 51, 51, 0.1)
}
  }

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

.js-drawer-open--search .site-header--stuck{
    z-index:28
}

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

.site-header--stuck{
    padding:10px 0
}
  }

@media screen and (min-width:700px) and (max-height:550px){
  .site-header--stuck{
    position:static;
  }
}

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

.site-header__logo{
  position:relative;
  margin:10px 0;
  display:block;
  font-size:30px;
  z-index:6
}

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

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

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

.site-header__logo a{
    max-width:100%;
  }

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

.site-header__logo img{
    display:block;
    position:absolute;
  	top:50%;
  	left:50%;
    transform:translate(-50%, -50%);
  }

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

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

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

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

.header-sticky-wrapper{
  position:relative;
  z-index:28
}

.js-drawer-open:not(.js-drawer-open--search) .header-sticky-wrapper{
    z-index:6
}

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

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

.js-drawer-open--search .header-wrapper--sticky{
    z-index:28
}

.site-header__search-container{
  display:none;
  position:absolute;
  left:0;
  right:0;
  bottom:200%;
  height:100%;
  z-index:28;
  overflow:hidden
}

.site-header__search-container.is-active{
    display:block;
    overflow:visible;
    bottom:0;
  }

.site-header__search{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:28;
  display:flex;
  transform:translate3d(0, -110%, 0);
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  box-shadow:0 15px 45px rgba(0, 0, 0, 0.1)
}

.site-header__search .page-width{
    flex:1 1 100%;
    display:flex;
    align-items:stretch
  }

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

.site-header__search .page-width{
      padding:0
  }
    }

.is-active .site-header__search{
    transform:translateZ(0)
}

.site-header__search .icon{
    width:30px;
    height:30px;
  }

.site-header__search-form{
  flex:1 1 auto;
  display:flex
}

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

.site-header__search-form{
    padding:15px 0
}
  }

.site-header__search-input{
  border:0;
  width:100px;
  flex:1 1 auto
}

.site-header__search-input:focus{
    border:0;
    outline:0;
  }

.site-header__search-btn{
  padding:0 15px;
}

@media only screen and (min-width:769px){
  .site-header__search-btn--submit{
    padding:0 15px 0 0
  }

    .site-header__search-btn--submit .icon{
      position:relative;
      top:-1px;
      width:28px;
      height:28px;
    }
}

.predictive-results{
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  max-height:70vh;
  max-height:calc(90vh - 100%);
  overflow:auto;
  box-shadow:0px 10px 20px rgba(0, 0, 0, 0.09)
}

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

.predictive-results{
    max-height:calc(100vh - 100% - 33px)
}
  }

.predictive__label{
  border-bottom:1px solid;
  border-bottom-color:#e6e6e6;
  border-bottom-color:var(--colorBorder);
  padding-bottom:5px;
  margin-bottom:20px;
}

.predictive-result__layout{
  display:flex;
  flex-wrap:wrap;
  padding:10px;
  margin-left:-10px;
  margin-right:-10px
}

.predictive-result__layout>div{
    margin:0 10px 30px
  }

.predictive-result__layout>div:last-child{
      margin-bottom:0;
    }

.predictive-result__layout [data-type-products]{
    flex:1 1 60%;
    margin-bottom:0;
  }

.predictive-result__layout [data-type-collections],.predictive-result__layout [data-type-pages]{
    flex:1 1 200px;
  }

.predictive-result__layout [data-type-articles]{
    flex:1 1 60%;
  }

.predictive__image-wrap{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0
}

.predictive__image-wrap img{
    -o-object-position:50% 0;
       object-position:50% 0;
  }

.predictive-results__footer{
  padding:0 0 30px;
}

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

.search-bar--page{
  max-width:300px;
  margin-top:-15px
}

[data-type_headers_align_text=true] .search-bar--page{
    margin:-15px auto 0
}

.search-bar--drawer{
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid;
  border-bottom-color:#e6e6e6;
  border-bottom-color:var(--colorDrawerBorder)
}

.search-bar--drawer input{
    border:0;
  }

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

.toolbar{
  background:#ffffff;
  background:var(--colorNav);
  color:#333333;
  color:var(--colorNavText);
  font-size:calc(var(--typeBaseSize)*0.85)
}

.toolbar a{
    color:#333333;
    color:var(--colorNavText);
  }

.site-header--stuck .toolbar{
    display:none
}

.toolbar--transparent{
  background-color:transparent;
  color:#fff;
  border-bottom:none
}

.toolbar--transparent a{
    color:#fff;
  }

.toolbar--transparent .toolbar__content{
    border-bottom:1px solid hsla(0, 0%, 100%, 0.2);
  }

.toolbar__content{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.toolbar__item{
  flex:0 1 auto;
  padding:0 5px
}

.toolbar__item:first-child{
    padding-left:0;
  }

.toolbar__item:last-child{
    padding-right:0;
  }

.toolbar__item .faux-select,.toolbar__item select{
    font-size:14px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
  }

.toolbar__item--menu{
  flex:1 1 auto;
}

.toolbar__menu{
  margin-left:-10px
}

.toolbar__menu a{
    display:block;
    padding:5px 10px;
  }

.toolbar__social{
  text-align:right
}

.toolbar__social a{
    display:block;
    padding:5px;
  }

.toolbar__social .icon{
    position:relative;
    top:-2px;
    width:16px;
    height:16px;
  }

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

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

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

[data-type_headers_align_text=true] .section-header{
    text-align:center;
}

.template-product[data-type_headers_align_text=true] .section-header{
  text-align:center;
}



.section-header select{
    display:inline-block;
    vertical-align:middle;
  }

.section-header--flush{
  margin-bottom:0;
}

.section-header--with-link{
  display:flex;
  align-items:center
}

.section-header--with-link select{
    flex:0 1 auto;
  }

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

.section-header--hero a{
    color:#ffffff;
    color:var(--colorHeroText);
  }

.section-header__shadow{
  position:relative;
  display:inline-block
}

.section-header__shadow:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background:radial-gradient(rgba(0,0,0,0.2) 0%, transparent 60%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    margin:-100px -200px -100px -200px;
    z-index:-1;
  } 

.section-header__shadow .breadcrumb,.section-header__shadow .section-header__title{
    position:relative;
  }

.section-header--with-link .section-header__title{
    flex:1 1 auto
}

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

.section-header--hero .section-header__title{
      font-size:calc(var(--typeHeaderSize)*1.45)
}
  }

.section-header__link{
  flex:0 1 auto;
  margin-top:15px
}

.section-header--with-link .section-header__link{
    margin-top:0
}

.section-header--404{
  padding-top:80px;
}

.section-header select{
  margin:10px 0;
}

.section-header p{
  margin:10px 0;
}

.site-nav{
  margin:0;
}

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

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

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

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

.site-nav__item li{
    display:block;
  }

.site-nav__item .icon-chevron-down{
    width:10px;
    height:10px;
  }

.site-nav__link{
  display:inline-block;
  vertical-align:middle;
  text-decoration:none;
  padding:7.5px 15px;
  white-space:nowrap;
  font-weight: normal; 
  /*text-transform: uppercase;*/
  color:#333333;
  color:var(--colorNavText)
}

.site-header--heading-style .site-nav__link{
    font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight:var(--typeHeaderWeight);
    letter-spacing:var(--typeHeaderSpacing);
    line-height:var(--typeHeaderLineHeight)
}

[data-type_header_capitalize=true] .site-header--heading-style .site-nav__link{
    text-transform:uppercase
}

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

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

.is-light .site-nav__link:hover{
      color:#fff;
    }
.site-nav--has-dropdown>.site-nav__link{
    position:relative;
    z-index:6
}
.site-nav__link .icon-chevron-down{
    margin-left:5px;
  }

  .quicklinks__icon{
    width: 16px!important;
    height: 16px!important;
    display: block;
    flex-shrink: 0;
  }


  .icon__search--mobile .icon__search-button--mobile {
    font-size: 24px;
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}


.quicklinks__menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOCA4SDh2MWgyMFY4em0wIDlIOHYxaDIwdi0xeiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  width: 36px!important;
  height: 26px!important;
}

.quicklinks__search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTcuNjQyIDE1LjNhNy41ODMgNy41ODMgMCAwMDUuNDE2LTIuMjQyIDcuNjU4IDcuNjU4IDAgMDAwLTEwLjgzMyA3LjY0IDcuNjQgMCAwMC0xMC44MzMgMEE3LjY1OCA3LjY1OCAwIDAwNy42NDIgMTUuM3ptMC0xNC40NjdBNi43OTIgNi43OTIgMCAwMTEyLjUgMi44MDhhNi44MzQgNi44MzQgMCAwMTAgOS42OTIgNi44MTUgNi44MTUgMCAwMS05LjY1IDBBNi44MzMgNi44MzMgMCAwMTcuNjQyLjgzM3oiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNMTMuMDYyIDEyLjQ1OGw2Ljk2NSA2Ljk2NS0uNTkuNTktNi45NjUtNi45NjUuNTktLjU5eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==)
}

.quicklinks__account {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0MF8yMzk5KSI+PHBhdGggZD0iTTEzLjE4MyAxNC44NzVINS43ODZWMTQuM2g3LjEwNWMtLjA3NS0zLjIwNS0xLjQxNi02LjA1LTMuMzA5LTYuOTY3YS43LjcgMCAwMS0uMzktLjU3My42NDIuNjQyIDAgMDEuMzIxLS41NzQgMi4zODUgMi4zODUgMCAwMC41MjgtMy43MDQgMi4zOCAyLjM4IDAgMDAtNC4xNjMgMS42MDYgMi4zNjMgMi4zNjMgMCAwMDEuMTg3IDIuMDY0LjY0OC42NDggMCAwMS4zMi41NzMuNy43IDAgMDEtLjM5LjU3NGMtMS45NDkuOTg2LTMuMzIgMy45NjgtMy4zMiA3LjI5NGgtLjU3M2MwLTMuNTk2IDEuNDY4LTYuNzE1IDMuNjQyLTcuNzQ3YS4xMTUuMTE1IDAgMDAuMDY4LS4xMDMuMDY5LjA2OSAwIDAwLS4wNC0uMDcgMi45NyAyLjk3IDAgMTEzLjY5My00LjU1MiAyLjk4NyAyLjk4NyAwIDAxLjc5NyAyLjI1M0EyLjk4MiAyLjk4MiAwIDAxOS44IDYuNjdhLjA4LjA4IDAgMDAtLjAzNC4wNjkuMTE1LjExNSAwIDAwLjA2OC4xMDNjMi4xNzQgMS4wNTUgMy42MzYgNC4xOCAzLjYzNiA3Ljc3YS4yODcuMjg3IDAgMDEtLjI4Ny4yNjR6IiBmaWxsPSIjM0QzOTM1IiBzdHJva2U9IiMzRDM5MzUiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNDBfMjM5OSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjYwMiAuNSkiIGQ9Ik0wIDBoMTV2MTVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.quicklinks__wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0MF8yNDAyKSI+PHBhdGggZD0iTTguMjU2IDE0LjQ2OGEuMjg2LjI4NiAwIDAxLS4yLS4wOCAyMDkuNDcyIDIwOS40NzIgMCAwMS0zLjIxMi0zLjMzOEwzLjcxNyA5LjgyNWMtLjQ2NC0uNDk4LS45MDUtLjk2Ny0xLjI3Ny0xLjM4YTQuNTggNC41OCAwIDAxLTEuMDU5LTEuODgzIDMuOTYxIDMuOTYxIDAgMDExLjA4Mi0zLjk2NyAzLjczOCAzLjczOCAwIDAxMy4wNC0uNzg0IDQuNDMgNC40MyAwIDAxMi41OTkgMS4zODVBNC4zNjggNC4zNjggMCAwMTEwLjcgMS44MTFhMy43MzggMy43MzggMCAwMTMuMDQ2Ljc5NiA0LjAwOCA0LjAwOCAwIDAxLjk5IDQuMjU5IDQuNDA4IDQuNDA4IDAgMDEtLjk0NCAxLjU4Yy0uNjk5Ljc3Mi0xLjU4NiAxLjc2My0yLjQ2OCAyLjc1OWwtMi44NjIgMy4xODNhLjI3NS4yNzUgMCAwMS0uMi4wOTFsLS4wMDYtLjAxMXpNNC44NjEgMi4zMmEzLjA5MSAzLjA5MSAwIDAwLTIuMDI2LjcwNSAzLjM4OSAzLjM4OSAwIDAwLS44OTkgMy4zOTRjLjE3My42MTguNDkgMS4xODUuOTI4IDEuNjU1LjM2Ni40MDYuODA3Ljg3NSAxLjI3IDEuMzczbDEuMTQ1IDEuMjE0Yy41NzMuNjEzIDIuMjQ0IDIuMzU5IDIuOTc3IDMuMTA4bDIuNjUtMi45NmMuODctLjk4NCAxLjc3NS0xLjk4NiAyLjQ1Ni0yLjc1OC4zNjktLjM5NC42NTItLjg2LjgzLTEuMzY5YTMuNDM1IDMuNDM1IDAgMDAtLjgyNC0zLjY1NyAzLjE4OSAzLjE4OSAwIDAwLTIuNTgyLS42NDIgMy44NDcgMy44NDcgMCAwMC0yLjQ1NSAxLjQzMi4yOC4yOCAwIDAxLS4yMjQuMTA4LjI3NS4yNzUgMCAwMS0uMjIzLS4xMDggMy44ODcgMy44ODcgMCAwMC0yLjQ2Ny0xLjQzMiAzLjYyMiAzLjYyMiAwIDAwLS41NTYtLjA2M3oiIGZpbGw9IiMzRDM5MzUiIHN0cm9rZT0iIzNEMzkzNSIgc3Ryb2tlLXdpZHRoPSIuNSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzM0MF8yNDAyIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguNjAyIC41KSIgZD0iTTAgMGgxNXYxNUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.quicklinks__bag {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0MF8yNDA1KSI+PHBhdGggZD0iTTEwLjc4MiA1LjUwMmgtLjU1NFY0LjQwNWMwLS41NTktLjIyNC0xLjA5NS0uNjIyLTEuNDlhMi4xMzYgMi4xMzYgMCAwMC0zLjAwNyAwYy0uMzk5LjM5NS0uNjIzLjkzMS0uNjIzIDEuNDl2MS4wOTdoLS41NTNWNC40MDVjMC0uNzA0LjI4Mi0xLjM4Ljc4NS0xLjg3N2EyLjY5MiAyLjY5MiAwIDAxMS44OTQtLjc3OGMuNzExIDAgMS4zOTMuMjggMS44OTUuNzc4LjUwMy40OTcuNzg1IDEuMTczLjc4NSAxLjg3N3YxLjA5N3oiIGZpbGw9IiMzRDM5MzUiLz48cGF0aCBkPSJNMTAuNTEgNS4yMjdINS43di41NDloNC44MXYtLjU0OXoiIGZpbGw9IiMzRDM5MzUiLz48cGF0aCBkPSJNMTMuMTg1IDE0Ljg3NVY1Ljc5MkgzLjAzdjguNTM0aDguMzA1di41NDlIMi43NTRhLjI3OC4yNzggMCAwMS0uMTk2LS4wOC4yNzMuMjczIDAgMDEtLjA4LS4xOTRWNS41YzAtLjA3Mi4wMjgtLjE0Mi4wOC0uMTkzYS4yNzguMjc4IDAgMDEuMTk2LS4wOGgxMC42OTdhLjI3My4yNzMgMCAwMS4yNzcuMjc0djkuMzczaC0uNTQzeiIgZmlsbD0iIzNEMzkzNSIvPjxwYXRoIGQ9Ik0xMC43ODIgNS41MDJoLS41NTRWNC40MDVjMC0uNTU5LS4yMjQtMS4wOTUtLjYyMi0xLjQ5YTIuMTM2IDIuMTM2IDAgMDAtMy4wMDcgMGMtLjM5OS4zOTUtLjYyMy45MzEtLjYyMyAxLjQ5djEuMDk3aC0uNTUzVjQuNDA1YzAtLjcwNC4yODItMS4zOC43ODUtMS44NzdhMi42OTIgMi42OTIgMCAwMTEuODk0LS43NzhjLjcxMSAwIDEuMzkzLjI4IDEuODk1Ljc3OC41MDMuNDk3Ljc4NSAxLjE3My43ODUgMS44Nzd2MS4wOTd6IiBzdHJva2U9IiMzRDM5MzUiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMTAuNTEgNS4yMjdINS43di41NDloNC44MXYtLjU0OXoiIHN0cm9rZT0iIzNEMzkzNSIgc3Ryb2tlLXdpZHRoPSIuNSIvPjxwYXRoIGQ9Ik0xMy4xODUgMTQuODc1VjUuNzkySDMuMDN2OC41MzRoOC4zMDV2LjU0OUgyLjc1NGEuMjc4LjI3OCAwIDAxLS4xOTYtLjA4LjI3My4yNzMgMCAwMS0uMDgtLjE5NFY1LjVjMC0uMDcyLjAyOC0uMTQyLjA4LS4xOTNhLjI3OC4yNzggMCAwMS4xOTYtLjA4aDEwLjY5N2EuMjczLjI3MyAwIDAxLjI3Ny4yNzR2OS4zNzNoLS41NDN6IiBzdHJva2U9IiMzRDM5MzUiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNDBfMjQwNSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjYwMiAuNSkiIGQ9Ik0wIDBoMTV2MTVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

/*.js-drawer-open-cart .cart-link__bubble--visible{animation: 2s ease 0s infinite normal none running cart-icon_shadow-pulse__124qv;}*/

.js-drawer-open-cart .cart-link__bubble--visible{
  -webkit-animation: _jiggle_kwit6_1 3s cubic-bezier(.25,.1,.25,1) infinite;
    animation: _jiggle_kwit6_1 3s cubic-bezier(.25,.1,.25,1) infinite;
}

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

.site-nav__link{
    padding:7.5px
}

.header-layout--center .site-nav__link{
      padding-left:6px;
      padding-right:6px
}
/*
.js-drawer-open-cart .cart-link__bubble--visible{
  animation: 2s ease 0s infinite normal none running cart-icon_shadow-pulse__124qvb;}

.header-layout--center .site-nav__link.js-drawer-open-cart .cart-link{
  background: #000000;
  background: var(--colorBtnPrimary);
  border-radius: 4px;
}

.header-layout--center .site-nav__link.js-drawer-open-cart .cart-link__bubble--visible{
  border-color: var(--colorBtnPrimary);background-color: #333;
}

*/
  }

.site-nav__link--underline{
  position:relative
}

.site-nav__link--underline:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:100%;
    margin:0 15px;
    border-bottom:2px solid;
    border-bottom-color:#333333;
    border-bottom-color:var(--colorNavText);
    transition:right 0.5s
  }

[data-disable-animations=true] .site-nav__link--underline:after{
      transition:none
  }

.is-light .site-nav__item:not(.site-nav--has-dropdown) .site-nav__link--underline:after{
    border-bottom-color:#fff
}

.site-nav--has-dropdown .site-nav__link--underline:after{
    border-bottom-color:#000000;
    border-bottom-color:var(--colorTextBody)
}

.site-nav__item:hover .site-nav__link--underline:after{
    right:0
}

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

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

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

.site-nav__link--icon{
  padding-left:6px;
  padding-right:6px
}
@media only screen and (min-width:768px){
  .site-nav__link--icon.js-search-header{
    background-color: #f1f1f1;
    border-radius: 49px;
    padding: 6px 145px 6px 15px;
    border: 1px solid #ececec;
    color: #6d6d6d;
    display: flex;
    justify-content: center;
    align-items:center;
  }
  .site-nav__link--icon.js-search-header .icon__fallback-text{
    position: relative;width: auto;height: auto; margin-left: 6px;
  }
}
.site-nav__link--icon .icon{
  width:30px;
  height:30px;
}
@media only screen and (max-width:768px){

.section-header h3.section-header__title{text-align: left;font-size: 18px;}
.site-nav__link--icon{
    padding-left:7.5px;
    padding-right:7.5px
}

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



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

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

.site-nav__dropdown li{
    margin:0;
  }

.site-nav__dropdown>li{
    position:relative
  }

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

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

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

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

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

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

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

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

.mobile-nav{
  margin:-20px -20px 0;
  margin:calc(var(--drawer-gutter)*-1) calc(var(--drawer-gutter)*-1) 0
}

.mobile-nav li{
    margin-bottom:0;
    list-style:none;
  }

.mobile-nav__search{
  padding:15px;
}

.mobile-nav__item{
  position:relative;
  display:block
}

.mobile-nav>.mobile-nav__item{
    background-color:#ffffff;
    background-color:var(--colorDrawers)
}


.mobile-nav__item:after{
    content:"";
    position:absolute;
    bottom:0;
    left:20px;
    left:var(--drawer-gutter);
    right:20px;
    right:var(--drawer-gutter);
    border-bottom:1px solid;
    border-bottom-color:#e6e6e6;
    border-bottom-color:var(--colorDrawerBorder);
  }

.mobile-nav__faux-link,.mobile-nav__link{
  display:block;
}

.mobile-nav__link--top-level{
  font-weight: 600;
  font-size: 16px;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
}

.mobile-nav--heading-style .mobile-nav__link--top-level{
    font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight:var(--typeHeaderWeight);
    letter-spacing:var(--typeHeaderSpacing);
    line-height:var(--typeHeaderLineHeight)
}

[data-type_header_capitalize=true] .mobile-nav--heading-style .mobile-nav__link--top-level{
    text-transform:uppercase
}

.mobile-nav__faux-link,.mobile-nav__link,.mobile-nav__toggle .faux-button,.mobile-nav__toggle button{
  color:#000000;
  color:var(--colorDrawerText);
  padding:15px 20px;
  padding:15px var(--drawer-gutter);
  text-decoration:none
}

.mobile-nav__faux-link:active,.mobile-nav__link:active,.mobile-nav__toggle .faux-button:active,.mobile-nav__toggle button:active{
    color:#000000;
    color:var(--colorDrawerTextDark);
  }

.mobile-nav__faux-link:active,.mobile-nav__link:active,.mobile-nav__toggle .faux-button:active,.mobile-nav__toggle button:active{
    background-color:#f2f2f2;
    background-color:var(--colorDrawersDim);
  }

.mobile-nav__child-item{
  display:flex
}

.mobile-nav__child-item .mobile-nav__link,
.mobile-nav__child-item a{
    flex:1 1 auto;
    padding-top: 14px!important;
    padding-bottom: 14px!important;    
    border-top: 1px solid #f0f0f0;font-weight: 600;font-size: 15px;
  }

  .appear-delay-8 .mobile-nav__link{padding-top: 8.5px;padding-bottom: 8.5px;}

.mobile-nav__child-item .collapsible-trigger:not(.mobile-nav__link--button){
    flex:0 0 76px;
  }

.mobile-nav__child-item .collapsible-trigger__icon{
    padding:0;
    margin-right:15px;
  }

.mobile-nav__item--secondary a{
    padding-top:10px;
    padding-bottom:5px;
  }

.mobile-nav__item--secondary:after{
    display:none;
  }

.mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary{
  margin-top:10px;
}

.mobile-nav__has-sublist,.mobile-nav__link--button{
  display:flex; 
}

.mobile-nav__has-sublist>*,.mobile-nav__link--button>*{
    flex:1 1 auto;
    word-break:break-word;
  }

.mobile-nav__link--button{
  width:100%;
  text-align:left;
  padding:0;
}

.mobile-nav__toggle{
  flex:0 1 auto
}

.mobile-nav__toggle .icon{
    width:16px;
    height:16px;
  }

.mobile-nav__toggle .faux-button,.mobile-nav__toggle button{
    height:60%;
    padding:0 30px;
    margin:20% 0;
  }

.mobile-nav__toggle button{
    border-left:1px solid;
    border-left-color:#e6e6e6;
    border-left-color:var(--colorDrawerBorder);
  }

.mobile-nav__sublist{
  margin:0 0 0 8.5px
}

.mobile-nav__sublist .mobile-nav__item:after{
    top:0;
    bottom:auto;
    border-bottom:none;
  }

.mobile-nav__sublist .mobile-nav__item:last-child{
    padding-bottom:15px;
  }

.mobile-nav__sublist .mobile-nav__faux-link,.mobile-nav__sublist .mobile-nav__link{
  font-size: calc(var(--typeBaseSize) * 0.875);  
    padding:10px 25px 10px 20px;
    padding:10px 25px 10px var(--drawer-gutter);
  }

.mobile-nav__grandchildlist{
  margin:0;
  background-color: ##f7f7f7;
}

.mobile-nav__grandchildlist:before{
    /*content:"";
    display:block;
    position:absolute;
    width:1px;
    background:#000;
    left:17px;
    top:10px;
    bottom:10px;*/
  }

.mobile-nav__grandchildlist .mobile-nav__item:last-child{
    padding-bottom:0;
  }

.mobile-nav__grandchildlist .mobile-nav__link{
    padding-left:25px;
    padding-top: 5px;padding-bottom: 5px;
  }

.mobile-nav__social{
  list-style:none outside;
  display:flex;
  flex-wrap:wrap;
  justify-content:stretch;
  margin:15px 0 20px 0
}

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

.mobile-nav__social{
    margin-left:-20px;
    margin-left:calc(var(--drawer-gutter)*-1);
    margin-right:-20px;
    margin-right:calc(var(--drawer-gutter)*-1)
}
  }

.mobile-nav__social a{
    display:block;
    padding:12px 30px
  }

.mobile-nav__social a .icon{
      position:relative;
      top:-1px;
    }

.mobile-nav__social-item{
  flex:0 1 33.33%;
  text-align:center;
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorDrawerBorder);
  margin:0 0 -1px
}

.mobile-nav__social-item:nth-child(3n-1){
    margin-right:-1px;
    margin-left:-1px;
  }

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

    .site-nav__link--icon .icon.icon-user{
      position:relative;
    }
}

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

.cart-link__bubble{
  display:none;
}


@-webkit-keyframes cart-icon_shadow-pulse__124qv {
  0% {
      box-shadow: 0 0 0 0 rgba(33, 253, 70, 0.5)
  }

  50% {
      box-shadow: 0 0 0 0 #029763;
  }

  to {
      box-shadow: 0 0 0 .5rem transparent
  }
}

@keyframes cart-icon_shadow-pulse__124qv {
  0% {
      box-shadow: 0 0 0 0 rgba(33, 253, 70, 0.5)
  }

  50% {
      box-shadow: 0 0 0 0 #029763;
  }

  to {
      box-shadow: 0 0 0 .5rem transparent
  }
}

.wishlist-link__bubble--visible,
.cart-link__bubble--visible{
  display:block;
  position:absolute;
  top:50%;
  right:0px;
  width:13px;
  height:13px;
  background-color:#ff677e;
  background-color:var(--colorCartDot);
  border:2px solid;
  border-color:#ffffff;
  border-color:var(--colorBody);
  border-radius:50%;
  
}

@-webkit-keyframes _jiggle_kwit6_1 {
    0%,9%,18% {
        transform: translateY(0)
    }

    2% {
        transform: translateY(-6px)
    }

    3% {
        transform: translateY(-1.8px)
    }

    5% {
        transform: translateY(-4.8px)
    }

    7% {
        transform: translateY(-1.2px)
    }

    11% {
        transform: translateY(-6px)
    }

    12% {
        transform: translateY(-1.8px)
    }

    14% {
        transform: translateY(-4.8px)
    }

    16% {
        transform: translateY(-1.2px)
    }
}

@keyframes _jiggle_kwit6_1 {
    0%,9%,18% {
        transform: translateY(0)
    }

    2% {
        transform: translateY(-6px)
    }

    3% {
        transform: translateY(-1.8px)
    }

    5% {
        transform: translateY(-4.8px)
    }

    7% {
        transform: translateY(-1.2px)
    }

    11% {
        transform: translateY(-6px)
    }

    12% {
        transform: translateY(-1.8px)
    }

    14% {
        transform: translateY(-4.8px)
    }

    16% {
        transform: translateY(-1.2px)
    }
}



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

[data-icon=bag-minimal] .cart-link__bubble--visible{
    top:50%;
    right:0
}

[data-type_headers_align_text=true] .breadcrumb{
    text-align:left
}

.breadcrumb{
  font-size:calc(var(--typeBaseSize)*0.85);
  margin:-25px 0 15px;
  color:#636363
}

.template-product .breadcrumb{
    margin-top:0; margin-bottom: 7.5px; display: none;
}
.template-product .breadcrumb,
.template-product .breadcrumb a,
.template-product .breadcrumb span{font-size: 12px;line-height: 16px;}

@media only screen and (min-width:769px){
.template-product .breadcrumb{
      text-align:left
}
    }

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

.breadcrumb{
    margin-bottom:15px
}

.template-collection .breadcrumb{display: none;}
  }

.breadcrumb__divider{
  color:currentColor;
  margin:0 6px
}

.megamenu{
  padding:39px 0;
  line-height:1.8;
  transform:none;
  opacity:0;
  transition:all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition-delay:0.3s
}

.is-focused>.megamenu,.site-nav--has-dropdown:hover .megamenu{
    opacity:1;
    transition-delay:0s
}

.is-focused>.megamenu .appear-animation,.site-nav--has-dropdown:hover .megamenu .appear-animation{
      opacity:1;
      transform:none;
    }

.site-nav--is-megamenu.site-nav__item{
  position:static;
}

.megamenu__colection-image{
  display:block;
  background-repeat:no-repeat;
  background-position:top;
  background-size:cover;
  height:0;
  padding-bottom:46%;
  margin-bottom:20px;
}

.text-center .megamenu .grid{
  text-align:center
}
 
.text-center .megamenu .grid .grid__item{
    float:none;
    display:inline-block;
    vertical-align:top;
    text-align:left;
  }

.megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level){
    font-size:calc(var(--typeBaseSize) * 0.925);
    line-height:1.5;
}

.megamenu .h5,.megamenu h5{
  margin-bottom:5px;
  font-weight:700;
}
.megamenu .h5{ font-size: calc(var(--typeBaseSize) * .925);}
.modal{
  display:none;
  bottom:0;
  left:0;
  opacity:1;
  overflow:hidden;
  position:fixed;
  right:0;
  top:0;
  z-index:30;
  color:#fff;
  align-items:center;
  justify-content:center
}

.modal.modal--quick-shop{
    align-items:flex-start;
  }

.modal a,.modal a:hover{
    color:inherit;
  }

.modal .btn:not([disabled]):not(.btn--secondary):not(.btn--body),.modal .btn:not([disabled]):not(.btn--secondary):not(.btn--body):hover{
    color:#ffffff;
    color:var(--colorBtnPrimaryText);
  }

.modal-open .modal .modal__inner{
      animation:modal-open 0.5s forwards;
      border: 4px solid var(--colorBtnPrimary);
    }

.modal-open .modal:before{
      content:"";
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-color:#504f4f;
      background-color:var(--colorModalBg);
      animation:overlay-on 0.5s forwards;
      cursor:pointer;
    }

.modal-closing .modal .modal__inner{
      animation:modal-closing 0.5s forwards;
    }

.modal-closing .modal:before{
      content:"";
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-color:#504f4f;
      background-color:var(--colorModalBg);
      animation:overlay-off 0.5s forwards;
    }

.modal-open--solid .modal:before{
    background-color:#504f4f;
    background-color:var(--colorModalBg)
}

.modal-open .modal--solid:before{
      background-color:#000;
      animation:full-overlay-on 0.5s forwards;
    }

.modal-closing .modal--solid:before{
      background-color:#000;
      animation:full-overlay-off 0.5s forwards;
    }

.modal--is-closing{
  display:flex !important;
  overflow:hidden;
}

.modal--is-active{
  display:flex !important;
  overflow:hidden;
}

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

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

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

.modal__inner{
    margin:40px;
    max-width:calc(100% - 80px)
}
  }

.modal--square .modal__inner{
    background-color:#ffffff;
    background-color:var(--colorBody);
    color:#000000;
    color:var(--colorTextBody);
    box-shadow:0 15px 45px rgba(0, 0, 0, 0.1)
}
.modal--square .modal__inner h3{font-size: 36px;}
.modal__inner img{
    display:block;
    max-height:90vh;
  }

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

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

.modal--square .modal__centered-content{
    max-height:80vh;
    padding:22.5px;
    min-width:200px;
    min-height:200px;
    overflow:auto;
    -webkit-overflow-scrolling:touch
}

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

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

.modal__close{
  border:0;
  padding:15px;
  position:fixed;
  top:10px;
  right:10px;
  color:#fff
}

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

.modal__close{
    padding:30px
}
  }

.modal__close .icon{
    width:28px;
    height:28px;
  }

.modal__close:focus,.modal__close:hover{
    color:#fff;
  }

.modal--square .modal__close{
    position:absolute;
    color:#000000;
    color:var(--colorTextBody);
    padding:10px
}

.modal--square .modal__close:focus,.modal--square .modal__close:hover{
      color:#000000;
      color:var(--colorTextBody);
    }

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

.popup-cta{
  margin-bottom:15px;
}

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

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

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

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

    .modal--mobile-friendly .h1{
      padding-right:25px;
    }

    .modal--mobile-friendly input{
      font-size:16px !important;
    }

    .modal--mobile-friendly .text-close{
      display:none;
    }
}

.js-qty__wrapper{
  display:inline-block;
  position:relative;
  max-width:90px;
  min-width:60px;
  overflow:visible;
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  
  border-radius:4px;
  border-radius: var(--buttonRadius);
}

.js-qty__wrapper.is-loading{
    opacity:0.5;
    pointer-events:none;
  }

.js-qty__num{
  display:block;
  background:none;
  text-align:center;
  width:100%;
  padding:5px 20px;
  margin:0;
  z-index:1;
}

.js-qty__adjust{
  cursor:pointer;
  position:absolute;
  display:block;
  top:0;
  bottom:0;
  border:0 none;
  background:none;
  text-align:center;
  overflow:hidden;
  padding:0 10px;
  line-height:1;
  -webkit-user-select:none;
          user-select:none;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transition:background-color 0.1s ease-out;
  z-index:2;
  fill:#000000;
  fill:var(--colorTextBody)
}

.js-qty__adjust .icon{
    display:block;
    font-size:8px;
    vertical-align:middle;
    width:10px;
    height:10px;
    fill:inherit;
  }

.js-qty__adjust:hover{
    background-color:#f2f2f2;
    background-color:var(--colorBodyDim);
    color:#000000;
    color:var(--colorTextBody);
  }

.js-qty__num:active~.js-qty__adjust,.js-qty__num:focus~.js-qty__adjust{
    border-color:#000000;
    border-color:var(--colorTextBody)
}

.js-qty__adjust--plus{
  right:0;    
}

.js-qty__adjust--minus{
  left:0;width: 30px;
  padding-left: 8px;
}

.drawer .js-qty__wrapper{
    background-color:transparent;
    border-width: 2px;
    border-color:#e6e6e6;
    border-color:var(--colorDrawerBorder);
  }

.drawer .js-qty__num{
    color:#000000;
    color:var(--colorDrawerText);
    padding-top:2px;
    padding-bottom:2px;
  }

.drawer .js-qty__adjust{
    color:#000000;
    color:var(--colorDrawerText);
    fill:#000000;
    fill:var(--colorDrawerText)
  }

.drawer .js-qty__adjust:hover{
      background-color:#000000;
      background-color:var(--colorDrawerText);
      color:#ffffff;
      color:var(--colorDrawers);
      fill:#ffffff;
      fill:var(--colorDrawers);
    }

.currency-flag{
  transform:scale(0.55);
  margin:-0.55rem;
}

@media only screen and (max-width:768px){
  [data-disclosure-currency] .disclosure-list{
    left:50%;
    transform:translateX(-50%);
    max-width:95vw;
  }
}

.collapsibles-wrapper--border-bottom{
  border-bottom:1px solid;
  border-bottom-color:#e6e6e6;
  border-bottom-color:var(--colorBorder);
}

.collapsibles-wrapper--border-bottom+.collapsibles-wrapper--border-bottom .collapsible-trigger-btn--borders{
  border-top:0;
}

.product-block--tab+.product-block--tab .collapsible-trigger-btn--borders{
  border-top:0;
}

.collapsible-trigger{
  color:inherit;
  position:relative;
}

.collapsible-trigger__icon{
  display:block;
  position:absolute;
  right:20px;
  top:50%;
  width:10px;
  height:10px;
  transform:translateY(-50%)
}

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

.collapsible-trigger__icon{
    width:12px;
    height:12px
}
  }

.mobile-nav__has-sublist .collapsible-trigger__icon{
    right:25px
}

.collapsible-trigger__icon .icon{
    display:block;
    width:10px;
    height:10px;
    transition:all 0.1s ease-in
  }



.collapsible-trigger--inline{
  padding:11px 0 11px 40px
}

.collapsible-trigger--inline .collapsible-trigger__icon{
    right:auto;
    left:0;
  }

.collapsible-trigger__icon--circle{
  /*border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);*/
  width:28px;
  height:28px;
  border-radius:28px;
  text-align:center
}

.collapsible-trigger__icon--circle .icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
  }

.collapsible-trigger.is-open .collapsible-trigger__icon>.icon-chevron-down{
  transform:scaleY(-1);
}

.collapsible-trigger.is-open .collapsible-trigger__icon--circle>.icon-chevron-down{
  transform:translate(-50%, -50%) scaleY(-1);
}

.collapsible-content{
  transition:opacity 0.3s cubic-bezier(.25,.46,.45,.94),height 0.3s cubic-bezier(.25,.46,.45,.94)
}

.collapsible-content.is-open{
    visibility:visible;
    opacity:1; height: initial;
    transition:opacity 1s cubic-bezier(.25,.46,.45,.94),height 0.35s cubic-bezier(.25,.46,.45,.94);
  }

  .collapsible-content.is-open.swatch-color-filter-box{height:auto;opacity: 1;overflow:auto; visibility:visible;}
.collapsible-content--all{
  visibility:hidden;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  opacity:0;
  height:0;
}

.collapsible-content--all .collapsible-content__inner{
    transform:translateY(40px);
  }

@media only screen and (max-width:768px){
  .collapsible-content--small{
    visibility:hidden;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    opacity:0;
    height:0
  }

    .collapsible-content--small .collapsible-content__inner{
      transform:translateY(40px);
    }
}

.collapsible-content__inner{
  transition:transform 0.3s cubic-bezier(.25,.46,.45,.94)
}

.is-open .collapsible-content__inner{
    transform:translateY(0);
    transition:transform 0.5s cubic-bezier(.25,.46,.45,.94)
}

.rte.collapsible-content__inner--faq{
  padding-bottom:30px;
}

.collapsible-trigger[aria-expanded=true] .collapsible-label__closed{
    display:none
}

.collapsible-label__open{
  display:none
}

.collapsible-trigger[aria-expanded=true] .collapsible-label__open{
    display:inline-block
}

.collapsible-content--sidebar{
  visibility:hidden;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  opacity:0;
  height:0
}

@media only screen and (min-width:769px){
    .collapsible-content--sidebar.is-open{
      overflow:visible;
      overflow:initial;
      visibility:visible;
      opacity:1;
      height:auto;
    }
  }

.pswp{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  overflow:hidden;
  touch-action:none;
  z-index:1500;
  -webkit-text-size-adjust:100%;
  -webkit-backface-visibility:hidden;
  outline:none;
}

.pswp img{
  max-width:none;
}

.pswp--animate_opacity{
  opacity:0.001;
  will-change:opacity;
  transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open{
  display:block; }

.pswp--zoom-allowed .pswp__img{
  cursor:zoom-in; }

.pswp--zoomed-in .pswp__img{
  cursor:grab; }

.pswp--dragging .pswp__img{
  cursor:grabbing; }

.pswp__bg{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#ffffff;
  background:var(--colorBody);
  opacity:0;
  transform:translateZ(0);
  -webkit-backface-visibility:hidden; }

.pswp__scroll-wrap{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden; }

.pswp__container,.pswp__zoom-wrap{
  touch-action:none;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0; }

.pswp__container,.pswp__img{
  -webkit-user-select:none;
          user-select:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none; }

.pswp__zoom-wrap{
  position:absolute;
  width:100%;
  transform-origin:left top;
  transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg{
  will-change:opacity;
  transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{
  transition:none; }

.pswp__container,.pswp__zoom-wrap{
  -webkit-backface-visibility:hidden; }

.pswp__item{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  overflow:hidden; }

.pswp__img{
  position:absolute;
  width:auto;
  height:auto;
  top:0;
  left:0; }

.pswp__img--placeholder{
  -webkit-backface-visibility:hidden; }

.pswp--ie .pswp__img{
  width:100% !important;
  height:auto !important;
  left:0;
  top:0; }

.pswp__error-msg{
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  text-align:center;
  line-height:16px;
  margin-top:-8px;
  color:#ccc; }

.pswp__error-msg a{
  color:#ccc;
  text-decoration:underline; }

.pswp__button{
  position:relative
}

.pswp__button:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

.pswp__button svg{
    pointer-events:none;
  }

.pswp__button--arrow--left .icon,.pswp__button--arrow--right .icon{
  width:13px;
  height:13px;
  margin:8px;
}

.pswp__button[disabled]{
  opacity:0;
  pointer-events:none;
}

.pswp__ui{
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  bottom:30px;
  left:0;
  right:0;
  transform:translateY(0);
  transition:transform 0.25s 0.6s
}

.pswp__ui .btn{
    margin:15px;
  }

.pswp__ui--hidden{
  transform:translateY(150%);
  transition:transform 0.25s;
}

html.pswp-open-in-ios,html.pswp-open-in-ios body{
  background:#444;
  height:var(--window-inner-height);
  overflow:hidden;
  box-sizing:border-box;
}

.pswp-open-in-ios body>*{
  display:none; 
}

.pswp-open-in-ios body .pswp.pswp--open{
  display:block; 
}

.disclosure{
  position:relative;
}

.disclosure__toggle{
  white-space:nowrap;
}

.disclosure-list{
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  bottom:100%;
  padding:10px 0px;
  margin:0;
  position:absolute;
  display:none;
  min-height:92px;
  max-height:60vh;
  overflow-y:auto;
  border-radius:0;
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.09)
}

.disclosure-list a{
    color:currentColor;
  }

.disclosure-list--down{
  bottom:auto;
  top:100%;
  z-index:30;
}

.disclosure-list--left{
  right:0;
}

.disclosure-list--visible{
  display:block;
}

.disclosure-list__item{
  white-space:nowrap;
  padding:5px 15px 4px;
  text-align:left;
}

.disclosure-list__option:focus .disclosure-list__label,.disclosure-list__option:hover .disclosure-list__label{
      text-decoration:underline;
    }

.disclosure-list__item--current .disclosure-list__label{
    text-decoration:underline;
  }

.disclosure-list__label{
  display:inline-block;
  vertical-align:middle;
  text-underline-offset:0.2rem
}

[data-disclosure-currency] .disclosure-list__label{
    padding-left:10px
}

.disclosure-list__label span{
    border-bottom:2px solid transparent
  }

.is-active .disclosure-list__label span{
      border-bottom:2px solid currentColor
  }

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

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

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

.multi-selectors__item{
    margin:10px 20px
}
  }

.toolbar .multi-selectors__item{
    margin-right:0;
    margin-bottom:0
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area{
    opacity:1;
    background:#ffffff;
    background:var(--colorBody);
    border-color:rgba(0, 0, 0, 0.05);
    border-radius:50px;
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button{
    color:#000000;
    color:var(--colorTextBody);
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover{
      color:#000000;
      color:var(--colorTextBody);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active{
      color:#000000;
      color:var(--colorTextBody);
      background-color:rgba(0, 0, 0, 0.05);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after{
      border-color:rgba(0, 0, 0, 0.05);
    }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster{
    background-color:#000000;
    background-color:var(--colorTextBody);
    color:#ffffff;
    color:var(--colorBody);
    border-radius:100%;
    border:1px solid;
    border-color:rgba(255, 255, 255, 0.05)
  }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover{
      color:#ffffff;
      color:var(--colorBody);
    }

.product-single__view-in-space{
  display:block;
  color:#000000;
  color:var(--colorTextBody);
  background-color:rgba(0, 0, 0, 0.08);
  width:80%;
  width:calc(80% - 4px);
  margin:40px 10% 10px;
  padding:5px 10px 10px
}

.product-single__view-in-space[data-shopify-xr-hidden]{
    display:none;
  }

.product-single__view-in-space-text{
  font-size:calc(var(--typeBaseSize)*0.85);
  display:inline-block;
  vertical-align:middle;
  margin-left:5px;
}

.shopify-model-viewer-ui,.shopify-model-viewer-ui model-viewer{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.shopify-model-viewer-ui__button[hidden]{
  display:none;
}

.product-single__close-media{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
}

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

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

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

.price-range__input{
  display:none;
}

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

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

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

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

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

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

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

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

.noUi-horizontal{
  height:6px;
}

::-webkit-input-placeholder{
   color:inherit;
   opacity:0.5;
}

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

:-ms-input-placeholder{
   color:inherit;
   opacity:0.5;
}

::-ms-input-placeholder{
   color:inherit;
   opacity:1;
}

input,select,textarea{
  background-color:inherit;
  color:inherit
}

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

input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{
    border:1px solid;
    border-color:#000000;
    border-color:var(--colorTextBody);
  }

input[type=image]{
  background-color:transparent;
}

[data-center-text=true] .social-sharing{
    text-align:center
}

.social-sharing .icon{
    height:18px;
    width:18px;
  }

.social-sharing__link{
  display:inline-block;
  color:#000000;
  color:var(--colorTextBody);
  border-radius:2px;
  margin:0 18px 0 0;
  text-decoration:none;
  font-weight:400
}

.social-sharing__link:last-child{
    margin-right:0;
  }

.social-sharing__title{
  font-size:calc(var(--typeBaseSize)*0.85);
  display:inline-block;
  vertical-align:middle;
  padding-right:15px;
  padding-left:3px;
}

.grid-search{
  margin-bottom:30px;
}

.grid-search__product{
  position:relative;
  text-align:center;
}

.grid-search__page-link{
  display:block;
  background-color:#fafafa;
  padding:20px;
  color:#000000;
  color:var(--colorTextBody);
  overflow:hidden;
  text-overflow:ellipsis
}

.grid-search__page-link:focus,.grid-search__page-link:hover{
    background-color:#f5f5f5;
  }

.grid-search__page-content{
  display:block;
  height:100%;
  overflow:hidden;
}

.grid-search__page-content img{
  display:block;
  margin-bottom:10px;
}

.grid-search__image{
  display:block;
  padding:20px;
  margin:0 auto;
  max-height:100%;
  max-width:100%
}

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

.grid-search__image{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}
  }

.index-section{
  margin:34px 0;
}

.index-section--small{
  margin:18px 0;
}

.index-section+.index-section,.index-section+.index-section--hidden,.main-content+.index-section{
  margin-top:0;
}

.index-section--flush{
  margin:0;
}

.section--divider{
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorBorder);
  padding-top:40px;
}

.index-section--faq{
  margin-bottom:40px;
}

.newsletter-section{
  padding:40px 0;
}

.newsletter-section--with-divider{
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorBorder);
}

.template-challange .index-section--footer{
  display:none;
}

.testimonials-section{
  padding:25.5px 0;
}

.testimonials-section--with-divider{
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorBorder);
}

@media only screen and (min-width:769px){
  .index-section{
    margin:75px 0;
  }

  .index-section--small{
    margin:30px 0;
  }

  .section--divider{
    padding-top:75px;
  }

  .index-section--faq{
    padding: 15px 0; margin:0 0 15px;min-height: 75px; border-bottom: 1px solid #ececec; text-transform: uppercase; display:flex; align-items: center;
  }

  .newsletter-section{
    padding:75px 0;
  }

  .testimonials-section{
    padding:75px 0;
  }
}

.page-blocks--flush .page-width{
  padding:0;
}

.page-blocks>div:first-child .index-section{
    margin-top:0;
  }

.feature-row-wrapper{
  overflow:hidden;
  direction:ltr;
}

.feature-row{
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center
}

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

.feature-row{
    margin:0 6%
}
  }

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

.feature-row{
    flex-direction:column;
    margin:0
}
  }

@media only screen and (max-width:959px){
  .feature-row--small-none{
    display:block;
  }
}

.feature-row__item{
  flex:0 1 57%;
  margin:0 auto
}

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

.feature-row__item{
    flex:1 1 auto;
    max-width:100%;
    min-width:100%
}
  }

.feature-row__item--overlap-images{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 0 15px;
  margin:0 0 0 -30px
}

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

.feature-row__item--overlap-images{
    padding:50px 0;
    margin:0 auto
}
  }

.feature-row__item--overlap-images>*{
    width:50%
  }

.feature-row__item--overlap-images>:first-child{
      z-index:1;
      transform:translate(30px, 30px)
    }

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

.feature-row__item--overlap-images>:first-child{
        transform:translate(50px, 50px)
    }
      }

.feature-row__item--overlap-images svg{
    border:2px solid;
    border-color:#ffffff;
    border-color:var(--colorBody);
  }

.feature-row__image{
  display:block;
  margin:0 auto;
  order:1
}

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

.feature-row__image{
    order:2
}
  }

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

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

.feature-row__text{
    order:2;
    margin-top:0;
    padding:30px 20px 0;
    padding-bottom:0
}
  }

.feature-row__text .rte{
    margin:0;
  }

.feature-row__text .btn{
    margin-top:15px;
  }

@media only screen and (min-width:769px){
  .feature-row__text--left{
    padding-left:60px;
  }

  .feature-row__text--right{
    padding-right:60px;
  }
}

.product-block{
  margin-bottom:25px
}

.product-block hr{
    margin:0;
  }

.product-block--tab+.product-block--tab{
  margin-top:-25px;
}

.product-block--sales-point+.product-block--sales-point{
  margin-top:-20px;
}

.product-block--header+.product-block--price{
  margin-top:-20px;
}

.page-content--product .product-block.product-block--price .prod-tag span{margin-left: 4px;}

@media only screen and (max-width:768px){
  .page-content--product .product-block.product-block--header
  {
    margin-bottom:0px;
  }

  .page-content--product .product-block.product-block--header .product-block--price{    
    font-size: calc(var(--typeHeaderSize)*.42);
    line-height: 1.3;}
    /*标题非顶*//*
.P541c56 .product-single__meta .product-block--header,
.P541c56 .product-single__meta #shopify-block-AWlFKN3ZSeEsrbEtlM__60140ab0-db33-4d95-9ece-e57b5109b676-1,
.P541c56 .product-single__meta .product-block--header .product-single__title,
.P541c56 .product-single__meta .product-block--header .productshare-tttlink,
.P541c56 .page-content--product .product-single__meta .product-tags,
.P541c56 .page-content--product .product-single__meta .product-block.product-block--price{display: none;}*/

}


.theme-block{
  margin-bottom:30px
}

.theme-block:last-child{
    margin-bottom:0;
  }

[data-product-blocks] .spr-starrating{
  margin-bottom:15px;
  margin-top:-15px;
}
 
.size-chart__standalone .tool-tip-trigger__title{ 
  text-transform: uppercase;
  font-size:1.1em;
  line-height:28px;
  text-decoration: underline;
    text-underline-offset: 2px;
}

.slideshow-wrapper{
  position:relative;
}

.slideshow__pause:focus{
  clip:auto;
  width:auto;
  height:auto;
  margin:0;
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background-color:#000000;
  background-color:var(--colorBtnPrimary);
  padding:10px;
  z-index:10000;
  transition:none
}

.video-is-playing .slideshow__pause:focus{
    display:none
}

.slideshow__pause-stop{
  display:block
}

.is-paused .slideshow__pause-stop{
    display:none
}

.slideshow__pause-play{
  display:none
}

.is-paused .slideshow__pause-play{
    display:block
}

.slideshow__slide{
  display:none;
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden
}

.slideshow__slide:first-child{
    display:block;
  }

.flickity-slider .slideshow__slide{
    display:block
}

.hero{
  position:relative;
  overflow:hidden;
  background:#0f0f0f;
  background:var(--colorLargeImageBg);
}

.hero__media-container{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
}

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

.hero__image-wrapper:before,.hero__media:before{
    content:"";
    position:absolute;
    display: none;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:3;
    background-color:#000000;
    background-color:var(--colorImageOverlay);
    opacity:0.1;
    opacity:var(--colorImageOverlayOpacity)
  }

.video-interactable .hero__image-wrapper:before,.video-interactable .hero__media:before{
      pointer-events:none
  }

.hero__image{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  -o-object-fit:cover;
     object-fit:cover;
}

.hero__media{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top;
  z-index:1;
}

.hero__image-wrapper--no-overlay:before{
  content:none;
}

.hero__media iframe,.hero__media video{
  width:100%;
  height:100%;
  pointer-events:none
}

.video-interactable .hero__media iframe,.video-interactable .hero__media video{
    pointer-events:auto
}

.video-parent-section.loading .hero__media iframe,.video-parent-section.loading .hero__media video{
    opacity:0.01
}

.video-parent-section.loaded .hero__media iframe,.video-parent-section.loaded .hero__media video{
    opacity:1;
    animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none
}

.hero__media video{
  position:relative;
  -o-object-fit:cover;
     object-fit:cover;
  font-family:"object-fit: cover";
}

.hero__media iframe{
  position:absolute;
  top:0;
  left:0;
  width:300%;
  left:-100%;
  max-width:none
}

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

.hero__media iframe{
    width:100%;
    height:300%;
    left:auto;
    top:-100%
}
  }

.vimeo-mobile-trigger{
  display:block;
  position:absolute;
  width:100%;
  z-index:2;
  margin-top:90px
}

.hero__text-content .vimeo-mobile-trigger{
    bottom:120%
}

.vimeo-mobile-trigger .icon{
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:50%;
    padding:10px;
  }

.hero__slide-link{
  display:block;
  position:absolute;
  height:100%;
  width:100%;
  z-index:5
}

.hero__slide-link:hover~.hero__text-wrap .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse){
      background:#1a1a1a;
      background:var(--colorBtnPrimaryLight);
      transition-delay:0.25s
    }

.hero__slide-link:hover~.hero__text-wrap .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after{
        animation:shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
      }

[data-button_style=angled] .hero__slide-link:hover~.hero__text-wrap .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after{
          animation:none;
        }

.hero__text-wrap{
  position:relative;
  height:100%;
  color:#ffffff;
  color:var(--colorHeroText)
}

.video-interactable .hero__text-wrap{
    pointer-events:none
}

.hero__text-wrap .page-width{
    display:table;
    width:100%;
    height:100%;
  }

.hero__text-content{
  position:relative;
  padding:15px 0;
  z-index:4
}

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

.hero__text-content{
    padding:45px 0
}
  }

[data-dots=true] .hero__text-content{
    padding-bottom:40px
}

.hero__text-shadow{
  position:relative;
  display:inline-block
}

.hero__text-shadow:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background:radial-gradient(rgba(0,0,0,0.2) 0%, transparent 60%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    margin:-100px -200px -100px -200px;
    z-index:-1;
  }

.hero__top-subtitle{
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:1.1em;
  margin-bottom:5px;
}

.hero__title{
  display:block;
  font-weight: normal;
  margin-bottom:0;
}

.hero__subtext{
  margin-top:20px;
}

.hero__subtitle{
  font-size:16px;
  display:block;
  vertical-align:middle;
  margin-top:5px;
  margin-bottom:5px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero__link{
  position:relative;
  display:block
}

.video-interactable .hero__link{
    pointer-events:auto
}

.hero__link .btn{
    margin:4px 3px 2px 0;color:#fff;font-weight: normal;text-transform: uppercase;
  }

@media only screen and (min-width:769px){
  .hero__subtitle{
    max-width: 100%;
  }
.hero__link .btn{
      margin-right:5px;
      margin-top:0
  }
    }

[data-button_style=angled] .hero__link .btn{
      margin-left:12px
  }

.hero__link .btn+.btn{
    margin-left:2px
  }

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

.hero__link .btn+.btn{
      margin-left:10px
  }
    }

[data-button_style=angled] .hero__link .btn+.btn{
      margin-left:12px
  }

.hero__link .btn .icon-play{
    position:relative;
    top:-2px;
    margin-right:5px;
  }

[data-button_style=angled] .hero__link .animation-cropper{
      padding-right:10px;
    }

.hero__text-content{
  display:table-cell
}

.hero__text-content .hero__link{
    margin-top:7.5px
  }

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

.hero__text-content .hero__link{
      margin-top:15px
  }
    }

.hero__text-content.horizontal-left{
    text-align:left;
  }

.hero__text-content.horizontal-center{
    text-align:center;
  }

.hero__text-content.horizontal-right{
    text-align:right;
  }

.hero__text-content.vertical-center{
    vertical-align:middle;
  }

.hero__text-content.vertical-bottom{
    vertical-align:bottom;
  }

.overlaid-header .index-section--hero:first-child .hero__text-content.vertical-center{
  padding-top:50px
}

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

.overlaid-header .index-section--hero:first-child .hero__text-content.vertical-center{
    padding-top:90px
}
  }

.hero--450px{
  height:292.5px;
}

.hero--550px{
  height:357.5px;
}

.hero--650px{
  height:422.5px;
}

.hero--750px{
  height:487.5px;
}

.hero--100vh{
  height:100vh;
}

@media only screen and (min-width:769px){
  .hero--natural[data-natural]{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }
  .hero--450px{
    height:450px;
  }
  .hero--550px{
    height:550px;
  }
  .hero--650px{
    height:650px;
  }
  .hero--750px{
    height:750px;
  }
}

@media only screen and (max-width:768px){
  
  .hero--mobile--auto[data-mobile-natural=true]{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:auto;
  }
  .hero--natural[data-mobile-natural=false]{
    height:500px;
  }
  .hero--mobile--250px[data-mobile-natural=false]{
    height:250px;
  }
  .hero--mobile--300px[data-mobile-natural=false]{
    height:300px;
  }
  .hero--mobile--400px[data-mobile-natural=false]{
    height:400px;
  }
  .hero--mobile--500px[data-mobile-natural=false]{
    height:500px;
  }
  .hero--mobile--100vh[data-mobile-natural=false]{
    height:90vh;
  }
}
/*
.slideshow__slide .animation-cropper,[data-aos=hero__animation] .animation-cropper{
    opacity:0;
  }

.slideshow__slide .animation-contents,[data-aos=hero__animation] .animation-contents{
    opacity:0;
    transform:translateY(15px);
    transition:none;
  }

.slideshow__slide:not(.animate-out) .hero__image
,[data-aos=hero__animation]:not(.animate-out) .hero__image{
    opacity:0;
    transition:none;
  }

.slideshow__slide .hero__link .btn,[data-aos=hero__animation] .hero__link .btn{
    opacity:0;
    transition:none;
  }

.slideshow__slide .hero__image-wrapper,[data-aos=hero__animation] .hero__image-wrapper{
    transform:translateX(200px);
    opacity:0;
    transition:none;
  }

.loaded .slideshow__slide.is-selected .animation-cropper,[data-aos=hero__animation].loaded .animation-cropper{
    opacity:1;
  }

.loaded .slideshow__slide.is-selected .animation-contents,[data-aos=hero__animation].loaded .animation-contents{
    transform:translateY(0px);
  }

.loaded .slideshow__slide.is-selected .hero__title .animation-contents,[data-aos=hero__animation].loaded .hero__title .animation-contents{
    animation:0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
    animation-name:rise-up;
  }

.loaded .slideshow__slide.is-selected .hero__subtitle .animation-contents,.loaded .slideshow__slide.is-selected .hero__top-subtitle .animation-contents,[data-aos=hero__animation].loaded .hero__subtitle .animation-contents,[data-aos=hero__animation].loaded .hero__top-subtitle .animation-contents{
    animation:1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards;
    animation-name:rise-up;
  }

.loaded .slideshow__slide.is-selected .hero__link .animation-contents,[data-aos=hero__animation].loaded .hero__link .animation-contents{
    opacity:1;
  }

.loaded .slideshow__slide.is-selected .hero__link .btn,[data-aos=hero__animation].loaded .hero__link .btn{
    animation:fade-in 2s ease 1.3s forwards;
  }

.loaded .slideshow__slide.is-selected .hero__link .btn:nth-child(2),[data-aos=hero__animation].loaded .hero__link .btn:nth-child(2){
    animation:fade-in 2s ease 1.6s forwards;
  }

.loaded .slideshow__slide.is-selected .hero__image--svg,.loaded .slideshow__slide.is-selected .hero__image.lazyloaded,.loaded .slideshow__slide.is-selected .hero__media,[data-aos=hero__animation].loaded .hero__image--svg,[data-aos=hero__animation].loaded .hero__image.lazyloaded,[data-aos=hero__animation].loaded .hero__media{
    opacity:1;
    transition:none;
  }

.loaded .slideshow__slide.is-selected .hero__image-wrapper,[data-aos=hero__animation].loaded .hero__image-wrapper{
    opacity:1;
    transform:translateX(0px);
    transition:transform 0.7s ease,opacity 0.7s ease;
  }

[data-aos=hero__animation].loaded .hero__image-wrapper{
    transition:opacity 0.7s ease !important;
  }

.no-js .hero__image,.no-js .hero__image-wrapper{
    opacity:1 !important;
    transform:none;
  }

.slideshow__slide.animate-out .animation-cropper{
    opacity:0;
    transition:none;
  }

.slideshow__slide.animate-out .hero__image-wrapper{
    opacity:0;
    transform:translateX(-200px);
    transition:transform 0.5s ease-in 0.05s,opacity 0.5s ease-in 0.05s;
  }

.slideshow__slide.animate-out .hero__link{
    opacity:0;
    transition:none;
  }
*/
.collection-content{
  padding-top:22.5px
}

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

.collection-content{
    padding-top:45px
}
  }

.collection-filter{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.collection-filter{
    flex-wrap:wrap;
    justify-content:space-between;
    position:sticky;
    top:17px;
    z-index:5;
    margin: 0 -17px;
    padding: 7px 17px;
    background-color: #fffc;
}

.sticky-header .collection-filter{
      top:86px
}
  }
 
.collection-filter .btn,.collection-filter select{
    height:44px;
    border-color: #000!important;
  }

.collection-filter select{
    display:block;
    width:100%;
  }

.collection-filter .btn{
    padding:0 20px;
    border:1px solid;
    font-size: 16px;
    border-color:#e6e6e6;
    border-color:var(--colorBorder);
  }

@media only screen and (max-width:768px){
  .collection-filter .btn,.collection-filter select{
    height: 40px;font-size:13px!important;font-weight: normal;text-transform: uppercase;
  }
  .collection-filter select{
    padding-top: 2px;padding-bottom: 2px;
  }
.collection-filter .btn{
      width:100%;
      text-align:left;
  }
    }

.collection-filter .btn .icon{
      position:relative;
      top:-2px;
      margin-right:10px;
    }

.collection-filter__item{
  flex:1 1 auto;
  margin-bottom:0;
}

.collection-filter .btn:not(.btn--tertiary-active),.collection-filter__sort-container{
  border-radius:var(--buttonRadius);
  background-color: #fff;

}

.collection-filter__item--drawer{
  flex:0 1 48%;
}

.collection-filter__item--count{
  flex:1 1 170%;
  text-align:center;
}

.collection-filter__item--sort{
  flex:0 1 48%;
}

@media only screen and (max-width:768px){
  .collection-filter__item--count{
    order:3;
    flex:1 1 100%;
  }
}

.rte.collection__description{
  margin-bottom:45px;
  padding-top:1.68rem;
}
.rte.collection__description h5{text-transform: capitalize;}
.collection-hero{
  position:relative;
  width:100%;
  height:250px;
  overflow:hidden;
  background:#0f0f0f;
  background:var(--colorLargeImageBg)
}

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

.collection-hero{
    height:420px
}
  }

.collection-hero__content{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  display:flex;
  align-items:flex-end;
  padding:15px 0;
  z-index:1
}

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

.collection-hero__content{
    padding:30px 0
}
  }

[data-type_headers_align_text=true] .collection-hero__content{
    align-items:center
}

.overlaid-header .collection-hero__content{
    padding-top:70px
}

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

.overlaid-header .collection-hero__content{
      padding-top:100px
}
    }

.collection-hero__content .page-width{
    width:100%;
  }

.collection-hero__content:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background-color:#000000;
    background-color:var(--colorImageOverlay);
    opacity:0.1;
    opacity:var(--colorImageOverlayOpacity);
    display:block;
  }

.collection-hero__content .section-header{
    opacity:0;
    animation:fade-in 0.5s 1s forwards
  }

[data-disable-animations=true] .collection-hero__content .section-header{
      opacity:1;
      animation:none
  }

.collection-hero__image{
  opacity:0
}

.no-js .collection-hero__image{
    opacity:1
}

.collection-hero__image.lazyloaded{
    animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none
  }

[data-disable-animations=true] .collection-hero__image.lazyloaded{
      animation:none;
      opacity:1
  }

.collection-grid__wrapper.unload{
  min-height:180px;
  position:relative;
  opacity:0.2;
  transition:opacity 0.3s
}

.collection-grid__wrapper.unload [data-section-type=collection-grid]{
    animation:grid-product__loading 1.5s ease 1.5s infinite;
  }

.collection-sidebar{
  padding-right:10px;
  margin-bottom:20px;
}

@media only screen and (min-width:769px){
  .grid__item--sidebar{
    position:sticky;
    top:10px;
    max-height:90vh;
    overflow-y:auto;
  }
  .grid__item--sidebar::-webkit-scrollbar-track {
    margin: 13px 0;
    background-color: #ebebeb
  }
  .grid__item--sidebar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #9092984d;
  }
  .grid__item--sidebar::-webkit-scrollbar {
    width: 6px!important;
  }

  .c-dialog__body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(247,248,250,1);
  }
  .c-dialog__body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(224,224,224,1);
  }
  .c-dialog__body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
}



.collection-sidebar__group{
  border-top:1px solid;
  border-top-color:#e6e6e6;
  border-top-color:var(--colorDrawerBorder);
  padding-top:0;
  margin-top:0;
  margin-bottom:0;
  overflow:hidden
}

.collection-sidebar__group:first-child{
    margin-top:0;
  }

.collection-sidebar__group .collapsible-content__inner{
    padding-bottom:5px;
  }

.filter-form div:first-of-type .collection-sidebar__group{
  border-top:0;
  padding-top:0;
}

.is-light .site-header__logo .logo--has-inverted{
    display:none
}

.site-header__logo .logo--inverted{
  display:none
}

.is-light .site-header__logo .logo--inverted{
    display:block
}

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

.site-header__logo{
    text-align:left
}
  }

.header-logo a,.site-header__logo a{
  color:#333333;
  color:var(--colorNavText)
}

.is-light .header-logo a,.is-light .site-header__logo a{
    color:#fff
}

.is-light .header-logo a:hover,.is-light .site-header__logo a:hover{
      color:#fff;
    }

.is-light .site-header{
    box-shadow:none
}

.site-header--password{
  color:#333333;
  color:var(--colorNavText)
}

.site-header--password a,.site-header--password a:hover{
    color:#333333;
    color:var(--colorNavText);
  }

.is-light .site-header--password{
    color:#fff
}

.is-light .site-header--password a,.is-light .site-header--password a:hover{
      color:#fff;
    }

.site-nav__dropdown-link{
  display:block;
  padding:8px 15px;
  white-space:nowrap
}

.megamenu .site-nav__dropdown-link{
    padding:4px 0;
    white-space:normal
}

.tag-list__header{
  text-align:left;
}

.tag-list .tag-list{
  margin-left:15px;
}

.tag-list a,.tag-list label{
  cursor:pointer;
  display:block;
  line-height:1.4;
}

.tag-list label:hover{
  text-decoration:underline;
  text-underline-offset:2px;
}

.tag--active>a,.tag--active>label{
  font-weight:900;
}

.tag-list--active-tags:empty{
  display:none;
}

.tag-list--checkboxes{
  padding-bottom:6px
}

.tag-list--checkboxes a{
    position:relative;
    padding-left:25px;
    font-size:calc(var(--typeBaseSize) - 2px);
    font-size:max(calc(var(--typeBaseSize) - 2px), 14px)
  }

.tag-list--checkboxes a:before{
      content:"";
      position:absolute;
      left:0;
      top:50%;
      transform:translateY(-50%);
    }

.tag-list--checkboxes a:before{
      border:1px solid;
      border-color:#e6e6e6;
      border-color:var(--colorBorder);
      height:16px;
      width:16px;
    }

.tag--active .tag__checkbox:after,.tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
  background-color:#000000;
  background-color:var(--colorTextBody);
  border-color:#000000;
  border-color:var(--colorTextBody);
}

.tag--remove{
  position:relative
}

.tag--remove a{
    text-align:left;
  }

.tag--remove .icon{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    color:#ffffff;
    color:var(--colorBtnPrimaryText);
  }

.tag-list--swatches{
  margin-top:2px;
  margin-left:-2px
}

.drawer .tag-list--swatches{
    margin-left:-2px
}

.tag-list--swatches li{
    display:inline-block;
  }

label.tag__checkbox-wrapper{
  display:flex;
  margin-bottom: 15px;
}
label.tag__checkbox-wrapper span{
  font-weight:normal;
}
.tag__checkbox{
  position:relative;
  padding-left:25px
}

.tag__checkbox:after,.tag__checkbox:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
  }

.tag__checkbox:before{
    border:1px solid;
    border-color:#e6e6e6;
    border-color:var(--colorBorder);
    height:16px;
    width:16px;
  }

.tag__checkbox:after{
    height:10px;
    width:10px;
    left:3px;
  }

.tag__input{
  position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0;
}

.variant-input-wrap{
  border:0;
  padding:0;
  margin:0 0 0;
  position:relative
}

.variant-input-wrap-ttt .variant-input-wrap{text-align: center;}

.variant-input-wrap input[type="radio"]{
    clip:rect(0, 0, 0, 0);
    overflow:hidden;
    position:absolute;
    height:1px;
    width:1px;
  }

.variant-input-wrap label{
    font-family:var(--typeBasePrimary),var(--typeBaseFallback);
    font-size:calc(var(--typeBaseSize)*0.825);
    letter-spacing:var(--typeBaseSpacing);
    line-height:var(--typeBaseLineHeight);
    border-radius: 0;
    border-radius: var(--buttonRadius);
  }

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

.variant-input-wrap label{
  font-size:calc(var(--typeBaseSize)*0.825);
  }
  }

  .variant-input-wrap label{
    position:relative;
    display:inline-block;
    font-weight:normal;
    padding:7px 15px 7px;
    margin:0 8px 12px 0;
    box-shadow:0 0 0 1px #e6e6e6;
    border-radius:0;
    overflow:hidden
  }
  
  .variant-input-wrap label.variant__button-label-colortext{border: none;padding: 0;margin:0 1px;box-shadow: none;overflow: unset;display:block}
  
.variant-input-wrap label.disabled{
      color:#e6e6e6;
      color:var(--ctaOptionBorderColor);
    }

    

    .variant-input.variant-input-selected label,
.variant-input-wrap input[type=radio]:focus+label{
    border-color:rgba(0, 0, 0, 0.05);
    box-shadow:0 0 0 1px #000000;
    box-shadow:0 0 0 1px var(--colorTextBody);
  }
  .variant-input.variant-input-selected label,
.variant-input-wrap input[type=radio]:checked+label{
    box-shadow:0 0 0 2px #000;
  }

/*
  .variant-input-wrap .variant-scroller-colors input[type=radio]:checked+label{
    animation: select_color 1000ms linear both;
  }
  @keyframes select_color {
    0% {
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)
    }

    3.4% {
        transform: matrix3d(1.058,0,0,0,0,1.003,0,0,0,0,1,0,0,0,0,1)
    }

    6.81% {
        transform: matrix3d(1.13,0,0,0,0,1.146,0,0,0,0,1,0,0,0,0,1)
    }

    10.21% {
        transform: matrix3d(1.171,0,0,0,0,1.313,0,0,0,0,1,0,0,0,0,1)
    }

    14.11% {
        transform: matrix3d(1.27,0,0,0,0,1.365,0,0,0,0,1,0,0,0,0,1)
    }

    18.72% {
        transform: matrix3d(1.306,0,0,0,0,1.294,0,0,0,0,1,0,0,0,0,1)
    }

    24.32% {
        transform: matrix3d(1.275,0,0,0,0,1.18,0,0,0,0,1,0,0,0,0,1)
    }

    29.03% {
        transform: matrix3d(1.231,0,0,0,0,1.148,0,0,0,0,1,0,0,0,0,1)
    }

    35.54% {
        transform: matrix3d(1.19,0,0,0,0,1.181,0,0,0,0,1,0,0,0,0,1)
    }

    41.04% {
        transform: matrix3d(1.18,0,0,0,0,1.211,0,0,0,0,1,0,0,0,0,1)
    }

    52.15% {
        transform: matrix3d(1.196,0,0,0,0,1.203,0,0,0,0,1,0,0,0,0,1)
    }

    63.26% {
        transform: matrix3d(1.204,0,0,0,0,1.196,0,0,0,0,1,0,0,0,0,1)
    }

    85.49% {
        transform: matrix3d(1.199,0,0,0,0,1.2,0,0,0,0,1,0,0,0,0,1)
    }

    to {
        transform: matrix3d(1.2,0,0,0,0,1.2,0,0,0,0,1,0,0,0,0,1)
    }
}
*/

.variant-input{
  display:inline-block; position:relative
}

select .variant-input{
    display:block
}

.variant-wrapper+.variant-wrapper{
  margin-top:25px;
}

.no-js .variant-wrapper{
  display:none;
}

.variant-wrapper--dropdown{
  display:block;
  width: 100%;
  max-width:100%;
  margin-bottom:0;
}

.variant__label[for]{
  display:block;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  cursor:default;
  display: flex;
    justify-content: start;
    align-items: center;
}



.variant__label-info{
  letter-spacing:0;
  margin-right: 6px; 
  font-weight: normal;
}
.vbs-Jywsg span[data-variant-size-label],
.variant__label-info .product__color span{font-weight: normal;font-size: 13px; letter-spacing: 0.4px;text-transform: capitalize;}
.vwtttsizelink{display: block;}
.variant__link{font-weight: normal; display: inline-block; text-decoration: underline;text-transform:none;padding-left: 0;padding-right: 0;}
.variant__link span{display: inline-block; padding: 0;line-height: 1; letter-spacing: normal;font-size: 12px;font-weight: normal;text-transform: uppercase;}

.variant__link.get-color-swatch {font-size: 14px;padding: 2px;margin-top: 10px;}
.variant__link.get-color-swatch sup{font-style: italic;}

@keyframes sDe97 {
  0% {
    opacity: 0;
    transform: scale3d(0.3,0.3,0.3);
  }
  50% {
    opacity: 1;
  }
}


.pviok{
  animation: sDZ1b 0.2s;
  background-color: var(--colorBtnPrimary);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.order-a-swatch{float: none;}
.grid-product{
  margin-bottom:45px
}

.patbT410 {
  animation: sDZ1b 0.2s;
  background-color: #ff6c4e;    
  background: var(--colorBtnPrimary);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
  display: flex
;
  justify-content: center;
  align-items: center;
  z-index: 1;
}



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

.grid-product{
    margin-bottom:45px
}
  }
  .variant__label[for]{ justify-content: space-between;}

  
.variant__button-label-size.variant__button-label-size-checked,
.variant-input-wrap .variant-scroller-size input[type=radio]:checked+label{ 
  /*background-image: url(/cdn/shop/files/opt-top-right-ok.svg?v=1744938846) !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;  
  background-size: 22px 22px !important;*/
}
 




@media only screen and (max-width:768px){
  
  .variant-input-wrap input[type=radio]:checked+label.color-swatch-75:before{ 
    /*background-image: url(/cdn/shop/files/opt-top-right-ok.svg?v=1744938846) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;  
    background-size: 22px 22px !important;*/
  }



.grid-overflow-wrapper .grid-product{
      margin-bottom:0
}


.product-option-checked,.product-block .product-option-name{text-align: center!important;}
  }

.grid-product__content{
  position:relative;
  text-align:left
}

html[dir=rtl] .grid-product__content{
    text-align:right
}

.grid-product__title--heading{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

.grid-product__subtitle{
  font-size: 13px;
}

.grid-product__title--heading{
  font-size:calc(var(--typeBaseSize) + 2px);
  line-height:1.43;
}

[data-type_product_capitalize=true] .grid-product__title{
  font-size:calc(var(--typeBaseSize) - 3px);
  line-height: 24px;
  font-weight: normal;
  margin-top: 5px;
    position:relative; text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
  }

  @media only screen and (max-width:768px){
    [data-type_product_capitalize=true] .grid-product__title{
      font-size: 13px;line-height: 16px;;
    }
      .grid-product{margin-bottom: 1rem;}

        }


.grid-product__title{
  word-break:break-word;
  -webkit-hyphens:auto;
          hyphens:auto;
          margin-bottom: 5px;
          font-weight: normal;
}

.grid-product__link{
  display:block;
}

.grid-product__link_mc{
  display: inline-block;
  vertical-align: middle;
  color:#666;
  font-size: 13px;
}


.grid-product__link--inline{
  display:flex
}

.grid-product__link--inline .grid-product__image-mask{
    flex:0 0 auto;
    margin-right:10px;
  }

.grid-product__link--inline .grid__image-ratio{
    width:80px;
  }

.grid-product__link--inline .grid-product__meta{
    text-align:left;
  }

.grid-product__image-mask{
  position:relative;
  overflow:hidden;
}

.grid-product__image-mask .gp_tgas{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: end;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 40px;
}


.grid-product__image-mask .image-wrap,.product-main-slide .image-wrap,.product__video-wrapper{
  display: block ;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  
}

.grid-product__image{
  display:block;
  margin:0 auto;
  width:100%;
}

.grid-product__secondary-image{
  position:absolute;
  top:-1px;
  left:-1px;
  right:-1px;
  bottom:-1px;
  opacity:0;
  background-color:#ffffff;
  background-color:var(--colorBody)
}

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

.grid-product__image-mask:hover .grid-product__secondary-image{
    animation:fade-in 0.2s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards
}

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

.supports-touch .grid-product__secondary-image{
      display:none
}
  }

.grid-product__color-image{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50%;
  opacity:0;
  transition:opacity 0.4s ease;
  background-color:#ffffff;
  background-color:var(--colorBody);

}

.grid-product__color-image.is-active{
    animation:fade-in 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  }

[data-center-text=true] .grid-product__meta{
 width: 100%;padding-bottom: 0;
}

.grid-product__meta{
  position:relative;
  text-align: left;
  padding:0 0 6px 0;
  line-height:1.5
}

@media only screen and (max-width:768px){
  
  [data-center-text=true] .small--grid--flush .grid-product__colors,
  .small--grid--flush .product-tags,.small--grid--flush .gp_fs2,
.small--grid--flush .grid-product__meta{
      padding-left:8px;
}
  }

.grid-product__vendor{
  text-transform:uppercase;
  letter-spacing:0.3em;
  font-size:0.8em;
  margin-bottom:5px;
  font-weight: 700;
  opacity:0.65;
}

.grid-product__price{
  font-size:calc(var(--typeBaseSize) - 2px);
  line-height: 20px;
  font-weight: normal;
  letter-spacing: normal;
  color:#2c2c2c;
  color:var(--colorPrice);
}

.grid-product__price--original{
  text-decoration:line-through;
  margin-right:5px;
}

.grid-product__price--savings{
  color:#c40405;
  color:var(--colorTextSavings);
  margin-left:5px;
  white-space:nowrap;
}

.grid-product__colorqty{
  font-size: 14px;
  line-height: 14px;
  margin: 5px 0px 3px;
  display: none;
}

.grid-product__tag{
  font-size:calc(var(--typeBaseSize)*0.65);
  position:absolute;
  top:0;
  left:0;
  line-height:1;
  padding:6px 5px 6px 7px;
  background-color:#000000;
  background-color:var(--colorBtnPrimary);
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  z-index:2;
  transition:opacity 0.4s ease
}

.grid-product__tag.grid-product__tag--sold-out{
    background-color:#ffffff;
    background-color:var(--colorBody);
    color:#000000;
    color:var(--colorTextBody);
  }

@media only screen and (min-width:769px){
  .variant-scroller-colors input[type=radio]:checked+label.color-swatch-75:before{background: none!important;}
  .grid-product__tag{
      font-size:calc(var(--typeBaseSize)*0.85);
      padding:7px 7px 7px 9px
  }
  .grid-product__colorqty{
    display: none;
  }
  }

.grid-product__tag--sale{
  background-color:#c40405;
  background-color:var(--colorSaleTag);
  color:#ffffff;
  color:var(--colorSaleTagText);
}

.quick-product__btn{
  font-size:calc(var(--typeBaseSize)*0.75);
  position:absolute;
  bottom:10px;
  right:10px;
  left:10px;
  z-index:2;
  width: calc(100% - 20px);
  /*background-color:#000000;
  background-color:var(--colorBtnPrimary);
  color:#ffffff;
  color:var(--colorBtnPrimaryText);*/
  border-color: transparent;
    background-color: hsla(0,0%,100%,.96);
    letter-spacing: 1px;
    line-height: 48px;
    color:#222;
  overflow:hidden;
  text-align:center;
  cursor:pointer;
  opacity:0;
  border-radius: 3px;
  border-radius: var(--buttonRadius);
  transform:translateY(5px);
  transition:opacity 0.25s ease,transform 0.25s ease-out,background 0.4s ease
}

.no-js .quick-product__btn{
    display:none
}

.grid-product__content:hover .quick-product__btn{
    opacity:1;
    transform:translateY(0);
    transition:opacity 0.25s ease,transform 0.25s ease-out
}

.supports-touch .quick-product__btn{
    display:none
}

.quick-product__btn--not-ready{
  pointer-events:none;
}

@media only screen and (max-width:768px){
  .grid-product__price{
    font-size:calc(var(--typeBaseSize) - 2px);font-weight: 600;;
  }
  .grid-overflow-wrapper{
    overflow:hidden;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch
  }

    .grid-overflow-wrapper .grid{
      white-space:nowrap;
      display:flex;
    }

    .grid-overflow-wrapper .grid__item{
      width:44vw;
      flex:0 0 44vw;
      display:inline-block;
      float:none;
      white-space:normal
    }

      .grid-overflow-wrapper .grid__item:first-child{
        margin-left:17px;
      }

      .grid-overflow-wrapper .grid__item:last-child:after{
        content:"";
        display:inline-block;
        width:100%;
        margin-right:17px;
      }

    .grid-overflow-wrapper .grid__item--view-all{
      align-self:center;
    }

    .grid-overflow-wrapper .grid-product__price,.grid-overflow-wrapper .grid__item{
      font-size:0.75rem;
    }

  [data-aos=overflow__animation]{
    transform:translateX(100vw);
    transition:all 0.8s cubic-bezier(.25,.46,.45,.94)
  }

    [data-aos=overflow__animation].aos-animate{
      transform:translateX(0);
    }

  [data-disable-animations=true] [data-aos=overflow__animation]{
      transform:none;
      transition:none
  }
}

.grid-product__see-all{
  display:inline-block;
  padding:15px;
  text-align:center;
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  margin-top:-60px;
}

[data-center-text=true] .grid-product__colors{
    text-align:left; 
}
[data-center-text=true] .grid-product_colorname{color:#999;font-size: 14px;margin-bottom: 6px;}

.grid-product__colors{
  display:flex;
  flex-wrap:wrap;
  line-height:15px;
  margin-bottom: 0;
}

@media only screen and (min-width:769px){
  [data-center-text=true] .grid-product__colors{ padding-left: 0;}
.grid-product__colors{
    line-height:19px
}
  }

[data-center-text=true] .grid-product__colors{
    align-items:center;
    justify-content:flex-start
}

.grid-product__colors+.grid-product__colors{
    margin-top:4px;
  }

.sales-points{
  list-style:none;
  padding:0;
  margin:25px 0
}

.quick-add-modal .sales-points{
    display:none
}

.sales-point{
  display:block;
  margin-bottom:10px
}

.sales-point:last-child{
    margin-bottom:0;
  }

.sales-point .icon{
    position:relative;
    width:25px;
    height:25px;
    margin-right:10px
  }

[dir=rtl] .sales-point .icon{
      margin-right:0;
      margin-left:10px
  }

@media only screen and (max-width:768px){
  .sales-point .icon-and-text{
    justify-content:flex-start;
  }
}

@keyframes inventory-pulse{
  0%{
    opacity:0.5;
  }
  to{
    transform:scale(2.5);
    opacity:0;
  }
}

.icon--inventory:after,.icon--inventory:before{
    width:9px;
    height:9px;
    background:#54c63a;
    border-radius:9px;
    position:absolute;
    left:0;
    top:0;
    content:"";
    margin:8px;
  }

.icon--inventory:before{
    animation:inventory-pulse 2s linear infinite;
  }

.inventory--low .icon--inventory:after,.inventory--low .icon--inventory:before{
      background:#f4af29;
    }

.inventory--low{
  color:#f4af29;
}

.color-swatch{
position:relative;
display:inline-block;
text-indent:-9999px;
overflow:hidden;
margin:0 4px 4px;
background-position:50%;
background-size:cover;
background-repeat:no-repeat;
height:28.88px;
width:28.88px;
box-shadow:0 0 0 1px #e6e6e6;
box-shadow:0 0 0 1px var(--colorBorder);
transition:box-shadow 0.2s ease
}

.variant-input-wrap-ttt .color-swatch-75{height:74px; width: 56px; border-radius: 0!important;}
.variant-input-wrap-ttt .color-swatch-75::before{border-radius: 0!important}

[data-swatch_style=round] .color-swatch{
  margin-bottom: 6px;
  border-radius: 100%;
}

.grid-product .color-swatch:before{border-radius: 4px;}
.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:var(--colorBody)
}

[data-swatch_style=round] .color-swatch:before{
    border-width:2px;
    border-radius: 50%;
    top:-1px;
    left:-1px;
    right:-1px;
    bottom:-1px
}

.variant-scroller-colors.color-gorup-display input[type=radio]:checked+label::before{
  /*background-image: url(/cdn/shop/files/opt-top-right-ok.svg?v=1744938846)!important;
  background-repeat: no-repeat!important;
  background-position: top right!important;
  background-size: 19px 19px!important;border-width: 0;*/}

.tag--swatch .color-swatch:before,
.grid-product .color-swatch:before{border-radius: 100%;}

.tag:not(.tag--active) label:hover .color-swatch:hover,a.color-swatch:hover{
  box-shadow:0 0 0 1px #000000;
  box-shadow:0 0 0 1px var(--colorTextBody);
}

.tag--active .color-swatch{
  box-shadow:0 0 0 2px #000000;
  box-shadow:0 0 0 2px var(--colorTextBody);
}

.color-swatch--small{
  width:20px;
  border-radius: 50%;;
  height:20px
}
.color-tag-1{right:3%;z-index: 1;position:absolute;bottom: 2%; border-radius: 50%;text-align: center;opacity: 1; }

[data-swatch_style=round] .color-swatch:first-child{
margin-left: 0px!important;
}
.color-swatch--text{vertical-align: super;display: inline-block;margin-bottom: 6px;font-size: 12px;line-height: 1;color:#9b9b9b;}
@media only screen and (min-width:769px){

  .color-swatch--small{
    width:24px;
    height:24px
}
  }
  .variant-scroller-colors .variant-input{line-height: 1;text-align: center;}
  .variant-scroller-colors .color-swatch{width: 28px;height: 28px;box-shadow: 0 0 0 1px #f2f2f2;border-radius: 50%;padding: 0;}
  .variant-scroller-colors .color-name{display: none;}
  .variant-scroller-colors .color-swatch-75 .swatches-swatch-tr-col{display:none;}
  
  .variant-input-wrap input[type=radio]:checked+label.color-swatch-75:before{border-width: 2px;}
  @media only screen and (max-width:768px){
/*
    .variant-scroller-colors .color-swatch{width: 44px;height: 44px;}*/
    
    .variant-scroller-colors .variant-input:last-child{margin-right: 17px;}
    
    .variant-scroller-colors .color-swatch-75{height:88px; width:66px; border-radius: var(--buttonRadius)!important;border-radius:2px!important;}
    .variant-scroller-colors .color-swatch-75:before{border-radius: 2px!important;}
    .variant-scroller-colors .color-swatch-75 .swatches-swatch-tr-col{    display: inline-block;
      margin-right: 2px;
      margin-bottom: 2px;
      border-radius: 2px;
      position: absolute;
      bottom: 4px;
      right: 4px;
      width: 10px;
      height: 10px;}
      
    .variant-scroller-colors .color-swatch-75::before{border-radius: var(--buttonRadius)!important;border-radius: 2px!important;}
    .variant-scroller-colors .color-name{display: flex;justify-content: center;letter-spacing: 0.1px; text-align: center;font-size: 0.6rem;font-weight: normal;line-height: .75rem;margin-top: 0;max-width: 74px;white-space: break-spaces;}

}
.color-swatch--small:before{
    border:3px solid;
    border-color:#ffffff;
    border-color:var(--colorBody);
    border-radius:50%;
  }

[data-swatch_style=round] .color-swatch--small:before{
      border-width:1px
  }

.tag--swatch{
  display:inline-block;
}
.tag--swatch span{display: inline-block;vertical-align: text-bottom;}
.tag--swatch-list{display: flex; flex-wrap: wrap;}
.tag--swatch>label{
    margin-bottom:0;
  }
  .tag--swatch-list .tag--swatch>label{display: flex; flex-direction: column;;}
  .tag--swatch-list label.tag__checkbox-wrapper span.color-swatch{float: left;}
  .tag--swatch-list label.tag__checkbox-wrapper span.tag__text{margin-left: 4px; font-size: 12px;line-height: 24px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0;
    width: 3rem;}

.color-swatch--filter{
  width:2.28rem;
  height:2.28rem;
}

.tag--active .color-swatch--filter:hover:after{
  position:absolute;
  content:"";
  left:50%;
  top:0;
  bottom:0;
  border-left:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  transform:rotate(45deg);
}



.color-carousel-container{
  position: relative;
  text-align: center;
margin: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.color-carousel-container h4{font-size: 1rem;margin-bottom: 0;}
.color-carousel-container .flickity-prev-next-button.flickity-previous{left: -42px; fill: #121212;color: #000;}
.color-carousel-container .flickity-prev-next-button.flickity-next{right: -42px;fill: #121212;color: #000;}
.color-carousel-slick{
  display: grid;grid-auto-flow: column;
width: calc(100% - 84px);
margin:0 auto 1rem;
}

.no-link:visited {
  color: inherit;
}
.no-link {
  text-decoration: none;
  color: inherit;
}
.color-carousel-item-box{
  cursor:pointer;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  font-size: 12px;
  line-height: 1.2;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: normal;
  width: 5.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #464646;
  margin: 0 1rem;
  padding:0.88rem 0 0;}
  .color-carousel-item-box .color-swatch--white{    box-shadow: 0 0 0 1px #eaeaea;}
.rte .color-carousel-container a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview),
  .rte .color-carousel-container a:not(.btn):not(.spr-summary-actions-newreview):after {
      border-bottom: none!important;
  }
@media only screen and (max-width: 768px){
.color-carousel-slick{
  width: 100%;
}
.color-carousel-item-box{margin: 0;}
.color-carousel-container .page-width{padding: 0}
.color-carousel-container .flickity-prev-next-button{display: none;}
}

.collection-item{
  position:relative;
  display:block;
  margin-bottom:17px;
  overflow:hidden
}

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

.collection-item{
    margin-bottom:22px
}
  }

.grid--no-gutters .collection-item{
    margin-bottom:0
}

.collection-item:hover .collection-image{
    transform:scale(1.03);
    transition:all 0.8s ease
  }

[data-disable-animations=true] .collection-item:hover .collection-image{
      transform:none;
      transition:none
  }

.collection-item:not(.collection-item--below):after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background-color:#000000;
    background-color:var(--colorGridOverlay);
    opacity:0.1;
    opacity:var(--colorGridOverlayOpacity);
    transition:opacity 0.8s ease;
  }

.collection-item:not(.collection-item--below):hover:after{
    opacity:0.25;
    opacity:calc(var(--colorGridOverlayOpacity) + 0.15);
  }

.collection-image{
  position:relative;
  transition:transform 0.3s ease
}

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

.collection-item--below img{
  -o-object-fit:contain;
     object-fit:contain;
}

.collection-image--placeholder{
  opacity:1
}

.collection-image--placeholder svg{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

.collection-image--square{
  padding-bottom:100%;
}

.collection-image--landscape{
  padding-top:75%;
}

.collection-image--portrait{
  padding-top:133.33333%;
}

.collection-item__title{
  display:block;
  z-index:2;
  font-size:calc(var(--typeCollectionTitle)*0.8);
  line-height:1em
}

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

.collection-item__title{
    font-size:var(--typeCollectionTitle)
}

.medium-up--one-fifth .collection-item__title{
      font-size:16px
}
  }

[data-type_product_capitalize=true] .collection-item__title span{
      /*text-transform:uppercase;*/
      font-size:.85em;
    }

.collection-item--below .collection-item__title{
    margin-top:5px
}

.collection-item__title--heading{
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight:var(--typeHeaderWeight);
  letter-spacing:var(--typeHeaderSpacing);
  line-height:var(--typeHeaderLineHeight);
}

[data-type_header_capitalize=true] .collection-item__title--heading{
    /*text-transform:uppercase;*/
}

.collection-item__title--overlaid,.collection-item__title--overlaid-box{
  display:block;
  position:absolute;
  left:10px;
  right:10px;
}

.collection-item__title--overlaid{
  color:#fff;
  text-shadow:0 0 50px #000;
}

.collection-item__title--overlaid-box>span{
    display:inline-block;
    background-color:#ffffff;
    background-color:var(--colorBody);
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone;
    padding:8px 15px;
    color:#000000;
    color:var(--colorTextBody);
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  }

.collection-item__title--bottom-center,.collection-item__title--center,.collection-item__title--top-center{
  text-align:center;
}

.collection-item__title--bottom-right,.collection-item__title--top-right .collection-item__title--right{
  text-align:right;
}

.collection-item__title--center[class*=collection-item__title--overlaid],.collection-item__title--left[class*=collection-item__title--overlaid],.collection-item__title--right[class*=collection-item__title--overlaid]{
    top:50%;
    transform:translateY(-50%);
  }

.collection-item__title--top-center[class*=collection-item__title--overlaid],.collection-item__title--top-left[class*=collection-item__title--overlaid],.collection-item__title--top-right[class*=collection-item__title--overlaid]{
    top:10px
  }

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

.collection-item__title--top-center[class*=collection-item__title--overlaid],.collection-item__title--top-left[class*=collection-item__title--overlaid],.collection-item__title--top-right[class*=collection-item__title--overlaid]{
      top:18px
  }
    }

.collection-item__title--bottom-center[class*=collection-item__title--overlaid],.collection-item__title--bottom-left[class*=collection-item__title--overlaid],.collection-item__title--bottom-right[class*=collection-item__title--overlaid]{
    bottom:10px
  }

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

.collection-item__title--bottom-center[class*=collection-item__title--overlaid],.collection-item__title--bottom-left[class*=collection-item__title--overlaid],.collection-item__title--bottom-right[class*=collection-item__title--overlaid]{
      bottom:18px
  }
    }

.custom-content{
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  width:auto;
  margin-bottom:-17px;
  margin-left:-17px
}

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

.custom-content{
    margin-bottom:-17px;
    margin-left:-17px
}
  }

.custom__item{
  flex:0 0 auto;
  margin-bottom:17px;
  padding-left:17px;
  max-width:100%
}

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

.custom__item{
    flex:0 0 auto;
    padding-left:17px;
    margin-bottom:17px
}

    .custom__item.small--one-half{
      flex:1 0 50%;
      max-width:400px;
      margin-left:auto;
      margin-right:auto;
    }
  }

.custom__item img{
    display:block;
  }

.custom__item-inner{
  position:relative;
  display:inline-block;
  text-align:left;
  max-width:100%;
  width:100%;
}

.custom__item-inner--html,.custom__item-inner--video{
  display:block;
}

.custom__item-inner--image{
  width:100%;
}

.custom__item-inner--html img{
  display:block;
  margin:0 auto;
}

.custom__item-inner--placeholder-image{
  width:100%;
}

.align--top-middle{
  text-align:center;
}

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

.align--middle-left{
  align-self:center;
}

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

.align--middle-right{
  align-self:center;
  text-align:right;
}

.align--bottom-left{
  align-self:flex-end;
}

.align--bottom-middle{
  align-self:flex-end;
  text-align:center;
}

.align--bottom-right{
  align-self:flex-end;
  text-align:right;
}

.article__grid-image{
  display:block;
  text-align:center;
  margin-bottom:17px
}

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

.article__grid-image{
    margin-bottom:20px
}
  }

.article__grid-image img{
    display:block;
  }

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

.article__date{
  font-size:max(calc(var(--typeBaseSize)*0.7), 12px);
  margin-bottom:3px
}

.section-header .article__date{
    margin-bottom:15px
}

.article__author{
  margin-top:2px;
  font-size:max(calc(var(--typeBaseSize)*0.7), 12px);
}

.article__grid-meta{
  margin-bottom:30px
}

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

[data-center-text=true] .article__grid-meta{
    text-align:center
}
  }

.article__excerpt{
  margin-top:10px;
}

.logo-bar{
  text-align:center;
  margin-bottom:-30px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}

.logo-bar__item{
  flex:0 1 110px;
  vertical-align:middle;
  margin:0 15px 20px
}

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

.logo-bar__item{
    flex:0 1 160px;
    margin:0 20px 30px
}
  }

.logo-bar__image{
  display:block;
  margin:0 auto;
}

.logo-bar__link{
  display:block;
}

[data-aos=logo__animation] .logo-bar__item{
  opacity:0;
}

[data-aos=logo__animation].aos-animate .logo-bar__item{
  animation:fade-in 0.5s ease 0s forwards;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(2){
  animation-delay:0.2s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(3){
  animation-delay:0.4s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(4){
  animation-delay:0.6s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(5){
  animation-delay:0.8s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(6){
  animation-delay:1.0s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(7){
  animation-delay:1.2s
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(8){
  animation-delay:1.4s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(9){
  animation-delay:1.6s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(10){
  animation-delay:1.8s;
}

.background-media-text{
  position:absolute;
  width:100%;
  overflow:hidden;
  background:#0f0f0f;
  background:var(--colorLargeImageBg);
  background-size:cover;
}

.background-media-text__video{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
  z-index:0;
}

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

.background-media-text__video{
    width:300%;
    left:-100%
}
  }

.background-media-text__video iframe,.background-media-text__video video{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    pointer-events:none
  }

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

.background-media-text__video iframe,.background-media-text__video video{
      height:120%;
      max-width:none;
      left:-100%;
      height:150%;
      width:300%
  }
    }

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

.background-media-text__video iframe,.background-media-text__video video{
      width:100%;
      height:300%;
      left:auto;
      top:-100%
  }
    }

.video-interactable .background-media-text__video iframe,.video-interactable .background-media-text__video video{
    pointer-events:auto;
  }

.background-media-text__inner{
  position:absolute;
  z-index:2;
  width:100%;
  height:100%;
}

.background-media-text__aligner{
  margin:60px;
}

.background-media-text__text{
  text-align:left;
  font-size:1.1em;
  background:#ffffff;
  background:var(--colorBody);
  padding:30px;
  width:380px
}

html[dir=rtl] .background-media-text__text{
    text-align:right
}

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

.background-media-text__text{
    text-align:center
}
  }

.background-media-text__text--framed{
  border:7px solid;
  border-color:#ffffff;
  border-color:var(--colorBody);
  box-shadow:inset 0 0 0 2px #000000;
  box-shadow:inset 0 0 0 2px var(--colorTextBody)
}

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

.background-media-text__text--framed{
    border-width:10px
}
  }

.background-media-text__text .btn{
  margin-top:15px;
}

@media only screen and (min-width:769px){
  .background-media-text--right .animation-cropper{
    float:right;
  }
}

.background-media-text__container{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

@media only screen and (max-width:768px){
  .background-media-text{
    position:relative;
  }
  .background-media-text__inner{
    position:relative;
  }
  .background-media-text__container,.background-media-text__video{
    position:relative;
    height:240px
  }
  .promo-video .background-media-text__container,.promo-video .background-media-text__video{
      height:550px
  }
  .background-media-text__aligner{
    margin:-6px 6px 6px;
  }
  .background-media-text__text{
    padding:22.5px;
    width:auto;
  }
    .background-media-text.loading:after,.background-media-text.loading:before{
      top:117px;
    }
}

@media only screen and (min-width:769px){
  .background-media-text--450,.background-media-text--450 .background-media-text__video,.background-media-text__spacer.background-media-text--450{
    min-height:450px;
  }
  .background-media-text--550,.background-media-text--550 .background-media-text__video,.background-media-text__spacer.background-media-text--550{
    min-height:550px;
  }
  .background-media-text--650,.background-media-text--650 .background-media-text__video,.background-media-text__spacer.background-media-text--650{
    min-height:650px;
  }
  .background-media-text--750,.background-media-text--750 .background-media-text__video,.background-media-text__spacer.background-media-text--750{
    min-height:750px;
  }
}

[data-aos=background-media-text__animation] .background-media-text__image,[data-aos=background-media-text__animation] .background-media-text__image svg,[data-aos=background-media-text__animation] .background-media-text__video{
  opacity:0
}

.no-js [data-aos=background-media-text__animation] .background-media-text__image,.no-js [data-aos=background-media-text__animation] .background-media-text__image svg,.no-js [data-aos=background-media-text__animation] .background-media-text__video{
    animation:none;
    opacity:1
}

[data-disable-animations=true] [data-aos=background-media-text__animation] .background-media-text__image,[data-disable-animations=true] [data-aos=background-media-text__animation] .background-media-text__image svg,[data-disable-animations=true] [data-aos=background-media-text__animation] .background-media-text__video{
    animation:none;
    opacity:1
}

[data-aos=background-media-text__animation].aos-animate .background-media-text__image.lazyloaded,[data-aos=background-media-text__animation].aos-animate .background-media-text__image svg,[data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__video{
  animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  transition:none
}

[data-disable-animations=true] [data-aos=background-media-text__animation].aos-animate .background-media-text__image.lazyloaded,[data-disable-animations=true] [data-aos=background-media-text__animation].aos-animate .background-media-text__image svg,[data-disable-animations=true] [data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__video{
    animation:none
}

@media only screen and (min-width:769px){
  [data-aos=background-media-text__animation] .background-media-text__inner .animation-contents{
    opacity:0
  }
  .no-js [data-aos=background-media-text__animation] .background-media-text__inner .animation-contents{
      animation:none;
      opacity:1
  }

  [data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__inner .animation-contents{
    animation:rise-up 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.5s forwards
  }

  [data-disable-animations=true] [data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__inner .animation-contents{
      animation:none;
      opacity:1
  }
}

.quote-icon{
  display:block;
  margin:0 auto 20px;
}

.testimonial-stars{
  display:block;
  font-size:16px;
  letter-spacing:0.2em;
  margin-bottom:10px
}

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

.testimonial-stars{
    font-size:18px;
    margin-bottom:15px
}
  }

.testimonials-slide{
  display:none;
  opacity:0;
  padding:40px 0 55px;
  width:33%
}

.testimonials-slide:first-child{
    display:block;
  }

.flickity-slider .testimonials-slide{
    display:block;
    opacity:1
}

.testimonials-slide .testimonials-slider__text{
    transform:scale(0.95);
    transition:transform 0.5s ease,box-shadow 0.5s ease;
  }

.testimonials-slide.is-selected .testimonials-slider__text{
    transform:scale(1.1);
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.1);
    position:relative;
    z-index:10;
  }

@media only screen and (max-width:768px){
    .testimonials-slide{
      width:100%;
    }

    .testimonials-slide .testimonials-slider__text{
      transform:scale(0.86);
    }

    .testimonials-slide.is-selected .testimonials-slider__text{
      transform:scale(1);
    }
  }

.testimonials-slider__text{
  margin:0 30px;
  padding:30px 15px;
  background:#ffffff;
  background:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  margin-bottom:15px
}

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

.testimonials-slider__text{
    margin:0;
    padding:30px;
    margin-bottom:0
}
  }

.testimonials-slider__text cite{
    font-style:normal;
    font-weight:700
  }

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

.testimonials-slider__text cite{
      font-size:calc(var(--typeBaseSize) + 1px)
  }
    }

.testimonials-slider__text p{
    margin-bottom:7.5px
  }

.testimonials-slider__text p+cite{
      margin-top:0;
    }

.testimonials__info{
  font-size:calc(var(--typeBaseSize) - 1px);
}

.testimonail-image{
  max-width:142px;
  background-color:#ffffff;
  background-color:var(--colorBody)
}

.text-center .testimonail-image{
    margin-left:auto;
    margin-right:auto
}

.testimonail-image .image-wrap{
    background:none;
  }

.testimonail-image--round{
  width:65px;
  height:65px;
  max-width:none;
  border-radius:65px
}

.testimonail-image--round img{
    overflow:hidden;
    border-radius:65px;
  }

.testimonials-section .flickity-page-dots{
  bottom:0;
}

.announcement-bar{
  font-size:calc(var(--typeBaseSize)*0.8667);
  position:relative;
  text-align:center;
  background-color:#2c2c2c;
  background-color:var(--colorAnnouncement);
  color:#00ff00;
  color:var(--colorAnnouncementText);
  padding:10px 0;
  border-bottom-color:#e6e6e6;
  border-bottom-color:var(--colorBorder);  
}

.announcement-bar .page-width{padding-left: 0;padding-right: 0;}

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

.announcement-bar{
    font-size:calc(var(--typeBaseSize)*1);

}
  }


.announcement-bar a,.announcement-bar a:visited{
    color:#00ff00;
    color:var(--colorAnnouncementText)
  }

.announcement-bar a:active,.announcement-bar a:hover,.announcement-bar a:visited:active,.announcement-bar a:visited:hover{
      color:#00ff00;
      color:var(--colorAnnouncementText);
    }
    
    
.announcement-slider__slide{
  position:relative;
  overflow:hidden;
  padding:0 5px;
  width:100%;
}

strong.f5919{
  display: inline-block;background-color: #fff;color: #222;border-radius: 4px;padding: 0 3px;
}

.announcement-link{
  display:block;
  color:#00ff00;
  color:var(--colorAnnouncementText);
  display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-link:active,.announcement-link:hover{
    color:#00ff00;
    color:var(--colorAnnouncementText);
  }

 .announcement-slider .flickity-slider{display: flex;align-items: center;}

.announcement-text{
  /*font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);*/
  line-height: 17px;
  display:block;   
  font-weight: 600;
  letter-spacing: 0.6px;
}
.announcement-text svg.icon{margin-right: 4px; display: initial; width:16px;height:16px;vertical-align: top;}
.announcement-text img.flag_icon{margin-left: 4px;}
.announcement-text strong.ship-free{
  background-color: #fff;
    display: inline-block;
    color: #FF5722;
    border-radius: 9px 9px 9px 0;
    padding-left: 6px;
    padding-right: 6px;
}
.announcement-link-text{
  display:block;
  margin-left: 4px;
  text-decoration: underline;
}

.announcement-link-text a{
    color:inherit;
  }

@media only screen and (min-width:769px){
  .announcement-text img.flag_icon{display: none;}
  .announcement-text{font-size: 12px;}
    .announcement-slider[data-compact=true] .announcement-slider__slide{
      display:none
    }

      .announcement-slider[data-compact=true] .announcement-slider__slide:first-child{
        display:block;
      }


    .announcement-slider[data-compact=true] .announcement-text+.announcement-link-text{
      padding-left:5px;
    }

    .announcement-slider[data-compact=true].flickity-enabled .announcement-slider__slide{
      display:block;
    }
  .announcement-slider[data-compact=false]{
    display:flex
  }

    .announcement-slider[data-compact=false] .announcement-slider__slide{
      flex:1 1 33%;
    }
}

@media only screen and (max-width:768px){
  .announcement-bar{padding:12px 0 12px}
    .announcement-slider .announcement-slider__slide{
      display:none
    }

      .announcement-slider .announcement-slider__slide:first-child{
        display:block;
      }

    .announcement-slider.flickity-enabled .announcement-slider__slide{
      display:block;
    }
}

.shopify-challenge__container{
  padding:30px 22px
}

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

.shopify-challenge__container{
    padding:120px 0
}
  }

.newsletter{
  margin:0 auto;
  max-width:520px;
}

.newsletter-section .errors{
  margin-left:auto;
  margin-right:auto;
  max-width:520px;
}

.modal .newsletter .h1{
  margin-bottom:15px
}

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

.modal .newsletter .h1{
    margin-bottom:30px
}
  }

.modal .newsletter .image-wrap{
  margin-bottom:7.5px
}

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

.modal .newsletter .image-wrap{
    margin-bottom:15px
}
  }

.modal .newsletter .text-close{
  text-decoration:underline;
}

.newsletter__input-group{
  margin:0 auto 20px;
  max-width:400px
}

.newsletter__input-group:last-child{
    margin-bottom:0;
  }

.newsletter__input::-webkit-input-placeholder{
    color:#000000;
    color:var(--colorTextBody);
    opacity:1;
  }

.newsletter__input:-moz-placeholder{
    color:#000000;
    color:var(--colorTextBody);
    opacity:1;
  }

.newsletter__input::-moz-placeholder{
    color:#000000;
    color:var(--colorTextBody);
    opacity:1;
  }

.newsletter__input:-ms-input-placeholder{
    color:#000000;
    color:var(--colorTextBody);
  }

.newsletter__input::-ms-input-placeholder{
    color:#000000;
    color:var(--colorTextBody);
    opacity:1;
  }

@media only screen and (max-width:768px){
  .form__submit--large{
    display:none;
  }

  .form__submit--small{
    display:block;
  }
}

@media only screen and (min-width:769px){
  .form__submit--large{
    display:block;
  }

  .form__submit--small{
    display:none;
  }
}

[data-has-image] .modal__close{
  background-color:#ffffff;
  background-color:var(--colorBody);
  border-radius:50%;
  padding:5px;
  top:10px;
  right:10px
}

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

[data-has-image] .modal__close{
    background-color:transparent;
    top:0;
    right:0
}
  }

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

#NewsletterPopup-newsletter-popup{
    bottom:166px;
    text-align:center
}

    #NewsletterPopup-newsletter-popup .modal__inner{
      max-width:calc(100% - 40px);
    }

    #NewsletterPopup-newsletter-popup .modal__centered-content{
      padding:20px;
    }

    #NewsletterPopup-newsletter-popup.modal--square .modal__close{
      padding:5px;right: 0; top: 0;
    }
  }

#NewsletterPopup-newsletter-popup .h2{
    margin-bottom:0
  }

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

#NewsletterPopup-newsletter-popup .h2{
      margin-bottom:0
  }
    }

#NewsletterPopup-newsletter-popup .rte{
    margin-top:20px;
    margin-bottom:0
  }

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

#NewsletterPopup-newsletter-popup .rte{
      margin-top:20px;
      margin-bottom:0
  }
    }

#NewsletterPopup-newsletter-popup .popup-cta{
    margin-bottom:0;
  }

#NewsletterPopup-newsletter-popup .note--success{
    margin-top:15px;
    text-align:center;
  }

#NewsletterPopup-newsletter-popup .newsletter__input-group{
    margin-top:30px;
    margin-bottom:0
  }

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

#NewsletterPopup-newsletter-popup .newsletter__input-group{
      margin-top:20px;
      margin-bottom:0
  }
    }

#NewsletterPopup-newsletter-popup .newsletter-button{
    margin-top:30px; width:100%; max-width: 60%;;
  }

#NewsletterPopup-newsletter-popup .social-icons a{
    display:inline-block;
    margin-top:30px;
    padding:5px;
  }

.modal__centered-content.newsletter--has-image{
  padding:0
}

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

.modal__centered-content.newsletter--has-image{
    padding:0
}
  }

.modal__centered-content.newsletter--has-image .newsletter-popup{
    display:flex;
    max-width:800px;
    min-width:650px
  }

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

.modal__centered-content.newsletter--has-image .newsletter-popup{
      max-width:none;
      min-width:0
  }
    }

.modal__centered-content.newsletter--has-image .newsletter-popup.newsletter-popup--image-reversed{
      flex-direction:row-reverse;
    }

.modal__centered-content.newsletter--has-image .form__submit--large{
    display:none;
  }

.modal__centered-content.newsletter--has-image .form__submit--small{
    display:block;
  }

.modal__centered-content.newsletter--has-image .newsletter-popup__image{
    width:50%;
    background-position:50%;
    background-size:cover;
    background-repeat:no-repeat
  }

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

.modal__centered-content.newsletter--has-image .newsletter-popup__image{
      display:none
  }
    }

.modal__centered-content.newsletter--has-image .newsletter-popup__content{
    padding:40px;
    width:50%
  }

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

.modal__centered-content.newsletter--has-image .newsletter-popup__content{
      padding:0 0 20px;
      width:100%
  }
    }

newsletter-reminder{
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  background-color:#000000;
  background-color:var(--colorBtnPrimary)
}

newsletter-reminder.modal--square .modal__close{
    color:#ffffff;
    color:var(--colorBtnPrimaryText)
  }

newsletter-reminder.modal--square .modal__close:hover{
      color:#ffffff;
      color:var(--colorBtnPrimaryText);
      opacity:50%;
    }

newsletter-reminder .newsletter-reminder__message{
    font-size:calc(var(--typeHeaderSize)*0.5);
  }

.form__submit--small{
  line-height:0;
}

.map-section{
  position:relative;
  height:650px;
  width:100%;
  overflow:hidden
}

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

.map-section{
    height:500px
}
  }

.map-section .page-width{
    height:100%;
  }

.map-section--load-error{
  height:auto;
}

.map-onboarding{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
  z-index:0;
}

.map-section__overlay-wrapper{
  position:relative;
  height:100%;
}

.map-section__overlay{
  position:relative;
  display:inline-block;
  background-color:#ffffff;
  background-color:var(--colorBody);
  padding:30px;
  margin:30px;
  width:100%;
  max-width:calc(100% - 60px);
  z-index:3
}

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

.map-section__overlay{
    position:absolute;
    left:30px;
    top:50%;
    transform:translateY(-50%);
    margin-top:0;
    width:30%
}
  }

.map-section--load-error .map-section__overlay{
    position:static;
    transform:translateY(0)
}

.map-section__link{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
}

.map-section__container{
  position:absolute !important;
  top:0;
  left:0;
  width:100%;
  height:150%;
  margin-bottom:-50%
}

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

.map-section__container{
    width:130%;
    height:100%;
    margin:0 -30% 0 0
}
  }

[data-aos=map-section__animation] .map-section__container{
  animation:fade-out 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  opacity:0;
}

[data-aos=map-section__animation].aos-animate .map-section__container{
  animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}

.image-row:after{content:"";display:table;clear:both;}

.image-row__placeholder{
  float:left;
  width:33.33%
}

.image-row--gutters .image-row__placeholder{
    width:32%;
    margin:0 1% 2%
}

.image-row--gutters .image-row__placeholder:first-child{
      margin-left:0;
    }

.image-row--gutters .image-row__placeholder:last-child{
      margin-right:0;
    }

.image-row__image{
  position:relative;
  min-height:1px;
  float:left
}

.image-row__image:after{
    content:"";
    display:block;
    height:0;
    width:100%;
  }

.image-row__image img{
    display:block;
    position:absolute;
    top:0;
    left:0;
  }

[data-zoom=true] .image-row__image .js-photoswipe__zoom{
    cursor:zoom-in;
  }

[data-zoom=true] .image-row__image a .js-photoswipe__zoom{
    cursor:pointer;
  }

.promo-grid--space-top{
  padding-top:10px
}

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

.promo-grid--space-top{
    padding-top:75px
}
  }

.promo-grid--space-bottom{
  padding-bottom:40px
}

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

.promo-grid--space-bottom{
    padding-bottom:75px
}
  }

.promo-grid__container{
  display:flex;
  align-items:flex-start;
  position:relative;
  overflow:hidden;
  background-repeat:no-repeat
}

.promo-grid__container .btn{
    margin-right:10px
  }

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

.promo-grid__container .btn{
      margin-right:7px
  }
    }

.promo-grid__container.horizontal-center{
    justify-content:center;
    text-align:center
  }

.promo-grid__container.horizontal-center .btn{
      margin:2px 5px;
    }

.promo-grid__container.horizontal-right{
    justify-content:flex-end;
    text-align:right;
  }

@media only screen and (max-width:768px){
    .promo-grid__container--boxed .promo-grid__bg{
      height:60%;
    }

    .promo-grid__container--boxed .promo-grid__content{
      width:100%;
      margin-top:55%;
      box-shadow:0 0 50px rgba(0, 0, 0, 0.1);
    }
  }

.promo-grid__container--framed:not(.promo-grid__container--boxed):after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:auto;
  border:7px solid transparent;
  box-shadow:inset 0 0 0 2px #ffffff;
  box-shadow:inset 0 0 0 2px var(--colorHeroText);
  z-index:3
}

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

.promo-grid__container--framed:not(.promo-grid__container--boxed):after{
    border-width:10px
}
  }

.type-banner .promo-grid__container--framed:not(.promo-grid__container--boxed):after,.type-product .promo-grid__container--framed:not(.promo-grid__container--boxed):after,.type-sale_collection .promo-grid__container--framed:not(.promo-grid__container--boxed):after{
    box-shadow:inset 0 0 0 2px #000000;
    box-shadow:inset 0 0 0 2px var(--colorTextBody)
}

.video-interactable.promo-grid__container--framed:not(.promo-grid__container--boxed):after{
  pointer-events:none;
}

.promo-grid__container--tint:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:auto;
  opacity:1;
  z-index:2;
  pointer-events:none;
}

.promo-grid__slide-link{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  z-index:5
}

.promo-grid__slide-link:hover~.promo-grid__content .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse){
      background:#1a1a1a;
      background:var(--colorBtnPrimaryLight);
      transition-delay:0.25s
    }

[data-button_style=square] .promo-grid__slide-link:hover~.promo-grid__content .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after,[data-button_style^=round] .promo-grid__slide-link:hover~.promo-grid__content .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after{
          animation:shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
        }

.promo-grid__content{
  flex:0 1 auto;
  padding:2em 2.5em;
  position:relative;
  min-width:200px;
  z-index:4
}

.promo-grid__container--framed:not(.promo-grid__container--boxed) .promo-grid__content{
    margin:1.5em
}

.promo-grid__content p:last-child{
    margin-bottom:0;
  }

.vertical-top .promo-grid__content{
    align-self:flex-start
}

.vertical-center .promo-grid__content{
    align-self:center
}

.vertical-bottom .promo-grid__content{
    align-self:flex-end
}

.video-interactable .promo-grid__content{
  pointer-events:none;
}

.promo-grid__content--boxed{
  background:#ffffff;
  background:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  margin:15px
}

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

.promo-grid__content--boxed{
    margin:10px
}
  }

.promo-grid__content--framed.promo-grid__content--boxed{
  border:7px solid;
  border-color:#ffffff;
  border-color:var(--colorBody);
  box-shadow:inset 0 0 0 2px #000000;
  box-shadow:inset 0 0 0 2px var(--colorTextBody)
}

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

.promo-grid__content--framed.promo-grid__content--boxed{
    border-width:10px
}
  }

.type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale),.type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale){
    color:#ffffff;
    color:var(--colorHeroText)
  }

.type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a,.type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a{
      color:#ffffff;
      color:var(--colorHeroText);
      border-bottom:2px solid;
      border-bottom-color:#ffffff;
      border-bottom-color:var(--colorHeroText)
    }

[data-button_style=square] .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a:not(.btn--inverse),[data-button_style=square] .type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a:not(.btn--inverse),[data-button_style^=round] .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a:not(.btn--inverse),[data-button_style^=round] .type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a:not(.btn--inverse){
          border-bottom:0;
        }

.type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) .btn--inverse,.type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) .btn--inverse{
      border-color:#ffffff;
      border-color:var(--colorHeroText);
    }

.type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale):after,.type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale):after{
      content:"";
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      left:0;
      z-index:auto;
      background:radial-gradient(rgba(0,0,0,0.2) 0%, transparent 60%);
      background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
      margin:-100px -200px -100px -200px;
      z-index:2;
    }

.type-advanced .rte--strong,.type-product .rte--strong,.type-sale_collection .rte--strong{
    font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight:var(--typeHeaderWeight);
    letter-spacing:var(--typeHeaderSpacing);
    line-height:var(--typeHeaderLineHeight);
  }

[data-type_header_capitalize=true] .type-advanced .rte--strong,[data-type_header_capitalize=true] .type-product .rte--strong,[data-type_header_capitalize=true] .type-sale_collection .rte--strong{
    text-transform:uppercase;
  }

.type-advanced .rte--strong,.type-product .rte--strong,.type-sale_collection .rte--strong{
    line-height:1.1;
  }

.type-advanced .rte--em,.type-product .rte--em,.type-sale_collection .rte--em{
    text-transform:uppercase;
    letter-spacing:0.3em;
    font-size:0.9375em;
    line-height:1.2;
  }

.type-advanced .rte--strong,.type-product .rte--strong{
    font-size:1.6em;
    line-height:1.1;
  }

@media only screen and (min-width:769px){
    .type-advanced .rte--strong,.type-product .rte--strong{
      font-size:2.125em;
    }
      .type-product.flex-grid__item--33 .rte--strong,.type-product.flex-grid__item--50 .rte--strong{
        font-size:1.6em;
      }
}

.promo-grid__bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align:left
}

.promo-grid__container:not(.promo-grid__container--boxed) .promo-grid__bg:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:3;
    background-color:#000000;
    background-color:var(--colorImageOverlay);
    opacity:0.1;
    opacity:var(--colorImageOverlayOpacity)
}

.promo-grid__bg .placeholder-svg{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    max-width:none;
    width:auto;
    padding:0;
  }

.video-interactable .promo-grid__bg:before{
  pointer-events:none;
}

.promo-grid__bg-image{
  z-index:1;
  opacity:0
}

.no-js .promo-grid__bg-image{
    opacity:1
}

.promo-grid__bg-image.lazyloaded{
    animation:fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none;
  }

.promo-grid__text{
  position:relative;
  z-index:3
}

.promo-grid__text .btn{
    margin-top:2px;
    margin-bottom:2px;
  }

.type-advanced .promo-grid__content{
    padding:2em
  }

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

.type-advanced .promo-grid__content{
      padding:1.5em
  }
    }

.type-advanced .btn{
    margin-bottom:10px
  }

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

.type-advanced .btn{
      margin-bottom:7px
  }
    }

.type-sale_collection{
  flex-grow:1;
  max-height:600px
}

.type-sale_collection .promo-grid__container{
    background:#ffffff;
    background:var(--colorSmallImageBg);
    align-items:center;
  }

.type-sale_collection .promo-grid__content{
    padding:2em;
    flex:0 1 auto;
    min-width:0
  }

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

.type-sale_collection .promo-grid__content{
      padding:1em;
      font-size:0.9em
  }
    }

@media only screen and (min-width:769px){
      .type-sale_collection .promo-grid__content:not(.promo-grid__content--small-text){
        font-size:1.5em;
      }
    }

.type-sale_collection .rte--block{
    margin-bottom:7.5px
  }

.type-sale_collection .rte--block:last-child{
      margin-bottom:0;
    }

.type-sale_collection .rte--strong{
    position:relative;
    display:block;
    font-size:3.375em;
    line-height:1;
    white-space:nowrap;
  }

.type-sale_collection small{
    display:inline;
    font-size:0.25em;
    margin-left:-2.9em;
    letter-spacing:0;
  }

.type-sale-images{
  flex:1 1 50%
}

.type-sale-images svg{
    display:block;
    width:50%;
    float:left;
  }

.type-sale-images__crop{
  overflow:hidden;
  width:100%;
}

.type-sale-images__image{
  width:50%;
  float:left;
}

.type-simple .promo-grid__content{
    padding:30px
  }

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

.type-simple .promo-grid__content{
      padding:15px
  }
    }

.promo-grid__title:last-child{
  margin-bottom:0;
}

.type-image .promo-grid__container{
    background:none;
  }

.type-image .image-wrap,.type-image a,.type-image img{
    width:100%;
  }

.type-banner{
  flex:1 0 100%
}

.type-banner .promo-grid__container{
    background:none;
  }

.type-banner .promo-grid__container--framed:not(.promo-grid__container--boxed){
    padding:1em;
  }

.type-banner p{
    margin:5px 10px;
    display:inline-block;
    vertical-align:middle;
    line-height:1.2;
  }

.type-banner__link{
  display:block;
  flex:1 1 100%;
}

.type-banner__content{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
}

.type-banner__text{
  position:relative;
  flex:0 1 auto;
  z-index:3;
  padding:10px 20px;
}

.type-banner__image{
  flex:0 0 45%
}

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

.type-banner__image{
    flex:0 0 200px
}
  }

.type-product__wrapper{
  flex:1 1 100%;
  align-self:center;
  position:relative;
  padding:2em 0;
  z-index:4
}

.type-product__wrapper.promo-grid__container--tint{
    padding:2em;
  }

.promo-grid__container--framed .type-product__wrapper{
    padding:2em
}

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

.type-product__content{
    margin-top:15px
}
  }

.type-product__images{
  position:relative;
  width:100%;
  margin:10px 0 10px 10px;
}

.type-product__image{
  position:relative
}

.type-product__image:first-child{
    width:100%;
    max-width:75%;
  }

.type-product__image:nth-child(2){
    position:absolute;
    bottom:40px;
    right:0;
    width:100%;
    max-width:30%;
  }

.type-product__labels{
  position:absolute;
  top:-10px;
  right:-10px;
  z-index:3;
  text-align:right
}

@media only screen and (min-width:769px){
    .type-product__labels .flex-grid__item--33,.type-product__labels .flex-grid__item--50{
      font-size:0.9em;
    }
  }

.type-product__label{
  padding:4px 12px;
  background-color:#000000;
  background-color:var(--colorBtnPrimary);
  color:#ffffff;
  color:var(--colorBtnPrimaryText);
  float:right;
  clear:both;
}

.type-product__label--secondary{
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
}

.store-availability{
  display:flex;
  justify-content:space-around
}

.store-availability .icon{
    margin:6px 0 0;
    width:12px;
    height:12px;
  }

.store-availability .icon-in-stock{
    fill:#56ad6a;
  }

.store-availability .icon-out-of-stock{
    fill:#d02e2e;
  }

.store-availability+.store-availability{
    margin-top:20px;
  }

.store-availability__info{
  flex:0 1 90%;
  text-align:left;
  margin-left:10px
}

.store-availability__info>div{
    margin-bottom:5px
  }

.store-availability__info>div:last-child{
      margin-bottom:0;
    }

.store-availability__info a{
    text-decoration:underline;
  }

.store-availability__small{
  font-size:0.8em
}

.store-availability__small a{
    display:block;
    margin-top:10px;
  }

.modal .store-availability__small--link{
    display:none
}

@media only screen and (min-width:769px){
  .cart__page{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
  }

  .cart__page-col:first-child{
    flex:1 1 60%;
    padding-right:100px;
  }

  .cart__page-col:last-child{
    position:sticky;
    top:10%;
    flex:0 1 35%;
    padding:30px
  }

    .cart__page-col:last-child:after{
      content:"";
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      left:0;
      z-index:-1;
      background-color:#000000;
      background-color:var(--colorTextBody);
      opacity:0.022;
    }
}

.cart__item{
  display:flex;
  margin-bottom:20px;
  padding-bottom:20px;
  position:relative;
  border-bottom:1px solid;
  border-bottom-color:#e6e6e6;
  border-bottom-color:var(--colorBorder)
}

.cart__item:first-child{
    padding-top:0;
    /*margin-top: 20px;*/
  }

.cart__item:last-child{
    margin-bottom:0;
    border-bottom:0;
  }

.cart__image{
  flex:0 0 150px;
  margin-right:17px;
  margin-right:var(--grid-gutter)
}


.freeshipping-icon.ca-23414002{display: inline-block;vertical-align: middle;margin-left: 10px;}
.ProgressBar.ca-23414003{
  flex-grow: 1;
    background: #fff;
    border: 1px solid #acacac;
    height: 16px;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 8px;
    height: 8px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 17px;
/*
    height: 0;
    border-color: #f2f2f2;*/
}

  .ProgressBar__indicator.ca-23414004 {
    background: #fff;
    width: 0%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    transition: all .5s ease-out;
    transition-delay: .5s;
    width: calc(100% + 8px);
    height: 6px;
    border-radius: 20px;
    z-index: 1;
    transform: translate3d(-100%, 0, 0);
    

}
.ProgressBar_confetti-canvas{
  position: absolute;
  left: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
  z-index: 0;
  top: 0;
}

.cart-gift-messageprompt{width: 100%;padding: 0; letter-spacing: .5px;font-size: 13px; display: flex;justify-content: space-between;}
.cart-gifticon{display: flex;
  justify-content: center;
  align-items: center;}

.cart-discount{text-align: center;font-weight: normal;margin-bottom: 7px;font-size: 12px;color:green}

.cart-discount img{display: inline-block; margin-left: 6px;}

.cart__image a{
    display:block;
  }

.cart__image img{
    width:100%;
    display:block;
  }

.drawer .cart__image{
    flex:0 0 100px
}

.cart__item-details{
  flex:1 1 auto;
  display:flex;
  flex-wrap:wrap;
}

.cart__item-title{
  flex:1 1 100%
}

.drawer .cart__item-title{
    font-size:calc(var(--typeBaseSize)*0.85)
}

.cart__item-sub{
  flex:1 1 100%;
  display:flex;
  justify-content:space-between;
  line-height:1
}

.cart__item-price-col{display: flex;align-items: center;}

.cart__item-sub>div:first-child{
    margin-right:10px;
  }

.cart__item-row{
  margin-bottom:15px;
}

.cart__item-row span.jdm{font-weight: bold;}

.cart__remove a{
    display:inline-block;font-size: 12px; letter-spacing: 1px; text-transform: none;text-decoration: none;
  }

.drawer .cart__remove{
    position:absolute;
    right: 0;
    top:0;
}

.cart__checkout{
  width:100%;
}

.cart__checkout{
  min-height: 48px;
}

.cart__item-name{
  display:block;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom:4px;
}

.cart__item--variants{
  margin-bottom:4px;font-size: 13px;color: #777;
}
.cart__item--variants.text-grey{
  color: grey;
}

.cart__price{
  display:block;font-size: 14px;
}

.cart__price--strikethrough{
  text-decoration:line-through;
}

.cart__discount{
  color:#c40405;
  color:var(--colorTextSavings);
  display:flex;
  align-items:center;
}
small.cart__discount{
  margin-top: 4px;
}

.cart__terms{
  display:flex;
  align-items:center;
  justify-content:center
}

.cart__terms label{
    margin-bottom:0;
    text-transform:none;
    letter-spacing:0;
  }

.cart__checkout-wrapper{
  margin-top:10px;text-align: center;
}

.coupon-auto-wraper-pp{
  border-top: 1px solid var(--colorBorder);
  padding-top:16px;
}

.coupon-auto-wraper{
  display: block;
  /*color: #155724;
  background-color: #e5f6f2;  */
  margin:0 0 12px;
  position: relative;
  background-color: #f8f8f8;
}
.drawer .btn.btn-coupon-apply {
  color: #fff;
    /*border: 1px solid #155724;
    background-color: #155724;*/
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.coupon-auto-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    margin: 0
}

.coupon-auto-wraper .coupon-text {
    margin: 6px 5px 6px 40px;
    font-size: 12px;
    line-height: 18px;
    text-align: left
}		

.couponsList-base-scissors{
  position: absolute;
  left: 8px;
  top: -5px;
}

.btn-coupon-apply,.coupon-text {
    font-size: 14px
}

.btn-coupon-apply {
    right: 10px;
    position: absolute;
    font-weight: normal;
    padding: 5px 12px;
    height: auto;
  font-weight: bold;
  cursor: pointer;
}
.btn-coupon-svg {
    position: absolute;
    left: 0;
    height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
    cursor: pointer;
    width: 38px;
    background-color: transparent;
}
.btn-coupon-svg svg{
  width: 30px;height: 30px
}

  .cart__checkout-wrapper .payment-icons{margin:6px -7px 0px; opacity: .95;}


  
.drawer .additional-checkout-buttons [data-shopify-buttoncontainer]{
    justify-content:center;
    display: block;
  }

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

    
  
.cart__page .additional-checkout-buttons{
  margin: 15px 0;
}

iframe.zoid-component-frame{
  z-index:1 !important;
}

.drawer__cart-empty{
  display:none;
}

.drawer.is-empty .drawer__inner{
    display:none;
  }

.drawer.is-empty .drawer__cart-empty{
    display:block;
  }

@media only screen and (min-width:769px){
  .product-single__sticky{
    position:sticky;
    top:20px
  }
  .sticky-header .product-single__sticky{
      top:140px
  }

  .modal--quick-shop .product-single__sticky{
    top:0;
  }
}

.page-content--product{
  padding-top:25px;
}

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

  .product-single__meta-box .shopify-payment-button{
    /*display: none!important;*/
  }
  
  .page-content--product{
    padding-top:0;
  }
  .page-content.page-content--product{padding-top: 0; padding-bottom: 0;}

  .grid--product-images-right{
    display:flex;
    flex-wrap:wrap
  }

    .grid--product-images-right .grid__item:first-child{
      order:2;
    }
}

.modal .page-content--product{
  width:1500px;
  max-width:100%;
}




/* product options */
.choices-ca-product-coloricon{ margin-right: 6px; width: 24px;height: 24px; border-radius: 20px; display: inline-block; vertical-align:middle;}
.product-color-select{z-index: 3;width:100%;max-width: 328px; }
.product-color-select .choices{z-index: 3;margin-left: 10px; text-transform: initial;}
.product-overline { -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;}    
  
  .product-overline.product-secure-transaction{margin-bottom: 25px;}
  .calink{text-decoration: underline;font-weight: normal;    text-transform: capitalize;font-size: 12px;}
.product-overline .vwtttsizelink .tool-tip-trigger__title,
.product-overline .calink{display: block;}
 .product-overline .calink-line{display: inline-block; border-right: 1px solid #ccc;height: 16px;margin: 0 12px;}


@media only screen and (max-width: 768px){.product-color-select .choices{max-width: 100%; z-index: 3;}
.product-overline .calink,
.product-overline{letter-spacing: 0;}
}
.product-line{padding: 0 0 25px;}
.product-options{width: 100%;text-align: left;font-size: 14px;font-weight: 400;line-height: 24px;word-wrap: break-word;z-index: 10;}
.product-option{min-height: 50px;background-color: #fff; padding-left: 10px; padding-right: 10px; border:1px solid #b0b0b0; border-radius: 2px;display: flex;cursor: pointer;}
.product-option-size{margin-top: 25px;}
.product-option-content{width: 94%; display: flex;;flex-direction: column; justify-content: center;text-align: left;padding: 6px 0;}
.product-option-disclaimer .product-option-content{width: 100%;}
.product-option-trigger-button{width: 6%;min-width: 28px;cursor: pointer;text-align: center;display: flex;align-items: center;justify-content: flex-end;}
.product-option-colorimg{    width: 20px;
  min-width: 20px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;margin-right: 4px;}
  .product-option-colorimg img{width:20px;border-radius: 100%;}
.product-block .product-option-name{font-weight:bold; text-transform:uppercase; line-height: 22px; height: 22px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;;word-break: break-all;text-align: left;word-wrap: break-word;}
.product-option-checked{word-wrap: break-word; font-weight: 700;height: 20px; overflow: hidden;display: flex;}
.product-block .product-option-checked-value{width: 100%;font-size: .85em; font-weight: normal;line-height: 20px; overflow: hidden;display: -webkit-box;;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;}
.product-option-checked-disr511 label.product-option-checked-label-dcr{text-transform:capitalize!important; color:#666; display:block; font-size:13px; letter-spacing:0.025em; line-height:20px; cursor:pointer; margin-bottom:0;}
.product-option-checked-disr511 p{margin:0;font-size:13px;}
.product-option-checked-disr511 label input[type=checkbox]{}




/*##product option box*/
@-webkit-keyframes shine-data-v-23833959{to{left:-200%}}
@keyframes shine-data-v-23833959{to{left:-200%}}
.product-option-box{width: 100%;bottom:0; visibility: 1;background-color: #fff;overflow: hidden;position: absolute;top: -25px;height: calc(100vh);z-index: 2; }
.product-option-title{width: 100%; height: 58px;font-size: 24px;font-weight: 300;line-height: 58px;text-align: center;margin: 20px 0;}
.product-option-title .product-option-span{text-transform: uppercase;letter-spacing:1px}
.product-option-close-btn{position: absolute;height: 86px;top: 0;right: 0;display: flex;align-items: center;;cursor: pointer;}
.product-option-close-btn .product-option-close-btn-mob{display: none;}
.product-option-overflow{overflow: auto;height: 100%;height: calc(100vh - 160px);}

@media only screen and (max-width: 540px){
  .product-option-title{font-size: 16px;margin: 0;}
  @keyframes pob_rtl {
    0% {
      left:100%;
    }
    30%{
    left:90%;
  }
    100% {
      left:0
    }
  }
  @keyframes pob_ltr {
    0% {
      left:0;
    }
    30%{
    left:10%;
  }
    100% {
      left:100%
    }
  }
  .product-option-box{position: fixed;top: 0; left: 0; bottom: 0;width: 100%;height: 100%;z-index: 32;transform: translateZ(0);min-height: unset;animation: pob_rtl 0.3s ease;}
  .product-option-close-btn{height: 58px;left: 16px;}
  .product-option-close-btn .product-option-close-btn-pc{display: none;}
  .product-option-close-btn .product-option-close-btn-mob{display: block;width: 16px;height: 16px;transform: rotate(180deg);}
}

.product-option-done-btn{width: 60%;height: 46px;border: 1px solid var(--colorBtnPrimary);background: var(--colorBtnPrimary); text-align: center;margin: 0 auto;padding: 10px;vertical-align: middle;justify-content: center;cursor: pointer;position: absolute;bottom: 40px;left: 20%;z-index: 2;}
.product-option-done-btn:hover{background: #2b2b2b;transition-delay: .25s;}
.product-option-done-btn:after{    content: "";position: absolute;top: 0;left: 150%;width: 200%;height: 100%;transform: skewX(-20deg);background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);}
.product-option-done-btn:hover:after{-webkit-animation: shine-data-v-23833959 .75s cubic-bezier(.01,.56,1,1);animation: shine-data-v-23833959 .75s cubic-bezier(.01,.56,1,1);}

.product-option-done-btn-span{justify-content: center;vertical-align: middle;margin: 0 auto;color: #fff;letter-spacing: normal;word-spacing: normal;text-transform: uppercase;text-indent: 0;text-shadow: none;text-align: center;font: 400 13.3333px Arial;}

/*##fabric swatch*/
.product-fabric-component{padding-bottom: 50px; overflow-y: hidden;margin: 0 auto; }
.product-fabric-customize-inline{ height: 100%;width: 100%;display:flex; max-width:456px; margin:0 auto;flex-direction: column;position: relative;}
@media only screen and (min-width: 540px){
  .product-fabric-customize-inline{padding-bottom: 120px;}
  
}
.product-fabric-customize-content{padding-bottom: 120px;;}
.product-fabric-accordion{display: flow-root;width: 100%;}
.product-fabric-accordion-line{height: 0;margin: 0;border: none;border-bottom: 1px solid #e7e7e7;}
.product-fabric-accordion-header{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;;}
.product-fabric-accordion-header p{margin:15px 0 7.5px;text-align: left;font-size: 14px;letter-spacing: 1px;line-height: 24px;color: #000;font-weight: 400;text-transform: uppercase;flex-grow: 1;display: block;margin-left: 12px;}


.product-fabric-all-fabric-pc section{justify-content: center;align-items: center;display: -webkit-flex;float: left;width: 100%;}
.product-fabric-accordion-panel{position: relative;display:block;}
.product-fabric-option-list{width: 100%;margin: 0 auto; margin-bottom: 0;}
.product-fabric-option-list-list{opacity: 1; display: flex;flex-wrap: wrap;}
@media only screen and (max-width: 540px){
  .product-fabric-customize-content{padding-bottom:0;}
  .product-fabric-option-list-list{opacity: 1; display:block;flex-wrap:initial;}
  .product-fabric-accordion-line{border-bottom:none}
}
.product-fabric-item-option-container{display: block;width: 25%; padding: 8px; flex-shrink: 0;}
.product-fabric-option-cart{position: relative;}
.product-fabric-active{display: flex;flex-wrap: wrap;cursor: pointer;overflow: hidden;border: 1px solid #fff;}
.product-fabric-checked{padding: 4px;margin: -4px;border: 1px solid #000000;;}
.product-fabric-aspect-ratio{position: relative;width: 100%;}
.product-fabric-aspect-ratio span{display:block;height: 0;width: 0;}
.product-fabric-fallback-image{display: flex;align-items: center;;justify-content: center;position: absolute;top: 0;width: 100%;height: 100%;}
.product-fabric-option-content{text-align: center;padding: 4px;flex-grow: 1; align-self: flex-end;}
.product-fabric-option-content-title{font-size: 14px;letter-spacing: .5px;color: #000000;font-weight: 400;line-height: 16px;text-transform: capitalize;}
.product-fabric-option-content-subtitle{display:none;font-size: 14px; line-height: 19px;letter-spacing: .4px;color: #777;font-weight: 400;}

.product-fabric-corner-icon{position: absolute;top: 0;right: 0;width: 48px;height: 48px;opacity: 0;}
.product-fabric-triangle{width: 0;height: 0;border-top: 48px solid rgba(1,1,1,.3);border-left: 48px solid transparent;}
.product-fabric-corner-icon .product-fabric-corner-text{position: absolute;display: block;width: 100%;height: 100%;transform: rotate(45deg);color: #efefef;font-size: 14px;text-align: center;top: 0;left: 0;}

@media only screen and (max-width: 540px){
  .product-fabric-item-option-container{width: calc(100vw /4.5 - 12px);padding: 4px;}
  .product-fabric-accordion-header p{text-align: center;margin-left:0px;}
  .product-fabric-option-content-title{font-size:12px;}
}


.product-shipping-component-wrapper.product-shipping-highlight div svg.product-shipping-selected-icon{visibility: unset;}


/*##size*/
.product-size-component{padding-bottom: 50px;}
.product-size-customize-inline{padding-bottom: 140px;max-width: 456px;margin: 0 auto;}
.product-size-option-list{display: -webkit-flex;display: -ms-flexbox;display: flex;height: 100%;    -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.product-size-option-list-list{ margin: 0 auto; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap; max-width: 456px;margin: :0 auto;}
@media only screen and (max-width: 540px){
  .product-size-customize-inline{padding:0 17px;}
  .product-size-option-list-list{margin: 15px -6px 0;}
}
.product-size-option-item{width: 25%;-webkit-flex-basis: 25%;-ms-flex-preferred-size: 25%;flex-basis: 25%;padding-right: 6px;padding-left: 6px;padding-bottom: 12px;}
.product-size-option-item-custom{width: 75%;-webkit-flex-basis: 75%;-ms-flex-preferred-size: 75%;flex-basis: 75%;}
.product-size-option-link{ display: block; border: 1px solid #dfdfdf;;text-align: center; outline: 0; text-decoration: none;   width: 100%;height: 100%;    margin: 0 auto;padding: 10px 0;transition: all .5s ease-out;letter-spacing: 1px;white-space: nowrap;}
.product-size-option-item-custom .product-size-option-link{max-width: 100%;}
.product-size-option-link.product-size-option-item-checked{border-color: #000000;}
.product-size-option-tip{text-align:center;color:red}


.size-chart{width: 100%;}
.product-size-customize-content{margin-bottom: 30px;}
.size-chart-box{margin: 0 auto;}
.size-chart table{}
.size-chart table thead{display: table-header-group;vertical-align: middle;border-color: inherit;}
tool-tip[data-tool-tip-open=true][data-tool-tip="size-guide"] .tool-tip__inner{

  padding: 25px 0 0;
}


.ca_new_size_chart_box {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ca_new_size_chart_tablist {
  border-bottom: 1px solid rgba(231, 231, 231, 1);
  padding-bottom: 8px;
  display: flex;
  display: none;
}
.ca_new_size_chart_tablist>button {

background-color: #ffffff;
display: inline-block;
padding: 0 14px;
font-size: 12px;
text-align: left;
  width: 33.333%;
  line-height: 20px;
}
.csclsdfslf{ text-align:left; padding-left: 16px;}
.csclsdfslf h2{margin-bottom: 0;}
.ca_new_size_chart_tablist>button{}
.ca_new_size_chart_tablist>button:first-of-type{margin-left:0;}
@media (max-width: 768px){
  .ca_new_size_chart_tablist {
      border-bottom: 1px solid rgba(231, 231, 231, 1);
      padding: 0 0 8px 16px;position: relative; margin-left: 0!important;
      width: auto;
      white-space: nowrap;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      overflow-y: hidden;
      height: 100%;
  }
  .ca_new_size_chart_tablist>button {width: auto;height: 32px;
    border-radius: 50px;
    margin-right: 12px;background-color: #f5f4f4;
    white-space: nowrap;}
}


.ca_new_size_chart_info_box {
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x:hidden;
  position: relative;
  padding: 0 0;
}
.ca-modal-message .ca_new_size_chart_info_box{padding-bottom: 0;}
.ca_new_size_chart_footer>a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 35px;
}

.ca_new_size_chart_info_box .switch::after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: #000;
  border-radius: 50%;
  transition: all .3s;
  transform: translateX(0);
}
.ca_new_size_chart_info_box .body_size.switchActive:after {
  transform: translateX(20px);
}
.ca_new_size_chart_footer {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding:10px 17px;
  border-top: 1px solid #eee;
}
@media (min-width: 850px){
  
  
  .ca_new_size_chart_info_box .switch input {
      opacity: 0;
      width: 45px;
      height: 100%;
      position: absolute;
      z-index: 2;
      cursor:pointer;
  }
}

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

.jdgm-rev__title{margin-bottom: 15px;}

.cscytryrt{padding: 7px 0 24px 16px;
  user-select: none;border-top: 8px solid #eeeeee;}
.ca_new_size_chart_info_box .cscytryrt:first-child{padding-left:12px;padding-right: 12px;}
.collapsibles-wrapper .cscytryrt{ padding-left: 0;}
.collapsibles-wrapper .ca_size_chart_table{padding-right: 0;}
.csc_bms.cscytryrt{border-top: none;}
.ca_size_ciV1116{display: flex;; padding: 0 0 0 0; position:absolute; right: 5px;top: 0px;}
.tool-tip__inner .ca_size_ciV1116{padding:7.5px 0}
.ca-modal-message .csciVjs{background-color: #fff}
.ca-modal-message .cscytryrt{padding:0;}
.ca_size_ciV1116 .ca-size-select{margin-right: 15px;font-weight: normal;height: 34px;}
.ca-modal-message .ca_size_ciV1116{position:initial; right:initial; top:initial; display: block;text-align: left;}
.product-sizetxt-sub{font-size: 80%;line-height: 1;}
.csciVjs{position: relative;
  background-color: #fff;
  border:1px solid #f2f2f2;
  display: inline-flex;
  padding: 4px;
  margin-left: auto;
  border-radius: 18px;}
.csciwss{display: inline-block;padding: 0!important;
  position: relative;
  height: 26px;
  width: 44px;margin:0!important;}
.cscwreew,.cscjl{    height: 26px;
  width: 44px;
  background-color: var(--units-background-colour);
  cursor: pointer;}
.cscwreew{    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
width:initial!important;
padding: initial!important;
-webkit-appearance: media-slider!important;
    -moz-appearance: media-slider!important;;
margin: initial!important;}
.cscjl{    font-size: 11px;
  color: #777;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 18px;
margin: 0!important;
  position: relative;
  z-index: 3;
  line-height: 26px;}
.csch2ss{font-size: 16px;text-align: left; padding-left: 10px;margin-bottom: 0;
line-height: 30px;font-weight: 600;
letter-spacing: .6px;
border-bottom: 1px solid #eeeeee;
padding-bottom: 7px;}
.ca-modal-message  .csch2ss{padding-bottom: 0;;}
.cscjl.cscjlsss{background-color: #434343;
  color: #fff}
.ca_size_chart_table{border-spacing:0; margin: 0 0; padding-right: 0;
  border-spacing: 1px;
  background-color: #dadada;
  border-collapse: separate;
}


  .product-size-choosechart .ca_size_ciV1116{padding-top: 10px;}
  .product-size-choosechart .csciwss,.product-size-choosechart .cscjl{height: 20px;line-height: 20px;}
.product-size-choosechart{position: relative;}
.product-size-choosechart .ca_size_chart_table{width:-webkit-fill-available;max-width: 465px;}
.product-choose-color-show .quik-add-to-cart-color,
.product-deliverinfo,
.cadepdsd2,
.payment-buttons.payment-buttons-actions{max-width: 476px;}
.atb-discount{display: none;}
@media only screen and (max-width: 768px){
  .ca_size_ciV1116{justify-content: flex-end;}
  .product-single__form .shopify-payment-button{}
  .payment-buttons.payment-buttons-actions1 {position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    padding: 3px 17px 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }
  .atb-discount{display: block;text-transform: uppercase;font-size: 11px; line-height: 14px;text-align: center;margin: 2px 0 4px;color:#0A8800}
}
.product-size-choosechart .ca_size_ciV1116{position: relative;}
.product-size-choosechart .csciVjs{margin-left: initial;}
.variant-input-wrap label.csciwss{padding: initial; box-shadow: none; margin: initial;}
.ca_size_chart_table thead th{line-height: 1;font-size: 13px;
  padding: 10px 6px;background-color: #222;color:#fff}

.ca_size_chart_table thead th:first-of-type,
.ca_size_chart_table tbody tr td:first-of-type{font-weight: normal;padding-left: 6px; padding-right: 6px;}


.ca_size_chart_table th,
.ca_size_chart_table td{ text-align:center; padding:17px 0;vertical-align: middle; white-space:nowrap;}
.ca_size_chart_table tbody tr:nth-child(2n) td{background-color: #f7f7f7}
.ca_size_chart_table tbody tr:nth-child(2n+1) td{background-color:#fff}
.ca_size_chart_table td{font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: .6px; }
  .ca_size_chart_table td:nth-child(2n){background-color: rgb(250, 244, 239);}
.ca_size_chart_table tbody tr:last-of-type td{}
.ca_size_chart_table_ic td,
.ca_size_chart_table_ic th{padding-left: 12px;padding-right: 12px;}


.cscjlgl {    font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: .4px;
  padding: 16px 16px 16px 0;}

.cscdfgl{height: auto;
  width:100%;
  max-width: 660px;
  display: block;
  margin: 0 auto 16px;}

.cscuwy{    padding: 0 0 16px 0;}
.cscwoer{    font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: .4px;    padding: 16px 0 0;}
.cscwoer:first-of-type {
    padding: 0;
}

@media only screen and (max-width: 768px){
  .csch2ss{text-align: left;}.product-size-choosechart .ca_size_chart_table{min-width: 100%;max-width: 100%;}
  .ca_size_ciV1116 .ca-size-select{margin-right: 5px;}

}
.ofxauto{    overflow-x: auto;scrollbar-color: #525050;
}
.ofxauto::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 10px;
    margin-right: 16px;
}.ofxauto::-webkit-scrollbar-thumb {
    background-color: #525050;
    border-radius: 8px;
    border: 2px solid #eeeeee;
}.ofxauto::-webkit-scrollbar {
    height: 12px;
    border-radius: 6px;
}
.ofxauto .ca_size_chart_table tbody td:first-of-type,
.ofxauto .ca_size_chart_table thead th:first-of-type{font-weight: bold;position: -webkit-sticky;
    position: sticky;
    left: 0;}
    .ofxauto .ca_size_chart_table tbody td:first-of-type::after,
    .ofxauto .ca_size_chart_table thead th:first-of-type::after{content: "";
    padding-right: 3px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);}



/*## how to measure*/
.how-to-measure-box{margin: 0 auto 120px;background-color: #f7f7f7;}
.product-size-customize-content .how-to-measure-box{margin-bottom: 0;;}
.how-to-measure-header{display: flex;}						
.how-to-measure-content{display:flex; padding:10px;}
.how-to-measure-text{font-size: 14px; line-height:1.4; color:#777;padding-left: 10px;padding-top:0; width:50%;;}
.how-to-measure-img{display: block;padding: 0 0;width:50%}
.how-to-measure-img-mob{ padding:10px 10px 0;}
.how-to-measure-header a{display: inline-block;font-weight: 500;  display: flex;border-bottom: 1px solid #dcd7da;border-top: 1px solid #dcd7da;  padding: 9px 4px; align-items: center; justify-content: center;font-size: 14px; line-height: 14px;text-align: center;text-decoration: none;width: 16.666667%;}
.how-to-measure-header a.how-to-measure-header-link-seleced{border-bottom:1px solid #000; }

.product-size-accordion{display: flow-root;width: 100%;}
.product-size-accordion-header{justify-content: center;align-items: center;display: -webkit-flex;float: left;padding: 2.5px 2.5px;width: 100%;    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;padding: 0 16px;}
.product-size-accordion-header svg{height: 8px;width: 8px;}
.product-size-accordion-selected svg{transform: rotate(90deg);}
.product-size-accordion-header p{ margin-top:15px;text-align: left;font-size: 14px;letter-spacing: 1px;line-height: 24px;color: #000;font-weight: 400;text-transform: uppercase;flex-grow: 1;display: block;margin-left: 12px;}


/*custom made*/

.popup-container .product-customization-customization-content{max-height: 30vh;overflow-x: hidden; overflow-y: auto;}
.product-customization-option-list{display: block;}
.product-customization-option-list-list{opacity: 1;transform: translateY(0);display: flex;flex-wrap: wrap; max-width: 468px;}
label.product-customization-component-wrapper{box-shadow:none!important; border-radius: 0; margin: 0!important;width: 100%;position: relative;padding:12px 6px;margin-bottom: 0;cursor: pointer;display: flex;justify-content: space-between;align-items: center;}
label.product-customization-component-wrapper p{margin-bottom: 0;text-align: left;width: 40%;line-height: 21px;font-size: 12px; font-weight: normal;}
label.product-customization-component-wrapper p span{font-size: 14px;color: #777;;}
label.product-customization-component-wrapper>div{width: 60%;text-align: right;}
label.product-customization-component-wrapper input[type="text"]{max-width: 80px; padding:4px 6px;background: inherit;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;font-size: 14px; border-radius: 0;color: #333;}
label.product-customization-component-wrapper select{padding-top:4px; padding-bottom: 4px;border-radius: 0;}

label.product-customization-component-wrapper input.error,
label.product-customization-component-wrapper select.error{border-color:#DC3545}
label.product-customization-component-wrapper .product-custom-select{font-size:14px;border-radius: 0; padding-right:4px;color:#999; width:100%;max-width:80px;background:none}
label.product-customization-component-wrapper .product-custom-select.pcsV0262{color:#000;}
.product-customization-group-icon{justify-content: center;align-items: center;display: -webkit-flex;}
.product-customization-group-unit{padding-left: 4px; font-weight: normal;font-size: 12px;}

p.product-custom-input-info{text-align:left;color:#DC3545;font-size:13px; line-height:18px;margin-bottom:0; padding:0 6px;}
.product-customization-option-list-list{    display: -webkit-box;display: -ms-flexbox;display: flex;}
.product-customization-option-list-list .product-customization-option-size{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin-right: 15px;}
.product-customization-terms{border-top:1px dashed #e7e7e7}
.product-customization-terms.error{border:1px solid #DC3545;}
.product-customization-terms .product-customization-component-wrapper{display:block; font-weight: normal; font-size: 12px;}
.product-customization-terms li{font-size: 12px;}
  
.product-customization-option-list-list .product-customization-option-measure{width:170px }
@media only screen and (max-width: 768px){.product-customization-option-list-list .product-customization-option-measure{width:100px; padding-left: 5px;; }}
.product-customization-option-measure-box{position:relative}
.product-customization-option-measure-box-imgbox{cursor:pointer}
.product-customization-option-measure-box-imgbox img{width:170px;border:none; cursor:pointer}
.product-customization-option-measure-box-imgbox .htm-btn-zoom{position: absolute;
  right: 4px;
  bottom: 9px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfhJREFUeNqklE1IFVEYhmduBpVC1KKdIohIQqJiF5cS6sIfQnETghEudCNub7SwCGpW2qpFGFwRhUwXF1yFiFd0kVRgBUFIoEtFMCk0g+j54h04nu6AcD94OGe+c+ad8/2cCQPPoigqZxiCTqiGUtiD9zAP05lM5iRIsNAROsfwAO7DhSDZvsEgoiuJghKbhjvy/4IcrMEh2Km7Ia3139CP6OskwYcMY/LlYYDNOwXSYaJZuKqPNrHv8ylB5eyrwjSx9jhHrN2w8GAD36x8dQzrUAZL+NtcwRQMS8y+eNdLeBWM2kdiB+sfnWha+UCtL9ipeY7N28HZ7IUOYNblLpSoNQIVwA0zPqFZGv8zzf+Fz/OmilTlC17S/KcXpmvXhdkUWD6/6/myL7gL19QaZh/gnuaNMKIiTMq3pbFS464v+A464DY8UrtkFf6BBLfwZ532qXFSteEXZU7zBjb2nbEoT500LfqCM+pDs5eI3nTW4/AnndPZJejR4wQnPyh0U5oZVuE8HMMTeM7mfUeonuGx1yYt7Mkn/RysH1/p72L2B76omuVO0Vw71M16+5+gRC3REfQm5M7CG1chF+CiLxoWegvhCt0g68kr+h9aNd/w4g/tuaWCxKIdrK2HQRHmiR5ZflPFCHKiZRXpSKJzRQl6otYRn/4KMACNi60OIYgYCQAAAABJRU5ErkJggg==);
  background-size: cover;}

/*## link size guid and how to measure*/
.product-size-input-info{height: 200px;text-align: center;margin-bottom: 32px;font-size: 14px;line-height: 24px;letter-spacing: .6px;color: #333;font-weight: 400;display: block;width: 100%;}
.product-size-guide{font-weight: inherit;font-size: 16px; cursor:pointer; padding:10px 0;}
.product-size-input-info .btn{border:none;}
.product-size-guide span{display:inline-block; padding:4px; text-decoration:underline; text-transform:uppercase}
.product-size-guide-svg{margin: 0 auto; transform: rotate(270deg);}





/*## #delivery time*/


.product-shipping-component{margin: 0 auto;padding: 40px 16px;}
.product-shipping-customization-header{    flex-direction: column;position: relative;justify-content: center;align-items: center;display: -webkit-flex;margin-bottom: 10px;}
.product-shipping-tip-info{width: 100%;justify-content: center;align-items: center;display: -webkit-flex;background: #f5f5f5;padding: 16px;text-align: center;margin-bottom: 50px;visibility: hidden;}
.product-shipping-tip-info.visiblityvisible{visibility: visible;}
.product-shipping-tip-info span{box-sizing: border-box;color: #6c3232;display: inline;font-size: 14px;font-weight: 400;letter-spacing: .5px;line-height: 24px;text-align: center;-webkit-font-smoothing: antialiased;}
.product-shipping-component-wrapper{    width: 100%;border: 1px solid #cacaca;padding: 16px;margin-bottom: 8px;cursor: pointer;display: flex;justify-content: space-between;align-items: center;}
.product-shipping-highlight{border: 1px solid var(--colorBtnPrimary);}
.product-shipping-checked-disabled{    opacity: .5;pointer-events: none;      background: #dcdcdc;}
.product-shipping-component-wrapper p{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-size: 12px;line-height: 24px;letter-spacing: .6px;color: #333;font-weight: 300;margin: 0;}
.product-shipping-component-wrapper div{    justify-content: center;align-items: center;display: -webkit-flex;}

.product-shipping-component-wrapper div span{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin-bottom: 0;font-size: 12px;line-height: 24px;letter-spacing: .6px;color: #333;font-weight: 300;}
.product-shipping-component-wrapper div svg{visibility: hidden;width: 16px;height: 16px;}



.product-single__meta{
  padding: 0 0 0 35px;
}



.modal--quick-shop .product-single__meta{
  padding: 0 2vw;
}
.product-block--header{/*padding-top: 25px;*/}
.product-mob-header{display: none;}
.product-single__meta-box{position: relative;}


@media only screen and (max-width:768px){
  .product-mob-header .product-block--price, 
  .product-mob-header #shopify-block-AWlFKN3ZSeEsrbEtlM__60140ab0-db33-4d95-9ece-e57b5109b676{margin-bottom: 5px!important;}
  .product-mob-header .product-tags{margin-top: 0; align-items:flex-start; justify-content: space-between;}
  .prod-tag{font-size: 9px!important;}
  /*产品页标题顶*/
  /*.P541c56 .product-block--header.product-mob-header{display: block;padding:9px 0 6px!important;}   */

  .product-single__meta{padding:0;margin-top:15px}
/*产品页标题非顶*/
  .P541c56 .product-detail-info .product-block--header,
  .P541c56 .product-detail-info #shopify-block-AMFl4YkMxUFJaNDU0L__60140ab0-db33-4d95-9ece-e57b5109b676,
  .P541c56 .product-detail-info .product-block--price,
  .P541c56 .product-detail-info .product-block--tag,
  .P541c56 .product-detail-info .product-promo-message-box,
  .P541c56 .product-detail-info .product-tags,
  .P541c56 .product-mob-breadcrumbs,
  .P541c56 .product-detail-info .product-line{}

  }

.grid--product-images-right .product-single__meta{
    padding-left:0;
    padding-right:45px
}

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

.grid--product-images-right .product-single__meta{
      padding-right:0
}
    }

.product-single__meta .social-sharing{
    margin-top:30px;
  }

.product-single__meta .rte{
    text-align:left
  }

html[dir=rtl] .product-single__meta .rte{
      text-align:right
  }
.product-single__vendor{
  text-transform:uppercase;
  letter-spacing:0.3em;
  font-size:0.8em;
  font-weight: 700;
  margin-bottom:4.5px;
}

.jdgm-rev-widg__title,
.product-single__title{
  font-size: calc(var(--typeHeaderSize) * 0.5625);
  line-height: 2rem;
  margin-bottom:0;
  font-weight: normal;
  letter-spacing: 0;
  word-wrap:break-word;
}
@media only screen and (max-width:540px){
  .product-block.product-block--price{margin-bottom: 3px;}
    line-height: 1.3;margin-bottom:5px;margin-right: 0;font-weight: 700;;}

}
@media only screen and (max-width:768px){  
  .product-block--header .breadcrumb{text-align: left;margin-bottom: 4px;display: none;}
  .product-block--header .breadcrumb a,.product-block--header .breadcrumb span{
    font-size: 12px;color: #737373; 
  }
  .product-single__vendor{margin-bottom: 0;}

  
}

.product-single__title{display:block;/*margin-right: 30px;*/}
#ca-ins-shop-box{margin-bottom:25px;}
.product-ca-title{position: relative;}

@media only screen and (max-width:768px){
  .product-single__title{text-transform: capitalize!important;}
  #ca-ins-shop-box{margin-bottom:0;}
  .dpr23216{ position:relative}
  .pvbl2s{ display:none}
  .product-line{padding-bottom: 10px;}
  .product-mob-header .dpr23216 .jdgm-prev-badge__stars{margin-top:6px;}
  
}


.product-single__review-link{
  display:block
}
.jdgm-write-rev-link{text-transform: uppercase;padding: 13px 20px!important;min-width: 90px!important;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent!important;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(--buttonRadius);
  color: #fff!important;
  color: var(--colorBtnPrimaryText)!important;
  background: #333!important;
  background: var(--colorBtnPrimary)!important;}
.product-single__review-link .spr-badge[data-rating="0.0"]{
    display:none;
  }

.product-single__review-link .spr-badge{
    margin-bottom:7px;
  }

.product-single__review-link .spr-badge-starrating{
    margin-right:8px;
  }

.product-single__review-link .spr-badge-caption{
    font-size:calc(var(--typeBaseSize) - 1px);
  }

.product-single__sku{
  margin-bottom:5px; display: block;
  font-size: 12px; line-height: 14px;
}
.product-single__avclrs{margin-bottom:0;
  font-size: 12px; color:#484848}
.product-single__description-full{
  margin:30px 0
}

.product-single__description-full+.collapsibles-wrapper{
    margin:0 0;
  }

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

.product-single__description-full{
    margin:30px 95px
}

    .product-single__description-full+.collapsibles-wrapper{
      margin:0 95px;
    }
  }

.product-single__variants{
  display:none
}

.no-js .product-single__variants{
    display:block;
    margin-bottom:30px
}

.product-image-main{
  position:relative;
}
.product-image-main .product-fabric-thumb{position:absolute;z-index: 3; right: 2vw; top: 2vw; border-radius: 50%; cursor: pointer;;}
.product-image-main .product-fabric-thumb_relative{position:relative; width:100%; height:100%;width:112px; height:112px; border-radius:50%; border:2px solid #fff; background:#fff;}
.product-image-main .product-fabric-thumb_relative img{display: block;vertical-align: bottom; margin-bottom: 0; -o-object-fit: cover;object-fit: cover;-o-object-position: center center;object-position: center center;  border-radius: 50%;width: 108px;height: 108px;;}

.product-image-main .product-swatches{width:100%;height: 100%; background: #f5f5f5;position:absolute;z-index: 3; left:0; right: 0;top: 0;bottom: 0;}
.product-image-main .product-swatches picture{width: 100%;height: 100%; display: block; background: #f5f5f5;}
.product-image-main .product-swatches picture img{    width: 100%;display:block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;vertical-align: bottom;
  margin-bottom: 0;}
  @media only screen and (max-width: 540px){
    .product-image-main .product-fabric-thumb_relative{width: 79px; height:79px}
    .product-image-main .product-fabric-thumb_relative img{width: 75px; height:75px}
    .product-image-main .product-fabric-thumb{position:absolute;z-index: 3; right: 4%; top: 2vw; border-radius: 50%; cursor: pointer;;}
  }
.product-swatches-img-relative{position:relative; width: 100%; background: #f5f5f5;}

.product__video-wrapper{
  position:relative;
  overflow:hidden;
  max-width:100%;
  padding-bottom:100%;
  height:auto;
  background-color:#ffffff;
  background-color:var(--colorSmallImageBg)
}

.product__video-wrapper iframe{
    width:100%;
    height:100%;
    transition:opacity 0.5s ease-in;
  }

.product__video-wrapper[data-video-style=muted].loaded:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
  }

.product__video-wrapper.video-interactable:before{
    display:none;
  }

.product__video-wrapper.loaded:after{
    display:none;
  }

.product__video-wrapper.loading iframe{
    opacity:0.01;
  }

.product__video-wrapper.loaded iframe{
    opacity:1;
  }

.product__video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.product-video-trigger{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.product__photos--beside{
  display:flex;
  position:relative;
  width:100%;
}

.product__photos{
  direction:ltr
}

.product__photos a{
    display:block;
    max-width:100%;
  }

.product__photos img{
  display:block;
  margin:0 auto;
  opacity: 1;
  max-width:100%;
  width:100%;
}

.product__photos img.lazyloaded{opacity: 1!important;border-radius: 4px;transition:none ;animation:none!important}


.product__main-photos{
  position:relative;
  flex:1 1 auto;/*
  overflow: hidden;
  transition: all .3s ease;*/
}

.product__main-photos img{
    display:none;
  }

.product__main-photos .flickity-page-dots{
    display:none;
  }
@media only screen and (max-width:768px){
  .product-ca-title-price .product-single__sku{display: none;}
  /*.product__main-photos img{ border-radius: 0 0 17px 17px;}*/


  /*产品图铺满*/
.product__main-photos{
    margin-left:-17px;
    margin-right:-17px;
     margin-top: 0;
}
/*.template-product .site-header{box-shadow:none}*/
  /*产品图留边  */
  .P541c56 .product__main-photos{ 
     margin-left:0;
     margin-top: 17px;
     margin-right: 0;
   } 

.product__main-photos.fabricswatch-viewall-fixed{position:fixed;left: 0;height: 100vw;width: 100%; right: 0; padding:0 ; padding: 0 12.5% ;top: 60px;z-index: 35;background-color: #f8f6f5;}
.product__main-photos.fabricswatch-viewall-fixed.capwhbl1{padding:0;}

.product__main-photos.fabricswatch-viewall-fixed{
  margin-left:0;
  margin-right:0
}
    .product__main-photos .flickity-page-dots{
    bottom:9.5px;
    position: absolute;
    align-items: center;
    display: flex;
    flex-direction: row;
    left: 0;
    right:0;
    justify-content: center;
    margin: auto;
    width: fit-content;
    }


  }

.product-main-slide:not(.is-selected) button,.product-main-slide:not(.is-selected) iframe,.product-main-slide:not(.is-selected) model-viewer,.product-main-slide:not(.is-selected) video{
    display:none;
  }

.product-main-slide{
  display:none;
  width:100%;
  overflow:hidden
}

/*.product-main-slide:first-child{
    display:block;
  }*/
  .product-main-slide.starting-slide{
    display:block;
  }
.flickity-slider .product-main-slide{
    display:block
}

@media only screen and (max-width:768px){
/*铺2
.grid--product-images--partial .flickity-slider .product-main-slide{
  width: 75%;
  margin-right: 17px
}*/

.grid--product-images--partial  .product__main-photos.fabricswatch-viewall-fixed .flickity-slider .product-main-slide{width:100%}
.grid--product-images--partial  .product__main-photos.fabricswatch-viewall-fixed .flickity-viewport{}
    }

.product__thumbs{
  position:relative;
}

.product__thumbs--below{
  margin-top:8.5px
}

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

.product__thumbs--below{
    margin-top:15px
}
  }

.product__thumbs--beside{
  flex:0 0 60px;
  max-width:60px;
  margin-left:8.5px
}

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

.product__thumbs--beside{
    flex:0 0 80px;
    max-width:80px;
    margin-left:15px
}

    .product__thumbs--beside.product__thumbs-placement--left{
      order:-1;
      margin-left:0;
      margin-right:15px;
    }
  }

.product__thumbs--scroller{
  scrollbar-width:none;
  scroll-behavior:smooth;
  -ms-overflow-style:-ms-autohiding-scrollbar
}

.product__thumbs--scroller::-webkit-scrollbar{
    height:0;
    width:0;
  }

.product__thumbs--below .product__thumbs--scroller{
    overflow-x:scroll;
    white-space:nowrap
}

.product__thumbs--beside .product__thumbs--scroller{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    overflow-y:scroll
}

.product__thumb-item{
  border:2px solid transparent
}

.product__thumb-item a.is-active,.product__thumb-item a:focus{
    outline:none
  }

.product__thumb-item a.is-active:before,.product__thumb-item a:focus:before{
      content:"";
      display:block;
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      box-shadow:inset 0 0 0 2px #000000;
      box-shadow:inset 0 0 0 2px var(--colorTextBody);
      z-index:1;
    }

.product__thumb-item a:active:before{
    content:none;
  }

.product__thumbs--beside .product__thumb-item{
    margin-bottom:8.5px
}

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

.product__thumbs--beside .product__thumb-item{
      margin-bottom:15px
}
    }

.product__thumbs--beside .product__thumb-item:last-child{
      margin-bottom:0;
    }

.product__thumbs--below .product__thumb-item{
    display:inline-block;
    vertical-align:middle;
    margin-right:8.5px;
    max-width:80px
}

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

.product__thumbs--below .product__thumb-item{
      margin-right:15px
}
    }

.product__thumbs--below .product__thumb-item:last-child{
      margin-right:0;
    }

.product__price{
  color:#2c2c2c;
  color:var(--colorPrice);
  font-weight:normal;
  font-size: calc(var(--typeHeaderSize) * .5)
}
@media only screen and (max-width:540px){
  .product__price{font-size: calc(var(--typeHeaderSize) * 0.525);}
}
.product__price.on-sale{
    padding-right:5px;
    font-size: calc(var(--typeHeaderSize) * 0.5);
  }

.product__unit-price{
  font-size:0.8em;
  opacity:0.8;
}

.product__unit-price--spacing{
  margin-top:10px;
}


.product__price--compare{
  display:inline-block;
  text-decoration:line-through;
  font-weight: normal;
  color: #666;
}

.product__price-savings{
  color:#c40405;
  color:var(--colorTextSavings);
  white-space:nowrap;
  margin-left:4px;
  align-items:center;
}

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

.product-form-holder--loaded{
  animation:fade-in 1s ease;
}

.add-to-cart[disabled]+.shopify-payment-button{
  display:none;
}

.product-slideshow.flickity-enabled .product-main-slide{
    display:none;
  }

.product-slideshow.flickity-enabled .flickity-viewport .product-main-slide{
    display:block;
  }

.product__photo-zoom{
  position:absolute !important;background-color: rgba(255,255,255,.8);
  bottom:0;
  right:0;
  cursor:zoom-in
}


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

.product__main-photos .product__photo-zoom{
      margin-bottom:8px;
      margin-right:8px
}

.product-slideshow .product__photo-zoom{
      opacity:0;
      transition:opacity 0.5s ease-out
}

.product-slideshow .is-selected .product__photo-zoom{
      opacity:1; opacity: 0;
}
  }

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

.product__photo-zoom{
    opacity:0;
    width:100%;
    top:0;
    left:0;
    margin:0;
}

    .product__photo-zoom span,.product__photo-zoom svg{
      display:none;
    }
  }

.product__thumb-arrow{
  position:absolute;
  background:#ffffff;
  background:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  transform:none;
  border-radius:0;
  padding:0;
  z-index:2
}

.product__thumb-arrow .icon{
    display:inline-block;
    width:6px;
    height:10px;
  }

.product__thumbs[data-position=below] .product__thumb-arrow{
  top:0;
  height:100%;
  width:25px
}

.product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev{
    left:0;
    text-align:left;
  }

.product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--next{
    right:0;
    text-align:right;
  }

.product__thumbs[data-position=beside] .product__thumb-arrow{
  width:100%
}

.product__thumbs[data-position=beside] .product__thumb-arrow .icon{
    margin:0 auto;
    transform:rotate(90deg);
  }

.product__thumbs[data-position=beside] .product__thumb-arrow.product__thumb-arrow--prev{
    top:0;
    left:auto;
    padding-bottom:10px;
  }

.product__thumbs[data-position=beside] .product__thumb-arrow.product__thumb-arrow--next{
    top:auto;
    bottom:0;
    right:auto;
    padding-top:10px;
  }

.product__thumb{
  position:relative;
  display:block;
  cursor:pointer;
}

.product__thumb-icon{
  position:absolute;
  top:5px;
  right:5px;
  background-color:#000000;
  background-color:var(--colorTextBody);
  border-radius:100px;
  padding:6px;
  z-index:1;
  opacity:0;
  transition:opacity 0.5s ease;
  font-size:0
}

.aos-animate .product__thumb-icon{
    opacity:1
}

.product__thumb-icon .icon{
    fill:#ffffff;
    fill:var(--colorBody);
    width:10px;
    height:10px
  }

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

.product__thumb-icon .icon{
      width:13px;
      height:13px
  }
    }

.product__policies{
  font-size:0.85em;
}

.shopify-payment-terms{
  margin:12px 0
}

.shopify-payment-terms:empty{
    display:none;
  }

.modal .shopify-payment-terms{
    display:none
}

.template-blog .article{
  margin-bottom:45px
}

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

.template-blog .article{
    margin-bottom:90px
}
  }

.template-blog .article:last-child{
  margin-bottom:0
}

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

.template-blog .article:last-child{
    margin-bottom:45px
}
  }

.article__body{
  margin-bottom:15px
}

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

.article__body{
    margin-bottom:30px
}
  }

.article__comment{
  margin-bottom:30px
}

.article__comment:last-child{
    margin-bottom:0;
  }

.password-page__header__grid{
  display:flex;
  flex:1 1 auto;
  align-items:center;
  justify-content:space-between;
}

.password-page__logo h1{
    margin-bottom:0;
  }

.password-page__logo .logo{
    max-width:100%;
  }

.password-login{
  display:block;
  margin:0 auto;
  padding:7.5px 15px;
}

.password-form{
  margin-bottom:1em;
}

.password__lock .icon{
  position:relative;
  top:-2px;
  margin-right:4px;
  width:24px;
  height:24px;
}

.icon-shopify-logo{
  width:60px;
  height:20px;
}

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

#LoginModal .modal__close{
    padding:20px
}
  }

#LoginModal .modal__inner{
  background:#ffffff;
  background:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
  padding:30px
}

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

#LoginModal .modal__inner{
    margin-bottom:40vh
}
  }

.password-admin-link{
  margin:0
}

.password-admin-link a{
    border-bottom:2px solid !important;
    border-bottom-color:#e6e6e6 !important;
    border-bottom-color:var(--colorBorder) !important;
  }

.template-giftcard,.template-giftcard body{
  background:#ffffff;
  background:var(--colorBody)
}

.template-giftcard a,.template-giftcard body a{
    text-decoration:none;
  }

.template-giftcard .page-width{
  max-width:588px;
}

.giftcard-header{
  padding:60px 0;
  font-size:1em;
  text-align:center
}

.giftcard-header a{
    display:block;
    margin:0 auto;
  }

.template-giftcard .shop-url{
  display:none;
}

.giftcard__border{
  padding:1.5em;
  box-shadow:0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.giftcard__content{
  background-color:#ffffff;
  background-color:var(--colorBody);
  color:#000000;
  color:var(--colorTextBody);
}

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

.giftcard__header{
  padding:15px;
}

.giftcard__title{
  float:left;
  margin-bottom:0;
}

.giftcard__tag{
  display:block;
  float:right;
  background-color:#000000;
  background-color:var(--colorTextBody);
  border:1px solid transparent;
  color:#ffffff;
  color:var(--colorBody);
  padding:10px;
  border-radius:4px;
  font-size:0.75em;
  text-transform:uppercase;
  letter-spacing:.05em;
  line-height:1;
}

.giftcard__tag--active{
  background:transparent;
  color:#000000;
  color:var(--colorTextBody);
  border:1px solid;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
}

.giftcard__wrap{
  position:relative;
  margin:15px 15px 30px
}

.giftcard__wrap img{
    position:relative;
    display:block;
    border-radius:10px;
    z-index:2;
  }

.giftcard__code{
  position:absolute;
  bottom:30px;
  text-align:center;
  width:100%;
  z-index:50;
}

.giftcard__code--medium{
  font-size:.875em;
}

.giftcard__code--small{
  font-size:.75em;
}

.giftcard__code__inner{
  display:inline-block;
  vertical-align:baseline;
  background-color:#fff;
  padding:.5em;
  border-radius:4px;
  max-width:450px;
  box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1)
}

.giftcard__code--small .giftcard__code__inner{
    overflow:auto
}

.giftcard__code__text{
  font-weight:400;
  font-size:1.875em;
  text-transform:uppercase;
  border-radius:2px;
  border:1px dashed;
  border-color:#e6e6e6;
  border-color:var(--colorBorder);
  padding:.4em .5em;
  display:inline-block;
  vertical-align:baseline;
  color:#000000;
  color:var(--colorTextBody);
  line-height:1
}

.disabled .giftcard__code__text{
    color:#999;
    text-decoration:line-through
}

.giftcard__amount{
  position:absolute;
  top:0;
  right:0;
  color:#fff;
  font-size:2.75em;
  line-height:1.2;
  padding:15px;
  z-index:50
}

.giftcard__amount strong{
    display:block;
    text-shadow:3px 3px 0 rgba(0, 0, 0, 0.1);
  }

.giftcard__amount--medium{
  font-size:2em;
}

.tooltip{
  display:block;
  position:absolute;
  top:-50%;
  right:50%;
  margin-top:16px;
  z-index:3;
  color:#fff;
  text-align:center;
  white-space:nowrap
}

.tooltip:before{
    content:"";
    display:block;
    position:absolute;
    left:100%;
    bottom:0;
    width:0;
    height:0;
    margin-left:-5px;
    margin-bottom:-5px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:5px solid #333;
    border-top:5px solid rgba(51, 51, 51, 0.9);
  }

.tooltip__label{
  display:block;
  position:relative;
  right:-50%;
  border:none;
  border-radius:4px;
  background:#333;
  background:rgba(51, 51, 51, 0.9);
  min-height:14px;
  font-weight:400;
  font-size:12px;
  text-decoration:none;
  line-height:16px;
  text-shadow:none;
  padding:.5em .75em;
  margin-left:.25em
}

.tooltip__label small{
    text-transform:uppercase;
    letter-spacing:.1em;
    color:#b3b3b3;
    font-size:.875em;
  }

.giftcard__instructions{
  text-align:center;
  margin:0 15px 30px;
}

.giftcard__actions{
  position:relative;
  text-align:center;
  overflow:hidden;
  padding-bottom:1em;
}

.template-giftcard .action-link{
  position:absolute;
  left:15px;
  top:50%;
  font-size:0.875em;
  font-weight:700;
  display:block;
  padding-top:4px;
  text-transform:uppercase;
  letter-spacing:.2em;
  margin-top:-10px
}

.template-giftcard .action-link:focus,.template-giftcard .action-link:hover{
    color:#000000;
    color:var(--colorTextBody);
  }

.template-giftcard .action-link__print{
  display:inline-block;
  vertical-align:baseline;
  width:17px;
  height:17px;
  vertical-align:middle;
  margin-right:10px;
  opacity:1;
  background-image:url(/cdn/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png);
  background-repeat:no-repeat;
  background-position:0 0;
}

.giftcard__footer{
  text-align:center;
  padding:60px 0;
}

#QrCode img{
    padding:30px;
    border:1px solid;
    border-color:#e6e6e6;
    border-color:var(--colorBorder);
    border-radius:4px;
    margin:0 auto 30px;
  }

@media only screen and (max-width:768px){
  .giftcard{
    font-size:12px;
  }

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

  .header-logo{
    font-size:2em;
  }

  .giftcard__border{
    padding:15px;
  }

  .giftcard__actions{
    padding:15px;
  }

  .giftcard__actions .btn{
    width:100%;
    padding-left:0;
    padding-right:0;
  }

  .template-giftcard .action-link{
    display:none;
  }
}

@media screen and (max-width:400px){
  .giftcard__amount strong{
    text-shadow:2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .giftcard__wrap:after,.giftcard__wrap:before{
    display:none;
  }

  .giftcard__code{
    font-size:.75em;
  }

  .giftcard__code--medium{
    font-size:.65em;
  }

  .giftcard__code--small{
    font-size:.55em;
  }
}

@media screen and (max-height:800px){
  .header-logo img{
    max-height:90px;
  }
}

@media print{
  @page{
    margin:0.5cm;
  }

  h2,h3,p{
    orphans:3;
    widows:3;
  }

  h2,h3{
    page-break-after:avoid;
  }

  body,html{
    background-color:#fff;
  }

  .giftcard-header{
    padding:10px 0;
  }

  .giftcard__border,.giftcard__content{
    border:0 none;
  }

  .add-to-apple-wallet,.giftcard__actions,.giftcard__wrap:after,.giftcard__wrap:before,.site-header__logo-link img:nth-child(2),.tooltip{
    display:none;
  }

  .giftcard__title{
    float:none;
    text-align:center;
  }

  .giftcard__code__text{
    color:#555;
  }

  .template-giftcard .shop-url{
    display:block;
  }

  .template-giftcard .logo{
    color:#58686f;
  }
}
a.byfabric-link{display: block!important;width:100%!important }
.byfabric-container {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 15px 0;
background-position: center center;
background-size: cover;
}
.byfabric-container.velvet {
  background: url(//www.carlyna.co.uk/cdn/shop/files/by-fabric-velvet.jpg?v=16100408773219266569) no-repeat;
}
.byfabric-container.satin {
  background: url(//www.carlyna.co.uk/cdn/shop/files/by-fabric-satin.jpg?v=6262551321834786231) no-repeat;
}

.byfabric-container.chiffon {
  background: url(//www.carlyna.co.uk/cdn/shop/files/by-fabric-chiffon.jpg?v=14467895791141358768) no-repeat;
}
@media screen and (max-width: 767px){
.byfabric-container {
  background-position: center center;
  background-size: cover;
}
.byfabric-container.velvet {
  background: url(//www.carlyna.co.uk/cdn/shop/files/by-fabric-velvet-mob.jpg?v=16468799784645333774) no-repeat;
}
.byfabric-container.satin {
  background: url(//www.carlyna.co.uk/cdn/shop/files/by-fabric-satin-mob.jpg?v=14407008624516681953) no-repeat;
}
.byfabric-container.chiffon {
  background: url(//www.carlyna.co.uk/cdn/shop/files/by-fabric-chiffon-mob.jpg?v=4103591424955102910) no-repeat;
}
}
.byfabric-center {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.byfabric-container p{
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    display: inline-block;
}

.byfabric-container .underline {
  border-bottom: 3px solid;
  display: inline-block;
  line-height: .9;
}
p.final-sale-label{color: #d14642;}

.ca-swatches-fabric-nav{background:#fff; position:sticky;z-index:3; top:90px;}
.ca-swatches-fabric-nav nav{width:268px; text-align:center; margin:17px auto ; border-radius:6px;}
.casfn-btn{font-size:1rem; letter-spacing:normal; line-height:1.2;padding:6px; width:30%; margin:0; background:#f2f2f2;border-radius: var(--buttonRadius);}
.casfn-btn-active{background: var(--colorBtnPrimary);background: var(--colorBtnPrimary);color:#fff}

.ca-swatches-grid{width: 80%;margin:2vw 10% 200px; position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: center;}
.ca-swatches-fabric-color{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.ca-swatches-fabric-name{margin: 48px 0; font-style:normal;font-weight: 400;font-size: 32px;line-height: 48px;text-align: center;text-transform: capitalize;}
.ca-swatches-items{width: 100%; display: flex;justify-content: center;align-items: top;flex-wrap: wrap;}
.ca-swatches-item{width: calc(20% - 36.1px);margin: 0 18px 48px; position: relative; display: flex;flex-direction: column;justify-content: start;align-items: center;cursor: pointer;}
.ca-swatches-items .ca-swatches-item{border: none!important;;}
.ca-swatches-items .ca-swatches-item:after{display: none!important;}
.ca-swatches-item-img-block{width: 100%; position: relative; display: flex;flex-direction: column;justify-content: center;align-items: center;}
.ca-swatches-item-img{width: 100%; position: relative;}
.ca-swatches-item-img-padding{width: 100%; padding-bottom: 100%;}
.ca-swatches-item-img img{position: absolute;top: 0;left: 0;width: 100%; height: 100%; -o-object-fit: cover; -o-object-position: center center; object-position: center center;} 
.ca-swatches-item-color-name{line-height: 16px;margin-top: 2px;display: flex;justify-content: center;align-items: center;text-transform: capitalize;padding-bottom: 1px;}
@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}
.ca-swatches-item-img img[lazy=loading]{    min-height: unset;width: 42px!important;height: 42px;position: absolute;left: 50%;top: 50%;margin-left: -21px;margin-top: -21px;z-index: 10;transform-origin: 50%;-webkit-animation: swiper-preloader-spin 1s linear infinite;animation: swiper-preloader-spin 1s linear infinite;box-sizing: border-box;border: 1px solid #9a9a9a;border-radius: 50%;border-top-color: transparent;}
@media only screen and (max-width: 540px){
  .ca-swatches-grid{width: calc(100vw - 22px);margin: 2vw 11px 0;}
  .ca-swatches-items .ca-swatches-item{width: calc(50vw - 21px);height: calc(50vw + 29px);margin: 0 5px 36px;}
}
/*ca-privacywrap*/
.ca-privacywrap{position:fixed ;bottom: 0;left: 0;width: 100%;background: rgba(249, 246, 246,0.9); z-index: 998;}
.ca-privacywrap #privacy-choose{display:none;width: 100%;height: 50px;text-indent: 20px;;}
.ca-privacywrap .ca-privacywrap-active{display: block!important;}
.ca-privacywrap-message{float: left;line-height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ca-privacywrap-btn{height: 50px;}
.ca-privacywrap-more{    cursor: pointer;display: inline-block;height: 50px;line-height: 50px;text-decoration: underline;}
.ca-privacywrap-accept{cursor: pointer;display: inline-block;;line-height: 32px;width: 120px;height: 32px;background: #333;background: var(--colorBtnPrimary);color: #ffffff;padding: 0 9px;margin-left: 20px;margin-right: 84px;text-indent: 0;text-align: center;padding: 0;}
@media only screen and (max-width:1200px) {
  .ca-privacywrap-message{float: unset;width: 100%;text-overflow: unset;overflow: unset;text-align: center;    white-space: unset;    line-height: unset;padding: 0 24px;}
  .ca-privacywrap #privacy-choose{padding: 10px 0;display: none;height: auto; text-indent: 0;}
  .ca-privacywrap-btn{float: unset;height: auto;text-align: center;}
  .ca-privacywrap-more{height: auto;line-height: unset;}
  .ca-privacywrap-accept{margin-right: 0; padding-right: 20px;}
}
@media only screen and (max-width:768px) {
  .privacywrap #privacy-choose .messge {float: unset;width: 100%;text-overflow: unset;overflow: unset;text-align: center;white-space: unset;line-height: unset;padding: 0 24px;}
}

.pdp-more-colors-wraper{position:relative; display:none;}
@media only screen and (max-width:768px){
.pdp-more-colors-wraper{display:block;} 
}
.pdp-more-colors-container{position: absolute;left: calc(100vw - 78px);top: 10px;z-index:1; cursor:pointer}
.pdp-more-colors-container .more-colors-action {position: relative;overflow: hidden;height: 40px;font-size: 18px;position: relative;bottom: 0;}
.pdp-more-colors-container .combined-shape {margin-right: 15.4px;cursor:pointer;float: right;right: 5px;width: 32px;height: 32px;background-color: red;
background-image: -webkit-gradient(linear,left top,left bottom,from(#526cd0),color-stop(33%,#14cda8),color-stop(67%,#f8af37),to(#ff5722));
background-image: linear-gradient(180deg,#526cd0,#14cda8 33%,#f8af37 67%,#ff5722);border-radius: 50%;}
.pdp-more-colors-container .inner-ring {position: relative;background-color: #fff;width: 28px;height: 28px;margin-left: 2px;margin-top: 2px;border-radius: 50%;}
.pdp-more-colors-container .square {position: relative;padding-top: 4px;margin-left: -6px;width: 16px;height: 16px;}
.pdp-more-colors-container .text {padding-right: 10px;margin-bottom: 10px;font-weight: 500;letter-spacing: .5px;margin-top: 1px;text-align: center;font-size: 14px;color: #3e4152;padding-left: 11px;}
.ripple-container .ripple {position: absolute;top: 0;left: 0;}
.pdp-more-colors-container .text-box {right: 14px;position: absolute;margin-top: -4px;float: right;font-size: 8px;letter-spacing: .5px;color: #282c3f;}

@-webkit-keyframes mymove{0%{transform:scale(.6);opacity:1}90%{transform:scale(1.1);opacity:.3}to{transform:scale(1.3);opacity:.1}}@keyframes mymove{0%{transform:scale(.6);opacity:1}90%{transform:scale(1.1);opacity:.3}to{transform:scale(1.3);opacity:.1}}
.ca-ins-label .ca-ins-label-act{display: flex;justify-content: center;align-items: center;width: 34px;height: 34px;background: #fff;opacity: .5;border-radius: 100%;position: absolute;z-index: 1;-webkit-animation: mymove 1.5s infinite;animation: mymove 1.5s infinite;
  top: 21%; left: calc(52% - 11px + 36px);}
.ca-ins-label-hover{cursor: pointer;display: flex;justify-content: center;align-items: center;position: absolute;
  width: 28px;height: 28px;opacity: 1;background: #fff;border-radius: 100%;z-index: 2;
  top: calc(21% + 3px); left: calc(52% - 8px + 36px);}
@media only screen and (max-width: 768px){
  .ca-ins-label .ca-ins-label-act{left: calc(49% - 15px); top: calc(52%);}
  .ca-ins-label-hover{left: calc(49% - 12px); top: calc(52% + 3px);}
}
.ca-ins-share-img{border-radius:10px;max-width: 100%;width: auto;height: auto;}
.cap-ins-share-item{  padding:0;margin-bottom: 15px;}
.cap-ins-share-item a{display:block}
.ca-ins-share-title{text-align:center;padding-bottom:20px;display: flex;align-items: center;justify-content: center; font-size: 18px;}
.ca-ins-share-title svg{vertical-align:middle; margin-right:16px;}
.tool-tip__content::-webkit-scrollbar-track {border-radius: 5px;background-color: rgba(247,248,250,1);}
.tool-tip__content::-webkit-scrollbar-thumb {border-radius: 5px;background-color: rgba(224,224,224,1);}
.tool-tip__content::-webkit-scrollbar {width: 8px;height: 8px;}
.cap-ins-share-item{position:relative}
.cap-ins-share-item .at-ins-user{display:inline-block; top:1.78em; left:2em;color:#ffffff; position:absolute;}
.cap-ins-share-item .at-ins-color{display:inline-block; bottom:1.78em; left:2em;color:#ffffff; position:absolute;}

/*product reivew*/

/*prod detail*/
.cta-link-primary{font-size:14px; font-weight:400;letter-spacing:0;line-height:20px; text-transform:none;border:0;background:0 0;color:#333; cursor:pointer;text-align:left;text-decoration:underline}
.info-buttons-panel__modal-toggle{line-height:20px;}
.product-single__meta .collapsible-trigger-btn--borders{border-left:none; border-right:none;text-align:left;padding-left:0; padding-right:0;}
.product-single__meta .collapsible-trigger-btn--borders + .prod-detail-box .collapsible-content .collapsible-content__inner{border:none}
.product-single__meta .collapsible-content__inner{border:none!important; padding-right:0!important;}
.product-description-ul{    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;margin-top: 0; margin-left: 0; list-style: none;}
.product-description-ul li{position: relative;
  border-bottom: 1px solid #eaeaec;
  margin: 0 0 15px;
  padding-bottom: 10px;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;}
  .product-description-ul li:nth-child(odd) {
    margin-right: 10%;
}
.product-description-ul li strong{   
  position: relative;
  color: #7e818c;
  line-height: 1.8;
  font-weight:normal;
  line-height: 1; display: block;
  margin-bottom: 5px;}
.product-description-ul li span{
  position: relative; display: block; line-height: 1.8;
}
  .product-description-ul li.lip{
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin-right: 10%;
  }
.product-single__meta .collapsible-trigger-btn{font-size:max(calc(var(--typeBaseSize) - 0px),15px);min-height: 53px;
  font-weight: normal;letter-spacing: 0.8px;}
.product-single__meta .rte p{margin-bottom:15px;}



.product-fit-size .tool-tip-trigger__title{cursor: pointer;letter-spacing: 1px;  border:1px solid #2e2e2e; color:#2e2e2e; text-align:center;text-decoration:none;    font-size: max(calc(var(--typeBaseSize) - 4px),13px);font-weight: 700;}
 

.ca-color-input-info{margin-top:25px;text-align:center;margin-bottom:32px;font-size:13px;line-height:24px;letter-spacing:.6px;font-weight:400;display:block;width:100%;}
.ca-color-input-info .ca-color-link{color:#9a9a9a; font-weight:inherit; cursor:pointer; text-decoration:underline;}
.ca-size-guide-svg{margin: 0 auto;transform: rotate(270deg);}

.size-guide-box{position:relative;text-align:left;margin:0 auto;z-index:999;display:flex;}
.size-guide-column{width:33%; flex-direction:column;justify-content:center;font-size:16px; }  

@media only screen and (max-width:918px){
  .size-guide-box{display: block;transform: none!important;}
  .size-guide-box h2{margin-bottom:20px;}
  .size-guide-column{width:100%;margin:0 auto 20px;;}
}
.size-guide-column strong{font-weight:700; text-transform:uppercase}
.size-guide-column p{margin-bottom:15px; font-size:14px;}
.size-guide-column p:last-child{margin-bottom:0;}
.size-guide-column .sgc-htm-img{margin: 0px auto;display:block;width: 100%;max-width:70%;}
.textaligncenter{text-align:center; justify-content:center;display:flex;}
.verticalaligncenter{ align-items: center;display:flex}
.size-guide-note{padding:15px; margin-bottom:15px; border:2px solid #dbc0bf;}

#shopify-section-template--15375887139025__rich-text{margin: 0; padding: 45px 0; background-color: #f5e5e1; }
#shopify-section-template--15375887139025__rich-text p{font-size: 1.2em; line-height: 1.4; font-weight: 400; color:#873036; letter-spacing: .6px; font-family: 'abril-display', 'Times New Roman', serif;}
#shopify-section-template--15375887139025__rich-text p a{color:#873036;}


h2.jdgm-rev-widg__title{font-size: calc(var(--typeHeaderSize)*0.5625)!important;;text-align: left;}
.jdgm-star,
:not(.jdgm-prev-badge__stars)>.jdgm-star,
.jdgm-rev__icon:before,
.jdgm-histogram__bar-content,
.jdgm-paginate__page,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow,
.jdgm-histogram .jdgm-star.jdgm-star{/*color: #ff917a!important;*/color: #333 !important;}
.jdgm-histogram__bar-content{/*background-color: #ff917a!important;*/background-color: #333!important;}
 .jdgm-rev__icon::after,
 .jdgm-rev__buyer-badge{background-color: #1cc286!important}
.jdgm-sort-dropdown.jdgm-sort-dropdown{padding: 10px!important;height: auto!important;border-radius: 2px!important;}

p.popup-desc{font-size: 12px;color: #999;}


.product__promo{-webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 10px 10px 8px;
  margin-bottom: 5px;
  line-height: 20px;
  background-color: #fbf3f2;}
.couponBadge{    color: #fff; display:inline-block; vertical-align:top; font-size:11px; padding:4px 5px 4px 6px;font-style:normal;
  font-weight: 700; line-height:1.15; position:relative;
  background-color: var(--colorBtnPrimary);
  white-space: nowrap;}
  .couponBadge:before, .couponBadge:before ,.couponBadge:after, .couponBadge:after{
    content: "";
    position: absolute;
    right: -5px;
    border-left-width: 0;
}
  .couponBadge:before, .couponBadge:before {
    bottom: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255,255,255,0);
    border-bottom: 6px solid var(--colorBtnPrimary);
    border-top-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-bottom-width: 10px;
}
.couponBadge:before {
  border-bottom: 10px solid var(--colorBtnPrimary);
}
.couponBadge:after, .couponBadge:after{
top: 0;
border-style: dashed;
border-width: 6px;
border-color: rgba(255,255,255,0);
border-top: 6px solid var(--colorBtnPrimary);
border-bottom-width: 0;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
border-top-width: 10px;
}
.couponBadge:after {
border-top: 10px solid var(--colorBtnPrimary);
}
.couponDiscountp{font-size:12px; line-height:1.15}
.couponCode{color:var(--colorBtnPrimary)}
.freeDiscountp{font-size: 12px;
  display: flex;
  margin-top: 6px;}
  @media only screen and (max-width:768px){.freeDiscountp{display: inline-flex;}}
  .freeDiscountp svg{fill: var(--colorBtnPrimary);}
  .freeDiscountp span{margin-right: 4px; display: inline-block;}


.newsletter-popup-no-thanks{padding: inherit;}

.variant-scroller-size .variant__button-label,
.variant__button-label-size{align-items:center!important; display:flex!important; 
  flex-shrink:0!important; justify-content:center!important; padding:0 6px!important;
  height:45px!important; min-width:45px!important;box-shadow: 0 0 0 1px var(--colorBorder);
  border-radius: var(--buttonRadius);
  border-radius: 2px;
}
.variant-input-box{ padding:0 0;margin: 0  }
@media only screen and (max-width: 768px){
  /*.product-size-input-box .variant-input:last-child{margin-right: 17px}*/
  
  .variant-scroller-colors.color-gorup-display .variant-input-box{display: block; grid-template-columns: none;}
  .variant-scroller-colors.color-gorup-display .variant-input-box .variant-input{margin-bottom: 10px;}
  .variant-scroller-colors.color-gorup-display .variant-input-box .variant-input:last-child{margin-right: 7px;}
  
.variant-scroller-size .variant-input:last-child,
.variant-scroller-colors .variant-input:last-child{margin-right: 17px;}
  .variant-scroller.variant-scroller-size,/*尺码单行滑动*/
  .variant-scroller.variant-scroller-colors{width:auto;text-align: left; height:100%;margin-right: -17px; padding-top: 10px; padding-bottom: 11px;padding-left:17px; margin-left: -17px; overflow: auto; position:relative;width: auto;white-space: nowrap;scrollbar-width: none;-ms-overflow-style: none;-webkit-overflow-scrolling: touch;overflow-y: hidden;}

/** 尺码全部展示*/
/*
  .variant-scroller.variant-scroller-size .variant-input-box{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: grid;
    font-size: 0;
    grid-template-columns: repeat(5, 1fr);
  }
  .variant-scroller-size .variant__button-label, .variant__button-label-size{margin:0!important;}*/



   .variant-input[data-value="Custom Size"],
  .variant-input[data-value="Custom Size (Free)"]
  {   
    line-height: 11px;
    
    position: relative;}  .variant-input[data-value="Custom Size"] label,
    .variant-input[data-value="Custom Size (Free)"] label{
      line-height: 14px;
      text-align: center;
    }

.variant-scroller::-webkit-scrollbar{display: none;}
/*.variant-scroller .variant-input:last-child{margin-right: 17px!important;}*/


}
.variant-scroller-colors{margin-top:10px; margin-bottom: 0; padding-bottom: 0;}

.variant-input-wrap .variant-scroller-size input[type=radio]:checked+label,
.variant__button-label-size.variant__button-label-size-checked{   
  box-shadow: 0 0 0 2px var(--colorBtnPrimary);
  border-color:var(--colorBtnPrimary)!important;
  box-shadow: 0 0 0 2px #000;
  border-color:#000!important;
 }
.product-size-choosechart{display:none; }
.product-size-choosechart .ca_size_chart_table{margin:10px 0 10px;padding-right:0;}
.product-size-choosechart .ca_size_chart_table th{font-size:13px;font-weight:normal;padding: 6px;}

.product-size-choosechart .ca_size_chart_table th:first-of-type{border-left:1px solid #eeeeee;}
.product-size-choosechart .ca_size_chart_table td:first-of-type{font-weight:normal;}
.product-size-choosechart .ca_size_chart_table tbody tr{display:none;}
.product-size-choosechart .ca_size_chart_table .cscacts td{color:#222!important; font-size: 12px;font-weight: bold;background-color: #fff !important;}

.variant-input-wrap .variant__button-label{cursor: pointer;}
.variant-input-wrap .variant__button-label.checked{  box-shadow: 0 0 0 2px #2c2c2c;
  box-shadow: 0 0 0 2px var(--colorTextBody);}
  .variant-scroller-size .variant__button-label,
  .variant-input-wrap .variant__button-label.variant__button-label-size{
    margin-bottom: 8px;}
  .variant-input-wrap .variant__button-label.variant__button-label-size-checked:after{border-radius: var(--buttonRadius);}
  /*.variant-input-wrap .variant-input[data-value="Custom Size (Free)"] .variant__button-label.variant__button-label-size{padding-left: 15px!important;padding-right: 15px!important;}*/


  .ca-model-sizeguide-panel{ margin-bottom:40px; display:-webkit-box; display:flex;}
.ca-model-sizeguide-cover{margin-right: 15px;}
.ca-model-sizeguide-list{}
.ca-model-sizeguide-panel .inner{    width: 62px;
  height: 0;
  overflow: hidden;padding-bottom: 100%;
  border-radius: 50%;}
  .ca-model-sizeguide-panel .inne img{border-radius: 50%;}
  .ca-model-sizeguide-list .model-item{display: -webkit-box;display: flex;display: -ms-flexbox;flex-wrap: wrap;}
  .ca-model-sizeguide-list .model-item>div{margin-right:24px; margin-top:10px;}

/*product tag*/
.producttag-milt{    position: absolute;
  left: 0;
  bottom: 2px;
  padding: 6px 0.625rem 7px 0.6875rem;
  color: #fff;
  font-size: .875rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.063rem;
  letter-spacing: .05em;
  background-color: #ff634d;
  text-decoration: none;

  padding: 4px 12px;
  font-size: 11px;
  border-radius: 40px 40px 40px 0;
  margin: 0 0 6px 6px;
  white-space: nowrap;
  border: 0px solid rgba(0, 0, 0, 0);
  letter-spacing: normal;
  text-transform: uppercase;
  z-index: 2;}
  .product__photos .producttag-milt{bottom: 24px;top: initial;}

  .product_subscript{position: absolute;left: 0;top: 0;z-index: 2;width: 68px;height: 68px;}
  .product_subscript svg{width: 100%;height: 100%}
  .grid-product .product_subscript{width: 68px;height: 68px;}
  @media (max-width:768px) {
    .grid-product .product_subscript{width: 48px;height: 48px;}
    .variant-input-wrap .product-size-input-box label:after{border-radius: 4px;}

  }
/*product share*/
.variant-wrapper .product__share,
.product-ca-title .product__share{    
  width: 26px;
  height: 26px;
  padding: 0px 3px;
  border: none;
}

.variant-wrapper .product__share,
.product-ca-title .product__share,
.product-ca-title .product__share:hover{ background-color: transparent;background-color: rgba(255, 255, 255, 0.98);border: none!important;}
.productshare-tttlink{position: absolute;
  z-index: 1;
  right: 0;top:-4px}
._pspp{padding: 0 8px;}
._pshgl{font-size: 1em; font-weight: inherit; margin: 0; padding: 0;}
._pslwf{font-size: 26px;line-height: 30px;margin-top: 0;margin-bottom: 24px; display: block;}
._psgldfg{-webkit-box-align: center;display: flex;align-items: center;margin-top: 24px;margin-bottom: 24px;}
._psjgfdg{max-width: 100%; width: 64px;height: 4rem;border-radius: 8px;display: inline-block;object-fit: cover;margin-right:16px;}
._psvkf{color:#343434;}
._psgew{-webkit-box-pack: start; -webkit-box-align: stretch;display: flex;align-items: stretch;justify-content: flex-start;flex-wrap: wrap; margin-left: -6px;margin-right: -6px;width:calc(100% + 12px)}
._psworif{position: relative;width: 50%;margin-left: 0%;margin-right: 0%;padding-left: 6px;padding-right: 6px;;}
._psmnj{width: 100%;height: 76px;outline: none; cursor: pointer;; border:1px solid #dddddd; border-radius: 12px; background: #ffffff;margin-bottom: 16px;}

._psqsas{cursor: pointer;position: relative;touch-action: manipulation;border-radius: 0;outline: none;background: transparent;border: none; display: block;margin: 0;padding: 0;text-align: inherit;;text-decoration: none;;height: 100%;width: 100%;}
._psndg{-webkit-box-align: center;display: flex;align-items: center;}
._psndgs{margin-left: 22px;margin-right: 22px;border-radius: 4px;overflow: hidden;}
._psndgf{font-size: 16px;line-height: 24px;font-weight: 600;color: #222222;text-overflow: ellipsis;}


._psmp6h ._psqsas{display: flex; align-items: center; padding-left: 12px;}
@media (max-width:768px) {
  .shipping-info select{width:100%;}
  ._psmp6h ._psqsas{padding-left:0;} 
}

._16ft90e {
    display: inline-flex !important;
    contain: content !important;
    box-shadow: rgb(0 0 0 / 20%) 0px 6px 20px !important;
    border-radius: 12px !important;
    border: 1px solid rgb(221, 221, 221) !important;
    background-color: rgb(255, 255, 255) !important;
    max-width: 375px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
}
._8c85wg {
    position: absolute !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    z-index: 2 !important;
}
._prpxj8 {
    -webkit-box-align: center !important;
    display: flex !important;
    align-items: center !important;
    margin-top: 12px !important;
    padding-right: 8px !important;
    height: 18px !important;
    width: 16px !important;
    box-sizing: content-box !important;
    color: rgb(0, 138, 5) !important;
}
    ._ui1luc {
        -webkit-box-align: baseline !important;
        display: flex !important;
        align-items: baseline !important;
        flex-flow: row wrap !important;
        color: rgb(34, 34, 34) !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
  ._1n6q029 {
      font-weight: 400 !important;
      margin-right: 16px !important;
      margin-top: 12px !important;
  }
@media (max-width:768px) {				
    ._pslwf{font-size: 18px;line-height: 22px;}
    ._psjgfdg{width: 48px;height: 48px;}
    ._psvkf{font-size: 14px;line-height: 18px;}
    ._psmnj{height: initial;margin: 0; border-radius: 0}
    ._psworif:first-child ._psmnj{margin-bottom: 12px; border-radius: 8px;}
    ._psworif:last-child ._psmnj{margin-top: 12px; border-radius: 8px;}
    ._psworif:nth-child(2) ._psmnj{border-radius: 8px 8px 0 0;}
    ._psworif:nth-last-child(2) ._psmnj{border-radius: 0 0 8px 8px;}
    ._psworif:nth-child(n+2):nth-child(-n+6) ._psmnj{border-bottom: none;}
    ._psndgs{ position: absolute;right: 0;}
    ._psndgs svg{width: 24px!important;height: 24px!important;}
    ._psndgf{padding: 16px 0 16px 16px;font-size: 14px;font-weight: 600; line-height: 18px;}
    ._psworif{width:100%}
}
@media (min-width:375px){
  ._psgew{margin-left:-6px;margin-right: -6px; width:calc(100% + 12px);}
  ._psworif{padding-left: 6px;padding-right: 6px;}
}
@media (min-width:744px){
  ._psgew{margin-left:-8px;margin-right: -8px; width:calc(100% + 16px);}
  ._psworif{padding-left: 8px;padding-right: 8px;}
}
@media (min-width:950px){
  ._psgew{margin-left:-8px;margin-right: -8px; width:calc(100% + 16px);}
  ._psworif{padding-left: 8px;padding-right: 8px;}
  ._psmnj:hover{background:#f7f7f7 ;}
}
@media (min-width:1128px){
  ._psgew{margin-left:-8px;margin-right: -8px; width:calc(100% + 16px);}
  ._psworif{padding-left: 8px;padding-right: 8px;}
  ._psmnj:hover{background:#f7f7f7 ;}
}
.collection__description{
  
}


.ca-swatch-pbox .color-swatch{margin: 0 4px 6px;padding:0;border-radius: var(--buttonRadius);}
@media (max-width:768px) {	.ca-swatch-pbox .color-swatch{margin: 0 ;padding:0;}}
.ca-swatch-pbox .color-swatch::before{display: none !important;;}
.ca-swatch-pbox a{text-decoration: none; display: block;}
.ca-fabric-cart{position:relative;}
.ca-fabric-active{display: flex;flex-wrap: wrap;cursor: pointer;overflow: hidden;border: 2px solid #ffffff;}
.ca-fabric-aspect-ratio{    position: relative;width: 100%;}
.ca-fabric-aspect-ratio span[data-v-343434]{display: block;;height: 0;width: 0;}
.swatch-box{    width: 100%;height: 100%;display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-around;align-items: space-between;position: absolute;top: 0;left: 0;background-color: #f9faf9;}
.row-swatch-box{width: 100%;height: 100%}
.row-swatches{flex-basis: 100%;display: flex;display: -webkit-flex;justify-content: space-around;margin-bottom: 3px;}
.row-swatches:last-child{margin-bottom: 0;}
.item-swatches{height: calc(50% - 1px);width: calc(50% - 1px);position: relative;}
.item-swatches.left-item{margin-right: 1px;}
.item-swatches.right-item{margin-left: 1px;}
.item-swatches span[data-v-343434]{padding-bottom: 133.3333%; width:100%; display:block;}			
.item-swatches img{ border: none;   position: absolute;top: 0;left: 0;height: 100%;width: 100%;}

.link-order-swatches{margin-top:15px}
.link-order-swatches,
.link-order-swatches:hover{border: none;
background-color: rgb(255, 255, 255)!important;text-decoration: underline!important;
color: #333;}
.link-order-swatches sup,.link-order-swatches:hover sup{position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  background: #ffe2de;
  min-width: 44px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: var(--colorBtnPrimaryLight);;
  -webkit-transform: translateX(10%) scale(.75);
  -ms-transform: translateX(10%) scale(.75);
  transform: translateX(10%) scale(.75);}
.all-bridesmaid-dresses{background-color: #873036;border-color: #873036;}@media only screen and (min-width:769px){.all-bridesmaid-dresses{display:none}}
.overflow-hide{overflow: hidden;}

.megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) sup,
.mobile-nav__grandchildlist .mobile-nav__link sup{display: inline-block;
  background: #fbf3f2;
  min-width: 44px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: var(--theme-color);
  -webkit-transform: translateX(5%) scale(.75);
  -ms-transform: translateX(5%) scale(.75);
  transform: translate(5%) scale(.75);
  color: var(--colorBtnPrimary);}

  .product__free-shipping{padding: 3px 6px;
    vertical-align: middle;
    /* padding: 8px; */
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-left: 12px;
    border-radius: 4px;
    /*color: #000000;
    background-color: #ffe7e7;*/
    background-color: #d4e9d7;
    text-decoration: none;}
    .product__free-shipping svg{vertical-align: middle;}
.product-cta-shipinfo svg{ width: 28px;height: 28px; display: inline-block; margin-right: 6px;}
.product-cta-shipinfo .tool-tip-trigger{margin-left: 0;}
.product-get-date-moredetail{display: inline-block;}
.ca-modal-list{list-style:none!important;margin:0px 0 0!important; padding:0!important;}
.collapsible-content__inner .ca-modal-list{margin-top: 0!important;} 
.ca-modal-item{margin-bottom:32px!important}
.ca-modal-message-title{ font-weight:600;letter-spacing:0; line-height:20px; display:inline-block;margin-top:10px; width:100%}
.ca-modal-message-title svg{width: 28px;height: 28px;}
.ca-modal-message{display:inline-block;width:100%;}
.pdt-learn-more .ca-modal-message{padding-left: 30px;}


.product-detail-tips{margin-top:25px;}
.pdth98{font-weight:700;margin:4px 0 8px}
.pdtul2{padding-left:0;list-style:none;margin:0}
.pdtul2 li{ display:flex;padding-bottom:12px;}
@media only screen and (min-width:769px){
  .product-detail-tips{ display:flex; flex-direction:row;}
  .pdtLhu,
  .pdtRhu{width:auto;}
  .pdtRhu{margin-left:24px}
}
@media only screen and (max-width:768px){
  .pdtRhu{margin-top:13px}
}

  .choose-product-color-select{min-height: 44px!important;}
  .choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px
  }
  
  .choices:focus {
    outline: 0
  }
  
  .choices:last-child {
    margin-bottom: 0
  }
  
  .choices.is-open {
    overflow: visible
  }
  
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    border-radius: var(--buttonRadius);
    user-select: none
  }
  
  .choices.is-disabled .choices__item {
    cursor: not-allowed
  }
  
  .choices [hidden] {
    display: none !important
  }
  
  .choices[data-type*=select-one] {
    cursor: pointer
  }
  
  .choices[data-type*=select-one] .choices__inner {
    /*padding-bottom: 7.5px*/
  }
  
  .choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    border-color:#ddd;
    padding: 4px 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
  }
  
  .choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .25
  }
  
  .choices[data-type*=select-one] .choices__button:focus,
  .choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
  }
  
  .choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
  }
  
  .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none
  }
  
  .choices[data-type*=select-one]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-color: var(--ctaOptionBorderColor) transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
  }
  
  .choices[data-type*=select-one].is-open::after {
    border-color: transparent transparent #333;
    border-color: transparent transparent var(--ctaOptionBorderColor);;
    margin-top: -7.5px
  }
  
  .choices[data-type*=select-one][dir=rtl]::after {
    left: 11.5px;
    right: auto
  }
  
  .choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
  }
  
  .choices[data-type*=select-multiple] .choices__inner,
  .choices[data-type*=text] .choices__inner {
    cursor: text
  }
  
  .choices[data-type*=select-multiple] .choices__button,
  .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0-4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0
  }
  
  .choices[data-type*=select-multiple] .choices__button:focus,
  .choices[data-type*=select-multiple] .choices__button:hover,
  .choices[data-type*=text] .choices__button:focus,
  .choices[data-type*=text] .choices__button:hover {
    opacity: 1
  }
  
  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 7.5px 7.5px 3.75px;
    padding:0;
    font-size: 14px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e8e8e1;
    border: 1px solid var(--colorBorder);
  }
  
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #b7b7b7
  }
  
  .is-open .choices__inner {
    border-radius: 4px 4px 0 0;
    border-radius: var(--buttonRadius) var(--buttonRadius) 0 0;
  }
  
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 4px 4px;
    border-radius: 0 0 var(--buttonRadius) var(--buttonRadius);
  }
  
  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
  }
  
  .choices__list--single {
    display: inline-block;
    padding: 4.5px 16px 4px 8px;
    width: 100%;
  }
  
  [dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
  }
  
  .choices__list--single .choices__item {
    width: 100%
  }
  
  .choices__list--multiple {
    display: inline
  }
  
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box
  }
  
  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
  }
  
  [dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
  }
  
  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
  }
  
  .is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
  }
  
  .choices__list--dropdown,
  .choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    border-bottom-left-radius: var(--buttonRadius);
    border-bottom-right-radius: var(--buttonRadius);
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
  }
  
  
  .is-active.choices__list--dropdown,
  .is-active.choices__list[aria-expanded] {
    visibility: visible
  }
  
  .is-open .choices__list--dropdown,
  .is-open .choices__list[aria-expanded] {
    border-color: #b7b7b7
  }
  
  .is-flipped .choices__list--dropdown,
  .is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
  }
  
  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 296px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
  }
  
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 7px 10px;
    font-size: 14px
  }
  
  [dir=rtl] .choices__list--dropdown .choices__item,
  [dir=rtl] .choices__list[aria-expanded] .choices__item {
    text-align: right
  }

  @media (min-width:640px) {
    
    .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 300px;
  }
    .choices__list--dropdown .choices__item--selectable,
    .choices__list[aria-expanded] .choices__item--selectable {
      padding-right: 100px
    }
  
    .choices__list--dropdown .choices__item--selectable::after,
    .choices__list[aria-expanded] .choices__item--selectable::after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%)
    }
  
    [dir=rtl] .choices__list--dropdown .choices__item--selectable,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px
    }
  
    [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
      right: auto;
      left: 10px
    }
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted,
  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: .5
  }
  
  .choices__item {
    cursor: default
  }
  
  .choices__item--selectable {
    cursor: pointer; font-weight: normal;
  }
  
  .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
    opacity: .5
  }
  
  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
  }
  
  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
  }
  
  .choices__button:focus,
  .choices__input:focus {
    outline: 0
  }
  
  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
  }
  
  .choices__input::-webkit-search-cancel-button,
  .choices__input::-webkit-search-decoration,
  .choices__input::-webkit-search-results-button,
  .choices__input::-webkit-search-results-decoration {
    display: none
  }
  
  .choices__input::-ms-clear,
  .choices__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
  }
  
  [dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
  }
  
  .choices__placeholder {
    opacity: .5
  }

  
  .caanimated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-6px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(6px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-6px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(6px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.inline-block{display: inline-block;}

/*product review*/
.product-block.product-block--header{margin-bottom: 0;}
.product-block.product-block--price{margin-bottom: 6px}
.divider{border-bottom: 1px solid #d8d8d8;height: 1px;margin: 25px 0;display: none;}

/*.product-ca-title-price{width:100%;text-align:left;}
.product-ca-title{display:inline-block;float:left;width:70%;text-align:left;}
.product-ca-price{width:30%; float:left;text-align:right;}*/
.product-single__meta-box .jdgm-prev-badge__stars{display:inline-block!important}

.product-mob-header .jdgm-prev-badge__text,
.jdgm-preview-badge .jdgm-star.jdgm-star,
.product-single__meta-box .jdgm-prev-badge__stars .jdgm-star,
.product-single__meta-box .jdgm-prev-badge__text{font-size: 14px!important;}
.jdgm-widget *{font-size: 14px;}
.grid-product__meta .jdgm-star,
.grid-product__meta .jdgm-prev-badge__text,
.grid-product__meta .jdgm-preview-badge .jdgm-star{font-size:12px!important; line-height: 1.6;} 
.jdgm-write-rev-link{font-size:calc(var(--typeBaseSize) - 2px)!important}
.jdgm-rev-widg__title{margin-bottom:15px!important;font-size:18px!important;}
.jdgm-widget label{letter-spacing:1px!important;}
.jdgm-widget .jdgm-picture-fieldset__box{max-width:90px!important;}
.jdgm-form__yt-video-fieldset{display:none!important}
.jdgm-widget div.jdgm-input-error{background-color:transparent!important;color:red!important;}
.grid-product__meta .jdgm-prev-badge__text{text-transform: lowercase;}
@media only screen and (max-width: 768px){
  .divider{display:inherit;}
  .grid-product__meta .jdgm-star,
  .grid-product__meta .jdgm-prev-badge__text,
  .grid-product__meta .jdgm-preview-badge .jdgm-star{font-size:10px!important;}
  .grid-product__meta .jdgm-preview-badge .jdgm-star{padding-right: 2px!important;}
  .jdgm-prev-badge__stars{margin-bottom:0!important;}
  .jdgm-prev-badge{font-size:.9em!important;}
  .jdgm-rev-widg__summary{text-align:center; float:none!important; margin-bottom:15px;}
  .jdgm-sort-dropdown-wrapper{float:none!important; }
}


.hr-line{margin-bottom: 75px;}
.scrollBarContainer{display:none}
@media only screen and (max-width:768px){
  .hr-line{margin-bottom: 25px;}
  .product-block .scrollBarContainer{  display:block;  background-color: #f5f5f5;border-radius: 1px;height: 4px;margin: 0 0 0;pointer-events: none;width: 100%;overflow: hidden;}
  .scrollBarContainer.scrollBarContainer-poptcTg{margin-top:0;}
  .scrollBar{background-color: #d3d3d3;border-radius: 4px;height: inherit;transform: translateX(0px);}
}


/* orders*/
.ca-swatches-grid{width: 80%;margin:2vw 10% 200px; position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: center;}
.ca-swatches-fabric-color{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.ca-swatches-fabric-name{margin: 48px 0; font-style:normal;font-weight: 400;font-size: 32px;line-height: 48px;text-align: center;text-transform: capitalize;}
.ca-swatches-items{width: 100%; display: flex;justify-content:center;align-items: top;flex-wrap: wrap;}
.ca-swatches-item{width: calc(20% - 36.1px);margin: 0 18px 48px; position: relative; display: flex;flex-direction: column;justify-content: start;align-items: center;cursor: pointer;}
.ca-swatches-items .ca-swatches-item{border: none!important;;}
.ca-swatches-items .ca-swatches-item:after{display: none!important;}
.ca-swatches-item-img-block{width: 100%; position: relative; display: flex;flex-direction: column;justify-content: center;align-items: center;}
.ca-swatches-grid .ca-swatches-item-active{}
.ca-swatches-item-img{width: 100%; position: relative;}
.ca-swatches-item-img-padding{width: 100%; padding-bottom: 100%;}
.ca-swatches-item-img img{position: absolute;top: 0;left: 0;width: 100%; height: 100%; -o-object-fit: cover; -o-object-position: center center; object-position: center center;} 
.ca-swatches-button-group{width: calc(100% - 8px); height: 44px; border-radius: var(--buttonRadius); position: absolute; z-index: 2;bottom: 4px; display: flex;justify-content: center;align-items: center;background-color: var(--colorBtnPrimary);opacity: .88; display: block!important;}
.ca-swatches-buy-button,
.ca-swatches-view-button{width: 100%;height: 100%;display: flex;;justify-content: center;align-items: center;}
.ca-swatches-buy-button .ca-swatches-buy-text,
.ca-swatches-view-button .ca-swatches-view-text{color: #fff;font-size: 14px;text-align: center;display: flex;justify-content: center;align-items: center;}
.ca-swatches-buy-button .ca-swatches-buy-text svg,
.ca-swatches-view-button .ca-swatches-view-text svg{margin-right: 5px;}
.ca-swatches-separator{width: 2%;height: 100%;color: #fff;display: flex;justify-content: center;align-items: center;}
.ca-swatches-separator,
.ca-swatches-view-button[data-href]{display: none;}
.ca-swatches-item-color-name{line-height: 16px;display: flex;justify-content: center;align-items: center;text-transform: capitalize;padding-bottom: 1px;}
.ca-swatches-item-ship{font-size:.68em;    min-width: 17px;text-transform: uppercase;}
@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}
.ca-swatches-item-img img[lazy=loading]{    min-height: unset;width: 42px!important;height: 42px;position: absolute;left: 50%;top: 50%;margin-left: -21px;margin-top: -21px;z-index: 10;transform-origin: 50%;-webkit-animation: swiper-preloader-spin 1s linear infinite;animation: swiper-preloader-spin 1s linear infinite;box-sizing: border-box;border: 1px solid #9a9a9a;border-radius: 50%;border-top-color: transparent;}
@media only screen and (max-width: 540px){
  .ca-swatches-grid{width: calc(100vw - 22px);margin: 2vw 11px 0;}
  .ca-swatches-items .ca-swatches-item{width: calc(50vw - 21px);height: calc(50vw + 29px);margin: 0 5px 36px;}
}

.ca-ins-share-item{  padding:15px 0 15px 16px;}

.ca-ins-share-item{    width: 17.5vw!important;
  height: 17.5vw;
  margin: 0 3px;
  background-color: #fafafa;}
  .ca-ins-share-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  cursor: pointer;
}
@media only screen and (max-width: 540px){
  .template-product .ca-ins-share-item{width: 25vw!important;
  height: 25vw;}
  .template-page .ca-ins-share-item{width: 75vw!important;
    height: 75vw;}
  .ca-ins-shares .flickity-button{display: none!important;}
}
.grid-product__ship{font-weight: normal;font-size: .75rem;}
.grid-product .grid-product__ship{text-align: center; color: #8d8d8d;}
.grid-product-sale01{font-size: 12px;}
.flickity-enabled.is-draggable .flickity-viewport{
  touch-action: pan-y !important;
}

/*product page top nav*/
.product-mob-nav{display: none;}
.product-mob-nav .P1Ycoe{right: 0;background: linear-gradient(90deg,rgba(255,255,255,0),#fff9f9)}
.product-meta-nav{display: flex; flex-wrap: nowrap;align-items: center;background-color: #fcf6ef;box-shadow: 0 0 1px rgba(0,0,0,0.2); padding: 0 4px 0px;text-align: center;overflow-x: auto;; flex: 1 1 auto; white-space:nowrap;}
.product-meta-nav::-webkit-scrollbar-thumb {border-radius: 2px;background: rgba(20,20,20,0);height: 0;transition: background 5.5s ease;-moz-transition: background 5.5s ease;-webkit-transition: background 5.5s ease;}
.product-meta-nav::-webkit-scrollbar-corner {display: none;height: 0px;width: 0px;}
.product-meta-nav::-webkit-scrollbar{width: 10px;height: 4px;-webkit-box-shadow: inset 0 0 6px transparent;border-radius: 7px;}
.pmn-btn{display: inline-flex;flex-direction: column;align-items: stretch;position: relative;outline: 0;border: 0;border: none!important;
vertical-align: middle;padding: 0;font-size: 12px;color:#363636;text-decoration: none;color: inherit;background: transparent; text-transform: uppercase;
text-align: center;width: auto;height: auto; padding: 12px 7px 8px;}
.product-meta-nav .pmn-btn-wrapper{    padding: 2px 4px;flex: 10000 1 0%;font-weight: 600;display: flex;flex-wrap: wrap;   border-radius: inherit;width: 100%;height: 100%;}

#shopify-section-template--15375887139025__a394c1e2-c932-41f5-87b1-5b73a6d92623{display: none;}
@media only screen and (max-width:768px){
  .ca-swatches-button-group{display: flex!important;}
  .ca-swatches-buy-button .ca-swatches-buy-text, .ca-swatches-view-button .ca-swatches-view-text{font-size: 12px;}
  #shopify-section-template--15375887139025__a394c1e2-c932-41f5-87b1-5b73a6d92623,
  .product-mob-nav{display: block;position:relative}
  .product-meta-nav .page-width{padding-left:4px;}
  .grid-product-sale01{font-size: 10px}
}

.btn .icon-atbag{vertical-align: sub;}
.horizontal-carousel{    overflow-x: auto;scroll-snap-type: x mandatory;scrollbar-width: none;}
.horizontal-carousel::-webkit-scrollbar{-webkit-appearance: none;display: none;width: 0;height: 0;}

.prod-mto-pr{background-color:#f7f0ed;color:#393939 ; border-radius: 4px;   background-color: hsla(14,29%,74%,.1);font-size: 10px;padding: 3px 6px;font-size:10px;display: inline-block;vertical-align: bottom;margin-left: 14px;}

/*product-tags*/
.product-tags{display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 8px;}


.product-mob-header .product-tags{margin-bottom:3px;align-items: center;}

.prod-tag{
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  padding: 2px 8px;
  height: 16px;
  margin-right: 6px;
  border-radius: 40px 40px 40px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  background-size: 100% 100%;
  -o-object-fit: fill;
  object-fit: fill;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
}
.gp_fs2{
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  line-height: 12px;/*
  background-color: #a0e193;
  text-decoration: none;
  padding: 1px 6px;
  border-radius: 40px 40px 40px 0;
  display: inline-block;*/
  }


  .prod-tag.tag-best-seller{background-color:#fcc7a2;
    color:#222;
    border-radius: 8px;}
    .prod-tag.tag-new{background-color: rgb(230, 249, 178);
      color: rgb(53, 143, 24);
      border-radius: 9px 9px 9px 0;
    }

.grid-product .product-tags{position: absolute;bottom: 6px; left: 6px; z-index: 1;}
  @media only screen and (max-width:768px){
    .gp_fs2{font-size: 10px;}
    .product-block--price .tag-freeship{margin-bottom: 0;}
    .grid-product .product-tags{bottom: 3px; left: 3px;}
  }
  .prod-tag-mto,
  .prod-tag-mto span.ship-in-time{color: #222;font-size: 10px;}
  .prod-tag-mto{background-color: rgb(245, 245, 245); border-radius: 4px;vertical-align: top;}

.prod-tag.tag-freeship{
  text-transform: uppercase;
  background-color: #ebf9eb;
      color: #297c3b;
}

  .prod-tag-mto,
  .prod-tag-mto span.ship-in-time{color: #222;font-size: 10px;}
  .prod-tag-mto{background-color: rgb(245, 245, 245); border-radius: 4px;vertical-align: top;}




  .inline-block{display:inline-block;}
  .flex-center{display: flex;align-items: center; justify-content: center;}
  
  .product-itag{
    top: 10px;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  width: fit-content;
  height: fit-content;
  padding: 4px 10px 3px 8px;
  background-color: white;
  border: 1 solid rgb(var(--color-foreground), .1);
  border-radius: 0 10px 0 0;
  position: absolute;
  z-index: 2;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  }
  .product__main-photos .product-itag{
    position: absolute;
    top: 24px;
    background: rgb(249, 245, 237);
    border-radius: 15px;;
    margin-left: 17px;
    z-index: 1;
  }

  .product__main-photos .product-itag span {
    letter-spacing: 0.9px;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
}


.variant-input-wrap-ttt.ttt-vw-m .variant-input{width: 25%;padding:0 4px}
.variant-input-wrap-ttt.ttt-vw-m .color-swatch{padding-top:175%; width: 100%;}
.viw-ttt-header{margin-bottom: 15px;text-align: center; position: relative; display: flex;justify-content:space-between;align-items: center;}
.viw-ttt-search{margin-bottom: 15px;padding: 0 4px;}
.viw-ttt-botter .btn-view-ttt-link-2,
.viw-ttt-header .btn-view-ttt-link{background-color: transparent;border: none;box-shadow: none; color: #222222;}
.viw-ttt-botter .btn-view-ttt-link-2:hover,
.viw-ttt-header .btn-view-ttt-link:hover{border: none;box-shadow: none;}
.viw-ttt-botter .btn-view-ttt-link-2{color: #777; text-transform: uppercase;}
.viw-ttt-botter .btn-view-ttt-link-2 span{text-decoration: underline;text-transform: uppercase;}
.viw-ttt-header .btn-view-ttt-link span{display: inline-block;padding-bottom: 2px;border-bottom: 1px solid #fff;}
.viw-ttt-header .btn-view-ttt-link.btn-active span{border-color:#222}
.variant-input-wrap-ttt .product-color-select{margin-bottom: 15px;}
.variant-input-wrap-ttt .color-swatch-text{display: none;}
.variant-input-wrap-ttt.ttt-vw-t .color-swatch-text{display: block;font-size: 12px;text-align: center; height:42px; display: flex; align-items:start; justify-content: center; overflow: hidden ; margin-bottom: 5px;}
.variant-input-wrap-ttt.ttt-vw-t.ttt-vw-s .variant-input{width: 6rem;text-align: center;}
.variant-input-wrap-ttt.ttt-vw-t.ttt-vw-s .variant-input label{margin: 0 auto 0!important;}
.variant-input-wrap-ttt variant-input-box{text-align: center;}
.viw-ttt-botter .btn-ttt-hcn{display: none;}
.variant-input-wrap-ttt.ttt-vw-t .btn-ttt-hcn{display: block;}
.variant-input-wrap-ttt.ttt-vw-t .btn-ttt-scn{display: none;}
.viw-ttt-header .gridwrc{display: none;}

@media only screen and (max-width:768px){
  .grid-product .product-itag{
    font-size: 9px;
    bottom: 17px;
    top: auto;
  }
  .variant-input-wrap-ttt.ttt-vw-s .variant-input{width: auto;}
  .variant-input-wrap-ttt.ttt-vw-t.ttt-vw-s .variant-input{width: 33.3333%;}
  .viw-ttt-header .gridwrc{display: none; float: right;}
  .viw-ttt-header .btn-ttt-grid{width: 37px;height: 37px; padding: 4px 0px 3px 0px; display: inline-block;}
  .viw-ttt-header .btn-ttt-grid svg.icon{width: 30px;height: 30px;}
  .viw-ttt-header .btn-ttt-grid:first-child{margin-right:8px;}
  .variant-input-wrap-ttt.ttt-vw-m .variant-input{width: 33.3333%;text-align: center;padding: 0 4px;}
}
.variant-input-wrap-ttt.ttt-vw-m .color-swatch{padding-top: 175%;width:100%;margin-left: 6px;margin-right: 6px;border-radius: 0!important;}
.variant-input-wrap-ttt.ttt-vw-m .color-swatch::before{border-radius: 0!important;}
.variant-input-wrap-ttt.ttt-vw-s .color-swatch,
.variant-input-wrap-ttt.ttt-vw-s .color-swatch-75 {height: 80px;width: 80px;border-radius:50%!important;}
.variant-input-wrap-ttt.ttt-vw-s .color-swatch::before,
.variant-input-wrap-ttt.ttt-vw-s .color-swatch-75::before{border-radius:50%!important;border-width: 4px;}



.color_swatch {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.P1Ycoe {
  background: linear-gradient(90deg,rgba(255,255,255,0),#fff);
  height: 40px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  right: -17px;
  top: 0;
  width: 24px;
  z-index: 2;
}



/*.variant-scroller .product-size-input-box .variant-input:first-child label{margin-left: 0;}*/

.product-color-ttt{display: inline-block;}
.product-color-ttt .product__color{padding: 0;}

.tool-tip-trigger .icon-downarrw{vertical-align: middle; margin-left: 2px;width: 10px;height: 10px;}


.product-deliverinfo h2{width:100%;height:20px;font-size:16px;font-weight:500;line-height:16px;}
    

.popup-container .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0,0,0,.5);
  visibility: hidden;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 225ms cubic-bezier(.4,0,.2,1) 0ms;
  transition: opacity 225ms cubic-bezier(.4,0,.2,1) 0ms;
}
.popup-container .overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.popup-container .size-ship-info,
.popup-container .size-price,
.popup-container .size-vw{margin:20px 20px 0}
.popup-container .mdrawer {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms;
  transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms;
  transition: transform 225ms cubic-bezier(0,0,.2,1) 0ms;
  transition: transform 225ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 225ms cubic-bezier(0,0,.2,1) 0ms;
}
.popup-container .mdrawer.active {
  -webkit-transform: none;
  transform: none;
}
.popup-container .bottom {
  bottom: 0;
}

.popup-container .popup-content {
  background-color: #fff;
  overflow-y: auto;
  scroll-behavior: smooth;
}
  
.size-confirm-ctn{width: 50%;max-width: 190px;margin: 0 auto;text-align: center;padding-bottom: 18px; padding-top:18px;}

.ripple-container {
  position: relative;
  overflow: hidden;
}
.size-confirm-btn{display: block;width: 100%;}

.popup-container .product-size-choosechart .ca_size_chart_table,
.popup-container .product-block.product-block--price{margin-bottom: 0;}

.cart-shipinfo-btn{cursor: pointer;}
.cart__ship_info{background-color: #f2f2f2; border-radius: 4px; padding: 5px;font-size: 12px}
.cart__ship_info .ca-modal-list{margin: 0 0 0 10px!important;list-style: disc;}
.cart__ship_info .ca-modal-item{margin-bottom: 0.25em!important;}


@media only screen and (max-width:768px){
  #CartDrawer{width: 100%;width:100vw;
    right: -100%;right:-100vw; max-width: 100%;max-width:100vw;;}
    #CartDrawer.drawer--is-open{transform: translateX(-100%);}
}

@media only screen and (min-width:769px){
  .collapsible-content__inner .tag--swatch,
  .variant-scroller-colors .variant-input[data-index]{position: relative;}
  .collapsible-content__inner .tag--swatch:before,
  .variant-scroller-colors .variant-input[data-index]:before {
    background: #fff;
    border-color: transparent #aaa #aaa transparent;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 4;
}
.collapsible-content__inner .tag--swatch:before,
.variant-scroller-colors .variant-input[data-index]:before {
  top: 0;
  left: 50%;
  transform: translate(-50%,calc(-100% - 5px)) rotate(45deg);
}
.collapsible-content__inner .tag--swatch:hover:before,
.collapsible-content__inner .tag--swatch:hover:after,
.variant-scroller-colors .variant-input[data-index]:hover:before,
.variant-scroller-colors .variant-input[data-index]:hover:after {
  display: block;
}
.collapsible-content__inner .tag--swatch:after,
.variant-scroller-colors .variant-input[data-index]:after {
  content: attr(data-value);
  display: none;
  padding: 10px;
  border-radius: 4px;
  position: absolute;
  text-align: center;
  z-index: 3;
  border: 1px solid #aaa;
  background: #fff;
  font-size: .8571428571em;
  line-height: 0.99em;
}
.collapsible-content__inner .tag--swatch:after,
.variant-scroller-colors .variant-input[data-index]:after {
  top: 0;
  left: 50%;
  transform: translate(-50%,calc(-100% - 12px));
}
}

.animate__animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.035, 1.035, 1.035);
    transform: scale3d(1.035, 1.035, 1.035);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.035, 1.035, 1.035);
    transform: scale3d(1.035, 1.035, 1.035);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}


.color-swatch--light-pink{background-color:#FFB5C0}
.color-swatch--hot-pink{background-color:#FF46A2}
.color-swatch--plum{background-color:#8E4585}
.color-swatch--dark-red{background-color:#8B0000}
.color-swatch--steel-blue{background-color:#839abb}
.color-swatch--light-blue{background-color:#ADD8E6}
.color-swatch--blue-purple{background-color:#6857c7}
.color-swatch--ocean-blue{background-color:#08bbde}
.color-swatch--pastel-pink{background-color:#f7bfcc}
.color-swatch--fuchsia{background-color:#d9017e}
.color-swatch--sky-blue{background-color:#87CEEB}
.color-swatch--charcoal{background-color:#36454f}
.color-swatch--coral{background-color:#ff7f50}
.color-swatch--misty-blue{background-color:#336699}
.color-swatch--pink{background-color:#FFC0CB}
.color-swatch--rose-gold{background-color:#E0BFB8}
.color-swatch--sliver{background-color:#C0C0C0}
.color-swatch--emerald{background-color:#009572!important}
.color-swatch--cerulean-blue{background-color:#2a52be!important}
.color-swatch--red{background-color:red!important}

.color-swatch--burgundy{background-color:#4e0016!important}
.color-swatch--burant-orange{background-color:#6d2506!important}
.color-swatch--hunter-green{background-color:#005a5b!important}
.color-swatch--dusty-rose{background-color:#984945!important}
.color-swatch--burnished-gold{background-color:#bf702c!important}
.color-swatch--ivory{background-color:#efefe6!important}
.color-swatch--champagne{background-color:#e6dcc5!important}
.color-swatch--taupe{background-color:#bfaca2!important}
.color-swatch--dove{background-color:#aeaaa5!important}
.color-swatch--steel-gray{background-color:#6f6e71!important}
.color-swatch--baby-blue{background-color:#aed2ff!important}
.color-swatch--dusty-blue{background-color:#889bae!important}
.color-swatch--ink-blue{background-color:#0f546b!important}
.color-swatch--dark-navy{background-color:#353755!important}
.color-swatch--pearl-pink{background-color:#f0d3c9!important}
.color-swatch--dusty-rose{background-color:#b77b82!important}
.color-swatch--rose-quartz{background-color:#ddb5b3!important}
.color-swatch--desert-rose{background-color:#c47d78!important}
.color-swatch--burgundy{background-color:#7c2439!important}
.color-swatch--sage-green{background-color:#adc3b7!important}
.color-swatch--hunter-green{background-color:#314f41!important}
.color-swatch--green-olive{background-color:#8a8751!important}
.color-swatch--canary{background-color:#ca9927!important}
.color-swatch--cantaloupe{background-color:#e38474!important}
.color-swatch--raw-sienna{background-color:#d68b59!important}
.color-swatch--purple-haze{background-color:#baa9be!important}
.color-swatch--martini-olive{background-color:#8a8751!important}
.color-swatch--mint-green{background-color:#bde7d8!important}
.color-swatch--sage-green{background-color:#adc3b7!important}
.color-swatch--tiffany{background-color:#7ec9c8!important}
.color-swatch--turquoise{background-color:#00a3b2!important}
.color-swatch--dark-emerald{background-color:#204544!important}
.color-swatch--royal-blue{background-color:#2b3c74!important}
.color-swatch--navy{background-color:#353755!important}
.color-swatch--dusty-blue{background-color:#889bae!important}
.color-swatch--silver{background-color:#c4bfbc!important}
.color-swatch--steel-gray{background-color:#6f6e71!important}
.color-swatch--dark-navy{background-color:#353755!important}
.color-swatch--dove{background-color:#aeaaa5!important}
.color-swatch--pearl-pink{background-color:#f0d3c9!important}
.color-swatch--dusty-rose{background-color:#d09894!important}
.color-swatch--desert-rose{background-color:#b77b82!important}
.color-swatch--champagne-rose{background-color:#cc8986!important}
.color-swatch--vintage-mauve{background-color:#b98b98!important}
.color-swatch--candy-pink{background-color:#f5b3c0!important}
.color-swatch--lilac{background-color:#bdb0d0!important}
.color-swatch--dusty-lavender{background-color:#c4c3d0!important}
.color-swatch--dusty-blue-upgrade{background-color:#b0c4de!important}
.color-swatch--ivory{background-color:#efefe6!important}
.color-swatch--biscotti{background-color:#e0d1bd!important}
.color-swatch--champagne{background-color:#e6dcc5!important}
.color-swatch--taupe{background-color:#bfaca2!important}
.color-swatch--ballet-pink{background-color:#e8cbc7!important}
.color-swatch--peach-pink{background-color:#f8ac97!important}
.color-swatch--coral-pink{background-color:#f58381!important}
.color-swatch--mango{background-color:#f8b659!important}
.color-swatch--mustard-yellow{background-color:#f8c647!important}
.color-swatch--rust{background-color:#983b36!important}
.color-swatch--jester-red{background-color:#982439!important}
.color-swatch--burgundy{background-color:#7c2439!important}
.color-swatch--chianti{background-color:#6f2e35!important}
.color-swatch--orchid-mist{background-color:#a0749c!important}
.color-swatch--purple{background-color:#91498c!important}
.color-swatch--regency{background-color:#663e7d!important}
.color-swatch--grape{background-color:#5A224a!important}
.color-swatch--white{background-color:#ffffff!important;box-shadow: 0 0 0 1px #e8e8e1}
.color-swatch--pewter{background-color:#2c3031!important}
.color-swatch--black{background-color:#000000!important}

.color-swatch--pinks{ background-color:#e1bdb5!important}
.color-swatch--purples{ background-color:#ccbfd8!important}
.color-swatch--reds{ background-color:#6d1512!important}
.color-swatch--blues{ background-color: #c6d3e1!important}
.color-swatch--greens{ background-color:#a6b4b5!important}
.color-swatch--yellows{ background-color:#e19e4e!important}

/*
.chiffon-martini-olive{background-color:#8a8751}
.chiffon-mint-green{background-color:#bde7d8}
.chiffon-sage-green{background-color:#adc3b7}
.chiffon-tiffany{background-color:#7ec9c8}
.chiffon-turquoise{background-color:#00a3b2}
.chiffon-dark-emerald{background-color:#204544}
.chiffon-royal-blue{background-color:#2b3c74}
.chiffon-navy{background-color:#353755}
.chiffon-dusty-blue{background-color:#889bae}
.chiffon-silver{background-color:#c4bfbc}
.chiffon-steel-gray{background-color:#6f6e71}
.chiffon-dark-navy{background-color:#353755}
.chiffon-dove{background-color:#aeaaa5}
.chiffon-pearl-pink{background-color:#f0d3c9}
.chiffon-dusty-rose{background-color:#d09894}
.chiffon-desert-rose{background-color:#b77b82}
.chiffon-champagne-rose{background-color:#cc8986}
.chiffon-vintage-mauve{background-color:#b98b98}
.chiffon-candy-pink{background-color:#f5b3c0}
.chiffon-lilac{background-color:#bdb0d0}
.chiffon-dusty-lavender{background-color:#c4c3d0}
.chiffon-dusty-blue-upgrade{background-color:#b0c4de}
.chiffon-ivory{background-color:#efefe6}
.chiffon-biscotti{background-color:#e0d1bd}
.chiffon-champagne{background-color:#e6dcc5}
.chiffon-taupe{background-color:#bfaca2}
.chiffon-ballet-pink{background-color:#e8cbc7}
.chiffon-peach-pink{background-color:#f8ac97}
.chiffon-coral-pink{background-color:#f58381}
.chiffon-mango{background-color:#f8b659}
.chiffon-mustard-yellow{background-color:#f8c647}
.chiffon-rust{background-color:#983b36}
.chiffon-jester-red{background-color:#982439}
.chiffon-burgundy{background-color:#7c2439}
.chiffon-chianti{background-color:#6f2e35}
.chiffon-orchid-mist{background-color:#a0749c}
.chiffon-purple{background-color:#91498c}
.chiffon-regency{background-color:#663e7d}
.chiffon-grape{background-color:#5A224a}
.chiffon-white{background-color:#ffffff}
.chiffon-pewter{background-color:#2c3031}
.chiffon-black{background-color:#000000}
.satin-ivory{background-color:#efefe6}
.satin-champagne{background-color:#e6dcc5}
.satin-taupe{background-color:#bfaca2}
.satin-dove{background-color:#aeaaa5}
.satin-steel-gray{background-color:#6f6e71}
.satin-baby-blue{background-color:#aed2ff}
.satin-dusty-blue{background-color:#889bae}
.satin-ink-blue{background-color:#0f546b}
.satin-pearl-pink{background-color:#f0d3c9}
.satin-dusty-rose{background-color:#b77b82}
.satin-rose-quartz{background-color:#ddb5b3}
.satin-desert-rose{background-color:#c47d78}
.satin-burgundy{background-color:#7c2439}
.satin-sage-green{background-color:#adc3b7}
.satin-hunter-green{background-color:#314f41}
.satin-green-olive{background-color:#8a8751}
.satin-canary{background-color:#ca9927}
.satin-cantaloupe{background-color:#e38474}
.satin-raw-sienna{background-color:#d68b59}
.satin-purple-haze{background-color:#baa9be}
.velvet-burgundy{background-color:#4e0016}
.velvet-burant-orange{background-color:#6d2506}
.velvet-hunter-green{background-color:#005a5b}
.velvet-dusty-rose{background-color:#984945}
.velvet-burnished-gold{background-color:#bf702c}
*/


.btn.add-to-cart.color-swatch--champagne,
.btn.add-to-cart.color-swatch--ballet-pink,
.btn.add-to-cart.color-swatch--pearl-pink,
.btn.add-to-cart.color-swatch--ivory,
.btn.add-to-cart.color-swatch--white{background-color: #ff8675!important;}

.product__similar-vibes{font-size: 11px;text-align: center;padding:7px 10px 8px 10px;
  border-radius:50px;
  background-color: rgba(255,255,255,.8);
  text-transform: uppercase;
  color:#262A39;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-self: center;
}


.product-similar-vibes{position: absolute;left: 8px; bottom: 8px;margin:0;  z-index: 2}
@media only screen and (max-width:768px){
  
}

.icon-topnav-dis,
.icon-topnav-size,
.icon-topnav-ship{display: inline-block;margin-top: -2px;margin-right: 4px;vertical-align: middle;}


.product__wishlist{
  position:absolute !important;
  display: flex;
  align-items: center;
  justify-content:center;
  top: 0;
  right: 0;
  padding: 6px;
}

.tool-tip__inner .product__wishlist{ display: none;}

.product__wishlist .tatw_t212{display: none;}

.product__main-photos .product__wishlist{
  top: 3px;
  right: 3px;
}

.product__wishlist .icon-bg-white{
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
  border-radius: 50%;
  padding: 6px;
  /*box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 6px 16px rgba(0,0,0,0.09);*/
}
  
.product__wishlist .icon-fav {
  fill: transparent;
  stroke: #000000;
  display: inline-block;
    vertical-align: middle;
    will-change: fill;
    width: 18px;height: 18px;
    transition: color,fill,opacity;
    transition-duration: .4s;
    transition-timing-function: ease;
}
.collection-grid__wrapper .grid__item .product__wishlist .icon-fav{width: 18px;height: 18px;}

.product__wishlist .icon-bg-white{    display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;}

  .product__photos .product__wishlist .icon-bg-white{background-color: #fff;width: 36px;height: 36px;box-shadow: 0 10px 15px #00000014, 0 2px 2px #0000000d;}
.product__wishlist.active .icon-fav .a,
.product__wishlist.active .icon-fav {
  fill: #eb5757!important;
  stroke: #eb5757!important;
}
.site-nav__link{position: relative; text-transform: uppercase;}

.product-recommendations .product__wishlist {display: none!important;}

.product__wishlist_atb{
  margin-top:10px;
  display: none!important;
}
.product__wishlist_atb .product__wishlist{
  position: relative!important;
  display: block;
  width:100%;
  border: 1px solid var(--colorBtnPrimary);
  color:#000;
  display: flex;
}

.product__wishlist_atb .product__wishlist .icon-bg-white{
  background: none;  
}

.product__wishlist_atb .product__wishlist .tatw_t212{
  display: inline-block;

}



.product__wishlist_atb .product__wishlist .tatw_t212.wl_sedtf{display: none;}
.product__wishlist_atb .product__wishlist.active .tatw_t212{display: none;}
.product__wishlist_atb .product__wishlist.active .tatw_t212.wl_sedtf{display: inline-block;}


.product--sticky-atc-wrapper{display: none;}
			@media(max-width: 768px) {
        .product__wishlist_atb{display: block;}
        
			    .product--sticky-atc-wrapper {
			        position: fixed;
			        right: 0;
			        bottom: 0;
			        left: 0;
			        background: #fff;
			        border-top: 1px solid #a6b0b9;
			        -webkit-box-shadow: 0 -3px 8px rgba(0,0,0,.1);
			        box-shadow: 0 -3px 8px rgba(0,0,0,.1);
			        display: block;
			        padding: 4px 17px;
			        z-index: 3;
			    }
          .product--sticky-atc-wrapper-atb{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
          }
          .product--sticky-atc-wrapper .free-and-get-tips{position:relative;padding-bottom: 5px;display: flex;align-items: center; justify-content: center;font-size: 2.66667vw;height: 3.73333vw;padding-top: 1.8888vw;color: #999}
          .pdp__share-container, .product-common__wishlist {
            width: 38px;
            height: 38px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .pdp__share-container .tool-tip-trigger{display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;align-items: center;}
			    .product--sticky-atc-wrapper.ios14-fix {
			        bottom: 75px
			    }
			
			    .product--sticky-atc-wrapper.d-none {
			        display: none
			    }
			
			    .product--sticky-atc-wrapper .product-common__wishlist {
			        margin-right: 8px
			    }
			
			    .product--sticky-atc-wrapper .button--wishlist {
			        -webkit-box-orient: horizontal;
			        -webkit-box-direction: normal;
			        -ms-flex-direction: row;
			        flex-direction: row
			    }
			
			    .product--sticky-atc-wrapper .pdp__share-container {
			        margin: auto 25px auto 0
			    }
			
			    .product--sticky-atc {
			        -webkit-box-flex: 1;
			        -ms-flex-positive: 1;
			        flex-grow: 1
			    }
				.ca-chat-button{border: none!important;;background-color: transparent!important;display: flex; align-items: center; justify-content: center;}
				.ca-chat-button svg{width: 30px!important;height: 30px!important}
				.ca-chat-button.product__wishlist{position: initial!important;top: unset;right: unset;}
			}




      /*cry*/
      .layered-currency-switcher{width:auto;float:right;padding:0 0 0 50px;margin:0px;}.layered-currency-switcher li{display:block;float:left;font-size:15px;margin:0px;}.layered-currency-switcher li button.currency-switcher-btn{width:auto;height:auto;margin-bottom:0px;background:#fff;line-height:18px;border:1px solid #dadada;border-radius:25px;color:#9a9a9a;float:left;font-weight:700;margin-left:-46px;min-width:90px;position:relative;text-align:center;text-decoration:none;padding:10px 11px 10px 49px}.price-on-hover,.price-on-hover-wrapper{font-size:15px!important;line-height:25px!important}.layered-currency-switcher li button.currency-switcher-btn:focus{outline:0;-webkit-outline:none;-moz-outline:none;-o-outline:none}.layered-currency-switcher li button.currency-switcher-btn:hover{background:#ddf6cf;border-color:#a9d092;color:#89b171}.layered-currency-switcher li button.currency-switcher-btn span{display:none}.layered-currency-switcher li button.currency-switcher-btn:first-child{border-radius:25px}.layered-currency-switcher li button.currency-switcher-btn.selected{background:#de4c39;border-color:#de4c39;color:#fff;z-index:99;padding-left:23px!important;padding-right:23px!important}.layered-currency-switcher li button.currency-switcher-btn.selected span{display:inline-block}.doubly,.money{position:relative; font-weight:inherit !important; font-size:inherit !important;text-decoration:inherit !important;}.price-on-hover-wrapper{position:absolute;left:-50%;text-align:center;width:200%;top:110%;z-index:100000000}.price-on-hover{background:#333;border-color:#FFF!important;padding:2px 5px 3px;font-weight:400;border-radius:5px;color:#fff;border:0}.price-on-hover:after{content:"";position:absolute;left:50%;margin-left:-4px;margin-top:-2px;width:0;height:0;border-bottom:solid 4px #333;border-left:solid 4px transparent;border-right:solid 4px transparent}.doubly-message{margin:5px 0}.doubly-wrapper{float:right}select.currency-switcher{margin:0px; position:relative; top:auto;}select.currency-switcher{display:none}.doubly-nice-select{-webkit-tap-highlight-color:transparent;box-sizing:border-box;cursor:pointer;display:block;float:left;outline:0;position:relative;transition:none;/*transition:all .2s ease-in-out;*/-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.doubly-nice-select:hover{border-color:#dbdbdb}.doubly-nice-select.open,.doubly-nice-select:active,.doubly-nice-select:focus{}.doubly-nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;box-sizing:content-box;pointer-events:none;position:absolute;right:14px;top:16px;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:transform .15s ease-in-out;width:5px}.doubly-nice-select.open:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.doubly-nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0); z-index:1000000 !important;}.doubly-nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.doubly-nice-select.disabled:after{border-color:#ccc}.doubly-nice-select.wide{width:100%}.doubly-nice-select.wide .list{left:0!important;right:0!important}.doubly-nice-select.right .list{left:auto;right:0}.doubly-nice-select.small{font-size:12px;height:36px;line-height:34px}.doubly-nice-select.small:after{height:4px;width:4px}.flags-Afghanistan,.flags-Albania,.flags-Algeria,.flags-Andorra,.flags-Angola,.flags-Antigua-and-Barbuda,.flags-Argentina,.flags-Armenia,.flags-Aruba,.flags-Australia,.flags-Austria,.flags-Azerbaijan,.flags-Bahamas,.flags-Bahrain,.flags-Bangladesh,.flags-Barbados,.flags-Belarus,.flags-Belgium,.flags-Belize,.flags-Benin,.flags-Bermuda,.flags-Bhutan,.flags-Bitcoin,.flags-Bolivia,.flags-Bosnia-and-Herzegovina,.flags-Botswana,.flags-Brazil,.flags-Brunei,.flags-Bulgaria,.flags-Burkina-Faso,.flags-Burundi,.flags-Cambodia,.flags-Cameroon,.flags-Canada,.flags-Cape-Verde,.flags-Cayman-Islands,.flags-Central-African-Republic,.flags-Chad,.flags-Chile,.flags-China,.flags-Colombia,.flags-Comoros,.flags-Congo-Democratic,.flags-Congo-Republic,.flags-Costa-Rica,.flags-Cote-d_Ivoire,.flags-Croatia,.flags-Cuba,.flags-Curacao,.flags-Cyprus,.flags-Czech-Republic,.flags-Denmark,.flags-Djibouti,.flags-Dominica,.flags-Dominican-Republic,.flags-East-Timor,.flags-Ecuador,.flags-Egypt,.flags-El-Salvador,.flags-Equatorial-Guinea,.flags-Eritrea,.flags-Estonia,.flags-Ethiopia,.flags-European-Union,.flags-Falkland-Islands,.flags-Fiji,.flags-Finland,.flags-France,.flags-Gabon,.flags-Gambia,.flags-Georgia,.flags-Germany,.flags-Ghana,.flags-Gibraltar,.flags-Grecee,.flags-Grenada,.flags-Guatemala,.flags-Guernsey,.flags-Guinea,.flags-Guinea-Bissau,.flags-Guyana,.flags-Haiti,.flags-Honduras,.flags-Hong-Kong,.flags-Hungary,.flags-IMF,.flags-Iceland,.flags-India,.flags-Indonesia,.flags-Iran,.flags-Iraq,.flags-Ireland,.flags-Isle-of-Man,.flags-Israel,.flags-Italy,.flags-Jamaica,.flags-Japan,.flags-Jersey,.flags-Jordan,.flags-Kazakhstan,.flags-Kenya,.flags-Korea-North,.flags-Korea-South,.flags-Kosovo,.flags-Kuwait,.flags-Kyrgyzstan,.flags-Laos,.flags-Latvia,.flags-Lebanon,.flags-Lesotho,.flags-Liberia,.flags-Libya,.flags-Liechtenstein,.flags-Lithuania,.flags-Luxembourg,.flags-Macao,.flags-Macedonia,.flags-Madagascar,.flags-Malawi,.flags-Malaysia,.flags-Maldives,.flags-Mali,.flags-Malta,.flags-Marshall-Islands,.flags-Mauritania,.flags-Mauritius,.flags-Mexico,.flags-Micronesia-_Federated_,.flags-Moldova,.flags-Monaco,.flags-Mongolia,.flags-Montenegro,.flags-Morocco,.flags-Mozambique,.flags-Myanmar,.flags-Namibia,.flags-Nauru,.flags-Nepal,.flags-Netherlands,.flags-New-Zealand,.flags-Nicaragua,.flags-Niger,.flags-Nigeria,.flags-Norway,.flags-Oman,.flags-Pakistan,.flags-Palau,.flags-Panama,.flags-Papua-New-Guinea,.flags-Paraguay,.flags-Peru,.flags-Philippines,.flags-Poland,.flags-Portugal,.flags-Qatar,.flags-Romania,.flags-Russia,.flags-Rwanda,.flags-Saint-Helena,.flags-Saint-Kitts-and-Nevis,.flags-Saint-Lucia,.flags-Saint-Vincent-and-the-Grenadines,.flags-Samoa,.flags-San-Marino,.flags-Sao-Tome-and-Principe,.flags-Saudi-Arabia,.flags-Seborga,.flags-Senegal,.flags-Serbia,.flags-Seychelles,.flags-Sierra-Leone,.flags-Singapore,.flags-Slovakia,.flags-Slovenia,.flags-Solomon-Islands,.flags-Somalia,.flags-South-Africa,.flags-South-Sudan,.flags-Spain,.flags-Sri-Lanka,.flags-Sudan,.flags-Suriname,.flags-Swaziland,.flags-Sweden,.flags-Switzerland,.flags-Syria,.flags-Taiwan,.flags-Tajikistan,.flags-Tanzania,.flags-Thailand,.flags-Togo,.flags-Tonga,.flags-Trinidad-and-Tobago,.flags-Tunisia,.flags-Turkey,.flags-Turkmenistan,.flags-Tuvalu,.flags-Uganda,.flags-Ukraine,.flags-United-Arab-Emirates,.flags-United-Kingdom,.flags-United-States,.flags-Uruguay,.flags-Uzbekistan,.flags-Vanuatu,.flags-Vatican-City,.flags-Venezuela,.flags-Vietnam,.flags-Wallis-and-Futuna,.flags-XAG,.flags-XAU,.flags-XPT,.flags-Yemen,.flags-Zambia,.flags-Zimbabwe{width:30px;height:20px}.doubly-nice-select.small .option{line-height:34px;min-height:34px}.doubly-nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin:4px 0 0!important;opacity:0;overflow:scroll;overflow-x:hidden;padding:0;pointer-events:none;position:absolute;top:100%;max-height:260px;left:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:100000}.doubly-nice-select .current img,.doubly-nice-select .option img{vertical-align:top;padding-top:10px}.doubly-nice-select .list:hover .option:not(:hover){background-color:transparent!important}.doubly-nice-select .option{font-size:13px !important;float:none!important;text-align:left !important;margin:0px !important;letter-spacing:normal;text-transform:none;display:block!important;cursor:pointer;font-weight:400;line-height:40px!important;list-style:none;min-height:40px;min-width:55px;margin-bottom:0;outline:0;padding-left:18px!important;padding-right:34px!important;text-align:left;transition:all .2s}.doubly-nice-select .option.focus,.doubly-nice-select .option.selected.focus,.doubly-nice-select .option:hover{background-color:#f6f6f6}.doubly-nice-select .option.selected{font-weight:700}.doubly-nice-select .current img{line-height:45px}.doubly-nice-select.slim{padding:0 18px 0 0;height:20px;line-height:20px;border:0;background:0 0!important}.doubly-nice-select.slim .current .flags{margin-top:0 !important}.doubly-nice-select.slim:after{right:4px;top:6px}.doubly-float .doubly-nice-select .list{background-color: #fff;top:-210px;left:0;right:auto}.doubly-nice-select, .doubly-nice-select .list { background: transparent; } .doubly-nice-select .current, .doubly-nice-select .list .option { color: #403F3F; } .doubly-nice-select .option:hover, .doubly-nice-select .option.focus, .doubly-nice-select .option.selected.focus { background-color: #F6F6F6; } .price-on-hover { background-color: #333333 !important; color: #FFFFFF !important; } .price-on-hover:after { border-bottom-color: #333333 !important;}
      #NavDrawer .ca-convert-currency-wrapper{padding-right: 17px;}
      #NavDrawer .doubly-nice-select{padding-top: 10px;padding-bottom: 5px;min-width: 108px;}
      #NavDrawer .ca-convert-currency-wrapper .doubly-nice-select{border: none;font-size: 16px;}
      
      #NavDrawer .doubly-float .doubly-nice-select .list{left: 0;right: 0;top: 108%;bottom: initial;background-color: #fff;}
      .footer__section .doubly-float .doubly-nice-select .list{left: initial;right: initial;top: initial;bottom: 108%;}
      .doubly-float .doubly-nice-select .list{border: 1px solid #DEDEDE;border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);}
  #NavDrawer .doubly-nice-select:after{top: 11px;}
      .site-nav .doubly-nice-select{width: 100%;height: 100%; position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: transparent;}
      .site-nav .doubly-nice-select .list{top: 100%;right: 0;left: initial;}
      .site-nav .doubly-nice-select:after,
      .site-nav .doubly-nice-select .current.notranslate{display: none!important;}

      .footer__section .ca-convert-currency-wrapper{margin: 10px 20px; display: inline-block;}
      .footer__section .doubly-nice-select .current{    color: #873036;color: var(--colorFooterText);}
      .footer__section .ca-convert-currency-wrapper .doubly-nice-select{background-color: transparent;padding: 10px 48px 9px 18px;border: 1px solid; border-radius: 4px;}
      .footer__section .ca-convert-currency-wrapper .doubly-nice-select:after{border-color: #873036;border-color: var(--colorFooterText);-webkit-transform: rotate(45deg);
        transform: rotate(45deg)}
      

      .collection-sidebar__group--1 .collection-sidebar__group{overflow: initial;}


      .grid-product__colors-qty{margin-bottom: 6px;font-size: 9px;text-transform: uppercase;padding-left:0}


      .listOfLinks{display: flex;flex-wrap: wrap;text-align: left; margin: 0 auto 25px auto;}
			.listOfLinks__list{margin: 0;width: 100%;float: none;list-style: none;padding: 0}
			.listOfLinks__item{    list-style: none;
    border-bottom: solid 2px #eee;
    margin: 0;
    height: 48px;}
	.listOfLinks__link {
	    font-size: 16px;
	    height: 48px;
	    font-weight: normal;
	    letter-spacing: .4px;
	    line-height: 16px;
	    text-decoration: none;
	    color: #2d2d2d;
	    display: block;
	}
	.listOfLinks__text {
	    line-height: 48px;
	    display: block;
	}
	.listOfLinks__titleWrap {
	    display: block;
	    text-align: center;
	    max-height: 34px;
	    overflow: hidden;
	    margin: 24px 0;
	    width: 100%;
	}
	.listOfLinks__title {
	    text-transform: uppercase;
	    color: #000;
	    margin: 0 auto 60px;
	    text-align: center;
	    font-weight: 700;
	    display: inline;
	    letter-spacing: 2px;
	    line-height: 34px;
	    font-size: 18px;
	    height: 20px;
	    padding: 4px 0 5px 0;
	}
			@media(min-width: 768px) {
				.listOfLinks__list{float: left;flex:1;}
        .rte li.listOfLinks__item,
				.listOfLinks__item {
				    border: 0;
				    height: 21px;
				    margin: 0 0 21px 0;
				}
				.listOfLinks__link {
				    height: auto;
				    font-weight: normal;
				    letter-spacing: .4px;
				    text-decoration: none;
				    color: #2d2d2d;
				    display: block;
            text-decoration: none;
				    border: 0;
				    padding: 0 20px 0 0;
            border: none!important;
				}
				.listOfLinks__text {
				    font-size: 16px;
				    line-height: 21px;
				    display: inline-block;
				    vertical-align: top;
				}
				.listOfLinks__titleWrap {
				    display: block;
				    text-align: center;
				    max-height: 34px;
				    overflow: hidden;
				    margin-bottom: 30px;
				}
				.listOfLinks__title {
				    font-size: 26px;
				    text-transform: uppercase;
				    color: #000;
				    margin: 0 auto 60px;
				    text-align: center;
				    font-weight: 700;
				    display: inline;
				    letter-spacing: 2px;
				    line-height: 34px;
				}
			}
      .slideshow__slide--slideshow-1 .hero__title,
      .slideshow__slide--slideshow-0 .hero__title{}

      #shopify-block-AWlFKN3ZSeEsrbEtlM__60140ab0-db33-4d95-9ece-e57b5109b676-1{margin-bottom: 6px;}
      .grid-product__meta .jdgm-widget.jdgm-widget{margin-bottom: 3px;}
      .template-index .jdgm-preview-badge[data-template="index"]{display: block!important;}


      .variant-input .goods-color__hot {
        position: absolute;top: -4px;right: -2px;
        width: 24px;height: 13px;
        z-index: 3;
    }
    @media(max-width: 768px) {
      .variant-input .goods-color__hot {width: 19px;top: -2px;right: auto;left: -2px;
        height: 10px;}
    }

.grid-product__fc{margin-bottom: 6px;font-size: calc(var(--typeBaseSize) - 3px);color:#6e6e6e;}

/*.grid__image-ratio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 2rem;
  background-image: url(//cdn.shopify.com/s/files/1/0619/2657/2241/files/corner.svg?v=1689214991);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}*/

.product-sub-name{color: #999;line-height: 20px; margin-bottom: 7.5px;font-size: .75rem;}

@media only screen and (max-width:768px){
  .product-sub-name{/*font-size: 12px;margin-bottom: 0; color: #2c2c2c;
    color: var(--colorTextBody);overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/display: none;}
}

.product_selling_point{background-color:#f7f7f7 ;padding: 10px;color: #333;display: flex;;margin: 15px 0 10px;}
.product_selling_point_content{font-size:12px;line-height: 20px;}
.product_selling_point_item{font-weight: 600;}

.product_selling_point_content .see-more{text-decoration: underline; cursor: pointer; font-weight: normal;}

.product-block--sales-point{margin-bottom: 0;}
.ca-sales-points{margin: 0;}

.item-pcshipindays .ship-in-time{text-decoration: none;font-size: 12px;}
.item-pcshipindays:hover{text-decoration: none;}

.product-choose-color-show .get-color-swatch{display: flex!important;justify-content: center!important; align-items: center!important;}
  .product-choose-color-show .get-fabric-1-2-yard{display: flex!important;justify-content: center!important; align-items: center!important;    width: 100%;
    min-height: 48px;
    border: 1px solid #777;}
    
.quik-add-to-cart-color .color-swatch-gcs{width:15px;height: 15px; border-radius: 0;margin-right: 6px;;border: none;border: 2px dotted #fff;}
.quik-add-to-cart-color .color-swatch-gcs.chiffon-white{border-color:#f2f2f2;}
.get-color-swatch .color-swatch-gcs-text{display: inline-block;text-decoration: underline;font-size: 12px;}
.paypal-button.paypal-button-shape-rect{border-radius: 50px!important}


select.ca-size-select{border: none;background-color: transparent;padding: 2px 24px 2px 0;
  font-size: 13px;font-weight: normal;text-transform: uppercase;}
.product__color:hover,
select.ca-size-select:hover{border-color: #222;}
@media only screen and (max-width: 768px){
  .product-choose-color-show .get-color-swatch{padding-left: 0;}
  select.ca-size-select{
    transform: scale(0.8625);
    transform-origin: left;}
}
.ca-product-fit-tips{font-size: 12px;line-height: 16px;font-weight: 400;}
.ca-product-fit-tips .capf-tips-key{color: #999;}
.shop-more-this-color {font-size: 12px;font-weight: normal;letter-spacing: normal;text-transform: capitalize;text-align: right;display: none;}

.product-klarna>span,
.shop-more-this-color,
.ca-size-helper-wrapper span,
.se9Sn,
.get-color-swatch .color-swatch-gcs-text{}


.ca-product-atb-control-color{cursor: pointer;;display: flex;flex-grow: 1;flex-direction: column;padding:0px 10px 0px; background-color: #fff;border:1px solid #e9e9e9; border-radius: var(--buttonRadius) 0 0 var(--buttonRadius);display: none!important;}
.ca-product-atb-control-color{justify-content: center;}

.ca-product-atb-control-color .fs0If{font-size: 11px;}
.ca-product-atb-control-color .product__price{margin-bottom: 0px;}

.ca-product-atb-control-color{border: none;padding-left: 0;}

.ca-product-atb-v3727{position:fixed;bottom: -100px;opacity: 0;transition: bottom 0.5s, opacity 0.4s;
  left: 24px;right: 24px;margin: 0 auto;z-index: 10; padding: 0;padding:8px 17px;max-width: 600px;background-color: #ffffff;
  ;box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 24px 0px;}
			.ca-product-atb-wrapper{ position:relative; }
			.ca-product-atb-buttons{display: -webkit-box;height: 48px;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: margin .15s ease-out;
    transition: margin .15s ease-out;
	  -webkit-transform: translateY(0);
    transform: translateY(0);    border-left: none;
    border-right: none;
    position: relative;
}

.ca-product-atb-v3727 .product-choose-color-show{
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0 2px;
    margin-bottom: 0;
}

.product-choose-color-show .get-color-swatch{
  display: flex;justify-content: center;
    align-items: center;margin-top: 10px;
}


@media only screen and (min-width: 769px){
  .ca-product-atb-v3727{display: none!important;}
}

@media only screen and (max-width: 768px){
  .shop-more-this-color{font-size: 9px;}
  .ca-product-atb-v3727{left: 0;right: 0; 
  /*background-color: #fff;border-top: 1px solid #dddddd;*/}}
.button.button--secondary-picker{    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    min-width: auto;
    position:relative;
    padding: 0 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left:none;
    border-right: none;

  }
    
.ca-product-atb-size-button{display: flex; flex-direction: row;position:relative;flex-grow: 2;}

.ca-product-atb-size-button .ca-product-atb-control-left,
.ca-product-atb-size-button .ca-add-to-bag{flex-grow: 2;}

.size-picker .size-picker__size-select{position: relative;
    -webkit-transition: padding .15s;
    transition: padding .15s;
    width: 100%;}
.size-picker .size-picker__size-select--dropdown { 
    border-color: #d3d3d3;
    min-width: 100px;
    border-left:1px solid #d3d3d3; border-radius: var(--buttonRadius) 0 0 var(--buttonRadius);
     border-color:#000;
    /*border-radius: 50px 0 0 50px;*/
    width: 100%;
}


.ca-product-atb-v3727.cadisplay{bottom: 0!important;opacity: 1;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;}

@media only screen and (max-width: 1023px){
	.size-picker .size-picker__size-select--dropdown {
		padding: 4px 5px 5px;
	}
}
.size-picker .size-picker__size-select--full-width {
    position: static;
}
.button__content {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    padding-left: 15px;padding-right: 15px;
    justify-content: space-between;
    align-items: center;
}
.button__content .product__price{font-size: 14px!important;line-height: 1;font-weight: 600;letter-spacing: 0;}

.color-selector-icon{white-space: nowrap;display:flex;text-align: left;margin-bottom: 1px;}
.color-selector-icon-item{width: 16px;height: 16px; display: inline-block;}
.color-selector-icon-item.color-selector-icon-Sel{border:1px solid #2c2c2c;padding:2px;margin-right: 4px;position:relative;}
.color-selector-icon-item.color-selector-icon-Sel:before{    content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;border: 2px solid #ffffff;}
.color-selector-icon-iqty{margin: auto 4px;line-height: 12px;}
.button__content span{font-weight: bold;letter-spacing: normal;}
.button__content span.tag-freeship{
  font-size: 11px !important;}

.size-picker .size-picker__label {
    pointer-events: none;font-size: 12px;max-width: 90px;
}
.size-picker .size-picker__dropdown-type-selector {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.size-picker .size-picker__size-select--full-width .size-picker__dropdown-type-selector {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 100;
}
.ca-product-atb-wrapper,
.size-picker .size-picker__size-select--full-width .size-picker__dropdown-type-selector,
.ca-add-to-bag__button,.button.button--secondary-picker{height:50px}
.ca-add-to-bag__button{position: relative;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    position: relative;
    padding: 0 0;
    background: #333;
    background: var(--colorDrawerButton);
    border: 1px solid #333;
    border-radius: var(--buttonRadius) var(--buttonRadius);
    border: 1px solid var(--colorDrawerButton);
    
    color: #fff;
	width: 100%;
  min-width: 108px;
  font-weight: 600;
	}
	.ca-add-to-bag__button .product__price{color: #fff;}
	
	.ca-add-to-bag .ca-add-to-bag__button-content {
	    height: 100%;
	    text-align: center;
	    width: 100%;
	    z-index: 2;
	}
	.ca-add-to-bag .ca-add-to-bag__button-content, 
	.ca-add-to-bag__button-content--fixed {
	    -webkit-transition: left .15s;
	    transition: left .15s;
	}
	.ca-add-to-bag__button-title {
	    -webkit-box-align: center;
	    -ms-flex-align: center;
      text-transform: capitalize;
	    align-items: center;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    height: 100%;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content:center;
	    opacity: 1;
	    -webkit-transform: translateY(80%);
	    transform: translateY(80%);
	    -webkit-transition: opacity .28s cubic-bezier(.4,0,.6,1),-webkit-transform .28s cubic-bezier(.4,0,.6,1);
	    transition: transform .28s cubic-bezier(.4,0,.6,1),opacity .28s cubic-bezier(.4,0,.6,1);
	    transition: transform .28s cubic-bezier(.4,0,.6,1),opacity .28s cubic-bezier(.4,0,.6,1),-webkit-transform .28s cubic-bezier(.4,0,.6,1);
	    width: 100%;
	}
	.ca-add-to-bag--animate-title-false .ca-add-to-bag__button-title{    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ca-add-to-bag__text-wrapper {
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;  
    text-transform: uppercase;
    justify-content: center;
}  
/*
.ca-product-atb-v3727.only-atb .ca-product-atb-control-color,
.ca-product-atb-v3727.only-atb .ca-product-atb-control-left{
  display: none;
}

.ca-product-atb-v3727.only-atb .ca-add-to-bag__text-wrapper{
  font-size: 15px;
}
*/


.template-collection .collection-content{padding-top:0;}
.template-collection .page-content--top{margin-bottom: 0}

.colors-swatch-green{background-color: #adc3b7!important;}
.colors-swatch-pink{background-color: #e8cbc7!important}
.colors-swatch-red{background-color: #983b36!important}
.colors-swatch-yellow{background-color: #f8c647!important}
.colors-swatch-orange{background-color: #e38474!important}
.colors-swatch-blue{background-color: #889bae!important}
.colors-swatch-purple{background-color: #baa9be!important}
.colors-swatch-grey{background-color: #c4bfbc!important}
.colors-swatch-neutral{background-color: #e6dcc5!important}
.colors-swatch-white{background-color: #ffffff!important;box-shadow: 0 0 0 1px #e8e8e1}
.colors-swatch-black{background-color: #222222!important;}
.colors-swatch-all{background: conic-gradient(from 90deg, rgb(235, 63, 52), rgb(84, 181, 246), rgb(65, 246, 63), rgb(253, 142, 33), rgb(255, 255, 0), rgb(144, 19, 254), rgb(235, 63, 52)) center center / cover;opacity: 0.9;}


.category-description-sdf3{margin:0 auto;padding-bottom: 0;}
.cdsdf3-container{margin:0 auto 0;max-width: 650px;position: relative}
.cdsdf3-icon{      
  display: inline-block;
  height: 5px;cursor: pointer;
  -webkit-mask: var(--image) 0 -1px no-repeat;
  mask: var(--image) 0 -1px no-repeat;
  max-width: calc(10% - 8px);
  position: absolute;  
  width: 10px;}
  .cdsdf3-icon.descriptionExpanded_SDFj{ top: 50%;
    transform: rotate(180deg);}
.description_Swfhs{display: inline-block;color:#666; cursor: pointer;font-size: 12px;line-height: 24px;margin: 0!important;height: 24px; max-width: calc(95% - 8px); padding-right: 8px; overflow: hidden;text-align: center;text-overflow: ellipsis; white-space: nowrap;}
.description_Swfhs.descriptionExpanded_SDFj{height: unset;overflow: visible;white-space: unset;}
@media only screen and (min-width:769px){
  .cdsdf3-icon.descriptionExpanded_SDFj{  margin:0 16px;}
}

.product-block-variant{margin-top: 25px; margin-bottom: 25px}
.product-block-variant.product-block-variant-color{margin-top: 10px;}


.variant-input-wrap input[type=radio]:checked+label+label span{color:var(--colorBtnPrimary)!important;color:#000!important;}

.coections-top-menu{
  display: flex;
  margin: 0 auto;
  padding: 0 8px;
  margin-top: 0;
}


  @media only screen and (max-width:768px){
    .atbp-tip{font-size: 12px; text-align: center; display: block; margin-bottom: 6px}    
    .coections-top-menu{padding: 0; margin-left: -17px;margin-right: -17px;background-color: #f8f8f8;}
    .template-index .style-color-family{margin-left: -17px;width: initial;margin-right: -17px;}
    .hero__text-content.vertical-center{vertical-align: bottom;}
  }

  .cursor-pointer{cursor: pointer;}
  .ca-size-helper-wrapper{display: flex; justify-content: space-between;align-items: center;font-weight: normal;}
  .ca-size-helper-wrapper>div{height: 16px;line-height: 16px;}
  .ca-size-helper-wrapper span{display: inline-block;text-transform: capitalize;margin-left: 4px;text-decoration: underline; font-size: 12px;font-weight: normal;}


/* 
.ca-product-announcement-bar{display: none;}
    @media only screen and (max-width:768px){
      .ca-product-announcement-bar{display: block;margin-right: -17px;margin-left: -17px;}
      .ca-product-announcement-bar .announcement-bar{background-color: #ffe7e7;}
      .ca-product-announcement-bar .announcement-link{color: #873036;}
      .template-product #shopify-section-header .announcement-bar{display: none;}
      .ca-product-announcement-bar .ship-in-time{color:#873036;font-size: unset; font-weight: 700; letter-spacing:unset;}
}*/





.home-custom-right-textbox{padding: 2rem;}
  #shopify-section-template--25027289973077__6bad52e3-07db-4504-97cd-c7784d91597b .custom__item-inner{display: block;}
  #shopify-section-template--25027289973077__6bad52e3-07db-4504-97cd-c7784d91597b.custom__item-inner{background-color:#fff0f0}
  @media only screen and (min-width:769px){
    .home-custom-right-textbox{max-width: 32rem;
      width: calc(100% - 4rem);}
    #shopify-section-template--25027289973077__6bad52e3-07db-4504-97cd-c7784d91597b .custom-content{background-color:#fff0f0}
    #shopify-section-template--25027289973077__6bad52e3-07db-4504-97cd-c7784d91597b .custom__item{margin:0;padding: 0;}
    
  }
  



  .accordion {
    width: 100%;
    max-width: 100%;
    padding-bottom: 3rem;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    margin: 1rem 0;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header h2{margin-bottom:inherit;line-height: 1.4;font-weight: normal; font-size:calc(var(--typeHeaderSize)*.58) ;}
  .accordion-item-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    font-weight: normal;
    right: 1rem;
  }

  .accordion-item .accordion-item-header h2{ text-transform: capitalize;}

  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }

  .accordion-item-body-content ul{padding-left: 1rem;}

  .accordion-item-body-content ul li{margin-bottom: 0.6rem;}
.template-article .page-width{}



.index-crossLinkContainer{ margin: 15px 0 50px; width: 100%; text-align: center;}
.index-arrow{    display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 1px;}
  .section-header__link .index-arrow{border-color: #222;}

  ._psqsas .index-arrow{
    width: 8px; height: 8px;border-width: 1px 1px 0 0;border-color: #777;
  }
.btn-color-light:hover, 
.btn-color-light{color: var(--colorBtnPrimary);color: var(--colorBtnPrimary);padding-top: 15px;padding-bottom: 15px;}

.btn-color-light .index-arrow{border-color: var(--colorBtnPrimary);border-color: var(--colorBtnPrimary);}
.btn-color-light{font-weight: normal;}
@media only screen and (max-width:768px){
  .index-crossLinkContainer .btn-color-light{width: 100%; border-width: 0;font-size: 13px; border-bottom-width: 1px ;padding-left: 0; border-radius: 0;text-align: left;color: #222;text-transform: capitalize;}
  .index-crossLinkContainer .btn-color-light:first-child{border-top-width: 1px;}
  .btn-color-light .index-arrow{border-color: #222;}
  .template-collection .page-content--top{padding-top:17px;margin-bottom: 0;}
}

.product-choose-color-show{margin-top: 0;margin-bottom: 15px;}




.product-deliverinfo{border: 1px solid #eee;}
.product-delivery-time{}
.product-delivery-time-info>div{    padding: 10px 12px 0;font-size:12px;
  line-height: 20px;display: flex;letter-spacing: normal;
  ;}
.product-delivery-time-info{font-size: 12px;}
.pdt-title{padding: 0 0 7px;text-align: left;margin-top: 10px;}
.pdt-title svg{width:24px;height:24px;margin-right: 4px;}
.product-delivery-time-info .pdt-ship-expedited:last-child{margin-bottom: 0;}
.product-delivery-time-info .pdt-ship-expedited{position:relative}
.product-delivery-time-info>div svg.ca-pship{width:24px;height:20px;fill: #873036;
  display: flex;
      justify-content: center;
      min-width: 26px;
      box-sizing: border-box;
      padding-right: 6px;}
.pdt-learn-more{margin:7.5px 0;}
.se9Sn{font-size: 12px;; white-space: normal;margin-bottom: 10px;}
.product-delivery-time-info>div.se9Sn{display: block;}

.product-klarna{
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top:12.5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
}
.product-mob-header .product-klarna{margin-bottom:0;}
  .product-klarna svg.icon-tip{width: 14px;height: 14px; cursor: pointer;}
  .product-klarna>svg,
  .product-klarna>span{margin-right: 4px;
    text-align: left;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 20px;}
  .product-klarna>span.money{color:#222}
  .kalarna-tip-text4 .ca-modal-message{display:flex; align-items:center}
  .kalarna-tip-text4 svg{margin-left:6px}

  /*
  .product-colors-count{
    height: 26px;
    border-radius: 16px 0 0 16px;
    background-color: #fff;
    bottom: 36px;
    right: 0;
    position: absolute;
    vertical-align: bottom;
    text-align: center;
    padding: 0 0 0;
    cursor: pointer;
    z-index: 10;
    opacity: .9;
    border: 1px solid #eaeaec;
  border-right: none;
    display: none;
}
@media only screen and (max-width:768px){
  .product-colors-count{display: block}
}
.similar_container{padding-top: 1px;position: relative;
height: 100%;}
.product-colors-count .text{    
  padding-left: 5px;
padding-right: 5px;
margin-bottom: 5px;
margin-left: 20px;
font-size: 12px;
text-align: center;
font-weight: 700;
color: #282c3f;
letter-spacing: .5px;}
.combined-shape{
  background: conic-gradient(from 90deg,rgb(235,63,52),rgb(84,181,246),rgb(65,246,63),rgb(253,142,33),rgb(255,255,0),rgb(144,19,254),rgb(235,63,52)) center center / cover;
  opacity: .9;width: 14px;height: 14px; position:absolute;left:6px;top:5px;display: inline-block;border-radius: 50%;vertical-align: middle
}

.combined-center{
  height: 10px;
  display: inline-block;
  width: 10px;
  position: absolute;
  background-color: #fff;
  border-radius: 23px;
  left: 2px;
  top: 2px;
}


.copy-code-wraper{    display: inline-block;
  white-space: nowrap;
  border: 1px solid green;
  border-style: dashed;
  padding: 2px;
  border-radius:4px;
}
.coupon-code-text,.copy-coupon-label{display:inline-block;margin:0}
.coupon-code-text{color:green; font-weight:bold;margin-left:4px;}
.copy-coupon-label{margin-left:4px;background-color:green; color:#fff; cursor: pointer;padding:2px 4px;border-radius:4px;font-size:12px;text-transform:uppercase;}
*/




.color-list-sbc{display: flex; justify-content: center;flex-flow: wrap;
  align-items: flex-start; list-style: none;margin: 0;padding:0;}
.color-list-sbc .tag{display: inline-block;text-align: center;}
.color-list-sbc .tag{width:120px;max-width:120px;}
@media only screen and (min-width:0){
  .color-list-sbc .tag{height:auto;width:25%;}
}
@media only screen and (min-width:900px){
  .color-list-sbc .tag{height:auto;width:100px;max-width:100px;}
}
@media only screen and (min-width:1101px){
  .color-list-sbc .tag{height:auto;width:120px;max-width:120px;}
}
.color-list-sbc .color-item{display: block!important;margin: 10px; border: none !important;text-decoration: none!important;}
.color-list-sbc .option_circle{display: inline-block;
  width: 100%;
  padding-bottom: 100%;	
  height: 0;
  border-radius: 50%;}
.collection-content .color-item-content{max-width: 60px; margin: 0 auto;}
.color-list-sbc .color-item-name{display: block;
  margin-top: 5px;
  height: 40px;font-weight: normal;
  font-size:13px;line-height: 15px;
  overflow-y: hidden;}


.underline{ text-decoration: underline;}

/*color group*/
.product-color-group-scroller{position: relative;}
   .style-color-family.scf-product{display: none;}
  @media only screen and (max-width:768px){
    .color-list-sbc .color-item-name{font-size: 12px;line-height: 14px;}
    /*.product-delivery-time-info .pdt-ship-expedited,
    .product-delivery-time-info .pdt-return{margin-bottom:12px}*/
    .style-color-family.scf-product{display: block;}
  }
.style-color-family.scf-product{margin-right: -17px; margin-left: -17px; margin-bottom:10px ;width: initial;}
.style-color-family.scf-product .color-family-list-box{height: 40px;padding-top: 2px;padding-left: 15px;justify-content: flex-start;min-width: 100%; }
.style-color-family.scf-product .color-family-list-box .color-family-item:last-child{margin-right: 17px;;}
.style-color-family.scf-product .color-family-list-box .color-family-item .family-item-content .color-img-box .color-img{height:16px;border-radius: 2px;box-shadow: none;}
.style-color-family.scf-product .color-family-list-box .color-family-item .family-item-content .color-img-box .color-img-border{border-radius: 2px;}
.style-color-family.scf-product .color-family-list-box .color-family-item .family-item-content .color-name{display: initial;}
.style-color-family.scf-product .style-color-family-scroll-box{border-bottom: none;}
.style-color-family.scf-product .color-family-list-box .color-family-item{min-width: 48px;}

.cart__remove{margin-top: 12px; display: none;}

.product-block-line{padding:0 0  15px;}

.prod-mob-sku-review,
.product-promo-message-box{margin-bottom: 6px;}
.wBl14d0{font-size: 12px; line-height: 14px;text-align: left;letter-spacing: normal;margin: 0;
  font-weight: bold;
  color: #0248D2;
  background-color: #D2E9FF;
    cursor: pointer;
    border-radius: 30px;
        object-fit: fill;
    max-width: 100%;
    align-items: center;
    display: inline-block;    padding: 4px 8px;
  }
@media only screen and (min-width:769px){

}

.container{border: none!important;padding: 0!important;text-align: left!important;}



@media (hover: hover) {
  .list-ctm-Wg87 {
    margin: 0 auto 4px;
    height: auto;
    padding-bottom: 4px;
  }

  .list-ctm-Wg87::-webkit-scrollbar {
    height: 8px;
  }

  .list-ctm-Wg87::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #f5f5f5;
  }

  .list-ctm-Wg87::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}

.list-ctm-Wg87{
  display: flex;
  margin: 0 auto;
  min-height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  list-style: none;
}
.template-collection .style-color-family .color-family-list-box:after,
.list-ctm-Wg87:after{
  background: linear-gradient(to right, rgb(255,255,255, 0%), rgb(255,255,255, 100%));
  content: " ";
  height: 44px;
  padding-top: 8px;
  position:absolute;
  right: 0;
  width: 34px;
}
.list-ctm-Wg87 li{
  margin: 8px 4px 0;
  scroll-snap-align: start;
}

.pill_Hywl{
  border: 0;
  border-radius: 15px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 12px;
    margin-right: 15px;
    white-space: nowrap;
    text-decoration: underline;
    white-space: nowrap;
    padding:6px 12px;
}



.variant-input-wrap-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.variant-input-wrap-title .vwtttsizelink{margin-bottom: 10px;}

@media only screen and (max-width:768px){
  .variant-input-wrap select{width:100%}
  .pill_Hywl{
    border-radius: 4px;
    border:1px solid #f2f2f2;
    text-decoration: none;
    background-color: #fff;
    margin-right: 0;
  }
  .list-ctm-Wg87{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding-bottom: 0;
  }
  .list-ctm-Wg87::-webkit-scrollbar {
    display: none;
  }
  .list-ctm-Wg87 li{margin-left:2px;margin-right: 2px ;}
  .list-ctm-Wg87 li:first-child{
    margin-left: 17px;
  }
}

.product-payinfo{font-size: 12px;color: #5e5e5e;}
.product-payinfo,
.product-payinfo .payment-icons{text-align: left;}



.collapsible-trigger-btn-minidesc{font-size: 13px;color: #777;font-weight: normal;margin-bottom: 0;}


#shopify-pc__banner__btn-manage-prefs{border: 1px solid #313131;text-decoration: none;padding: 15px 0; }
#shopify-pc__banner__btn-accept{background-color: #1a1a1a!important;color: #fff!important;padding: 15px 0;font-weight: bold;}
#shopify-pc__banner__btn-decline{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;
  }
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

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

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}


.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
}

@media screen and (min-width: 750px) {
  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 1rem 0 0;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child {
    width: 100%;
  }
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  min-height: calc(4rem + var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
}

.disclosure__button.localization-form__select {
  padding: calc(2rem + var(--inputs-border-width));
  background: rgb(var(--color-background));
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 6px;
  right: 16px;
  top: calc(50% - 2px);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 15px;
}

noscript .localization-selector.link {
  padding-top: 15px;
  padding-left: 15px;
}

.disclosure .localization-form__select {
  padding-top: 15px;
}

.localization-selector option {
  color: #000000;
}

.localization-selector + .disclosure__list-wrapper {
  opacity: 1;
  animation: animateLocalization 0.2s ease;
}




.disclosure {
  position: relative;
}

.disclosure__button {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  height: 45px;
  padding: 0 15px 0 15px;
  font-size: 13px;
  background-color: transparent;
}

.disclosure__list-wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(20 20 20 / 10%);
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  transform: translateY(-10px);
  z-index: 111;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 5px
    rgba(20, 20, 20, 0.05);
}

.disclosure__list {
  position: relative;
  margin:0;padding: 0;
  background-color: #fff;
  overflow-y: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  scroll-padding: 5px 0;
  min-height: 82px;
  max-height: 206.5px;
  max-width: 320px;
  min-width: 120px;
  width: max-content;
}

@media screen and (max-width: 749px) {
  .disclosure__list {
    max-width: 251px;
  }
}

.disclosure__item {
  position: relative;
}

.disclosure__link {
  display: block;
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 9.5px 35px 9.5px 22px;
  text-decoration: none;
  color:#3b3b3b;
  word-break: break-word;
}

.disclosure__link:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.disclosure__link--active {
  text-decoration: underline;
}

.disclosure__link span{
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}

.disclosure__button[aria-expanded='true'] .icon-caret {
  transform: rotate(180deg);
}

/* Header localization */
.header-localization .localization-form:only-child {
  margin: 0;
  padding: 0;
}

.header-localization .disclosure .localization-form__select {
  font-size: 12px;
  letter-spacing: 0.06px;
  height: auto;
  min-height: initial;
  background: transparent;
}

.header-localization .disclosure .localization-form__select:hover {
  text-decoration: underline;
}

.header-localization .localization-form__select.link:after,
.header-localization .localization-form__select.link:before {
  box-shadow: none;
}

.header-localization .localization-form__select.link:focus-visible {
  outline: 2px solid rgba(var(--color-foreground), 0.5);
  outline-offset: -2px;
  box-shadow: 0 0 2px 0 rgba(var(--color-foreground), 0.3);
}

.header-localization .header_flag_icon{
  margin-right: 5.6px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-localization .flag_icon{
  margin-top: -0.6px;
  width: 26px;
  max-width: initial;
  /*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
  height: 19.5px}

/* Header icons (desktop) */
.desktop-localization-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.desktop-localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen 0.2s ease;
}

.desktop-localization-wrapper .localization-form:only-child {
  padding: 0;
}

.header-localization:not(.menu-drawer__localization) {
  align-items: center;
}

.js .header-localization:not(.menu-drawer__localization) .localization-form__select {
  padding: 0 24px 0 0;
  width: max-content;
}

.header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select {
  margin: 0;
  padding-left: 6px;padding-right: 8px; 
}

.header-localization:not(.menu-drawer__localization).localization-form__select > span {
  max-width: 20ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-localization:not(.menu-drawer__localization) localization-form:only-child .localization-form__select > span {
  max-width: 26ch;
}

.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
  right: 3px;
}

.header-localization:not(.menu-drawer__localization) .disclosure__list-wrapper {
  bottom: initial;
  top: 100%;
  right: 0;
  transform: translateY(0);
}

/* Menu drawer */
@media screen and (min-width: 990px) {
  .menu-drawer__localization {
    display: none;
  }
}

.menu-drawer__localization localization-form {
  display: block;
}

.menu-drawer__localization .localization-form__select {
  background-color: initial;
  margin-top: 0;
  padding: 10px 36px 10px 0;
}

.menu-drawer__localization .localization-form {
  padding: 0;
}

.menu-drawer__localization .localization-form:only-child .localization-form__select {
  margin: 0;
}

.menu-drawer__localization + .list-social {
  margin-top: 10px;
}

.menu-drawer__localization noscript .localization-form__select {
  padding: initial;
} 
.inblock{display: inline-block;}
.header-localf{display: flex;align-items: center; justify-content: center;}


.header-item--icons .header-localization:not(.menu-drawer__localization) .localization-form__select,
.header-item--icons .header-localization .disclosure .localization-form__select{padding-right: 0;}
.header-item--icons .header-localization .header_flag_icon{margin-right: 0;}
.header-item--icons .disclosure__button .icon-caret,
.header-item--icons .disclosure__button .localization-form__currency{
  display: none;
}

   

@media screen and (max-width:989px){
.template-collection .style-color-family{margin-bottom: 0;}
.template-collection .style-color-family .color-family-list-box .color-family-item{width: 56px!important}
.template-collection .style-color-family .color-family-list-box{padding-top: 2px;padding-bottom: 0;height:72px;}
}

.secure-shopping-guarantee{margin: 0 0 15px;background-color: #f8f6f2;padding: 10px;}


.search_search-trigger{border: none;background-color: #f5f5f5; display: flex; padding: 8px 16px; border-radius: 4px; justify-content: flex-start;align-items: center;}
.search_search-trigger span{
  padding-left: 10px; color: #6e6e6e;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.product-mob-breadcrumbs{display: none;}


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

  .header-localf{display: none;}

  .mlr_17{margin-left: -17px;margin-right: -17px;}
  .product-mob-breadcrumbs{
    display: flex;
    display: none;
    position: relative;
    scroll-snap-type: x mandatory;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    height: 32px;
    align-items: center;
    white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
  }
  .product-mob-breadcrumbs:after {
    background: linear-gradient(to right, #fff0, #fff);
    content: " ";
    height: 44px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    width: 40px;
}
  .product-mob-breadcrumbs a{
    font-size: 11px;
    line-height: 1.25;
    text-transform: capitalize;
  }
  .product-mob-breadcrumbs .px-2{padding-left: 6px; padding-right: 6px;}
}

.product-spr .product__wishlist{z-index: 2;}
.product-spr .swiper{
  position: absolute;top:0;bottom: 0;left: 0;right: 0;display: none;z-index: 1;
}

.product-spr .swiper .swiper-slide{display: flex;justify-content: center; align-items: center;}

.product-spr .swiper-pagination-bullet{width: 3px;height:3px;border-radius: 3px;background-color: #bbb; opacity: 0.6;margin-left: 1px!important; margin-right: 1px!important;}
.product-spr .swiper-pagination-bullet-active{background-color: #fff;width:6px; opacity: 1;}


.product-spr .swiper-lazy-preloader{width: 18px;height: 18px; margin-left:-9px;margin-top:-9px;border-width: 2px;opacity: 0.16;}
.product-spr .grid__image-ratio .swiper-slide img{opacity: 1;max-width:100%;max-height:100%;}
.product-spr .grid__image-ratio .swiper-slide img[src=""],
.product-spr .grid__image-ratio .swiper-slide img:not([src]){
  opacity:0;
}
@media only screen and (max-width:768px){
  .product-spr .swiper{display: block;}
  .grid-product.product-spr .grid-product__image-mask .grid__image-ratio>.lazyautosizes{display: none;}
}


.badge_juy1n{
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255, 80%);
    border: 1px solid #ddd;
    color: #666;
    max-width: 70%;
    padding: 2px 7px;
    margin-bottom: 6px;
}

.w51hY{margin-left:-1px;padding-bottom:0;line-height:1; list-style:none;margin-bottom: 0;}
.rTbjG{display:inline-block;}
.rTbjG>:first-child{margin-top:-1px;margin-left:-1px;box-shadow:none; overflow:hidden;border:2px solid rgba(0, 0, 0, 0); padding:1px}
.rTbjG.veWvn>:first-child{border-color: #2d2d2d;}
.apTU7{height: 74.67px;width: 56px;}
.PSk4r{display: flex;position: relative;}


.product-sale-coupon-dis{margin:0 0 6px;}
.product-sale-coupon-dis>div{display: inline-flex;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0em;
  vertical-align: middle;
  max-width: 100%;}
  .product-sale-coupon-dis>div>div{
    background-color: rgba(0, 0, 0, 0);
    color: rgba(217, 119, 134, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 2;
  }

  .mobAddToBagST,.mobBackP{
    display: none;
  }
  .only-mobile-block{display: none!important;}
  @media only screen and (max-width:768px){
    .only-mobile-block{display: block!important;}

    .mobAddToBagST{
      position: absolute !important;
      display: flex;
      display: none;
      align-items: center;
      justify-content: center;
      bottom: 98px;
      right: 17px;
      padding: 6px;
      background: var(--colorBtnPrimary);
      background: var(--colorBtnPrimary);
      border-radius: 50px;
      width: 50px;
      height: 50px;
      box-shadow: 0 10px 15px #00000014, 0 2px 2px #0000000d;
    }
    .mobBackP{
      cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px !important;
    position: absolute;
    top: 5px;
    left: -2px;
    }
/*
    .product__main-photos .flickity-page-dots{bottom: 38px;}
    .product-itag,
    .product__main-photos .product__wishlist{bottom: 45px;}
    .mobAddToBagST{bottom: 118px;}
    */
  }

  .link-uder{text-decoration: underline;}



  .product-block--price-coupon{display: none;}

  .pacM123{
    display: none;
  }

  @media only screen and (max-width:768px){
  .pacM123{
    z-index: 3;
    width: 100%;
    display: flex;
    opacity: 0;
    height: 34px;
    flex-direction: column;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,opacity 0.5s ease-in-out;
    margin-top: -34px;
    position: relative;
  }
}
  .pacM123 .simply-section{margin-right: 4px;font-size: 12px;}
  .pacM123 .simply-section.simply-minutes-section{margin-right: 0;}
  .pacM123 .simply-section.simply-seconds-section{display: none;}
  
  .pacM123[data-is-open="true"]{
    background-color: transparent;					
  }
  
  .pacMh-454lkb[data-txtid="pac-b-c"],.pacMh-454lkb[data-txtid="pac-b-a"]{
    display: none;
  }
  
  .pacM123[data-is-open="true"] .pacMh-454lkb[data-txtid="pac-b-c"]{
    display: flex;
  }
  .pacM123[data-is-apply="true"] .pacMh-454lkb[data-txtid="pac-b-ac"]{
    display: none;
  }
  
  .pacM123[data-is-open="true"] .pacMh-454lkb[data-txtid="pac-b-ac"]{
    display: none;
  }
  
  .pacM123[data-is-apply="true"] .pacMh-454lkb[data-txtid="pac-b-a"]{
    display: flex;
  }
  
  .pacM123[data-is-open="true"] .pacMh-454lkb[data-txtid="pac-b-a"]{
    display: none;
  }
  
  .pacMh-454lkf[data-txtid="pac-btd"]{
    display: none;
  }
  
  .pacM123[data-is-apply="true"] .pacMh-454lkf[data-txtid="pac-btd"]{
    display: flex;
  }
  
  .pacM123[data-is-apply="true"] .pacMh-454lkf[data-txtid="pac-bt"]{
    display: none;
  }
  
  .pacMh-1{
    height: 34px; cursor: pointer
  }
  .pacMh-1ba{
    height: 34px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    /*border-bottom: 1px solid rgb(229, 229, 229);*/
    border-radius: 16px 16px 0px 0px;
  }
  
  .pacM123[data-is-apply="true"] .pacMh-1ba{
    background-color: rgba(21, 57, 207, 0.7)
  }
  
  .pacM123[data-is-apply="true"] .pacMc-wfffj{
    background-color:rgb(21, 57, 207);
    color:#fff
  }
  
  .pacM123[data-is-apply="true"] .pacMh-wfgsf{
    color: rgb(227, 236, 248);
  }
  
  .pacM123[data-is-apply="true"] .pacMc-wfffcc{
    background-color: rgb(64, 117, 255);
  }
  
  .pacMh-1bav{
    position: relative;
    width: 100%;
    transition: height .5s ease-in-out;
    height: 34px;
  }
  
  .pacMh-1bavgg{
    position: absolute;
    height: 100%;
    width: 100%;
    will-change: opacity;
  }
  .pacMh-wfgsf{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 34px;
    padding: 8px 16px;
    color: rgb(21, 57, 207);
  }
  .pacM123.pacMaped .pacMh-wfgsf{
    color: rgb(227, 236, 248);
  }
  .pacMh-454lkf{letter-spacing: 0.48px;line-height: 1;font-size: 12px;font-weight: bold;}
  .pacMh-454lkb{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    gap: 4px;
    line-height: 1.6;
  }
  .pacM123 svg{
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 16px;
        height: 16px;
        flex-basis: 16px;
    
  }
  
  .pacMh-454lkv{
    fill: #1539CF;
  }
  
  .pacMc-djsbctsvg{
    fill: #1539CF;
  }
  
  .pacMc-fwereyg{
    display: flex;
        -webkit-box-align: center;
        align-items: center;
        gap: 4px;
  }
  .pacMc-454lkfsvg{
    fill:#ffffff;
    margin-right: 4px;
  }
  .pacMc-aptbtnn.btn--loading:before{
    width: 12px;height: 12px;margin-left: -6px;margin-top:-6px;
  }
  .pacMc-aptbtnn.btn--loading{
    background-color: #E3ECF8;
  }
  
  
  .pacMc-ere{
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    background-color: #e3ecf8;
  }
  .pacMc-fsdf{
    width: 100%;
    gap: 8px;
    padding: 16px;
    justify-content: center;
    --timeline-name: --horizontal-list-scroll-timeline;
    position: static;
    display: flex;
    -webkit-box-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-timeline: var(--timeline-name) inline;
  }
  .pacMc-fdw{
    position: relative;
    border: 1px solid transparent;
    border-radius: 16px;
    z-index: 1;
    padding-top: 13px;
    flex: 0 0 311px;
  }
  .pacMc-wf{
    border-radius: 16px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px 0px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        width: 311px;
          border: 1px solid rgb(161, 176, 236);
          transition: border-color 300ms ease-in;

  }
  .pacMc-bi{
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        font: inherit;
        color: inherit;
        padding: 0;
        border: unset;
        background: transparent;
        cursor: pointer;
      position: absolute;
      top: 21px;
      right: 10px;
      overflow: hidden;
      cursor: pointer;
      z-index: 1;
  }
  
  .pacMc-bi .pacMc-bisvg{
        fill: #E3ECF8;
          z-index: 1;
          position: relative;
  }
  .pacMc-bi::after{
    border-radius: 50%;
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    background-color: rgb(21, 57, 207);
  }
  
  .pacMc-wfff{
    position: relative;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
  }
  .pacMc-wffffsf{
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(100% - 44px);
  }
  .pacMc-wfffj{
    display: flex;
        -webkit-box-align: center;
        align-items: center;
        background-color: rgb(255, 255, 255);
        color: rgb(21, 57, 207);
        padding: 16px;
        overflow: hidden;
        transition: color 300ms ease-in, background-color;
        flex: 1 1 0%;
  }
  .pacMc-wfffjt{
    font-weight: 800;
    padding: 14px;
    font-size: 18px;
    text-transform: none;
text-align: center;
  }
  .pacMc-wfffjst{
    line-height: 1.28;
        font-size: 13px;
        font-weight: 700;
        padding: 0px 24px 0px 16px;
        overflow-wrap: anywhere;
  }
  .pacMc-wfffcc{
    background-color: rgb(21, 57, 207);
        color: rgb(255, 255, 255);
        display: flex;
        font-size: 10px;
        font-weight: 700;
        -webkit-box-pack: center;
        justify-content: center;
        line-height: 1.6;
        padding-block: 2px;
        padding-inline: 6px;
        text-align: center;
        transition: color 300ms ease-in;
        height: 20px;
  }
  
  .pacMc-aptb{
    -webkit-box-align: center;
        align-items: center;
        background-color: rgb(255, 255, 255);
        display: flex;
        -webkit-box-pack: end;
        justify-content: end;
        padding-inline: 16px;
        height: 44px;
        max-height: 44px;
        flex: 1 0 44px;
  }
  .pacMc-aptbtnn{
    height: 26px;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        margin-top: 1px;
        margin-right: 5px;
        background-color: #E3ECF8;
        color: #1539CF;;
        border-radius: 2px;
        font-size: .75rem;
        font-weight: 500;
        padding:  6px 12px;;
        direction: initial;
        white-space: nowrap;
        gap: 5px;
      font-size: 12px;
          font-weight: 700;
          padding-block: 3px;
        margin-right: 0;
            border-radius: 500px;
      
  }
  
  .pacMc-djs{
    display: flex;
        gap: 4px;
        left: 16px;
        position: absolute;
        top: 0px;
        z-index: 2;
      padding: 3px 8px 3px 5px;
  }
  .pacMc-djsb{
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        gap: 2px;
        padding: 3px 8px 3px 5px;
        border-radius: 26px;
        border: 1px solid rgba(21, 57, 207, 0.4);
        background-color: rgb(255, 255, 255);
  }
  .pacMc-djsbdw{
    display: flex;
        visibility: visible;
        width: 85%;
        justify-content: space-around;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        box-sizing: border-box;
      padding: 0px;
  }
  
  .pacMc-djsbdw span{
      line-height: 1.16;
      font-size: 0.75rem;
      font-weight: 700;
      color: rgb(21, 57, 207);
      width: auto;
  }
  .pacMc-bi{display: none;}


  .scroll-text-p78{
    min-height: 15px;
    color: #999;
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 3px
  }




  .ca-header-mobile-menu{display: none;}
  @media only screen and (max-width:768px){
    .ca-header-mobile-menu{
      display: block;
        border-bottom: .0625rem solid rgba(51, 49, 50, .1);
        border-top: .0625rem solid rgba(51, 49, 50, .1);
        margin: 0;padding: 0
    }
    .header_inline-menu{
      display: block;
      overflow-x: auto;
      text-align: center;
    }
    .list-menu-inline{
      width: 100%; 
      justify-content: space-between;
      display:inline-flex;
      flex-wrap: wrap;
      list-style:none;
      padding: 0;
      margin: 0;				
    }
    .list-menu-inline li{
      margin: 0;padding:0;
    }
    .header_menu-item{
      padding: 9px 6px 9px 10px;
      display: flex;
      align-items: center;font-size: 12px;
      line-height: 1.3;color:#000;
      text-decoration: none;
    }
    .header_menu-item span{
      font-size: 12px;font-weight: 400;line-height: 1.4;
      color:#000;
      text-decoration: none;
    }
  }




  .drawer__footer-discount{
    display:flex;
    font-weight:500;
    padding:8.5px 0;
    position:relative;
  }
  .cart-discount__input-wrapper{
    border: 1px solid var(--colorDrawerBorder);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    height: 40px;
    
    margin-right: 8.5px;
    padding:0 11px;
    width: 100%;
  }
  .cart-discount__input{flex:1 0 auto;border:none!important;font-weight: 400;
    text-align: left;    
    letter-spacing: 0.8px;padding-left:0;padding-right:0;background-color: #fff;
    line-height: 16.9px;}

  .cart-discount__error{
    align-items: center;
    background-color: hsla(0, 0%, 100%, .9);
    bottom: 0;
    color: #de1717;
    display: flex;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    justify-content: center;
    left: 0;
    letter-spacing: .88px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
  }


  

  .product-color-swatches{margin-top: 4px;}
  .product-color-swatches .color-swatch:hover,
  .product-color-swatches .color-swatch.is-active{box-shadow:0 0 0 1px #d3d5d7, 0 0 0 2px #fff, 0 0 0 3px #000}
  .product-color-swatches .color-swatch-box{width:36px;height:24px;}
  .product-color-swatches .color-swatch{margin:0px 6px 0;}
  .pcs-init-325 .color-swatch{opacity: 0;}
  .product-color-swatches .flickity-viewport{overflow: visible;}
  .product-color-swatches{height:32px;width:100%;margin-bottom:5px;padding:4px 0;overflow: hidden;}
  .product-color-swatches .flickity-prev-next-button{width:22px;margin:0;padding-left:0;padding-right:0;background-color: #fff;}
  .product-color-swatches .flickity-button-icon{fill:#000000}
  .product-color-swatches .flickity-viewport{width:calc(100% - 44px);vertical-align: middle;margin:0 22px}
  .product-color-swatches .flickity-previous{left:0}
  .product-color-swatches .flickity-next{right:0}
  .product-color-swatches .flickity-next .flickity-button-icon{left:3.5px}
  .product-color-swatches .flickity-previous .flickity-button-icon{left:auto;right:3.5px}
  .product-color-swatches .flickity-button-icon{width:70%;}
  .product-color-swatches .flickity-button:disabled {display:inline-block;}
  .product-color-swatches .flickity-button:disabled .flickity-button-icon{opacity:0.1}
  [data-swatch_style=round] .color-swatch:first-child{margin-left: 3px!important;}
  @media only screen and (max-width: 1024px){ 
    .pcs-init-325 .color-swatch{opacity: 1;}
    .product-color-swatches{height: 38px;}
    .product-color-swatches .color-swatch-box{height: 36px;width: 26px;}
    .product-color-swatches .color-swatch{margin: 6px;}
  .product-color-swatches .grid-product__colors{align-items: center;
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    -ms-overflow-style: none;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;}
    /* make scrollbar transparent */
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}


.product-color-swatches .grid-product__colors {
  /* IE 10+ */
  -ms-overflow-style: none;

  /* Firefox */
  scrollbar-width: none;
}

.product-color-swatches .grid-product__colors::-webkit-scrollbar {
  /* Safari and Chrome */
  display: none;
}
  }




  /* 导航容器 */
.horizontal-scroll-nav {
    width: 100%;
    overflow-x: auto; /* 允许横向滚动 */
    -webkit-overflow-scrolling: touch; /* 针对 iOS 设备的流畅滚动 */
    background-color: #FFFFFF; /* 白色背景 */
    padding: 7.5px 0; /* 上下内边距，左右为0，方便内容贴边 */
    white-space: nowrap; /* 确保内容不换行 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* 轻微的底部阴影，增加层次感（可选） */
    position: relative; /* 如果需要添加左右箭头，这个是定位基础 */
    z-index: 10; /* 确保它在其他元素之上（如果需要） */
}

/* 隐藏滚动条 (可选，但推荐) */
.horizontal-scroll-nav::-webkit-scrollbar {
    display: none; /* 针对 Webkit 浏览器 (Chrome, Safari) */
}
.horizontal-scroll-nav {
    -ms-overflow-style: none; /* 针对 IE/Edge */
    scrollbar-width: none; /* 针对 Firefox */
}

/* 滚动内容的容器 */
.horizontal-scroll-nav .scroll-content {
    display: inline-flex; /* 使链接横向排列 */
    align-items: center; /* 垂直居中对齐 */
    padding: 0 15px 0 7px; /* 左右内边距，让内容与边缘有一定距离 */
}

/* 单个导航项的样式 */
.horizontal-scroll-nav .nav-item {
    display: block; /* 确保链接是块级元素以便于样式控制 */
    padding: 8px 8px; /* 链接内部填充 */
    margin-right: 0; /* 链接之间间距 */
    text-decoration: none; /* 移除下划线 */
    color: #333333; /* 链接颜色 */
    font-size: 13px; /* 字体大小 */
    font-weight: 500; /* 字体粗细 */
    border-radius: 20px; /* 轻微的圆角，增加美观度（可选） */
    transition: background-color 0.2s ease, color 0.2s ease; /* 悬停动画 */
}

/* 导航项悬停和激活状态 */
.horizontal-scroll-nav .nav-item:hover,
.horizontal-scroll-nav .nav-item.active {
    background-color: #f0f0f0; /* 悬停背景色 */
    color: #000000; /* 悬停字体颜色 */
}

  @media only screen and (max-width:768px){
    .horizontal-scroll-nav .page-width{
      padding: 0; margin:0;;
    }
  }


  
/* Footer Country Selector Section */
.footer-country-selector {
    margin-top: 30px; /* Adjusted margin for separation */
    padding: 20px 0; /* More internal padding */
    border-top: 1px solid #eee; /* Subtle line for separation */
    text-align: center; /* Center the content */
    background-color: #FFFFFF; /* Ensure white background as per your earlier request */
}

.country-selector-label {
    font-size: 1em; /* Slightly larger font for better readability */
    color: #666;
    margin-bottom: 15px; /* More space below label */
    font-weight: 500;
}

/* Country List Layout */
.country-list {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Use flexbox for horizontal layout */
    justify-content: center; /* Center the flags */
    flex-wrap: wrap; /* Allow wrapping to next line on smaller screens */
    gap: 10px 20px; /* Vertical (10px) and Horizontal (20px) space between items */
}

.country-list li {
    display: inline-block; /* Helps with general list item behavior */
}

.country-list li a {
    display: flex; /* Use flexbox for flag and text inside link */
    align-items: center; /* Vertically center items */
    text-decoration: none; /* Remove underline */
    color: #555;
    font-size: 0.95em;
    padding: 8px 12px; /* More padding for clickable area */
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap; /* Prevent individual country names from wrapping */
}

.country-list li a:hover {
    background-color: #f0f0f0;
    color: #000;
}

.country-list li a img.flag_icon {
    margin-right: 8px; /* Space between flag and text */
    vertical-align: middle;
}

/* Active Country Styling 
.country-list li a.active-country {
    background-color: #e0e0e0; 
    color: #000;
    font-weight: bold;
    cursor: default; 
    pointer-events: none; 

.country-list li a.active-country:hover {
    background-color: #e0e0e0; 
}*/







/* Sticky ATC 容器常见基类（任选其一命中即可，或加到你的容器类上） */
.product__sticky-atc,
.sticky-add-to-cart,
.sticky-atc-wrap {
  position: fixed;           /* 确保整条在底部吸附 */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #ffffff;
  box-shadow: 0 -6px 24px rgba(0,0,0,.08);
}

/* 内边距与 iOS 安全区 */
.product__sticky-atc .page-width,
.sticky-add-to-cart .page-width,
.sticky-atc-wrap .page-width {
  padding-bottom: max(10px, env(safe-area-inset-bottom));
}

/* ====== 轮播卖点条 ====== */
.rotating-bullets{
  overflow: hidden;
  background: #fff;
  min-height: 24px;     /* 稳定高度，避免被按钮压住 */
  display:block;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.rotating-bullets__track{ position: relative; }

.rotating-bullets__item{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 260ms ease, transform 260ms ease;
  white-space: nowrap;        /* 防止换行被裁切；文案尽量简短 */
  text-align: center;
}

.rotating-bullets__item.is-active{
  opacity: 1;
  transform: translateY(0);
}

/* 避免按钮贴太近 */
.rotating-bullets + .product-form__buttons,
.rotating-bullets + .sticky-atc-buttons,
.rotating-bullets + form {
  margin-top: 8px;
}

/* 你的 Add To Bag 按钮建议保持全宽并与 sticky 同层 */
.product__sticky-atc .button,
.sticky-add-to-cart .button {
  width: 100%;
}




.cry-desc-faqs-wrapper{
  margin-top: 40px;
  margin-bottom: 40px;}
 /* Carlyna FAQ — minimal, elegant, mobile-first */
.cly-faq { --faq-accent:#3b7a5e; --faq-border:#e7ecea; --faq-radius:14px; --faq-gap:10px; }
.cly-faq__inner { max-width: 920px; margin: 0 auto; padding: 24px 0; }
.cly-faq__title { font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem); margin-bottom: 12px; letter-spacing:.2px; }

.cly-faq__list { display:grid; gap: var(--faq-gap); }
.cly-faq__item {
  border:1px solid var(--faq-border);
  border-radius:var(--faq-radius);
  background:#fff;
  overflow:hidden;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.cly-faq__item[open]{ border-color: rgba(59,122,94,.35); box-shadow:0 4px 16px rgba(0,0,0,.04); }

.cly-faq__summary {
  display:flex; align-items:center; gap:10px;
  padding:14px 16px; cursor:pointer; list-style:none; font-weight:600;
}
.cly-faq__summary::-webkit-details-marker { display:none; }

.cly-faq__icon { width:20px; height:20px; margin-left:auto; transform:rotate(-90deg); transition:transform .2s ease; fill:var(--faq-accent); opacity:.9; }
.cly-faq__item[open] .cly-faq__icon { transform:rotate(0deg); }

.cly-faq__answer { padding:0 16px 14px; }
.cly-faq__a { color:#333; line-height:1.7; font-size:.98rem; }
.cly-faq__a p { margin:.6em 0; }
.cly-faq__a a { color:var(--faq-accent); text-decoration:underline; text-underline-offset:2px; }

@media (hover:hover){
  .cly-faq__item:hover { border-color: rgba(59,122,94,.4); box-shadow:0 4px 18px rgba(0,0,0,.05); }
}

/* Shared tokens (match FAQ look & feel) */
.collection__description {
  --faq-accent: #3b7a5e;
  --faq-border: #e7ecea;
  --faq-radius: 14px;
}

/* Wrapper */
.collection__description {
  margin: 24px auto 0;
}
.collection__description-inner {
  max-width: 920px;
  margin: 0 auto;
}

/* Title (align with FAQ title scale) */
.collection__description-title {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  margin: 0 0 12px;
  letter-spacing: .2px;
}

/* Divider (optional) */
.collection__description-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--faq-border), transparent);
  margin: 12px 0 16px;
}

/* Card */
.collection__description-card {
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  background: #fff;
  padding: 18px 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
@media (hover:hover){
  .collection__description-card:hover {
    border-color: rgba(59,122,94,.4);
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
  }
}