/*.catalog-header {
    .categories-list {
        ul {
            flex-wrap: wrap;
            width: get-vw(1000px);

            @include respond-above(sm) {
                margin-bottom: get-vw-sm(600px);
            }
        }

        li {
            margin-bottom: get-vw(4px);

            @include respond-above(sm) {
                margin-bottom: get-vw-sm(4px);
            }
        }
    }
} 
 */

/*# sourceMappingURL=extend.min.css.map */
