/** Shopify CDN: Minification failed

Line 74:11 Unexpected "{"
Line 74:20 Expected ":"

**/
.section-tab-collection{background-color: rgb(var(--section-color-background));background-image: var(--section-gradient-background); }
.section-tab-collection .title-wrapper .title, .section-tab-collection .title-wrapper .subheading{margin: 0; line-height: 1.5;}
.section-tab-collection .tab-header{position: relative; scrollbar-width: thin; overflow-x: auto; white-space: nowrap;overflow-y: hidden; -webkit-overflow-scrolling: touch; }
.section-tab-collection .tab-header::-webkit-scrollbar { width: .2rem; height: .2rem;  appearance: none; border-radius: 1.6rem; background-color: #ccc; }
.section-tab-collection .tab-header::-webkit-scrollbar-thumb { border-radius: 1.6rem; background-color: #000; }
.section-tab-collection .timer-wrapper{display:flex;justify-content:center;gap:1rem;align-items:center;color:rgb(var(--colors_text));font-size:2.2rem;}
.section-tab-collection .timer-wrapper .countdown{display:flex;justify-content:center;gap:0.4rem;align-items:center;}
 .section-tab-collection .timer-wrapper .countdown__item{display:flex;align-items:center;justify-content:center;gap:0.4rem;}
.section-tab-collection .timer-wrapper .countdown .time{display:flex;width:3.8rem;height:3.8rem;justify-content:center;align-items:center;}
.section-tab-collection .colon{color:var(--timer-background);}
.section-tab-collection .view-all .link{color:rgb(var(--color-view-all));}
.section-tab-collection .title-wrapper .title, .section-tab-collection .title-wrapper .subheading{color: rgb(var(--colors_text));}
.section-tab-collection .tab-item{color: var(--tab-item-color);}
.section-tab-collection .tab-item.active, .section-tab-collection .tab-item:hover{ font-weight: 600; color: var(--tab-item-color-active); background-position: left bottom; background-size: 100% 0.2rem, 100% 0.1rem; }
  

.section-tab-collection .timer-wrapper .countdown .time{background-color:var(--timer-background);background-image: var(--timer-gradient-background);}
.section-tab-collection .card-wrapper{background-color:rgba(var(--block-background-color),var(--block-background-opacity)); }
.section-tab-collection .card-information__text, .section-tab-collection .price-item--sale{color:rgb(var(--card-text-color));}
.section-tab-collection .price__compare .price-item--regular{color:rgba(var(--card-text-color),0.5);}
.section-tab-collection .price--on-sale .price-item--regular:before{border-bottom:0.1rem solid rgba(var(--card-text-color),0.5);}
.section-tab-collection .card-inventory-progress .progress-bar-background{background:rgba(var(--progress-background),.2);border:1px solid var(--percentage-background);}
.section-tab-collection .card-inventory-progress .has-progress-bar{background-color:var(--percentage-background);background-image: var(--percentage-gradient-background);}
.section-tab-collection .card-inventory-progress .has-progress-bar:before{background-color:var(--circle-background);background-image: var(--circle-gradient-background);}
 .section-tab-collection .tab-pane{
    display:none;
    width: 100%; height: 0; overflow: hidden; pointer-events: none; opacity: 0; visibility: hidden;
    -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px);
    -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;
  } 
  .section-tab-collection .tab-pane.visible{
    display:block;
  }
  .section-tab-collection .tab-pane.active {
    height: auto; pointer-events: auto; opacity: 1; visibility: visible;
    -webkit-transform: none; -ms-transform: none; transform: none;
    -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;
  }
  .section-tab-collection .tab-pane lazy-video { display: none; }
  .section-tab-collection .tab-pane.active lazy-video { display: block; }

.section-tab-collection .tab-item{display: inline-block; padding-bottom: .3rem; font-family: var(--font-heading-family);line-height: 1.3; cursor: pointer;
    background-image: linear-gradient(to top, rgb(var(--colors_text)) 0, rgb(var(--colors_text)) 0), linear-gradient(to top, transparent 0, transparent 0);
    background-repeat: no-repeat; background-position: right bottom; background-size: 0 0.2rem, 100% 0.1rem; transition: background-size var(--duration-default) ease;}
  @media screen and (min-width: 750px) {
    .section-tab-collection .tab-title { display: flex; justify-content: space-between; align-items: center; }
    .section-tab-collection .tab-header { padding-top: 1rem; padding-bottom: 1rem; }
    .section-tab-collection .tab-item { font-size: 1.8rem; text-align: center; }
    .section-tab-collection .tab-item + .tab-item { margin-left: 6rem; }
    .section-tab-collection .tab-container { margin-top: 2rem; }
    .section-tab-collection .view-all { margin-top: 2rem; }
  }
  @media screen and (max-width: 749px) {
    .section-tab-collection .tab-title { text-align: center; }
    .section-tab-collection .tab-header { display: flex; flex-wrap: wrap; margin-top: 1rem; } 
    .section-tab-collection .tab-item { font-size: 1.4rem; text-align: center; }
    .section-tab-collection .tab-item + .tab-item { margin-left: 1.5rem; }
    .section-tab-collection .tab-container { margin-top: 1.6rem; }
    .section-tab-collection .view-all { margin-top: 1rem; }
    .section-tab-collection .title-wrapper{align-items:center;}
    .section-tab-collection .timer-wrapper{font-size:13px;}
    .section-tab-collection .timer-wrapper .countdown .time{width:2.3rem;height:2.3rem;font-size:14px;}
  }
  @media screen and (min-width: 990px) {
    .section-tab-collection .title-wrapper{margin-bottom:2rem;}
  }
  @media screen and (max-width: 989px) { 
  #Slider-{{ section.id }}.slider { padding-bottom: 2.6rem; } }
  .section-tab-collection .black-product-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }