@media only screen and (max-width: 575.98px) {
    .filtersWrap .row {
        height: unset;
        flex-direction: unset;
    }
}

@media only screen and (max-width: 991.98px) {
    .filtersWrap {
        height: 100%;
        overflow: auto;
    }
}

.breadcrumbs {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    column-gap: 10px;

    .breadcrumb {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .breadcrumb:not(:first-child):before {
        margin-left: 0;
    }
}