{"product_id":"solar-powered-pumpkin-lantern-ip65-weatherproof-auto-lit-halloween-decor","title":"🎃 Solar-Powered Pumpkin Lantern | IP65 Weatherproof \u0026 Auto-Lit Halloween Decor","description":"\u003cstyle\u003e\n  \/* ==========================================================\n     🎃 亮色高对比万圣节色彩系统 (Light Halloween Contrast System)\n     - 极度适老，保证最高清晰度，同时保留节日渐变氛围。\n     - 全局背景 (Page Bg): 极浅的暖紫灰白，不刺眼，让白底卡片浮起。\n     - 卡片背景 (Card Bg): #FFFFFF (纯白，保证文字绝对清晰，适合长辈阅读)。\n     - 万圣节深紫 (Halloween Purple): #2A1138 (极深的紫色代替纯黑，作为主要文字颜色)。\n     - 南瓜渐变 (Pumpkin Gradient): 从亮橙 #FF7B00 到深橙 #D83100 (用于按钮、标题高亮)。\n     - 彩色柔和阴影 (Glow Shadows): 使用极淡的橙色和紫色阴影，代替传统的灰色阴影。\n     ========================================================== *\/\n  \n  :root {\n    --bg-page: #FAF7FC; \/* 极浅的魔法紫灰背景，干净透亮 *\/\n    --bg-card: #FFFFFF; \/* 纯白卡片，最高对比度 *\/\n    --text-main: #2A1138; \/* 极深的紫色，接近黑，对比度极高，适合长辈阅读 *\/\n    --text-muted: #64536D;\n    \n    --color-orange: #FF6A00;\n    --color-purple: #5B2182;\n    \n    --grad-text: linear-gradient(135deg, #FF6A00 0%, #E63500 100%);\n    --grad-btn: linear-gradient(135deg, #FF7B00 0%, #D83100 100%);\n    --grad-scene: linear-gradient(135deg, #FFF2E6 0%, #FAEAFF 100%); \/* 极浅的晚霞渐变底色 *\/\n    \n    --border-light: rgba(91, 33, 130, 0.12); \/* 浅紫边框 *\/\n    --border-orange: rgba(255, 106, 0, 0.3); \/* 橙色高亮边框 *\/\n    \n    --shadow-card: 0 6px 16px rgba(91, 33, 130, 0.04); \/* 极淡的紫色阴影 *\/\n    --shadow-hero: 0 10px 24px rgba(255, 106, 0, 0.12); \/* 淡橙色发光阴影 *\/\n  }\n\n  \/* ==================== 移动端优先全局排版 ==================== *\/\n  .hw-page-wrapper {\n    width: 100%;\n    max-width: 800px;\n    margin: 0 auto;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-page);\n    font-size: 18px; \/* 加大基础字体，特别关照老年人 *\/\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    padding: 12px; \n    box-sizing: border-box;\n  }\n  .hw-page-wrapper * { box-sizing: border-box; }\n\n  \/* ==================== 图片容器 (自适应、满宽、不拉伸) ==================== *\/\n  .hw-img-wrapper {\n    display: block;\n    width: 100%;\n    margin: 18px 0;\n    border-radius: 12px; \n    overflow: hidden;\n    background-color: #FAFAFA;\n  }\n  .hw-img-wrapper img,\n  .hw-img-wrapper picture {\n    display: block !important;\n    width: 100% !important;\n    height: auto !important;\n    object-fit: contain;\n    border-radius: inherit;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ==================== 高对比度层次卡片 ==================== *\/\n  \n  \/* 1. Hero 焦点卡片 (白底 + 橙色发光边框，极度清晰又醒目) *\/\n  .hw-card-hero {\n    background-color: var(--bg-card);\n    border: 2px solid var(--color-orange);\n    border-radius: 16px;\n    padding: 24px 16px;\n    margin-bottom: 24px;\n    box-shadow: var(--shadow-hero);\n  }\n\n  \/* 2. 基础卖点卡片 (白底 + 浅紫边框) *\/\n  .hw-card {\n    background-color: var(--bg-card);\n    border: 1.5px solid var(--border-light);\n    border-radius: 14px;\n    padding: 24px 16px; \n    margin-bottom: 24px;\n    box-shadow: var(--shadow-card);\n  }\n\n  \/* 3. 浅色晚霞渐变场景卡片 (温馨节日氛围，文字依然深色清晰) *\/\n  .hw-card-scene {\n    background: var(--grad-scene);\n    border: 1.5px solid var(--border-orange);\n    border-radius: 14px;\n    padding: 24px 16px;\n    margin-bottom: 24px;\n    box-shadow: 0 8px 24px rgba(255, 106, 0, 0.08);\n  }\n\n  \/* 4. 底部高能转化卡片 (烈焰橙渐变全包围，文字纯白加粗) *\/\n  .hw-card-final {\n    background: var(--grad-btn);\n    color: #FFFFFF;\n    border-radius: 16px;\n    padding: 32px 16px;\n    margin-bottom: 24px;\n    text-align: center;\n    box-shadow: 0 10px 24px rgba(216, 49, 0, 0.25);\n  }\n  .hw-card-final .hw-title { color: #FFFFFF; }\n  .hw-card-final .hw-text { color: #FFF0E6; font-weight: 600; }\n\n  \/* ==================== 醒目渐变文字排版 ==================== *\/\n  .hw-title {\n    font-size: 1.5em;\n    font-weight: 900;\n    color: var(--color-purple);\n    margin: 0 0 12px 0;\n    line-height: 1.25;\n    letter-spacing: -0.5px;\n  }\n  .hw-subtitle {\n    font-size: 1.3em;\n    font-weight: 800;\n    color: var(--color-orange);\n    margin: 0 0 10px 0;\n    line-height: 1.3;\n  }\n  .hw-text {\n    margin: 0 0 12px 0;\n    font-weight: 500;\n    font-size: 1.05em; \/* 稍微放大正文 *\/\n  }\n  \n  \/* 超强万圣节文字渐变特效 *\/\n  .hw-highlight-gradient {\n    background: var(--grad-text);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    font-weight: 900;\n    display: inline;\n  }\n  .hw-highlight {\n    color: var(--color-orange);\n    font-weight: 800;\n  }\n\n  \/* ==================== 互动折叠区 (白底极高对比度) ==================== *\/\n  .hw-details {\n    background-color: var(--bg-card);\n    border: 1.5px solid var(--border-light);\n    border-radius: 12px;\n    margin-bottom: 14px;\n    overflow: hidden;\n    box-shadow: var(--shadow-card);\n  }\n  .hw-summary {\n    padding: 18px 16px;\n    font-weight: 800;\n    font-size: 1.1em;\n    color: var(--text-main);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background-color: #FAFAFA; \n  }\n  .hw-summary::-webkit-details-marker { display: none; }\n  .hw-summary::after {\n    content: '+';\n    font-size: 1.8em;\n    color: var(--color-orange);\n    line-height: 1;\n    font-weight: 400;\n  }\n  .hw-details[open] .hw-summary::after { content: '-'; }\n  .hw-details-body {\n    padding: 16px 16px 20px;\n    border-top: 1px solid var(--border-light);\n    color: var(--text-muted);\n    font-size: 1em;\n  }\n\n  \/* ==================== 极具转化力的 CTA 按钮 ==================== *\/\n  .hw-btn {\n    display: block;\n    width: 100%;\n    background: var(--grad-btn);\n    color: #FFFFFF !important;\n    font-size: 1.3em;\n    font-weight: 900;\n    padding: 18px 0;\n    border-radius: 12px;\n    text-decoration: none;\n    margin-top: 24px;\n    text-align: center;\n    box-shadow: 0 8px 24px rgba(216, 49, 0, 0.35);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  \/* 底部卡片内的按钮反转为纯白底橙字 *\/\n  .hw-card-final .hw-btn {\n    background: #FFFFFF;\n    color: #FF5A00 !important;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);\n  }\n\n  \/* 桌面端大屏优化 *\/\n  @media (min-width: 768px) {\n    .hw-page-wrapper { font-size: 19px; padding: 30px; border-radius: 20px; margin-top: 20px; margin-bottom: 20px; }\n    .hw-card, .hw-card-hero, .hw-card-scene, .hw-card-final { padding: 36px 30px; }\n    .hw-img-wrapper { border-radius: 14px; }\n    .hw-btn { max-width: 400px; margin-left: auto; margin-right: auto; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hw-page-wrapper\"\u003e\n\n  \u003cdiv class=\"hw-card-hero\"\u003e\n    \u003ch1 class=\"hw-title\"\u003eDusk-to-Dawn Pumpkin Lantern\u003cbr\u003e\u003cspan class=\"hw-highlight-gradient\"\u003eAuto-Lights Your Nights\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hw-text\"\u003eSkip the messy cords and dead batteries. This solar-powered pumpkin lantern provides instant, hassle-free festive magic for your yard all season long.\u003c\/p\u003e\n    \u003cdiv class=\"hw-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/7_28_1_8986d290-f041-4275-a825-d0b2877114b2.gif?v=1785331658\" alt=\"Solar Pumpkin Lantern Glowing\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-card\"\u003e\n    \u003ch2 class=\"hw-subtitle\"\u003e☀️ Cord-Free Solar Glow\u003c\/h2\u003e\n    \u003cp class=\"hw-text\"\u003ePlace it in the sun and forget it. It charges by day and \u003cspan class=\"hw-highlight-gradient\"\u003eautomatically turns on at dusk\u003c\/span\u003e, glowing brilliantly all night without you lifting a finger.\u003c\/p\u003e\n    \u003cdiv class=\"hw-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_29__21_09_31.png?v=1785331622\" alt=\"Cord-Free Solar Charging Feature\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-card\"\u003e\n    \u003ch2 class=\"hw-subtitle\"\u003e🌧️ IP65 Weatherproof\u003c\/h2\u003e\n    \u003cp class=\"hw-text\"\u003eBuilt to withstand the elements. Heavy autumn rain, freezing winds, or intense sun won't damage this reliable, \u003cspan class=\"hw-highlight\"\u003ecrack-resistant\u003c\/span\u003e outdoor decoration.\u003c\/p\u003e\n    \u003cdiv class=\"hw-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/84cb974e-6fed-4e9f-bc1c-9a5c5e49af6e.jpg?v=1785321460\" alt=\"IP65 Waterproof Pumpkin Lantern\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-card\"\u003e\n    \u003ch2 class=\"hw-subtitle\"\u003e🎃 Safe \u0026amp; Portable For Kids\u003c\/h2\u003e\n    \u003cp class=\"hw-text\"\u003eEquipped with a sturdy metal handle and features a \u003cspan class=\"hw-highlight\"\u003eCool-Touch LED\u003c\/span\u003e that stays safe for little hands. It is the perfect, lightweight companion for trick-or-treating.\u003c\/p\u003e\n    \u003cdiv class=\"hw-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_29__21_16_05.png?v=1785331622\" alt=\"Safe and Portable for Kids Trick-or-Treating\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-card-scene\"\u003e\n    \u003ch2 class=\"hw-title\" style=\"color: var(--color-purple);\"\u003eInstantly Upgrade Your Outdoor Ambiance\u003c\/h2\u003e\n    \u003cp class=\"hw-text\" style=\"color: var(--text-main);\"\u003eHang them on shepherd hooks, line them up on your porch steps, or set them on patio tables. Transform any outdoor space into a festive autumn wonderland in seconds.\u003c\/p\u003e\n    \u003cdiv class=\"hw-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_29__21_19_54.png?v=1785331621\" alt=\"Outdoor Halloween Ambiance\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-card\"\u003e\n    \u003ch2 class=\"hw-title\"\u003ePremium Construction You Can Trust\u003c\/h2\u003e\n    \u003cp class=\"hw-text\"\u003eForget flimsy plastic buckets. Crafted with durable casing, high-efficiency solar panels, and a strong metal handle, this lantern is \u003cspan class=\"hw-highlight\"\u003ebuilt to endure year after year\u003c\/span\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"hw-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_29__21_35_22.png?v=1785332201\" alt=\"Premium Construction Details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"hw-title\" style=\"margin-top: 32px; margin-bottom: 16px; text-align: center;\"\u003eProduct Details \u0026amp; FAQ\u003c\/h2\u003e\n  \n  \u003cdetails class=\"hw-details\" open\u003e\n    \u003csummary class=\"hw-summary\"\u003e⚙️ Specifications \u0026amp; Dimensions\u003c\/summary\u003e\n    \u003cdiv class=\"hw-details-body\"\u003e\n      \u003cul style=\"margin: 0; padding-left: 20px;\"\u003e\n        \u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e High-efficiency Solar Panel (Charges by day)\u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eDimensions:\u003c\/strong\u003e 6.3\" (W) x 5.1\" (H) \/ Handle: 3.9\" (H)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Weatherproof Casing \u0026amp; Sturdy Metal Handle\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"hw-details\"\u003e\n    \u003csummary class=\"hw-summary\"\u003e❓ Do I need to buy batteries?\u003c\/summary\u003e\n    \u003cdiv class=\"hw-details-body\"\u003eNo! It is 100% powered by the sun. There are no cords to plug in and no dead batteries to replace. It automatically turns on at dusk.\u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"hw-details\"\u003e\n    \u003csummary class=\"hw-summary\"\u003e❓ Can I leave it outside in the rain?\u003c\/summary\u003e\n    \u003cdiv class=\"hw-details-body\"\u003eYes. The lantern is rated IP65 weatherproof and is specifically designed to withstand rain, wind, and outdoor heat without any issues.\u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv style=\"margin-top: 40px; padding: 0 10px;\"\u003e\n    \u003ch2 class=\"hw-title\" style=\"text-align: center; text-transform: uppercase; font-size: 1.2em; color: var(--color-orange);\"\u003eShop With Confidence\u003c\/h2\u003e\n    \u003cdiv class=\"hw-img-wrapper\" style=\"background: transparent; box-shadow: none;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674748\" alt=\"Why Choose Us\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-img-wrapper\" style=\"background: transparent; box-shadow: none;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\" alt=\"Secure Checkout\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-img-wrapper\" style=\"background: transparent; box-shadow: none;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\" alt=\"Fast Shipping\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-img-wrapper\" style=\"background: transparent; box-shadow: none;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\" alt=\"Global Delivery\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-card-final\"\u003e\n    \u003ch2 class=\"hw-title\"\u003eSecure Your Halloween Glow Today\u003c\/h2\u003e\n    \u003cp class=\"hw-text\" style=\"margin-bottom: 24px;\"\u003eDon't wait until the holiday rush. Get your yard ready right now with the most durable, hassle-free pumpkin lantern on the market.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"hw-btn\"\u003eGRAB YOURS NOW ➔\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"NC0183","offers":[{"title":"👍Buy 1","offer_id":48826695418088,"sku":"NC01862607302446-大南瓜笑脸灯笼","price":35.99,"currency_code":"USD","in_stock":true},{"title":"🔥Buy 2 Save $ 10","offer_id":48826695450856,"sku":"NC01862607302446-大南瓜笑脸灯笼*2","price":59.98,"currency_code":"USD","in_stock":true},{"title":"🎁 Buy 3 Get 20% OFF | Free Shipping","offer_id":48826695483624,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_7_29__21_00_05.png?v=1785495718","url":"https:\/\/sereintis.com\/products\/solar-powered-pumpkin-lantern-ip65-weatherproof-auto-lit-halloween-decor","provider":"sereintis.com","version":"1.0","type":"link"}