الان بالسعودية التوصيل مجانا , عروض طيلة السنة , خدمة تبديل او الاسترجاع  , ضمان على جميع منتجاتنا . اطلب الان

Now in Saudi Arabia, free delivery, year-round offers, exchange or return service, and a warranty on all our products. Order now


الان بالسعودية التوصيل مجانا , عروض طيلة السنة , خدمة تبديل او الاسترجاع  , ضمان على جميع منتجاتنا . اطلب الان

Now in Saudi Arabia, free delivery, year-round offers, exchange or return service, and a warranty on all our products. Order now

slider-image slider-image
Made with by YouCan
// أنشئ عنصر الرسالة const welcomeBox = document.createElement('div'); welcomeBox.innerText = 'مرحبًا بك في متجرنا!'; // أضف التنسيقات Object.assign(welcomeBox.style, { border: '3px solid #4CAF50', backgroundColor: '#e8f5e9', color: '#2e7d32', fontSize: '20px', fontWeight: 'bold', padding: '15px', marginTop: '10px', borderRadius: '10px', textAlign: 'center', fontFamily: 'Tahoma, sans-serif', boxShadow: '0 2px 6px rgba(0,0,0,0.2)', }); // ضع الرسالة بعد الشعار مباشرة const logo = document.getElementById('logo'); if (logo && logo.parentNode) { logo.parentNode.insertBefore(welcomeBox, logo.nextSibling); }