/* Add custom CSS styles below */ 

.product-item[data-tags*="instant"]::before {
    content: "تسليم فوري";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c40000;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 9;
}

.product-item {
    position: relative;
}