/** Shopify CDN: Minification failed

Line 561:1 Expected "}" to go with "{"

**/
.predictive-search {
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 40rem;
  border: none;
  overflow-y: auto;
  z-index: 333;
  background: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .predictive-search {
    max-height: 64rem;
  }
}
.predictive-search .collections-grid__information {
  margin-top: 0;
  padding: 3rem;
  min-height: 34rem;
}

.predictive-search::-webkit-scrollbar {
  width: 0.4rem;
}

.predictive-search::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

.predictive-search--search-template {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .predictive-search {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 750px) {
  .header predictive-search {
    position: relative;
  }
}
predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block;
}

.predictive-search__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 1.5rem 0 0.75rem;
  color: rgba(var(--color-foreground), 0.7);
}

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

.predictive-search__heading .spinner {
  margin: 0 0.2rem 0 2rem;
}

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[loading] .predictive-search__loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 2rem;
}

predictive-search[loading] .predictive-search__heading ~ .predictive-search__loading-state,
predictive-search[loading] .predictive-search__results-list:first-child {
  display: none;
}

.predictive-search__list-item:hover .predictive-search__item-heading,
.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading {
  opacity: 0.7;
  text-decoration: none;
}

.predictive-search__result-group {
  display: grid;
  grid-template-columns: 1fr;
}

.predictive-search__wrapper-box {
  position: relative;
}

.predictive-search__result-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding-bottom: 3.2rem;
  column-gap: 3.2rem;
  grid-row: 1/4;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .predictive-search__result-tabs {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 0.1rem solid rgb(var(--color-border));
    padding-right: 3.2rem;
  }
}
.predictive-search__result-tab {
  cursor: pointer;
  position: relative;
  margin: 0;
  opacity: 0.5;
  transition: all var(--duration-short) ease;
}
@media screen and (min-width: 1200px) {
  .predictive-search__result-tab:hover {
    opacity: 1;
  }
}
.predictive-search__result-tab.active {
  opacity: 1;
}

.predictive-search__results-list_collections,
.predictive-search__results-list_pages,
.predictive-search__results-list_articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.predictive-search__results-list_products {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: -1px;
}
@media screen and (min-width: 576px) {
  .predictive-search__results-list_products {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 750px) {
  .predictive-search__results-list_products {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .predictive-search__results-list_products {
    grid-template-columns: repeat(1, 1fr);
  }
@media screen and (min-width: 1200px) {
  .predictive-search__results-list_products {
    grid-template-columns: repeat(2, 1fr);
  }
  .predictive-search__results-list_products::after {
    content: "";
    background: rgb(var(--color-background));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
  }
}

.predictive-search__results-list_products .predictive-search__list-item {
  padding: 2.4rem;
  margin-bottom: -1px;
  border-bottom: 1px solid rgb(var(--color-border));
}
@media screen and (min-width: 576px) {
  .predictive-search__results-list_products .predictive-search__list-item {
    border-right: 1px solid rgb(var(--color-border));
  }
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(2n+0) {
    border-right: none;
  }
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(3n+0) {
    border-right: 1px solid rgb(var(--color-border));
  }
}
@media screen and (min-width: 750px) {
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(3n+0) {
    border-right: none;
  }
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(2n+0) {
    border-right: 1px solid rgb(var(--color-border));
  }
}
@media screen and (min-width: 990px) {
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(2n+0) {
    border-right: none;
  }
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(3n+0) {
    border-right: 1px solid rgb(var(--color-border));
  }
}
@media screen and (min-width: 1360px) {
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(3n+0) {
    border-right: none;
  }
  .predictive-search__results-list_products .predictive-search__list-item:nth-child(2n+0) {
    border-right: 1px solid rgb(var(--color-border));
  }
}

.predictive-search__results-list_articles .predictive-search__list-item {
  max-width: 30rem;
}
.predictive-search__results-list_articles .predictive-search__list-item .article-card {
  flex-direction: column-reverse;
  gap: 0.6rem;
  justify-content: flex-end;
}
.predictive-search__results-list_articles .predictive-search__list-item .article-card .article-card__block {
  margin-bottom: 0;
}
.predictive-search__results-list_articles .predictive-search__list-item .article-card .article-card__text {
  margin-top: 0;
  flex: none;
}
.predictive-search__results-list_articles .predictive-search__list-item .article-card .article-card__title {
  padding-right: 0;
  font-size: calc(var(--font-heading-h6-scale) * 1.2rem);
}
@media only screen and (min-width: 1200px) {
  .predictive-search__results-list_articles .predictive-search__list-item .article-card .article-card__title {
    font-size: calc(var(--font-heading-h6-scale) * 1.4rem);
  }
}
@media only screen and (min-width: 1360px) {
  .predictive-search__results-list_articles .predictive-search__list-item .article-card .article-card__title {
    font-size: calc(var(--font-heading-h6-scale) * 1.6rem);
  }
}

.predictive-search__results {
  padding: 2.4rem 0;
  padding-left: 2.4rem;
  border-bottom: 1px solid rgb(var(--color-border));
}
.predictive-search__results:last-child {
  border-bottom: none;
}
.predictive-search__results.predictive-search__results-product {
  padding: 0;
  border-bottom: none;
}
.predictive-search__results > .subtitle {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.predictive-search__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 0.8rem;
  text-align: left;
  text-decoration: none;
  transition: background var(--duration-default);
}

@media screen and (min-width: 1200px) {
  .predictive-search__item {
    padding: 0.8rem 2rem;
  }
}
.predictive-search__item--link {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-column-gap: 0.8rem;
  grid-template-areas: "product-image product-content";
}

.predictive-search__item-content {
  grid-area: product-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.predictive-search__item-content .price__regular,
.predictive-search__item-content .price-item--sale {
  font-size: 1.3rem;
}

.predictive-search__item-content .price-item--regular {
  color: rgb(var(--color-foreground-secondary));
}

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

.predictive-search__item-vendor {
  margin-top: 0;
}

.predictive-search__item-heading {
  display: inline;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  background: no-repeat 0 calc(100% - 0.3rem);
  background-image: linear-gradient(rgb(var(--color-accent)), rgb(var(--color-accent)));
  background-size: 0% 0.1rem;
  transition-property: color, background-size, opacity;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
  font-size: calc(var(--font-heading-card-scale) * 1.6rem);
}

.predictive-search__item--term {
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0.8rem;
  word-break: break-all;
  color: rgb(var(--color-button));
  transition: opacity var(--duration-default);
}

.predictive-search__item--term:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1200px) {
  .predictive-search__item--term {
    padding: 1.3rem 2rem;
  }
}
.predictive-search__item-vendor + .predictive-search__item-heading,
.predictive-search .price {
  margin-bottom: 0.2rem;
}

.predictive-search__text {
  padding: 1.8rem 2.4rem;
  font-size: calc(var(--font-body-scale-xs) * 0.9rem);
}
@media only screen and (min-width: 990px) {
  .predictive-search__text {
    padding: 2.4rem;
  }
}
@media only screen and (min-width: 1360px) {
  .predictive-search__text {
    font-size: calc(var(--font-body-scale-xs) * 1rem);
  }
}

.predictive-search__image {
  display: block;
  grid-area: product-image;
  flex: none;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: cover;
  font-family: "object-fit: contain";
}

@media screen and (min-width: 1200px) {
  .predictive-search__image {
    width: 5rem;
    height: 5rem;
  }
}
.predictive-search__results-list_collections {
  gap: 2.4rem;
}
.predictive-search__results-list_collections .h6 {
  margin: 0;
  transition: opacity var(--duration-default) ease;
}
.predictive-search__results-list_collections .h6:hover {
  opacity: 0.8;
}
.predictive-search__results-list_collections img.img-scale {
  transition: transform var(--duration-long) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.predictive-search__results-list_collections .collections-grid__card:hover img.img-scale {
  transform: scale(1.05);
}
.predictive-search__results-list_collections .card-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: var(--border-radius-media);
}
.predictive-search__results-list_collections .card-wrapper .image-ratio {
  display: block;
  box-sizing: border-box;
  width: 0;
}
.predictive-search__results-list_collections .card-wrapper .image-ratio--portrait {
  padding-bottom: 114%;
}
.predictive-search__results-list_collections .card-wrapper .image-ratio--square {
  padding-bottom: 100%;
}
.predictive-search__results-list_collections .card-wrapper .image-ratio--landscape {
  padding-bottom: 70%;
}
.predictive-search__results-list_collections .card-information__count {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}
.predictive-search__results-list_collections .card-wrapper__image {
  opacity: 1;
}

.collections-grid__card:hover .card-wrapper {
  clip-path: inset(0.5rem round 0.3rem);
}
.collections-grid__information {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  margin-top: 2.4rem;
  width: 100%;
  z-index: 2;
}
.collections-grid__title a {
  position: relative;
  z-index: 1;
  word-break: break-all;
  text-decoration: none;
  color: inherit;
}
.collections-grid__title a svg {
  margin-left: 0.8rem;
  height: 1.4rem;
  width: auto;
}
@media screen and (min-width: 750px) {
  .collections-grid__title a svg {
    height: 1.6rem;
  }
}
.collections-grid__title {
  margin: 0;
  color: #fff;
}
.collections-grid__title:not(:last-child) {
  margin-bottom: 1.2rem;
}
.collections-grid__desc {
  margin: 0;
  font-size: 1.2rem;
  line-height: 145%;
  color: #fff;
}

.template-search__page {
  position: relative;
}
.template-search__page .card__text {
  transition: opacity var(--duration-default) ease;
}
.template-search__page .card__text:hover {
  opacity: 0.8;
}

.predictive-search__wrapper-left {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .predictive-search__wrapper-left {
    display: none !important;
  }
}
.predictive-search__wrapper-left .predictive-search__results-list_collections,
.predictive-search__wrapper-left .predictive-search__results-list_articles,
.predictive-search__wrapper-left .predictive-search__results-list_pages {
  display: none;
}
.predictive-search__wrapper-left .predictive-search__results {
  padding: 0;
  border-bottom: none;
}
.predictive-search__wrapper-left .predictive-search__results p {
  display: none;
}
.predictive-search__wrapper-left .predictive-search__results.predictive-search__results-product p {
  display: block;
  padding: 1.6rem 2.4rem;
  margin: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgb(var(--color-border));
  background: rgb(var(--color-background));
}

@media screen and (min-width: 990px) {
  .predictive-search__wrapper-right .predictive-search__results-list_products {
    display: none;
  }
  .predictive-search__wrapper-right .predictive-search__results-product p {
    display: none;
  }
  .predictive-search__wrapper-right .predictive-search__text {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .predictive-search__wrapper-right .predictive-search__results-product > .subtitle {
    padding-left: 2.4rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-top: 1px solid rgb(var(--color-border));
    border-bottom: 1px solid rgb(var(--color-border));
    margin-top: 2.4rem;
    margin-bottom: 0;
  }
  .predictive-search__wrapper-right .predictive-search__results-product .predictive-search__results-list_products {
    border-bottom: 1px solid rgb(var(--color-border));
  }
}
@media screen and (max-width: 576px) {
  .predictive-search__wrapper-right .predictive-search__results-product .predictive-search__results-list_products {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .predictive-search__wrapper-right .predictive-search__results-product .predictive-search__results-list_products {
    border-bottom: none;
  }
}