.predictive-search {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  z-index: 2;
  background: var(--white) !important;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  float: left;
  width: 100%;
  padding: 15px 0;
  overflow-y: scroll;
  height: 350px !important;
  max-height: 350px !important;
  margin: 15px 0;
}
.predictive-search-bottom .predictive-search__item {
  color: var(--white);
  background: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
  padding: 11px 20px !important;
  transform: translateY(0) !important;
  font-size: 14px;
  font-family: var(--second-font);
}
.predictive-search-bottom .predictive-search__item:hover {
  color: var(--theme-color);
}
.predictive-search::-webkit-scrollbar {
  width: 6px;
}
.predictive-search::-webkit-scrollbar-track {
  background: var(--second-color);
}
.predictive-search::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.predictive-search__heading {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
}
.search-form-wrapper .predictive-search-bottom .btn {
  padding: 10px 20px;
  position: static;
  width: auto;
  background: var(--second-color);
  gap: 10px;
}
#predictive-search-results
  #predictive-search-results-list
  .predictive-search__item-content
  .search-heading
  a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-form-wrapper .btn.predictive-search__item svg {
  fill: none;
}
#predictive-search-results #predictive-search-results-list {
  display: flex;
  flex-flow: row wrap;
}
#predictive-search-results #predictive-search-results-list li {
  float: left;
  width: 25%;
  display: block;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
}
predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block;
}
predictive-search:not([loading]) .predictive-search__heading .spinner,
predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
  display: none;
}
.predictive-search-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--black);
  padding: 10px;
}
#predictive-search-results
  #predictive-search-results-list
  .predictive-search__item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 0 0;
  text-align: left;
  color: var(--black);
}
#predictive-search-results
  #predictive-search-results-list
  .predictive-search__item-content
  .search-content-top {
  flex: 1;
  margin: 0 0 10px;
}
#predictive-search-results
  #predictive-search-results-list
  .predictive-search__item-content
  .search-vendor {
  margin: 0 0 5px;
}
.predictive-search-bottom {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 15px;
}
.predictive-search-bottom .btn svg {
  height: 14px;
  width: 16px;
}
predictive-search .spinner {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}
.predictive-search__heading .spinner {
  margin: 0 0.2rem 0 2rem;
}
predictive-search[loading] .predictive-search__loading-state {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
predictive-search[loading]
  .predictive-search__heading
  ~ .predictive-search__loading-state,
predictive-search[loading] .predictive-search__results-list:first-child {
  display: none;
}
#predictive-search-results #predictive-search-results-list .price {
  margin-bottom: 0;
}
#predictive-search-results
  #predictive-search-results-list
  .price
  ins.price-item--sale {
  font-size: 10px;
  opacity: 0.6;
  text-decoration: line-through;
}
@media screen and (max-width: 991px) {
  #predictive-search-results #predictive-search-results-list li {
    width: 33.33%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .predictive-search--header {
    right: 0;
    left: 0;
    top: 100%;
    padding: 20px 0;
  }
  .predictive-search {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #predictive-search-results ins {
    font-size: 13px;
  }
  #predictive-search-results #predictive-search-results-list li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .template-search p.search-msg {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #predictive-search-results #predictive-search-results-list li {
    width: 100%;
  }
  .predictive-search-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-predictive-search.css.map?v=155565429066831324231715571958 */
