سلة التسوق

راجع اختياراتك الفاخرة

مجموعات يدوية منسقة

سلتك في انتظارك

اكتشف القطع الفاخرة المصنوعة يدوياً والمنسقة للمقتني المتميز. ابدأ رحلتك في عالم الحرفية الرائعة.

استكشف المجموعات
/* Alert Dialog Styles */ .alert-dialog-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; display: flex; align-items: center; justify-content: center; } .alert-dialog-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(4px); } .alert-dialog-container { position: relative; z-index: 10000; width: 90%; max-width: 450px; } .alert-dialog-content { background: white; border-radius: 1rem; padding: 2rem; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .alert-dialog-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .alert-dialog-icon-success { background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.05)); color: #10b981; } .alert-dialog-icon-warning { background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05)); color: #f59e0b; } .alert-dialog-icon-danger { background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05)); color: #ef4444; } .alert-dialog-icon-info { background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.05)); color: #3b82f6; } .alert-dialog-icon-svg { width: 40px; height: 40px; } .alert-dialog-title { font-size: 1.5rem; font-weight: 700; text-align: center; margin-bottom: 0.75rem; color: #1f2937; } .alert-dialog-message { color: #6b7280; text-align: center; font-size: 1rem; line-height: 1.6; margin-bottom: 1.5rem; } .alert-dialog-actions { display: flex; gap: 0.75rem; justify-content: center; } .alert-dialog-actions .btn { min-width: 120px; padding: 0.625rem 1.5rem; border-radius: 0.5rem; font-weight: 600; transition: all 0.2s; } [x-cloak] { display: none !important; }