/** Shopify CDN: Minification failed

Line 216:10 Unexpected "{"
Line 216:19 Expected ":"
Line 221:11 Unexpected "{"
Line 221:20 Expected ":"

**/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
  display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
  }

    
}


.collection-hero__title {
  margin: 0.5rem 0;
  text-align: center;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  text-align: center;

}


@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
  .collection-hero__title {
    margin: 0.5rem 0;
    
  }
}

@media screen and (min-width: 1400px) {
   .collection-hero__title + .collection-hero__description {
    font-size: 2rem;
   }
}



.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
}

/* custom-code */
.list-sub--wrap {
      background: #fff;
      border-radius: 10px;
  }
  a.collectList-link {
    color: rgba(var(--color-foreground), 1);
    text-decoration: none;
    margin-bottom:12px;
  }
  .items-description{
    line-height:1.1;
    margin:0;
    font-size: 12px;
 }
 .items-description p{
  margin-top:5px;
  margin-bottom: 0;
 }
  .collect--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

  .card-bottom-wrapper {
    background-color:var(--color-white);
    padding: 13px 10px;
    border-radius: 10px;
  }

  .collection-slider-progress-bar .collection-slider-progress {
    display: block;
}
.collection-slider-progress-bar {
    width: 100%;
    height: 2px;
    background: #D6D6D6;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.collection-slider-progress {
    height: 100%;
    width: 0;
    background: #2F423B;
    transition: width 0.3s;
    border-radius: 2px;
}

.collection-progress {
    padding-left: max(5rem, calc((100vw - var(--page-width) + 8rem) / 2));
    padding-right: max(5rem, calc((100vw - var(--page-width) + 8rem) / 2));
}

 .collect--image--list {
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 148px;
}  
.collect--image--list img {
    max-width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}

.banner-slider-wrapper .slick-track .slick-slide .list-sub--wrap,
 .banner-slider-wrapper .slick-track .slick-slide>div,
  .banner-slider-wrapper .slick-track .slick-slide>div .list-sub-main-wrap {
    height: 100%;
}

.collect--image--list img[alt="Placeholder image"] {
    max-width: 170px;
    object-fit: contain;
}
.collect--image--list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-enable{
  padding:0;
  display:flex;
      align-items: center;
    /* justify-content: center; */
    height: 100%;
}
.section-{{ section.id }} .slider-enable .slick-list {
  padding-left: max(5rem, calc((100vw - var(--page-width) + 6rem) / 2));
  padding-right: max(5rem, calc((100vw - var(--page-width) + 6rem) / 2));

}
 .section-{{ section.id }} .slider-enable .slick-slide:first-of-type .list-sub--wrap {
  margin-left:0;
}
.slider-enable.slick-slider .slick-list.draggable {
  margin: 0;
}

.banner-slider-wrapper .slick-track {
    display: flex;
}
.banner-slider-wrapper .slick-track .slick-slide {
    height: auto;
}

.product-card-slider ,.product-card-slider .slick-list,.product-card-slider .slick-track,.product-card-slider .slick-slide,.product-card-slider li,.product-card-slider div,.product-card-slider img{
  height:100%;
}
 .card__media .product-card-slider li img {
    width: 100%;
    height: 100%;
    object-fit:contain;
}
 .card__media .product-card-slider {
  padding:0;
}

.product-grid-wrapper .card-information form.card-buy-now{
  margin-top:auto !important;
  padding-top: 1.6rem
}

.product-grid-wrapper .card__content .card-information {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-grid-wrapper .card__content .card__information{
  display: flex;
  flex-direction: column;
  
}


.product-grid-wrapper .product-card-wrapper .card__heading a::after {
  content: none;
}


.card__media .product-card-slider li .ratio img {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 1.2rem;
}

.product-grid-wrapper .card__inner .card__content {
  display: none;
}

/* Responsive */
@media screen and (max-width: 989px) {
    .collection-hero__description {
        max-width: 800px;
    }
}
@media screen and (max-width: 749px) {
  .collection-progress {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
  .slider-enable .slick-list {
      padding-left: 1rem;
      padding-right: 1rem;
  }
}