{"product_id":"35-christmas-lighted-norfolk-pine-branches-8-pcs-set-3-3-3-14","title":"🎄 35' Christmas Lighted Norfolk Pine Branches","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* CSS Reset \u0026 Base Styles *\/\n        .custom-landing-page * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .custom-landing-page {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #fbfaf8;\n            text-align: left; \/* 修复可能继承的全局居中 *\/\n        }\n        .custom-landing-page h1, \n        .custom-landing-page h2, \n        .custom-landing-page h3, \n        .custom-landing-page h4 {\n            font-family: \"Georgia\", serif;\n            color: #1a3c34;\n            line-height: 1.2;\n        }\n        .custom-landing-page p {\n            font-size: 1.1rem;\n            margin-bottom: 1rem;\n            color: #4a4a4a;\n        }\n        .custom-landing-page img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            display: block; \/* 修复图片下方默认空隙 *\/\n        }\n        \n        \/* 独立命名的工具类，防止与 Shopify 主题冲突 *\/\n        .lp-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 20px;\n            width: 100%;\n        }\n        .lp-highlight {\n            color: #b78a28;\n            font-weight: bold;\n        }\n        \n        \/* Top Banner *\/\n        .lp-top-banner {\n            background-color: #1a3c34;\n            color: #fff;\n            text-align: center;\n            padding: 10px;\n            font-size: 0.9rem;\n            font-weight: bold;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n        }\n\n        \/* Hero Section *\/\n        .lp-hero {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            padding: 40px 0;\n            background-color: #fbfaf8;\n        }\n        .lp-hero-text {\n            flex: 1 1 500px;\n            padding: 20px;\n        }\n        .lp-hero-image {\n            flex: 1 1 500px;\n            padding: 20px;\n        }\n        .lp-hero h1 {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n        }\n        .lp-hero p {\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n        }\n        \n        \/* Buttons *\/\n        .lp-cta-btn {\n            display: inline-block;\n            background-color: #d32f2f;\n            color: #ffffff !important;\n            padding: 18px 40px;\n            font-size: 1.2rem;\n            font-weight: bold;\n            text-decoration: none;\n            border-radius: 50px;\n            text-transform: uppercase;\n            box-shadow: 0 4px 15px rgba(211, 47, 47, 0.4);\n            transition: all 0.3s ease;\n            animation: lp-pulse 2s infinite;\n            text-align: center;\n        }\n        .lp-cta-btn:hover {\n            background-color: #b71c1c;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);\n        }\n        @keyframes lp-pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.03); }\n            100% { transform: scale(1); }\n        }\n\n        \/* Trust Badges *\/\n        .lp-trust-bar {\n            background-color: #eae7df;\n            padding: 20px 0;\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        .lp-trust-item {\n            display: flex;\n            align-items: center;\n            font-weight: 600;\n            color: #1a3c34;\n        }\n        .lp-trust-item span {\n            font-size: 1.5rem;\n            margin-right: 8px;\n        }\n\n        \/* Feature Sections *\/\n        .lp-feature-section {\n            padding: 60px 0;\n        }\n        .lp-feature-row {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            margin-bottom: 40px;\n            gap: 30px;\n        }\n        .lp-feature-row:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        .lp-feature-content {\n            flex: 1 1 400px;\n        }\n        .lp-feature-visual {\n            flex: 1 1 400px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        .lp-feature-content h2 {\n            font-size: 2.2rem;\n            margin-bottom: 15px;\n        }\n\n        \/* Image Grid *\/\n        .lp-gallery {\n            background-color: #1a3c34;\n            padding: 60px 0;\n            color: #fff;\n        }\n        .lp-gallery h2 {\n            color: #fff;\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2.5rem;\n        }\n        .lp-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        .lp-grid img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 8px;\n            transition: transform 0.3s;\n        }\n        .lp-grid img:hover {\n            transform: scale(1.02);\n        }\n\n        \/* Reviews *\/\n        .lp-reviews {\n            padding: 60px 0;\n            background-color: #fbfaf8;\n        }\n        .lp-reviews h2 {\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2.5rem;\n        }\n        .lp-review-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        .lp-review-card {\n            background: #fff;\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: left;\n            border-top: 4px solid #b78a28;\n        }\n        .lp-stars {\n            color: #b78a28;\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        .lp-review-card h4 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n        .lp-reviewer {\n            font-style: italic;\n            color: #777;\n            margin-top: 15px;\n            display: block;\n        }\n\n        \/* Specs \u0026 FAQ - 修复了由于 Padding过大和被压缩导致的问题 *\/\n        .lp-specs-faq {\n            padding: 60px 0;\n            background-color: #eae7df;\n        }\n        .lp-specs-faq-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        .lp-box {\n            flex: 1 1 350px; \/* 降低了基础像素，更容易并排 *\/\n            background: #fff;\n            padding: 30px; \/* 降低了内边距，给文字留足空间 *\/\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        .lp-box h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #eae7df;\n            padding-bottom: 10px;\n        }\n        .lp-faq-item {\n            margin-bottom: 15px;\n        }\n        .lp-faq-item strong {\n            display: block;\n            color: #1a3c34;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n        }\n\n        \/* Footer CTA *\/\n        .lp-bottom-cta {\n            text-align: center;\n            padding: 80px 20px;\n            background-image: linear-gradient(rgba(26, 60, 52, 0.9), rgba(26, 60, 52, 0.9)), url('06.jpg');\n            background-size: cover;\n            background-position: center;\n            color: #fff;\n        }\n        .lp-bottom-cta h2 {\n            color: #fff;\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n        }\n        .lp-bottom-cta p {\n            color: #eae7df;\n            font-size: 1.3rem;\n            margin-bottom: 30px;\n        }\n\n        \/* Sticky Mobile Buy Button *\/\n        .lp-sticky-mobile {\n            display: none;\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            background: #fff;\n            padding: 15px;\n            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\n            text-align: center;\n            z-index: 999;\n        }\n        .lp-sticky-mobile .lp-cta-btn {\n            width: 100%;\n            padding: 15px;\n            font-size: 1.1rem;\n            animation: none;\n        }\n\n        @media (max-width: 768px) {\n            .lp-hero h1 { font-size: 2.2rem; }\n            .lp-sticky-mobile { display: block; }\n            body { padding-bottom: 80px; } \n            .lp-box { padding: 20px; } \/* 移动端进一步缩减内边距 *\/\n        }\n\u003c\/style\u003e\n\n\u003c!-- 增加一个总的外壳，隔离污染 --\u003e\n\u003cdiv class=\"custom-landing-page\"\u003e\n    \n    \u003c!-- Top Announcement Bar --\u003e\n    \u003cdiv class=\"lp-top-banner\"\u003e✨ Limited Stock Available — Over 10,000+ Happy Customers! ✨\u003c\/div\u003e\n    \n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"lp-hero lp-container\"\u003e\n        \u003cdiv class=\"lp-hero-text\"\u003e\n            \u003ch1\u003eInstantly Transform Your Home Into a Cozy Winter Wonderland.\u003c\/h1\u003e\n            \u003cp\u003eBring natural warmth to every corner. These 35-inch illuminated, lifelike Norfolk Pine branches add timeless charm and sophistication to any space—in just minutes.\u003c\/p\u003e\n            \u003cp style=\"margin-bottom: 30px;\"\u003e\u003cstrong\u003e✅ Fast U.S. Shipping\u003c\/strong\u003e \u003cbr\u003e\u003cstrong\u003e✅ Built to Last for Many Seasons\u003c\/strong\u003e\u003c\/p\u003e\n            \u003ca href=\"#buy\" class=\"lp-cta-btn\"\u003eOrder Your 8-Piece Set Today!\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lp-hero-image\" style=\"text-align: center;\"\u003e\n            \u003cimg alt=\"Beautiful lighted Norfolk pine branches on a fireplace mantel\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/c3f035faeb3b188a44bacdbd4ac57467f1295e5e_430x.webp?v=1788488103#\" style=\"margin: 0 auto;\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Trust Badges --\u003e\n    \u003csection class=\"lp-trust-bar\"\u003e\n        \u003cdiv class=\"lp-trust-item\"\u003e\n\u003cspan\u003e🇺🇸\u003c\/span\u003e Fast U.S. Shipping\u003c\/div\u003e\n        \u003cdiv class=\"lp-trust-item\"\u003e\n\u003cspan\u003e⭐\u003c\/span\u003e Quality You Can Trust\u003c\/div\u003e\n        \u003cdiv class=\"lp-trust-item\"\u003e\n\u003cspan\u003e🤝\u003c\/span\u003e 100% Satisfaction Promise\u003c\/div\u003e\n        \u003cdiv class=\"lp-trust-item\"\u003e\n\u003cspan\u003e🔋\u003c\/span\u003e Battery Operated (No Messy Cords)\u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Core Benefits \/ Story --\u003e\n    \u003csection class=\"lp-feature-section lp-container\"\u003e\n        \u003c!-- Row 1 --\u003e\n        \u003cdiv class=\"lp-feature-row\"\u003e\n            \u003cdiv class=\"lp-feature-content\"\u003e\n                \u003ch2\u003e🌿 Elegant \u0026amp; Versatile Design\u003c\/h2\u003e\n                \u003cp\u003eSay goodbye to cheap-looking faux greens. Crafted with care and detailed texture, our branches mimic the look of \u003cstrong\u003ereal Norfolk pine\u003c\/strong\u003e. The subtle shimmer on each needle adds a festive touch that blends beautifully with modern, rustic, or traditional décor.\u003c\/p\u003e\n                \u003cp\u003eArrange them in vases, centerpieces, or floral displays for a refined touch. The flexible wired stems allow you to easily bend and shape each branch exactly how you want it.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp-feature-visual\" style=\"text-align: center;\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/532b57fa06d44b7d9039b360f45e1fb7f9620d5b_430x.webp?v=1788488102#\" alt=\"Close up of lifelike Norfolk pine branches in a vase\" width=\"420\" height=\"420\" style=\"margin: 0 auto; width: 100%;\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Row 2 --\u003e\n        \u003cdiv class=\"lp-feature-row\"\u003e\n            \u003cdiv class=\"lp-feature-content\"\u003e\n                \u003ch2\u003e💡 Gentle, Refined Illumination\u003c\/h2\u003e\n                \u003cp\u003eNo outlets? No problem. Each branch includes \u003cstrong\u003e20 warm white LED bulbs\u003c\/strong\u003e powered by AA batteries (not included).\u003c\/p\u003e\n                \u003cp\u003ePerfect for holiday celebrations, dinner gatherings, romantic evenings, or just curling up on the sofa on a cold winter night. Enjoy the warm, peaceful light that makes every moment feel truly magical.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp-feature-visual\" style=\"text-align: center;\"\u003e\n                \u003cimg alt=\"Lighted pine branches creating a warm glow in a cozy living room\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/1b45d4d7a7ba8b0c714019ba79bbbaa6ebbf90d3_430x.webp?v=1788488102#\" style=\"margin: 0 auto; width: 100%;\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Row 3 --\u003e\n        \u003cdiv class=\"lp-feature-row\"\u003e\n            \u003cdiv class=\"lp-feature-content\"\u003e\n                \u003ch2\u003e🛠️ Built to Last for Many Seasons\u003c\/h2\u003e\n                \u003cp\u003eMade with premium materials and durable craftsmanship, these branches are designed to maintain their beauty over time.\u003c\/p\u003e\n                \u003cp\u003eSturdy wiring for flexible styling, long-lasting LED bulbs for energy efficiency, and they are incredibly lightweight and easy to store. Display them through the holidays — or keep them up year-round for a touch of greenery and light!\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp-feature-visual\" style=\"text-align: center;\"\u003e\n                \u003cimg alt=\"Lighted branches perfectly styled near a window sill\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/532b57fa06d44b7d9039b360f45e1fb7f9620d5b_430x.webp?v=1788488102#\" style=\"margin: 0 auto; width: 100%;\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Visual Inspiration Gallery --\u003e\n    \u003csection class=\"lp-gallery\"\u003e\n        \u003cdiv class=\"lp-container\"\u003e\n            \u003ch2\u003eStyle It Your Way\u003c\/h2\u003e\n            \u003cdiv class=\"lp-grid\"\u003e\n                \u003cimg alt=\"Lighted branches elegantly framing a front entryway door\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/6da78c1842c1aa2a52fd2151da40ef89ce07a576_430x.webp?v=1788488103#\"\u003e \n                \u003cimg alt=\"Festive setup on a mantel piece\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/c3f035faeb3b188a44bacdbd4ac57467f1295e5e_430x.webp?v=1788488103#\"\u003e \n                \u003cimg alt=\"Branches used to decorate an indoor hallway\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/532b57fa06d44b7d9039b360f45e1fb7f9620d5b_430x.webp?v=1788488102#\"\u003e \n                \u003cimg alt=\"Minimalist vase setup with lighted pine branches\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/ae3407eb56cbc125a9e3a8b4b423255a3a464611_430x.webp?v=1788488102#\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Social Proof \/ Reviews --\u003e\n    \u003csection class=\"lp-reviews lp-container\"\u003e\n        \u003ch2\u003e💬 What Our Customers Are Saying\u003c\/h2\u003e\n        \u003cdiv class=\"lp-review-grid\"\u003e\n            \u003cdiv class=\"lp-review-card\"\u003e\n                \u003cdiv class=\"lp-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003ch4\u003e“Absolutely beautiful!”\u003c\/h4\u003e\n                \u003cp\u003e“I used these in a large glass vase by my fireplace — they look stunning and so realistic! Highly recommend if you want to elevate your home decor.”\u003c\/p\u003e\n                \u003cspan class=\"lp-reviewer\"\u003e– Linda S., Denver, CO\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp-review-card\"\u003e\n                \u003cdiv class=\"lp-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003ch4\u003e“Perfect for Christmas \u0026amp; beyond.”\u003c\/h4\u003e\n                \u003cp\u003e“Soft light, elegant design, and super easy to arrange. I kept them up even after the holidays! They add such a cozy vibe to my bedroom.”\u003c\/p\u003e\n                \u003cspan class=\"lp-reviewer\"\u003e– Rachel M., Tampa, FL\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp-review-card\"\u003e\n                \u003cdiv class=\"lp-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003ch4\u003e“Worth every penny.”\u003c\/h4\u003e\n                \u003cp\u003e“Love the warm glow these branches give off. No ugly cords to hide since they are battery operated. I ordered another set for my dining table.”\u003c\/p\u003e\n                \u003cspan class=\"lp-reviewer\"\u003e– Thomas R., Seattle, WA\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Specs and FAQ Section --\u003e\n    \u003csection class=\"lp-specs-faq\"\u003e\n        \u003cdiv class=\"lp-container lp-specs-faq-container\"\u003e\n            \u003c!-- Specifications --\u003e\n            \u003cdiv class=\"lp-box\"\u003e\n                \u003ch3\u003e📏 Specifications\u003c\/h3\u003e\n                \u003cul style=\"list-style: none;\"\u003e\n                    \u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eHeight:\u003c\/strong\u003e 35 in \/ 89 cm\u003c\/li\u003e\n                    \u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1.4 lb \/ 620 g\u003c\/li\u003e\n                    \u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium Plastic, Flexible Wire\u003c\/li\u003e\n                    \u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eLighting Color:\u003c\/strong\u003e Warm White\u003c\/li\u003e\n                    \u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003ePower Supply:\u003c\/strong\u003e 2 × AA batteries per branch \u003cem\u003e(not included)\u003c\/em\u003e\n\u003c\/li\u003e\n                    \u003cli style=\"margin-bottom: 10px; margin-top: 20px; color: #b78a28; font-weight: bold;\"\u003e🎁 Tip: Mix with real or faux flowers for a custom decorative look!\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003c!-- FAQs --\u003e\n            \u003cdiv class=\"lp-box\"\u003e\n                \u003ch3\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n                \u003cdiv class=\"lp-faq-item\"\u003e\n                    \u003cstrong\u003eQ: Does the set include 4 individual branches?\u003c\/strong\u003e\n                    \u003cp\u003eA: Yes! You’ll receive 4 lighted branches, each measuring 35 inches tall.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"lp-faq-item\"\u003e\n                    \u003cstrong\u003eQ: Are the lights battery operated?\u003c\/strong\u003e\n                    \u003cp\u003eA: Yes, each branch is powered by two AA batteries (not included), meaning you can place them anywhere without worrying about finding an outlet.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"lp-faq-item\"\u003e\n                    \u003cstrong\u003eQ: Can these branches be used outdoors?\u003c\/strong\u003e\n                    \u003cp\u003eA: They are best suited for indoor or covered outdoor areas to ensure longevity and protect the battery packs.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"lp-faq-item\"\u003e\n                    \u003cstrong\u003eQ: Can I bend or shape the branches?\u003c\/strong\u003e\n                    \u003cp\u003eA: Absolutely — the flexible wire stems make shaping and arranging easy to fit your specific vase or display.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Final CTA --\u003e\n    \u003csection class=\"lp-bottom-cta\" id=\"buy\"\u003e\n        \u003cdiv class=\"lp-container\"\u003e\n            \u003ch2\u003eLight Up Every Season with Style \u0026amp; Warmth\u003c\/h2\u003e\n            \u003cp\u003eBring home a touch of elegance and festive cheer. \u003cbr\u003ePerfect for holiday decorating, cozy winter nights, or year-round ambiance.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"lp-cta-btn\"\u003eOrder Your 8-Piece Set Today!\u003c\/a\u003e\n            \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003e🔒 Fast U.S. Shipping | Friendly Customer Support\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Sticky Mobile CTA --\u003e\n    \u003cdiv class=\"lp-sticky-mobile\"\u003e\u003ca href=\"#buy\" class=\"lp-cta-btn\"\u003eOrder Your Set Now\u003c\/a\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"zxl01","offers":[{"title":"23.6-inch（7 leaves） \/ Buy 1 Set （4 pcs）","offer_id":57252037394598,"sku":"NC02862609047867-圣诞灯饰诺福克松枝套装-60cm（7片叶子）","price":45.99,"currency_code":"USD","in_stock":true},{"title":"23.6-inch（7 leaves） \/ Buy 2 Sets （8 pcs）","offer_id":57252037427366,"sku":"NC02862609047867-圣诞灯饰诺福克松枝套装-60cm（7片叶子）*2","price":79.99,"currency_code":"USD","in_stock":true},{"title":"35-inch（9 leaves） \/ Buy 1 Set （4 pcs）","offer_id":57252037460134,"sku":"NC02862609047867-圣诞灯饰诺福克松枝套装-90cm(9片叶子）","price":59.99,"currency_code":"USD","in_stock":true},{"title":"35-inch（9 leaves） \/ Buy 2 Sets （8 pcs）","offer_id":57252037492902,"sku":"NC02862609047867-圣诞灯饰诺福克松枝套装-90cm(9片叶子）*2","price":107.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/4891\/8950\/files\/532b57fa06d44b7d9039b360f45e1fb7f9620d5b.webp?v=1788507890","url":"https:\/\/cyrarisedeal.com\/products\/35-christmas-lighted-norfolk-pine-branches-8-pcs-set-3-3-3-14","provider":"cyrarisedeal","version":"1.0","type":"link"}