.product-card .product-price .product-discount {
position: absolute;
top: 10px;
left: 10px;
background-color: #ff3e3e;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 5px 8px;
border-radius: 5px;
z-index: 10;
}
/* تأكد أن العنصر الأب عندو position: relative */
.product-card {
position: relative;
}