.product-promotion-product {
    background: linear-gradient(90deg, rgb(195, 255, 223) 0%, rgb(154, 255, 189) 35%, rgb(214, 255, 196) 100%);
    padding: 3px 22px 3px 9px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
    color: #014548;
    white-space: nowrap;
    cursor: help;
    display: inline-flex;
    box-shadow: 2px 3px 3px rgba(60, 125, 136, 0.17);
    border: 1px solid #75b0a854;
    position: absolute;
    top: 0;
    left: 0;
}

.promo-note {
    font-size: 14px;
    margin-top: -35px;
    background: #fffff5;
    padding: 6px 9px 3px 9px;
    border-radius: 4px;
    border: 1px solid #eeeee4;
}
