/** Shopify CDN: Minification failed

Line 205:0 Unexpected "}"

**/


@media screen and (min-width: 768px) {
  .collection {
    display: flex;
    overflow: hidden;
    gap: 24px;
  }

  body.template-cart .collection,
  body.template-index .collection {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .collection__title {
    display: flex;
    flex: 0 0 55%;
    margin: 0;
  }

  .collection-swiper-slider-container {
    width: 45%;
    overflow: hidden;
  }

  .collection-swiper-slider-container .card__inner {
    aspect-ratio: 1;
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
  
  }

  body.template-cart .collection__title,
  body.template-index .collection__title {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .collection__description {
    font-size: 12px;
    line-height: 20px;
  }

  .collection__image {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8;
    object-fit: cover;
    max-width: 312px;
  }

  .collection__content {
    margin-left: 20px;
    width: 78%;
  }
    
    @media screen and (min-width: 768px) {
      .collection {
        display: flex;
        overflow: hidden;
      }
    
      body.template-cart .collection,
      body.template-index .collection {
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }
    
      .collection__title {
        display: flex;
        margin: 0;
      }
    
      body.template-cart .collection__title,
      body.template-index .collection__title {
        min-width: 650px;
        max-width: 650px;
        display: flex;
        justify-content: center;
        text-align: center;
      }
    
      .collection__description {
        font-size: 12px;
        line-height: 20px;
      }
    
      .collection__content {
        margin-left: 20px;
      }
    }
    @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) {
      .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-top: 0;
      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) {
      width: 100%;
      margin-top: 1rem;
    }
    
  }
}

@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) {
  .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-top: 0;
  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) {
  width: 100%;
  margin-top: 1rem;
}



.swiper-button-prev:after, .swiper-button-next:after {
  display: none !important;
}

.collection-swiper-slider-container .slider-button--prev {
    left: -7px !important;
    position: absolute;
    top: 45% !important;
    height: 50px !important;
    background: #ddd3 !important;
    border: none !important;
    width: 26px !important;
    border-radius: unset;
}

.collection-swiper-slider-container .slider-button--next {
  right: -7px !important;
  position: absolute;
  top: 45% !important;
  height: 50px !important;
  background: #ddd3 !important;
  border: none !important;
  width: 26px !important;
  border-radius: unset;
}


.collection-swiper-slider-container  .contains-card {
  padding: 0;
}

@media (min-width: 1080px) {
  .collection__content {
    margin-left: 20px;
    width: 38%;
}
.collection__title {
  display: flex;
  flex: 0 0 45%;
  margin: 0;
}

.collection-swiper-slider-container {
  width: 55%;
}
  
}

.collection-swiper-slider-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .collection__image {
    width: 100%;
    aspect-ratio: 0.97;
    height: 390x;
  }
  .collection-swiper-slider-container .slider-button--next {
    position: absolute;
    top: 60% !important;
  }
  .collection-swiper-slider-container .slider-button--prev {
    position: absolute;
    top: 60% !important;
  }
  
}