/*
 * Shop header description — wyższa specyficzność niż .headerDescText w main.css,
 * żeby na pewno wygrywało z bundlem (także z regułami w @media).
 */
.collectionPage__header .headerDescText {
    font-size: 2rem;
}

/* Kategoria: bez modyfikatora — padding-right: 0; kolekcja: klasa headerDescText--collection */
.collectionPage__header .headerDescText:not(.headerDescText--collection) {
    padding-right: 0;
}

.collectionPage__header .headerDescText p {
    margin-bottom: 10px;
}
