/** Shopify CDN: Minification failed

Line 130:0 All "@import" rules must come first

**/
/* .collection-list {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-title {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .collection-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.collection-list__item:only-child {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider.collection-list--1-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider.collection-list--1-items,
  .slider.collection-list--2-items,
  .slider.collection-list--3-items,
  .slider.collection-list--4-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection-list__item a:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 989px) {
  .collection-list.slider .collection-list__item {
    max-width: 100%;
  }
}

.collection-list-view-all {
  margin-top: 2rem;
} */
.collection-list {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-title {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .collection-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.collection-list__item:only-child {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider.collection-list--1-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider.collection-list--1-items,
  .slider.collection-list--2-items,
  .slider.collection-list--3-items,
  .slider.collection-list--4-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection-list__item a:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 989px) {
  .collection-list.slider .collection-list__item {
    max-width: 100%;
  }
}

.collection-list-view-all {
  margin-top: 2rem;
}

/* custom subchild list */
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
.custom-subchild-coll-list .collection-list {
  display: flex;
  gap: 8px;
}
.custom-subchild-coll-list .collection-list .collection-list__item {
  max-width: 112px;
}
.custom-subchild-coll-list .collection-list-title {
  font-family: Brown-Light !important;
}

.custom-subchild-coll-list .card__heading a {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #606060;
  font-family: Brown-Light !important;
  text-align: center;
}
.card__information {
  padding-top: 7px;
}
.custom-subchild-product-list .card__inner {
  min-height: 139px;
}
.custom-subchild-product-list .card__heading a {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase !important;
  color: #121212;
  text-align: left;
  font-family: Brown-Light !important;
  margin-bottom: 0;
}
.custom-subchild-product-list .card__subheading-title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.6px;
  color: #121212;
  font-family: Brown-Light !important;
}

@media screen and (max-width: 750px) {
  .custom-subchild-coll-list .grid--peek .grid__item {
    min-width: 112px !important;
    max-width: 112px !important;
    width: 112px !important;
  }
  .custom-subchild-coll-list .collection-list.contains-card {
    gap: 8px;
  }
  .no-slider-in-mob {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .custom-subchild-coll-list .collection-list .collection-list__item {
    max-width: 112px;
    min-width: 112px;
  }
}
