🔥 عرض محدود: توصيل مجاني + الدفع عند الاستلام في جميع المدن المغربية
فخامة تستحقينها: طقم 6 قطع متكامل بلمسة ذهبية
🚚 سارعي بالطلب الآن، الكمية المتوفرة محدودة جداً
🔥 عرض محدود: توصيل مجاني + الدفع عند الاستلام في جميع المدن المغربية
فخامة تستحقينها: طقم 6 قطع متكامل بلمسة ذهبية
🚚 سارعي بالطلب الآن، الكمية المتوفرة محدودة جداً
اطلبي الآن ✨ طقم الفخامة المتكامل (6 قطع) متوفر حالياً
/* Made with ♥ by 3adilxp */ .checkout { border: 5px dotted #0584ad; border-radius: 20px; margin: 0 0 10px; padding: 0 7.5px; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px; } /* Form container */ .checkout-form { padding: 30px; border-radius: 7px; } /* Inputs & Select */ .checkout-form input, .checkout-form select, .checkout-form textarea { border: 2px solid #1DB6EA; border-radius: 12px; padding: 10px 15px; background-color: #ffffff; transition: all 0.3s ease; } /* Focus effect */ .checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus { outline: none; border-color: #0584ad; box-shadow: 0 0 5px rgba(5, 132, 173, 0.5); } /* Heading animation */ .checkout-heading { text-align: center; font-weight: bold !important; animation: zoom 3s infinite linear; } /* Animation */ @keyframes zoom { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* Groups spacing */ .checkout-groups { margin: 0 -7.5px; }