/** Shopify CDN: Minification failed

Line 264:53 Expected ")" to end URL token
Line 275:53 Expected ")" to end URL token
Line 691:53 Expected ")" to end URL token
Line 702:53 Expected ")" to end URL token

**/
:root {
    --wizzy-primary: #2c2484;
}


/* ///////////////////////////// AUTOCOMPLETE WRAPPER CSS ////////////////////////////////////// */

.wizzy-autocomplete-wrapper {
  height: 70vh;
  overflow-y: scroll;
}

.wizzy-autocomplete-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #aaa
}

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

.wizzy-autocomplete-wrapper .autocomplete-top-products-view-more {
  padding-bottom: 10px;
}

.wizzy-autocomplete-wrapper .product-item {
  display: flex;
  flex-direction: column;
}

.wizzy-autocomplete-wrapper .product-item {
  overflow: visible;
}

.wizzy-autocomplete-wrapper .card {
  border: solid 1px #e1e1e1;
  border-radius: 0px;
  overflow: hidden;
  background-color: #fdfcfc;
  position: relative;
  color: #2c2484;
  box-shadow: 0px 0px 0px #fffdaf;
  margin-bottom: calc(0px + 0px);
  margin-inline-end: calc(0px + 0px);
}

.wizzy-autocomplete-wrapper .card a {
  color: #2c2484;
}

.wizzy-autocomplete-wrapper .card__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.wizzy-autocomplete-wrapper .lazy-image.lazy-image--animation.lazyloaded {
  overflow: hidden;
}

.wizzy-autocomplete-wrapper .lazy-image.lazy-image--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  padding-top: 0 !important;
}

.wizzy-autocomplete-wrapper .product-item__image-figure {
  border-radius: 0px 0px 0 0;
  transition: opacity .3s linear, visibility .3s linear !important;
}

.wizzy-autocomplete-wrapper .lazy-image.lazy-image--animation.lazyloaded img {
    transform: scale(1);
    transition: transform .45s ease-in-out, opacity .3s linear;
}

.wizzy-autocomplete-wrapper .lazy-image.lazy-image--fit img {
  object-fit: contain !important;
  padding: var(--image-fit-padding);
}

.wizzy-autocomplete-wrapper .lazy-image.lazy-image--background img {
  height: 100%;
  width: 100%;
}

.wizzy-autocomplete-wrapper .lazy-image.lazyloaded img {
  opacity: 1;
}

.wizzy-autocomplete-wrapper .lazy-image img {
  vertical-align: bottom;
  position: relative;
  z-index: 9;
}

.wizzy-autocomplete-wrapper .product-item__image-figure--secondary {
  opacity: 0;
  visibility: hidden;
}

.wizzy-autocomplete-wrapper .product-item__image-figure {
  border-radius: 0px 0px 0 0;
  transition: opacity .3s linear, visibility .3s linear !important;
}

.wizzy-autocomplete-wrapper .product-item__image--has-secondary:hover .product-item__image-figure--secondary {
  opacity: 1;
  visibility: visible;
}

.wizzy-autocomplete-wrapper a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1);
  transition: transform .6s ease-out, opacity .3s !important;
}

.wizzy-autocomplete-wrapper .product-item__image--has-secondary:hover .product-item__image-figure--primary {
  opacity: 0;
  visibility: hidden;
}

.wizzy-autocomplete-wrapper a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1);
  transition: transform .6s ease-out, opacity .3s !important;
}

.wizzy-autocomplete-wrapper .product-item__text:first-of-type {
  flex-grow: 1;
}

.wizzy-autocomplete-wrapper .product-item__text {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.wizzy-autocomplete-wrapper .card__text {
  z-index: 99;
  word-wrap: break-word;
  word-break: break-word;
}

.wizzy-autocomplete-wrapper .text-align--left {
  text-align: start;
}

.wizzy-autocomplete-wrapper .gutter--regular {
  padding: 10px;
}

.wizzy-autocomplete-wrapper .remove-empty-space>*:first-child {
  margin-top: 0;
}

.wizzy-autocomplete-wrapper .card a {
  color: #2c2484;
}

@media screen and (min-width: 768px) {
  .wizzy-autocomplete-wrapper a.product-item__title {
    height: 37px;
    overflow: hidden;
  }
}

.wizzy-autocomplete-wrapper .card__text>* {
  display: block;
}

.wizzy-autocomplete-wrapper .spacing--xlarge>* {
  margin-bottom: 1em;
}

.wizzy-autocomplete-wrapper .remove-line-height-space--small {
  margin-bottom: -.55em;
}

.wizzy-autocomplete-wrapper .text-animation--underline {
  background-position: left calc(1em + 3px);
}

.wizzy-autocomplete-wrapper .card .text-animation--underline {
  background-image: linear-gradient(to right, #2c2484, #2c2484);
}

.wizzy-autocomplete-wrapper .text-animation--underline {
  background-size: 0% 2px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all .1s linear;
}

.wizzy-autocomplete-wrapper .text-line-height--small {
  line-height: 1.1;
}

.wizzy-autocomplete-wrapper .text-weight--bold {
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .wizzy-autocomplete-wrapper .text-size--large {
    font-size: calc(18px / 16 * 15 + 0px);
  }
}

.wizzy-autocomplete-wrapper .remove-line-height-space {
  margin-bottom: calc(1em * 1.2 / -2 + .3125rem);
}

.wizzy-autocomplete-wrapper del {
  text-decoration: line-through;
  opacity: .62;
}

.wizzy-autocomplete-wrapper .product-item__price span:empty {
  display: none;
}

.wizzy-autocomplete-wrapper .product-item__price .product-price--unit {
  padding-inline-start: 0 !important;
  opacity: .76;
  font-size: 80%;
  margin-top: -.125rem;
  margin-bottom: .125rem;
}

.wizzy-autocomplete-wrapper .star-rating {
  font-size: 0;
  width: 100%;
  height: 1rem;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: .625rem;
}

.wizzy-autocomplete-wrapper .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wizzy-autocomplete-wrapper .card .star-rating__stars {
  background-image: url(data:image/svg+xml;utf8,<svg width="20" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7 0 1.572 4.837h5.085l-4.114 2.99 1.572 4.836L7 9.673l-4.114 2.99 1.571-4.837-4.114-2.99h5.085L7 0Z" stroke="%232c2484" stroke-width="1"/></svg>);
}

.wizzy-autocomplete-wrapper .star-rating__stars {
  background-repeat: repeat-x;
  font-size: 0;
  display: inline-block;
  text-align: left;
}

.wizzy-autocomplete-wrapper .card .star-rating__stars-active {
  background-image: url(data:image/svg+xml;utf8,<svg width="20" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7 0 1.572 4.837h5.085l-4.114 2.99 1.572 4.836L7 9.673l-4.114 2.99 1.571-4.837-4.114-2.99h5.085L7 0Z" fill="%23ffa534" stroke-width="0"/></svg>);
}

.wizzy-autocomplete-wrapper .star-rating__stars-active {
  display: inline-block;
  font-size: 0;
  height: .875rem;
  background-repeat: repeat-x;
}

.wizzy-autocomplete-wrapper .palm-hide {
  display: none;
}

.wizzy-autocomplete-wrapper .remove-empty-space>*:last-child {
  margin-bottom: 0;
}

.wizzy-autocomplete-wrapper .remove-empty-space>*:empty {
  display: none;
}

.wizzy-autocomplete-wrapper .remove-empty-space>*:last-child {
  margin-bottom: 0;
}

.wizzy-autocomplete-wrapper .remove-empty-space>*:first-child {
  margin-top: 0;
}

.wizzy-autocomplete-wrapper .product-item__quick-buy {
  width: 100%;
}

.wizzy-autocomplete-wrapper quick-add-to-cart.quick-add-to-cart {
  width: 100%;
  display: inline-flex;
  gap: 10px;
}

.wizzy-autocomplete-wrapper product-form {
  width: 80%;
}

.wizzy-autocomplete-wrapper .wishlist-wrapper {
  position: relative;
  z-index: 2;
  top: 0 !important;
  left: 0 !important;
  border: 2px solid yellow;
  border-radius: 10px;
}

.wizzy-autocomplete-wrapper .wishlisthero-floating button {
  font-size: 20px !important;
  width: 40px !important;
  padding: 0.125em 0 0 !important;
}

.wizzy-autocomplete-wrapper svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.wizzy-autocomplete-wrapper .svg-inline--fa.fa-w-16 {
  width: 1em;
}

.wizzy-autocomplete-wrapper .wishlist-hero-custom-button div button svg {
  color: #ed2529;
}

.wizzy-autocomplete-wrapper .fa-1x {
  font-size: 1em;
}

.wizzy-autocomplete-wrapper .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.wizzy-autocomplete-wrapper .product-item__badges {
  right: var(--gutter-small);
}
.wizzy-autocomplete-wrapper .product-item__badges {
  position: absolute;
  top: var(--gutter-small);
  width: calc(100% - (var(--gutter-small) * 2));
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .wizzy-autocomplete-wrapper .text-with-icon--tooltip .text-with-icon__label, 
  .wizzy-autocomplete-wrapper .text-size--xsmall {
    font-size: calc(12px / 16 * var(--base-body-size) + 0px);
  }
}

.wizzy-autocomplete-wrapper .product-item__badge {
  clear: both;
  float: right;
  margin-bottom: calc(var(--gutter-small) / 2);
  width: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-inline-start: .4375rem;
  padding-inline-end: .4375rem;
  height: 1.5rem;
  border-radius: clamp(0px, var(--border-radius-buttons), 3px);
  background-color: #bbb;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.wizzy-autocomplete-wrapper .product-item__badge.product-item__badge--sale {
  background-color: #ffffff;
  color: #2c2484;
  border-radius: 50% !important;
  padding: 9px !important;
  margin: -10px !important;
  height: 2.4rem !important;
}

@media (min-width: 768px){
  .wizzy-autocomplete-wrapper {
    width: 900px;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions {
    width: 250px;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products {
    width: calc(100% - 250px);
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
    margin-bottom: 10px;
  }
}


@media (max-width: 768px){
  body.wizzy-autocomplete-open {
    overflow: hidden !important;
  }
  .wizzy-autocomplete-wrapper .card {
    display: flex;
    flex-direction: row;
  }
  .wizzy-autocomplete-wrapper .card a {
    /* flex: 0 0 36%; */
  }
  .wizzy-autocomplete-wrapper .card__image {
    padding-top: 36% !important;
    flex: 0 0 36%;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .card__text {
    z-index: 5;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
    margin-top: 10px;
  }
  .wizzy-autocomplete-wrapper .product-item__badges {
    position: absolute;
    top: 6px;
    left: 6px;
    right: auto;
  }
  .wizzy-autocomplete-wrapper .product-item__badge {
    float: right;
  }
}



/* ///////////////////////////// SEARCH WRAPPER CSS ////////////////////////////////////// */

.wizzy-search-wrapper {
  width: 100%;
  max-width: 1360px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item {
  display: flex;
  flex-direction: column;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item {
  overflow: visible;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card {
  border: solid 1px #e1e1e1;
  border-radius: 0px;
  overflow: hidden;
  background-color: #fdfcfc;
  position: relative;
  color: #2c2484;
  box-shadow: 0px 0px 0px #fffdaf;
  margin-bottom: calc(0px + 0px);
  margin-inline-end: calc(0px + 0px);
  height: 100%;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card a {
  color: #2c2484;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image.lazy-image--animation.lazyloaded {
  overflow: hidden;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image.lazy-image--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  padding-top: 0 !important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__image-figure {
  border-radius: 0px 0px 0 0;
  transition: opacity .3s linear, visibility .3s linear !important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image.lazy-image--animation.lazyloaded img {
    transform: scale(1);
    transition: transform .45s ease-in-out, opacity .3s linear;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image.lazy-image--fit img {
  object-fit: contain !important;
  padding: var(--image-fit-padding);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image.lazy-image--background img {
  height: 100%;
  width: 100%;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image.lazyloaded img {
  opacity: 1;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .lazy-image img {
  vertical-align: bottom;
  position: relative;
  z-index: 9;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__image-figure--secondary {
  opacity: 0;
  visibility: hidden;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__image-figure {
  border-radius: 0px 0px 0 0;
  transition: opacity .3s linear, visibility .3s linear !important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__image--has-secondary:hover .product-item__image-figure--secondary {
  opacity: 1;
  visibility: visible;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1);
  transition: transform .6s ease-out, opacity .3s !important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__image--has-secondary:hover .product-item__image-figure--primary {
  opacity: 0;
  visibility: hidden;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1);
  transition: transform .6s ease-out, opacity .3s !important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__text:first-of-type {
  flex-grow: 1;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__text {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card__text {
  z-index: 99;
  word-wrap: break-word;
  word-break: break-word;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .text-align--left {
  text-align: start;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .gutter--regular {
  padding: 20px;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-empty-space>*:first-child {
  margin-top: 0;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card a {
  color: #2c2484;
}

@media screen and (min-width: 768px) {
  .wizzy-search-wrapper .wizzy-search-results-wrapper a.product-item__title {
    height: 37px;
    overflow: hidden;
  }
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card__text>* {
  display: block;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .spacing--xlarge>* {
  margin-bottom: 1em;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-line-height-space--small {
  margin-bottom: -.55em;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .text-animation--underline {
  background-position: left calc(1em + 3px);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card .text-animation--underline {
  background-image: linear-gradient(to right, #2c2484, #2c2484);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .text-animation--underline {
  background-size: 0% 2px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all .1s linear;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .text-line-height--small {
  line-height: 1.1;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .text-weight--bold {
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .wizzy-search-wrapper .wizzy-search-results-wrapper .text-size--large {
    font-size: calc(18px / 16 * 15 + 0px);
  }
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-line-height-space {
  margin-bottom: calc(1em * 1.2 / -2 + .3125rem);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper del {
  text-decoration: line-through;
  opacity: .62;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__price span:empty {
  display: none;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__price .product-price--unit {
  padding-inline-start: 0 !important;
  opacity: .76;
  font-size: 80%;
  margin-top: -.125rem;
  margin-bottom: .125rem;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .star-rating {
  font-size: 0;
  width: 100%;
  height: 1rem;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: .625rem;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card .star-rating__stars {
  background-image: url(data:image/svg+xml;utf8,<svg width="20" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7 0 1.572 4.837h5.085l-4.114 2.99 1.572 4.836L7 9.673l-4.114 2.99 1.571-4.837-4.114-2.99h5.085L7 0Z" stroke="%232c2484" stroke-width="1"/></svg>);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .star-rating__stars {
  background-repeat: repeat-x;
  font-size: 0;
  display: inline-block;
  text-align: left;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .card .star-rating__stars-active {
  background-image: url(data:image/svg+xml;utf8,<svg width="20" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7 0 1.572 4.837h5.085l-4.114 2.99 1.572 4.836L7 9.673l-4.114 2.99 1.571-4.837-4.114-2.99h5.085L7 0Z" fill="%23ffa534" stroke-width="0"/></svg>);
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .star-rating__stars-active {
  display: inline-block;
  font-size: 0;
  height: .875rem;
  background-repeat: repeat-x;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-empty-space>*:last-child {
  margin-bottom: 0;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-empty-space>*:empty {
  display: none;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-empty-space>*:last-child {
  margin-bottom: 0;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .remove-empty-space>*:first-child {
  margin-top: 0;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__quick-buy {
  width: 100%;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper quick-add-to-cart.quick-add-to-cart {
  width: 100%;
  display: inline-flex;
  gap: 10px;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper product-form {
  width: 80%;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wishlist-wrapper {
  position: relative;
  z-index: 2;
  top: 0 !important;
  left: 0 !important;
  border: 2px solid yellow;
  border-radius: 10px;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wishlisthero-floating button {
  font-size: 20px !important;
  width: 40px !important;
  padding: 0.125em 0 0 !important;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .svg-inline--fa.fa-w-16 {
  width: 1em;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .wishlist-hero-custom-button div button svg {
  color: #ed2529;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .fa-1x {
  font-size: 1em;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper  .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__badges {
  right: var(--gutter-small);
}
.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__badges {
  position: absolute;
  top: var(--gutter-small);
  width: calc(100% - (var(--gutter-small) * 2));
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .wizzy-search-wrapper .wizzy-search-results-wrapper .text-with-icon--tooltip .text-with-icon__label, 
  .wizzy-search-wrapper .wizzy-search-results-wrapper .text-size--xsmall {
    font-size: calc(12px / 16 * var(--base-body-size) + 0px);
  }
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__badge {
  clear: both;
  float: right;
  margin-bottom: calc(var(--gutter-small) / 2);
  width: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-inline-start: .4375rem;
  padding-inline-end: .4375rem;
  height: 1.5rem;
  border-radius: clamp(0px, var(--border-radius-buttons), 3px);
  background-color: #bbb;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.wizzy-search-wrapper .wizzy-search-results-wrapper .product-item__badge.product-item__badge--sale {
  background-color: #ffffff;
  color: #2c2484;
  border-radius: 50% !important;
  padding: 9px !important;
  margin: -10px !important;
  height: 2.4rem !important;
}

.wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container {
  width: 100%;
  margin-top: 0px;
}

.wizzy-selected-filters .wizzy-filters-clear-all {
  font-size: 15px;
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: .3rem;
  text-decoration-thickness: .1rem;
  transition: text-decoration-thickness ease .1s;
  padding-top: 7px;
  background-color: var(--color-text-main);
  border-color: var(--color-text-main);
  color: var(--color-foreground-main);
  padding: .5rem 1.625rem;
  margin-bottom: 15px;
  border-radius: 10px;
}

.wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item:hover .wizzy-facet-list-item-checkbox .checkbox-indicator {
  background: white;
  border-color: rgba(44, 36, 132, 0.6);
}

@media (min-width: 768px){
  .wizzy-search-wrapper .wizzy-search-results-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    top: 0px;
    margin-left: 5px;
    width: 100%;
    max-width: 70%;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-search-filters-left-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-left: 0px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-search-filters-left-wrapper .wizzy-facet-list-block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body {
    position: absolute;
    border: 1px solid rgba(var(--color-foreground), .2);
    top: calc(73% + 0.5rem);
    /* left: -1.2rem; */
    width: 35rem;
    max-height: 55rem;
    overflow-y: auto;
    background: #fff;
    z-index: 100;

    border: 1px solid rgba(44, 36, 132, 0.3);
    border-radius: 5px;
    top: calc(100% + .625rem);
    width: max-content;
    min-width: 18.75rem;
    max-height: 31.25rem;
    overflow-y: auto;
    box-shadow: .3125rem .3125rem .625rem #00000012;
  }
  
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block {
    border: unset;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list {
    padding: 10px;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top .search-filters-top-wrapper .wizzy-search-sort-wrapper .wizzy-sort-container {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .wizzy-common-select-container {
    font-size: 15px;
  }
  .wizzy-common-select-container .wizzy-common-select-selector {
    border: unset;
    min-width: 180px;
    padding: 0.75rem 1rem;
    color: #2c2484;
    font-weight: 400;
    border: 1px solid rgba(44, 36, 132, 0.3);
    border-radius: 5px;
  }
  .wizzy-common-select-container .wizzy-common-select-selector:hover {
    border-color: rgba(44, 36, 132, 0.6);
  }
  .wizzy-overlay-opened .wizzy-common-select-container .wizzy-common-select-selector {
    border: 1px solid rgba(44, 36, 132, 0.3);
    border-radius: 5px;
  }
  .wizzy-common-select-container .wizzy-common-select-selector .wizzy-common-select-label {
    font-weight: 400;
  }
  .wizzy-common-select-container .wizzy-common-select-options {
    position: absolute;
    left: 0px;
    border: 1px solid gray;
    width: 100%;
    font-size: 13px;
    top: 44px !important;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-header {
    gap: 20px;
    border: unset;
    padding-bottom: 0px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-header .wizzy-filters-clear-all {
    width: 50px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible .wizzy-facet-head {
    background-color: #ffffff;
    border: 1px solid rgba(44, 36, 132, 0.3);
    border-radius: 5px;
    color: #2c2484;
    resize: none;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.5rem) center;
    background-size: .8125rem .5rem;
    width: 100%;
    cursor: pointer;
    text-align: start;
    transition: border .1s linear;
    padding: 0.75rem 1rem;
    font-size: calc(16px / 16 * var(--base-body-size) + 0px);
    gap: 5px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible .wizzy-facet-head:hover {
    border-color: rgba(44, 36, 132, 0.6);
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .header-title {
    display: block;
    color: rgba(var(--color-foreground), .85);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .wizzy-search-summary-container .wizzy-summary-head {
    margin-left: 0px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item {
    font-size: 15px;
    /* padding: 1rem 2rem 1rem 0; */
    padding: .3125rem 0;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-header .wizzy-filters-clear-all {
    display: none;
  }
  .wizzy-overlay-opened .wizzy-common-select-container .wizzy-common-select-selector {
    color: #2c2484;
    font-size: 15px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .facet-search-wrapper.active {
    position: relative;
  }
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-filters-top .wizzy-selected-filters {
    margin-top: 0px;
  } 
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results {
    padding: 0px 0px 20px;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-filters-facet-block.collapsible .wizzy-facet-head .facet-head-title {
    z-index: 2;
    text-wrap: nowrap;
    text-transform: capitalize;
    font-weight: 400;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item-head {
    color: #026b54;
    font-size: 16.5px;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item {
    font-size: 15px;
  }
  .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,%3Csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.414.086 7.9 6.57 6.485 7.985 0 1.5 1.414.086Z' fill='%23ffa534'/%3E%3Cpath d='M12.985 1.515 6.5 8 5.085 6.586 11.571.101l1.414 1.414Z' fill='%23ffa534'/%3E%3C/svg%3E");
  }
  .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,%3Csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.414.086 7.9 6.57 6.485 7.985 0 1.5 1.414.086Z' fill='%23ffa534'/%3E%3Cpath d='M12.985 1.515 6.5 8 5.085 6.586 11.571.101l1.414 1.414Z' fill='%23ffa534'/%3E%3C/svg%3E");
  }
  .wizzy-common-select-container .wizzy-common-select-selector:after {
    content: url("data:image/svg+xml;utf8,%3Csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.414.086 7.9 6.57 6.485 7.985 0 1.5 1.414.086Z' fill='%23ffa534'/%3E%3Cpath d='M12.985 1.515 6.5 8 5.085 6.586 11.571.101l1.414 1.414Z' fill='%23ffa534'/%3E%3C/svg%3E");
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-checkbox .checkbox-indicator {
    height: 18px;
    width: 18px;
  }
  .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 {
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
  }
  .wizzy-common-select-container .wizzy-common-select-options .wizzy-common-select-option {
    color: #2c2484;
    font-size: 15px;
    padding: 7px 15px;
  }
  .wizzy-common-select-container .wizzy-common-select-options .wizzy-common-select-option:hover {
    background: #1967d2;
    color: white;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-checkbox .checkbox-indicator {
    border-radius: 5px;
    top: calc(50% - 9px) !important;
    border: 1px solid rgba(44, 36, 132, 0.3);
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-count {
    font-size: 15px;
    color: #2c2484;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top .wizzy-selected-filters ul.wizzy-selected-facet-list li.wizzy-selected-facet-list-item {
    position: relative;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    border-style: solid;
    border-radius: var(--border-radius-buttons);
    transition: all .1s linear;
    font-weight: var(--font-weight-buttons);
    cursor: pointer;
    border-width: var(--border-width-buttons);
    color: var(--color-text-main);
    box-shadow: var(--shadow-x-buttons) var(--shadow-y-buttons) var(--shadow-blur-buttons) var(--color-shadow-buttons);
    font-size: calc(16px / 16 * var(--base-body-size) + 0px);
    padding: .5rem 1.325rem;
    border: 2px solid #2c2484 !important;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top .wizzy-selected-filters ul.wizzy-selected-facet-list li.wizzy-selected-facet-list-item:hover {
    background-color: var(--color-accent-main);
    border-color: var(--color-accent-main);
    color: var(--color-foreground-accent-main);
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top {
    padding-left: 5px;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top .wizzy-selected-filters ul.wizzy-selected-facet-list li.wizzy-selected-facet-list-item span.wizzy-selected-facet-delete:after {
    color: #2c2484;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-filters-top .wizzy-selected-filters ul.wizzy-selected-facet-list li.wizzy-selected-facet-list-item:hover span.wizzy-selected-facet-delete:after {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results {
    padding-left: 0px;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
    border: unset !important;
    padding: 5px;
  }
}

@media (max-width: 768px){
  .wizzy-search-wrapper {
    width: 100%;
    max-width: 100%;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
  .wizzy-progress-container, .wizzy-search-wrapper {
    z-index: 100;
  }
  .wizzy-filters-overlay .wizzy-search-wrapper {
    z-index: 100001;
  }
  .wizzy-common-select-body-overlay .wizzy-search-wrapper {
    z-index: 100001;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
    border: unset !important;
    padding: 4px;
  }
  .wizzy-search-wrapper.has-filters-button-at-top .wizzy-sort-container, 
  .wizzy-search-wrapper.has-filters-button-at-top a.wizzy-filters-mobile-entry {
    z-index: 10;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .card__text {
    z-index: 5;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .gutter--regular {
    padding: 15px;
  }
  .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 {
    
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item.facet-range-item {
    padding-left: 15px !important;
    max-width: calc(100% - 50px) !important;
  }
  .wizzy-search-wrapper .wizzy-search-filters-left .wizzy-facet-body .wizzy-facet-list .wizzy-facet-list-item .wizzy-facet-list-item-label {
    white-space: unset;
  }
  .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,
  .wizzy-search-wrapper.has-filters-button-at-top .wizzy-search-results-wrapper .wizzy-filters-mobile-entry {
    text-align: center;
    border-style: solid;
    /* border-radius: var(--border-radius-buttons); */
    transition: all .1s linear;
    font-weight: var(--font-weight-buttons);
    line-height: 1.25;
    cursor: pointer;
    border-width: 1px;
    color: var(--color-text-main);
    border-color: var(--color-text-main);
  }
  .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 .wizzy-common-select-label {
    font-weight: 500;
    font-size: 15px;
    color: #2c2484;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-filters-mobile-entry {
    font-size: 15px;
  }
  .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-filters-mobile-entry:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M27.49 2h-22A1.54 1.54 0 0 0 4 3.53v2a1.53 1.53 0 0 0 .31.93l7.83 10.36a4.32 4.32 0 0 1 .86 2.59v4.92a3.57 3.57 0 0 0 1.36 2.8l3.22 2.5a1.52 1.52 0 0 0 .93.32 1.44 1.44 0 0 0 .67-.16 1.5 1.5 0 0 0 .82-1.37v-9a4.32 4.32 0 0 1 .86-2.6l7.83-10.35a1.53 1.53 0 0 0 .31-.93v-2A1.52 1.52 0 0 0 27.49 2zM27 5.39l-7.73 10.22A6.37 6.37 0 0 0 18 19.43v8l-2.45-1.89a1.57 1.57 0 0 1-.55-1.21v-4.92a6.29 6.29 0 0 0-1.27-3.79L6 5.39V4h21z' style='fill: %232c2484;'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    margin-top: 0px;
    margin-right: 10px;
  }
  .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 .wizzy-common-select-label:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' height='800px' width='800px' version='1.1' id='Capa_1' viewBox='0 0 490 490' xml:space='preserve' style='&%2310; fill: %232c2484;&%2310;'%3E%3Cg%3E%3Cpolygon points='85.877,154.014 85.877,428.309 131.706,428.309 131.706,154.014 180.497,221.213 217.584,194.27 108.792,44.46 0,194.27 37.087,221.213 '/%3E%3Cpolygon points='404.13,335.988 404.13,61.691 358.301,61.691 358.301,335.99 309.503,268.787 272.416,295.73 381.216,445.54 490,295.715 452.913,268.802 '/%3E%3C/g%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    margin-top: 0px;
    margin-right: 10px;
  }
  .wizzy-common-select-container .wizzy-common-select-options .wizzy-common-select-option {
    color: #2c2484;
  }
  .wizzy-search-wrapper.has-left-facets .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results {
    padding: 0 10px;
    border: unset;
  }
}



/* /////////////////////////////// GRID FILTER CSS /////////////////////////////////// */

.wizzy-grid-filters-box {
  width: 100%;
  z-index: 100;
}

.wizzy-grid-filters-box .wizzy-facet-body {
  display: block !important;
}

.wizzy-grid-filters-box .wizzy-facet-head {
  margin-bottom: 5px;
}

.wizzy-grid-filters-box .wizzy-facet-list .wizzy-facet-list-item-label {
  display: flex;
  gap: 5px;
}

.wizzy-grid-filters-box .wizzy-facet-list .wizzy-facet-list-item-label .wizzy-facet-list-item-checkbox {
  margin-top: 0px;
}

.wizzy-grid-filters-box .wizzy-facet-list .wizzy-facet-list-item-label .wizzy-facet-list-item-checkbox .wizzy-facet-list-item-checkbox-input {
  margin-right: 0px;
  width: 13px;
  height: 13px;
}

@media (max-width: 768px){
  .wizzy-grid-filters-box .wizzy-facet-list .wizzy-facet-list-item-label .wizzy-facet-list-item-checkbox .wizzy-facet-list-item-checkbox-input {
    margin-top: 1px;
  }
}

/* .wizzy-grid-filters-box {
  background: white;
  border: 1px solid rgba(44, 36, 132, 0.3);
}

.wizzy-grid-filters-box .wizzy-facet-list li {
  color: #ed2529;
  background: #fff350;
}

.wizzy-grid-filters-box .wizzy-facet-list li:hover {
  background: #2c2484;
}

.wizzy-grid-filters-box .wizzy-facet-list-item-count {
  color: #ed2529;
} */


/* /////////////////////////////////// CUSTOM AUTOCOMPLETE CSS  //////////////////////////////////////// */

.wizzy-collection-banner {
  display: flex;
  gap: 0px;
  justify-content: center;
  padding: 10px;
  /* background-color: #f0f0f0; */
  margin-bottom: 10px;
  flex-direction: column;
}

.wizzy-collection-banner .emupdz {
  text-align: center; 
  gap: 10px;
}

.wizzy-collection-banner a {
  text-decoration: none; 
  color: #2c2484; 
  display: block;
  width: 105px;
}

.wizzy-collection-banner ._2GaeWJ {
  height: 107px !important;
}

.wizzy-collection-banner img {
  width: 110px;
  height: 110px; 
  /* border-radius: 50%;  */
  object-fit: cover; 
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
  transition: transform 0.3s ease-in-out; 
}

.wizzy-collection-banner img:hover {
  transform: scale(1.1); 
}

.wizzy-collection-banner .emupdz .YBLJE4 {
  margin-top: 5px;
}

.wizzy-collection-banner .emupdz .YBLJE4 ._1XjE3T {
  font-size: 12.3px; 
  font-weight: 600; 
  text-transform: uppercase;
  /* text-wrap: nowrap; */
  letter-spacing: 0;
  margin-top: 10px;
}

.wizzy-autocomplete-banner {
  position: relative;
  order: 3;
}

.wizzy-autocomplete-banner-2 {
  position: relative;
  order: 4;
}

.wizzy-autocomplete-banner-2 .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wizzy-collection-banner ._3sdu8W {
  display: flex;
  justify-content: left;
}

@media (min-width: 768px){
  .wizzy-collection-banner a {
    width: 105px;
  }
  .wizzy-autocomplete-banner .image-mobile {
    display: none;
  }
  .wizzy-autocomplete-banner-2 .image-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .wizzy-collection-banner .emupdz {
    text-align: center;
    gap: 0px;
  }
  .wizzy-collection-banner ._3sdu8W {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    overflow-y: scroll;
    gap: 10px;
  }
  .wizzy-collection-banner ._3sdu8W::-webkit-scrollbar {
    display: none;
  }
  .wizzy-collection-banner img {
    width: 95px;
    height: 95px;
    border-radius: unset;
    object-fit: cover;
    /* box-shadow: 0 4px 8px #0000001a; */
    transition: transform .3s ease-in-out;
  }
  .wizzy-collection-banner ._2GaeWJ {
    height: 93px !important;
  }
  .wizzy-autocomplete-banner .image-mobile {
    height: 515px !important;
  }
  .wizzy-autocomplete-banner-2 .image-mobile {
    height: 105px !important;
  }
  .wizzy-autocomplete-banner-2 .small-hide {
    display: none !important;
  }
  .wizzy-collection-banner a {
    flex: 0 0 25%;
  }
  .wizzy-collection-banner .emupdz .YBLJE4 ._1XjE3T {
    font-size: 11.3px;
    text-wrap: wrap;
  }
}


.wizzy-autocomplete-wrapper {
  display: flex;
  flex-direction: column;
  width: 710px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 1.2);
}

.wz-autocomplete-sugegstions-products-wrapper {
  display: flex;
  flex-direction: column;
}

.wizzy-sticky .wizzy-autocomplete-wrapper {
  display: flex;
  flex-direction: column;
  width: 635px;
  position: fixed;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 1.2);
}

.wizzy-autocomplete-wrapper::-webkit-scrollbar {
  width: 5px;
  /* height: 5px; */
  background-color: #aaa; 
  display:none;
}

/* .wizzy-autocomplete-wrapper::-webkit-scrollbar-thumb {
  background: #000;
} */


.wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list {
  display: flex;
  flex-wrap: wrap;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item a.autocomplete-link {
  text-wrap: nowrap;
  padding: 1px 6px;
  justify-content: center;
  background: #d3d3d354;
  border: unset !important;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item-head {
  text-wrap: nowrap;
  flex: 0 0 100%;
  font-size: 18px;
  text-transform: capitalize;
  color: #2c2484;
  /* font-family: 'Twentieth Century'; */
  font-weight: 600;
  padding-left: 7px;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products {
  width: 100%;
  padding: 0px 10px 10px 10px;
  position: relative;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products {
  flex-direction: row;
  width: 100%;
  overflow-x: scroll;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-y: hidden;
}

.wizzy-autocomplete-wrapper.onLeft .wizzy-autocomplete-suggestions {
  order: 0;
  width: 100%;
  padding: 5px;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item {
  flex: 0 0 20%;
  padding: 0px 5px;
  width: max-content;
  max-width: max-content;
  margin-bottom: 5px;
}

.wizzy-top-viewmore {
  position: relative;
}

.wizzy-top-viewmore .autocomplete-top-products-view-more {
  position: absolute;
  right: 10px;
  top: -7px;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
  margin: 0;
  float: left;
  min-width: 25.3%;
  padding-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more {
  padding: 1px 7px;
  padding-top:4px;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products::-webkit-scrollbar {
  display: none
}

/*.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products::-webkit-scrollbar-thumb {
  background: #000;
} */


.wizzy-autocomplete-banner {
  position: relative;
  order: 3;
}

.wizzy-autocomplete-banner-2 {
  position: relative;
  order: 4;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item-head:first-child {
  font-size: 18px;
  text-transform: capitalize;
  color: #2c2484;
  letter-spacing: 0;
  height: 32px;
  /* font-family: Twentieth Century, sans-sarif; */
  padding-left: 7px;
  margin-bottom: 0px;
  opacity: 1.3;
}

span.wizzy-autocomplete-label {
   font-size: 13px;
  text-transform: capitalize;
  color: #2c2484;
  /* font-family: 'Twentieth Century'; */
  letter-spacing: 0;
  text-align: center;
  opacity: 1;
  font-weight: 500;
  width: 100%;
}

.wizzy-autocomplete-wrapper .button--small {
  min-height: 3rem;
  min-width: 10rem;
}

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

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products p.top-products-title {
    /* padding-left: 3px; */
    font-size: 18px;
    color: #2c2484;
    /* font-family: 'Twentieth Century'; */
    text-transform: capitalize;
    letter-spacing: 0;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .button {
  background-color: #656565;
  border: unset;
}

.wizzy-autocomplete-top-products .autocomplete-top-products-view-more {
  position: absolute;
  right: 10px;
  top: -7px;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more {
  padding: 3px 7px;
  color: #ed2529;
  background: #fff350;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more:hover {
  background: #2c2484;
}

.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more::after {
  margin-top: 2px;
  width: 14px;
  height: 14px;
}

@media (max-width: 768px){
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-suggestions ul.autocomplete-suggestions-list li.autocomplete-item a.autocomplete-link .autocomplete-text-wrapper {
    display: none !important;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products p.top-products-title {
    padding-left: 0px !important;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
    padding-left: 0px !important;
  }
  .wizzy-autocomplete-wrapper .card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wizzy-autocomplete-wrapper .card__image {
    padding-top: 100% !important;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
    min-width: 50%;
  }
  .wizzy-autocomplete-top-products .autocomplete-top-products-view-more {
    position: absolute;
    right: 21px;
    top: -17px;
  }
  .wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more {
    width: 100%;
  }
  .wizzy-autocomplete-wrapper .product-item__badges {
    position: absolute;
    top: 9px;
    left: 9px;
    right: auto;
  }
}