.outlet-product:before{
    content: 'OUTLET';
    background: #00421B;
    color: #fff;
    padding: .2rem .3rem;
    letter-spacing: 0.04em;
    position: absolute;
    width: 30%;
    top: 7px;
    left: 7px;
    text-align: center;
    font-family: 'citrfontbold';
    display: flex;
    justify-content: center;
    z-index: 1;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);
    letter-spacing: 1.5px;
}

/* .outlet-product [id="lblNow"] + [id="lblwas"] .standardPrice-betterSearch{
    color: red;
} */

.outlet-product .nowPrice-betterSearch{
    color: red;
}