/** Shopify CDN: Minification failed

Line 1926:3 Expected "}" to go with "{"

**/


.wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item {
    flex: 0 0 50%;
    }
:root {
  --visible-cols: 5;
  --grid-gap: calc(var(--grid-gap-original-base) * 0.8);
  --grid-gap-original-base: 12px;
  --col-gap: var(--grid-gap);
  --boostsd-isw-suggestion-queries-link-color-hover: #222;
  --boostsd-isw-suggestion-queries-link-background-color-hover: #e8e9eb;
  --boostsd-isw-suggestion-queries-link-box-shadow-hover: 0 0 0 1px #00000005;
  --col-size: calc(
    (100% - var(--col-gap) * (var(--visible-cols) - 1)) / var(--visible-cols)
  );
  --boostsd-isw-products-item-sku-font-size: 12px;
  --boostsd-isw-products-item-sku-line-height: 1.66667;
  --boostsd-isw-products-item-sku-color: #d3d3d3;
  --boostsd-isw-products-item-vendor-font-size: 12px;
  --boostsd-isw-products-item-vendor-line-height: 1.33333;
  --boostsd-isw-products-item-vendor-color: #7a7a7a;
  --boostsd-isw-products-item-price-font-size: 14px;
  --boostsd-isw-products-item-price-line-height: 1.42857;
  --boostsd-isw-products-item-price-font-weight: 600;
  --boostsd-product-sale-price-font-size: inherit;
  --boostsd-product-sale-price-font-weight: inherit;
  --boostsd-product-sale-price-color: #f30;
  --boostsd-product-sale-price-font-family: inherit;
  --boostsd-product-sale-price-font-style: normal;
  --boostsd-product-sale-price-padding-right: 4px;
  --boostsd-product-compare-price-font-size: inherit;
  --boostsd-product-compare-price-color: #969595;
  --boostsd-product-compare-price-font-family: inherit;
  --boostsd-product-compare-price-font-style: normal;
  --boostsd-isw-header-item-font-size: 12px;
  --boostsd-isw-header-item-font-weight: 600;
  --boostsd-isw-header-item-line-height: 1.33333;
  --boostsd-isw-suggestion-queries-link-color: #222;
  --boostsd-isw-suggestion-queries-link-font-size: 14px;
  --boostsd-isw-suggestion-queries-link-line-height: 1.42857;
  --boostsd-isw-header-item-color: #7a7a7a;
}
.coupon_price {
    width: fit-content;
}
.wizzy-search-results-list .product-price--original  {
  font-size: 18px;
  font-weight: 500;
}
.coupon_price {
    background: #2E7D32;
    color: white;
    padding: 2px;
    font-size: 13px;
}
.couon_main {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.free_shipping-text, .coupan_label_d {
    font-size: 12px;
    display: block;
}
/* .coupan_label_d, .shipping-text, .free_shipping-text, .coupon_price {
    font-style: italic;
} */
.shipping-text {
    font-size: 12px;
    margin-bottom: 0px;
}
.remove-line-height-space {
    min-height: unset;
    margin-bottom: 5px;
}
.free_shipping-text {
  margin-bottom: 0.5em !important;
}
.wizzy-search-results-container .product-item__badges.text-size--xsmall {
  position: sticky;
  top: var(--gutter-small);
  width: calc(100% - (var(--gutter-small) * 2));
  pointer-events: none;
}
.product-item__badge {
  clear: both;

  margin-bottom: calc(var(--gutter-small) / 2);
  width: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
  height: 1.5rem;
  border-radius: clamp(0px, var(--border-radius-buttons), 3px);
  background-color: #bbb;
  line-height: 1.5rem;
  padding: 2px 6px 2px 6px;
    color: white;
    border-radius: 7px !important;
    font-size: 13px;
}
.product-item__badges.text-size--xsmall img {
  width: 50px;
}

.boost-sd__suggestion-queries-item-sku {
  display: none;
}

.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 {
  background: var(--color-text-main);
  border: var(--border-width-forms) solid var(--color-borders-forms-primary);
}
.omnisend-form-67c8d86307be655774af8b45-rectangle-teaser {
  margin-left: 20px;
}

.search-results-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .wz-autocomplete-sugegstions-products-wrapper {
    width: 100%;
  }
  .autocomplete-top-products .product-item__badges {
    font-size: 8px;
    position: relative;
    left: 0px;    
    top: unset;
  }
  .autocomplete-top-products .product-item__badge {
    text-transform: capitalize;
    font-size: 8px !important;
    padding: 2px;
    float: unset;
    border-radius: unset !important;
    font-weight: 700;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible
    .wizzy-facet-head {
    margin-bottom: 5px;
    width: auto;
  }
  search-form {
    margin-inline-start: -83px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item
    .wizzy-facet-list-item-checkbox
    .checkbox-indicator {
    margin-top: -3px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-header
    .wizzy-filters-clear-all {
    color: #126cc5;
  }
  .wizzy-search-filters-left-wrapper .wizzy-filters-clear-all {
    display: none;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-container
    .wizzy-search-results
    .wizzy-search-results-list {
    display: grid;
    grid-template-columns: repeat(var(--visible-cols), var(--col-size));
    grid-gap: var(--col-gap);
    margin-bottom: 10px;
      --visible-cols: 4;
        --col-size: calc((100% - var(--col-gap)*(var(--visible-cols) - 1)) / var(--visible-cols));
  }

  button.button.button--solid.button--regular.button--fullwidth.button--loader {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .wizzy-search-wrapper {
    max-width: 1333px;
  }
  /* .wizzy-common-select-container {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  /* .wizzy-common-select-container .wizzy-common-select-selector {
    background-color: var(--color-background-main);
    border: var(--border-width-forms) solid var(--color-borders-forms-primary);
    border-radius: var(--border-radius-forms);
    color: var(--color-text-main);
    resize: none;
    padding: var(--input-padding);
    vertical-align: middle;

    padding-left: 1rem;
    min-width: unset;
  } */
  /* .wizzy-common-select-wrapper
    .wizzy-common-select-selector
    span.wizzy-common-select-selectedItem {
    padding-right: 4.7165rem;
  } */
  .wizzy-common-select-container .wizzy-common-select-selector:after {
    content: url('data:image/svg+xml;utf8,<svg width="13" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.414.086 7.9 6.57 6.485 7.985 0 1.5 1.414.086Z" fill="%23a0a0a0"/><path d="M12.985 1.515 6.5 8 5.085 6.586 11.571.101l1.414 1.414Z" fill="%23a0a0a0"/></svg>');
    position: absolute;

    right: 8px;
  }
  .wizzy-common-select-container .wizzy-common-select-selector:hover {
    border-color: var(--color-borders-forms-secondary);
  }
  /* .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option {
    padding: 11px 6px 6px 12px;
  } */
  .wizzy-grid-filters-box.wizzy-filters-facet-block {
    display: none;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-head {
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block {
    border-radius: 10px;
    padding: 1rem 10px;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-header {
    margin: 0;
    padding: 0;
    border: none;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .header-title {
    margin-bottom: 0.25rem;
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    margin-left: 11px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible.collapsed
    .wizzy-facet-head
    .facet-head-right:after {
    content: url('data:image/svg+xml;utf8,<svg width="13" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.414.086 7.9 6.57 6.485 7.985 0 1.5 1.414.086Z" fill="%231d1d1d"/><path d="M12.985 1.515 6.5 8 5.085 6.586 11.571.101l1.414 1.414Z" fill="%231d1d1d"/></svg>');
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible
    .wizzy-facet-head
    .facet-head-title {
    background-color: var(--color-background-main);

    color: var(--color-text-main);

    text-transform: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
  }

  .wizzy-facet-list-item-label span.facet-item-label-value {
    line-height: 24px;
    font-size: 14px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item {
    max-width: calc(100% - 30px);
    padding-left: 12px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item
    .noUi-horizontal {
    height: 5px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item
    .noUi-horizontal
    .noUi-connect {
    background: var(--color-text-main);
  }

  .noUi-touch-area {
    border: solid 0.125rem var(--color-text-main);
    border-radius: 50%;
    background: var(--color-background-main);
  }
  .noUi-handle {
    border: none;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item
    .noUi-horizontal
    .noUi-handle {
    width: 16px;
    height: 16px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body {
    padding-right: 0;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible
    .wizzy-facet-head
    .facet-head-right:after {
    content: url('data:image/svg+xml;utf8,<svg width="13" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.414.086 7.9 6.57 6.485 7.985 0 1.5 1.414.086Z" fill="%231d1d1d"/><path d="M12.985 1.515 6.5 8 5.085 6.586 11.571.101l1.414 1.414Z" fill="%231d1d1d"/></svg>');
  }
  .card__text.product-item__text a.product-item__title {
    margin-bottom: 0.5rem;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block:hover {
    border-color: var(--color-borders-forms-secondary);
  }

  .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 {
    background: var(--color-text-main);
    border: var(--border-width-forms) solid var(--color-borders-forms-primary);
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item
    .wizzy-facet-list-item-checkbox
    .checkbox-indicator,
  .wizzy-search-wrapper
    .wizzy-search-filters-top
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item
    .wizzy-facet-list-item-checkbox
    .checkbox-indicator {
    height: 20px;
    width: 20px;
    border-radius: 5px;
  }
  .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:after {
    content: "";
    clip-path: polygon(86% 11%, 39% 67%, 12% 43%, 0% 57%, 40% 95%, 100% 22%);
    transform-origin: top left;
    background-color: var(--color-background-main);
    background-size: contain;
    width: 70%;
    height: 70%;
    transform: scale(0) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform ease 0.25s;
  }
  /* .wizzy-common-select-container .wizzy-common-select-options {
    top: 49px;
  }
  .wizzy-common-select-container .wizzy-common-select-options {
    left: 54px;
    width: 78%;
  }
  .wizzy-sort-container
    .wizzy-common-select-wrapper
    span.wizzy-common-select-label {
    margin-right: 8px;
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option {
    padding: 5px 6px 4px 12px;
  }
  .wizzy-common-select-container .wizzy-common-select-options {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option.selected {
    background-color: #1e5ed6;
    color: white;
  } */

  /* Sort By button */
  .wizzy-common-select-container .wizzy-common-select-selector {
    min-width: 196px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    height: 48px;
    float: left;
    gap: 4px;
  }
  .wizzy-common-select-container
    .wizzy-common-select-selector
    .wizzy-common-select-label:after {
    content: none !important;
  }
  .wizzy-common-select-container
    .wizzy-common-select-selector
    .wizzy-common-select-label {
    font-size: 16px;
    color: #333;
    font-weight: unset;
  }
  span.wizzy-common-select-selectedItem {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-right: 9px;
  }
  .wizzy-common-select-container .wizzy-common-select-options {
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 308px;
    overflow-y: auto;
    box-shadow: #0000001a 0 4px 8px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 8px;
    top: calc(100% + 3px);
    z-index: 50;
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option.selected {
    background-color: #edf7e5;
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option {
    padding: 12px 16px !important;
    font-size: 16px;
    color: #333;
    border-radius: 8px;
  }
  .wizzy-common-select-options::-webkit-scrollbar {
    width: 4px;
  }
  .wizzy-common-select-options::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 2px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block {
    margin-bottom: 0px;
  }

  /* autocomplete wrapper */
  .wizzy-autocomplete-wrapper.onLeft .wizzy-autocomplete-top-products {
    background-color: #fff;
    width: 576px;
    padding: 14px;
    overflow: auto;
    scrollbar-width: none;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products {
    flex-flow: wrap;
    display: flex;
    justify-content: flex-start;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item {
    flex: 0 0 50%;
    max-width: 50%;
    height: min-content;
    padding: 10px;
  }
  .wizzy-autocomplete-top-products
    .autocomplete-top-products
    .topproduct-item
    .topproduct-item-image {
    float: left;
    border-radius: 4px;
    width: 72px;
    margin-right: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    p.topproduct-title {
    font-size: var(--boostsd-isw-products-item-title-font-size);
    line-height: var(--boostsd-isw-products-item-title-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-products-item-title-color);
    margin: 0;
    --boostsd-isw-products-item-title-font-size: 14px;
    font-weight: 400;
    --boostsd-isw-products-item-title-line-height: 1.42857;
    --boostsd-isw-products-item-title-color: #222;
    overflow: unset;
    white-space: unset;
    padding: 0;
  }
  .topproduct-item-info {
    float: left;
    width: calc(100% - 88px);
    padding-top: 0;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    p.topproduct-price
    .topproduct-item-discount {
    display: none;
  }
  .boost-sd__suggestion-queries-item-sku {
    font-size: var(--boostsd-isw-products-item-sku-font-size);
    line-height: var(--boostsd-isw-products-item-sku-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-products-item-sku-color);
    font-weight: 400;
  }
  .boost-sd__suggestion-queries-item-vendor {
    font-size: var(--boostsd-isw-products-item-vendor-font-size);
    line-height: var(--boostsd-isw-products-item-vendor-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-products-item-vendor-color);
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    a.topproduct-item-link
    p.topproduct-price {
    font-size: var(--boostsd-isw-products-item-price-font-size);
    line-height: var(--boostsd-isw-products-item-price-line-height);
    font-weight: var(--boostsd-isw-products-item-price-font-weight);
    letter-spacing: normal;
    margin: 0;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    a.topproduct-item-link
    p.topproduct-price {
    font-size: 14px;
    display: flex;
    gap: 7px;
    line-height: inherit;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--boostsd-product-sale-price-color);
    font-family: var(--boostsd-product-sale-price-font-family);
    font-style: var(--boostsd-product-sale-price-font-style);
    padding-right: var(--boostsd-product-sale-price-padding-right);
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    a.topproduct-item-link
    p.topproduct-price
    .topproduct-original-price {
    font-size: 14px;
    order: 2;
    line-height: inherit;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--boostsd-product-compare-price-color);
    font-family: var(--boostsd-product-compare-price-font-family);
    font-style: var(--boostsd-product-compare-price-font-style);
    text-decoration: line-through !important;
  }
  .wizzy-autocomplete-wrapper.onLeft .wizzy-autocomplete-suggestions {
    background-color: #f7f8f9;
    width: 250px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 14px 16px;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item-head:first-child {
    padding: 6px 8px;
    font-size: var(--boostsd-isw-header-item-font-size);
    line-height: var(--boostsd-isw-header-item-line-height);
    font-weight: var(--boostsd-isw-header-item-font-weight);
    letter-spacing: normal;
    color: var(--boostsd-isw-header-item-color);
    text-transform: uppercase;
    margin: 0;
  }
  .wizzy-autocomplete-wrapper {
    width: unset;
    max-height: 574px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item
    a.autocomplete-link {
    font-size: var(--boostsd-isw-suggestion-queries-link-font-size);
    line-height: var(--boostsd-isw-suggestion-queries-link-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-suggestion-queries-link-color);
    word-break: break-word;
    width: 100%;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    p.top-products-title {
    font-size: var(--boostsd-isw-header-item-font-size);
    line-height: var(--boostsd-isw-header-item-line-height);
    font-weight: var(--boostsd-isw-header-item-font-weight);
    letter-spacing: normal;
    color: var(--boostsd-isw-header-item-color);
    text-transform: uppercase;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item:hover {
    background-color: #f8f8f8;
  }
  .autocomplete-top-products-view-more {
    word-break: break-word;
    position: relative;
    bottom: 6px;
    /* left: 50%; */
    width: -webkit-fill-available;
    /* margin-left: auto; */
    padding-bottom: 0;
    align-items: start;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-self: end;
    box-shadow: var(--boostsd-isw-view-all-box-shadow);
    text-align: center;

    --boostsd-isw-view-all-box-shadow: inset 0 1px 0 #e4e5e7;
    color: inherit;
    margin-top: auto;
    background: none;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .autocomplete-top-products-view-more
    .wizzy-autocomplete-top-products-view-more {
    background: none;
    color: inherit;
    align-items: center;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .autocomplete-top-products-view-more
    .wizzy-autocomplete-top-products-view-more::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' fill='%23000000'/%3E%3C/svg%3E");
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item
    a.autocomplete-link:hover {
    color: var(--boostsd-isw-suggestion-queries-link-color-hover);
    background-color: var(
      --boostsd-isw-suggestion-queries-link-background-color-hover
    );
    box-shadow: var(--boostsd-isw-suggestion-queries-link-box-shadow-hover);
    border-radius: 4px;
    outline: none;
  }

  .autocomplete-top-products-view-more:hover {
    color: var(--boostsd-isw-view-all-link-color-hover);
    background-color: var(--boostsd-isw-view-all-link-background-color-hover);
    --boostsd-isw-view-all-link-color-hover: #222;
    --boostsd-isw-view-all-link-background-color-hover: #e8e9eb;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .autocomplete-top-products-view-more
    .wizzy-autocomplete-top-products-view-more:hover {
    background: none;
  }
  .wizzy-search-filters-left-wrapper .wizzy-sort-wrapper-in-filter {
    display: none;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item-head {
    padding: 6px 8px;
    font-size: 12px;
    line-height: var(--boostsd-isw-header-item-line-height);
    font-weight: var(--boostsd-isw-header-item-font-weight);
    letter-spacing: normal;
    color: var(--boostsd-isw-header-item-color);
  }
  /* autocomplete product price change */
}
.wizzy-autocomplete-wrapper
  .wizzy-autocomplete-top-products
  .product-price--compare {
  font-size: 13px;
  order: 2;
  line-height: inherit;
  font-weight: 600;
  letter-spacing: normal;
  color: var(--boostsd-product-compare-price-color) !important;
  font-family: var(--boostsd-product-compare-price-font-family);
  font-style: var(--boostsd-product-compare-price-font-style);
  opacity: 1.62;
}
.wizzy-autocomplete-wrapper
  .wizzy-autocomplete-top-products
  .product-price--original {
  font-size: 13px;
  display: flex;
  gap: 7px;
  line-height: inherit;
  font-weight: 600;
  letter-spacing: normal;
  /* color: var(--boostsd-product-sale-price-color); */
  font-family: var(--boostsd-product-sale-price-font-family);
  font-style: var(--boostsd-product-sale-price-font-style);
  padding-right: var(--boostsd-product-sale-price-padding-right);
}

@media screen and (max-width: 768px) {
   .autocomplete-top-products .product-item__badges {
    border: none !important;
    font-size: 8px;
   }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .product-price--original {
    text-wrap: nowrap;
}
  .autocomplete-top-products .product-item__badge {
    text-transform: capitalize;
    font-size: 8px !important;
    padding: 5px;
    float: unset;
    border-radius: unset !important;
  }
.shipping-main {
    min-height: 18px;
}
  .wizzy-autocomplete-top-products .product-item__badges {
    position: relative;
    top: -3px;
  }
  .wizzy-search-wrapper.has-filters-button-at-top.mobileTapped {
    position: static;
  }
  .wizzy-search-wrapper.has-filters-button-at-top .wizzy-mobile-filter-button {
    top: -17px;
  }
  .wizzy-search-empty-results-wrapper.mobileTapped {
    top: -16px;
  }
  body.wizzy-overlay-opened .wizzy-search-wrapper {
    z-index: 1000;
  }

  .remove-line-height-space--small {
    margin-bottom: 0;
  }
  .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-head
    .wz-active-facets {
    display: none;
  }
  .product-price {
    flex-direction: row;
    margin-bottom: 15px;
  }
  .wizzy-autocomplete-wrapper.onLeft {
    top: 155px !important;
    position: absolute;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-container
    .wizzy-search-results
    .wizzy-search-results-list {
    margin-bottom: 10px;
    --visible-cols: 2;
    --col-gap: var(--grid-gap);
    --col-size: calc(
      (100% - var(--col-gap) * (var(--visible-cols) - 1)) / var(--visible-cols)
    );
    display: grid;
    grid-gap: var(--col-gap);
    grid-template-columns: repeat(var(--visible-cols), var(--col-size));
  }
  .wizzy-search-wrapper.has-left-facets
    .wizzy-search-results-wrapper
    .wizzy-search-results-container
    .wizzy-search-results {
    margin: 0 auto;
    width: 100%;
    border: none;
    max-width: 1360px;
    padding-inline-start: var(--gutter-container);
    padding-inline-end: var(--gutter-container);
  }
  span.text-animation--underline.text-line-height--small.text-weight--bold.text-animation--underline {
    font-size: 14px;
  }

  .wizzy-grid-filters-box.wizzy-filters-facet-block {
    grid-column: 1 / -1;
    display: grid;
    z-index: 10;
    overflow-x: auto;
  }
  .wizzy-search-wrapper {
    z-index: 100;
  }
  .wizzy-grid-filters-box span.wizzy-facet-list-item-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .wizzy-autocomplete-wrapper.onLeft .wizzy-autocomplete-top-products {
    background-color: #f8f8f8;
    padding: 0 8px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products {
    flex-flow: wrap;
    display: flex;
    background-color: #f8f8f8;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    padding-left: 12.25px;
    padding-right: 10.25px;
    border-bottom: none;
    background-color: #fff;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    .topproduct-item-image {
    float: left;
    border-radius: 4px;
    width: unset;

    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    p.topproduct-title {
    font-size: var(--boostsd-isw-products-item-title-font-size);
    line-height: var(--boostsd-isw-products-item-title-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-products-item-title-color);
    margin: 0;
    --boostsd-isw-products-item-title-font-size: 13px;
    font-weight: 400;
    --boostsd-isw-products-item-title-line-height: 1.42857;
    --boostsd-isw-products-item-title-color: #222;
    overflow: unset;
    white-space: unset;
    padding: 0;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    .topproduct-item-info {
    float: left;
    width: unset;
    padding-top: 0;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    p.topproduct-price
    .topproduct-item-discount {
    display: none;
  }
  .boost-sd__suggestion-queries-item-sku {
    font-size: var(--boostsd-isw-products-item-sku-font-size);
    line-height: var(--boostsd-isw-products-item-sku-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-products-item-sku-color);
    font-weight: 400;
  }
  .boost-sd__suggestion-queries-item-vendor {
    font-size: var(--boostsd-isw-products-item-vendor-font-size);
    line-height: var(--boostsd-isw-products-item-vendor-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-products-item-vendor-color);
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    a.topproduct-item-link
    p.topproduct-price {
    font-size: var(--boostsd-isw-products-item-price-font-size);
    line-height: var(--boostsd-isw-products-item-price-line-height);
    font-weight: var(--boostsd-isw-products-item-price-font-weight);
    letter-spacing: normal;
    margin: 0;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    a.topproduct-item-link
    p.topproduct-price {
    font-size: 14px;
    display: flex;
    gap: 7px;
    line-height: inherit;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--boostsd-product-sale-price-color);
    font-family: var(--boostsd-product-sale-price-font-family);
    font-style: var(--boostsd-product-sale-price-font-style);
    padding-right: var(--boostsd-product-sale-price-padding-right);
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item
    a.topproduct-item-link
    p.topproduct-price
    .topproduct-original-price {
    font-size: 14px;
    order: 2;
    line-height: inherit;
    font-weight: 600;
    letter-spacing: normal;
    color: var(--boostsd-product-compare-price-color);
    font-family: var(--boostsd-product-compare-price-font-family);
    font-style: var(--boostsd-product-compare-price-font-style);
    text-decoration: line-through !important;
  }
  .wizzy-autocomplete-wrapper.onLeft .wizzy-autocomplete-suggestions {
    background-color: #f8f8f8;
    padding: 0 8px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item-head:first-child {
    font-size: var(--boostsd-isw-header-item-font-size);
    line-height: var(--boostsd-isw-header-item-line-height);
    font-weight: var(--boostsd-isw-header-item-font-weight);
    letter-spacing: normal;
    color: var(--boostsd-isw-header-item-color);
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
  }
  .wizzy-autocomplete-wrapper {
    width: unset;
    background-color: #f8f8f8;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item
    a.autocomplete-link {
    font-size: var(--boostsd-isw-suggestion-queries-link-font-size);
    line-height: var(--boostsd-isw-suggestion-queries-link-line-height);
    letter-spacing: normal;
    color: var(--boostsd-isw-suggestion-queries-link-color);
    word-break: break-word;
    width: 100%;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    p.top-products-title {
    font-size: var(--boostsd-isw-header-item-font-size);
    line-height: var(--boostsd-isw-header-item-line-height);
    font-weight: var(--boostsd-isw-header-item-font-weight);
    letter-spacing: normal;
    color: var(--boostsd-isw-header-item-color);
    text-transform: uppercase;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
  }

  /* .autocomplete-top-products-view-more {
    color: inherit;
    word-break: break-word;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: var(--boostsd-isw-view-all-box-shadow);
    text-align: center;
    overflow: auto;
    --boostsd-isw-view-all-box-shadow: inset 0 1px 0 #e4e5e7;
    color: inherit;
    background: none;
  } */
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .autocomplete-top-products-view-more
    .wizzy-autocomplete-top-products-view-more {
    background: none;
    color: inherit;
    align-items: center;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .autocomplete-top-products-view-more
    .wizzy-autocomplete-top-products-view-more::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' fill='%23000000'/%3E%3C/svg%3E");
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item {
    background-color: #fff;
    box-shadow: inset 0 -1px #e1e3e5;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item
    a.autocomplete-link
    .autocomplete-text-wrapper {
    top: -8px;
  }
  button.button.button--solid.button--regular.button--fullwidth.button--loader {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  /* sort & filter mobile view */

  /* .wizzy-filters-facet-block:not(.collapsed) .wizzy-facet-head {
    pointer-events: 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 {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
  .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 {
    width: 100%;
    background: #fff;
  }
  .wizzy-overlay-opened.wizzy-filters-overlay
    .wizzy-search-wrapper
    .wizzy-search-results-wrapper
    .wizzy-search-filters-left.wizzy-v2
    .wizzy-filters-header {
    left: 0px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    bottom: 80%;
    top: unset;
    padding: 16px 40px 16px 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 {
    left: 0px;
    width: 100%;
    padding: 0;
    font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback,
      sans-serif;
    height: calc(100% - 128px);
    top: unset;
    bottom: 0%;
    background: black;
  }
  .wizzy-common-select-container .wizzy-common-select-selector {
    width: 100%;
    border-radius: unset;
    height: min-content;
    border: none;
    padding: 16px;
    margin-bottom: -38px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .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: 18px;
  }
  .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: 18px;
    font-weight: bold;
    font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback,
      sans-serif;
    text-transform: capitalize;
    line-height: 1.5;
  }
  .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-head {
    background: #fff;
  }
  .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 {
    padding: 0;
  }
  .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-head {
    padding: 16px;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: unset;
    position: sticky;
    z-index: 1;
  }
  .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-filters-facet-block.collapsed
    .wizzy-facet-head {
    border-bottom: 1px solid rgb(224, 224, 224);
  }

  .wizzy-search-wrapper
    .wizzy-search-results-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible
    .wizzy-facet-head
    .facet-head-title {
    font-size: 15px;
    font-weight: 600;
    color: rgb(51, 51, 51);
  }

  .wizzy-search-wrapper
    .wizzy-search-results-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible.collapsed
    .wizzy-facet-head
    .facet-head-right:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill=%22%23666666%22 color=%22inherit%22 viewBox=%220 0 24 24%22 height=%2224%22 width=%2224%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23666666%22 fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z%22%3E%3C/path%3E%3C/svg%3E");
  }
  .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-filters-facet-block.collapsed
    .wizzy-facet-body {
    display: none !important; /* Hide when collapsed */
  }
  .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 {
    z-index: 2;
    padding: 16px;
    border-radius: 0px 0px calc(-1px + 0.25rem) calc(-1px + 0.25rem);
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 4px 0px;
  }
  .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 {
    border: 1px solid rgb(204, 204, 204);
    transition: 0.15s ease-in-out;
    color: rgb(51, 51, 51);
    background-color: transparent;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-transform: math-auto;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-facet-block.collapsible
    .wizzy-facet-head
    .facet-head-right:after {
    content: url("data:image/svg+xml,%3Csvg fill='%23666666' viewBox='0 0 24 24' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23666666' fill-rule='evenodd' clip-rule='evenodd' d='M18 13H13H11H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11H13H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z'/%3E%3C/svg%3E");
  }
  .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: 55%;
    left: 40px;
    width: 22px;
    height: 22px;
  }
  .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 {
    padding: 0 30px;
  }
  .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
    .facet-head-search-input {
    color: #3e4152;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 232, 232);
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    margin-left: 0;
    margin-top: 0;
  }
  .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
    .facet-head-search-input {
    padding-left: 41px;
    font-size: 14px;
  }
  .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
    .wizzy-facet-list-item {
    position: relative;
    margin-bottom: -1px;
    color: rgb(102, 102, 102);
    display: block;
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 9px 65px 8px 14px;
  }
  .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
    .wizzy-facet-list-item
    .facet-item-label-value {
    font-size: 14px;
    font-weight: bold;
    color: rgb(51, 51, 51);
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item
    .wizzy-facet-list-item-checkbox
    .checkbox-indicator {
    width: 19px;
    height: 19px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
    padding: 2px;
    background-color: transparent;
    border: 2px solid rgb(224, 224, 224);
    border-radius: 4px;
  }
  .wizzy-common-select-container .wizzy-common-select-options {
    position: relative;
    left: -100%;
    width: 139%;
    top: 64px;
    height: 326px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item
    .wizzy-facet-list-item-checkbox {
    padding-left: 34px;
    padding-top: 6px;
  }
  .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 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid rgb(69, 133, 0);
    transition: 0.15s ease-in-out;
    color: rgb(255, 255, 255);
    background-color: rgb(69, 133, 0);
    text-transform: capitalize;
    width: 100%;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0px 0.5rem;
    height: 50px;
    flex: 1 1 0%;
    white-space: nowrap;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-wrapper
    .wizzy-search-filters-left
    .wizzy-filters-close-btn {
    top: 93px;
    right: 6px;
    z-index: 1000000;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  }
  .wizzy-sort-wrapper-in-filter {
    overflow-x: hidden;
  }
  .wizzy-common-select-container .wizzy-common-select-selector {
    min-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 14px;
    font-weight: bold;
    color: rgb(51, 51, 51);
  }
  .wizzy-common-select-options > .wizzy-common-select-option:first-child {
    padding: 0.5rem 1rem 0.5rem 2rem;
    padding-right: 1000px;
  }
  .wizzy-common-select-container .wizzy-common-select-selector:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill=%22%23666666%22 color=%22inherit%22 viewBox=%220 0 24 24%22 height=%2224%22 width=%2224%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23666666%22 fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z%22%3E%3C/path%3E%3C/svg%3E");
    display: flex;
    flex-direction: row-reverse;
    bottom: 34px;
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option:hover {
    background: none;
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option
    .round-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ababab;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    padding: 4px;
    border-radius: 50px;
    border: 1px solid rgb(102, 102, 102);
    background-color: rgb(255, 255, 255);
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .selected
    .round-icon {
    background-color: rgb(96, 170, 0);
    border: 1px solid rgb(96, 170, 0);
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .wizzy-common-select-option {
    display: flex;
  }
  .wizzy-common-select-container
    .wizzy-common-select-options
    .selected
    .round-icon:after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
  }
  .wizzy-common-select-selector .wizzy-common-select-selectedItem {
    font-size: 12px;
    color: rgb(44, 117, 0);
  }
  .wizzy-common-select-selector::after {
    content: "";
    display: block; /* Default behavior */
  }

  .wizzy-common-select-selector.hide-after::after {
    content: url("data:image/svg+xml,%3Csvg fill='%23666666' viewBox='0 0 24 24' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23666666' fill-rule='evenodd' clip-rule='evenodd' d='M18 13H13H11H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11H13H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z'/%3E%3C/svg%3E");
    top: -25px;
  }
  .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: min-content;
    overflow-y: auto;
    max-height: 50vh;
  }

  .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
    .facet-body-sellingPrice
    .wizzy-facet-list {
    height: 100vh;
    max-height: 20vh;
  }

  .wizzy-common-select-container {
    overflow: hidden;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-suggestions
    ul.autocomplete-suggestions-list
    li.autocomplete-item-head {
    font-size: var(--boostsd-isw-header-item-font-size);
    line-height: var(--boostsd-isw-header-item-line-height);
    font-weight: var(--boostsd-isw-header-item-font-weight);
    letter-spacing: normal;
    color: var(--boostsd-isw-header-item-color);
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
  }
  .sidebar.sidebar--left.sidebar--opened {
    z-index: 1000000;
  }
  .sidebar.sidebar--right.cart-is-empty.sidebar--opened {
    z-index: 1000000;
  }
  .sticky-header show {
    z-index: 1000;
  }
  .wizzy-search-results-wrapper .wizzy-mobile-filter-button {
    left: 6px;
  }
  .wizzy-search-wrapper.has-filters-button-at-top
    .wizzy-search-results-wrapper
    .wizzy-filters-mobile-entry {
    border: 1px solid black;
    --button-padding-regular: 0.5rem 0.5rem;
    width: fit-content;
    position: absolute;
    top: 20px !important;
    left: 0;
    border-radius: var(--border-radius-buttons);
    border-width: var(--border-width-buttons);
    color: var(--color-text-main);
    font-weight: var(--font-weight-buttons);
    line-height: 1.25;
    padding: var(--button-padding-regular);
    height: 38px;
  }
  .header-container {
    border-bottom: none;
  }
  .wizzy-search-filters-left-wrapper .wizzy-filters-clear-all {
    display: none;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-container
    .wizzy-search-results
    .wizzy-search-results-list
    .wizzy-result-product {
    width: auto !important;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item
    .wizzy-facet-list-item-checkbox
    .checkbox-indicator:after {
    content: "";
    clip-path: polygon(86% 11%, 39% 67%, 12% 43%, 0% 57%, 40% 95%, 100% 22%);
    transform-origin: top left;
    background-color: var(--color-background-main);
    background-size: contain;
    width: 70%;
    height: 70%;
    transform: scale(0) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  body.wizzy-overlay-opened .tawk-min-container {
    display: none;
  }
  body.wizzy-overlay-opened #tawk-root {
    display: none !important;
  }
  body.wizzy-overlay-opened .widget-visible {
    display: none !important;
  }
  .wizzy-search-wrapper.has-filters-button-at-top
    .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 {
    display: none;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item {
    max-width: calc(100% - 30px);
    padding-left: 12px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item
    .noUi-horizontal {
    height: 5px;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item
    .noUi-horizontal
    .noUi-connect {
    background: var(--color-text-main);
  }

  .noUi-touch-area {
    border: solid 0.125rem var(--color-text-main);
    border-radius: 50%;
    background: var(--color-background-main);
  }
  .noUi-handle {
    border: none;
  }
  .wizzy-search-wrapper
    .wizzy-search-filters-left
    .wizzy-facet-body
    .wizzy-facet-list
    .wizzy-facet-list-item.facet-range-item
    .noUi-horizontal
    .noUi-handle {
    width: 16px;
    height: 16px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .product-price--compare {
    font-size: 12px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    .product-price--original {
    font-size: 12px;
  }
}
.wizzy-progress-container .wizzy-progress .wizzy-lds-ellipsis div {
  background-color: #272e64;
}
@media screen and (min-width: 768px) {
  .wizzy-search-filters-left-wrapper {
    width: inherit !important;
  }
  .wizzy-autocomplete-wrapper.onLeft {
    width: 80%;

    border-radius: 25px;
    left: 8% !important;
    max-height: 520px;
    top: 113px !important;
    height: max-content;
    border-top-left-radius: 25px;
  }
  .wizzy-autocomplete-wrapper
    .wizzy-autocomplete-top-products
    ul.autocomplete-top-products
    li.topproduct-item {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .wizzy-autocomplete-wrapper.onLeft .wizzy-autocomplete-top-products {
    width: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-container
    .wizzy-search-results
    .wizzy-search-results-list
    .wizzy-result-product {
    width: auto;
  }
}
.main_coupon_Shipping{
    
    
    
}
.coupon_color{
      background: #e3f2fd;
      border-radius: 6px;
      padding: 1px;
    width: fit-content;

}
.coupon_percent{
  font-weight: 400;
    color: green;
    font-size: 15px;
}
.coupon_Lab{
    color: green;
    font-weight: 600;
}
.coupon_price
 .money.bacurr-money{
  font-size: 18px;
  }
  .cust-product-card .custom-cust .money.bacurr-money{
  font-size: 14px;
  }
  .cust-pdp-card
  .product-price--original {
    font-size: 18px;
    font-weight: 500;
  
  }
  .shipping_free{
    display: flex;
    flex-direction: column;
  }
  .sold_OUT_Cst{
  padding: 10px;
  font-size: 15px;
  }
    .cust-pdp-card:hover .add-to-cart{
      display: block;
    }.coupon_price_cards
    .custom-add-to-cart{
      min-height:50px;
      height: 50px;
    }
   .custom-add-to-cart button {
    font-size: 15px;
    padding: 10px 0px;
    padding-left: 0px !importnat;
    padding-right: 0px !important;
    background-color: #2E7D32;
    color: white !important;
  }
  
  .shipping-texts{
        font-size: 12px;
        margin-bottom: 0px;
        
}
  .shipping-main, .free_shipping-main{
    min-height: 24px;
  }
  .free_shipping-texts, .coupan_label_des{
    font-size: 12px;
}
  .couon_mains{
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-size: 14px;

}
.shipping-main{
margin-bottom: 0px;
}
.coupon_price_cards{

    font-size: 15px !important;
        font-weight: 400;
}
.coupon_price_cards .money.bacurr-money{

    font-size: 15px !important;
        font-weight: 400;
}
money bacurr-money
.coupon_price_cards{
width: fit-content;
}
@media (max-width: 768px){
    .coupon_price_cards{

    font-size: 14px !important;
        
}
.coupon_price_cards .money.bacurr-money{

    font-size: 14px !important;
        
}
.coupon_percent{
    font-size: 14px;
}
.main_coupon_Shipping{
    min-height: 63px;
}


  @media (max-width: 385px){
    .shipping-texts span{
     font-size: 8px;
}
  }