


#catalogue-results .brands {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
}

/* Groups */
#catalogue-results .brands .group-1 span {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
}

/* Tile view */
#catalogue-results .brands .tile-view {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
}


