/** Shopify CDN: Minification failed

Line 19:11 Expected identifier but found whitespace
Line 19:22 Unexpected "var("

**/
.predictive-search {
  display: none;
  position: absolute;
  top:auto;
  margin-top:40px;
  left: -0.1rem;
  background-color: rgb(var(--color-background));
  z-index: 3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 116.67%;
}
transition: transform var(--duration-default) ease,visibility var(--duration-default) ease;

.predictive-search--search-template {
  z-index: 2;
  width: calc(100% + 0.2rem);
}

.predictive-search__results-groups-wrapper {
  display: flex;
  flex-wrap:wrap;

}

@media screen and (max-width: 749px) {
  .predictive-search__results-groups-wrapper {
    flex-direction: column;
  }

  .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) {
    gap: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .predictive-search {
    border-top: none;
 
  }

  .header predictive-search {
    position: relative;
  }
}

predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block;
}

.predictive-search__result-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 2rem;
}

.predictive-search__result-group:first-child .predictive-search__pages-wrapper {
  display: none;
}

@media screen and (min-width: 750px) {
  .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),
  .predictive-search__result-group:last-child .predictive-search__pages-wrapper {
    display: none;
  }
  .predictive-search__result-group:first-child .predictive-search__pages-wrapper {
    display: initial;
  }
  .predictive-search__result-group:first-child {
 width:100%;
  }
  .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,
  .predictive-search__result-group:only-child {
    flex-grow: 1;
  }
}

.predictive-search__heading {
font-weight:700;
  margin: 0;
  padding:0 20px;
  font-size:12px;
  line-height: 160%;
  letter-spacing: 0.72px;
  color:var(--base-dark);
  text-transform: uppercase;
}

predictive-search .spinner {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}
body.collection .product__info-container .sort_desc{
  display:none;
}
predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
  display: none;
}

predictive-search[loading] .predictive-search__loading-state {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

predictive-search[loading] .predictive-search__search-for-button {
  display: none;
}

predictive-search[loading] .predictive-search__results-groups-wrapper ~ .predictive-search__loading-state {
  display: none;
}

predictive-search[loading] .predictive-search__results-groups-wrapper ~ .predictive-search__search-for-button {
  display: initial;
}

.predictive-search__item {
  display: flex;
  padding: 0;
  gap:24px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  font-size:var(--font-16);
  color:var(--base-dark);
}

.predictive-search__item--link-with-thumbnail {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 24px;
  grid-template-areas: 'product-image product-content';
}
#predictive-search-products{
    padding-top: 40px!important;
  padding-bottom:16px!important;
    border-top: 1px solid var(--base-light-400);
}
.predictive-search__item-content {
  grid-area: product-content;
  display: flex;
  flex-direction: column;
}

.predictive-search__item-content--centered {
  justify-content: center;
}

.predictive-search__item-vendor {
  font-size: 0.9rem;
}

.predictive-search__item-heading {
  margin: 0;
}


.predictive-search__item-query-result mark {
  font-weight:var(--weight-700);
}

.predictive-search__item-query-result mark {
  background-color: transparent;
}

.predictive-search__item .price {
  color: rgba(var(--color-foreground), 0.7);
  font-size: 1.2rem;
}

.predictive-search__item-vendor + .predictive-search__item-heading,
.predictive-search .price {
  margin-top: 0.5rem;
}

.predictive-search__item--term {
  justify-content: space-between;
  align-items: center;
  word-break: break-all;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.pre-query p{
  font-size:16px;
  line-height: 14px;
} 
/* ------------- */


.predictive-search__item--term .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.4rem);
  height: calc(var(--font-heading-scale) * 1.4rem);
  flex-shrink: 0;
  margin-left: calc(var(--font-heading-scale) * 2rem);
  color: rgb(var(--color-link));
}

.predictive-search__image {
  grid-area: product-image;
  object-fit: contain;
  font-family: 'object-fit: contain';
  width: 160px;
  height: 160px;
  border-radius: 10px;
}
#predictive-search-results-products-list .predictive-search__item-heading{
font-size: var(--font-16);
text-transform:uppercase;
line-height: 160%;
color: var(--base-dark);
}

 /* .modal__close-button.link, */
.reset__button{
  display:none;
} 
details[open] .search-modal.modal__content .modal-overlay:after{
  background: var(--base-white);
}

#predictive-search-results-products-list .predictive-search__list-item {
    padding-bottom: 16px;
  max-width:339px;
}


.empty-suggestion p{
  margin: 0;
      font-size: var(--fonr-12);
  text-transform: uppercase;
  font-weight: var(--weight-700);
  color: var(--base-dark);
}
.empty-suggestion{
      padding-top: 40px;
    border-top: 1px solid var(--base-light-400);
}
.predictive-count-zero-top {
margin: 0;
line-height: var(--line-height-160);
font-size: var(--font-16);
      padding-bottom: 40px;
  color: var(--base-dark);
}
.predictive-count-zero{
  display:none;
}
#predictive-search-results[data-count="0"] .predictive-count-zero{
  display:block;
      min-height: 270px;
}


@media (min-width: 992px){
  
  .index.hero_v2__template  .predictive-search {
      width:100%;
  }
  body:has(predictive-search[open="true"]) .modal__close-button.link{
    display:block;
            z-index: 3;
  }
}
@media (min-width: 1289px){
 .hero_V2_temp  .predictive-search__item-content{
   padding-right:55px;
 }
}

@media (max-width: 992px){
  .index__template  .predictive-search,
   .hero_V2_temp .predictive-search {
     
             left: unset;
  }
  .toggle-search-m,.toggle-search-m svg{
    width:44px;
    height:44px;
    margin:0;
  }
  .modal__content{
    width:100%;
  }
  #predictive-search-results[data-count="0"] .predictive-count-zero{
    width: calc(100% - 40px);
  }
}