.catalog-products-discount-sticker {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 100px;
    background: #E8F5EC;
    color: #12953A;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}
