/* General Styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; background-color: #f4f4f4; color: #333; } .container { width: 80%; margin: 0 auto; } /* Header */ header { background-color: #2c3e50; color: white; padding: 20px 0; text-align: center; } header h1 { font-size: 2.5em; } header p { font-size: 1.2em; margin-top: 10px; } /* Navigation */ nav { background-color: #34495e; padding: 10px 0; } nav ul { display: flex; justify-content: center; list-style-type: none; } nav ul li { margin: 0 15px; } nav ul li a { color: white; text-decoration: none; font-size: 1.1em; } /* Home Section */ section#home { background-color: #ecf0f1; padding: 60px 0; text-align: center; } section#home h2 { font-size: 2.5em; margin-bottom: 20px; } section#home p { font-size: 1.2em; } .cta-btn { background-color: #e74c3c; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; margin-top: 20px; } /* About Section */ section#about { padding: 40px 0; background-color: #ffffff; text-align: center; } section#about h2 { font-size: 2em; margin-bottom: 20px; } section#about p { font-size: 1.1em; margin-bottom: 20px; } /* Services Section */ section#services { padding: 40px 0; background-color: #ecf0f1; } section#services h2 { font-size: 2.5em; margin-bottom: 20px; text-align: center; } section#services ul { list-style-type: none; padding: 0; text-align: center; } section#services li { font-size: 1.2em; margin-bottom: 15px; } /* Contact Section */ section#contact { padding: 60px 0; background-color: #ffffff; } section#contact h2 { font-size: 2.5em; margin-bottom: 20px; text-align: center; } form { width: 50%; margin: 0 auto; background-color: #ecf0f1; padding: 20px; border-radius: 8px; } form label { display: block; margin-bottom: 10px; } form input, form textarea { width: 100%; padding: 10px; margin-bottom: 20px; border-radius: 5px; border: 1px solid #ccc; } form button { background-color: #e74c3c; color: white; padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; } /* Footer */ footer { background-color: #2c3e50; color: white; padding: 20px 0; text-align: center; } footer ul { display: flex; justify-content: center; list-style-type: none; } footer ul li { margin: 0 15px; } footer ul li a { color: white; text-decoration: none; } footer p { font-size: 1.1em; margin-top: 10px; } footer ul li a:hover { text-decoration: underline; }

عرض خاص: التوصيل بالمجان، و الدفع عند الاستلام، اسرع واطلب الآن

عرض خاص: التوصيل بالمجان و الدفع عند الاستلام

اسرع واطلب الآن

سياسة الاستبدال والاسترجاع

سياسة الاستبدال والاسترجاع: 


  • - الإستبدال والإسترجاع حق مضمون كل عملائنا وهو يشمل جميع المنتجات التي نعرضها على متجرنا.
  • - جميع المنتجات المعروضة على متجرنا قابلة لسياسة الإستبدال والإسترجع وفق الشروط والأحكام المنصوص عليها في هذه الصحفة.
  • - يمكن الإرجاع أو الإستبدال إذا كان المنتج بنفس حالته الأصلية عند الشراء ومغلفا بالغلاف الأصلي.
  • - الاسترجاع خلال ثلاثة (3) أيام والاستبدال خلال سبعة (7) أيام من تاريخ الشراء.
  • - يرجى التواصل معنا عبر صفحة اتصل بنا أو عبر أرقامنا الهاتفية من أجل طلب الإسترجاع أو الإستبدال.
  • - يرجى تصوير المنتج وإرساله مع تحديد المدينة والعنوان ورقم الطلب ليتم إستبداله بمنتج اخر في حالة كان المنتج فاسدا أو به عيب معين، أو لا يستغل وفق المتفق عليه.
  • - يتم إسترجاع المبلغ للعميل كاملا في حالة كان المنتج الذي توصل به مختلف تماما مع وصف المنتج في صفحة المنتج بموقعنا.
  • - لسنا مسؤولين عن أي توقعات لإستعمال المنتجات من طرف العميل لم نذكرها بصفحة المنتج بموقعنا.
  • - تخصم 30 بالمائة أو قيمة لا تقل عن 25 درهما إذا كان العميل لا يريد المنتج وليس به عيب ولا أي مشكل يذكر.


/* General Styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; background-color: #f4f4f4; color: #333; } .container { width: 80%; margin: 0 auto; } /* Header */ header { background-color: #2c3e50; color: white; padding: 20px 0; text-align: center; } header h1 { font-size: 2.5em; } header p { font-size: 1.2em; margin-top: 10px; } /* Navigation */ nav { background-color: #34495e; padding: 10px 0; } nav ul { display: flex; justify-content: center; list-style-type: none; } nav ul li { margin: 0 15px; } nav ul li a { color: white; text-decoration: none; font-size: 1.1em; } /* Home Section */ section#home { background-color: #ecf0f1; padding: 60px 0; text-align: center; } section#home h2 { font-size: 2.5em; margin-bottom: 20px; } section#home p { font-size: 1.2em; } .cta-btn { background-color: #e74c3c; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; margin-top: 20px; } /* About Section */ section#about { padding: 40px 0; background-color: #ffffff; text-align: center; } section#about h2 { font-size: 2em; margin-bottom: 20px; } section#about p { font-size: 1.1em; margin-bottom: 20px; } /* Services Section */ section#services { padding: 40px 0; background-color: #ecf0f1; } section#services h2 { font-size: 2.5em; margin-bottom: 20px; text-align: center; } section#services ul { list-style-type: none; padding: 0; text-align: center; } section#services li { font-size: 1.2em; margin-bottom: 15px; } /* Contact Section */ section#contact { padding: 60px 0; background-color: #ffffff; } section#contact h2 { font-size: 2.5em; margin-bottom: 20px; text-align: center; } form { width: 50%; margin: 0 auto; background-color: #ecf0f1; padding: 20px; border-radius: 8px; } form label { display: block; margin-bottom: 10px; } form input, form textarea { width: 100%; padding: 10px; margin-bottom: 20px; border-radius: 5px; border: 1px solid #ccc; } form button { background-color: #e74c3c; color: white; padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; } /* Footer */ footer { background-color: #2c3e50; color: white; padding: 20px 0; text-align: center; } footer ul { display: flex; justify-content: center; list-style-type: none; } footer ul li { margin: 0 15px; } footer ul li a { color: white; text-decoration: none; } footer p { font-size: 1.1em; margin-top: 10px; } footer ul li a:hover { text-decoration: underline; }