أفضل العروض — الدفع عند الاستلام
<div style="
background: #FFFFFF;
padding: 28px 20px;
font-family: 'Tajawal', 'Cairo', Arial, sans-serif;
direction: rtl;
">
<!-- Trust pills row -->
<div style="
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
flex-wrap: wrap;
margin-bottom: 0;
">
<!-- Pill 1: Free delivery -->
<div style="
display: flex;
align-items: center;
gap: 10px;
background: #FFF0E8;
border: 1.5px solid #FF6B2B;
border-radius: 50px;
padding: 12px 24px;
min-width: 200px;
justify-content: center;
">
<span style="font-size: 24px;">🚚</span>
<div style="text-align: right;">
<div style="font-size: 15px; font-weight: 800; color: #0F172A;">توصيل مجاني</div>
<div style="font-size: 12px; color: #94A3B8;">لجميع مناطق المملكة</div>
</div>
</div>
<!-- Pill 2: COD -->
<div style="
display: flex;
align-items: center;
gap: 10px;
background: #F0FFF4;
border: 1.5px solid #16A34A;
border-radius: 50px;
padding: 12px 24px;
min-width: 200px;
justify-content: center;
">
<span style="font-size: 24px;">✅</span>
<div style="text-align: right;">
<div style="font-size: 15px; font-weight: 800; color: #0F172A;">الدفع عند الاستلام</div>
<div style="font-size: 12px; color: #94A3B8;">لا حاجة لبطاقة بنكية</div>
</div>
</div>
<!-- Pill 3: Quality -->
<div style="
display: flex;
align-items: center;
gap: 10px;
background: #EFF6FF;
border: 1.5px solid #1A2B4A;
border-radius: 50px;
padding: 12px 24px;
min-width: 200px;
justify-content: center;
">
<span style="font-size: 24px;">⭐</span>
<div style="text-align: right;">
<div style="font-size: 15px; font-weight: 800; color: #0F172A;">ضمان الجودة</div>
<div style="font-size: 12px; color: #94A3B8;">استرداد كامل إن لم تُعجبك</div>
</div>
</div>
<!-- Pill 4: Fast delivery -->
<div style="
display: flex;
align-items: center;
gap: 10px;
background: #FFF0E8;
border: 1.5px solid #FF6B2B;
border-radius: 50px;
padding: 12px 24px;
min-width: 200px;
justify-content: center;
">
<span style="font-size: 24px;">⚡</span>
<div style="text-align: right;">
<div style="font-size: 15px; font-weight: 800; color: #0F172A;">توصيل سريع</div>
<div style="font-size: 12px; color: #94A3B8;">خلال 2-4 أيام عمل</div>
</div>
</div>
</div>
</div>