/* Add custom CSS styles below */ /* RESET */ * { margin:0; padding:0; box-sizing:border-box; } body { font-family:'Cairo',sans-serif; background:#fff; color:#111; line-height:1.6; } /* HEADER */ header { background:#fff; padding:20px 0; border-bottom:1px solid #eee; position:sticky; top:0; z-index:1000; } header nav ul { list-style:none; display:flex; justify-content:center; gap:30px; } header nav ul li a { text-decoration:none; font-weight:600; color:#111; transition:.3s; } header nav ul li a:hover { text-decoration:underline; } /* HERO */ .hero { height:70vh; background:#fff; display:flex; justify-content:center; align-items:center; text-align:center; } .hero-text h1 { font-size:4rem; margin-bottom:15px; color:#111; } .hero-text p { font-size:1.3rem; color:#555; margin-bottom:20px; } .btn-hero { background:#111; color:#fff; padding:14px 30px; border-radius:30px; text-decoration:none; font-weight:bold; transition:.3s; } .btn-hero:hover { background:#555; } /* BANNERS */ .banners { display:flex; flex-wrap:wrap; gap:30px; padding:50px 5%; justify-content:center; } .banner { position:relative; border-radius:20px; overflow:hidden; flex:1 1 400px; max-width:600px; } .banner img { width:100%; transition:transform .5s; } .banner:hover img { transform:scale(1.05); } .overlay { position:absolute; bottom:20px; left:20px; color:#111; background:rgba(255,255,255,0.8); padding:10px; border-radius:10px; } .overlay h2 { font-size:1.8rem; } .overlay p { margin-top:5px; font-size:1rem; } /* PRODUCT GRID */ .product-list { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:30px; padding:60px 5%; } .product { background:#fff; border-radius:15px; box-shadow:0 5px 15px rgba(0,0,0,0.05); text-align:center; padding-bottom:20px; position:relative; transition:.3s; } .product:hover { transform:translateY(-5px); box-shadow:0 10px 25px rgba(0,0,0,0.1); } .product img { width:100%; border-bottom:1px solid #eee; } .product h2 { font-size:1.5rem; margin:15px 0 10px; } .product p { padding:0 15px; font-size:.95rem; color:#555; } .price { font-size:1.1rem; font-weight:bold; margin:15px 0; color:#111; } button { background:#111; color:#fff; border:none; padding:12px 25px; border-radius:30px; cursor:pointer; font-weight:bold; transition:.3s; } button:hover { background:#555; box-shadow:0 5px 15px rgba(0,0,0,0.2); } .label { position:absolute; top:15px; right:15px; background:#111; color:#fff; font-size:.8rem; font-weight:600; padding:5px 12px; border-radius:20px; } /* FOOTER */ footer { background:#fff; border-top:1px solid #eee; text-align:center; padding:30px; color:#555; } footer .social { margin-top:10px; } footer .social a { margin:0 10px; display:inline-block; } footer .social img { width:25px; } /* RESPONSIVE */ @media(max-width:900px){ .hero-text h1{font-size:3rem} .hero-text p{font-size:1.1rem} .banners{flex-direction:column;align-items:center} .banner{max-width:90%} } Vegaoud - متجر العطور الفاخرة

Vegaoud

تجربة عطرية فاخرة تدوم طويلًا

تسوق الآن
50ml عطر RICH

RICH

المكونات: الهيل، اللافندر، الحمضيات، القرفة، جوز الطيب، خشب العود.

SR 350

50ml عطر UNIQUE

UNIQUE

المكونات: الريحان، نجيل الهند، الفلفل الأسود، قلب الباتشولي.

SR 300

50ml عطر ALYARA

ALYARA

المكونات: الزعفران، الياسمين، الفانيليا.

SR 320

تخصص JS // Hover Zoom document.querySelectorAll('.product').forEach(p => { p.addEventListener('mouseenter',()=>p.style.transform='scale(1.05)'); p.addEventListener('mouseleave',()=>p.style.transform='scale(1)'); }); // Scroll to top let scrollBtn = document.createElement('button'); scrollBtn.innerText='↑'; scrollBtn.style.cssText='position:fixed;bottom:30px;right:30px;padding:12px 18px;border-radius:50%;border:none;background:#111;color:#fff;cursor:pointer;display:none;'; document.body.appendChild(scrollBtn); window.addEventListener('scroll',()=>scrollBtn.style.display=window.scrollY>300?'block':'none'); scrollBtn.addEventListener('click',()=>window.scrollTo({top:0,behavior:'smooth'})); /* تحسينات CSS لمتجر Vegaoud.com */ /* تحسين الخطوط والطباعة */ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap'); :root { --primary-color: #8B4513; --secondary-color: #D4AF37; --accent-color: #2C1810; --text-primary: #2C1810; --text-secondary: #6B5B73; --background-light: #FAF9F7; --white: #FFFFFF; --shadow-light: 0 2px 10px rgba(0,0,0,0.1); --shadow-medium: 0 4px 20px rgba(0,0,0,0.15); --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } /* تحسين الخطوط العامة */ body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: var(--text-primary); background-color: var(--background-light); } h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight: 600; line-height: 1.3; margin-bottom: 1rem; } /* تحسين الهيدر والنافيجيشن */ .header { background: linear-gradient(135deg, var(--white) 0%, var(--background-light) 100%); box-shadow: var(--shadow-light); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; } .navbar { padding: 1rem 0; transition: var(--transition); } .logo { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--primary-color); text-decoration: none; transition: var(--transition); } .logo:hover { color: var(--secondary-color); transform: scale(1.05); } /* تحسين أزرار CTA */ .btn-primary { background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%); color: var(--white); border: none; padding: 12px 24px; border-radius: 8px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: var(--transition); box-shadow: var(--shadow-light); position: relative; overflow: hidden; } .btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: var(--transition); } .btn-primary:hover::before { left: 100%; } .btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-medium); } .btn-secondary { background: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); padding: 10px 22px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: var(--transition); } .btn-secondary:hover { background: var(--primary-color); color: var(--white); transform: translateY(-2px); } /* تحسين بطاقات المنتجات */ .product-card { background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-light); transition: var(--transition); position: relative; border: 1px solid rgba(139, 69, 19, 0.1); } .product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-medium); } .product-image { position: relative; overflow: hidden; aspect-ratio: 1; } .product-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); } .product-card:hover .product-image img { transform: scale(1.1); } .product-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(139, 69, 19, 0.8) 0%, rgba(44, 24, 16, 0.9) 100%); opacity: 0; transition: var(--transition); display: flex; align-items: center; justify-content: center; } .product-card:hover .product-overlay { opacity: 1; } .product-info { padding: 1.5rem; } .product-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.5rem; } .product-price { font-size: 1.125rem; font-weight: 700; color: var(--secondary-color); margin-bottom: 1rem; } .product-price .original-price { text-decoration: line-through; color: var(--text-secondary); font-size: 0.875rem; margin-left: 0.5rem; } /* تحسين النوافذ المنبثقة */ .popup-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(5px); z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition); } .popup-overlay.active { opacity: 1; visibility: visible; } .popup-content { background: var(--white); border-radius: 16px; padding: 2rem; max-width: 400px; width: 90%; box-shadow: var(--shadow-medium); transform: scale(0.9); transition: var(--transition); } .popup-overlay.active .popup-content { transform: scale(1); } .popup-header { text-align: center; margin-bottom: 1.5rem; } .popup-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--primary-color); margin-bottom: 0.5rem; } .popup-subtitle { color: var(--text-secondary); font-size: 0.875rem; } /* تحسين إشارات الثقة */ .trust-signals { display: flex; justify-content: center; align-items: center; gap: 2rem; padding: 2rem 0; background: var(--white); border-radius: 12px; margin: 2rem 0; box-shadow: var(--shadow-light); } .trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.5rem; } .trust-icon { width: 48px; height: 48px; background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.5rem; } .trust-text { font-size: 0.875rem; font-weight: 600; color: var(--text-primary); } /* تحسين الاستجابة للجوال */ @media (max-width: 768px) { .navbar { padding: 0.75rem 0; } .logo { font-size: 1.5rem; } .btn-primary, .btn-secondary { padding: 10px 20px; font-size: 0.875rem; } .product-info { padding: 1rem; } .product-title { font-size: 1.125rem; } .trust-signals { flex-direction: column; gap: 1rem; } .popup-content { padding: 1.5rem; margin: 1rem; } } /* تحسين الأنيميشن والتفاعل */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .animate-fade-in-up { animation: fadeInUp 0.6s ease-out; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } .animate-pulse { animation: pulse 2s infinite; } /* تحسين التحميل البطيء للصور */ .lazy-image { opacity: 0; transition: opacity 0.3s; } .lazy-image.loaded { opacity: 1; } /* تحسين أداء CSS */ * { box-sizing: border-box; } img { max-width: 100%; height: auto; } /* تحسين إمكانية الوصول */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* تحسين التركيز للوحة المفاتيح */ button:focus, a:focus, input:focus, select:focus { outline: 2px solid var(--secondary-color); outline-offset: 2px; } /* تحسين الطباعة */ @media print { .no-print { display: none !important; } } /* أكواد CSS إضافية من ملف SEO_improvements.html */ /* تحسينات إضافية للسرعة */ /* لا يمكن تضمين preload هنا مباشرة، يجب أن تكون في HTML */ /* أيقونات الموقع */ /* لا يمكن تضمين favicon هنا مباشرة، يجب أن تكون في HTML */ /* تحسين الأمان */ /* لا يمكن تضمين meta tags هنا مباشرة، يجب أن تكون في HTML */ /* تحسين التخزين المؤقت */ /* لا يمكن تضمين meta tags هنا مباشرة، يجب أن تكون في HTML */ /* مسارات التنقل */ .breadcrumbs { padding: 1rem 0; background-color: var(--background-light); border-bottom: 1px solid rgba(0,0,0,0.05); } .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; } .breadcrumbs li { display: flex; align-items: center; } .breadcrumbs li:not(:last-child)::after { content: ">"; margin: 0 0.5rem; color: var(--text-secondary); } .breadcrumbs a { text-decoration: none; color: var(--primary-color); font-weight: 500; } .breadcrumbs a:hover { text-decoration: underline; } .breadcrumbs span { color: var(--text-primary); } /* محتوى الصفحة الرئيسية */ main { padding: 2rem 0; } /* العنوان الرئيسي */ h1 { text-align: center; margin-bottom: 2rem; color: var(--accent-color); } /* وصف المتجر */ .store-description { text-align: center; margin-bottom: 3rem; max-width: 800px; margin-left: auto; margin-right: auto; } .store-description h2 { color: var(--primary-color); font-size: 1.8rem; } .store-description p { font-size: 1.1rem; color: var(--text-secondary); } /* المنتجات المميزة */ .featured-products { padding: 2rem 0; background-color: var(--white); box-shadow: var(--shadow-light); border-radius: 16px; margin-bottom: 3rem; } .featured-products h2 { text-align: center; margin-bottom: 2rem; color: var(--accent-color); } .featured-products .product-card { margin: 1rem; display: inline-block; /* لترتيب البطاقات بجانب بعضها */ vertical-align: top; } /* آراء العملاء */ .customer-reviews { padding: 2rem 0; text-align: center; } .customer-reviews h2 { color: var(--accent-color); margin-bottom: 2rem; } .review-item { background: var(--white); border-radius: 12px; padding: 1.5rem; margin: 1rem auto; max-width: 600px; box-shadow: var(--shadow-light); text-align: left; } .reviewer-name { font-weight: 600; color: var(--primary-color); margin-bottom: 0.5rem; } .review-rating .stars { color: var(--secondary-color); font-size: 1.2rem; } .review-text { font-style: italic; color: var(--text-primary); margin-top: 1rem; } /* معلومات الاتصال */ footer { background: var(--accent-color); color: var(--white); padding: 2rem 0; text-align: center; } footer p, footer a { color: var(--white); text-decoration: none; margin: 0.5rem 0; display: block; } footer a:hover { text-decoration: underline; } .social-links a { margin: 0 0.5rem; font-size: 1.1rem; } /* تحسينات إضافية من دليل التطبيق */ .cta-button { background: linear-gradient(135deg, #8B4513 0%, #2C1810 100%); color: white; padding: 15px 30px; border-radius: 8px; font-weight: 600; font-size: 1.1rem; border: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(139, 69, 19, 0.4); } /* تحسينات الجوال */ @media (max-width: 768px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .product-card { padding: 1rem; } .cta-button { width: 100%; padding: 12px; font-size: 1rem; } }