/* COLLECTION PAGE HEADER */
@media only screen and (max-width: 600px) {
.collection-title h1 {
    hyphens: auto;
}
}

.collection-title read-more.component--read-more {
    margin-top: 24px;
}

.collection-title read-more.component--read-more .read-more-content.rte {
    font-weight: 100!important;
}