/*
Theme Name: Woostify Child
Template: woostify
Version: 1.0
*/

/* Full-width category banner */
.wc-category-banner {
    width: 100%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

/* Overlay for readability */
.wc-category-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.wc-category-banner-inner {
    position: relative;
    padding: 56px 20px;
    color: #fff;
}

.wc-category-banner-title {
    margin: 0 0 10px 0;
    font-size: 44px;
    line-height: 1.1;
}

.wc-category-banner-desc {
    font-size: 18px;
    max-width: 720px;
}

/* Remove any extra spacing Woostify adds around page header */
.page-header #wc-category-banner-movable {
    margin: 0;
}
