{"product_id":"jellyflow-lamp","title":"Jellyflow Lamp, Jellyfish Light Voice Control, Dancing","description":"\u003cstyle\u003e\n:root{\n    --brand-green:#16A34A;\n    --brand-dark:#0E5F2F;\n    --jelly-pink:#FF7AD9;\n    --jelly-purple:#8B5CFF;\n    --soft-glow:#FFF6FC;\n}\n.jelly-box{\n    font-family:Arial,sans-serif;\n    color:#222;\n    line-height:1.8;\n    overflow:hidden;\n}\n.fade-up{\n    animation:fadeUp .9s ease both;\n}\n.delay-1{animation-delay:.2s;}\n.delay-2{animation-delay:.4s;}\n.delay-3{animation-delay:.6s;}\n@keyframes fadeUp{\n    from{opacity:0;transform:translateY(30px);}\n    to{opacity:1;transform:translateY(0);}\n}\n.hero-card{\n    background:radial-gradient(circle at top,var(--jelly-pink),var(--jelly-purple));\n    color:white;\n    padding:28px;\n    border-radius:20px;\n    text-align:center;\n    position:relative;\n    overflow:hidden;\n    animation:glowBox 3s infinite alternate;\n}\n.hero-card:before{\n    content:\"● ● ● ● ● ● ●\";\n    position:absolute;\n    top:15px;\n    left:-30%;\n    color:rgba(255,255,255,.35);\n    font-size:24px;\n    animation:lightMove 6s linear infinite;\n}\n@keyframes lightMove{\n    from{left:-30%;}\n    to{left:110%;}\n}\n@keyframes glowBox{\n    from{box-shadow:0 0 10px rgba(0,0,0,.2);}\n    to{box-shadow:0 0 30px rgba(255,122,217,.55);}\n}\n.badge{\n    display:inline-block;\n    background:white;\n    color:var(--jelly-purple);\n    padding:8px 18px;\n    border-radius:40px;\n    font-weight:bold;\n    animation:pulse 1.8s infinite;\n}\n@keyframes pulse{\n    0%{transform:scale(1);}\n    50%{transform:scale(1.07);}\n    100%{transform:scale(1);}\n}\n.jelly-animation{\n    width:120px;\n    height:170px;\n    margin:35px auto;\n    position:relative;\n    animation:floatJelly 2.6s ease-in-out infinite;\n}\n.jelly-animation:before{\n    content:\"\";\n    position:absolute;\n    width:110px;\n    height:70px;\n    background:linear-gradient(135deg,#FFE28A,#FF7AD9,#8B5CFF);\n    border-radius:70px 70px 35px 35px;\n    top:0;\n    left:5px;\n    box-shadow:0 0 25px rgba(255,122,217,.5);\n    animation:colorGlow 4s infinite alternate;\n}\n.jelly-animation:after{\n    content:\"〰 〰 〰 〰\";\n    position:absolute;\n    top:65px;\n    left:8px;\n    color:var(--jelly-purple);\n    font-size:28px;\n    letter-spacing:2px;\n    animation:tentacleMove 1.5s infinite alternate;\n}\n@keyframes floatJelly{\n    0%{transform:translateY(0);}\n    50%{transform:translateY(-12px);}\n    100%{transform:translateY(0);}\n}\n@keyframes colorGlow{\n    from{filter:hue-rotate(0deg);}\n    to{filter:hue-rotate(70deg);}\n}\n@keyframes tentacleMove{\n    from{transform:translateX(0);}\n    to{transform:translateX(8px);}\n}\n.feature-grid{\n    display:grid;\n    gap:15px;\n    margin-top:22px;\n}\n.feature{\n    background:#fff;\n    padding:18px;\n    border-radius:15px;\n    border-left:5px solid var(--jelly-purple);\n    box-shadow:0 5px 14px rgba(0,0,0,.06);\n    transition:.35s;\n}\n.feature:hover{\n    transform:translateY(-6px);\n    box-shadow:0 15px 30px rgba(0,0,0,.12);\n}\n.steps{\n    background:var(--soft-glow);\n    padding:24px;\n    border-radius:18px;\n    margin-top:30px;\n}\n.step{\n    margin-bottom:14px;\n    animation:slideIn .8s ease both;\n}\n@keyframes slideIn{\n    from{opacity:0;transform:translateX(-30px);}\n    to{opacity:1;transform:translateX(0);}\n}\n.benefits{\n    display:grid;\n    gap:15px;\n    margin-top:20px;\n}\n.benefit{\n    background:#fff;\n    padding:16px;\n    border-radius:14px;\n    box-shadow:0 5px 12px rgba(0,0,0,.05);\n    transition:.3s;\n}\n.benefit:hover{\n    transform:scale(1.03);\n}\n.cod-box{\n    background:linear-gradient(135deg,var(--brand-dark),var(--brand-green));\n    color:white;\n    padding:24px;\n    border-radius:18px;\n    margin-top:30px;\n    position:relative;\n    overflow:hidden;\n}\n.cod-box:before{\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:-100%;\n    width:60%;\n    height:100%;\n    background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);\n    animation:shine 2.8s infinite;\n}\n@keyframes shine{\n    from{left:-100%;}\n    to{left:130%;}\n}\n.cta{\n    display:block;\n    text-align:center;\n    text-decoration:none;\n    color:white;\n    background:var(--brand-green);\n    padding:18px;\n    font-size:20px;\n    font-weight:bold;\n    border-radius:14px;\n    margin-top:30px;\n    animation:pulse 1.7s infinite;\n    transition:.3s;\n}\n.cta:hover{\n    background:var(--brand-dark);\n}\n.note{\n    background:#f8f8f8;\n    padding:15px;\n    border-radius:12px;\n    margin-top:20px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"jelly-box\"\u003e\n\u003cdiv class=\"hero-card fade-up\"\u003e\n\u003cspan class=\"badge\"\u003e🌈 BEAUTIFUL FLOATING LIGHT\u003c\/span\u003e\n\u003ch2 style=\"margin-top: 20px; font-size: 30px;\"\u003eJellyfish RGB Night Lamp\u003c\/h2\u003e\n\u003cp\u003eAdd a soft, relaxing, and magical glow to any room with this floating jellyfish lamp. With its flexible tentacles, colorful RGB gradient light, and beautiful dancing effect, it creates a calm atmosphere for bedrooms, living rooms, desks, cafes, and gifts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jelly-animation fade-up delay-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 class=\"fade-up delay-1\"\u003eWhy You’ll Love It\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature fade-up delay-1\"\u003e🌈 \u003cstrong\u003eRGB Gradient Lighting\u003c\/strong\u003e\u003cbr\u003eEnjoy beautiful color-changing light effects that create a calm and stylish atmosphere.\u003c\/div\u003e\n\u003cdiv class=\"feature fade-up delay-2\"\u003e🪼 \u003cstrong\u003eDancing Jellyfish Design\u003c\/strong\u003e\u003cbr\u003eThe soft tentacles move naturally, giving the lamp a unique floating jellyfish look.\u003c\/div\u003e\n\u003cdiv class=\"feature fade-up delay-3\"\u003e🎙️ \u003cstrong\u003eVoice-Control Mode\u003c\/strong\u003e\u003cbr\u003eThe lamp can react to sound and music, making it perfect for relaxing rooms or fun decoration.\u003c\/div\u003e\n\u003cdiv class=\"feature fade-up delay-1\"\u003e🔘 \u003cstrong\u003eManual Button Mode\u003c\/strong\u003e\u003cbr\u003eEasy to control with the button when you want simple lighting.\u003c\/div\u003e\n\u003cdiv class=\"feature fade-up delay-2\"\u003e🔋 \u003cstrong\u003eRechargeable Design\u003c\/strong\u003e\u003cbr\u003eComes with Type-C charging, so you can use it without constantly changing batteries.\u003c\/div\u003e\n\u003cdiv class=\"feature fade-up delay-3\"\u003e🎁 \u003cstrong\u003ePerfect Gift\u003c\/strong\u003e\u003cbr\u003eA beautiful gift for kids, friends, couples, bedrooms, desks, and room decoration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps fade-up delay-2\"\u003e\n\u003ch2\u003eHow To Use\u003c\/h2\u003e\n\u003cdiv class=\"step\"\u003e1️⃣ Charge the lamp using the Type-C charging cable.\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e2️⃣ Turn it on using the button.\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e3️⃣ Choose manual mode or voice-activated mode.\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e4️⃣ Place it on a table, shelf, bedside, or hang it on the wall.\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e5️⃣ Enjoy the soft glowing jellyfish effect.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fade-up delay-2\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Bedroom night light\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Kids’ room decoration\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Desk decoration\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Living room atmosphere\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Cafes and bars\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Christmas and birthday gifts\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e✔ Relaxing ambient light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"fade-up delay-2\"\u003eProduct Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRGB full-color gradient light effect\u003c\/li\u003e\n\u003cli\u003eVoice-activated mode\u003c\/li\u003e\n\u003cli\u003eManual button mode\u003c\/li\u003e\n\u003cli\u003eFlexible jellyfish tentacles\u003c\/li\u003e\n\u003cli\u003eRechargeable Type-C charging port\u003c\/li\u003e\n\u003cli\u003eCan be placed or hung\u003c\/li\u003e\n\u003cli\u003eSoft light for night use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 class=\"fade-up delay-2\"\u003ePackage Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × Jellyfish RGB Night Lamp\u003c\/li\u003e\n\u003cli\u003e1 × Base \/ Stand\u003c\/li\u003e\n\u003cli\u003e1 × Type-C Charging Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"note\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e\u003cbr\u003eBest effect is seen in a darker room. Charge fully before first use for better performance.\u003c\/div\u003e\n\u003cdiv class=\"cod-box fade-up delay-3\"\u003e\n\u003ch2\u003e🚚 Cash On Delivery\u003c\/h2\u003e\n\u003cp\u003eOrder today with confidence. Fill in your delivery details, our team will contact you to confirm your order, and you only pay when your package arrives at your doorstep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta\" href=\"#order-form\"\u003e 🛒 ORDER NOW • PAY ON DELIVERY fill in the form above\u003c\/a\u003e\n\u003c\/div\u003e","brand":"East Africa Shop KE","offers":[{"title":"Default Title","offer_id":52709853200660,"sku":null,"price":0.0,"currency_code":"KES","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/2770\/5108\/files\/71yI4XeDDTL._AC_SX679.jpg?v=1782524377","url":"https:\/\/eastafrica.shop\/products\/jellyflow-lamp","provider":"East Africa Shop KE","version":"1.0","type":"link"}