.top-header {
    background:#b40a37 !important;
}
.site-footer {
    background: #b40a37 !important;
}
.collection-hero__image {
    height: 40px !important;

    background: #7a8b21 !important;
}
.collection-hero__title-wrapper::before { content: ''; position:absolute; top:0; right:0; bottom:0;left:0; background-color:#7a8b21 !important; }
.collection-hero__title {
    font-size: 1.2em !important;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    text-transform: capitalize !important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}