{"product_id":"norfolk-island-pine-araucaria-heterophylla-pet-safe","title":"Norfolk Island Pine Araucaria Heterophylla - Pet Safe Non-Toxic Indoor Living Christmas Tree","description":"\u003c!-- Structured Data - FAQ Schema --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Norfolk Island Pine safe for pets?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The ASPCA lists Araucaria heterophylla as non-toxic to dogs, cats, and horses. You may find older articles online calling it mildly toxic, which traces back to an outdated classification. As with any plant, a pet that eats a large amount of foliage can get a mild upset stomach simply because the material is difficult to digest.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why are the lower branches turning brown and dropping?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Browning lower branches almost always mean the air is too dry or the soil dried out too far. Norfolk Island Pines need humidity around 50 percent and soil that stays lightly moist. Important to know: branches that drop do not grow back, so catching this early protects the tree's shape permanently.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I trim the top to keep it short?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Cutting the central leader permanently stops upward growth and the tree cannot regain its symmetrical shape. Control the size by keeping it in a modest pot instead, and trim only dead or damaged branches.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this a real pine tree?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Despite the name, it is not a pine at all. Araucaria heterophylla belongs to the Araucariaceae family, an ancient conifer lineage dating back to the age of the dinosaurs, and it is native to Norfolk Island in the South Pacific rather than any cold northern forest.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I decorate it as a Christmas tree?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, with a light touch. Use lightweight ornaments and cool LED string lights only, since the branches are soft and flexible and heat dries out the needles. Skip flocking, artificial snow, and preservative sprays entirely.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c!-- Structured Data - BreadcrumbList --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 1,\n      \"name\": \"Home\",\n      \"item\": \"https:\/\/rootandreachbotanicals.com\/\"\n    },\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 2,\n      \"name\": \"Pet-Safe Plants\",\n      \"item\": \"https:\/\/rootandreachbotanicals.com\/collections\/pet-safe-plants\"\n    },\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 3,\n      \"name\": \"Norfolk Island Pine\",\n      \"item\": \"https:\/\/rootandreachbotanicals.com\/products\/norfolk-island-pine-araucaria-heterophylla-pet-safe\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-green: #1A3D1F;\n        --main-green: #2A4D2F;\n        --cream-bg: #FFFBF8;\n        --text-light: #666;\n        --accent-border: #e8e4db;\n        --hover-color: #f0ede4;\n    }\n\n    * {\n        box-sizing: border-box;\n    }\n\n    .product-description {\n        max-width: 100%;\n        margin: 0;\n        background: transparent;\n        font-family: Georgia, serif;\n        color: var(--text-light);\n        line-height: 1.6;\n    }\n\n    .product-header {\n        background: transparent;\n        padding: 0 0 30px 0;\n        text-align: left;\n        border-bottom: 1px solid var(--accent-border);\n        margin-bottom: 30px;\n    }\n\n    .product-title {\n        font-size: 28px;\n        font-weight: 400;\n        color: var(--main-green);\n        margin-bottom: 8px;\n        letter-spacing: -0.5px;\n    }\n\n    .common-names {\n        color: var(--text-light);\n        font-style: italic;\n        font-size: 16px;\n        margin-bottom: 0;\n    }\n\n    .product-content {\n        padding: 0;\n    }\n\n    .section {\n        margin-bottom: 40px;\n    }\n\n    .section-title {\n        font-size: 24px;\n        font-weight: 400;\n        color: var(--main-green);\n        margin-bottom: 20px;\n        padding-bottom: 8px;\n        border-bottom: 1px solid var(--accent-border);\n    }\n\n    .description-text {\n        font-size: 16px;\n        line-height: 1.7;\n        margin-bottom: 24px;\n    }\n\n    .care-guide {\n        background: var(--cream-bg);\n        border-radius: 8px;\n        overflow: hidden;\n        border: 1px solid var(--accent-border);\n    }\n\n    .accordion-item {\n        border-bottom: 1px solid var(--accent-border);\n    }\n\n    .accordion-item:last-child {\n        border-bottom: none;\n    }\n\n    .accordion-header {\n        background: white;\n        padding: 20px 24px;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: background 0.3s ease;\n        font-size: 16px;\n        font-weight: 500;\n        color: var(--main-green);\n    }\n\n    .accordion-header:hover {\n        background: var(--hover-color);\n    }\n\n    .accordion-header.active {\n        background: var(--primary-green);\n        color: white;\n    }\n\n    .accordion-toggle {\n        font-size: 18px;\n        transition: transform 0.3s ease;\n        flex-shrink: 0;\n        margin-left: 12px;\n    }\n\n    .accordion-header.active .accordion-toggle {\n        transform: rotate(180deg);\n    }\n\n    .accordion-content {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease;\n        background: white;\n    }\n\n    .accordion-content.active {\n        max-height: 800px;\n    }\n\n    .accordion-body {\n        padding: 20px 24px;\n    }\n\n    .care-list {\n        margin: 0;\n        padding-left: 20px;\n    }\n\n    .care-list li {\n        margin-bottom: 8px;\n        color: var(--text-light);\n    }\n\n    .accordion-body p {\n        margin: 0;\n        line-height: 1.6;\n    }\n\n    .styling-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 20px;\n    }\n\n    .styling-card {\n        background: var(--cream-bg);\n        padding: 20px;\n        border-radius: 8px;\n        border: 1px solid var(--accent-border);\n        text-align: center;\n    }\n\n    .styling-title {\n        font-weight: 500;\n        color: var(--main-green);\n        margin-bottom: 8px;\n    }\n\n    .styling-desc {\n        font-size: 14px;\n        color: var(--text-light);\n    }\n\n    @media (max-width: 768px) {\n        .product-title {\n            font-size: 24px;\n        }\n        \n        .section-title {\n            font-size: 20px;\n        }\n\n        .accordion-header {\n            padding: 16px 20px;\n            font-size: 15px;\n        }\n\n        .accordion-body {\n            padding: 16px 20px;\n        }\n        \n        .styling-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eBotanical Name: Araucaria heterophylla\u003c\/h1\u003e\n        \u003cp class=\"common-names\"\u003eCommon Names: Norfolk Island Pine • Norfolk Pine • House Pine • Australian Pine • Star Pine • Living Christmas Tree\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"product-content\"\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cp class=\"description-text\"\u003eThe \u003cstrong\u003eNorfolk Island Pine (Araucaria heterophylla)\u003c\/strong\u003e grows in perfect tiers, each ring of soft, feathery branches spaced evenly around a straight central trunk like a tree drawn from memory. The needles are surprisingly gentle to the touch, nothing like a true pine, and the whole silhouette has an airy, symmetrical calm that makes it one of the most architectural plants you can bring indoors.\u003c\/p\u003e\n            \u003cp class=\"description-text\"\u003eIt is best known as a living Christmas tree, and it earns that role beautifully, but the real appeal is that it stays just as lovely in February. Native to a single small island in the South Pacific, this is a tropical evergreen that belongs to an ancient conifer family older than the flowering plants. The ASPCA lists it as non-toxic to cats, dogs, and horses, which makes it a genuinely rare thing: a full-size holiday tree that is safe to keep in a house with curious pets.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eComplete Care Guide\u003c\/h2\u003e\n            \u003cdiv class=\"care-guide\"\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003cdiv class=\"accordion-header\"\u003e\n                        \u003cspan\u003eLight Requirements\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cul class=\"care-list\"\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eBright light\u003c\/strong\u003e for at least 6 hours daily keeps the branches full and evenly tiered\u003c\/li\u003e\n                                \u003cli\u003eA south or west-facing window is ideal, and some gentle direct sun is welcome\u003c\/li\u003e\n                                \u003cli\u003eRotate the pot a quarter turn weekly so the tree grows straight rather than leaning\u003c\/li\u003e\n                                \u003cli\u003eToo little light causes sparse, stretched tiers and thinning lower branches\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003cdiv class=\"accordion-header\"\u003e\n                        \u003cspan\u003eWatering Instructions\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cul class=\"care-list\"\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eKeep the soil lightly and evenly moist\u003c\/strong\u003e, watering when the top inch feels dry\u003c\/li\u003e\n                                \u003cli\u003eUnlike succulents and Hoyas, this tree should not dry out completely between waterings\u003c\/li\u003e\n                                \u003cli\u003eWater thoroughly until it drains, then empty the saucer so roots never sit in water\u003c\/li\u003e\n                                \u003cli\u003eReduce moderately in winter, but never let the root ball go bone dry\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003cdiv class=\"accordion-header\"\u003e\n                        \u003cspan\u003eHumidity \u0026amp; Temperature\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cul class=\"care-list\"\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eHumidity of 50% or higher\u003c\/strong\u003e is the single most important factor in keeping needles green\u003c\/li\u003e\n                                \u003cli\u003eRun a humidifier nearby in winter, or set the pot on a pebble tray filled with water\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eTemperature range:\u003c\/strong\u003e 60-75°F (15-24°C), never below 50°F (10°C)\u003c\/li\u003e\n                                \u003cli\u003eKeep well away from heating vents, fireplaces, and drafty doorways\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003cdiv class=\"accordion-header\"\u003e\n                        \u003cspan\u003ePotting \u0026amp; Fertilizing\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cul class=\"care-list\"\u003e\n                                \u003cli\u003eUse a \u003cstrong\u003ewell-draining, slightly acidic mix\u003c\/strong\u003e with peat or coco coir plus sand or perlite\u003c\/li\u003e\n                                \u003cli\u003eChoose a heavy pot with drainage holes for stability as the tree gains height\u003c\/li\u003e\n                                \u003cli\u003eFeed monthly in spring and summer with a balanced fertilizer at half strength\u003c\/li\u003e\n                                \u003cli\u003eRepot every 2-3 years in spring, keeping the pot modest to naturally limit size\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003cdiv class=\"accordion-header\"\u003e\n                        \u003cspan\u003ePruning \u0026amp; Holiday Decorating\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cul class=\"care-list\"\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eNever cut the central leader\u003c\/strong\u003e, as topping the tree permanently ends its upward growth and symmetry\u003c\/li\u003e\n                                \u003cli\u003eTrim only branches that are fully brown or damaged, since lost branches do not regrow\u003c\/li\u003e\n                                \u003cli\u003eDecorate with lightweight ornaments and cool LED lights only\u003c\/li\u003e\n                                \u003cli\u003eAvoid flocking, artificial snow, and any preservative or shine sprays\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eStyling Ideas for Your Norfolk Island Pine\u003c\/h2\u003e\n            \u003cdiv class=\"styling-grid\"\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eLiving Christmas Tree\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eA holiday centerpiece you keep for years, not weeks\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eBright Entryways\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eTall, tidy silhouette that greets without crowding\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eSunroom Corners\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eLoves the light and humidity of a glassed-in space\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eCoastal \u0026amp; Minimalist Rooms\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eSoft green geometry against pale walls and wood\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eShipping \u0026amp; Potting Information\u003c\/h2\u003e\n            \u003cdiv class=\"description-text\" style=\"background: #f9f7f4; padding: 20px; border-radius: 8px; border-left: 4px solid var(--primary-green); display: flex; align-items: flex-start; gap: 12px;\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/4493\/7725\/files\/Plant_Badge.png?v=1753660242\" alt=\"Plant Shipping Icon\" style=\"width: 24px; height: 24px; margin-top: 2px; flex-shrink: 0;\"\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eYour plant ships in its current nursery pot\u003c\/strong\u003e and will need to be repotted into a decorative container of your choice. The beautiful ceramic pot shown in the product images is for styling inspiration only and is not included with your purchase. This allows you to select the perfect decorative pot that matches your home's unique style and décor.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"description-text\" style=\"background: #f9f7f4; padding: 20px; border-radius: 8px; border-left: 4px solid var(--primary-green); display: flex; align-items: flex-start; gap: 12px; margin-top: 16px;\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/4493\/7725\/files\/Plant_Badge.png?v=1753660242\" alt=\"Plant Shipping Icon\" style=\"width: 24px; height: 24px; margin-top: 2px; flex-shrink: 0;\"\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLet your tree settle in before you decorate.\u003c\/strong\u003e Give it two to three weeks in its new spot to adjust to your home's light and humidity. A little needle drop during that transition is normal, and the tree will firm up once it has acclimated.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cdiv class=\"care-guide\"\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003ch3 class=\"accordion-header\"\u003e\n                        \u003cspan\u003eIs the Norfolk Island Pine safe for pets?\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cp\u003eYes. The ASPCA lists Araucaria heterophylla as non-toxic to dogs, cats, and horses. You will find older articles online calling it mildly toxic, which traces back to an outdated classification that has since been corrected, so it is worth checking the ASPCA listing directly if you see conflicting claims. As with any plant, a pet that eats a large quantity of foliage may get a mild upset stomach simply because the material is hard to digest.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003ch3 class=\"accordion-header\"\u003e\n                        \u003cspan\u003eWhy are the lower branches turning brown and dropping?\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cp\u003eBrowning lower branches almost always mean the air is too dry or the soil was allowed to dry out too far. These trees want humidity around 50 percent and soil that stays lightly moist. This one matters more than most care issues, because branches that drop do not grow back, so catching it early protects the tree's shape permanently.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003ch3 class=\"accordion-header\"\u003e\n                        \u003cspan\u003eCan I trim the top to keep it short?\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cp\u003eNo, and this is the most common mistake people make with this tree. Cutting the central leader permanently stops upward growth, and the tree cannot regain its symmetrical shape afterward. Control the size by keeping it in a modest pot instead, and prune only branches that are dead or damaged.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003ch3 class=\"accordion-header\"\u003e\n                        \u003cspan\u003eIs this a real pine tree?\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cp\u003eNo. Despite the name, it is not a pine at all. Araucaria heterophylla belongs to the Araucariaceae family, an ancient conifer lineage that predates flowering plants, and it is native to Norfolk Island in the South Pacific rather than any cold northern forest. That tropical origin is exactly why it needs warmth and humidity indoors instead of the cold a true pine would want.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-item\"\u003e\n                    \u003ch3 class=\"accordion-header\"\u003e\n                        \u003cspan\u003eCan I decorate it as a Christmas tree?\u003c\/span\u003e \u003cspan class=\"accordion-toggle\"\u003e▼\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"accordion-content\"\u003e\n                        \u003cdiv class=\"accordion-body\"\u003e\n                            \u003cp\u003eYes, with a light touch. Use lightweight ornaments and cool LED string lights only, since the branches are soft and flexible and any heat source dries the needles quickly. Skip flocking, artificial snow, and preservative sprays entirely. Decorated gently, the same tree can anchor your holidays for many years running.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        const accordionHeaders = document.querySelectorAll('.accordion-header');\n\n        accordionHeaders.forEach(header =\u003e {\n            header.addEventListener('click', function () {\n                const accordionContent = this.nextElementSibling;\n                const isActive = accordionContent.classList.contains('active');\n\n                document.querySelectorAll('.accordion-content').forEach(content =\u003e {\n                    content.classList.remove('active');\n                    content.previousElementSibling.classList.remove('active');\n                });\n\n                if (!isActive) {\n                    accordionContent.classList.add('active');\n                    this.classList.add('active');\n                }\n            });\n        });\n    });\n\u003c\/script\u003e","brand":"House Plant Dropship","offers":[{"title":"4\" Pot","offer_id":46414428700925,"sku":"4_NORFOLK_ISLAND.PINE","price":39.4,"currency_code":"USD","in_stock":true},{"title":"6\" Pot","offer_id":46414428733693,"sku":"6_NORFOLK_ISLAND.PINE","price":64.8,"currency_code":"USD","in_stock":true},{"title":"8\" Pot","offer_id":46414428766461,"sku":"8_NORFOLK_ISLAND.PINE","price":102.55,"currency_code":"USD","in_stock":false},{"title":"10\" Pot","offer_id":46414428799229,"sku":"10_NORFOLK_ISLAND.PINE","price":171.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/4493\/7725\/files\/NorfolkIslandPineAraucariaHeterophylla-PetSafeNon-ToxicIndoorLivingChristmasTree3.jpg?v=1785537028","url":"https:\/\/rootandreachbotanicals.com\/products\/norfolk-island-pine-araucaria-heterophylla-pet-safe","provider":"Root \u0026 Reach Botanicals","version":"1.0","type":"link"}