{"product_id":"dwarf-snake-plant","title":"Dwarf Snake Plant","description":"\u003cstyle\u003e\n.product-tabs {\n  max-width: 100%;\n  margin: 20px 0;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n  border-top: 1px solid #e5e5e5;\n}\n\n.product-tab-button {\n  width: 100%;\n  padding: 16px;\n  background: #fff;\n  border: none;\n  border-bottom: 1px solid #e5e5e5;\n  text-align: left;\n  font-size: 16px;\n  font-weight: 600;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.product-tab-button::after {\n  content: \"+\";\n  font-size: 18px;\n  transition: transform 0.3s ease;\n}\n\n.product-tab-button.active::after {\n  content: \"−\";\n}\n\n.product-tab-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.35s ease;\n  background: #fafafa;\n}\n\n.product-tab-content-inner {\n  padding: 15px 16px 20px;\n  font-size: 14px;\n  line-height: 1.6;\n  color: #444;\n}\n\n.product-tab-content ul {\n  padding-left: 18px;\n  margin: 8px 0;\n}\n\n@media (min-width: 768px) {\n  .product-tabs {\n    border: 1px solid #e5e5e5;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .product-tab-button {\n    font-size: 17px;\n  }\n\n  .product-tab-content-inner {\n    font-size: 15px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n  \u003c!-- INFO (OPEN BY DEFAULT) --\u003e\n  \u003cdiv itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n    \u003cbutton class=\"product-tab-button active\" onclick=\"toggleTab(this)\" aria-expanded=\"true\"\u003e\n      \u003cspan itemprop=\"name\"\u003ePlant Information\u003c\/span\u003e\n    \u003c\/button\u003e\n\n    \u003cdiv class=\"product-tab-content\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n      \u003cdiv class=\"product-tab-content-inner\" itemprop=\"text\"\u003e\n        \u003cp\u003e\n          The Dwarf Snake Plant is a resilient, low-maintenance succulent with upright, sword-shaped leaves, ideal for small spaces and offices.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PLANT CARE --\u003e\n  \u003cdiv itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n    \u003cbutton class=\"product-tab-button\" onclick=\"toggleTab(this)\" aria-expanded=\"false\"\u003e\n      \u003cspan itemprop=\"name\"\u003ePlant Care Guide\u003c\/span\u003e\n    \u003c\/button\u003e\n\n    \u003cdiv class=\"product-tab-content\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n      \u003cdiv class=\"product-tab-content-inner\" itemprop=\"text\"\u003e\n        \u003cul\u003e\n          \n          \u003cli\u003e\n\u003cstrong\u003eLight:\u003c\/strong\u003e Thrives in bright, indirect light but tolerates low light and shade.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eWater:\u003c\/strong\u003e Allow soil to dry completely between waterings; overwatering can cause root rot.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSoil:\u003c\/strong\u003e Well-draining cactus or succulent potting mix.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHumidity:\u003c\/strong\u003e Tolerates low humidity; no special requirements.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMaintenance:\u003c\/strong\u003e Wipe leaves to remove dust and trim damaged tips occasionally.\u003c\/li\u003e\n    \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- POT INFO --\u003e\n  \u003cdiv itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n    \u003cbutton class=\"product-tab-button\" onclick=\"toggleTab(this)\" aria-expanded=\"false\"\u003e\n      \u003cspan itemprop=\"name\"\u003ePot Information\u003c\/span\u003e\n    \u003c\/button\u003e\n\n    \u003cdiv class=\"product-tab-content\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n      \u003cdiv class=\"product-tab-content-inner\" itemprop=\"text\"\u003e\n        \u003cp\u003e\n          Comes in a durable nursery pot with drainage holes to prevent overwatering. Decorative pots sold separately.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  \/\/ Automatically calculate height for the default active tab\n  const activeButton = document.querySelector(\".product-tab-button.active\");\n  if (activeButton) {\n    const content = activeButton.parentElement.querySelector(\".product-tab-content\");\n    content.style.maxHeight = content.scrollHeight + \"px\";\n  }\n});\n\nfunction toggleTab(button) {\n  const allButtons = document.querySelectorAll(\".product-tab-button\");\n\n  allButtons.forEach(btn =\u003e {\n    const content = btn.parentElement.querySelector(\".product-tab-content\");\n    btn.classList.remove(\"active\");\n    btn.setAttribute(\"aria-expanded\", \"false\");\n    content.style.maxHeight = null;\n  });\n\n  if (!button.classList.contains(\"active\")) {\n    const content = button.parentElement.querySelector(\".product-tab-content\");\n    button.classList.add(\"active\");\n    button.setAttribute(\"aria-expanded\", \"true\");\n    content.style.maxHeight = content.scrollHeight + \"px\";\n  }\n}\n\u003c\/script\u003e","brand":"Serena PH","offers":[{"title":"Default Title","offer_id":48827057668336,"sku":null,"price":150.0,"currency_code":"PHP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/7958\/8336\/files\/Dwarf_Snake_Plant.png?v=1771069412","url":"https:\/\/serenablooms.com\/products\/dwarf-snake-plant","provider":"Serena Blooms PH","version":"1.0","type":"link"}