.product-item:has(.tag-ramadan-15)::before {
    content: "يتوفر 15 رمضان • يصل قبل العيد";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e85d8e;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    z-index: 9;
}