/** Shopify CDN: Minification failed

Line 8:102 Expected ":"

**/
@media screen and (max-width:1024px){
.predictive-search__item-heading{font-size:14px!important;}  
.predictive-search__search-for-button{max-width:70%;margin: 0 auto;padding-top:5%;padding-bottom:5%;se}  
}

.predictive-search__item-content {
    line-height: 1.6em;
}

.predictive-search__result-group.predictive-search-sugg {
    display: none;
}  


@media screen and (min-width: 750px) {
  .search-modal.searching {
    height: calc(100vh - var(--announcement-height, 0px) - 48px);
  }
}

.predictive-search__results-list,
.header .predictive-search {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.predictive-search__results-list::-webkit-scrollbar,
.header .predictive-search::-webkit-scrollbar {
  appearance: none;
  width: 0.4rem;
  border-radius: 1.6rem;
  background-color: rgba(var(--color-border), 0.3);
}

.predictive-search__results-list::-webkit-scrollbar-thumb,
.header .predictive-search::-webkit-scrollbar-thumb {
  border-radius: 1.6rem;
  background-color: rgb(var(--color-border));
}

.predictive-search--search-template .predictive-search__results-list::-webkit-scrollbar,
.header .predictive-search::-webkit-scrollbar {
  width: 0.3rem;
}

.header .predictive-search {
  display: none;
  position: relative;
  flex: 1 0 auto;
  margin: 3rem 0 2rem;
}

.header .search-modal.searching .predictive-search {
  display: block;
}

.header .predictive-search-results {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.header .predictive-search-results.is-empty {
  justify-content: center;
}

.header .predictive-search__item--term {
  margin-top: 1rem;
  font-size:15px;
}

.header .predictive-search__results-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  padding-inline-end: 0.75rem;
  margin-inline-end: -0.75rem;
}

.header .predictive-search__results-list li {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .header .predictive-search__results-list {
    column-gap: 2rem;
    row-gap: 3rem;
    padding-inline-end: 2.5rem;
    margin-inline-end: -2.5rem;
  }

  .header .predictive-search__results-list li {
    width: calc(50% - 1rem);
  }

  .header .predictive-search__results-list li:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .header .predictive-search__item--term {
    width: auto;
    min-width: 24rem;
  }
}

.predictive-search .title-wrapper {
  display: block;
}

.predictive-search .title-wrapper p + p {
  margin: 0.5rem 0 0;
}

.predictive-search--search-template {
  display: none;
  z-index: 30;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 2rem 4.5rem;
  margin-top: 0.4rem;
  border-radius: 1rem;
  background-color: rgb(var(--color-background));
  box-shadow: 0 0.1rem 0.8rem rgba(var(--color-foreground), 0.15), 0 2rem 4rem rgba(var(--color-foreground), 0.08);
}

predictive-search[open] .predictive-search--search-template {
  display: flex;
  flex-direction: column;
}

.predictive-search--search-template .predictive-search-results {
  width: calc(100% + 1.5rem);
}

.predictive-search--search-template .predictive-search__results-list {
  padding-inline-end: 1.5rem;
  max-height: 30rem;
}

.predictive-search--search-template .predictive-search__list-item {
  padding: 1rem 0;
}

.predictive-search--search-template .predictive-search__list-item:first-child {
  padding-top: 0;
}

.predictive-search--search-template .predictive-search__list-item:last-child {
  padding-bottom: 0;
}

.predictive-search--search-template .predictive-search__item-heading {
  font-size: calc(var(--font-heading-scale) * 1.4rem);
  line-height: calc(1 + 0.2 / max(1, var(--font-heading-scale)));
}

.predictive-search--search-template .predictive-search__heading {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2rem;
  color: rgba(var(--color-heading), 0.55);
}

.predictive-search__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid rgba(var(--color-foreground),.08);
  margin: -1rem 0 2rem 2rem;
  padding: 1.5rem 0 0.75rem;
}

predictive-search .icon-spinner {
  width: 2rem;
  height: 2rem;
  line-height: 0;
}

predictive-search:not([loading]) .predictive-search__heading .icon-spinner,
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-inline-end: 0.2rem;
}

predictive-search[loading] .search-modal__form .search__button[type=button],
predictive-search[loading] .search-modal__form .search__button[type=reset] {
  display: none;
}

.predictive-search__item-heading {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  display: inline-block;
  position: relative;
  letter-spacing:0px;
}

@media screen and (hover: hover) {
  .predictive-search__item-heading {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition: background-size var(--duration-default) ease;
  }

  .predictive-search__item--link:hover .predictive-search__item-heading {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.predictive-search__item {
  display: flex;
  text-align: start;
  text-decoration: none; 
  width: 100%;
  padding: 0 2rem;
}

.predictive-search__item--link {
  display: grid;
  align-items:center;
  grid-template-columns: auto 1fr;
  grid-column-gap: 2rem;
  background-image: none;
} 

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

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

.predictive-search__image {
  width: 12rem;
  line-height: 0;
  overflow: hidden;
  border-radius: min(var(--card-radius), 0.3rem);
}

.predictive-search__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform var(--duration-long) ease;
}

@media screen and (hover: hover) {
  .predictive-search__item--link:hover .predictive-search__image img {
    transform: scale(1.1);
  }
}

.template-search__search .predictive-search__image {
  width: 5rem;
}

.template-search__search .search-modal__form .field {
  z-index: 15;
}

.template-search__search predictive-search .search__recommendation {
  text-align: start;
}

.predictive-search--focus:not(.search-modal--open) .transition-body::after {
  opacity: 1;
  pointer-events: visible;
}

.predictive-search--focus:not(.search-modal--open) .template-search__search .search-modal__form .field {
  z-index: 35;
}

.predictive-search--focus:not(.search-modal--open) .template-search__search .search-modal__form .field {
  background-color: rgb(var(--color-background));
}

.predictive-search--focus .shopify-section-header-sticky {
  z-index: 21;
}

.predictive-search--focus announcement-bar[data-compact=false].marquee .announcement-slider {
  animation-play-state: paused;
}

.template-search__search .predictive-search .price {
  margin-top: 0;
}

.template-search__search .predictive-search .price bdi {
  font-size: calc(var(--font-price-scale) * 1.6rem);
}

.template-search__search .predictive-search .price .unit-price {
  line-height: 1;
}

.template-search__search .predictive-search .price .unit-price bdi {
  font-size: calc(var(--font-price-scale) * 1.3rem);
}

.template-search__search .search-modal__form .search__button[type=reset],
.template-search__search .search-modal__form .search__input ~ .search__button,
.template-search__search .search-modal__form .search__recommendation {
  opacity: 0;
  visibility: hidden;
}

.predictive-search--focus:not(.search-modal--open) .template-search__search .search-modal__form .search__input:not(:placeholder-shown) ~ .search__button[type=reset],
.predictive-search--focus:not(.search-modal--open) .template-search__search .search-modal__form .search__input ~ .search__button,
.predictive-search--focus:not(.search-modal--open)  .template-search__search .search-modal__form .search__input:placeholder-shown ~ .search__recommendation {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

.predictive-search__results-list.list-text--links {
  column-gap: 0;
  row-gap: 0;
}

.predictive-search__results-list.list-text--links .predictive-search__item-heading {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

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

.predictive-search__item-query-result mark {
  color: rgba(var(--color-foreground), .75);
}

.predictive-search__item-query-result *:not(mark) {
  font-weight: bolder;
}

.predictive-search__results-groups-wrapper {
  display: flex;
  padding-bottom: 1rem;
}

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

.predictive-search__search-for-button {
  display: flex;
  justify-content: center;
}

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

@media screen and (max-width: 749px) {
  .search-modal__content {
    padding-top: 30px;
}
  .predictive-search__image{width:10rem!important;}
  .predictive-search__item--link{grid-column-gap:1rem!important;}
  .predictive-search__results-groups-wrapper {
    flex-direction: column;
  }

  .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) {
    /* On mobile, when there are no suggestions the first .predictive-search__results-groups-wrapper
     * is virtually empty due to a display: hidden on the predictive-search__pages-wrapper child.
     * This causes the gap to render and look like a big top margin */
    gap: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .header .predictive-search__results-list.list-text--links li {
    width: 100%;
  }

  .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 {
    flex: 0 0 26.4rem;
  }

  .template-search__search .predictive-search__result-group:first-child {
    flex: 0 0 20rem;
  }

  .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,
  .predictive-search__result-group:only-child {
    flex-grow: 1;
  }
}