/* Hide Minimog's default category title-bar only on product category pages that have our custom banner. */
body.tax-product_cat.wcrb-has-category-banner #page-title-bar,
body.product-category.wcrb-has-category-banner #page-title-bar {
    display: none !important;
}

.wcrb-category-responsive-banner {
    width: 100%;
    margin: 0 0 32px 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    background: transparent;
}

.wcrb-category-responsive-banner picture,
.wcrb-category-responsive-banner img {
    display: block;
    width: 100%;
}

.wcrb-category-responsive-banner img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .wcrb-category-responsive-banner {
        margin-bottom: 24px;
    }
}
