{"product_id":"white-noise-led-light","title":"White Noise LED Night Light – Dimmable Sleep Aid","description":"\u003cdiv class=\"sleep-machine-container\"\u003e\n  \u003cstyle\u003e\n    \/* Modern Color Palette *\/\n    .sleep-machine-container {\n      --night-blue: #1a237e;\n      --glow-gold: #ffd600;\n      --vibrant-purple: #7e57c2;\n      --sunset-pink: #ff4081;\n      --ocean-teal: #00bcd4;\n      --text-main: #263238;\n      \n      font-family: 'Inter', -apple-system, sans-serif;\n      padding: 30px;\n      background: linear-gradient(135deg, #ffffff 0%, #f3e5f5 50%, #e1f5fe 100%);\n      border-radius: 40px;\n      max-width: 480px;\n      margin: 20px auto;\n      color: var(--text-main);\n      box-shadow: 0 25px 50px rgba(126, 87, 194, 0.15);\n      border: 1px solid rgba(255, 255, 255, 0.8);\n      overflow: hidden;\n    }\n\n    \/* Multi-Color Breathing Light Animation *\/\n    .visual-header { \n      text-align: center; \n      margin-bottom: 30px; \n      position: relative;\n    }\n    \n    .lamp-icon {\n      font-size: 4rem;\n      display: inline-block;\n      position: relative;\n      z-index: 2;\n      filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));\n    }\n\n    .glow-effect {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 100px;\n      height: 100px;\n      border-radius: 50%;\n      filter: blur(25px);\n      opacity: 0.6;\n      animation: color-breathe 8s ease-in-out infinite;\n      z-index: 1;\n    }\n\n    @keyframes color-breathe {\n      0%, 100% { background: var(--glow-gold); transform: translate(-50%, -50%) scale(1); opacity: 0.4; }\n      33% { background: var(--sunset-pink); transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }\n      66% { background: var(--ocean-teal); transform: translate(-50%, -50%) scale(1.1); opacity: 0.5; }\n    }\n\n    .title-group h2 { \n      font-weight: 900; \n      font-size: 1.8rem; \n      margin: 0; \n      background: linear-gradient(to right, var(--night-blue), var(--vibrant-purple));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n    \n    .intro-p { font-size: 1rem; line-height: 1.6; color: #546e7a; margin: 12px 0 30px; }\n\n    \/* Vibrant Feature Cards *\/\n    .detail-grid { display: flex; flex-direction: column; gap: 15px; }\n    \n    .detail-card {\n      background: rgba(255, 255, 255, 0.9);\n      padding: 20px;\n      border-radius: 22px;\n      display: flex;\n      gap: 20px;\n      border-left: 6px solid transparent;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.04);\n      opacity: 0;\n      transform: translateY(20px);\n      animation: slide-up 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n      transition: transform 0.3s ease;\n    }\n\n    .detail-card:hover { transform: scale(1.02); }\n\n    \/* Specific Row Colors *\/\n    .detail-card:nth-child(1) { border-left-color: var(--ocean-teal); animation-delay: 0.1s; }\n    .detail-card:nth-child(2) { border-left-color: var(--sunset-pink); animation-delay: 0.2s; }\n    .detail-card:nth-child(3) { border-left-color: var(--vibrant-purple); animation-delay: 0.3s; }\n    .detail-card:nth-child(4) { border-left-color: var(--glow-gold); animation-delay: 0.4s; }\n\n    @keyframes slide-up {\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .feat-icon-big { font-size: 2rem; }\n    .feat-content b { display: block; color: #2c3e50; font-size: 1.05rem; margin-bottom: 4px; }\n    .feat-content span { font-size: 0.9rem; color: #607d8b; line-height: 1.5; }\n\n    .timer-badge {\n      margin-top: 30px;\n      background: linear-gradient(45deg, var(--vibrant-purple), var(--ocean-teal));\n      color: white;\n      padding: 12px 25px;\n      border-radius: 100px;\n      font-size: 0.85rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      display: inline-block;\n      box-shadow: 0 10px 20px rgba(0, 188, 212, 0.3);\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"visual-header\"\u003e\n    \u003cdiv class=\"glow-effect\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"lamp-icon\"\u003e🌈🌙\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"title-group\"\u003e\n    \u003ch2\u003eVibrant Sleep. Happy Baby.\u003c\/h2\u003e\n    \u003cp class=\"intro-p\"\u003eBring \u003cb\u003eFull-Spectrum Colour\u003c\/b\u003e and \u003cb\u003eNature Sounds\u003c\/b\u003e into your nursery for a soothing, deep-sleep experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detail-grid\"\u003e\n    \u003cdiv class=\"detail-card\"\u003e\n      \u003cdiv class=\"feat-icon-big\"\u003e🌊\u003c\/div\u003e\n      \u003cdiv class=\"feat-content\"\u003e\n        \u003cb\u003eOcean \u0026amp; Rain Sounds\u003c\/b\u003e\n        \u003cspan\u003eRhythmic water sounds that mask noisy neighbors and house traffic.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"detail-card\"\u003e\n      \u003cdiv class=\"feat-icon-big\"\u003e🎨\u003c\/div\u003e\n      \u003cdiv class=\"feat-content\"\u003e\n        \u003cb\u003eMulti-Colour LED\u003c\/b\u003e\n        \u003cspan\u003eCycle through soothing rainbows or pick your favorite static glow.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"detail-card\"\u003e\n      \u003cdiv class=\"feat-icon-big\"\u003e💾\u003c\/div\u003e\n      \u003cdiv class=\"feat-content\"\u003e\n        \u003cb\u003eSmart Memory\u003c\/b\u003e\n        \u003cspan\u003eRemembers your perfect \"Sleep Recipe\" every time you power on.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"detail-card\"\u003e\n      \u003cdiv class=\"feat-icon-big\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv class=\"feat-content\"\u003e\n        \u003cb\u003eRechargeable Battery\u003c\/b\u003e\n        \u003cspan\u003eColorful care that lasts all night—even during travel or load shedding.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center;\"\u003e\n    \u003cdiv class=\"timer-badge\"\u003e⏲️ Custom Auto-Off Timer\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"ClickCartBaby","offers":[{"title":"White","offer_id":47088204808377,"sku":null,"price":249.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/9824\/2489\/files\/photo_2026-05-28_18-43-28.jpg?v=1779987979","url":"https:\/\/clickcartsa.co.za\/products\/white-noise-led-light","provider":"ClickCartBaby","version":"1.0","type":"link"}