.card__header.is-discounted {
    font-weight: bold;
    color: #fff;
    background: #fa7046;
}
    
.header .outlet-header-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 1.6rem 0;
    text-align: center;
    background: #fa7046;
}
