/** Shopify CDN: Minification failed

Line 17:25 The "+" operator only works if there is whitespace on both sides

**/
.search__input.wizzy-search-input {
  appearance: none;
    background-color: rgb(255, 242, 234);
    color: rgb(56, 58, 66);
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: 0px;
    height: 4.5rem;
    min-height: calc(1* 2);
    min-width: calc(7rem +(var(--inputs-border-width)* 2));
    position: relative;
    border: 0;
    font-family: inherit;
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    transition: box-shadow 0.1s ease;
    padding-right: 9.8rem;
    box-shadow: unset;
  outline: unset;
}

/* Autocomplete wrapper */
.wizzy-autocomplete-wrapper {
  width: 980px;
  max-height: 80vh;
  overflow-y: scroll;
  left: 50% !important;
    transform: translate(-50%);
  position: fixed;
}
.wizzy-autocomplete-wrapper::-webkit-scrollbar {
  width: 5px;
}

.wizzy-autocomplete-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item a.topproduct-item-link {
  position: relative;
    margin-bottom: 5px;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item p.topproduct-title {
  white-space: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-height: 1.3em;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item a.topproduct-item-link p.topproduct-price {
  display: inline-block;
    margin: 0 1rem 0 0;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    color: rgb(var(--color-foreground));
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item p.topproduct-price .topproduct-item-discount {
  position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #383a42;
    background-color: #e8dcd5;
    line-height: 1;
    border-radius: 100px;
    padding: 6px 8px;
}

.wizzy-view-more-hide .autocomplete-top-products-view-more {
  display: none;
}

/* Seach Wrapper */

.wizzy-search-wrapper {
  max-width: 1200px;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .media {
  position: unset;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .price .text {
  display: none;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .custom-text {
  display: none;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container [swatch-generated] .card__information {
  overflow: unset;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .card__media {
  z-index: 2;
    display: block;
    margin: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8dcd5;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .full-unstyled-link {
  font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-height: 1.3em;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .card__inner .card__content {
  /* z-index: 3; */
}
.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .atc-btn.initialized {
  grid-row-start: 5;
    z-index: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    background: #383a42;
    line-height: 1.5;
    padding: 12px;
    border-radius: 200px;
    font-weight: 400;
    grid-column-end: 3;
    grid-column-start: 1;
}

.product-item-swatch-group.swatch-group-primary.swatch-group-sizes {
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item-swatch-group.swatch-group-primary.swatch-group-sizes .wizzy-facet-swatch-value {
  cursor: pointer;
}

 .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .card__badge {
   position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    /* left: 16px; */
 }

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .card__badge .badge {
  font-size: 12px;
    color: #383a42;
    background-color: #e8dcd5;
    line-height: 1;
    border-radius: 100px;
    padding: 6px 8px;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .card-wrapper:hover .media.media--hover-effect>img+img {
  opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .product-item-swatch-item {
   margin: 0!important;
    border: 1px solid rgba(18,18,18,.55);
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    transition: border .1s ease;
    cursor: pointer;
    position: relative;
    height: 32px!important;
    max-width: 32px!important;
    padding: 0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 50%!important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    pointer-events: unset;
    background-color: transparent;
    color: #d8dbdf;
    border-color: #d8dbdf;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .product-item-swatch-item:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(-35deg) translateY(-50%);
    top: 50%;
    background-color: rgba(18, 18, 18, .1);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .product-item-swatch-item.swatch-in-stock {
  margin: 0!important;
    border: 1px solid rgba(18,18,18,.55);
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    transition: border .1s ease;
    cursor: pointer;
    position: relative;
    height: 32px!important;
    max-width: 32px!important;
    padding: 0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 50%!important;
    font-size: 12px;
    font-weight: 500;
    color: #383a42;
    text-transform: uppercase;
    width: 100%;
}
.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .product-item-swatch-item.swatch-in-stock:after{
  background: transparent;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .product-item-swatch-item.swatch-selected {
  background-color: #383a42!important;
    color: #fff!important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .product-item-swatch-item:hover {
  background-color: #383a42;
  color: #fff;
}


.wizzy-search-wrapper .wizzy-search-results-container .wizzy-selected-filters .facet-item-label-value-id {
  display: none;
}

.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible .wizzy-facet-head .facet-head-title {
  color: #383a42;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    text-transform: capitalize;
}

.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item {
  font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #383a42;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .card-wrapper.product-card-wrapper {
  color: inherit;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .card--standard.card--media {
  display: flex;
    flex-direction: column;
    height: 100%;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .card__content {
  display: grid;
    width: 100%;
    padding: 0;
    flex-grow: 1;
    grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}

.wizzy-search-wrapper .wizzy-common-select-container .wizzy-common-select-selector .wizzy-common-select-label {
  font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: capitalize;
}

.wizzy-common-select-container .wizzy-common-select-selector {
  min-width: 160px;
  border: unset;
}

.wizzy-common-select-container .wizzy-common-select-options {
  right: 10px;
    border-radius: 10px;
    width: 200px;
  padding: 0px 10px;
  left: unset;
}

.wizzy-common-select-container .wizzy-common-select-options .wizzy-common-select-option {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 5px;
    cursor: pointer;
    border-bottom: 1px solid #D8DBDF;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper {
  display: flex;
    align-items: center;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-icon {
  max-width: 50px;
    min-width: 50px;
    height: 24px;
    cursor: pointer;
}
.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-grid-icon {
  margin-right: 4px;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-square-icon {
  padding: 0px 4px;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-grid-icon .hide-mobile {
  height: 100%;
  width: 100%;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-grid-icon .hide-desktop {
  display: none;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-square-icon .hide-mobile{
  height: 100%;
  width: 100%;
}

.wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-square-icon .hide-desktop {
  display: none;
}


/* list-view-change */

.wizzy-search-wrapper[data-wizzy-products-per-row="3"] .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product  {
  width: 33.3%;
  padding: 0px 10px;
  margin-bottom: 48px;
}

.wizzy-search-wrapper[data-wizzy-products-per-row="2"] .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product  {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 48px;
}

.wizzy-custom-list-change-parent {
  width: 100%;
  position: relative;
  min-height: 35px;
}

.wizzy-custom-list-change {
  width: max-content;
  display: flex;
  gap: 5px;
  position: absolute;
  right: 0px;
}

.wizzy-custom-list-change-one svg, .wizzy-custom-list-change-two svg, .wizzy-custom-list-change-three svg, .wizzy-custom-list-change-four svg {
  opacity: 0.1;
}

.wizzy-custom-list-change-one.active svg, .wizzy-custom-list-change-two.active svg, .wizzy-custom-list-change-three.active svg, .wizzy-custom-list-change-four.active svg {
  opacity: 1;
  cursor: pointer;
}



@media (max-width: 768px){

  .wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-grid-icon .hide-mobile {
    display: none;
  }
  
  .wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-grid-icon .hide-desktop {
    height: 100%;
    width: 100%;
    display: block;
  }
  
  .wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-square-icon .hide-mobile{
    display: none;
  }
  
  .wizzy-search-wrapper .wizzy-sort-container .layout-wrapper .layout-square-icon .hide-desktop {
    height: 100%;
    width: 100%;
    display: block;
  }
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results {
    padding: 0px;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
    border-right: unset;
  }
  .wizzy-search-wrapper .wizzy-common-select-container .wizzy-common-select-options {
    left: 0;
    border-radius: unset;
  }

  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top {
    margin-bottom: -40px;
    top: -12px;
  }

  /* list view change */

  .wizzy-custom-list-change {
    right: unset;
    left: 0px;
  }
  
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top {
    position: relative;
  }
  
  .wizzy-search-wrapper[data-wizzy-products-per-row="2"] .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product  {
    width: 50%;
    padding: 24px 10px;
    margin-bottom: 0px;
  }

  .wizzy-search-wrapper[data-wizzy-products-per-row="1"] .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product  {
    width: 100%;
    max-width: 100%;
    padding: 24px 10px;
  }

  .wizzy-common-select-container .wizzy-common-select-selector {
    border: 1px solid #e3e3e3;
  }
  
}

/* Wizzy empty result CSS */

.wizzy-search-empty-results-wrapper {
  padding-top: 20px;
}

.wizzy-search-empty-results-wrapper .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
 width: 26%;
    padding: 10px;
}

.wizzy-search-empty-results-wrapper .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container {
  width: unset;
}

.wizzy-search-empty-results-wrapper .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results {
  padding: 20px;
  padding-top: 0;
}

.wizzy-search-empty-results-wrapper .wizzy-search-wrapper {
  max-width: 1500px;
}


@media (min-width: 768px) {
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top {
    position: relative;
  }
  .wizzy-custom-list-change-parent {
    position: absolute;
    top: 11px;
    right: 160px;
  }
  .wizzy-custom-list-change {
    cursor: pointer;
  }
}