.collection-list-wrapper {
  background-color: rgb(var(--color-background));
}

.collection-list-wrapper .heading-with-link__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.collection-list-wrapper .block-collection-card__image-wrapper {
  border-radius: 3px;
}

.collection-list-wrapper .block-collection-card__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.035em;
}

@media (max-width: 959px) {
  .collection-list-wrapper .heading-with-link__title {
    font-size: 15px !important;
  }

  .collection-list-wrapper .block-collection-card__title {
    font-size: 10.5px;
  }
}
