/** Shopify CDN: Minification failed

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

**/
  .collection_wr-wrapper .product-grid {
    column-gap: 16px;
    row-gap: 30px;
    display: flex;
    padding-left: 0;
   
  }

  .collection_wr-wrapper.product_tab_container {
    padding-top: 50px;
  }
   .collection_wr-wrapper .product-grid li{
        width: 100% !important;
        max-width: 19%;
        background: linear-gradient(270.29deg, #20133e .33%, #142349 99.84%);
        overflow-y: hidden;
        padding: 15px !important;
        border-radius: 15px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);

   }
  .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  .product-card-wrapper .card ::before{
    border: 15px;
  }
  .collection_wr-wrapper .card{
    background: transparent;
  }
  .collection_wr-wrapper .card .media{
    position: relative;
  }
  .collection_wr-wrapper .card .media::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #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;
        height: auto;
        max-height: auto;
        /* overflow: hidden; */
        text-align: left;
        margin-left: 8px;
        text-transform: uppercase;
  }
  .collection_wr-wrapper .add-to-wishlist{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 7px;
   
    font-size: 0;
    width: 30px;
    height: 40px;
    z-index: 2;
    background:transparent !important;

    border-radius: 0 6px 0px 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;
      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: 15px;

     }
     .collection_wr-wrapper .collection__view-all .button, .collection_wr-wrapper .view-more-container button,.blog .read_all_blog a{
        margin-top: 20px;
        position: relative;
        text-decoration: none !important;
        font-weight: bold;
        background: transparent;
        padding: 0;
        width: auto;
        min-width: auto;
        background: transparent;
        height: 45px;
        min-height: auto;
        border: 0;
     }
     .collection_wr-wrapper .view-more-container button{
      text-transform: capitalize !important;
     }
  .collection_wr-wrapper .collection__view-all .button::before, .collection_wr-wrapper .view-more-container button::before,.blog .read_all_blog a::before {
    width: 100%;
    height: 2px;
    bottom: 10px;
    top: auto;
    position: absolute;
    font-weight: bold;
    content: '';
    left: 0;
    background: #fff;
    transition: 0.4s ease-in-out;
}
  .collection_wr-wrapper .collection__view-all .button:hover::before , .collection_wr-wrapper .view-more-container button:hover::before,.blog .read_all_blog a:hover::before{
    width: 0;
    transition: 0.4s ease-in-out;
  }
  .view-more-btn{
        font-family: var(--font-body-family) !important;
        font-weight: bold  !important;
        text-transform: capitalize !important;
  }
  .page_width_wrapper-wrapper .product-card.enhanced-product-card{
    border-radius: 8px;
    max-width: 100%;
  }

.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;
    border-radius: 8px !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 .slider--desktop .slider__slide:first-child{
  margin-left: 0;
}
.collection_wr-wrapper  .slider-buttons{
  display: none;
}

@media (max-width: 1200px){
  .template_index .collection_wr-wrapper .product-grid li{
            max-width: calc(32.9% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    
  }
}


  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
    .blog .page-width-desktop{
      padding-bottom:80px;
    }
    
  }
  @media (max-width: 991px){
    .template_index .collection_wr-wrapper .product-grid li {
    
        max-width: 28.5%;
    
    }
    .template_index  .product_tab_container .product-grid li{
      max-width: 31.7%;
    }

  }
  @media (max-width: 800px){
        .template_index .collection_wr-wrapper .product-grid li {
        max-width: 42.5%;
        min-width: auto;
    }
     .template_index  .collection_wr-wrapper .product-grid{
      flex-wrap: wrap;
    }
     .template_index  .product_tab_container .product-grid li{
      max-width: 48.5%;
    }
    .product_tab_container .tab-btns{
      font-size: 22px;
    }
  }
   @media (max-width: 575px){
        .template_index .collection_wr-wrapper .product-grid li {
         max-width: 40%;
        }
        .template_index  .product_tab_container .product-grid li{
        max-width: 46.5%;
      }
      .product_tab_container .tab-btns{
        font-size: 20px !important;
      }
      .collection_wr-wrapper .quick-add__submit{
        width: 100px;
        padding: 12px;
      }
   }
   @media (max-width: 410px){
        .template_index .collection_wr-wrapper .product-grid li {
          max-width: 38%;
      }
          .template_index  .product_tab_container .product-grid li {
        max-width: 45%;
    }
   }
      @media (min-width: 1201px) {
   .template_index  .collection_wr-wrapper .product-grid li {
    max-width: calc(20% - 13px) !important;
}
}
.collection_wr-wrapper .quick-add__submit {
  opacity: 1;
}
.collection_wr-wrapper .quick-add__submit.loading > span {
    opacity: 0;
}