.category-container {
    position: relative;
    padding-left: 0;

    flex-direction: row;
    justify-content: space-between;
}

.category-container {
    padding-top: 24px;
}

.first .category-container, .category-wrapper .category-container {
    padding-top: 40px;
}

.category-wrapper {
    display: flex;
    justify-content: center;
}

.category-wrapper .small-text {
    display: block !important;
}

@media (max-width: 768px) {
    .category {
        padding-top: 16px;
    }

    .mobile-category-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-left: 30px;
    }

    .mobile-category-container img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .breadcrumbs-container {
        max-width: 100%;
    }

    .breadcrumbs-container li:nth-child(3) .main-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .breadcrumbs-container li:nth-child(3) {
        min-width: 0;
        flex-grow: 1;
    }
}
