متجر الأزياء

{{ filteredProducts.length }} منتج

جديد خصم {{ product.discount }}%

{{ product.name }}

{{ '★'.repeat(Math.floor(product.rating)) }}{{ '☆'.repeat(5 - Math.floor(product.rating)) }} ({{ product.reviews }})
{{ product.originalPrice }} ر.س {{ product.price }} ر.س

لا توجد نتائج

سلة التسوق

السلة فارغة

{{ item.name }}

{{ item.price }} ر.س

{{ item.quantity }}
المجموع: {{ cartTotal }} ر.س

{{ quickViewProduct.name }}

{{ '★'.repeat(Math.floor(quickViewProduct.rating)) }}{{ '☆'.repeat(5 - Math.floor(quickViewProduct.rating)) }} ({{ quickViewProduct.reviews }} تقييم)

{{ quickViewProduct.description }}

{{ quickViewProduct.originalPrice }} ر.س {{ quickViewProduct.price }} ر.س

المقاس

اللون

إتمام الشراء

{{ currentStep > index ? '✓' : index + 1 }}
{{ step }}

معلومات الشحن

طريقة الدفع

تأكيد الطلب

{{ item.name }} × {{ item.quantity }} {{ item.price * item.quantity }} ر.س
المجموع {{ cartTotal }} ر.س

الاسم: {{ shippingInfo.name }}

الهاتف: {{ shippingInfo.phone }}

العنوان: {{ shippingInfo.address }}

طريقة الدفع: {{ paymentMethod === 'card' ? 'بطاقة ائتمان' : 'الدفع عند الاستلام' }}

{{ toast.message }}