/*
* ----------------------------------------------------------------------------
* Common
* ----------------------------------------------------------------------------
*/
.collection-banner-custom .collection-hero {
  box-shadow: 0 18px 18px -18px rgba(37, 37, 37, 0.18) inset;
}
.collection-banner-custom .collection-hero .collection-hero__inner .collection-hero__text-wrapper {
  border-bottom: #d5d5d5 solid 1px;
}
.collection-banner-custom .collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
  font-size: 41px;
  letter-spacing: 0.08em;
  color: #d5d5d5;
  line-height: 1.3em;
  text-transform: capitalize;
  margin-top: 62px;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .collection-banner-custom .collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  .collection-banner-custom .collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.collection-banner-custom .collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title .custom-subtitle {
  font-size: 18px;
  color: #d5d5d5;
  margin-left: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  .collection-banner-custom .collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title .custom-subtitle {
    margin-left: 10px;
  }
}

.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form {
  justify-items: end;
  gap: 0;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facets__wrapper .facets__heading {
  display: none;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facets__wrapper .facets__summary {
  padding-right: 25px;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facets__wrapper .facets__summary span {
  font-size: 15px;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facets__wrapper .facets__summary .icon {
  scale: 1.5;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facet-filters {
  padding-left: 0;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facet-filters .facet-filters__field .facet-filters__label {
  display: none;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facet-filters .facet-filters__field .select .facet-filters__sort {
  font-size: 15px;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .facet-filters .facet-filters__field .select .icon {
  scale: 1.5;
}
.collection-grid-custom .facets-wrapper .facets-container .facets .facets__form .product-count {
  display: none;
}
.collection-grid-custom .product-grid-container .collection #product-grid {
  margin-top: 30px;
  row-gap: 50px;
}
@media screen and (max-width: 749px) {
  .collection-grid-custom .product-grid-container .collection #product-grid {
    row-gap: 30px;
  }
}
.collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .caption-with-letter-spacing {
  font-size: 16px;
  color: #121212;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .caption-with-letter-spacing {
    font-size: 11px;
  }
}
.collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .card__heading {
  font-size: 20px;
  font-weight: 500;
  margin-top: 7px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .card__heading {
    font-size: 14px;
    margin-top: 5px;
  }
}
.collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .product-subtitle {
  font-size: 16px;
  color: #121212;
  margin-top: 3px;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .product-subtitle {
    font-size: 11px;
  }
}
.collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .card-information .price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .collection-grid-custom .product-grid-container .collection #product-grid .grid__item .card-wrapper .card .card__content .card__information .card-information .price {
    font-size: 12px;
  }
}