.product-sale-badge {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
    background-color: #ed4293;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}