{"product_id":"rechargeable-plush-night-light","title":"Rechargeable Plush Night Light","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Decor \/ Baby \u0026 Kids Light (Plush Night Light)\nTarget Audience: Parents, Gift Shoppers, Young Adults seeking cozy aesthetics\nVisual Style: Soft, Warm, Playful, Comforting\nColor Strategy: Warm Pastel Peach (--primary), Soft Brown for text (--text-main), Creamy White background (--bg-body) to evoke a plush, gentle feeling.\nShape Strategy: Radius 24px (Highly rounded, feminine\/baby-friendly, approachable)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px)\nMobile Table Strategy: Card-based (No horizontal scroll, full block-level transformation)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================================\n           1. DESIGN SYSTEM \u0026 VARIABLES\n           ========================================================================== *\/\n        .product-detail-container {\n            --primary: #ffb6b9;\n            --primary-light: #ffebec;\n            --text-main: #4a3b32;\n            --text-sub: #7a685e;\n            --bg-body: #fffaf7;\n            --bg-card: #ffffff;\n            --radius-md: 16px;\n            --radius-lg: 24px;\n            --shadow-sm: 0 8px 24px rgba(74, 59, 50, 0.04);\n            --border-color: #fceceb;\n\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: clamp(2rem, 5vw, 4rem) 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background-color: var(--bg-body);\n            overflow-wrap: break-word;\n            word-break: break-word;\n            box-sizing: border-box;\n            line-height: 1.6;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: border-box;\n        }\n\n        \/* ==========================================================================\n           2. TYPOGRAPHY \u0026 SPACING SYSTEM\n           ========================================================================== *\/\n        .product-detail-container h1, \n        .product-detail-container h2, \n        .product-detail-container h3, \n        .product-detail-container p {\n            margin-top: 0;\n            overflow-wrap: break-word;\n        }\n\n        .pd-h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            line-height: 1.2;\n            margin-bottom: 1.2rem;\n            color: var(--text-main);\n            font-weight: 800;\n            letter-spacing: -0.02em;\n        }\n\n        .pd-h2 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            line-height: 1.4;\n            margin-bottom: 2rem;\n            color: var(--text-sub);\n            font-weight: 500;\n        }\n\n        .pd-h3 {\n            font-size: clamp(22px, 3vw, 28px);\n            line-height: 1.3;\n            margin-bottom: 1rem;\n            color: var(--text-main);\n            font-weight: 700;\n        }\n\n        .pd-p {\n            font-size: clamp(16px, 1.8vw, 18px);\n            margin-bottom: 1.5rem;\n            color: var(--text-sub);\n        }\n\n        .pd-section {\n            margin-bottom: clamp(4rem, 8vw, 6rem);\n            width: 100%;\n        }\n\n        \/* ==========================================================================\n           3. NON-INTERACTIVE VISUAL TAGS\n           ========================================================================== *\/\n        .pd-badge-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.75rem;\n            margin-bottom: 2rem;\n        }\n\n        .pd-badge {\n            background-color: var(--primary-light);\n            color: var(--text-main);\n            padding: 0.5rem 1rem;\n            border-radius: 999px;\n            font-size: clamp(14px, 1.5vw, 16px);\n            font-weight: 600;\n            display: inline-flex;\n            align-items: center;\n        }\n\n        \/* ==========================================================================\n           4. IMAGE PROTOCOL (Placeholder Standard)\n           ========================================================================== *\/\n        .pd-img-placeholder {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            background-color: #f8f9fa;\n            border: 2px dashed #d1d5db;\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n            color: #6b7280;\n            text-align: center;\n            padding: 2rem;\n            overflow: hidden;\n        }\n\n        \/* ==========================================================================\n           5. HERO SECTION\n           ========================================================================== *\/\n        .pd-hero {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(2rem, 5vw, 4rem);\n            align-items: center;\n        }\n\n        .pd-hero-content {\n            width: 100%;\n            text-align: left;\n        }\n\n        .pd-hero-media {\n            width: 100%;\n        }\n\n        .pd-social-proof {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: var(--bg-card);\n            padding: 0.75rem 1.25rem;\n            border-radius: var(--radius-md);\n            box-shadow: var(--shadow-sm);\n            font-size: clamp(16px, 1.8vw, 18px);\n            font-weight: 600;\n            color: var(--text-main);\n        }\n\n        .pd-stars {\n            color: #ffcf54;\n            letter-spacing: 2px;\n        }\n\n        \/* ==========================================================================\n           6. FEATURE Z-PATTERN (Mobile Ordering Lock)\n           ========================================================================== *\/\n        .pd-feature-item {\n            display: flex;\n            \/* MOBILE FIRST: Strict Column Order -\u003e Image top, Text bottom *\/\n            flex-direction: column;\n            gap: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(4rem, 8vw, 6rem);\n            align-items: center;\n        }\n\n        .pd-feature-media {\n            width: 100%;\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n        }\n\n        .pd-feature-copy {\n            width: 100%;\n        }\n\n        \/* Desktop Enhancement: Z-Pattern *\/\n        @media (min-width: 768px) {\n            .pd-hero {\n                flex-direction: row;\n            }\n            .pd-hero-content, .pd-hero-media {\n                flex: 1;\n                min-width: 0;\n            }\n            .pd-feature-item {\n                flex-direction: row;\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-media, .pd-feature-copy {\n                flex: 1;\n                min-width: 0; \/* Prevents flex flex-item from overflowing *\/\n            }\n        }\n\n        \/* ==========================================================================\n           7. SPECIFICATIONS TABLE (Mobile Card Lock)\n           ========================================================================== *\/\n        .pd-specs-container {\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(2rem, 5vw, 4rem);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .pd-specs-title {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n        }\n\n        .pd-table th, \n        .pd-table td {\n            padding: 1.25rem 1rem;\n            border-bottom: 1px solid var(--border-color);\n            font-size: clamp(16px, 1.8vw, 18px);\n        }\n\n        .pd-table th {\n            font-weight: 700;\n            color: var(--text-main);\n            width: 40%;\n        }\n\n        .pd-table td {\n            color: var(--text-sub);\n        }\n\n        \/* Strict Mobile Card Transformation *\/\n        @media (max-width: 767px) {\n            .pd-specs-container {\n                padding: 1.5rem;\n                background: transparent;\n                box-shadow: none;\n            }\n            .pd-table, \n            .pd-table tbody, \n            .pd-table tr, \n            .pd-table td {\n                display: block;\n                width: 100%;\n            }\n            .pd-table thead, \n            .pd-table th {\n                display: none; \/* Hide traditional headers *\/\n            }\n            .pd-table tr {\n                background: var(--bg-card);\n                margin-bottom: 1rem;\n                border-radius: var(--radius-md);\n                padding: 1.25rem;\n                box-shadow: var(--shadow-sm);\n                border: 1px solid var(--border-color);\n            }\n            .pd-table td {\n                padding: 0.5rem 0;\n                border-bottom: none;\n                display: flex;\n                flex-direction: column;\n            }\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n                font-size: 14px;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n            }\n        }\n\n        \/* ==========================================================================\n           8. FAQ SECTION\n           ========================================================================== *\/\n        .pd-faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pd-faq-title {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .pd-faq-item {\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n            padding: clamp(1.5rem, 3vw, 2rem);\n            margin-bottom: 1.5rem;\n            box-shadow: var(--shadow-sm);\n            border: 1px solid var(--border-color);\n        }\n\n        .pd-faq-q {\n            font-size: clamp(18px, 2.2vw, 22px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.75rem;\n        }\n\n        .pd-faq-a {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero pd-section\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge-list\"\u003e\n\u003cspan class=\"pd-badge\"\u003e✨ So Soft!\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🔋 USB Rechargeable\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eSo Soft, So Bright:\u003cbr\u003e\nYour Cuddly Nighttime Companion\u003c\/h1\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eA warm and gentle glow wrapped in a huggable plush design. Perfect for peaceful bedtimes, story corners, and sweet dreams.\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e Trusted by 10,000+ Happy Dreamers\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409133419\/0e0110fbdaf157014ad60fac5573e7c9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-item pd-section\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409133419\/073ff4d62f78b8d215ca2d7818ebc71e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eEco-Friendly \u0026amp; Always Ready\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eSay goodbye to the constant hunt for disposable batteries. The built-in high-capacity battery recharges effortlessly via any power bank, laptop, or wall adapter.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eDelivering hours of a gentle 7W warm glow, it ensures your little one's room stays softly illuminated and comforted all night long without interruption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2: Three-Mode Glow --\u003e\n\n\u003cdiv class=\"pd-feature-item pd-section\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409133419\/ac9cfa5c1007e928fdff55e943a45851.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eThe Perfect Light for Every Mood\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eWhether it's an active storytime or a quiet sleep time, you can easily adjust the glow with a simple tap.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eTap once for full brightness, tap twice for a cozy 50% dim to gently lull them to sleep, or tap three times for a fun flashing mode that makes indoor camping adventures even more magical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3: Detachable \u0026 Washable --\u003e\n\n\u003cdiv class=\"pd-feature-item pd-section\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409133348\/83bbb2f1bc83956e3886490b1fd39fcb.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eClean, Safe, and Extra Versatile\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eEveryday spills and dirt are no longer a worry. The clever design lets you pop the LED bulb out in seconds.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eToss the ultra-soft fluffy cover directly into the washing machine for a quick refresh. Plus, the plush strap means you can easily attach it as a cute bag charm or hang it as a decorative accent anywhere you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ch3 class=\"pd-h3 pd-specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSkin-friendly Plush Fabric + Safety ABS\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lighting Modes\"\u003eLighting Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100% Brightness \/ 50% Dim \/ Flashing Mode\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUSB Rechargeable (Cable Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Output\"\u003eLight Output\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7W Warm LED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e14.0 cm x 11.5 cm x 10.0 cm (5.5 in x 4.5 in x 3.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e180 g (6.3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eCare Instructions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRemove LED module; Machine wash plush cover cold\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section pd-faq-container\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch4 class=\"pd-faq-q\"\u003eIs the plush cover safe for toddlers and babies?\u003c\/h4\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eAbsolutely! The exterior is crafted from an ultra-soft, hypoallergenic plush fabric designed to be gentle on sensitive skin. Furthermore, the internal LED bulb is designed to stay completely cool to the touch, ensuring 100% safety during nighttime cuddles.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch4 class=\"pd-faq-q\"\u003eHow do I clean the night light if it gets dirty?\u003c\/h4\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eCleaning is incredibly simple. Just detach the inner LED light module from the bottom opening. Once the electronic part is removed, you can safely toss the plush cover into your washing machine on a gentle, cold cycle. We recommend air drying to keep it extra fluffy.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch4 class=\"pd-faq-q\"\u003eHow long does the battery last on a single charge?\u003c\/h4\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eWhen fully charged via the included USB cable, the light will easily last through the entire night. On the 50% dim setting—which is perfect for sleeping—it uses minimal power and provides hours of continuous comforting glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Little Bear","offer_id":51733939191940,"sku":"0409-16400097","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Jellyfish","offer_id":51733939224708,"sku":"0409-16407104","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Calico Cat","offer_id":51733939257476,"sku":"0409-16405637","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Owl","offer_id":51733939290244,"sku":"0409-16406814","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Monkey","offer_id":51733939323012,"sku":"0409-16408821","price":16.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/0e0110fbdaf157014ad60fac5573e7c9.jpg?v=1775724082","url":"https:\/\/everyneeding.com\/products\/rechargeable-plush-night-light","provider":"Everyneeding","version":"1.0","type":"link"}