.ati-product-upsell {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    color: var(--ati-red);
    background: rgb(255 255 255 / 50%);
    padding: 0 10px;
    font-size: .8rem;
    font-weight: 700;
    z-index: 1;
    align-items: center;
    position: absolute;
}
.ati-product-upsell * {
    align-items: center;
}
.ati-product-discount {
    display: flex;
    color: #fff;
    border-radius: 15px;
    background-color: var(--ati-red);
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    padding: 0px 8px;
    margin-right: 5px;
}