متجر المنتجات الرقمية الاحترافي

أفضل مكان لشراء الكتب الإلكترونية والقوالب والدورات الرقمية

تسوق الآن

المنتجات المميزة

AI Prompt Bundle

حزمة احترافية لأوامر الذكاء الاصطناعي

$19
اشترِ الآن

Canva Templates

قوالب احترافية جاهزة للتعديل

$25
اشترِ الآن

Marketing Ebook

كتاب شامل للتسويق الرقمي

$15
اشترِ الآن

من نحن

نقدم منتجات رقمية عالية الجودة للمبدعين ورواد الأعمال.

{ background: var(--white); box-shadow: var(--shadow); position: fixed; width: 100%; top: 0; z-index: 1000; transition: all 0.3s ease; } .header-top { background: var(--charcoal); color: var(--white); padding: 8px 0; font-size: 0.85rem; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .header-top-content { display: flex; justify-content: space-between; align-items: center; } .header-contact { display: flex; gap: 20px; } .header-contact span { display: flex; align-items: center; gap: 5px; } nav { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; } .logo { font-size: 2rem; font-weight: bold; color: var(--primary-gold); text-decoration: none; letter-spacing: 2px; transition: transform 0.3s ease; } .logo:hover { transform: scale(1.05); } .nav-menu { display: flex; list-style: none; gap: 30px; align-items: center; } .nav-menu a { color: var(--text-dark); text-decoration: none; font-size: 1rem; transition: color 0.3s ease; position: relative; } .nav-menu a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary-gold); transition: width 0.3s ease; } .nav-menu a:hover::after { width: 100%; } .nav-menu a:hover { color: var(--primary-gold); } .nav-icons { display: flex; gap: 20px; align-items: center; } .nav-icons a { color: var(--text-dark); font-size: 1.2rem; position: relative; transition: color 0.3s ease; } .nav-icons a:hover { color: var(--primary-gold); } .cart-count { position: absolute; top: -8px; right: -8px; background: var(--primary-gold); color: var(--white); border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: bold; } .mobile-menu-toggle { display: none; flex-direction: column; cursor: pointer; } .mobile-menu-toggle span { width: 25px; height: 3px; background: var(--text-dark); margin: 3px 0; transition: 0.3s; } /* Hero Section */ .hero { margin-top: 100px; background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://p.turbosquid.com/ts-thumb/xM/gGkZwr/wT/10001/jpg/1663336119/2000x1400/fit_q99/585416ee62e28fae94e44fc2a66c3f1e40ac4026/10001.jpg') center/cover; height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); position: relative; overflow: hidden; } .hero-content { animation: fadeInUp 1s ease; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .hero p { font-size: 1.3rem; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; } .btn-primary { background: var(--primary-gold); color: var(--white); padding: 15px 40px; border: none; border-radius: 50px; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; box-shadow: var(--shadow); } .btn-primary:hover { background: var(--dark-gold); transform: translateY(-2px); box-shadow: var(--shadow-hover); } /* Categories Section */ .categories { padding: 80px 0; background: var(--light-gray); } .section-title { text-align: center; font-size: 2.5rem; color: var(--charcoal); margin-bottom: 50px; position: relative; } .section-title::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--primary-gold); } .category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 50px; } .category-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.3s ease; cursor: pointer; } .category-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-hover); } .category-image { height: 200px; background-size: cover; background-position: center; position: relative; overflow: hidden; } .category-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(212, 175, 55, 0.8); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; } .category-card:hover .category-overlay { opacity: 1; } .category-overlay i { font-size: 2rem; color: var(--white); } .category-info { padding: 20px; text-align: center; } .category-info h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--charcoal); } .category-info p { color: var(--text-light); font-size: 0.9rem; } /* Products Section */ .products { padding: 80px 0; } .filter-buttons { display: flex; justify-content: center; gap: 15px; margin-bottom: 50px; flex-wrap: wrap; } .filter-btn { padding: 10px 25px; border: 2px solid var(--primary-gold); background: var(--white); color: var(--primary-gold); border-radius: 25px; cursor: pointer; transition: all 0.3s ease; font-size: 1rem; } .filter-btn:hover, .filter-btn.active { background: var(--primary-gold); color: var(--white); } .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; } .product-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.3s ease; position: relative; } .product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); } .product-badge { position: absolute; top: 10px; right: 10px; background: var(--primary-gold); color: var(--white); padding: 5px 15px; border-radius: 20px; font-size: 0.85rem; z-index: 1; } .product-image { height: 300px; background-size: cover; background-position: center; position: relative; overflow: hidden; } .product-actions { position: absolute; bottom: -50px; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); padding: 10px; display: flex; justify-content: center; gap: 10px; transition: bottom 0.3s ease; } .product-card:hover .product-actions { bottom: 0; } .action-btn { width: 40px; height: 40px; border-radius: 50%; border: none; background: var(--white); color: var(--text-dark); cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .action-btn:hover { background: var(--primary-gold); color: var(--white); transform: scale(1.1); } .product-info { padding: 20px; } .product-name { font-size: 1.2rem; margin-bottom: 10px; color: var(--charcoal); } .product-price { font-size: 1.3rem; color: var(--primary-gold); font-weight: bold; } .product-rating { margin-top: 10px; color: var(--primary-gold); } /* Features Section */ .features { background: var(--charcoal); color: var(--white); padding: 60px 0; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-top: 40px; } .feature-item { text-align: center; padding: 20px; } .feature-icon { font-size: 3rem; color: var(--primary-gold); margin-bottom: 20px; } .feature-item h3 { font-size: 1.3rem; margin-bottom: 10px; } .feature-item p { color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; } /* Newsletter Section */ .newsletter { background: linear-gradient(135deg, var(--light-gold), var(--primary-gold)); padding: 60px 0; text-align: center; } .newsletter h2 { color: var(--charcoal); margin-bottom: 20px; } .newsletter p { color: var(--text-dark); margin-bottom: 30px; font-size: 1.1rem; } .newsletter-form { display: flex; max-width: 500px; margin: 0 auto; gap: 10px; } .newsletter-form input { flex: 1; padding: 15px; border: none; border-radius: 5px; font-size: 1rem; } .newsletter-form button { padding: 15px 30px; background: var(--charcoal); color: var(--white); border: none; border-radius: 5px; cursor: pointer; transition: background 0.3s ease; font-size: 1rem; } .newsletter-form button:hover { background: var(--primary-gold); } /* Footer */ footer { background: var(--charcoal); color: var(--white); padding: 50px 0 20px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 30px; } .footer-section h3 { color: var(--primary-gold); margin-bottom: 20px; font-size: 1.3rem; } .footer-section ul { list-style: none; } .footer-section ul li { margin-bottom: 10px; } .footer-section a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s ease; } .footer-section a:hover { color: var(--primary-gold); } .social-links { display: flex; gap: 15px; margin-top: 20px; } .social-links a { width: 40px; height: 40px; background: var(--primary-gold); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .social-links a:hover { background: var(--white); color: var(--primary-gold); transform: translateY(-3px); } .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); } /* Shopping Cart Sidebar */ .cart-sidebar { position: fixed; right: -400px; top: 0; width: 400px; height: 100vh; background: var(--white); box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1); z-index: 2000; transition: right 0.3s ease; display: flex; flex-direction: column; } .cart-sidebar.active { right: 0; } .cart-header { padding: 20px; background: var(--charcoal); color: var(--white); display: flex; justify-content: space-between; align-items: center; } .cart-close { background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; } .cart-items { flex: 1; overflow-y: auto; padding: 20px; } .cart-item { display: flex; gap: 15px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .cart-item-image { width: 80px; height: 80px; border-radius: 5px; background-size: cover; background-position: center; } .cart-item-info { flex: 1; } .cart-item-name { font-weight: bold; margin-bottom: 5px; } .cart-item-price { color: var(--primary-gold); font-weight: bold; } .cart-item-quantity { display: flex; align-items: center; gap: 10px; margin-top: 10px; } .quantity-btn { width: 25px; height: 25px; border: 1px solid #ddd; background: var(--white); cursor: pointer; border-radius: 3px; } .cart-footer { padding: 20px; background: var(--light-gray); } .cart-total { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: 1.2rem; font-weight: bold; } .checkout-btn { width: 100%; padding: 15px; background: var(--primary-gold); color: var(--white); border: none; border-radius: 5px; font-size: 1.1rem; cursor: pointer; transition: background 0.3s ease; } .checkout-btn:hover { background: var(--dark-gold); } .overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1999; display: none; } .overlay.active { display: block; } /* Toast Notification */ .toast { position: fixed; bottom: -100px; left: 50%; transform: translateX(-50%); background: var(--charcoal); color: var(--white); padding: 15px 30px; border-radius: 5px; box-shadow: var(--shadow-hover); transition: bottom 0.3s ease; z-index: 3000; } .toast.show { bottom: 30px; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Responsive Design */ @media (max-width: 768px) { .nav-menu { position: fixed; left: -100%; top: 70px; flex-direction: column; background: var(--white); width: 100%; text-align: center; transition: 0.3s; box-shadow: var(--shadow); padding: 20px 0; } .nav-menu.active { left: 0; } .mobile-menu-toggle { display: flex; } .hero h1 { font-size: 2rem; } .hero p { font-size: 1rem; } .product-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; } .cart-sidebar { width: 100%; right: -100%; } .newsletter-form { flex-direction: column; } .header-contact { display: none; } } @media (max-width: 480px) { .hero { height: 50vh; } .category-grid { grid-template-columns: 1fr; } .product-grid { grid-template-columns: 1fr; } }
0614064451 ABDELILAH.BENTALHA@GMAIL.COM
وَمِن شَرِّ حَاسِدٍ إِذَا حَسَدَ

Timeless Elegance, Modern Design

Discover our exquisite collection of handcrafted jewelry, where luxury meets artistry

Shop Collection

Shop by Category

Engagement Rings

Symbol of eternal love

Necklaces

Elegant pieces for every occasion

Earrings

From studs to chandelier designs

Bracelets

Delicate and bold designs

Featured Products

New

Diamond Solitaire Ring

$2,500

Pearl Pendant Necklace

$890
Sale

Gold Hoop Earrings

$450

Diamond Tennis Bracelet

$1,200

Emerald Cut Ring

$3,200
Limited

Diamond Choker

$1,800

Why Choose Luxe Jewels

Premium Quality

Only the finest materials and craftsmanship

Free Shipping

On all orders over $500 worldwide

Lifetime Warranty

Peace of mind with our guarantee

Certified Authentic

All pieces come with certification

Stay in the Sparkle

Subscribe to receive exclusive offers and new collection updates

Shopping Cart