{"product_id":"solar-halloween-pumpkin-stake-lights-20-led-jack-o-lantern","title":"🎃 Solar Halloween Pumpkin Stake Lights (20 LED) ☀️","description":"\u003cstyle\u003e\n  .pumpkin-product-page {\n    --pk-orange: #e96f13;  \/* 多巴胺高光南瓜橘 *\/\n    --pk-dark: #110d0a;    \/* 挺括极简黑 *\/\n    --pk-light: #fff8f0;   \/* 微光奶绒白底 *\/\n    --pk-bg-soft: #f8fafc; \/* 雾面冷灰白底 *\/\n    --pk-border: #ead8c7;\n    --pk-text: #2d2926;\n    --pk-muted: #5c554e;\n    --pk-white: #ffffff;\n\n    max-width: 760px; \/* 锁定移动端黄金宽度 *\/\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--pk-text);\n    line-height: 1.65;\n    background: var(--pk-white);\n  }\n\n  .pumpkin-product-page * {\n    box-sizing: border-box;\n  }\n\n  \/* 移动端字号极致瘦身 *\/\n  .pumpkin-product-page h1,\n  .pumpkin-product-page h2,\n  .pumpkin-product-page h3,\n  .pumpkin-product-page p {\n    margin-top: 0;\n  }\n\n  .pumpkin-product-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--pk-dark);\n  }\n\n  .pumpkin-product-page h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    color: var(--pk-dark);\n    font-weight: 800;\n  }\n\n  .pumpkin-product-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--pk-orange);\n  }\n\n  .pumpkin-product-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--pk-muted);\n  }\n\n  .pumpkin-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(233,111,19,.03);\n  }\n\n  \/* 结构布局模块 *\/\n  .pk-section {\n    margin-bottom: 24px;\n  }\n\n  .pk-section--soft {\n    padding: 18px 16px;\n    background: var(--pk-light);\n    border: 1px solid var(--pk-border);\n    border-radius: 16px;\n  }\n\n  .pk-section--clean {\n    padding: 18px 16px;\n    background: var(--pk-bg-soft);\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n  }\n\n  .pk-hero {\n    padding: 24px 12px;\n    background: var(--pk-bg-soft);\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .pk-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--pk-orange);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* 核心优势网格 *\/\n  .pk-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .pk-benefit-card {\n    padding: 14px 12px;\n    background: var(--pk-white);\n    border: 1px solid var(--pk-border);\n    border-radius: 12px;\n    box-shadow: 0 2px 6px rgba(0,0,0,.01);\n  }\n\n  .pk-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--pk-dark);\n    margin-bottom: 2px;\n  }\n\n  .pk-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景地标网格 *\/\n  .pk-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .pk-zone-item {\n    padding: 12px 6px;\n    background: var(--pk-white) !important;\n    border: 1px solid var(--pk-border) !important;\n    border-radius: 10px !important;\n    font-size: 13px !important;\n    font-weight: 800 !important;\n    color: var(--pk-dark) !important;\n  }\n\n  \/* 🛠️ 步骤引导区域重构：全面拉亮，数字改成精美的圆形橙色微章，完美对齐 *\/\n  .pk-steps-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .pk-step-row {\n    display: flex;\n    align-items: flex-start;\n    padding: 14px 16px;\n    background: var(--pk-white);\n    border: 1px solid #ebdcb9;\n    border-radius: 12px;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.01);\n  }\n\n  .pk-step-circle {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    margin-right: 12px;\n    background: var(--pk-orange);\n    color: #ffffff !important;\n    font-size: 12px;\n    font-weight: 800;\n    border-radius: 50%;\n    margin-top: 2px;\n  }\n\n  .pk-step-content {\n    flex: 1;\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--pk-muted);\n  }\n\n  .pk-step-content strong {\n    color: var(--pk-dark);\n  }\n\n  \/* 参数规格面板 *\/\n  .pk-table-box {\n    margin-top: 14px;\n    border: 1px solid var(--pk-border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .pk-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid var(--pk-light);\n    background: #ffffff;\n    gap: 12px;\n  }\n\n  .pk-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .pk-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .pk-spec-label {\n    font-weight: 800;\n    color: var(--pk-dark);\n    white-space: nowrap;\n  }\n\n  .pk-spec-value {\n    text-align: right;\n    color: var(--pk-muted);\n    font-weight: 500;\n  }\n\n  \/* 促单收尾大框全面拉亮：改用温暖高级的橙金渐变，拒绝暗黑死气沉沉 *\/\n  .pk-cta-banner {\n    padding: 24px 16px;\n    background: linear-gradient(135deg, #fff7ed, var(--pk-light));\n    border: 1px solid var(--pk-border);\n    border-radius: 16px;\n    text-align: center;\n    box-shadow: 0 4px 12px rgba(233,111,19,.03);\n  }\n\n  .pk-cta-banner h2 {\n    color: var(--pk-dark) !important;\n    font-size: 17px;\n    margin-bottom: 6px;\n    font-weight: 900;\n    letter-spacing: 0.5px;\n  }\n\n  .pk-cta-banner p {\n    color: var(--pk-muted) !important;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .pk-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid var(--pk-border);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .pk-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: var(--pk-orange) !important; \/* 高亮橙色标签 *\/\n  }\n\n  \/* 底部4列信托徽章 *\/\n  .pk-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .pk-trust-item {\n    padding: 8px 4px;\n    background: var(--pk-bg-soft);\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--pk-muted);\n  }\n\n  @media (min-width: 600px) {\n    .pk-benefits-grid { grid-template-columns: repeat(4, 1fr); }\n    .pk-zone-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pumpkin-product-page\"\u003e\n  \u003c!-- Hero Banner 头部区域（已拉亮） --\u003e\n  \u003csection class=\"pk-hero\"\u003e\n    \u003cspan class=\"pk-eyebrow\"\u003e🎃 SOLAR POWERED • ECO FRIENDLY FESTIVE GLOW ☀\u003c\/span\u003e\n    \u003ch1\u003eLight Up Halloween Nights\u003c\/h1\u003e\n    \n    \u003c!-- 首屏大图平铺 --\u003e\n    \u003cdiv style=\"margin-top: 14px; margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/7_451268cd-c914-4bfa-ae12-f84535a8fa67.png?v=1784513659\" alt=\"Solar powered 20 pumpkin led decorative stake lights layout\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size: 14.5px; color: var(--pk-muted) !important; font-weight: 500; padding: 0 4px;\"\u003eAdd a magical warm pumpkin glow to walkways, flower beds, and porches without running messy extension cables outdoors. Simply position the stake in a sunny spot and let it create an enchanting festive display after dark.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺一：核心优势 --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🎃 Infinite Warm Orange Glow, Made Completely Simple ☀\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 大图 2 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_fdacea7d-55b2-4048-859a-49d638a9b13e.png?v=1784513658\" alt=\"Beautiful glowing pumpkins along the pathway corner\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pk-benefits-grid\"\u003e\n      \u003cdiv class=\"pk-benefit-card\"\u003e\n        \u003cstrong\u003e☀ Solar Powered Core\u003c\/strong\u003e\n        \u003cp\u003eThe integrated solar panel automatically recharges during the day, eliminating outdoor outlets or loose cords.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-benefit-card\"\u003e\n        \u003cstrong\u003e🎃 20 LED Pumpkin Heads\u003c\/strong\u003e\n        \u003cp\u003eTwenty glowing, beautifully carved jack-o'-lantern heads add rich festive vibes without feeling overcrowded.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-benefit-card\"\u003e\n        \u003cstrong\u003e✦ 8 Magic Flash Modes\u003c\/strong\u003e\n        \u003cp\u003eTap the mode switcher under the panel to freely cycle through 8 distinct festive animated pulse behaviors.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-benefit-card\"\u003e\n        \u003cstrong\u003e☂ Weather Proof Build\u003c\/strong\u003e\n        \u003cp\u003eHeavy-duty weather-resistant structuring guarantees perfect execution across damp soil, rain, and cold winds.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺二 --\u003e\n  \u003csection class=\"pk-section pk-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🍁 Define Empty Garden Boundaries with Artful Lighting 🍂\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 大图 3 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_d7041acc-4db0-4159-9248-2d28724fb1a3.png?v=1784513658\" alt=\"Solar stake light highlighting yard landscaping boundary\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"max-width: 760px; margin: 0 auto; text-align: center;\"\u003e\n      \u003cp\u003eDark paths and empty flower beds can make an outdoor seasonal setup feel incomplete. The flexible branch-style arrangement spreads the pumpkin lights across your garden bed, creating a full decorative canopy that remains compact enough for compact yards.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺三 --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🎃 Carved Jack-O'-Lantern Face Details Visible from All Angles 👁\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 大图 4 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/8_3f6b4a9f-5a66-4231-a55b-4f4c87780374.png?v=1784513658\" alt=\"Close micro look of detailed pumpkin light shell faces\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eEach of the 20 thick light covers captures an expressive carved smile. The sharp silhouettes remain brilliantly crisp when illuminated, adding unmistakable identity to your property's exterior design.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺四 --\u003e\n  \u003csection class=\"pk-section pk-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🪵 Spooky Twisted Black Tree Branch-Style Silhouette 🕸\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 大图 5 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_ce38a3d3-925b-4abc-89ae-b13d4083c347.png?v=1784513658\" alt=\"Twisted black branch design blending into midnight shadows\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eThe dark frame is tailored to disappear naturally into midnight shadows, enabling the warm floating pumpkin heads to remain the floating focal center point of your evening facade display.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺五 --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e⚙ Dual-Button Waterproof Back Control Panel Interface 🔌\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 大图 6 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/5_7b1d1604-4539-460f-ba97-efc6a706d5a7.png?v=1784513659\" alt=\"Integrated solar panel and back tactile switch buttons\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eA dedicated ON\/OFF button triggers the automatic night sensing function, while the separate MODE button lets you shift configurations instantly for quiet porch relaxation or lively lawn parties.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 场景推荐（大暗框已彻底洗白拉亮） --\u003e\n  \u003csection class=\"pk-section pk-section--clean\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2 style=\"color: var(--pk-dark) !important;\"\u003e🏡 Transform Empty Dark Outlines Into Photo-Ready Perimeters 📸\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 大图 7 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/2_468fe7e2-7d53-42c8-b477-affee23957f6.png?v=1784513658\" alt=\"Placing solar stakes along front entrance flower beds\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pk-zone-grid\"\u003e\n      \u003cdiv class=\"pk-zone-item\"\u003e🛣️ Front Walkways\u003c\/div\u003e\n      \u003cdiv class=\"pk-zone-item\"\u003e🌻 Flower Beds\u003c\/div\u003e\n      \u003cdiv class=\"pk-zone-item\"\u003e🚪 Porch Edges\u003c\/div\u003e\n      \u003cdiv class=\"pk-zone-item\"\u003e🎉 Lawn Parties\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 🛠️ 步骤指南重构：完美拉亮，圆形数字徽章，行落极致清晰工整 🛠️ --\u003e\n  \u003csection class=\"pk-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🚀 Frictionless 5-Step Outdoor Setup Process\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 最后一图 6 全屏平铺压轴 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_841938ed-1e7f-4f34-8ac6-3fd32e7c2ca6.png?v=1784513655\" alt=\"Pointed heavy ground stake details overview\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pk-steps-list\"\u003e\n      \u003cdiv class=\"pk-step-row\"\u003e\n        \u003cdiv class=\"pk-step-circle\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"pk-step-content\"\u003e\n\u003cstrong\u003eChoose a Sunny Spot:\u003c\/strong\u003e Place the solar panel where it can maximize unobstructed daylight absorption.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-step-row\"\u003e\n        \u003cdiv class=\"pk-step-circle\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"pk-step-content\"\u003e\n\u003cstrong\u003eInsert Ground Stake:\u003c\/strong\u003e Gently press the pointed stake axis straight into loose turf or soil beds until upright.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-step-row\"\u003e\n        \u003cdiv class=\"pk-step-circle\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"pk-step-content\"\u003e\n\u003cstrong\u003eActivate Power Core:\u003c\/strong\u003e Click the waterproof ON\/OFF switch beneath the panel to initialize the automated dusk tracking.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-step-row\"\u003e\n        \u003cdiv class=\"pk-step-circle\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"pk-step-content\"\u003e\n\u003cstrong\u003ePick Lighting Animation:\u003c\/strong\u003e Tap the MODE button repeatedly to lock down your preferred look among the 8 animations.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-step-row\"\u003e\n        \u003cdiv class=\"pk-step-circle\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"pk-step-content\"\u003e\n\u003cstrong\u003eAutomated Illumination:\u003c\/strong\u003e Let the cell soak up sunshine and witness the glowing pumpkin clusters awaken by themselves at twilight.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 技术参数面板：左右工整对齐 --\u003e\n  \u003csection class=\"pk-section pk-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n      \u003ch2\u003e📋 Technical Specifications Profile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pk-table-box\"\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003eProduct Type\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003eSolar Outdoor Decorative Stake Light\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003eLight Design\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003eJack-O'-Lantern Carved Pumpkin Heads\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003eTotal LED Count\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003e20 Pumpkin Light Units per Stake\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003eIllumination Tone\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003eWarm Seasonal Orange\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003eAnimation Modes\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003e8 Dynamic Flashing Settings\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003ePower Source\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003eIntegrated Solar Panel System\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\"\u003e\n        \u003cdiv class=\"pk-spec-label\"\u003eTotal Length Height\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\"\u003e72 cm \/ 28.35 in\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pk-spec-row\" style=\"background: #fff7ed;\"\u003e\n        \u003cdiv class=\"pk-spec-label\" style=\"color: var(--pk-orange);\"\u003ePackage Includes\u003c\/div\u003e\n        \u003cdiv class=\"pk-spec-value\" style=\"font-weight: bold; color: var(--pk-dark);\"\u003e1 × Pumpkin Stake Light, Ground Stake, Integrated Panel Unit\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin: 12px 0 0; color: var(--pk-muted); font-size: 11.5px; line-height: 1.4; padding: 0 4px;\"\u003e* Helpful Guidelines: Click the ON\/OFF button underneath before first placement to trigger system tracking. Position away from heavy tree canopies, patio roofs, or bright street lamps. Loosen hard-packed soil layer beforehand to enjoy a fluid installation.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 促单收尾大框全面洗白拉亮 --\u003e\n  \u003cdiv class=\"pk-cta-banner\"\u003e\n    \u003ch2\u003e🎃 CAPTIVATE TRICK-OR-TREATERS \u0026amp; EMBRACE AN ODDLY SATISFYING SEASONS GLOW ☀\u003c\/h2\u003e\n    \u003cp\u003eSelect your favorite multi-pack bundle quantities above and welcome an automatic, cord-free warm orange pumpkin perimeter to your lawns tonight.\u003c\/p\u003e\n    \n    \u003cdiv class=\"pk-cta-trust-line\"\u003e\n      \u003cspan class=\"pk-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e\n      \u003cspan class=\"pk-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e\n      \u003cspan class=\"pk-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部4列高质感信托徽章 --\u003e\n  \u003cdiv class=\"pk-trust-grid\"\u003e\n    \u003cdiv class=\"pk-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n    \u003cdiv class=\"pk-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n    \u003cdiv class=\"pk-trust-item\"\u003e🎃 Jack-O'-Lantern\u003c\/div\u003e\n    \u003cdiv class=\"pk-trust-item\"\u003e☀ 100% Solar Core\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"2 PCS","offer_id":48765546037402,"sku":"NC0189260720219-南瓜插地灯*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"4 PCS","offer_id":48765546070170,"sku":"NC0189260720219-南瓜插地灯*4","price":46.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_ce38a3d3-925b-4abc-89ae-b13d4083c347.png?v=1784513658","url":"https:\/\/povlya.com\/products\/solar-halloween-pumpkin-stake-lights-20-led-jack-o-lantern","provider":"povlya.com","version":"1.0","type":"link"}