{"product_id":"calathea-dottie-roseopicta-pet-safe","title":"Calathea Dottie Calathea Roseopicta - Pet Safe Non-Toxic Dark Purple Pink Prayer Plant","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 does my Dottie look different from the photos?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Leaves will change color under different lighting environments. In bright indirect light Dottie reads as deep green with vivid magenta rings, while in cooler or dimmer light the same leaves look near-black with softer, paler pink. New leaves also emerge a brighter pink and deepen as they mature. This is natural and expected, not a sign of a problem.\"\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 usually come down to water quality or humidity. Calatheas are sensitive to fluoride, chlorine, and salts in tap water, so switch to filtered, distilled, or collected rainwater. Pair that with humidity around 60 percent and new growth will come in clean.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this plant safe for pets?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes! Calathea is listed by the ASPCA as non-toxic to cats and dogs, so Dottie is a safe choice for pet-loving households.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why do the leaves move during the day?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Calatheas belong to the prayer plant family and raise their leaves upward at night, then lower them again in the morning. The movement comes from a hinge-like joint at the base of each leaf. It is a sign of a healthy, responsive plant.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Should I cut off the brown tips?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"You can. Trim with clean scissors, following the natural curve of the leaf and leaving a thin margin of brown rather than cutting into healthy green tissue. Fix the underlying water or humidity issue first, or new leaves will do the same thing.\"\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\": \"Calathea Dottie\",\n      \"item\": \"https:\/\/rootandreachbotanicals.com\/products\/calathea-dottie-roseopicta-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    .color-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    .color-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: Calathea roseopicta 'Dottie'\u003c\/h1\u003e\n        \u003cp class=\"common-names\"\u003eCommon Names: Calathea Dottie • Rose Painted Calathea • Prayer Plant • Goeppertia roseopicta 'Dottie'\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"product-content\"\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"color-note\"\u003e\n                \u003cstrong\u003eA note on color\u003c\/strong\u003e\n                Leaves will change color under different lighting environments. Dottie reads as deep green with vivid magenta rings in bright indirect light, and as near-black with softer pink in cooler or dimmer rooms. Your plant will look beautiful in either, just not identical to every photo.\n            \u003c\/div\u003e\n            \u003cp class=\"description-text\"\u003eThe \u003cstrong\u003eCalathea 'Dottie' (Calathea roseopicta)\u003c\/strong\u003e is about as dramatic as foliage gets. Each broad, oval leaf is so deeply pigmented it reads almost black, then traced with a single bright magenta ring that follows the leaf edge and runs up the midrib like a brushstroke. Turn a leaf over and the underside is a rich burgundy purple. Set against paler plants, it looks less like a houseplant and more like something painted.\u003c\/p\u003e\n            \u003cp class=\"description-text\"\u003eDottie belongs to the prayer plant family, which means the leaves move on a daily rhythm, folding upward at dusk and opening again by morning. She asks for filtered water, steady humidity, and a spot out of direct sun, and she will tell you plainly when something is off. Calathea is listed by the ASPCA as non-toxic to cats and dogs, so this deeply moody, high-drama plant can sit at floor level in a house full of curious 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\u003eMedium to bright indirect light\u003c\/strong\u003e keeps the pink rings crisp and the dark tones rich\u003c\/li\u003e\n                                \u003cli\u003eA north or east-facing window, or well back from a bright window, works beautifully\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eNever direct sun\u003c\/strong\u003e, which scorches the leaves and bleaches the color permanently\u003c\/li\u003e\n                                \u003cli\u003eTolerates lower light better than most patterned plants, though the pink 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\u003eUse filtered, distilled, or rainwater\u003c\/strong\u003e, as tap water minerals cause brown crispy edges\u003c\/li\u003e\n                                \u003cli\u003eKeep the soil lightly and evenly moist, watering when the top inch feels dry\u003c\/li\u003e\n                                \u003cli\u003eNever let the root ball dry out completely, and never leave it sitting in water\u003c\/li\u003e\n                                \u003cli\u003eReduce moderately in winter while keeping the soil from going fully 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 60% or higher\u003c\/strong\u003e is the difference between flawless leaves and crisp edges\u003c\/li\u003e\n                                \u003cli\u003eRun a humidifier nearby, group with other plants, or use a pebble tray\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\u003eAlways choose a pot with drainage holes to protect the shallow roots\u003c\/li\u003e\n                                \u003cli\u003eFeed monthly in spring and summer at quarter to half strength, as she burns easily\u003c\/li\u003e\n                                \u003cli\u003eRepot every 1-2 years in spring, dividing the clump if you want a second plant\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\u003eLeaf Color \u0026amp; Maintenance\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\u003eLeaf color shifts with the light\u003c\/strong\u003e, from near-black and pale pink to deep green and hot magenta\u003c\/li\u003e\n                                \u003cli\u003eNew leaves unfurl a brighter pink and darken as they mature, which is normal\u003c\/li\u003e\n                                \u003cli\u003eTrim brown edges with clean scissors, following the natural curve of the leaf\u003c\/li\u003e\n                                \u003cli\u003eWipe leaves gently with a soft damp cloth, and check undersides for spider mites in dry air\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 Calathea Dottie\u003c\/h2\u003e\n            \u003cdiv class=\"styling-grid\"\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eMoody Interiors\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eNear-black foliage against dark walls and warm brass\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\"\u003eThe humidity she wants, in a spa-like corner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003ePlant Groupings\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eDeep contrast beside silver and pale green neighbors\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"styling-card\"\u003e\n                    \u003cdiv class=\"styling-title\"\u003eBedroom Side Tables\u003c\/div\u003e\n                    \u003cdiv class=\"styling-desc\"\u003eWatch the leaves fold upward as evening settles in\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\u003eLeaves will change color under different lighting environments.\u003c\/strong\u003e The depth of the green, the darkness of the leaf, and the brightness of the pink ring all shift with the light in your home, and new leaves emerge brighter before deepening. Expect your Dottie to look similar to the product images rather than identical to them.\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 does my Dottie look different from the photos?\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\u003eLeaves will change color under different lighting environments. In bright indirect light Dottie reads as deep green with vivid magenta rings, while in cooler or dimmer rooms the same leaves look near-black with softer, paler pink. New leaves also emerge a brighter pink and deepen as they mature. This is natural variation rather than a sign of a problem, and the color often shifts again once the plant settles into your home.\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 nearly always come down to water quality or humidity. Calatheas are unusually sensitive to the fluoride, chlorine, and dissolved salts in tap water, so switching to filtered, distilled, or collected rainwater solves most cases. Pair that with humidity around 60 percent and new growth will come in clean.\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 do the leaves move during the day?\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\u003eCalatheas belong to the prayer plant family and raise their leaves upward at night, then lower them again in the morning. The motion comes from a small hinge-like joint at the base of each leaf that responds to light. It is one of the most charming things about this plant and a good sign that yours is healthy and responsive.\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! Calathea is listed by the ASPCA as non-toxic to cats and dogs, so Dottie is a safe choice for pet-loving households. Because she prefers indirect light and high humidity, she often ends up at floor level or on a low table, which makes that peace of mind especially worth having.\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 cut off the brown tips?\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\u003eYou can, and it does tidy the plant up. Trim with clean scissors, following the natural curve of the leaf and leaving a thin margin of brown rather than cutting into healthy green tissue. Address the underlying water or humidity issue first, though, or the new leaves will do exactly the same thing.\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":46414455767293,"sku":"4_CALATHEA_DOTTIE","price":38.46,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/4493\/7725\/files\/CalatheaDottieCalatheaRoseopicta-PetSafeNon-ToxicDarkPurplePinkPrayerPlant4.png?v=1785538343","url":"https:\/\/rootandreachbotanicals.com\/products\/calathea-dottie-roseopicta-pet-safe","provider":"Root \u0026 Reach Botanicals","version":"1.0","type":"link"}