.collection-desc__content {
  overflow: hidden;
  max-height: 180px;
  transition: max-height 0.25s ease;
}

.collection-desc.is-expanded .collection-desc__content {
  max-height: 4000px;
}

.collection-desc__toggle {
  margin-top: 12px;
}
