.product-container {
position: relative;
display: inline-block;
}
.product-image {
width: 100%;
height: auto;
}
.discount-label {
position: absolute;
top: 10px;
right: 10px;
background-color: red;
color: white;
padding: 5px 10px;
font-size: 16px;
font-weight: bold;
border-radius: 5px;