.product-item-marker, 
.product-item-marker-detail {
    position: absolute;
    right: 0;
    background-color: #9ac43c;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    z-index: 50;
    border-radius: 3px 0 0 3px;
    pointer-events: none;
}

.product-item-marker {
    top: 8px;
    padding: 6px 10px;
    font-size: 13px;
    max-width: 120px;
}

.product-item-marker-detail {
    top: 42px;
    padding: 10px 20px;
    font-size: 20px;
    max-width: 200px;
}