/** Shopify CDN: Minification failed

Line 189:0 Unexpected "}"

**/
@media (max-width: 749px){
  .collection__banner .collection__banner_content p {
    display: none;
}
}

@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 {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

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

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

@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;
}
.collection__banner {
    display: flex;
  @media (max-width: 749px){
    display: block;
    height: 100%;
  }
  .collection__banner_image{
        width: 45.24%;
     @media (max-width: 749px){
      width: 100%;
    }
    img{
      max-width: 100%;
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block;
      @media (max-width: 749px){
       height: 100%;
    }
    }
  }
  .collection__banner_content{
        padding-top: 1.8rem;
        width: 54.76%;
        padding-right: 89px;
        background-color: var(--bg-light-gray-color);
        padding-left: 2.4rem;
     @media (max-width: 749px){
      width: 100%;
        padding-bottom: 1.8rem;
     }
    h2{
      font-size: 4rem;
      margin: 0;
      color: var(--black-color);
      line-height: 48px;
      font-weight: var(--font-weight-400);
      letter-spacing: 0;
      text-transform: var(--text-transform-uppercase);
      font-family: var(--font-family-Fugaz-one);
      padding-bottom: .5rem;
        @media (max-width: 749px){
        font-size: 2.5rem;
          line-height: 30px;
     }
}
    p{
       font-size: 1.5rem;
      margin: 0;
      color: var(--black-color);
      line-height: 19.5px;
      font-weight: var(--font-weight-400);
      letter-spacing: 0;
      padding-bottom: 3.2rem;
      padding-top: .6rem;
    }
    }
  .breadcrumb{
    margin-bottom: 2.4rem;
    line-height: 1.9rem;
    a, span {
    font-size: 1.3rem;
    text-decoration: var(--text-decoration-none);
    margin: 0;
    color: var(---breadcrumb-color);
    line-height: 18.2px;
    font-weight: var(--font-weight-400);
    letter-spacing: 0;
}
    span{
      padding: 0 .5rem;
    }
    .active__page{
      color: var(--black-color);
    }
  }
  }
}

