/** Shopify CDN: Minification failed

Line 193:0 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;  
  font-size: 50px;
  font-style: normal;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  font-family: 'Univers', sans-serif!important;
}

.collection__description > p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

#filter-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media screen and (min-width: 990px) {
  #filter-options {
    padding-bottom: 20px;
  }
}

#filter-options > button,
#filter-options > a {
  border-radius: 999px;
  border: 2px solid var(--SQM-Black, #000);
  padding: 6px 10px 7px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  background: white;
  color: black;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.list-menu__item {
  transition: background 0.3s, color 0.3s;
}

#filter-options > button path {
  transition: stroke 0.5s;
}

#filter-options > button.active,
#filter-options > a.active,
#filter-options > button:hover,
#filter-options > a:hover,
.facets__list .list-menu__item:hover {
  background: black;
  color: white;
  cursor: pointer;
}

#filter-options > button.active path,
#filter-options > button.active rect,
#filter-options > button:hover path {
  stroke: white;
}

@media screen and (max-width: 989px) {
  .collection__title .title:not(:only-child) {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
  .collection__description > p {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
  }
  #filter-options {
    gap: 15px;
    overflow-x: scroll;
    padding-bottom: 8px;
  }
  .index #filter-options {
    padding: 0 3rem;
  }
  #filter-options > button,
  #filter-options > a {
    padding: 6px 10px 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    min-width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    }
  }
  #filter-options button svg {
    vertical-align: text-top;
    margin-right: 0.5rem;
  }
  .collection__title.title-wrapper {
    padding: 0 3rem;
  }
}

.load-more-btn {
  display: flex;
  margin: 0 auto;
}