{"product_id":"fittonia-white-nerve-plant-pet-safe","title":"Fittonia White Nerve Plant - Pet Safe Non-Toxic White Veined Mosaic 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\": \"Why did my Fittonia collapse completely, and can it recover?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Fittonia faints dramatically when the soil dries out, going limp all at once. It looks fatal and usually is not. Water thoroughly and most plants stand back up within a few hours. Repeated fainting does cost you lower leaves, so it is worth catching before it happens.\"\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 Fittonia as non-toxic to dogs, cats, and horses. It is filed under the older name Fittonia verschaffeltii, which is the same plant now classified as Fittonia albivenis, so searching the current name alone can come up empty.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Should I let it flower?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Most growers pinch the flower spikes off. Fittonia blooms are small, spiky, and pale, offering little visually, and letting them develop diverts energy away from the veined foliage that is the whole reason to grow this plant.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why are the leaf edges turning brown and crispy?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Crisp edges point to low humidity, which is the most common Fittonia complaint in a heated or air-conditioned home. This plant wants 60 percent or higher. A terrarium, cloche, or bright bathroom solves it permanently, and a humidifier or pebble tray helps elsewhere.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I keep it bushy instead of stringy?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Pinch the stem tips regularly through the growing season. Fittonia creeps and will go stringy with bare centers if left alone. Pinched tips root easily in water or damp soil, so trimmings can be tucked straight back into the same pot to fill it out.\"\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\": \"White Nerve Plant\",\n      \"item\": \"https:\/\/rootandreachbotanicals.com\/products\/fittonia-white-nerve-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    .humidity-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    .humidity-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: Fittonia albivenis 'White'\u003c\/h1\u003e\n        \u003cp class=\"common-names\"\u003eCommon Names: White Nerve Plant • White Anne Fittonia • Mosaic Plant • Silver Net Plant • Painted Net Leaf • Fittonia verschaffeltii\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"product-content\"\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"humidity-note\"\u003e\n                \u003cstrong\u003eA humidity plant, first and foremost\u003c\/strong\u003e\n                Fittonia wants 60% humidity or higher and will crisp at the edges in dry indoor air. It is exceptional in a terrarium, cloche, or bright bathroom, and needs a humidifier or pebble tray anywhere else.\n            \u003c\/div\u003e\n            \u003cp class=\"description-text\"\u003eThe \u003cstrong\u003eWhite Nerve Plant (Fittonia albivenis)\u003c\/strong\u003e is one of the most finely detailed plants you can own. Deep green oval leaves are threaded with a dense network of bright white veins, branching and rebranching until the whole surface reads like frost on glass or a leaf mapped in silver. It stays small, creeping outward rather than upward, which puts all that detail at close range where it actually gets seen.\u003c\/p\u003e\n            \u003cp class=\"description-text\"\u003eOn the rainforest floors of Peru and Colombia this grows as ground cover beneath the canopy, in constant humidity and dappled shade. That origin explains everything about it indoors, including its famous habit of fainting flat when the soil dries and standing back up within hours of a drink. The ASPCA lists Fittonia as non-toxic to dogs, cats, and horses, so this one is safe on a low table or terrarium shelf where curious animals can investigate it freely.\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 keeps the white veining crisp and the growth compact\u003c\/li\u003e\n                                \u003cli\u003eA north-facing sill, or five to six feet back from a sunny window, is ideal\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eNever direct sun\u003c\/strong\u003e, which scorches the thin leaves and bleaches the veining\u003c\/li\u003e\n                                \u003cli\u003eTolerates lower light well, though the plant stretches and the pattern softens\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 surface just begins to dry\u003c\/li\u003e\n                                \u003cli\u003eThis plant stores no water and collapses flat once the soil dries out\u003c\/li\u003e\n                                \u003cli\u003eA thorough watering usually revives a fainted plant within a few hours\u003c\/li\u003e\n                                \u003cli\u003eAvoid the opposite extreme too, since sitting in soggy soil causes root rot\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 60% or higher\u003c\/strong\u003e is the single most important factor in keeping leaves intact\u003c\/li\u003e\n                                \u003cli\u003eTerrariums and closed cloches are close to perfect conditions for this plant\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eTemperature range:\u003c\/strong\u003e 65-80°F (18-27°C), never below 60°F (15°C)\u003c\/li\u003e\n                                \u003cli\u003eKeep away from heating vents, air conditioning, 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\u003emoisture-retentive but well-draining mix\u003c\/strong\u003e of peat or coco coir with perlite\u003c\/li\u003e\n                                \u003cli\u003eChoose a shallow pot with drainage holes, since roots stay near the surface\u003c\/li\u003e\n                                \u003cli\u003eFeed monthly in spring and summer with a balanced fertilizer at half strength\u003c\/li\u003e\n                                \u003cli\u003eRepot only when it outgrows its pot, which is rarely, as this plant grows slowly\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, Flowering \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 regularly\u003c\/strong\u003e to keep the plant full, as it creeps and goes stringy if left alone\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eRemove the small pale flower spikes\u003c\/strong\u003e, which add little and pull energy from the foliage\u003c\/li\u003e\n                                \u003cli\u003eRoot pinched tips in water or damp soil, then tuck them back into the same pot\u003c\/li\u003e\n                                \u003cli\u003eTrim any browned edges with clean scissors, following the natural leaf shape\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 White Nerve Plant\u003c\/h2\u003e\n            \u003cdiv class=\"styling-grid\"\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eTerrariums \u0026amp; Cloches\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eEffectively its natural habitat, under glass\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eBright Bathrooms\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eShower humidity does the work for you\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eDesks \u0026amp; Side Tables\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eFine veining at the distance it deserves\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eMixed Plantings\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eWhite net leaves as ground cover beneath taller plants\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\u003eDo not panic if it arrives flat.\u003c\/strong\u003e Fittonia faints when it gets thirsty, and a few days in a box will do it. Water thoroughly on arrival and give it a few hours in a humid spot. Most plants stand fully back up the same day.\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\u003eWhy did my Fittonia collapse completely, and can it recover?\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\u003eFittonia faints dramatically when the soil dries out, going limp all at once in a way that looks fatal. It usually is not. Water thoroughly and most plants stand back up within a few hours. Repeated fainting does cost you lower leaves over time, so it is worth watering before it reaches that point rather than using the collapse as your reminder.\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 leaf edges turning brown and crispy?\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\u003eCrisp edges point to low humidity, which is the most common Fittonia complaint in a heated or air-conditioned home. This plant wants 60 percent or higher. A terrarium, cloche, or bright bathroom solves it permanently, and a humidifier or pebble tray helps considerably anywhere else.\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 keep it bushy instead of stringy?\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\u003ePinch the stem tips regularly through the growing season. Fittonia creeps outward by nature and will go stringy with a bare center if left alone. The tips you pinch root easily in water or damp soil, so you can tuck the trimmings straight back into the same pot to fill it out rather than starting a separate plant.\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\u003eShould I let it flower?\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\u003eMost growers pinch the flower spikes off. Fittonia blooms are small, spiky, and pale, offering very little visually, and letting them develop diverts energy away from the veined foliage that is the entire reason to grow this plant. Removing them keeps growth compact and the leaves looking their best.\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 Fittonia as non-toxic to dogs, cats, and horses. It appears in their database under the older name Fittonia verschaffeltii, which is the same plant now classified as Fittonia albivenis, so searching the current name alone can come up empty. Because this one usually sits low, that peace of mind is worth having.\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":"3\" Pot","offer_id":46414394458365,"sku":"3_FITTONIA_WHITE","price":31.9,"currency_code":"USD","in_stock":true},{"title":"4\" Pot","offer_id":46414394491133,"sku":"4_FITTONIA_WHITE","price":33.4,"currency_code":"USD","in_stock":true},{"title":"6\" Pot","offer_id":46414394523901,"sku":"6_FITTONIA_WHITE","price":54.63,"currency_code":"USD","in_stock":false},{"title":"8\" Pot","offer_id":46414394556669,"sku":"8_FITTONIA_WHITE","price":101.8,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/4493\/7725\/files\/FittoniaWhiteNervePlant-PetSafeNon-ToxicWhiteVeinedMosaicHouseplant2.png?v=1785625600","url":"https:\/\/rootandreachbotanicals.com\/products\/fittonia-white-nerve-plant-pet-safe","provider":"Root \u0026 Reach Botanicals","version":"1.0","type":"link"}