.collection-text-toggle__content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width:750px) {
  .collection-text-toggle .page-width {
    padding: 0 15px;
  }
}
.collection-text-toggle__content.is-expanded {
  -webkit-line-clamp: unset;
}

.collection-text-toggle__button {
  margin-top: 12px;
}
