{"product_id":"户外南瓜灯","title":"2-in-1 Lighted Pumpkin Set: Perfect Decor from Halloween to Thanksgiving! ✨","description":"\u003cstyle\u003e\n  :root {\n    --pumpkin-orange: #EA580C;\n    --harvest-gold: #D97706;\n    --spooky-dark: #1E293B;\n    --fall-cream: #FFFBEB;\n    --ghost-white: #F8FAFC;\n    --border-color: #E2E8F0;\n  }\n\n  .pumpkin-set-landing {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: #334155;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    background-color: #ffffff;\n    line-height: 1.6;\n  }\n\n  \/* 促销横幅 *\/\n  .promo-banner {\n    background: linear-gradient(135deg, var(--pumpkin-orange), var(--harvest-gold));\n    color: #FFF;\n    text-align: center;\n    padding: 12px 20px;\n    font-weight: 700;\n    font-size: 14px;\n    border-radius: 6px;\n    margin-bottom: 25px;\n  }\n\n  \/* 核心展示引言 *\/\n  .hero-box {\n    text-align: center;\n    margin-bottom: 35px;\n    background-color: var(--fall-cream);\n    padding: 25px;\n    border-radius: 8px;\n    border: 1px dashed var(--harvest-gold);\n  }\n\n  .hero-box h2 {\n    color: var(--spooky-dark);\n    font-size: 24px;\n    margin: 0 0 10px 0;\n    font-weight: 800;\n  }\n\n  .hero-box p {\n    font-size: 15px;\n    color: #475569;\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  \/* 模块标题 *\/\n  .section-title {\n    font-size: 19px;\n    color: var(--spooky-dark);\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 6px;\n    margin: 35px 0 20px 0;\n    font-weight: 700;\n    position: relative;\n  }\n\n  .section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 60px;\n    height: 2px;\n    background-color: var(--pumpkin-orange);\n  }\n\n  \/* 特性网格 *\/\n  .usp-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  @media (max-width: 600px) {\n    .usp-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .usp-card {\n    background-color: var(--ghost-white);\n    border: 1px solid var(--border-color);\n    padding: 20px;\n    border-radius: 8px;\n    border-top: 4px solid var(--pumpkin-orange);\n  }\n\n  .usp-card.gold-theme {\n    border-top: 4px solid var(--harvest-gold);\n  }\n\n  .usp-card h3 {\n    margin: 0 0 8px 0;\n    font-size: 16px;\n    color: var(--spooky-dark);\n    font-weight: 700;\n  }\n\n  .usp-card p {\n    margin: 0;\n    font-size: 14px;\n    color: #475569;\n  }\n\n  \/* 拆卸脸部亮点特别框 *\/\n  .feature-spotlight {\n    background-color: #FFF7ED;\n    border-left: 4px solid var(--pumpkin-orange);\n    padding: 20px;\n    border-radius: 0 8px 8px 0;\n    margin: 25px 0;\n  }\n\n  .feature-spotlight h4 {\n    margin: 0 0 8px 0;\n    color: var(--pumpkin-orange);\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .feature-spotlight p {\n    margin: 0;\n    font-size: 14px;\n    color: #7C2D12;\n  }\n\n  \/* 灯光模式列表 *\/\n  .light-modes-list {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 15px;\n    text-align: center;\n  }\n\n  @media (max-width: 500px) {\n    .light-modes-list {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .mode-badge {\n    background: #FFF;\n    border: 1px solid var(--border-color);\n    padding: 10px 5px;\n    border-radius: 6px;\n    font-size: 12.5px;\n    font-weight: 600;\n    color: var(--spooky-dark);\n  }\n\n  \/* 规格表格 *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 20px 0;\n    border: 1px solid var(--border-color);\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .specs-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 14px;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #64748B;\n    width: 35%;\n    background-color: var(--ghost-white);\n  }\n\n  .specs-table td:last-child {\n    color: var(--spooky-dark);\n  }\n\n  \/* FAQ *\/\n  .faq-container {\n    background-color: var(--ghost-white);\n    border: 1px solid var(--border-color);\n    border-radius: 8px;\n    padding: 20px;\n  }\n\n  .faq-item {\n    margin-bottom: 15px;\n  }\n\n  .faq-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .faq-q {\n    font-weight: 700;\n    color: var(--spooky-dark);\n    font-size: 14.5px;\n    margin-bottom: 3px;\n  }\n\n  .faq-a {\n    font-size: 13.5px;\n    color: #475569;\n    padding-left: 10px;\n    border-left: 2px solid var(--pumpkin-orange);\n  }\n\n  \/* 底部提示 *\/\n  .trust-footer {\n    border-top: 1px solid var(--border-color);\n    padding-top: 20px;\n    text-align: center;\n    font-size: 12.5px;\n    color: #94A3B8;\n    margin-top: 40px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pumpkin-set-landing\"\u003e\n\u003c!-- 顶部通知 --\u003e\n\u003cdiv class=\"promo-banner\"\u003e🍂 MULTI-SEASON AUTUMN DECOR: Use for Halloween Through Thanksgiving!\u003c\/div\u003e\n\u003c!-- 引言 --\u003e\n\u003cdiv class=\"hero-box\"\u003e\n\u003ch2\u003eOutdoor Lighted Pumpkin Set (Set of 2)\u003c\/h2\u003e\n\u003cp\u003eDecorate your lawn or front porch seamlessly all autumn long! With a detachable Jack-O'-Lantern face and 130 warm glowing LEDs, this set transitions effortlessly from spooky Halloween nights to warm Thanksgiving harvest celebrations.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/01_4.png?v=1784538297\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 特性高亮框：可拆卸脸部 --\u003e\n\u003cdiv class=\"feature-spotlight\"\u003e\n\u003ch4\u003e🎃 Sweet or Scary? You Choose! (Detachable Face Design)\u003c\/h4\u003e\n\u003cp\u003eEasily transform your display! Attach the classic Jack-O'-Lantern black face pieces during Halloween for trick-or-treaters, then quickly remove them after October 31st to reveal elegant, plain harvest pumpkins for Thanksgiving!\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/03_4.png?v=1784538297\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 核心卖点网格 --\u003e\n\u003cdiv class=\"section-title\"\u003e✨ Key Product Features\u003c\/div\u003e\n\u003cdiv class=\"usp-grid\"\u003e\n\u003cdiv class=\"usp-card\"\u003e\n\u003ch3\u003e🎃 2-Piece Value Combo\u003c\/h3\u003e\n\u003cp\u003eIncludes one 30-inch large pumpkin and one 24-inch medium pumpkin. Perfect for creating a dynamic, layered look on your lawn, steps, or porch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usp-card gold-theme\"\u003e\n\u003ch3\u003e💡 130 Warm White Fairy LEDs\u003c\/h3\u003e\n\u003cp\u003ePre-lit with 130 eco-friendly warm fairy LEDs woven through textured mesh, casting an inviting and cozy golden orange glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usp-card gold-theme\"\u003e\n\u003ch3\u003e⏰ Built-In 6-Hour Timer\u003c\/h3\u003e\n\u003cp\u003eSet and forget! Automatically operates on a 6 hours ON \/ 18 hours OFF cycle each day so your yard lights up automatically every evening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usp-card\"\u003e\n\u003ch3\u003e⛈️ Outdoor Sturdy Metal Base\u003c\/h3\u003e\n\u003cp\u003eEngineered with round metal support bases and connecting brackets to keep both pumpkins upright and stable on lawn or concrete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8 种灯光模式展示 --\u003e\n\u003cdiv class=\"section-title\"\u003e🎭 8 Unique Lighting Functions\u003c\/div\u003e\n\u003cp style=\"font-size: 14px; color: #475569; margin-top: -10px;\"\u003eToggle between 8 unique light modes with the push of a button to customize your personal light show:\u003c\/p\u003e\n\u003cdiv class=\"light-modes-list\"\u003e\n\u003cdiv class=\"mode-badge\"\u003e1. Combination\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e2. In Wave\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e3. Sequential\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e4. Slow Glow\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e5. Chasing\/Flash\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e6. Slow Fade\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e7. Twinkle\/Flash\u003c\/div\u003e\n\u003cdiv class=\"mode-badge\"\u003e8. Steady On\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 技术规格表 --\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/04_3.png?v=1784538296\" alt=\"\"\u003e📋 Specifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLarge Pumpkin Size\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e24.5\" W × 24.5\" D × 30\" H\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmall Pumpkin Size\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e20.8\" W × 20.8\" D × 24\" H\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Source\u003c\/td\u003e\n\u003ctd\u003e130 Warm White Fairy LEDs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003ePower Corded Plug-In\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Features\u003c\/td\u003e\n\u003ctd\u003eDetachable Jack-O-Lantern Face, 8 Lighting Modes, 6h\/18h Auto Timer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlacement\u003c\/td\u003e\n\u003ctd\u003eSuitable for Outdoor Yards, Lawns, Porches \u0026amp; Indoor Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- FAQ 问答栏 --\u003e\n\u003cdiv class=\"section-title\"\u003e❓ Frequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eQ: How do the face pieces attach and remove?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eA: The black face pieces attach securely onto the textured surface and can be peeled off smoothly in seconds without damaging the fabric or leaving residue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eQ: Are these pumpkins suitable for outdoor weather?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eA: Yes! They feature a durable wire frame and weather-resistant fabric along with a sturdy base designed for outdoor lawn and porch placement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eQ: How does the auto timer work?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eA: Once activated, the lights remain ON for 6 hours, then turn OFF for 18 hours automatically, turning back on at the exact same time every day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 底部说明 --\u003e\n\u003cdiv class=\"trust-footer\"\u003e🔒 Safe \u0026amp; Secure Checkout | Quick Autumn Shipping | Satisfaction Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e","brand":"wyx01","offers":[{"title":"Small","offer_id":56841833316518,"sku":"NC02732607213266-南瓜灯小号","price":50.99,"currency_code":"USD","in_stock":true},{"title":"large","offer_id":56841833349286,"sku":"NC02732607213266-南瓜灯大号","price":58.99,"currency_code":"USD","in_stock":true},{"title":"Two-piece set","offer_id":56841833382054,"sku":"NC02732607213266-南瓜灯2件套","price":90.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/05_3.jpg?v=1784615859","url":"https:\/\/cyrarisedeal.com\/products\/%e6%88%b7%e5%a4%96%e5%8d%97%e7%93%9c%e7%81%af","provider":"cyrarisedeal","version":"1.0","type":"link"}