
/* Премести описанието на категорията под продуктите */
#category .center-column {
    display: flex;
    flex-direction: column;
}
#category .center-column > div:first-child {
    display: contents;
}
#category .category__description {
    order: 99;
    margin-top: 2rem;
}
