{"product_id":"candle-warmer-lamp-with-timer-and-dimmer","title":"Candle Warmer Lamp with Timer and Dimmer","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\n    \u003ctitle\u003eSoft-Glow Candle Warmer Lamp | Dimmable Light \u0026amp; Timer | Bee Coco Candle\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Soft-Glow Candle Warmer Lamp with dimmable light, built-in timer (2,4,8 hrs), and adjustable height for candles up to 8 inches. Flame-free, smoke-free, soot-free. Elegant golden frame with wooden base.\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #f0ece4;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #4a3a2a;\n            padding: 1rem;\n        }\n\n        .product-container {\n            max-width: 100%;\n            width: 100%;\n            margin: 0 auto;\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        .product-grid {\n            display: block;\n            padding: 1.25rem;\n        }\n\n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n\n        \/* no stars section - removed as requested *\/\n\n        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            line-height: 1.25;\n            letter-spacing: -0.01em;\n            color: #d4a030;\n            width: 100%;\n            word-wrap: break-word;\n        }\n\n        .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.25rem 0;\n        }\n\n        .badge {\n            background: #ece4d8;\n            padding: 0.25rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            color: #7a6a54;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 480px) {\n            .badge {\n                white-space: normal;\n                font-size: 0.65rem;\n            }\n        }\n\n        .badge-green {\n            background: #dce4d4;\n            color: #5a7a4a;\n        }\n\n        .description {\n            color: #5a4a38;\n            border-left: 3px solid #e0c878;\n            padding-left: 1rem;\n            margin: 0.25rem 0;\n        }\n\n        .description p {\n            margin-bottom: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        .feature-section {\n            background: #faf6f0;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .feature-title {\n            font-weight: 700;\n            color: #d4a030;\n            font-size: 1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .feature-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.6rem;\n            margin: 0.5rem 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n            font-size: 0.95rem;\n            word-wrap: break-word;\n            flex-wrap: wrap;\n        }\n\n        .feature-list li::before {\n            content: \"✓\";\n            color: #d4a030;\n            font-weight: bold;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .info-section {\n            background: #faf6f0;\n            border-radius: 1rem;\n            padding: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        .info-section p {\n            margin: 0.4rem 0;\n            word-wrap: break-word;\n        }\n\n        .info-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            flex-wrap: wrap;\n            padding: 0.5rem 0;\n            border-bottom: 1px solid #e2d8cc;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .info-value {\n            color: #d4a030;\n            font-weight: 500;\n        }\n\n        .warning {\n            font-size: 0.75rem;\n            color: #aa9a82;\n            border-top: 1px solid #e2d8cc;\n            padding-top: 0.9rem;\n            margin-top: 0.5rem;\n            word-wrap: break-word;\n        }\n\n        footer {\n            background: #ece4d8;\n            padding: 0.9rem 1rem;\n            font-size: 0.7rem;\n            color: #aa9a82;\n            text-align: center;\n            border-top: 1px solid #e2d8cc;\n            word-wrap: break-word;\n        }\n\n        h1, h2, h3, p, span, div, li, a {\n            word-break: break-word;\n            white-space: normal;\n        }\n\n        .subhead {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #8a7a62;\n            margin-bottom: 0.5rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 1px solid #e2d8cc;\n            margin: 0.5rem 0;\n        }\n\n        .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 0.75rem;\n            margin: 0.5rem 0;\n        }\n\n        .spec-item {\n            background: #f0e8dc;\n            border-radius: 0.75rem;\n            padding: 0.5rem 0.75rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-size: 0.85rem;\n        }\n\n        .spec-name {\n            font-weight: 600;\n            color: #7a6a54;\n        }\n\n        .spec-value {\n            color: #d4a030;\n        }\n\n        .use-care-list {\n            list-style: disc;\n            margin-left: 1.25rem;\n            margin-top: 0.5rem;\n        }\n        .use-care-list li {\n            margin-bottom: 0.3rem;\n            font-size: 0.85rem;\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"product-container\"\u003e\n    \u003cdiv class=\"product-grid\"\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003c!-- no stars - removed as requested --\u003e\n\n            \u003c!-- product title --\u003e\n            \u003ch1 class=\"product-title\"\u003e\n                Soft-Glow Candle Warmer Lamp — Dimmable Light \u0026amp; Timer\n            \u003c\/h1\u003e\n\n            \u003cdiv class=\"subhead\"\u003eCreate your perfect aroma moment — cozy calm, spa-like relaxation, or a soft romantic glow.\u003c\/div\u003e\n\n            \u003c!-- badges --\u003e\n            \u003cdiv class=\"badge-group\"\u003e\n                \u003cspan class=\"badge badge-green\"\u003e🔥 Flame-Free\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💨 Smoke-Free\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌿 Soot-Free\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⏱️ Built-In Timer\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e✨ Dimmable\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- main description: Soft-Glow --\u003e\n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e✨ SOFT-GLOW CANDLE WARMER LAMP WITH DIMMABLE LIGHT\u003c\/div\u003e\n                \u003cp\u003eCreate your perfect aroma moment with our BeeCoco Candle Warmer Lamp. Designed with a smooth dimmer and four levels of adjustable brightness, you can easily control the warmth, fragrance release, and overall ambiance. Whether you're seeking cozy calm, spa-like relaxation, or a soft romantic glow, this warmer elevates every room with effortless comfort.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Built-in Timer --\u003e\n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e⏱️ BUILT-IN TIMER FOR WORRY-FREE ENJOYMENT\u003c\/div\u003e\n                \u003cp\u003eSet it and drift away. With 2-, 4-, and 8-hour timer options, the BeeCoco warmer shuts off automatically, giving you peace of mind whether you're settling in for the night or stepping out. Enjoy your favorite scents without ever having to think twice.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Adjustable Height --\u003e\n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e📏 ADJUSTABLE HEIGHT FOR ANY CANDLE STYLE\u003c\/div\u003e\n                \u003cp\u003eCrafted to fit candles up to 8 inches tall, our adjustable warming arm lets you customize the distance between the lamp and your candle—meaning you control how gently or quickly your fragrance releases. Perfect melt, perfect scent, every time.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Flame-Free --\u003e\n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🔥 A FLAME-FREE, CLEANER WAY TO ENJOY CANDLES\u003c\/div\u003e\n                \u003cp\u003eOur warmer melts your candle from above—no open flame, no smoke, no soot, no toxins. Just long-lasting fragrance and the peace of mind that comes with a safer, more eco-friendly candle experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Elegant Décor \u0026 Gift --\u003e\n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🎁 ELEGANT DÉCOR \u0026amp; A GIFT THEY'LL ADORE\u003c\/div\u003e\n                \u003cp\u003eFeaturing a golden metal frame paired with a warm wooden base, this piece blends seamlessly into any décor style—from modern minimal to cozy cottage. Ideal for bedrooms, living spaces, yoga areas, kitchens, or anywhere you want a touch of glowing calm. Beautifully packaged and universally loved—an effortless gift for Mother's Day, birthdays, Christmas, graduations, and more.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Use \u0026 Care --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003cdiv class=\"feature-title\" style=\"margin-bottom: 0.5rem;\"\u003e📖 USE \u0026amp; CARE\u003c\/div\u003e\n                \u003cul class=\"use-care-list\"\u003e\n                    \u003cli\u003eDo not modify the circuit or use incompatible chargers.\u003c\/li\u003e\n                    \u003cli\u003eKeep away from flammable areas and avoid humid environments.\u003c\/li\u003e\n                    \u003cli\u003eDo not overload outlets; avoid using with multiple high-power devices on the same socket.\u003c\/li\u003e\n                    \u003cli\u003eAllow proper ventilation around the lamp to ensure safe heat dissipation.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Product Specifications --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #d4a030;\"\u003e📋 Product Specifications\u003c\/h3\u003e\n                \u003cdiv class=\"spec-grid\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eMaterial:\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGolden Metal Frame + Wooden Base\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eMax Candle Height:\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e8 inches\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eTimer Options:\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e2, 4, 8 hours\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eBrightness:\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e4 adjustable levels\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003ePower Source:\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eElectric (USB\/Outlet)\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eFlame-Free:\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e✓ Yes\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- perfect for section --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #d4a030;\"\u003e✨ Perfect For\u003c\/h3\u003e\n                \u003cul class=\"feature-list\" style=\"margin-top: 0;\"\u003e\n                    \u003cli\u003eBedrooms, living spaces, yoga areas, and kitchens\u003c\/li\u003e\n                    \u003cli\u003eCreating a soft romantic glow or spa-like relaxation\u003c\/li\u003e\n                    \u003cli\u003eEnjoying candles without open flames or soot\u003c\/li\u003e\n                    \u003cli\u003eGifting for Mother's Day, birthdays, Christmas, graduations, and more\u003c\/li\u003e\n                    \u003cli\u003eHomes with pets, children, or anyone seeking a cleaner candle experience\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- disclaimer \/ safety note --\u003e\n            \u003cdiv class=\"info-section\"\u003e\n                \u003ch3 style=\"font-size: 1rem; margin-bottom: 0.5rem; color: #d4a030;\"\u003e🕯️ Safety \u0026amp; Care\u003c\/h3\u003e\n                \u003cp\u003eAlways use as directed. Do not leave warmer lamp on unattended for extended periods beyond timer settings. Keep away from water and flammable materials. Ensure proper ventilation around the lamp to prevent overheating.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- micro info --\u003e\n            \u003cdiv style=\"font-size: 0.7rem; color: #c8b088; text-align: center; border-top: 1px solid #e2d8cc; padding-top: 0.8rem; margin-top: 0.3rem;\"\u003e\n                🔥 Flame-free • Smoke-free • Soot-free • Dimmable • Timer (2\/4\/8 hrs) • Adjustable height up to 8\" • Elegant golden \u0026amp; wood design\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cfooter\u003e\n        🔥 Soft-Glow Candle Warmer Lamp — dimmable light, built-in timer, adjustable height for candles up to 8 inches. Flame-free, smoke-free, soot-free. Elegant golden frame with warm wooden base — perfect for any décor. Handcrafted quality.\n    \u003c\/footer\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bee Coco Candle","offers":[{"title":"Black","offer_id":47278683684916,"sku":null,"price":40.0,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":47278683717684,"sku":null,"price":40.0,"currency_code":"USD","in_stock":false},{"title":"Rose gold","offer_id":47291415330868,"sku":null,"price":40.0,"currency_code":"USD","in_stock":false},{"title":"Smoked Glass","offer_id":47533227868212,"sku":null,"price":40.0,"currency_code":"USD","in_stock":true},{"title":"Black Tapered","offer_id":47533235503156,"sku":null,"price":40.0,"currency_code":"USD","in_stock":true},{"title":"Black Prismatic Shade","offer_id":47533235535924,"sku":null,"price":40.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/7169\/7716\/files\/Gold_candle_warming_lamp.jpg?v=1778180144","url":"https:\/\/www.beecococandle.com\/products\/candle-warmer-lamp-with-timer-and-dimmer","provider":"Bee Coco Candle","version":"1.0","type":"link"}