{"product_id":"plug-in-christmas-snowman-light","title":"Plug-In Christmas Snowman Light","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Plug-In Christmas Snowman Campfire Night Light\nTarget Audience: Homeowners decorating for the holidays, parents looking for cozy seasonal night lights for kids' rooms.\nVisual Style: Warm, cozy, festive, and clean. Uses a rich holiday red and warm soft-white palette.\nColor Strategy: \n  - Primary color: #d9383a (Festive holiday red for highlights, tags, and titles)\n  - Background soft: #fdf8f7 (Warm-toned backdrop to mimic the cozy firelight glow)\n  - Text main: #222222 (Elegant dark gray for premium readability)\nModule Order:\n  1. Intro \/ Hero Content Block (Immediate warm impression with detail_5)\n  2. Feature Section 1: Simulated Campfire Flame Bulb (detail_2)\n  3. Feature Section 2: Cordless Plug-In with Manual Switch (detail_1)\n  4. Feature Section 3: Gentle Holiday Nighttime Glow (detail_4)\n  5. Specifications Table (Strict physical values from product text)\n  6. Product FAQ (Addressing specific hardware and usage queries)\nDetail Image Mapping: \n  - Hero Cover = detail_5\n  - Feature 1 = detail_2\n  - Feature 2 = detail_1\n  - Feature 3 = detail_4\nSpecification Image Mapping: \n  - Spec data sourced directly from physical text markings visible on the product base in detail_1 and detail_5 (120V 60Hz, Type C 7W MAX). Image 7 (spec_1) contains contradictory model variants and is excluded to ensure accurate product descriptions.\nCompare Section: Not included (No verified alternative model details are available).\nInformation Boundary: Fully grounded in the physical attributes of the snowman model. No unverified rotating capabilities, material claims, or dimension estimates are added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #d9383a;\n    --primary-hover: #b82325;\n    --text-main: #222222;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #fafafa;\n    --bg-soft: #fdf8f7;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --border-color: #eeeeee;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n    --shadow-lg: 0 10px 30px rgba(0,0,0,0.06);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 2rem 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\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  }\n\n  \/* Typography *\/\n  .product-detail-container h1, \n  .product-detail-container h2, \n  .product-detail-container h3 {\n    margin: 0;\n    font-weight: 700;\n    line-height: 1.25;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: 18px;\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Badges \u0026 Labels *\/\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .badge-item {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--primary);\n    background-color: var(--bg-soft);\n    padding: 0.4rem 1rem;\n    border-radius: 50px;\n    border: 1px solid rgba(217, 56, 58, 0.15);\n  }\n\n  \/* Hero Section *\/\n  .hero-block {\n    text-align: center;\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n\n  .hero-title {\n    font-size: clamp(32px, 5vw, 44px);\n    margin-bottom: 1rem;\n    letter-spacing: -0.02em;\n  }\n\n  .hero-subtitle {\n    font-size: clamp(18px, 3vw, 22px);\n    color: var(--text-sub);\n    max-width: 800px;\n    margin: 0 auto 2rem auto;\n    line-height: 1.4;\n  }\n\n  \/* Image Placeholder Styles *\/\n  .media-placeholder {\n    width: 100%;\n    background-color: #f0f0f0;\n    border: 2px dashed #cccccc;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    color: #666666;\n    font-weight: 500;\n    box-sizing: border-box;\n  }\n\n  .hero-image-wrapper {\n    aspect-ratio: 16 \/ 10;\n    margin-top: 2rem;\n  }\n\n  .hero-image-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    border-radius: var(--radius-lg);\n    display: block;\n  }\n\n  \/* Features Grid *\/\n  .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 8vw, 5rem);\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n  }\n\n  .feature-media img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    display: block;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  .feature-title {\n    font-size: clamp(24px, 4vw, 32px);\n    margin-bottom: 1rem;\n  }\n\n  \/* Specifications Table *\/\n  .specs-section {\n    background-color: var(--bg-soft);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n\n  .specs-title {\n    font-size: clamp(24px, 4vw, 32px);\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .specs-table td {\n    padding: 1.2rem 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-label {\n    font-weight: 700;\n    color: var(--text-main);\n    width: 35%;\n    background-color: rgba(0, 0, 0, 0.01);\n  }\n\n  .specs-value {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: 2rem;\n  }\n\n  .faq-title {\n    font-size: clamp(24px, 4vw, 32px);\n    text-align: center;\n    margin-bottom: 2.5rem;\n  }\n\n  .faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background-color: var(--bg-card);\n    padding: 1.5rem;\n    border-radius: var(--radius-md);\n    border-left: 4px solid var(--primary);\n  }\n\n  .faq-question {\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  \/* Desktop Responsive Adjustments *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      gap: 4%;\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      width: 48%;\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .feature-copy {\n      width: 48%;\n    }\n\n    .faq-item {\n      padding: 2rem;\n    }\n  }\n\n  \/* Mobile Spec Table Lock *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table tr {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem 0;\n    }\n\n    .specs-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td {\n      display: block;\n      width: 100%;\n      padding: 0.25rem 1.5rem;\n      border: none;\n      box-sizing: border-box;\n    }\n\n    .specs-label {\n      font-weight: 700;\n      padding-bottom: 0.1rem;\n    }\n\n    .specs-value {\n      padding-top: 0.1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003ch1 class=\"hero-title\"\u003eCozy Flame Glow \u0026amp; Cheerful Snowmen Scene\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eBring instant holiday warmth and delightful seasonal charm directly to your wall outlets, bedrooms, and festive corners.\u003c\/p\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821163642\/83753f6acebd9f68d981e0d3074a0188.jpg\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"media-placeholder feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821163049\/5c926b85ec8127b069d0be90fac4aaea.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSimulated Campfire Flame Glow\u003c\/h2\u003e\n\n\u003cp\u003eAt the center of this mini holiday scene sits a detailed orange campfire base holding a teardrop-shaped glass bulb. When plugged in, the bulb shines with a warm amber light, beautifully highlighting the surrounding snowmen and casting a cozy seasonal glow across your room.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge-item\"\u003eTeardrop Filament Bulb\u003c\/span\u003e \u003cspan class=\"badge-item\"\u003eCampfire Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"media-placeholder feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821163206\/8fa414826156a7ef7164e50ca9ffa264.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eClutter-Free Cordless Design\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to fit directly into any standard US wall outlet, this decorative light requires no messy wires, adapters, or battery replacements. The front of the plug features a manual toggle switch, allowing you to turn the light on and off without removing it from the wall.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge-item\"\u003eDirect Plug-In\u003c\/span\u003e \u003cspan class=\"badge-item\"\u003eOn\/Off Switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"media-placeholder feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821163049\/3a046c1df4e2d56a1d553fc455de5c7a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSoft Light for Peaceful Sleep\u003c\/h2\u003e\n\n\u003cp\u003eProviding a gentle, non-glaring nighttime atmosphere, this miniature holiday display is an excellent lighting companion for kids' bedrooms, hallways, and living spaces during the festive season.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge-item\"\u003eGentle Light\u003c\/span\u003e \u003cspan class=\"badge-item\"\u003eBedside Comfort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications Section --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"specs-label\"\u003eElectrical Rating\u003c\/td\u003e\n\t\t\t\u003ctd class=\"specs-value\"\u003e120V AC, 60Hz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"specs-label\"\u003eWattage Limit\u003c\/td\u003e\n\t\t\t\u003ctd class=\"specs-value\"\u003eType C Bulb, Max 7W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"specs-label\"\u003ePlug Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"specs-value\"\u003eStandard US 2-Pin Flat Plug\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"specs-label\"\u003eControl Method\u003c\/td\u003e\n\t\t\t\u003ctd class=\"specs-value\"\u003eFront-Facing Manual Toggle Switch (ON\/OFF)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"specs-label\"\u003eDesign Elements\u003c\/td\u003e\n\t\t\t\u003ctd class=\"specs-value\"\u003eSymmetrical Dual Snowmen, Black Top Hats, Red\/Green Scarves, Campfire Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eWhat kind of bulb does this night light use?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt uses a teardrop flame-shaped glass bulb rated for a maximum of 7W (Type C), which provides the cozy campfire lighting effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eHow do you turn the night light on and off?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eThere is a physical, white manual toggle switch located right on the front of the plug-in base, making it easy to turn on and off while leaving the unit plugged into the wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eDoes it require a battery or charging cable?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, it does not. This is a direct plug-in unit that draws power directly from standard US 120V wall outlets, keeping your walls free of dangling cords.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"simg-pop-btn\" style=\"top: 699.866px; left: 57.7642px; display: flex;\"\u003e\u003csvg aria-hidden=\"true\" data-testid=\"ImageSearchIcon\" focusable=\"false\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Little Snowman \/ 1-Pack (Holiday Accent)","offer_id":46064753279167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Braided Gnome \/ 1-Pack (Holiday Accent)","offer_id":46064753311935,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Little Snowman \/ 2-Pack (Double the Glow - 10%)","offer_id":46064753344703,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Braided Gnome \/ 2-Pack (Double the Glow - 10%)","offer_id":46064753377471,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Little Snowman \/ 3-Pack (Family Gift Set - 15%)","offer_id":46064753410239,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Braided Gnome \/ 3-Pack (Family Gift Set - 15%)","offer_id":46064753443007,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/83753f6acebd9f68d981e0d3074a0188.jpg?v=1787301547","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/plug-in-christmas-snowman-light","provider":"Bak","version":"1.0","type":"link"}