{"product_id":"whimsical-solar-mushroom-lights","title":"Whimsical Solar Mushroom Lights","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* --- Design System Variables --- *\/\n    .product-detail-container {\n      --primary: #4a7c59; \/* Forest green for garden vibe *\/\n      --primary-hover: #3a6347;\n      --text-main: #2c3e50;\n      --text-sub: #546e7a;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f2f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #e0e6ed;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n    }\n\n    \/* --- Global Typography \u0026 Layout --- *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      overflow-wrap: break-word;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      line-height: 1.3;\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* --- Image Placeholder Style --- *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      padding: 1rem;\n      box-sizing: border-box;\n    }\n\n    \/* --- Sections Header --- *\/\n    .section-header {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto 3rem;\n    }\n\n    \/* --- A. Intro \/ Hero Module --- *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding: 3rem 0 0;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 2rem;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* --- B. Feature Sections (Z-Pattern) --- *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 5rem);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 0.8rem;\n      border-radius: 6px;\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* --- Optional: Scenario Grid --- *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 1.5rem;\n      margin-bottom: var(--spacing-section);\n    }\n    \n    \/* Scheme B for fixed ratio images *\/\n    .fixed-ratio-box {\n        aspect-ratio: 1\/1;\n        overflow: hidden;\n        position: relative;\n        border-radius: var(--radius-md);\n        background: var(--bg-soft);\n    }\n    .fixed-ratio-box img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover; \/* Using cover here for scenario lifestyle shots *\/\n        position: absolute;\n        top: 0;\n        left: 0;\n    }\n\n    \/* --- C. Specifications --- *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: 3rem;\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      width: 35%;\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* --- D. FAQ --- *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .faq-item {\n      margin-bottom: 1.5rem;\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n    }\n\n    .faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n    }\n    \n    .faq-question::before {\n        content: \"✨\";\n        margin-right: 0.5rem;\n        font-size: 1.2rem;\n    }\n\n    \/* --- Mobile Responsiveness --- *\/\n    @media (max-width: 767px) {\n      .hero-section h1 {\n        font-size: 32px;\n      }\n\n      .feature-section,\n      .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n\n      .feature-media {\n        margin-bottom: 1.5rem;\n      }\n\n      .specs-section {\n        padding: 1.5rem;\n      }\n\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        text-align: right;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      \n      .specs-table td:last-child {\n          border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外太阳能装饰灯串（蘑菇造型）\n  目标受众：庭院爱好者、追求生活情趣的屋主\n  视觉风格：森系、可爱、温暖、自然\n  配色策略：主色调采用森林绿，营造户外自然感；背景使用干净的浅色，突出多彩的蘑菇主体。\n  模块顺序：Hero (氛围) -\u003e Feature 1 (日夜美学) -\u003e Feature 2 (核心功能：太阳能\/模式) -\u003e Feature 3 (耐用性\/防水) -\u003e Scenario (多场景展示) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, F1=image_1.png, F2=image_3.png, F3=image_5.png, Scenario=image_6.png\n  规格图映射：Specs=image_7.png (用于提取SKU和参数)\n  对比模块：未加入，产品自身特色鲜明，无需与普通竞品强行对比。\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"hero-badge\"\u003eDesigned for whimsical outdoor charm\u003c\/span\u003e\n\u003ch1\u003eCreate a Magical Glow in Your Garden\u003c\/h1\u003e\n\n\u003cp\u003eAdorable solar-powered mushroom lights that automatically bring warm, enchanting illumination to your pathways, flowerbeds, and planters at night.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507155819\/1d7781cef8af14e1143b1aa321b1ff8d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507155819\/82a276ea5a358df64c586dbba2a48805.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEnchanting Decor, Day and Night\u003c\/h2\u003e\n\n\u003cp\u003eThese delightful cartoon mushrooms with vivid colors and playful polka dots act as charming garden accents during the day. As darkness falls, warm LEDs inside the stems light up, transforming them into glowing pathway guides that create a fairytale atmosphere.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eVivid Colors\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWarm Ambiance\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCute Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Solar \u0026 Modes --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507155819\/536b18d2f2563bfbb1a1b37e1c1f1eeb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSolar Powered with 8 Dynamic Modes\u003c\/h2\u003e\n\n\u003cp\u003ePowered entirely by the sun, the independent solar panel charges during the day and automatically turns the lights on at dusk—no wiring or electricity bills. Choose from 8 different lighting modes, including twinkling, chasing, and steady-on, to set the perfect mood for any occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e100% Solar Energy\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAuto On\/Off\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e8 Lighting Effects\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durability \u0026 Installation --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507155819\/9661fae53cdfa03d4b3a30b51562b0ce.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt to Brave the Elements\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with an IP65 waterproof rating, these sturdy plastic mushroom lights are designed to withstand rain, snow, and sun. The built-in ground stakes on each mushroom and the solar panel make installation effortless—simply push them into the soil where desired.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIP65 Waterproof\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAll-Weather Use\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy Setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional: Scenario Gallery --\u003e\n\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2\u003ePerfect for Every Outdoor Space\u003c\/h2\u003e\n\n\u003cp\u003eAdd a touch of whimsy to gardens, patios, flowerbeds, or pathways.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"fixed-ratio-box\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260507155819\/ad46212011030e46ccbd73f2623d2442.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=\"specs-section\"\u003e\n\u003cdiv class=\"section-header\" style=\"margin-bottom: 2rem;\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"specs-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=\"Feature\"\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSolar Mushroom String Lights\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSolar Panel (Rechargeable Battery built-in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWarm LED (inside mushroom stem)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLighting Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e8 Modes (including Steady On) with Memory Function\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWaterproof Rating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIP65 (Suitable for outdoor use)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePlastic (Durable caps and frosted stems)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallation Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eGround Stake insertion\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAvailable Variations\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSee product options for LED count (e.g., 8\/12\/20) and Color (Red\/Multicolored)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do the lights turn on automatically?\u003c\/div\u003e\n\n\u003cp\u003eThe separate solar panel has a built-in light sensor. Ensure the switch on the back of the panel is set to \"ON.\" The system will charge during the day and automatically light up when it detects darkness.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need to plug them into an outlet?\u003c\/div\u003e\n\n\u003cp\u003eNo, these lights are 100% solar-powered. They require no outdoor wiring or electrical outlets. Just ensure the solar panel is placed in an area that receives direct sunlight during the day for optimal charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre these individual mushrooms that I can place anywhere?\u003c\/div\u003e\n\n\u003cp\u003eNo, this is a string light set. All the mushrooms are connected in a sequence by a dark wire, which leads to a single solar panel unit. This design simplifies power management while allowing flexible placement within the wire's length.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Red \/ Single","offer_id":45294460665992,"sku":"0508-14321692","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Multicolor \/ Single","offer_id":45294460698760,"sku":"0508-14324317","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2-Pack (Most Popular)","offer_id":45294460731528,"sku":"0508-14325993","price":36.95,"currency_code":"USD","in_stock":true},{"title":"Multicolor \/ 2-Pack (Most Popular)","offer_id":45294460764296,"sku":"0508-14329515","price":36.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3-Pack (Best Value)","offer_id":45294460797064,"sku":"0508-14326976","price":54.95,"currency_code":"USD","in_stock":true},{"title":"Multicolor \/ 3-Pack (Best Value)","offer_id":45294460829832,"sku":"0508-14329938","price":54.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/cac9ff6943060088d726b05ad77dabaa.png?v=1778221980","url":"https:\/\/pawnexa.com\/products\/whimsical-solar-mushroom-lights","provider":"PawNexa","version":"1.0","type":"link"}