.product-box {
    position: relative;
    
}

.offer-tag {
    position: absolute;
    top: 10px;
    left: -10px;
    background: red;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.offer_1 {

    position: absolute;
    top: -40px;
    left: -10px;
}
   
.offer_2 {

    position: absolute;
    top: -30px;
    left: 0px;
    
}
