/** Shopify CDN: Minification failed

Line 152:1 Unexpected "{"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
  .col_button.hero-button {
    border: 1px solid rgb(var(--color-foreground));
    padding: 12px 24px;
    font-size: 14px;
    font-family: "Suisse Medium";
    font-weight: 400;
    margin: 10px 0 20px;
    color: rgb(var(--color-foreground));
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-width: 300px;
    width: max-content;
  }

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
  .col_button.hero-button {
    min-width: 100%;
  }
}

.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;
}
.collection__title .title:only-child {
  margin-bottom: 2.5rem;
}

@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;
  }

  .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: 6rem;
  width: 100px;
 justify-content: center;
}
.collection__title h2{font-family: 'ZapfHumnst-BT' !important;letter-spacing:0;}

  .swiper .swiper-btn-wrapper {
    justify-content: center;
    align-items: center;
    gap: 25px;
}
  .swiper .swiper-btn-wrapper .swiper-button-disabled,.swiper .swiper-btn-wrapper {
    display: flex;
}
  .swiper .swiper-btn-wrapper .swiper-button-prev, .swiper .swiper-btn-wrapper .swiper-button-next {
    position: unset;
    transform: unset;
    width: 10px !important;
    height: 25px !important;
    background: transparent;
    color: black;
    margin-top: 0;
}
.swiper-btn-wrapper .swiper-button-next:after, .swiper-btn-wrapper .swiper-button-prev:after {
    font-size: 9px;
    color: #666;
    font-weight: 700;
}
.swiper-btn-wrapper .swiper-button-next:hover::after, .swiper-btn-wrapper .swiper-button-prev:hover::after{
    transform: scale(1.1);
    color: black;
}
  .swiper .swiper-btn-wrapper .swiper-pagination {
    position: unset;
    width: max-content;
    font-size: 14px;
}
  .collection__title.title-wrapper .hero-tagline {
      margin: 0 0 1.2rem;
      font-size: 14px;
      font-family: "Suisse Medium";
      font-weight: 400;
  }
.BrandPageCollection li.grid__item {
    padding: 0px 0 5px;
}{

}
