{"product_id":"alocasia-platinum19cm","title":"Alocasia Platinum 19cm","description":"\u003c!-- ===================== PLANT DESCRIPTION — FX TEMPLATE (Alocasia Platinum — Alocasia) ===================== --\u003e\n\u003cdiv\u003e\n\u003cstyle\u003e\n  :root{ --brand:#074635; --brand-contrast:#fff; --border:#e7ece9; --card-bg:#fff; --page-bg:#f5f7f6; --muted:#3b584a; --text:#0f2a1d }\n  @media (max-width:720px){\n    .fx-wrap .fx-head,\n    .fx-wrap .dose-card,\n    .fx-wrap .box,\n    .fx-wrap .table,\n    .fx-wrap .band,\n    .fx-wrap details.fx-faq,\n    .fx-wrap .fx-cta{\n      background:#fff !important;\n      border-left:4px solid var(--brand) !important;\n      box-shadow:0 1px 0 rgba(16,39,27,.05) !important;\n    }\n    .fx-wrap .fx-grid,\n    .fx-wrap .fx-dose,\n    .fx-wrap .fx-steps,\n    .fx-wrap .fx-tables,\n    .fx-wrap .fx-bands,\n    .fx-wrap .fx-pills,\n    .fx-wrap .fx-cta{\n      background:transparent !important;\n      border:0 !important;\n      box-shadow:none !important;\n    }\n    .fx-wrap .box.box--placement,\n    .fx-wrap .box.box--combos{\n      background:#fbfdfc !important;\n      border-left:1px solid var(--border) !important;\n      box-shadow:none !important;\n    }\n  }\n  html,body{margin:0;background:var(--page-bg)}\n  .fx-wrap{font-family:\"Segoe UI\",Arial,sans-serif;color:var(--text);line-height:1.6;font-size:16px;max-width:880px;margin:0 auto;padding:16px}\n  .fx-wrap p,.box,.table td,.table th{hyphens:auto}\n\n  .fx-head{display:grid;gap:12px;border:1px solid var(--border);border-radius:12px;background:#fbfdfc;padding:14px 16px}\n  .fx-title{margin:0;font-weight:800;font-size:22px;color:#10271b;line-height:1.35}\n  @media (max-width:600px){ .fx-title{font-size:19px;line-height:1.3} }\n  .fx-sub{margin:0;color:#3b584a}\n  .fx-hero{display:flex;align-items:flex-start;gap:10px}\n  .fx-lead{margin-top:10px;padding-top:10px;border-top:1px solid #e1ebe5}\n\n  .fx-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}\n  .pill{display:inline-flex;align-items:center;gap:6px;border:1px solid #dfe7e3;background:#fff;border-radius:999px;padding:6px 10px;font-size:12px}\n  .pill em{font-style:italic}\n  .pill--fam{background:#fff;color:#074635;border-color:#cfeede}\n  .pill--life{background:#e9f7ef;color:#074635;border-color:#cfeede}\n  .pill--light{background:#e6f4f9;color:#074635;border-color:#cae8f1}\n  .pill--care{background:#faf6e5;color:#5c3a0c;border-color:#efe4ba}\n  .pill--growth{background:#fff;color:#074635;border-color:#dfe7e3}\n\n  .fx-dose{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}\n  .dose-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px;text-align:center}\n  .dose-card h4{margin:2px 0 6px;font-size:12px;color:#3b4a42}\n  .dose-big{font-size:18px;font-weight:800;color:#153b2a}\n  .dose-note{font-size:12px;color:#3b584a}\n\n  .fx-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0}\n  .box{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px}\n  .box h3{margin:0 0 10px;padding:4px 0 8px;font-size:18px;font-weight:800;color:#153b2a;border-bottom:2px solid var(--border)}\n  .list{margin:0;padding-left:0;list-style:none}\n  .list li{margin:6px 0}\n\n  .fx-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:10px 0}\n  .step{background:#fbfdfc;border:1px solid var(--border);border-radius:10px;padding:12px}\n  .step strong{color:#153b2a}\n\n  .fx-tables{display:grid;gap:16px;margin:16px 0}\n  .table-scroll{overflow-x:auto}\n  .table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:12px;min-width:520px}\n  .table th,.table td{padding:10px 12px;border-bottom:1px solid #f0f0f0;font-size:14px;text-align:left}\n  .table thead th{font-size:12px;text-transform:uppercase;color:#3b4a42;background:#f6faf8}\n\n  .fx-bands{display:grid;gap:16px;margin:16px 0}\n  .band{background:#fff;border-left:4px solid #074635;border:1px solid var(--border);border-radius:12px;padding:12px}\n\n  .faq-grid{display:grid;gap:12px;margin:14px 0}\n  @media (min-width:721px){ .faq-grid{grid-template-columns:1fr 1fr} }\n  details.fx-faq{\n    background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 12px;\n    transition:box-shadow .15s ease, border-color .15s ease, transform .06s ease;\n  }\n  details.fx-faq:hover{box-shadow:0 3px 10px rgba(16,39,27,.06)}\n  details.fx-faq:active{transform:translateY(0.5px)}\n  details.fx-faq\u003esummary{cursor:pointer;font-weight:800;list-style:none;position:relative;display:flex;align-items:center;gap:10px}\n  details.fx-faq\u003esummary .caret{\n    width:22px;height:22px;display:inline-grid;place-items:center;border:1px solid #cfeede;border-radius:6px;\n    background:linear-gradient(180deg,#eef7f2,#ffffff);color:#074635;font-size:14px;flex:0 0 22px;\n  }\n  details.fx-faq\u003esummary .caret::before{content:\"▸\";transition:transform .2s}\n  details.fx-faq[open]\u003esummary .caret::before{content:\"▾\"}\n  details.fx-faq summary .qchip{\n    font-size:11px;font-weight:700;color:#074635;background:#e9f7ef;border:1px solid #cfeede;border-radius:999px;padding:2px 8px;margin-left:auto;\n  }\n  details.fx-faq p{margin:10px 0 4px}\n\n  details.fx-faq.fx-origin{ position:relative; }\n  details.fx-faq.fx-origin:not([open]){\n    background: linear-gradient(90deg, rgba(231,238,237,.55) 0%, rgba(255,255,255,0) 42%), #fff;\n    border-color:#cfeede;\n  }\n  details.fx-faq.fx-origin:not([open])::before{\n    content:\"\"; position:absolute; inset:0 auto 0 0; width:4px;\n    background:linear-gradient(#88b49c,#5c8975); border-radius:12px 0 0 12px;\n  }\n  details.fx-faq.fx-origin .origin-badge{ display:none; }\n  details.fx-faq.fx-origin:not([open]) .origin-badge{\n    display:inline-block; margin-left:8px; font-size:11px; font-weight:700;\n    color:#074635; background:#e9f7ef; border:1px solid #cfeede; border-radius:999px; padding:2px 8px;\n  }\n  details.fx-faq.fx-origin[open]{ background:#fff; border-color:var(--border); }\n\n  .emj{display:inline-block;width:1.25em;min-width:1.25em;text-align:center}\n\n  \/* ===== Pre-order tooltip + micro badge (NO-JS, DESKTOP-PROOF via checkbox) ===== *\/\n  .gl-tip{position:relative; display:inline-flex; align-items:center; gap:8px; flex-wrap:wrap}\n  .gl-prepill{\n    display:inline-flex; align-items:center;\n    padding:3px 8px; border-radius:999px;\n    font-size:11px; font-weight:800; letter-spacing:.02em;\n    background:#fff7ed; border:1px solid #fed7aa; color:#9a3412;\n  }\n  .gl-tip__toggle{ position:absolute; opacity:0; pointer-events:none; width:1px; height:1px; }\n  .gl-i{\n    width:24px;height:24px;border-radius:999px;\n    border:1px solid #cfeede;\n    background:#e9f7ef;\n    color:#074635;\n    font-weight:900;font-size:13px;line-height:1;\n    display:inline-grid;place-items:center;\n    cursor:pointer;\n    user-select:none;\n    text-decoration:none;\n  }\n  .gl-i:hover{filter:brightness(.98)}\n  .gl-i:focus{outline:2px solid rgba(7,70,53,.25); outline-offset:2px}\n  .gl-tooltip{\n    position:absolute; right:0; top:calc(100% + 8px);\n    width:min(520px, 86vw);\n    background:#fff;\n    border:1px solid #e7ece9;\n    border-radius:12px; padding:10px 12px;\n    box-shadow:0 8px 18px rgba(16,39,27,.08);\n    color:#0f2a1d; font-size:13px;\n    display:none;\n    z-index:20;\n    box-sizing:border-box;\n  }\n  .gl-tip__toggle:checked ~ .gl-tooltip{ display:block; }\n  .gl-tooltip__close{\n    display:inline-flex; align-items:center; justify-content:center;\n    width:22px; height:22px; border-radius:8px;\n    border:1px solid #e7ece9;\n    background:#f4f5ef; color:#074635;\n    font:900 14px\/1 system-ui,-apple-system,\"Segoe UI\",Roboto,Arial,sans-serif;\n    cursor:pointer;\n    float:right;\n  }\n  .gl-tooltip p{margin:0 0 8px}\n  .gl-tooltip p:last-child{margin:0}\n  .gl-chip{\n    display:inline-flex; align-items:center;\n    padding:4px 10px; border-radius:999px;\n    font-size:12px; font-weight:700;\n    color:#0f2a1d; background:#ffffff;\n    border:1px solid #e7ece9;\n  }\n\n  @media (max-width:720px){\n    .table td:first-child,.table th:first-child{white-space:nowrap}\n    .table td:first-child{padding-left:16px}\n    .fx-dose{grid-template-columns:repeat(2,minmax(0,1fr))}\n    .fx-grid{grid-template-columns:1fr}\n    .fx-steps{grid-template-columns:1fr}\n    .faq-grid{grid-template-columns:1fr}\n  }\n\n  \/* ✅ Fix for iPad \/ tablets + iPhone landscape: keep tooltip fully visible *\/\n  @media (max-width:1024px){\n    .gl-tooltip{\n      left:12px; right:12px; width:auto; max-width:none;\n      max-height:45vh; overflow:auto;\n      z-index:9999;\n    }\n  }\n\u003c\/style\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fx-wrap\" lang=\"en\"\u003e\u003c!-- PRE-ORDER NOTICE (top of description) --\u003e\n\u003cdiv class=\"gl-preorder\" style=\"display: block; background: #f6faf8; padding: 12px 12px 12px 14px; margin: 0 0 12px; border-left: 6px solid #e85d04 !important; border-radius: 12px; border: 1px solid #e7ece9; color: #0f2a1d; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;\"\u003e\n\u003cdiv class=\"gl-tip\"\u003e\u003cspan style=\"font-weight: 800;\"\u003e🕒 Availability: Pre-order\u003c\/span\u003e \u003cspan class=\"gl-prepill\"\u003e10–20 days\u003c\/span\u003e \u003cinput id=\"glPreTip-alocasia-platinum19cm\" type=\"checkbox\" class=\"gl-tip__toggle\"\u003e \u003clabel for=\"glPreTip-alocasia-platinum19cm\" class=\"gl-i\" aria-label=\"Pre-order information\" title=\"Info\"\u003ei\u003c\/label\u003e\n\u003cdiv aria-live=\"polite\" role=\"tooltip\" class=\"gl-tooltip\"\u003e\u003clabel aria-label=\"Close\" for=\"glPreTip-alocasia-platinum19cm\" class=\"gl-tooltip__close\"\u003e×\u003c\/label\u003e\n\u003cp\u003e\u003cstrong\u003eDispatch time:\u003c\/strong\u003e Usually 10–20 days from order completion, depending on the grower’s availability. You’ll receive a plant in excellent condition: direct collection from the producer, quick quality check, and dispatch without prolonged storage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAvailability:\u003c\/strong\u003e If the plant is not available from a grower, you’ll be informed and your payment will be refunded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 10px 0 0; color: #3b584a;\"\u003e\u003cspan class=\"gl-chip\"\u003eShips separately\u003c\/span\u003e \u003cspan class=\"gl-chip\"\u003eNot combined with immediate dispatch\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 🟢 MODULE 1: Header --\u003e\n\u003csection class=\"fx-head\"\u003e\n\u003cdiv class=\"fx-hero\"\u003e\n\u003cdiv\u003e\n\u003ch1 class=\"fx-title\"\u003e\u003cstrong\u003e\u003cem\u003eAlocasia platinum\u003c\/em\u003e\u003c\/strong\u003e\u003c\/h1\u003e\n\u003cp class=\"fx-sub\" style=\"font-weight: bold;\"\u003eMetallic look, bold texture — statement foliage without the noise ✨\u003c\/p\u003e\n\u003cp class=\"fx-sub\"\u003eFamily: \u003cem\u003eAraceae\u003c\/em\u003e • Pot diameter: 19 cm • Height: 60 cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fx-pills\"\u003e\u003cspan class=\"pill pill--fam\"\u003e\u003cem\u003eAraceae\u003c\/em\u003e\u003c\/span\u003e \u003cspan class=\"pill pill--life\"\u003eEvergreen\u003c\/span\u003e \u003cspan class=\"pill pill--light\"\u003eLight: bright, indirect\u003c\/span\u003e \u003cspan class=\"pill pill--care\"\u003eCare: moderate\u003c\/span\u003e \u003cspan class=\"pill pill--growth\"\u003eGrowth: moderate\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"fx-sub fx-lead\"\u003e\u003cstrong\u003e\u003cem\u003eAlocasia Platinum\u003c\/em\u003e\u003c\/strong\u003e is the Alocasia for people who want “dark drama” without loud colour: foliage with a silvery, metallic feel, bold veining, and a clean architectural silhouette that looks premium in any space. It shines as a centrepiece in minimal interiors, but it also elevates lush plant groupings where you need a cooler, refined texture for balance. This is one of those plants that reads collectible even in a simple room—because all the work happens on the leaf itself.\u003c\/p\u003e\n\u003csection class=\"fx-dose\"\u003e\n\u003cdiv class=\"dose-card\"\u003e\n\u003ch4\u003eLight\u003c\/h4\u003e\n\u003cdiv class=\"dose-big\"\u003e🌤️ Indirect\u003c\/div\u003e\n\u003cdiv class=\"dose-note\"\u003eBright light brings out the “platinum”.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dose-card\"\u003e\n\u003ch4\u003eWatering\u003c\/h4\u003e\n\u003cdiv class=\"dose-big\"\u003e💧 Consistent\u003c\/div\u003e\n\u003cdiv class=\"dose-note\"\u003eLight moisture, never waterlogged.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dose-card\"\u003e\n\u003ch4\u003eHumidity\u003c\/h4\u003e\n\u003cdiv class=\"dose-big\"\u003e💦 Higher\u003c\/div\u003e\n\u003cdiv class=\"dose-note\"\u003eMakes a visible difference to leaf quality.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dose-card\"\u003e\n\u003ch4\u003eGrowth\u003c\/h4\u003e\n\u003cdiv class=\"dose-big\"\u003e🌱 Moderate\u003c\/div\u003e\n\u003cdiv class=\"dose-note\"\u003eSteady once it settles in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fx-grid\"\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003eWhat makes it special\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e🪙 A silvery, metallic foliage look with a premium texture.\u003c\/li\u003e\n\u003cli\u003e🧬 Bold venation and a clean form that feels “designed”.\u003c\/li\u003e\n\u003cli\u003e🎯 A perfect statement plant if you want character without bright colours.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003eIdeal use\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e🏡 In a bright living space as a focal plant with cool elegance.\u003c\/li\u003e\n\u003cli\u003e🧑‍💻 In an office for strong presence and crisp architectural lines.\u003c\/li\u003e\n\u003cli\u003e🪴 In a bright, indirect-light corner for everyday wow (and great photos).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fx-grid\"\u003e\n\u003cdiv class=\"box box--placement\"\u003e\n\u003ch3\u003eWhere to place it\u003c\/h3\u003e\n\u003cp\u003eIn a bright spot with indirect light, so it keeps firm foliage and a crisp texture. Avoid direct sun on the leaves and areas with drafts or rapid temperature changes. It loves stability—both in placement and routine—so it doesn’t drop leaves from stress and keeps its striking look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box box--combos\"\u003e\n\u003ch3\u003eBest plant pairings\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003eWith deep-green foliage plants so the silvery texture reads like a “light brushstroke”.\u003c\/li\u003e\n\u003cli\u003eWith finer textures\/smaller leaves for scale contrast and clear hierarchy (Alocasia as the lead).\u003c\/li\u003e\n\u003cli\u003eWith vertical foliage lines to fit a modern, architectural composition.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 13px; color: #3b584a; margin-top: 6px;\"\u003eRole in a composition: a focal plant with metallic texture and bold veining.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdetails class=\"fx-faq fx-origin\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e Variety origin \u003cspan class=\"origin-badge\"\u003eclick to read\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cstrong\u003eTaxonomic background:\u003c\/strong\u003e The genus \u003cem\u003eAlocasia\u003c\/em\u003e belongs to the family \u003cem\u003eAraceae\u003c\/em\u003e and includes species with large, expressive leaves and strong ornamental impact. In commercial production, many forms are distributed as clonal selections, aimed at stable texture, venation and foliage tone.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNative range \u0026amp; ecology:\u003c\/strong\u003e Wild \u003cem\u003eAlocasia\u003c\/em\u003e species are mainly from tropical and subtropical Southeast Asia and surrounding regions, often growing in forests with filtered light and higher humidity. Their architectural leaf surface is linked to efficient light capture under canopy conditions.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNaming (etymology):\u003c\/strong\u003e The name \u003cem\u003eAlocasia\u003c\/em\u003e has historically been used to separate the genus from related aroids. The commercial epithet “Platinum” refers to the silvery\/metallic visual effect that defines this selection.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSelection \u0026amp; propagation:\u003c\/strong\u003e “Platinum” is circulated as a selected form for stable texture and foliage tone. Propagation is typically vegetative (division \/ tissue culture) to preserve the key traits that make it recognisable.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003csection class=\"fx-steps\"\u003e\n\u003cdiv class=\"step\"\u003e\u003cstrong\u003e1) Airy, fast-draining mix:\u003c\/strong\u003e Choose an airy mix that drains quickly and won’t keep roots constantly wet.\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\u003cstrong\u003e2) Watering rhythm:\u003c\/strong\u003e Water when the top layer dries, keeping steady moisture without extremes.\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\u003cstrong\u003e3) A stable spot:\u003c\/strong\u003e Fewer moves and fewer drafts help keep strong petioles and clean leaves.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fx-tables\"\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable class=\"table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan class=\"emj\"\u003e🔎\u003c\/span\u003e Detail\u003c\/th\u003e\n\u003cth\u003eInfo\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e🌿\u003c\/span\u003e Botanical name\u003c\/td\u003e\n\u003ctd\u003e\u003cem\u003eAlocasia Platinum\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e🏷️\u003c\/span\u003e Family\u003c\/td\u003e\n\u003ctd\u003e\u003cem\u003eAraceae\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e🌤️\u003c\/span\u003e Light\u003c\/td\u003e\n\u003ctd\u003eBright, indirect light. Avoid direct sun on the leaves.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e💧\u003c\/span\u003e Watering\u003c\/td\u003e\n\u003ctd\u003eConsistent: lightly moist mix, without waterlogging or standing water.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e💦\u003c\/span\u003e Humidity\u003c\/td\u003e\n\u003ctd\u003ePrefers higher humidity for the best foliage look.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e🌱\u003c\/span\u003e Growth rate\u003c\/td\u003e\n\u003ctd\u003eModerate, with best performance under stable conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emj\"\u003e🧪\u003c\/span\u003e Toxicity\u003c\/td\u003e\n\u003ctd\u003eNot suitable for children or pets that chew leaves.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fx-bands\"\u003e\n\u003cdiv class=\"band\"\u003e\u003cstrong\u003e💡 Tip:\u003c\/strong\u003e For “perfect” foliage, invest in stability: same spot, consistent watering routine, and more comfortable humidity.\u003c\/div\u003e\n\u003cdiv class=\"band\"\u003e\u003cstrong\u003e🤔 Did you know?\u003c\/strong\u003e Bold venation in aroids isn’t only aesthetic—it's linked to mechanical support of the leaf and efficient tissue distribution across the lamina.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"faq-grid\"\u003e\u003cdetails class=\"fx-faq\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e Why you’ll love it \u003cspan class=\"qchip\"\u003einfo\u003c\/span\u003e\u003c\/summary\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e🪙 Because the silvery foliage looks expensive and refined without shouting.\u003c\/li\u003e\n\u003cli\u003e🧩 Because it works as a true statement piece in modern interiors.\u003c\/li\u003e\n\u003cli\u003e📸 Because it’s incredibly photogenic: texture, veins, silhouette.\u003c\/li\u003e\n\u003cli\u003e🌿 Because it brings architectural presence to any plant composition.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/details\u003e\u003cdetails class=\"fx-faq\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e 🧠 Greenleaf for nerds — scientific facts nobody asked for \u003cspan class=\"qchip\"\u003egeek\u003c\/span\u003e\u003c\/summary\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e🧬 Many commercial Alocasias are distributed as clonal selections to keep foliage traits visually consistent.\u003c\/li\u003e\n\u003cli\u003e🧫 Vegetative propagation via tissue culture supports uniformity, though minor texture\/tone variation can appear between batches.\u003c\/li\u003e\n\u003cli\u003e🧱 Venation acts as a “skeleton” distributing loads across the leaf blade (lamina), increasing rigidity.\u003c\/li\u003e\n\u003cli\u003e🌿 As an aroid, it responds best to a highly aerated substrate (aeration) to avoid root suffocation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/details\u003e\u003cdetails class=\"fx-faq\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e What light does it need? \u003cspan class=\"qchip\"\u003elight\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eBright, indirect light. Direct sun can mark leaves and dull the texture.\u003c\/p\u003e\n\u003c\/details\u003e\u003cdetails class=\"fx-faq\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e How should I water it? \u003cspan class=\"qchip\"\u003ewater\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eWater when the top layer dries. Aim for steady moisture without water sitting in the pot.\u003c\/p\u003e\n\u003c\/details\u003e\u003cdetails class=\"fx-faq\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e Why do leaves droop or soften? \u003cspan class=\"qchip\"\u003ecare\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eUsually stress from inconsistent watering, low humidity, or sudden changes in placement\/temperature. Stability and higher humidity help a lot.\u003c\/p\u003e\n\u003c\/details\u003e\u003cdetails class=\"fx-faq\"\u003e\n\u003csummary\u003e\u003cspan class=\"caret\"\u003e\u003c\/span\u003e Is it toxic? \u003cspan class=\"qchip\"\u003esafety\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eYes. Keep it out of reach of children and pets that chew leaves.\u003c\/p\u003e\n\u003c\/details\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: #074635; font-style: italic; text-align: center; margin-top: 16px;\"\u003e© Original plant description by Greenleaf Garden Center. All rights reserved. | Το κείμενο αποτελεί πρωτότυπο υλικό. Απαγορεύεται η αντιγραφή (Νόμος 2121\/1993).\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #000; font-style: italic; text-align: center; margin-top: 10px;\"\u003e🔎 Note: Due to natural variation, the plant you receive may differ slightly from the photos. Shape, size and colour can vary with season, growing conditions and the plant’s nature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===================== JSON-LD (FAQPage + BreadcrumbList) — Raven hack wrapper ===================== --\u003e\n\u003cp\u003e\n\u003cscript type=\"application\/ld+json\"\u003e{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"FAQPage\",\n  \"inLanguage\":\"en\",\n  \"mainEntity\":[\n    {\"@type\":\"Question\",\"name\":\"What light does it need?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Bright, indirect light. Direct sun can mark leaves and dull the texture.\"}},\n    {\"@type\":\"Question\",\"name\":\"How should I water it?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Water when the top layer dries. Aim for steady moisture without water sitting in the pot.\"}},\n    {\"@type\":\"Question\",\"name\":\"Why do leaves droop or soften?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Usually stress from inconsistent watering, low humidity, or sudden changes in placement\/temperature. Stability and higher humidity help a lot.\"}},\n    {\"@type\":\"Question\",\"name\":\"Is it toxic?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Keep it out of reach of children and pets that chew leaves.\"}}\n  ]\n}\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"BreadcrumbList\",\n  \"inLanguage\":\"en\",\n  \"itemListElement\":[\n    {\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/green-leaf.gr\/\"},\n    {\"@type\":\"ListItem\",\"position\":2,\"name\":\"Alocasia Platinum\",\"item\":\"https:\/\/green-leaf.gr\/products\/alocasia-platinum19cmen\"}\n  ]\n}\u003c\/script\u003e\n\u003c\/p\u003e\n\u003c!-- json: https:\/\/green-leaf.gr\/products\/alocasia-platinum19cmen --\u003e","brand":"Greenleaf Garden Center","offers":[{"title":"Default Title","offer_id":56769071743324,"sku":"AlocPlatinum19cm","price":45.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2962\/3312\/files\/Alocasia-Platinum-19cm.jpg?v=1771491061","url":"https:\/\/green-leaf.gr\/en-eu\/products\/alocasia-platinum19cmen","provider":"Greenleaf Garden Center","version":"1.0","type":"link"}