/** Shopify CDN: Minification failed

Line 140:12 Unexpected "{"
Line 140:21 Expected ":"
Line 141:16 Expected identifier but found whitespace
Line 141:18 Unexpected "{"
Line 141:27 Expected ":"
Line 141:78 Expected ":"
Line 142:19 Expected identifier but found whitespace
Line 142:21 Unexpected "{"
Line 142:30 Expected ":"
Line 142:84 Expected ":"
... and 10 more hidden warnings

**/

/* .collection_wr-wrapper .facets-vertical .active-facets{
  margin-left: 10px;
} */
.collection_wr-wrapper .active-facets__button--light:hover .active-facets__button-inner{
  box-shadow: none;
}
.collection_wr-wrapper .facets-vertical .active-facets-vertical-filter{
      margin-top: 15px;
      display: block;
}
.collection_wr-wrapper .facets__header-vertical{
    padding-left: 30px;
        padding-right: 15px;
        color: #fff;
}
.collection_wr-wrapper  .facets__price{
  padding-left: 30px !important;
  padding-right: 15px !important;
}
.collection_wr-wrapper  .facets__price label,.collection_wr-wrapper  .facets__price .field::after,.collection_wr-wrapper  .facets__price .field::before{
  display: none;
}
.collection_wr-wrapper  .facets__price input{
  height: 3.5rem;
  box-shadow: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: transparent;
}
.collection_wr-wrapper .facets-container .facets__heading{
  display: block;
  text-align: center;
}
.collection_wr-wrapper  .facets__summary span:first-of-type{
  color: #fff;
}
.collection_wr-wrapper .facets-container .facets-layout-list{
  padding-left: 30px;
  padding-right: 30px;

}
.collection_wr-wrapper .facets__disclosure-vertical{
  border-top: 0;
     border-top: 2px solid #142349 !important;;
    
  /* border-image: linear-gradient(270deg, #0f69dc 0%, #7c1dc8 100%) 30 round !important;
  border-image-slice: 1 !important; */
}
.collection_wr-wrapper .facets-container .facets__summary .icon-caret{
  display: none;
}
.collection_wr-wrapper .facets-container .facets__summary{
  position: relative;
}
.collection_wr-wrapper .facets-container .facets__summary::before{
  position: absolute;
          content: '';
        display: block;
        width: 10px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s cubic-bezier(.32, .1, .3, 1);
}

.collection_wr-wrapper .facets-container .facets__summary::after{
  position: absolute;
          content: '';
        display: block;
        width: 10px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: all .3s cubic-bezier(.32, .1, .3, 1);
        
}
.collection_wr-wrapper .facets__disclosure-vertical[open] .facets__summary::after{
         transform: translateY(-50%);
}
.facets.facets-vertical-sort{
  margin-bottom: 30px;
}
  .collection_wr-wrapper .product-grid {
    column-gap: 16px;
    row-gap: 30px;
    margin-top: 0;
  }
   .collection_wr-wrapper .product-grid li{
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        background: linear-gradient(270.29deg, #20133e .33%, #142349 99.84%);
        overflow-y: hidden;
        padding: 15px;
        border-radius: 15px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);

   }
   .template_collection .collection_wr-wrapper .product-grid li{
    max-width: calc(24.4% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
   }
   .template_collection .sorting .svg-wrapper , .template_search .sorting .svg-wrapper{
      top: calc(50% - 1rem);
      right: 8px;
          height: 2rem;
    width: 1.2rem;
   }
   .template_collection .facets-vertical-form{
    margin-bottom: 20px;
   }
   .template_collection .product-count-vertical{
    display: flex;
    align-items: center;
   }
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  .collection_wr-wrapper .card{
    background: transparent;
  }
  .collection_wr-wrapper .card .media{
    position: relative;
    border-radius: 8px;
  }
  .collection_wr-wrapper .card .media::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
   background: linear-gradient(186deg, #0000 -0.37%, #030537fc);
  }
  .collection_wr-wrapper .card__media .media img{
    position: relative;
  }
  .collection_wr-wrapper .product-card-wrapper .card h3{
            font-size: 15px;
        margin: 0;
        line-height: 1.3;
        font-weight: 400;
        color: white;
        letter-spacing: 1px;
      
      
        text-align: left;
        margin-left: 15px;
        text-transform: uppercase;
       
  }
  .collection_wr-wrapper .add-to-wishlist{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 0px;
    font-size: 0;
    width: 30px;
    height: 40px;
    z-index: 2;
    background: transparent !important;
    /* background: linear-gradient(90deg, rgba(15, 105, 220, 0.1) 0%, rgba(15, 105, 220, 0.1) 100%) !important; */
    /* backdrop-filter: blur(5px); */
    border-radius: 0 6px 6px 6px;
     display: flex;
    justify-content: center;
    align-items: center;
  }
  .collection_wr-wrapper .add-to-wishlist .wishlist-heart{
    width: 26px;
    height: 26px;
  }
  .collection_wr-wrapper .quick-add__submit {
            background:    linear-gradient(270deg, #ea811d 0%, #7c1dc8 100%);
        border-radius: 8px;
        padding: 0 5px;
        height: 34px;
        line-height: 15px;
        font-family: 'Outfit', sans-serif !important;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        border: none;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
      padding: 15px;
      height: auto;
      min-height: auto;
      opacity: 1 !important;
      text-transform: uppercase;

  }
    .collection_wr-wrapper .quick-add__submit::after{
      display: none;
    }
     .collection_wr-wrapper .card-information>.price{
        color: #fff;
        text-align: center;
        font-weight: 900;
        letter-spacing: 1px;
        font-size: 18px;
      margin-top: 0;
     }
     .collection_wr-wrapper .card-information>.price .price__container{
      display: block;
     }
     .collection_wr-wrapper .collection__view-all .button{
      margin-top: 20px;
      background: transparent;
      text-decoration: underline;
     }
.collection_wr-wrapper .facet-filters__sort{
      width: max-content;
      margin: 0 0 0 20px;
    display: flex !important
;
    height: 34px;
    padding: 0 15px;
    display: flex
;
    align-items: center;
     border: 1px solid #0f69dc !important;
        border-radius: 6px !important;
    /* border-image: linear-gradient(270deg, #0f69dc 0%, #7c1dc8 100%) 30 round !important;
    border-image-slice: 1 !important; */
    height: 30px;
    text-decoration: none;
    padding-right: 25px;
    background: #000;
}
.collection_wr-wrapper .facet-filters__label{
  margin-right: 0;
}
.collection_wr-wrapper .facet-filters__label label{
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
        line-height: 26px;
    margin: 0 7px 0 0;
    vertical-align: middle;
}
.collection_wr-wrapper  .facets-container {
          font-family: 'Outfit', sans-serif;
        background: transparent;
        padding: 0 !important;
         border: 2px solid #142349 !important;
        border-radius: 8px;
        /* border-image: linear-gradient(270deg, #0f69dc 0%, #7c1dc8 100%) 30 round !important;
        border-image-slice: 1 !important; */
        display: block;
        flex: 0 0 270px;
        max-width: 270px;
        padding: 0 0 0 0;
        order: 1;
}
.collection_wr-wrapper  .facets-container .facets__summary {
  padding-left:30px ;
  padding-right: 30px;
}
.collection_wr-wrapper  .facets-container  .facets__heading {
          margin: 0 0 1.5rem;
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
}
.collection_wr-wrapper .facets__disclosure-vertical:last-child {
    border-radius: 0 0 8px 8px;
}

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  @media(max-width: 1400px ){
   .template_collection .collection_wr-wrapper .product-grid li {
        max-width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }

  }
  @media(max-width: 1200px){
    .template_collection .collection_wr-wrapper .product-grid li{
        max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
  }
   @media(max-width: 991px){
    .template_collection .collection_wr-wrapper .product-grid li{
        max-width: calc(48% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
  }
  @media(max-width: 900px){
    .template_collection .facets-vertical{
      display: block;
    }
    .template_collection .facets__form-vertical {
        width: 100%;
    }
    .collection_wr-wrapper .facets-container{
      max-width: 60% !important;
      margin: 0 auto !important;
      margin-bottom: 40px !important;
    }
   .collection_wr-wrapper .facets-container .facets{
    width: 100%;
   }
   .collection_wr-wrapper .product-card-wrapper .card h3{
    margin-left: 5px;
   }
  }
  @media(max-width: 800px){
    .collection_wr-wrapper .facets__price{
      gap: 10px;
    }
  }
  @media (max-width: 750px){
      .collection_wr-wrapper .facets-container{
        max-width: 100% !important;
        margin-bottom: 20px !important;
      }
      .collection_wr-wrapper .mobile-facets__item{
        color: #fff;
      }
      .collection_wr-wrapper .mobile-facets__submenu{
        background: transparent;
      }
  }

  @media (max-width: 575px){
    .collection_wr-wrapper .quick-add__submit{
      width: auto;    
    }
  }
.template_collection .collection_wr-wrapper  .collection .product-card-wrapper .add-to-wishlist {
    border-radius: 0;
}
@media (max-width: 767px){
.template_collection .collection_wr-wrapper .mobile-facets__summary>div .select select {
    width: max-content;
    margin: 0 0 0 20px;
    display: flex !important;
    padding: 0 15px;
    align-items: center;
    border: 1px solid #0f69dc !important;
    border-radius: 6px !important;
    height: 30px;
    text-decoration: none;
    padding-right: 25px;
    background: #000;
}
.template_collection .collection_wr-wrapper .mobile-facets__summary>div .select .svg-wrapper{
      top: calc(50% - 1rem);
    right: 8px;
    height: 2rem;
    width: 1.2rem;
}
.template_collection .collection_wr-wrapper .facets-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.template_collection .collection_wr-wrapper .facets-container .active-facets-mobile {
    display: flex;
    order: 3;
    flex-wrap: wrap;
}
.template_collection .collection_wr-wrapper .facets-container .product-count{
  order: 2;
}
}

@media (min-width: 750px) {
   .collection_wr-wrapper .facets-container show-more-button {
    display: flex;
    padding-inline-start: 30px;
}
.collection_wr-wrapper .facets-container show-more-button .button-show-more .label-show-more {
    color: #fff;
} 
}
.active-facets__button-wrapper a.active-facets__button-remove{
    color: #fff;
}

.collection_wr-wrapper .quick-add__submit.loading > span {
   opacity: 0;
}

.template_collection details.menu-opening .mobile-facets__close {
  z-index: 99999;
}
.template_collection .mobile-facets__submenu .mobile-facets__close-button {
    gap: 15px;
}
.template_collection .facets-vertical {
    padding: 0 !important;
}
@media(max-width: 575px) {
    .collection_wr-wrapper .card-information>.price .price__container .price__sale{
        flex-direction: column;
        align-items: start;
        row-gap: 5px;
    }
    .collection_wr-wrapper .card-information>.price .price__container  .price-item{
    font-size: 15px;
        
}

.collection_wr-wrapper .card-information>.price .price__container .card__badge .badge {
    width: auto;
    padding: 5px 10px;
    font-size: 10px;
    order: -1
}
}

.collection_wr-wrapper .quick-add__submit svg{
  display: block !important;
  width: 20px;
  height: 20px;
}
