/*Add font ================================*/
.full {
  padding: 0;
}

.collections .category-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .collections .category-banner {
    min-height: 18.75rem;
  }
}
.collections .category-banner .display {
  font-size: 2.98625rem;
  font-family: FF Meta W05 Bold, sans-serif;
  letter-spacing: -0.02986rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  padding-left: calc(5% + 0px);
}
@media (min-width: 576px) {
  .collections .category-banner .display {
    font-size: calc(2.98625rem + 4.44375*(100vw - 36rem)/54);
  }
}
@media (min-width: 1440px) {
  .collections .category-banner .display {
    font-size: 7.43rem;
    letter-spacing: -0.2229rem;
    line-height: 1.1;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.collections .designers-result-page {
  margin-bottom: 120px;
  padding-bottom: 60px;
}
.collections .designers-result-page .alphabet-wrapper {
  border-top: 0.0625rem solid rgba(9, 9, 9, 0.15);
  border-bottom: 0.0625rem solid rgba(9, 9, 9, 0.15);
}
.collections .designers-result-page .alphabet-wrapper .row {
  padding: 18px 0;
  margin: 0;
}
.collections .designers-result-page .alphabet-wrapper .letters-line {
  margin: 0 -8px;
}
.collections .designers-result-page .alphabet-wrapper a {
  position: relative;
  text-decoration: none;
  padding: 4px 0;
  font-size: 1.5rem;
  line-height: 1.66667;
  margin: 0 8px;
}
.collections .designers-result-page .alphabet-wrapper a:hover:before {
  width: 100%;
}
.collections .designers-result-page .alphabet-wrapper a:before {
  content: "";
  width: 0;
  height: 0.0625rem;
  background: #252525;
  bottom: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.collections .designers-result-page .categories-letter-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 1024px) {
  .collections .designers-result-page .categories-letter-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 32px;
  }
}
.collections .designers-result-page .categories-letter-wrapper .display {
  padding: 40px 0;
  font-size: 2.98625rem;
  font-family: FF Meta W05 Bold, sans-serif;
  letter-spacing: -0.02986rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 576px) {
  .collections .designers-result-page .categories-letter-wrapper .display {
    font-size: calc(2.98625rem + 4.44375*(100vw - 36rem)/54);
  }
}
@media (min-width: 768px) {
  .collections .designers-result-page .categories-letter-wrapper .display {
    font-size: 7.43rem;
    letter-spacing: -0.2229rem;
    line-height: 1.1;
  }
}
.collections .designers-result-page .categories-letter-wrapper ul li {
  padding: 6px 0;
}
.collections .designers-result-page .categories-letter-wrapper ul li a {
  padding: 4px 0;
  color: #616161;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .collections .designers-result-page .categories-letter-wrapper ul li a {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.collections .designers-result-page .category-list {
  border-bottom: 0.0625rem solid rgba(9, 9, 9, 0.15) !important;
}
@media (min-width: 1440px) {
  .collections .designers-result-page .category-list {
    padding-bottom: 120px;
  }
}
.collections .py-7 {
  padding-top: 80px;
  padding-bottom: 80px;
}