.product-item-marker {
    position: absolute;
    top: 8px;      
    right: 0;
    background-color: #9ac43c; 
    color: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    z-index: 50;
    pointer-events: none;
    border-radius: 3px 0 0 3px; 
    max-width: 120px;
}