html {
    background: #222222 !important;
}

body.catalog-category-view {
    background: #222222 !important;
}

body.catalog-category-view .page-wrapper {
    background: #222222 !important;
    display: block !important;
    min-height: 0 !important;
}

body.catalog-category-view main#maincontent,
body.catalog-category-view .page-main,
body.catalog-category-view .breadcrumbs,
body.catalog-category-view .page-title-wrapper {
    background: #f9f9f9;
}

body.catalog-category-view main#maincontent {
    flex: none !important;
}

body.catalog-category-view .page-footer {
    flex-shrink: 1 !important;
}

.developer-brand {
    background: #222222;
    border-top: 1px solid #4e4e4e;
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 31px 10px 32px;
    text-align: center;
    width: 100%;
}

.developer-brand p {
    margin-bottom: 0;
}
