.slot--article-description .tws-article-description--text-container {
max-height: initial;
}
.tws-article-description--show-more > button {
display: none;
}

/* -a- Hide price if 0 SEK -a- */
.tws-article-list--price-is-zero,
.tws-article--price-is-zero {
    display: none;
}