
.otherCategories {
    height: 190px;
    overflow: hidden;
    position: relative;
    transition: height 0.8s;
}

.otherCategories-full {
    height: auto;
}


.otherCategoriesButton {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    width: 200px;
}

.otherCategoriesFade {
    content: '';
    position: absolute;
    transition: 0.2s;
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 25px;
    background: linear-gradient(to top, var(--primary-card-background), transparent);
    z-index:1;
}
