/** Shopify CDN: Minification failed

Line 947:43 Expected ")" to end URL token

**/
/* Harsh CSS goes here  */

  .wizzy-overlay-opened.wizzy-common-select-body-overlay .wizzy-filters-bg{
    display: none !important;
  }
.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-label .wizzy-facet-item-swatch.facet-text-swatch
{
  display: flex !important;
    justify-content: center;
    width: 75px;
}
/* .wizzy-search-filters-left-wrapper
{
  max-height: 95vh;
  overflow: auto;
} */
.wizzy-grid-filters-box .wizzy-facet-list-item
{
  padding-left: 10px !important;
}
.wizzy-grid-filters-box span.wizzy-facet-list-item-count {
    display: none !important;
}
.wizzy-grid-filters-box span.wizzy-facet-list-item-checkbox {
    display: none !important;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-colors .wizzy-facet-item-swatch
{
  background-position: center;
}
.facet-body-sizes .wizzy-facet-list-item-label > .wizzy-facet-item-swatch-wrapper {
    border: none !important;
    height: fit-content;
    display: block;
}
.wizzy-grid-filters-box  .wizzy-facet-head {
    margin: 0 5px;
    color: #000;
    font-weight: 700;
}
.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-label .wizzy-facet-item-swatch.facet-visual-swatch
{
  background-position: center;
}
.wizzy-search-empty-results-wrapper .wizzy-search-wrapper .wizzy-search-results .wizzy-empty-results-title
{
  color: #000;
}
.wizzy-search-results-rendered .overflow-hidden {
    overflow: visible !important;
}
.wizzy-facet-body.facet-body-sellingPrice
{
  scrollbar-width: none !important;
}
.noUi-handle.noUi-handle-upper .noUi-tooltip {
    margin-bottom: -6px;
}
.wizzy-search-wrapper .wizzy-search-filters-left .header-title
{
  color: #fe9634;
}
.wizzy-filters-facet-block.facet-block-product_season_shopify
{
  display: none !important;
}
.wizzy-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
  }

  .scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%;
  }
  .scroll-btn.left {
    border: none;
    padding: 6px 9px;
    cursor: pointer;

    font-size: 15px;
    z-index: 1;
    position: relative;
    left: -7px;
    border-radius: 50%;
    background-image: url(https://img.icons8.com/ios-glyphs/90/000000/chevron-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  .scroll-btn.right {
    border: none;
    padding: 6px 9px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    position: relative;
    right: -7px;
    border-radius: 50%;
    background-image: url(https://img.icons8.com/ios-glyphs/90/000000/chevron-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
.wizzy__featuredview__storeName__j7_1P {
    background-color: #ffffffd1 !important;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-sizes .wizzy-facet-list-item-label>.wizzy-facet-item-swatch-wrapper

 {
    display: none;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-colors .wizzy-facet-list-item
{
  background: #fff;
    padding-right: 10px;
    padding-left: 5px;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-colors .wizzy-facet-item-swatch
{
  width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    margin-bottom: -3px;
    margin-right: 3px;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-colors .facet-item-label-value
{
  display: block !important;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-colors .wizzy-facet-list-item-label
{
  padding-left: 0px !important;
}
.wizzy-grid-filters-box .wizzy-facet-body.facet-body-colors .wizzy-facet-list-item-label{
    display: flex;
    background: #fff;
    border-radius: 40px;
    padding: 7px 3px 2px 10px;
    gap: 5px;
}
.wizzy-grid-filters-box {
    padding: 10px;
    margin: 10px 0;
    border: none !important;
    background-color: #eee !important;
    border-radius: 15px !important;
  max-height: 140px;
    overflow: auto;
    width: 100%;
  margin-top: 27px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  margin-bottom: 20px !important;
}
.wizzy-grid-filters-box .wizzy-facet-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    align-items: center;
    padding-left: 0px !important;
}
.wizzy-grid-filters-box .wizzy-facet-list li {
    border-radius: 40px;
    padding: 2px 10px;
    margin: 5px;
    box-shadow: #8787874d 0 1px 2px;
    background-color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.wizzy-grid-filters-box .wizzy-facet-list-item-label {
    /* padding: 6px 0; */
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-bottom: 4px;
    flex-grow: 1;
    position: relative;
    font-size: 14px;
    word-break: break-word;
  padding: unset;
    padding-top: 2px;
}
.wizzy-grid-filters-box  span.wizzy-facet-list-item-checkbox {
    display: inline-flex;
}
.template-collection.wizzy-search-results-rendered .container{
  max-width:unset !important;
}
.wizzy-facet-body.facet-body-colors .wizzy-facet-list-item-checkbox
{
  display: none !important;
}
.wizzy-facet-body.facet-body-colors .wizzy-facet-list-item-count
{
  display: none !important;
}
.wizzy-facet-body.facet-body-colors .facet-item-label-value
{
  display: none !important;
}
/* .wizzy-facet-body.facet-body-colors .wizzy-facet-list
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} */
.wizzy-facet-body.facet-body-colors .wizzy-facet-item-swatch-wrapper
{
  padding: unset !important;
}
    .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body.facet-body-colors .wizzy-facet-list .wizzy-facet-list-item.facet-has-swatch
{
  border-bottom: unset !important;
}
.wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body .wizzy-facet-list
{
  height: unset !important;
}
.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-label .wizzy-facet-item-swatch.facet-visual-swatch
{
  width: 20px !important;
    height: 20px !important;
  border-radius: 50% !important;
  margin: unset !important;
}
.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.active .wizzy-facet-list-item-label .wizzy-facet-item-swatch-wrapper.facet-visual-swatch
{
  border-radius: 50% !important;
    height: 26px;
    width: 26px;
    display: block;
    padding: 1px !important;
}
.wizzy-filters-overlay
{
  overflow: hidden;
}
.wizzy-selected-filters ul.wizzy-selected-facet-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
;
    flex-wrap: wrap;
  padding-left: 15px;
}
.wizzy-selected-filters ul.wizzy-selected-facet-list li.wizzy-selected-facet-list-item {
    margin: 0 15px 15px 0;
    border: 1px solid #e3e3e3;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 30px;
}
.wizzy-selected-filters ul.wizzy-selected-facet-list li.wizzy-selected-facet-list-item span.wizzy-selected-facet-delete:after {
    content: "✕";
    color: #979797;
    margin-left: 3px;
}
.wizzy-overlay-opened #chat-popup-iframe-bottom
{
  display: none;
}
.wizzy-overlay-opened [style*="z-index: 9999"] {
  display: none !important;
}
.topproduct-original-price {
    margin-right: 5px !important;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products p.top-products-title {
    color: #fe9634;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item-head:first-child, .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product .wizzy-result-product-item .result-product-item-info .wizzy-product-item-price-reviews-wrapper .wizzy-product-item-price.with-swatches {
    color: #fe9634;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item a.topproduct-item-link p.topproduct-price .topproduct-original-price {
    padding-right: unset !important;
}
.template-collection.wizzy-search-results-rendered .wizzy-search-summary-container{
  display:unset !important;
}
.collection-head{
    max-width: unset;
    margin: 30px 40px 0px 40px;
}
.collection-head .rte.fs.d-lg-block{
  display:none !important;
}
#wizzy-shopify-collection-page-wrapper .wizzy-search-wrapper{
  padding-top:0px !important;
}
  .wizzy-overlay-opened.wizzy-common-select-body-overlay .wizzy-filters-bg{
    display: none !important;
  }

.product-item-swatch-item{
  cursor:pointer;
}

.wizzy-collection-product-type{
  cursor:pointer;
}

/* Auto Complete CSS Here  */

.header{
  z-index:3 !important;
}

.wizzy-progress-bg{
  display: none !important;
}
.wizzy-autocomplete-wrapper {
    z-index: 9999999 !important;
    width: 100% !important;
    left: 0 !important;
    top: 170 !important;
    height: 95vh !important;
    font-family: "Friz Quadrata", serif;
}

.wizzy-autocomplete-top-products {
    overflow-y: auto !important;
    min-height: 500px !important;
    scrollbar-width: 1px !important;

}

.wizzy-autocomplete-suggestions {
    width: 30% !important;
}

ul:not(.list-unstyled) li::before {
    display: none !important;
}

.topproduct-item-image>img {
    height: 100% !important;
}

.search__content {
    display: none;
}

.search__empty{
  display:none;
}

.topproduct-item-discount {
    display: none;
}

.topproduct-price {
    display: flex;
    font-size: 17px;
    font-weight: lighter !important;
}

.topproduct-original-price::before,
.topproduct-original-price::after {
    content: ' ' !important;
}


.topproduct-original-price {
    order: -1;
    margin-right: 10px !important;
    color: #343434 !important;
    font-size: 13px;
}

.wizzy-search-form{
  display:none!important;
}

.wizzy-filters-overlay #header{
  z-index: 0 !important;
}

 .wizzy-search-results-rendered .spr-starrating.spr-badge-starrating{
   display:flex !important;
 }

.wizzy-facet-item-swatch-wrapper{
  padding: 2px 5px;
}

.product-item-swatch-group{
  width: 100%;
  display:flex;
display:none;

}

.spr-summary-actions{
  display:none;
}

.spr-summary-caption{
  display:none;
}

.spr-header-title{
  display:none;
}

.spr-starrating.spr-summary-starrating{
  width:100% !important;
  display:flex !important;
}
#shopify-section-template--19224457380067__174833928552633163 {
    display: none;
  }
@media screen and (max-width: 768px) {
  
  .wizzy-overlay-opened .header__content.header__content--sticky
  {
    display: none !important;
  }
  .wizzy-sort-wrapper-in-filter
  {
    display: none;
  }
  .wizzy-autocomplete-wrapper .wz-banner-target-link
  {
    height: 185px;
  }
  .wizzy-search-wrapper .wz-banner-image {
    background-size: 135% 100% !important;
}
  .wizzy-autocomplete-wrapper .wz-promotion-banner, .wz-promotion-banner.wz-banner-type
  {
    height: 100% !important;
  }
.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-filters-mobile-entry {
        background: #fff;
        padding: 10px 15px !important;
        border: 1px solid #e3e3e3 !important;
        cursor: pointer !important;
        height: 42px !important;
        z-index: 100 !important;
        align-items: ;
        position: fixed !important;
        bottom: 20px !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        letter-spacing: .7px !important;
        display: flex;
        align-items: center !important;
        border-radius: 80px !important;
        border: 1px solid #fff !important;
        background: #000 !important;
        box-shadow: none;
        left: 65% !important;
        width: 30% !important;
        justify-content: center !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        transform: translate(-50%) !important;
        text-transform: uppercase !important;
        border-left: 1px solid #fff !important;
    }
  .wizzy-filters-mobile-entry:before{
    display: none;
  } 
      .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top .search-filters-top-wrapper .wizzy-search-sort-wrapper .wizzy-sort-container .wizzy-common-select-wrapper .wizzy-common-select-container .wizzy-common-select-selector {
        min-width: auto;
        cursor: pointer;
        height: 42px !important;
        z-index: 100000;
        align-items: ;
        position: fixed !important;
        bottom: 20px !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        letter-spacing: .7px !important;
        display: flex;
        align-items: center;
        border-radius: 80px !important;
        border: 1px solid #fff !important;
        background: #000 !important;
        box-shadow: none;
        left: 36% !important;
        width: 30% !important;
        justify-content: center;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        transform: translate(-50%) !important;
        text-transform: uppercase;
        border-left: 1px solid #fff !important;
    }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top .search-filters-top-wrapper .wizzy-search-sort-wrapper .wizzy-sort-container .wizzy-common-select-wrapper .wizzy-common-select-container .wizzy-common-select-options
  {
    bottom: 60px !important;
  }
  .wizzy-common-select-label:before{
    display: none;
  }
  .popup-navigation__search.search {
  display: none!important;
}

    .wizzy-autocomplete-suggestions {
        width: 100% !important;
    }

   .wizzy-search-form{
      display:block !important;
    }

}

  .wizzy-overlay-opened.wizzy-common-select-body-overlay .wizzy-filters-bg{
    display: none !important;
  }
/* Search CSS Here  */

/* .wizzy-search-filters-top{
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between
} */

.wizzy-result-product {
    width: 33% !important;
}


.product-item-swatch-group::before {
    content: '' !important;
    display: none !important;
}

.wizzy-result-product:hover{
  background:white !important;
}

.wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product .wizzy-result-product-item:hover{
  background: white !important;
}

.product-item-swatch-group > .swatch-selected > .wizzy-facet-item-swatch-wrapper  {
    border: 1px solid black !important;
}

.wizzy-facet-item-swatch-wrapper {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    position: relative;
    color: black !important;
}

.wizzy-facet-list-item-label > .wizzy-facet-item-swatch-wrapper{
  border: none !important;
}


.wizzy-facet-item-swatch-wrapper::after {
    transform: translate3d(-50%, 0, 0) rotate(-45deg) !important;
}

.wizzy-facet-item-swatch-wrapper::before {
    transform: translate3d(-50%, 0, 0) rotate(45deg) !important;
}

.wizzy-facet-item-swatch-wrapper::after,
.wizzy-facet-item-swatch-wrapper::before {
    content: '';
    width: 30px !important;
    position: absolute !important;
    height: 1px !important;
    top: 50% !important;
    left: 50% !important;
    background-color: black !important;
}

.wizzy-facet-item-swatch{
  opacity:1 !important;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item p.topproduct-price .topproduct-item-discount {
    margin-left: 5px;
}

 .swatch-in-stock>.wizzy-facet-item-swatch-wrapper::after,
 .swatch-in-stock>.wizzy-facet-item-swatch-wrapper::before {
    content: '';
    width: 0px !important;
    position: absolute !important;
    height: 2px !important;
    top: 50% !important;
    left: 50% !important;
    background-color: black !important;
}

 .wizzy-selected-facet-list-item-label>.wizzy-facet-item-swatch-wrapper::after,
 .wizzy-selected-facet-list-item-label>.wizzy-facet-item-swatch-wrapper::before {
    content: '';
    width: 0px !important;
    position: absolute !important;
    height: 2px !important;
    top: 50% !important;
    left: 50% !important;
    background-color: black !important;
}

 .wizzy-selected-facet-list-item-label>.wizzy-facet-item-swatch-wrapper {
    display:none !important;
}


.wizzy-facet-list-item-label > .wizzy-facet-item-swatch-wrapper::after,
 .wizzy-facet-list-item-label > .wizzy-facet-item-swatch-wrapper::before {
    content: '';
    width: 0px !important;
    position: absolute !important;
    height: 2px !important;
    top: 50% !important;
    left: 50% !important;
    background-color: black !important;
}



.product-item-swatch-item {
    margin: 2px !important;
}


.product-item-discount {
    display: none;
}

.wizzy-product-item-price {
    display: flex;
    font-size: 17px;
    font-weight: lighter !important;
}

.product-item-original-price {
    order: -1;
    margin-right: 10px !important;
    color: #343434 !important;
    font-size: 13px;
}

.wizzy-search-filters-top {
    margin-top: 10px !important;
}

.wizzy-search-filters-drawer{
  position:absolute !important;
}

.footer__back-to-top{
/*   border: 2px solid red !important; */
}

.btn:not([class*="btn--invert"]):not([class*="btn--secondary"]):not([class*="btn--clean"]):not([class*="btn--dynamic-checkout"]):not([class*="btn--text"]){
  font-size:11px !important;
}

/* .disabled  {
    pointer-events: none !important;
} */

@media (max-width: 1024px) {
    .header__line-top {
        z-index: 0 !important;
    }

}
    @media screen and (max-width: 768px) {
      .wizzy__featuredview__descriptionRowName__uN_KB {
          margin-bottom: 12px;
          margin-top: 12px;
          line-height: 16px;
      }
      .wizzy__featuredview__descriptionRowValue__KDEO7 {
          line-height: 16px;
          margin-bottom: 12px;
          margin-top: 12px;
      }
      .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top .search-filters-top-wrapper .wizzy-search-sort-wrapper .wizzy-sort-container .wizzy-common-select-wrapper .wizzy-common-select-container .wizzy-common-select-options
      {
        bottom: 0px !important;
        
      }
      .wizzy-common-select-body-overlay .wizzy-filters-mobile-entry 
      {
        display: none !important;
      }
      .wizzy-common-select-body-overlay .wizzy-common-select-selector
      {
        display: none !important;
      }
      .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products p.top-products-title {
       
        padding-bottom: 20px !important;
    }
      .wizzy-search-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-label .wizzy-facet-item-swatch.facet-visual-swatch

 {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    margin: unset !important;
    border: 1px solid #e3e3e3 !important;
}
     .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body.facet-body-colors .wizzy-facet-list
     {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
      .topproduct-item-image>img {
          height:66px !important;
    }

        .wizzy-search-results-container {
            width: 100% !important;
        }

        .wizzy-result-product {
            width: 50% !important;
            margin: 0;
            border-right: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
        }

       .template-search .wizzy-result-product .product-item-image {
             height: auto !important;
          }

        .result-product-item-image {
            min-height: initial !important;
        }

        .wizzy-product-item-price {
            flex-direction: column;
        }

        .wizzy-tocart-button {
            font-size: 15px;
            display:none;
        }
        .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body .facet-search-wrapper::before {
          top: 44% !important;
        }
        .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.facet-range-item
        {
          max-width: calc(100% - 40px) !important;
        }
        .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body.facet-body-sellingPrice .wizzy-facet-list {
            padding-left: 30px !important;
        }

           /* .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible.collapsed .wizzy-facet-body{
        display:none !important;
      } */
      /* .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible .wizzy-facet-head .facet-head-right:after, .wizzy-search-wrapper .wizzy-search-filters-top .wizzy-filters-facet-block.collapsible .wizzy-facet-head .facet-head-right:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon-caret-up' viewBox='0 0 10 6' width='11' height='11' %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.354 5.354a.5.5 0 01-.708 0L5 1.707l-3.646 3.647a.5.5 0 01-.708-.708l4-4a.5.5 0 01.708 0l4 4a.5.5 0 010 .708z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E") !important;
    display: block;
    position: relative;
    font-size: 12px;
    z-index: 1;
} */
            /* .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible.collapsed .wizzy-facet-head .facet-head-right:after, .wizzy-search-wrapper .wizzy-search-filters-top .wizzy-filters-facet-block.collapsible.collapsed .wizzy-facet-head .facet-head-right:after {
     content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon-caret' viewBox='0 0 10 6' width='11' height='11' %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E") !important;
              display: block;
    position: relative;
    font-size: 12px;
    z-index: 1;
} */

    }

/* Filter Design  */

.wizzy-search-wrapper .wizzy-search-filters-left .facet-search-wrapper .facet-head-search{
  display: none !important
}


.wizzy-common-select-container .wizzy-common-select-selector:after{
  color: black !important;
}

li.wizzy-facet-list-item {
    text-transform: capitalize !important;
}

    /*   Swatches */
@media (min-width: 1350px){
  .topproduct-item-image {
        height: 88% !important;
        width: 100% !important;
    }
 
  
}
.wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body.facet-body-colors .wizzy-facet-list {
    height: unset !important;
    display: flex
;
    flex-wrap: wrap;
}
@media (min-width: 768px){
  .dp-tag {
    height: fit-content;
    background-color: #f6b0b8;
    color: white;
    /* font-weight: bold; */
    padding: 8px 20px 8px 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    display: inline-block;
  }
  .wizzy-filters-overlay .wizzy-filters-bg {
    display: block;
    background: rgba(0,0,0,.35);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
  }
  .wizzy-overlay-opened.wizzy-common-select-body-overlay .wizzy-filters-bg
  {
    display: block !important;
  }
  a.wizzy-filters-desktop-entry {
        background: #fff;
        background: #fff;
        padding: 10px 15px !important;
        border: 1px solid #e3e3e3 !important;
        cursor: pointer !important;
        height: 42px !important;
        z-index: 100 !important;
        align-items: ;
        bottom: 20px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        letter-spacing: .7px !important;
        border-radius: 80px !important;
        border: 1px solid #000 !important;
        box-shadow: none;
        left: 65% !important;
        text-transform: uppercase !important;
    width: -webkit-fill-available;
    }
  .wizzy-filters-desktop-entry
  {
    width: -webkit-fill-available;
  }
  .wizzy-sort-wrapper-in-filter .wizzy-common-select-options .wizzy-common-select-option
  {
    position: relative;
  }
  .wizzy-sort-wrapper-in-filter .wizzy-common-select-options .wizzy-common-select-option.selected .checkbox-indicator-desktop
  {
    background-color: #000 !important;
    border: solid 1px black !important;
  }
  .wizzy-sort-wrapper-in-filter .wizzy-common-select-options .wizzy-common-select-option .checkbox-indicator-desktop:after
  {
    content: "";
    position: absolute;
    
    left: 5px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .checkbox-indicator-desktop {
    position: absolute;
    top: calc(50% - 7px);
    left: -10px;
    height: 14px;
    width: 14px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
}
  .wizzy-common-select-container .wizzy-common-select-options .wizzy-common-select-option
  {
    margin-left: 30px;
  }
  .wizzy-common-select-options
  {
    border: none !important;
  }
  .wizzy-common-select-container .wizzy-common-select-options .wizzy-common-select-option:hover {
    background: none !important;
}
  .wizzy-common-select-container .wizzy-common-select-selector {
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    border: none !important;
    min-width: unset !important;
    min-height: 31px;
    color: #858585 !important;
    padding: unset !important;
    padding-top: 15px !important;
    text-transform: uppercase;
    justify-content: space-between;
}
  .wizzy-common-select-container .wizzy-common-select-selector:after {
    content: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon icon-caret' viewBox='0 0 10 6' width='11' height='11' %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E);
}
  .search-filters-top-wrapper .wizzy-search-sort-wrapper
  {
    display: none;
  }
  
  .wizzy-sort-wrapper-in-filter
  {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wizzy-common-select-container .wizzy-common-select-options {
    position: relative !important;
    z-index: 4 !important;
    top: 0 !important;
    border-top: 0;
    display: none;
}
  .wizzy-common-select-container {
    display: flex;
    height: fit-content;
    justify-content: flex-start;
    flex-direction: column;
}
  .wizzy-common-select-container .wizzy-common-select-selector {
    height: fit-content;
}
  .wizzy-autocomplete-wrapper {
    position: fixed !important;
  }
      .has-facets-in-drawer .wizzy-search-filters-left-wrapper {
        top: 53px !important;
        padding-top: 0px !important;
    }
     .wizzy-search-results-list .wz-promotion-banner[data-grid-width="1"] {
        width: 33% !important;
    }
  .wizzy-search-results-list .wz-banner-target-link
  {
    width: 100%;
    height: 100%;
  }
  .wizzy-autocomplete-wrapper
  {
    top: 101px !important;
  }
    .wizzy-autocomplete-wrapper.withPromotionBanners {
      max-height: 70vh;
      overflow: scroll;
    }
  .wizzy-autocomplete-wrapper.withPromotionBanners .wz-banner-target-link
  {
    width: 100%;
    height: 400px;
  }
  .wizzy-autocomplete-wrapper.withPromotionBanners .wz-banner-image
  {
    height: 400px;
  }
  .scroll-btn.left {
    display: none !important;
  }
  .scroll-btn.right {
    display: none !important;
  }
  #init-wizzy-featured-view-button
  {
    display: none !important;
  }
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top {
    position: sticky;
    top: 150px;
    z-index: 9;
}
  .wizzy-search-wrapper {
    padding-top: 80px !important;
}
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results {
        position: relative;
        z-index: 1;
    }
  a.wizzy-filters-desktop-entry {
    background: #fff;
}
  .topproduct-item-info {
        width: 16vw;
    }
  .wizzy-autocomplete-wrapper
  {
    max-height: 85vh;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item a.topproduct-item-link {
    height: 100%;
    width: 100%;
  }
  .wz-autocomplete-sugegstions-products-wrapper {
    
    width: 100% !important;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products
  {
    width: 100% !important;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    display: grid !important;
    row-gap: 10px;
    column-gap: 15px;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
    margin: 0;
    float: left;
    margin-bottom: 15px !important;
    padding-left: unset;
    width: unset !important;
    padding-right: unset;
    font-size: 12px;
    box-sizing: border-box;
  }
  
  .topproduct-item-image {
    height: 88%;
    width: 100%;
}
  .wizzy-filters-desktop-entry {
    border: 1px solid #e3e3e3 !important;
    border-radius: 3px;
    padding: 10px !important;
  } 

  .wizzy-filters-button{
    margin-top: 4px !important;
    background-repeat: no-repeat !important;
  }
  .wizzy-search-wrapper {
    margin: 0px 20px !important;
    max-width: unset !important;
    padding-top: 20px;

}

  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results{
    padding-left:0px !important;
  }

  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top{
    /* padding-left:50px !important; */
  }
}


.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-checkbox input:checked~.checkbox-indicator, .wizzy-search-wrapper .wizzy-search-filters-top .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-checkbox input:checked~.checkbox-indicator {
    background-color: #fe9634 !important;
    border: solid 1px #fe9634 !important;
}


    /*  Filter Color Change Here  */

    .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body.facet-body-sizes .wizzy-facet-list .wizzy-facet-list-item.facet-has-swatch.active .wizzy-facet-item-swatch.facet-text-swatch {
        background-color: black !important;
        border: solid 1px black !important;
    }

    .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body.facet-body-sizes .wizzy-facet-list .wizzy-facet-list-item.facet-has-swatch.active .wizzy-facet-item-swatch.facet-text-swatch {
        background-color: black !important;
        border: solid 1px black !important;
    }


    @media (max-width: 768px) {
      .dp-tag {
        height: fit-content;
        background-color: #f6b0b8;
        color: white;
        font-size: 11px;
        padding: 4px 10px 4px 2px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 999px;
        border-bottom-right-radius: 999px;
        display: inline-block;
      }
        .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-filters-header .header-title {
            font-size: 15px;
            color: #fe9634;
        }
            .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left .wizzy-search-filters-left-wrapper 
      {
        padding-bottom: 0px !important;
      }
          .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-mobile-filter-buttons {
            bottom: 0;
            text-align: center;
            width: 100%;
            margin: 0;
            background: #fff !important;
            border-top: 0px solid #e1e1e5 !important;
            z-index: 3 !important;
            position: sticky !important;
            display: flex !important;
            grid-gap: 16px;
            padding: 0 16px;
        }
        .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-mobile-filter-buttons .wizzy-filters-close-button-block {
        float: left;
        position: relative;
        overflow: hidden;
        width: -webkit-fill-available !important;
        padding-right: 0 !important;
        display: block !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
      .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-mobile-filter-buttons .wizzy-filters-close-button {
        background-color: #fff !important;
        height: 50px !important;
        display: inline-block !important;
        vertical-align: middle;
        touch-action: manipulation;
        background-image: none;
        -moz-user-select: none;
        -ms-user-select: none;
        width: 100%;
        cursor: pointer;
        white-space: nowrap;
        outline: 0;
        user-select: none;
        border: 2px solid #fe9634 !important;
        color: #fe9634 !important;
        min-width: auto;
        margin: 0 !important;
        width: 100%;
        border-radius: 6px !important;
        min-height: initial;
        padding: 16px 40px !important;
        text-align: center;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 16px !important;
        letter-spacing: .6px !important;
        text-transform: uppercase !important;
    }
          .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-mobile-filter-buttons .wizzy-apply-all-button-block {
            float: left;
            position: relative;
            overflow: hidden;
            width: -webkit-fill-available !important;
            font-size: 14px;
            padding-bottom: 15px !important;
            padding-top: 15px !important;
          }
        .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-mobile-filter-buttons .wizzy-apply-all-button {
        -moz-user-select: none;
        -ms-user-select: none;
        height: 50px !important;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        border: 1px solid transparent;
        white-space: nowrap;
        outline: 0;
        user-select: none;
        width: -webkit-fill-available;
        border-top: 0px solid #e1e1e5 !important;
        border-radius: 6px !important;
        background: #fe9634 !important;
        min-width: auto;
        color: #fff !important;
        text-align: center;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 16px !important;
        letter-spacing: .6px !important;
        text-transform: uppercase;
        padding: 15px 0 !important;
    }
          .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-search-filters-left-wrapper .wizzy-facet-list-block .wizzy-facet-body .wizzy-facet-list {
        max-height: 80vh;
    }
          .wizzy-overlay-opened.wizzy-filters-overlay .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left.wizzy-v2 .wizzy-filters-header .header-title {
        font-size: 20px !important;
    }
        
        .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body.facet-body-colors .wizzy-facet-list .wizzy-facet-list-item.facet-has-swatch.active .wizzy-facet-item-swatch.facet-text-swatch {
            background-color: black !important;
            border: solid 1px black !important;
        }
    }

    .wizzy-scroll-to-top-wrapper .wizzy-scroll-to-top-button {
        background-color: black !important;
    }

 

    .wizzy-progress-container .wizzy-progress .wizzy-lds-ellipsis div {
        background: black !important;
        
    }

    .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.facet-range-item .noUi-horizontal .noUi-connect,
    .wizzy-search-wrapper .wizzy-search-filters-top .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.facet-range-item .noUi-horizontal .noUi-connect {
        background: black !important;
    }

    .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-checkbox input:checked~.checkbox-indicator,
    .wizzy-search-wrapper .wizzy-search-filters-top .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-checkbox input:checked~.checkbox-indicator {
        background-color: black !important;
        border: solid 1px black !important;
    }

    .wizzy-search-wrapper .wizzy-search-results-container .wizzy-pagination-container .wizzy-pagination-list li.active a {
        background-color: black !important;
        border: solid 1px black !important;
    }

    .wizzy-search-wrapper .wizzy-search-results-container .wizzy-pagination-container .wizzy-pagination-list li.active a:hover {
        background-color: black !important;
    }

    .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product .wizzy-result-product-item .result-product-item-info .product-item-swatch-group .product-item-swatch-item.swatch-selected .wizzy-facet-item-swatch-wrapper {
        border: solid 1px black !important;
    }

    .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.active .wizzy-facet-list-item-label .wizzy-facet-item-swatch-wrapper.facet-visual-swatch,
    .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-filters-list-top .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.active .wizzy-facet-list-item-label .wizzy-facet-item-swatch-wrapper.facet-visual-swatch {
        border: solid 2px black !important;
    }


    .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-pagination-container .wizzy-pagination-list li a {
        background: black !important;
    }

    .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-pagination-container .wizzy-pagination-list li a:hover,
    .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-pagination-container .wizzy-pagination-list li a:focus,
    .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-pagination-container .wizzy-pagination-list li a:active {
        background: black !important;
    }
