/* تغيير لون السعر الرئيسي فقط */
.product-single .price {
    color: #e60000 !important;
    font-size: 28px;
    font-weight: 700;
}

/* تظليل عبارة السعر شامل الضريبة حول الكلمة فقط */
.product-single .tax-label,
.product-single small {
    display: inline-block;
    background: #ffe600;
    color: #000;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
}

/* إضافة شارة أصلي 100% */
.product-price:after,
.price:after,
.salla-product-price:after {
    content: " أصلي 100%";
    background: #2bb673;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 12px;
    margin-right: 6px;