.featured-collection .section__head {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
}

.featured-collection__view-all {
  display: flex;
  justify-content: center;
  margin-top: var(--space-7);
}

.featured-collection__empty {
  text-align: center;
  color: var(--color-text-secondary);
}
.featured-collection__empty p { margin-bottom: var(--space-5); }
