/** Shopify CDN: Minification failed

Line 226:10 Unexpected "{"
Line 226:19 Expected ":"
Line 231:11 Unexpected "{"
Line 231:20 Expected ":"

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

.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;
  position: relative;

}

.collection-desc-wrapper{
  position:relative;
}


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

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

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

  .collection-read-more{
    display:none;
  }
}

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

  .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;
}
.list-sub-main-wrap {
    position: relative;
}
.list-sub-main-wrap a.collectList-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* .collection-hero .collection-read-more {
    border: none;
    border-radius: 0;
    min-height: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: underline;

   
    position: absolute;
    bottom: 0px;
    right: 11px;
    background-color: #f4f4f3;
    z-index: 1;
    background: linear-gradient(to right, #f4f4f3e0, #f4f4f3 25%);
    padding-inline-start: 18px;
 
} */
 .collection-hero .collection-read-more {
    border: none;
    border-radius: 0;
    min-height: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: underline;
    position: absolute;
    bottom: 0px;
    right: 2rem;
    background-color: #f4f4f3;
    z-index: 1;
    background: linear-gradient(to right, #fff0, #f4f4f3 25%);
    padding-inline-start: 3.2rem;
    font-weight: 400;
}
.collection-hero .button.collection-read-more::after {
    box-shadow: none;
}
/* Responsive */
@media screen and (max-width: 989px) {
    .collection-hero__description {
        max-width: 800px;
    }
}
@media screen and (max-width: 749px) {
  .subcollection-menu .banner-slider-wrapper :is(.collect--image--list, .items-description) {
    display: none;
  }
  .subcollection-menu {
    margin-top: 12px;
  }
  .subcollection-menu .banner-slider-wrapper .slick-slider {
    margin: 0 !important;
  }
  /* .subcollection-menu .banner-slider-wrapper .list-sub-main-wrap {
    max-width: 19rem;
  } */
  .subcollection-menu .banner-slider-wrapper .list-sub--wrap {
    background: transparent;
  }
  .subcollection-menu .banner-slider-wrapper .card-bottom-wrapper {
    padding: 8px 14px;
    border: 1px solid #d6d6d6;
    border-radius: 9px;
    color: #000000;
    transition: all .3s ease;
    height: 100%;
    place-content: center;
    text-align: center;
  }
  /* .subcollection-menu .banner-slider-wrapper .card-bottom-wrapper  .collect--title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  } */
  .subcollection-menu .banner-slider-wrapper .card-bottom-wrapper:hover {
    border-color: #000000;
  }
  .subcollection-menu .banner-slider-wrapper .collection-slider-progress-bar {
    margin-top: 8px;
  }
  .collection-progress {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
  .slider-enable .slick-list {
      padding-left: 1rem;
      padding-right: 1rem;
  }

  .collection-hero__description{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    transition:all .3s ease;
  }

  .collection-hero__description.is-open{
    -webkit-line-clamp:unset;
  }

  .collection-read-more{
    margin-top:8px;
    background:none;
    border:none;
    color:#000;
    font-weight:600;
    cursor:pointer;
  }

.collection-read-more.link.is-open-button {
    display: inline;
    position: static;
    padding: 0;
}
.collection-hero__description.is-open {
    margin-bottom: 0;
}

}