{"title":"الأكثر مبيعاً","description":null,"products":[{"product_id":"one","title":"منطاد السماء","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003ctitle\u003eفانوس السماء مصر — أضيء السماء\u003c\/title\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500\u0026amp;family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root{\n    --ink:#0C1F2F;\n    --paper:#FAF6EF;\n    --card:#FFFFFF;\n    --amber:#FF6A00;\n    --amber-deep:#C74E00;\n    --amber-glow: rgba(255,106,0,0.18);\n    --line: rgba(12,31,47,0.10);\n    --radius: 22px;\n    --radius-sm: 14px;\n    --serif: 'Fraunces', Georgia, serif;\n    --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:var(--sans);\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important;}\n  }\n\n  a{text-decoration:none;color:inherit;}\n\n  .wrap{max-width:1180px; margin:0 auto; padding:0 24px;}\n\n  \/* reveal-on-scroll *\/\n  .reveal{opacity:0; transform:translateY(28px); transition:opacity 0.9s cubic-bezier(.22,.61,.36,1), transform 0.9s cubic-bezier(.22,.61,.36,1);}\n  .reveal.in{opacity:1; transform:translateY(0);}\n  .stagger.in \u003e *{opacity:1; transform:translateY(0);}\n  .stagger \u003e *{opacity:0; transform:translateY(24px); transition:opacity 0.7s cubic-bezier(.22,.61,.36,1), transform 0.7s cubic-bezier(.22,.61,.36,1);}\n  .stagger.in \u003e *:nth-child(1){transition-delay:.05s;}\n  .stagger.in \u003e *:nth-child(2){transition-delay:.15s;}\n  .stagger.in \u003e *:nth-child(3){transition-delay:.25s;}\n  .stagger.in \u003e *:nth-child(4){transition-delay:.35s;}\n  .stagger.in \u003e *:nth-child(5){transition-delay:.45s;}\n  .stagger.in \u003e *:nth-child(6){transition-delay:.55s;}\n  .stagger.in \u003e *:nth-child(7){transition-delay:.65s;}\n  .stagger.in \u003e *:nth-child(8){transition-delay:.75s;}\n\n  \/* ---------- NAV strip ---------- *\/\n  .brandbar{\n    display:flex; align-items:center; justify-content:center; gap:10px;\n    padding:18px 24px; font-family:var(--sans); font-weight:600; font-size:13px;\n    letter-spacing:.14em; text-transform:uppercase; color:var(--ink); opacity:.7;\n  }\n  .brandbar .dot{width:6px;height:6px;border-radius:50%;background:var(--amber);}\n\n  \/* ---------- HERO ---------- *\/\n  .hero{\n    position:relative;\n    padding:70px 24px 120px;\n    text-align:center;\n    overflow:hidden;\n  }\n  .hero-glow{\n    position:absolute; left:50%; top:-120px; width:900px; height:900px;\n    background:radial-gradient(circle, var(--amber-glow) 0%, rgba(255,106,0,0) 65%);\n    transform:translateX(-50%);\n    pointer-events:none;\n  }\n  .lantern-stage{\n    position:relative; width:130px; height:190px; margin:0 auto 34px;\n  }\n  .lantern-svg{\n    width:100%; height:100%;\n    filter: drop-shadow(0 18px 26px rgba(255,106,0,0.35));\n    animation: float 5s ease-in-out infinite, glow 3.2s ease-in-out infinite;\n  }\n  @keyframes float{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-16px);}\n  }\n  @keyframes glow{\n    0%,100%{filter:drop-shadow(0 18px 26px rgba(255,106,0,0.28));}\n    50%{filter:drop-shadow(0 22px 34px rgba(255,106,0,0.5));}\n  }\n  .eyebrow{\n    font-size:12.5px; letter-spacing:.22em; text-transform:uppercase;\n    color:var(--amber-deep); font-weight:700; margin:0 0 18px;\n  }\n  .hero h1{\n    font-family:var(--serif); font-weight:500; font-style:italic;\n    font-size:clamp(34px, 6vw, 68px); line-height:1.08; margin:0 0 22px;\n    letter-spacing:-0.01em;\n  }\n  .hero h1 em{color:var(--amber); font-style:italic;}\n  .hero p{\n    max-width:600px; margin:0 auto; font-size:clamp(15px,2vw,18px);\n    line-height:1.7; color:var(--ink); opacity:.72; font-weight:400;\n  }\n  .hero-cta{\n    margin-top:38px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap;\n  }\n\n  \/* ---------- BUTTONS ---------- *\/\n  .btn{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:15px 34px; border-radius:100px; font-size:14.5px; font-weight:600;\n    transition:transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, background .3s ease;\n    cursor:pointer; border:1px solid transparent; white-space:nowrap;\n  }\n  .btn-primary{background:var(--amber); color:#fff; box-shadow:0 10px 24px rgba(255,106,0,.32);}\n  .btn-primary:hover{transform:translateY(-3px); box-shadow:0 16px 32px rgba(255,106,0,.4);}\n  .btn-ghost{background:transparent; color:var(--ink); border-color:var(--line);}\n  .btn-ghost:hover{transform:translateY(-3px); border-color:var(--ink);}\n\n  \/* ---------- SECTION HEADS ---------- *\/\n  section{padding:14px 24px 96px;}\n  .section-head{text-align:center; max-width:640px; margin:0 auto 52px;}\n  .section-head .eyebrow{margin-bottom:12px;}\n  .section-head h2{\n    font-family:var(--serif); font-weight:500; font-size:clamp(26px,3.6vw,40px);\n    margin:0 0 12px; letter-spacing:-0.01em;\n  }\n  .section-head p{font-size:15.5px; color:var(--ink); opacity:.65; line-height:1.6; margin:0;}\n\n  \/* ---------- FEATURE GRID ---------- *\/\n  .grid-4{\n    display:grid; grid-template-columns:repeat(4,1fr); gap:22px; max-width:1180px; margin:0 auto;\n  }\n  .card{\n    background:var(--card); border-radius:var(--radius); padding:36px 26px;\n    box-shadow:0 2px 4px rgba(12,31,47,.04), 0 16px 40px rgba(12,31,47,.05);\n    transition:transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s ease;\n    text-align:center; border:1px solid rgba(12,31,47,.04);\n  }\n  .card:hover{transform:translateY(-8px); box-shadow:0 24px 48px rgba(12,31,47,.10);}\n  .icon-badge{\n    width:56px; height:56px; margin:0 auto 20px; border-radius:16px;\n    background:linear-gradient(160deg, var(--amber), var(--amber-deep));\n    display:flex; align-items:center; justify-content:center;\n    transition:transform .4s cubic-bezier(.22,.61,.36,1);\n  }\n  .card:hover .icon-badge{transform:scale(1.1) rotate(-4deg);}\n  .icon-badge svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.8;}\n  .card h3{font-family:var(--serif); font-size:19px; font-weight:600; margin:0 0 10px;}\n  .card p{font-size:13.8px; line-height:1.65; color:var(--ink); opacity:.65; margin:0;}\n\n  \/* ---------- SPECS ---------- *\/\n  .specs-card{\n    max-width:1000px; margin:0 auto; background:rgba(255,255,255,.6);\n    backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);\n    border:1px solid rgba(255,255,255,.7); border-radius:28px;\n    padding:52px 44px; box-shadow:0 20px 60px rgba(12,31,47,.06);\n  }\n  .specs-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:0;}\n  .spec-item{\n    padding:20px 24px; border-left:2px solid var(--amber);\n  }\n  .spec-label{font-size:11px; letter-spacing:.14em; text-transform:uppercase; opacity:.55; margin:0 0 8px;}\n  .spec-value{font-family:var(--serif); font-size:20px; font-weight:500; margin:0;}\n\n  \/* ---------- TIMELINE ---------- *\/\n  .steps{\n    display:grid; grid-template-columns:repeat(4,1fr); gap:8px; max-width:1080px; margin:0 auto;\n    position:relative;\n  }\n  .steps::before{\n    content:\"\"; position:absolute; top:26px; left:12%; right:12%; height:1px;\n    background:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);\n    z-index:0;\n  }\n  .step{text-align:center; position:relative; z-index:1; padding:0 12px;}\n  .step-num{\n    width:52px; height:52px; border-radius:50%; margin:0 auto 20px;\n    background:var(--card); border:1.5px solid var(--amber); color:var(--amber-deep);\n    display:flex; align-items:center; justify-content:center;\n    font-family:var(--serif); font-size:19px; font-weight:600;\n    transition:background .35s ease, color .35s ease, transform .35s ease;\n  }\n  .step:hover .step-num{background:var(--amber); color:#fff; transform:scale(1.08);}\n  .step p{font-size:13.6px; line-height:1.6; opacity:.72; margin:0;}\n\n  \/* ---------- CHIPS ---------- *\/\n  .chips{display:flex; flex-wrap:wrap; gap:12px; justify-content:center; max-width:900px; margin:0 auto;}\n  .chip{\n    background:var(--card); padding:12px 22px; border-radius:100px; font-size:13.8px;\n    font-weight:500; box-shadow:0 2px 10px rgba(12,31,47,.05);\n    border:1px solid rgba(12,31,47,.05);\n    transition:transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease, background .3s ease, color .3s ease;\n  }\n  .chip:hover{transform:translateY(-3px); background:var(--amber); color:#fff; box-shadow:0 12px 24px rgba(255,106,0,.28);}\n\n  \/* ---------- VIDEO ---------- *\/\n  .video-card{\n    max-width:1000px; margin:0 auto; background:var(--card); border-radius:var(--radius);\n    padding:14px; box-shadow:0 20px 50px rgba(12,31,47,.08);\n  }\n  .video-frame{\n    position:relative; aspect-ratio:16\/9; border-radius:16px; overflow:hidden;\n    background:linear-gradient(135deg, #16293a, #0C1F2F 60%, #2a1206);\n    display:flex; align-items:center; justify-content:center;\n  }\n  .video-frame::before{\n    content:\"\"; position:absolute; inset:0;\n    background:\n      radial-gradient(circle at 30% 70%, rgba(255,106,0,.35), transparent 45%),\n      radial-gradient(circle at 75% 30%, rgba(255,106,0,.2), transparent 40%);\n    animation:drift 8s ease-in-out infinite alternate;\n  }\n  @keyframes drift{ from{opacity:.6;} to{opacity:1;} }\n  .play-btn{\n    position:relative; z-index:1; width:74px; height:74px; border-radius:50%;\n    background:rgba(255,255,255,.14); border:1.5px solid rgba(255,255,255,.5);\n    backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:center;\n    cursor:pointer; transition:transform .35s cubic-bezier(.22,.61,.36,1), background .35s ease;\n  }\n  .play-btn:hover{transform:scale(1.1); background:var(--amber); border-color:var(--amber);}\n  .play-btn svg{width:22px; height:22px; fill:#fff; margin-left:3px;}\n\n  \/* ---------- WHY ---------- *\/\n  .grid-4.why .card{text-align:left;}\n  .why-check{\n    width:34px; height:34px; border-radius:10px; background:var(--amber-glow); color:var(--amber-deep);\n    display:flex; align-items:center; justify-content:center; font-size:15px; font-weight:700; margin-bottom:16px;\n  }\n\n  \/* ---------- CTA ---------- *\/\n  .cta{\n    max-width:900px; margin:0 auto; text-align:center; padding:70px 40px;\n    background:linear-gradient(180deg, #0C1F2F, #142c3f);\n    border-radius:32px; color:#fff; position:relative; overflow:hidden;\n  }\n  .cta::before{\n    content:\"\"; position:absolute; left:50%; top:-40%; width:600px; height:600px;\n    background:radial-gradient(circle, rgba(255,106,0,.28), transparent 65%);\n    transform:translateX(-50%);\n  }\n  .cta-inner{position:relative; z-index:1;}\n  .cta h2{font-family:var(--serif); font-weight:500; font-style:italic; font-size:clamp(28px,4vw,44px); margin:0 0 16px;}\n  .cta p{max-width:520px; margin:0 auto 32px; opacity:.75; line-height:1.7; font-size:15.5px;}\n  .cta .btn-ghost{color:#fff; border-color:rgba(255,255,255,.3);}\n  .cta .btn-ghost:hover{border-color:#fff;}\n\n  footer{text-align:center; padding:40px 24px 60px; font-size:12.5px; opacity:.45; letter-spacing:.05em;}\n\n  \/* ---------- RESPONSIVE ---------- *\/\n  @media (max-width:940px){\n    .grid-4{grid-template-columns:repeat(2,1fr);}\n    .specs-grid{grid-template-columns:repeat(2,1fr);}\n    .steps{grid-template-columns:repeat(2,1fr); row-gap:36px;}\n    .steps::before{display:none;}\n  }\n  @media (max-width:600px){\n    .grid-4{grid-template-columns:1fr;}\n    .specs-grid{grid-template-columns:1fr;}\n    .steps{grid-template-columns:1fr;}\n    .specs-card{padding:36px 22px;}\n    .cta{padding:52px 24px; border-radius:24px;}\n    section{padding-bottom:72px;}\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"brandbar\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e فانوس السماء مصر\u003c\/div\u003e\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\n  \u003cdiv class=\"hero-glow\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap reveal in\"\u003e\n\n    \u003cdiv class=\"lantern-stage\"\u003e\n\n      \u003csvg class=\"lantern-svg\" viewbox=\"0 0 120 170\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cellipse cx=\"60\" cy=\"150\" rx=\"14\" ry=\"4\" fill=\"#FF6A00\" opacity=\"0.25\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M42 60 C42 40 78 40 78 60 L78 108 C78 128 42 128 42 108 Z\" fill=\"url(#lg)\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M60 30 L60 60 M42 60 L78 60\" stroke=\"#C74E00\" stroke-width=\"1.2\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003crect x=\"52\" y=\"20\" width=\"16\" height=\"10\" rx=\"3\" fill=\"#C74E00\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M60 10 L60 20\" stroke=\"#C74E00\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"60\" cy=\"118\" rx=\"10\" ry=\"10\" fill=\"#FFD8A8\" opacity=\"0.9\"\u003e\u003c\/ellipse\u003e\n        \u003cdefs\u003e\n          \u003clineargradient id=\"lg\" x1=\"42\" y1=\"40\" x2=\"78\" y2=\"128\" gradientunits=\"userSpaceOnUse\"\u003e\n            \u003cstop stop-color=\"#FF9142\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"1\" stop-color=\"#FF6A00\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n        \u003c\/defs\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"eyebrow\"\u003eفانوس السماء مصر\u003c\/p\u003e\n\n    \u003ch1\u003eأضيء السماء.\u003cbr\u003e\u003cem\u003eاصنع ذكريات لا تُنسى.\u003c\/em\u003e\n\n\u003c\/h1\u003e\n\n    \u003cp\u003eحوّل كل احتفال إلى تجربة سحرية مع فانوس السماء الفاخر الخاص بنا. سواء كنت تخطط لمفاجأة رومانسية، أو حفل زفاف، أو عيد ميلاد، أو عرض زواج، أو تجمع عائلي، فإن فانوسنا يخلق لحظات تخطف الأنفاس سيتذكرها الجميع.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head reveal\"\u003e\n\n      \u003cp class=\"eyebrow\"\u003eلماذا ستحبه\u003c\/p\u003e\n\n      \u003ch2\u003eصُمم لهذه اللحظة\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"grid-4 stagger reveal\"\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n        \u003cdiv class=\"icon-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18 21L12 18L6 21L7 14L2 9L9 8L12 2Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eجاهز للانطلاق\u003c\/h3\u003e\n\n        \u003cp\u003eيأتي كل فانوس مزودًا بخلية وقود فاخرة، مما يجعل الإعداد سريعًا وسهلاً. ما عليك سوى التجميع والإضاءة والاستمتاع.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n        \u003cdiv class=\"icon-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eتجربة ليلية سحرية\u003c\/h3\u003e\n\n        \u003cp\u003eشاهد فانوسك يرتفع بلطف في سماء الليل، مما يخلق جوًا لا يُنسى مثاليًا للصور والذكريات.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n        \u003cdiv class=\"icon-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eخفيف الوزن وموثوق\u003c\/h3\u003e\n\n        \u003cp\u003eمصنوع من ورق خفيف الوزن مقاوم للهب، ومصمم لانتفاخ سلس، وطيران مستقر، وتوهج جميل.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n        \u003cdiv class=\"icon-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003ch3\u003eمثالي لكل احتفال\u003c\/h3\u003e\n\n        \u003cp\u003eمثالي لحفلات الزفاف، والخطوبات، وأعياد الميلاد، والاحتفالات السنوية، وطلبات الزواج، وحفلات التخرج، والأمسيات الرومانسية.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECS --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"specs-card reveal\"\u003e\n\n      \u003cdiv class=\"section-head\" style=\"margin-bottom:36px;\"\u003e\n\n        \u003cp class=\"eyebrow\"\u003eالمواصفات\u003c\/p\u003e\n\n        \u003ch2\u003eصُمم للطيران بشكل جميل\u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"specs-grid\"\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n\n\u003cp class=\"spec-label\"\u003eالقطر\u003c\/p\u003e\n\n\u003cp class=\"spec-value\"\u003e40 سم\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n\n\u003cp class=\"spec-label\"\u003eالارتفاع\u003c\/p\u003e\n\n\u003cp class=\"spec-value\"\u003e90 سم\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n\n\u003cp class=\"spec-label\"\u003eالمادة\u003c\/p\u003e\n\n\u003cp class=\"spec-value\"\u003eورق مقاوم للهب\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n\n\u003cp class=\"spec-label\"\u003eخلية الوقود\u003c\/p\u003e\n\n\u003cp class=\"spec-value\"\u003eمرفقة\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n\n\u003cp class=\"spec-label\"\u003eالتجميع\u003c\/p\u003e\n\n\u003cp class=\"spec-value\"\u003eجاهز في دقائق\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n        \u003cdiv class=\"spec-item\"\u003e\n\n\u003cp class=\"spec-label\"\u003eمناسب لـ\u003c\/p\u003e\n\n\u003cp class=\"spec-value\"\u003eالاحتفالات الخارجية\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head reveal\"\u003e\n\n      \u003cp class=\"eyebrow\"\u003eكيف يعمل\u003c\/p\u003e\n\n      \u003ch2\u003eسهل الإطلاق\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"steps stagger reveal\"\u003e\n\n      \u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\n\u003cp\u003eافتح الفانوس بعناية.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\n\u003cp\u003eقم بتركيب خلية الوقود المرفقة.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\n\u003cp\u003eأشعل خلية الوقود وانتظر حتى يمتلئ الفانوس بالهواء الدافئ.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\n\u003cp\u003eأطلقه بلطف واستمتع بلحظة سحرية في سماء الليل.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- PERFECT FOR --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head reveal\"\u003e\n\n      \u003cp class=\"eyebrow\"\u003eمثالي لـ\u003c\/p\u003e\n\n      \u003ch2\u003eكل مناسبة ذات معنى\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"chips stagger reveal\"\u003e\n\n      \u003cdiv class=\"chip\"\u003e❤️ أمسيات رومانسية\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e💍 عروض زواج\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e👰 حفلات زفاف\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e🎂 أعياد ميلاد\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e🎓 تخرج\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e🎉 حفلات\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e✨ تجمعات عائلية\u003c\/div\u003e\n\n      \u003cdiv class=\"chip\"\u003e🎊 احتفالات خاصة\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- VIDEO --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head reveal\"\u003e\n\n      \u003cp class=\"eyebrow\"\u003eشاهد كيف يعمل\u003c\/p\u003e\n\n      \u003ch2\u003eشاهد كيف يعمل\u003c\/h2\u003e\n\n      \u003cp\u003eاتبع دليلنا السريع لإطلاق فانوس السماء الخاص بك بأمان والاستمتاع بليلة مثالية.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"video-card reveal\"\u003e\n\n      \u003cdiv class=\"video-frame\"\u003e\n\n        \u003cdiv class=\"play-btn\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- WHY CHOOSE US --\u003e\n\u003csection id=\"why\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head reveal\"\u003e\n\n      \u003cp class=\"eyebrow\"\u003eلماذا تختار فانوس السماء مصر\u003c\/p\u003e\n\n      \u003ch2\u003eموثوق به للحظات الهامة\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"grid-4 why stagger reveal\"\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"why-check\"\u003e✓\u003c\/div\u003e\n\n\u003ch3\u003eجودة ممتازة\u003c\/h3\u003e\n\n\u003cp\u003eمواد مختارة بعناية لتجربة طيران موثوقة.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"why-check\"\u003e✓\u003c\/div\u003e\n\n\u003ch3\u003eشحن سريع\u003c\/h3\u003e\n\n\u003cp\u003eتوصيل سريع في جميع أنحاء مصر.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"why-check\"\u003e✓\u003c\/div\u003e\n\n\u003ch3\u003eدعم العملاء\u003c\/h3\u003e\n\n\u003cp\u003eدعم ودود قبل وبعد الشراء.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"why-check\"\u003e✓\u003c\/div\u003e\n\n\u003ch3\u003eموثوق به من العملاء\u003c\/h3\u003e\n\n\u003cp\u003eالمساعدة في خلق احتفالات لا تُنسى في جميع أنحاء مصر.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cfooter\u003eفانوس السماء مصر — صُنع لسماء الليل\u003c\/footer\u003e\n\n\u003cscript\u003e\n  const io = new IntersectionObserver((entries) =\u003e {\n    entries.forEach(e =\u003e {\n      if(e.isIntersecting){\n        e.target.classList.add('in');\n        io.unobserve(e.target);\n      }\n    });\n  }, {threshold:0.12, rootMargin:\"0px 0px -60px 0px\"});\n\n  document.querySelectorAll('.reveal').forEach(el =\u003e io.observe(el));\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":" Sky Lantern","offers":[{"title":"وردى","offer_id":48508097036533,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true},{"title":"ابيض","offer_id":48508097102069,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true},{"title":"اصفر","offer_id":48508097134837,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true},{"title":"ازرق","offer_id":48508097167605,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true},{"title":"برتقالى","offer_id":48508097200373,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true},{"title":"احمر","offer_id":48880401285365,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true},{"title":"Purple","offer_id":48880401318133,"sku":null,"price":300.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/1180\/9269\/files\/ChatGPT_Image_Aug_3_2026_01_08_08_PM.png?v=1785751711"}],"url":"https:\/\/skybooom.net\/ar\/collections\/best-seller.oembed","provider":"skyboom store ","version":"1.0","type":"link"}