{"product_id":"nematanthus-candy-corn-plant-pet-safe","title":"Nematanthus Candy Corn Plant Brazilian Firecracker - Pet Safe Non-Toxic Flowering Trailing Houseplant","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 this the same as a goldfish plant?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes and no. Nematanthus is the true goldfish plant, named for its pouched orange flowers. But the name is also applied to Columnea and Aeschynanthus, which are different genera entirely. When shopping elsewhere, check for the botanical name Nematanthus rather than trusting the common name.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I get it to bloom more?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Bright indirect light is the main driver, along with slightly crowded roots and a cool, drier rest of about six weeks in winter. Pinching the stem tips through spring and summer also helps, since flowers form on newer growth.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this plant safe for pets?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The ASPCA lists Nematanthus species as non-toxic to dogs and cats, filed under the synonym Hypocyrta nummularia with the common name Candy Corn Plant. NC State Extension records it as non-toxic to dogs, cats, and horses as well.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why are the leaves dropping suddenly?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Sudden leaf drop usually follows cold water, a cold draft, or a swing between soggy and bone-dry soil. Use room-temperature water, keep the plant away from drafty doors and vents, and aim for soil that stays lightly moist rather than alternating extremes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why is my plant getting bare at the top with long trailing stems?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"That is normal aging for this plant. Stems go woody and shed lower leaves over time. Pinch the tips regularly to force branching, cut back hard in early spring, and root the trimmings, which take easily in water or damp soil.\"\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\": \"Candy Corn Plant\",\n      \"item\": \"https:\/\/rootandreachbotanicals.com\/products\/nematanthus-candy-corn-plant-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    .bloom-note {\n        background: var(--primary-green);\n        color: #fff;\n        padding: 18px 22px;\n        border-radius: 8px;\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 24px;\n    }\n\n    .bloom-note strong {\n        display: block;\n        font-size: 17px;\n        margin-bottom: 4px;\n        letter-spacing: 0.2px;\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: Nematanthus\u003c\/h1\u003e\n        \u003cp class=\"common-names\"\u003eCommon Names: Candy Corn Plant • Brazilian Firecracker • Goldfish Plant • Guppy Plant • Gubby Plant • Clog Plant\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"product-content\"\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"bloom-note\"\u003e\n                \u003cstrong\u003eFlowering comes and goes\u003c\/strong\u003e\n                Nematanthus blooms in flushes rather than continuously, mostly spring through fall, and plants ship in whatever stage they happen to be in. A plant that arrives in leaf will flower once it settles and gets bright light.\n            \u003c\/div\u003e\n            \u003cp class=\"description-text\"\u003eThe \u003cstrong\u003eCandy Corn Plant (Nematanthus)\u003c\/strong\u003e earns all three of its names honestly. The flowers are small pouched tubes in orange and yellow that really do look like candy corn, or like tiny goldfish, or like firecrackers waiting to go off, depending on who is describing them. They appear in clusters along trailing stems lined with thick, waxy little leaves that curl at the tips and flash reddish purple underneath.\u003c\/p\u003e\n            \u003cp class=\"description-text\"\u003eIn the Brazilian rainforest this grows as an epiphyte, perched in tree branches rather than rooted in ground, which explains what it wants indoors: bright indirect light, a chunky airy mix, and a pot it can fill snugly. The stems trail readily, making it a natural for hanging baskets and high shelves. The ASPCA lists Nematanthus species as non-toxic to dogs and cats, so this is that rare thing, a genuinely flowering houseplant that is safe to hang in a home with animals.\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, indirect light\u003c\/strong\u003e is the single biggest factor in how much it flowers\u003c\/li\u003e\n                                \u003cli\u003eAn east or west-facing window, or a few feet from a south window, is ideal\u003c\/li\u003e\n                                \u003cli\u003eGentle morning sun is fine, but harsh afternoon sun scorches the waxy leaves\u003c\/li\u003e\n                                \u003cli\u003eIn dim light the plant survives but stretches and rarely blooms\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\u003eWater when the top inch of soil is dry\u003c\/strong\u003e, roughly every 7-10 days in the growing season\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eUse room-temperature water\u003c\/strong\u003e, as cold water shocks the roots and causes leaf drop\u003c\/li\u003e\n                                \u003cli\u003eWater thoroughly until it drains, then empty the saucer completely\u003c\/li\u003e\n                                \u003cli\u003eReduce to every 2-3 weeks in winter while the plant rests\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\u003eModerate to high humidity:\u003c\/strong\u003e 50-60% suits it best, and a pebble tray helps in winter\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eTemperature range:\u003c\/strong\u003e 65-80°F (18-27°C) through the growing season\u003c\/li\u003e\n                                \u003cli\u003eKeep above 50°F (10°C), and bring indoors before nights turn cold\u003c\/li\u003e\n                                \u003cli\u003eProtect from cold drafts and heating vents, both of which trigger leaf drop\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\u003elight, airy mix\u003c\/strong\u003e with peat or coco coir plus perlite and a little bark, reflecting its epiphytic roots\u003c\/li\u003e\n                                \u003cli\u003eAlways choose a pot with drainage holes, and keep it snug since crowded roots encourage flowering\u003c\/li\u003e\n                                \u003cli\u003eFeed every 2-4 weeks in spring and summer with a bloom-focused fertilizer at half strength\u003c\/li\u003e\n                                \u003cli\u003eRepot only every 2-3 years, moving up a single pot 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\u003ePinching, Blooming \u0026amp; Propagation\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\u003ePinch the stem tips through spring and summer\u003c\/strong\u003e to force branching, since blooms form on newer growth\u003c\/li\u003e\n                                \u003cli\u003eGive a cooler, drier rest of about six weeks in winter to set the next round of flowers\u003c\/li\u003e\n                                \u003cli\u003eCut back hard in early spring if stems have gone woody and bare\u003c\/li\u003e\n                                \u003cli\u003eRoot the trimmings in water or damp soil, as cuttings take easily\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 Candy Corn Plant\u003c\/h2\u003e\n            \u003cdiv class=\"styling-grid\"\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eHanging Baskets\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eTrailing stems with flowers at eye level\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eBright Kitchen Windows\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eThe light it needs to bloom, plus a little humidity\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eHigh Shelves\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eGlossy foliage spilling over the edge\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eAutumn Displays\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eOrange candy corn blooms right on season\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\u003eSome bud or leaf drop after shipping is normal.\u003c\/strong\u003e Nematanthus reacts to sudden changes in temperature and light, so a few leaves or buds may let go in the first week. Settle it into bright indirect light, water with room-temperature water, and leave it alone while it adjusts.\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 this the same as a goldfish plant?\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 and no. Nematanthus is the true goldfish plant, named for the pouched shape of its flowers. The trouble is that the same common name gets applied to Columnea and Aeschynanthus, which are entirely different genera with different care needs. When shopping anywhere, look for the botanical name Nematanthus rather than relying on the common name.\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\u003eHow do I get it to bloom more?\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\u003eBright indirect light does most of the work, paired with slightly crowded roots and a cool, drier rest of about six weeks in winter. Pinching the stem tips through spring and summer helps too, since flowers form on newer growth. A plant that never blooms is almost always in a spot that is too dim.\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 leaves dropping suddenly?\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\u003eSudden leaf drop usually follows one of three things: cold water, a cold draft, or soil swinging between soggy and bone dry. Use room-temperature water, keep the plant clear of drafty doors and heating vents, and aim for soil that stays lightly moist rather than alternating between extremes.\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 is my plant getting bare at the top with long trailing stems?\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\u003eThat is normal aging rather than a care failure. Stems go woody and shed their lower leaves over time. Pinch the tips regularly to force branching, cut the plant back hard in early spring when it looks tired, and root the trimmings, which take easily in water or damp soil.\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 plant 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 Nematanthus species as non-toxic to dogs and cats, filed under the older synonym Hypocyrta nummularia with the common name Candy Corn Plant, which is why searching the newer name alone can come up empty. NC State Extension records it as non-toxic to dogs, cats, and horses as well.\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":46414363459837,"sku":"4_NEMATANTHUS_CANDY.CORN","price":34.15,"currency_code":"USD","in_stock":false},{"title":"6\" Pot","offer_id":46414363492605,"sku":"6_NEMATANTHUS_CANDY.CORN","price":57.63,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/4493\/7725\/files\/NematanthusCandyCornPlantBrazilianFirecracker-PetSafeNon-ToxicFloweringTrailingHouseplant1.png?v=1785621992","url":"https:\/\/rootandreachbotanicals.com\/products\/nematanthus-candy-corn-plant-pet-safe","provider":"Root \u0026 Reach Botanicals","version":"1.0","type":"link"}