/** Shopify CDN: Minification failed

Line 162:19 Expected ":"

**/
#quick-search-content {
height: calc(100vh - 164px);
  transition: height 0.3s ease-out; 
  width: 100%;
  background-color: white;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: opacity 0.3s ease;
    position: absolute;

    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.75,0,0.175,1), visibility 0.4s cubic-bezier(0.75,0,0.175,1);
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
#quick-search-content.show {
  height: calc(100vh - 164px);
}
@media (min-width: 741px) {
  #quick-search-content.show {
    /* height: calc(100vh - 126px); */
  }
}

#quick-search-content .loading-spinner {
  display: none;
}
#quick-search-content.show .loading-spinner {
  display: block;
}
.predictive-search__pages-wrapper,
.predictive-search__result-group {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
#predictive-search-results {
  display: grid;
  grid-auto-rows: minmax(10px, max-content);
  padding-bottom: 100px;
}

.predictive-search__suggestions {
  width: 100vw;
  grid-row: 2/3;
  padding-bottom: 1rem;
}
.predictive-search__pages-wrapper {
  grid-row: 1/2;
  margin-bottom: 25px;
  padding-top: 1rem;
}
.predictive-search__result-group {
  grid-row: 3/4;
}
.link-to-search-wrapper {
  grid-row: 4/5;
  padding-top: 3rem;
}

predictive-search form {
  opacity: 0;
}

predictive-search.show form {
  opacity: 1;
}

predictive-search.active form,
predictive-search.mobile-search form {
  opacity: 1;
}

@media (min-width: 990px) {
  .predictive-search__pages-wrapper {
    padding-right: 0;
  }
  #predictive-search-results {
    grid-template-columns: 250px auto;
    grid-auto-rows: max-content;
  }
  .predictive-search__suggestions {
    grid-row: 1/2;
    grid-column: 1/3;
    width: auto;
  }
  .predictive-search__pages-wrapper {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-top: 0;
  }
  .predictive-search__result-group {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .link-to-search-wrapper {
    grid-row: 3/4;
    grid-column: 2/3;
    display: flex;
    justify-content: flex-end;
  }
}

.predictive-search__suggestions .search-suggestion-list {
  list-style: none;
  display: flex;
  white-space: nowrap;
  padding: 0 0 15px 16px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.predictive-search__suggestions .search-suggestion-list::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.search-suggestion-list li {
  cursor: pointer;
}
@media (min-width: 741px) {
  .predictive-search__suggestions .search-suggestion-list {
    padding: 0 0 15px 32px;
  }
}
.predictive-search__pages-wrapper {
  position: relative;
}
.predictive-search__pages-wrapper .sticky-wrapper {
  position: sticky;
  top: 0px;
}
.predictive-search__pages-wrapper .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.5rem;
}
.predictive-search__pages-wrapper h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 741px) {
  .predictive-search__pages-wrapper h2 {
    font-size: 18px;
  }
}
.suggested-links {
  list-style: none;
  padding-left: 2.2rem;
}
.suggested-links li {
  position: relative;
  line-height: 3;
  font-size: 12px;d
  text-decoration: underline;
  text-underline-offset: 2px;
}
.suggested-links li:before {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: 10px;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  background-color: #efefef;
}
#predictive-search-results .suggested-search-term,
#predictive-search-results .search-collection-suggestion {
  padding: 5px 12px 3px;
  margin: 0 8px;
  border-radius: 4px;
}
#predictive-search-results .search-collection-suggestion a,
#predictive-search-results .suggested-search-term a {
  text-decoration: none;
  font-size: 12px;
}
#predictive-search-results .suggested-search-term {
  background-color: rgb(var(--product-custom-label-background));
}
#predictive-search-results .search-collection-suggestion {
  border: 1px solid rgb(var(--product-custom-label-background));
}
.predictive-search__results-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 12px;
  gap: 32px 12px;
  padding: 0;
  list-style: none;
}
.link-to-search-wrapper .button {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
}
.link-to-search-wrapper .button span {
  padding-right: 1rem;
}

@media (min-width: 741px) {
  .predictive-search__results-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#quick-search-content mark {
  background-color: inherit;
  font-weight: 600;
}

.mobile-search {
  position: relative;
  padding-bottom: 1rem;
  display: block;
}
.mobile-only {
  display: flex !important;
}

.desktop-only {
    display: none;
  }

@media (min-width: 741px) {
  .mobile-search {
    display: none;
  }
  .mobile-only {
    display: inherit;
  }
  .desktop-only {
    display: none;
  }

  .header__logo.desktop-only {
    display: none;
  }
}
.mobile-search .search-input {
  width: 100%;
  padding: 12px 1rem 8px;
  border-radius: 6px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.desktop-search {
  display: none;
  position: absolute;
  margin-left: 30px !important;
  max-width: 400px;
  width: 100%;
}
.desktop-search .search-input {
  width: 100%;
  border-radius: 6px;
  padding: 6px 1rem 6px;
  border: 1px solid #bdbdbd;
}
@media (min-width: 741px) {
  .desktop-search {
    display: block;
  }
}
predictive-search {
  position: relative;
  display: block;
}
predictive-search.active .search-icon {
  display: none;
}
.close-icon {
  display: none;
}
predictive-search.active .close-icon {
  display: block;
}

.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 16px;
  color: #949494;
}

@media (min-width: 741px) {
  .close-icon {
    color: #000;
    background: #f2f2f2;
    top: 2px;
    right: 2px;
    border-radius: 6px;
    padding: 5px 12px;
  }
  predictive-search.active .search-icon {
    display: block;
  }
}
@media (min-width: 1200px) {
  .close-icon {
    right: -9rem;
    padding: 7px 14px;
    top: 0px;
  }

  html[lang="fr"] .close-icon {
    right: -12rem;
  }
}
.mobile-search .search-icon,
.desktop-search .search-icon {
  position: absolute;
  right: 0;
  top: 14px;
  right: 15px;
  color: #949494;
}
.desktop-search .search-icon {
  top: 10px;
  color: #000;
}
.desktop-product-count {
  display: none;
}
@media (min-width: 990px) {
  .mobile-product-count {
    display: none;
  }
  .desktop-product-count {
    display: block;
  }
}
/* ----------------------------------------------------   input default overrides */
/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.logo-padding {
  padding: 0 1rem;
}

/* --------------------------------------------------------------------  loading spinner */
.loading-spinner {
  color: #949494;
  font-size: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translate(-50%, -50%) translateZ(0);
  top: 40%;
  left: 50%;
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
