.TGR_Productsgrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}
.TGRProductItem{
    position: relative;
    text-align: center;
}
.TGR_sale_badge{
    display: table-cell;
    position: absolute;
    top:10px;
    left: 10px;
    text-align: center;
    
    margin: auto;
    width: 15%;
    height: 15%;
    background-color: #d26e4b;
    border-radius: 50%;
}