.t-store__categories__wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.t-store__category {
    white-space: nowrap;
}
