<style>
/* إجبار المتصفح على استبدال متغير الصورة الافتراضية بقوة الـ !important في الهيدر */
:root {
    --product-card-promotional-image: url('https://media.zid.store/59ae15bb-9188-4661-b863-dc9e58626a29/94da3ed3-51f3-475c-a951-e06e5721ac14.webp') !important;
}

/* تصفير أي محاولة لتكرار أو تشويه الشعار الجديد */
.product-box .tp-content-wrapper.has-promotional-banner::before,
div.tp-content-wrapper.has-promotional-banner::before,
[class*="tp-content-wrapper"].has-promotional-banner::before {
    background-image: url('https://media.zid.store/59ae15bb-9188-4661-b863-dc9e58626a29/94da3ed3-51f3-475c-a951-e06e5721ac14.webp') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
</style>