.sunday-collection-header {
  background-color: rgb(var(--color-background));
  font-family: var(--ss-font-body);
  color: rgb(var(--color-text));
}

.sunday-collection-header__inner {
  display: flex;
  flex-direction: column;
  gap: var(--ss-space-4);
}

.sunday-collection-header__title {
  margin: 0;
  font-family: var(--ss-font-display);
  font-weight: var(--ss-font-weight-black);
  line-height: 0.9;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: break-word;
}

/* "Large" (title1) stays bigger on mobile than the base theme's default. */
@media (max-width: 959px) {
  .sunday-collection-header__title.title1 {
    font-size: calc(var(--sort-title-size) * 1.75);
  }
}

.sunday-collection-header__breadcrumb {
  margin: 0;
  color: rgb(var(--color-light-text));
}

.sunday-collection-header__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.sunday-collection-header__breadcrumb a:hover {
  color: rgb(var(--color-text));
}
