{"product_id":"pre-order-free-shipping-alocasia-black-velvet-pink-albo-variegated-1-plant-bag-tissue-culture","title":"[Pre-Order \/ Free Shipping] Alocasia Black Velvet Pink-Albo Variegated (1 plant\/bag) \/ Tissue Culture","description":"\u003cstyle\u003e\n  \/* BOTANISQ 2026 Modern Aesthetic - Final Refinement *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600\u0026family=Playfair+Display:ital,wght@0,400;0,600;1,400\u0026display=swap');\n\n  .p-story {\n    font-family: 'Inter', -apple-system, sans-serif;\n    color: #333;\n    line-height: 1.8;\n    letter-spacing: 0.01em;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* セクション見出し - 指定箇所のみ中央、他は左寄せ *\/\n  .p-story h2 {\n    font-family: 'Playfair Display', serif;\n    color: #2d5a27;\n    font-size: 1.7em;\n    font-weight: 600;\n    margin-top: 60px;\n    margin-bottom: 25px;\n    letter-spacing: 0.03em;\n  }\n\n  .p-story p {\n    text-align: left;\n    font-size: 1em;\n    color: #444;\n    margin-bottom: 20px;\n  }\n\n  \/* 2. What is TC Section *\/\n  .tc-intro-clean {\n    padding: 10px 0;\n    margin: 30px 0;\n    text-align: left;\n  }\n\n  .tc-intro-clean strong {\n    font-family: 'Playfair Display', serif;\n    color: #2d5a27;\n    font-size: 1.3em;\n    display: block;\n    margin-bottom: 12px;\n  }\n\n  \/* LEARN HOW TO TAKE CARE ボタン (中央揃え) *\/\n  .btn-guide-container {\n    text-align: center;\n    margin-top: 10px;\n  }\n  .btn-guide {\n    display: inline-block;\n    padding: 10px 25px;\n    border: 1px solid #d4b895;\n    color: #b38e5d !important;\n    text-decoration: none;\n    border-radius: 50px;\n    font-size: 0.85em;\n    font-weight: 600;\n    transition: all 0.3s;\n  }\n  .btn-guide:hover {\n    background: #fdfaf7;\n    border-color: #2d5a27;\n    color: #2d5a27 !important;\n  }\n\n  \/* 3. Shipping Box *\/\n  .shipping-hero-box {\n    background: #B9C6DE; \n    color: #0B0E27; \n    padding: 30px;\n    border-radius: 16px;\n    margin: 40px 0;\n    text-align: center;\n  }\n\n  \/* --- Dynamic Blog Sync Styles --- *\/\n  #dynamic-schedule-container .tc-container,\n  #dynamic-schedule-container .tc-blog-container { padding: 0 !important; max-width: 100% !important; }\n  #dynamic-schedule-container .tc-title,\n  #dynamic-schedule-container .shipping-footer,\n  #dynamic-schedule-container .section-label { display: none !important; }\n  \n  \/* 🌟 Batch A\/B カードの背景色を改良 (#F9F7F4) *\/\n  #dynamic-schedule-container .schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }\n  #dynamic-schedule-container .batch-card { \n    background: #F9F7F4 !important; \/* 目立たせるための淡いトープベージュ *\/\n    border: 1px solid #eee; \n    padding: 25px; \n    border-radius: 12px; \n    text-align: center; \n  }\n  #dynamic-schedule-container .batch-tag { font-family: 'Playfair Display', serif; font-size: 1.3em; color: #2d5a27; display: block; margin-bottom: 15px; }\n  #dynamic-schedule-container .date-value { display: block; font-weight: 600; color: #b38e5d; margin-top: 4px; }\n\n  \/* Terms \u0026 Conditions - タイトル中央 *\/\n  #dynamic-schedule-container .important-notice { background: transparent !important; border: none !important; padding: 0 !important; }\n  #dynamic-schedule-container .important-header { \n    font-family: 'Playfair Display', serif; \n    font-size: 1.7em; \n    color: #2d5a27; \n    text-align: center !important; \/* 中央揃え指定 *\/\n    margin-top: 60px;\n    margin-bottom: 35px;\n  }\n\n  #dynamic-schedule-container .term-item { border-bottom: 1px solid #f0f0f0; padding-bottom: 25px; margin-bottom: 25px; text-align: left; }\n  #dynamic-schedule-container .term-label { font-family: 'Playfair Display', serif; font-weight: 600; color: #2d5a27; margin-bottom: 8px; display: block; font-size: 1.15em; }\n  #dynamic-schedule-container .term-text { font-size: 0.95em; color: #444; }\n\n  \/* 6. Custom Orders Section *\/\n  .custom-order-highlight {\n    background: #fbfaf8; \n    border: 1px solid #d4b895;\n    padding: 50px 30px;\n    border-radius: 20px;\n    text-align: center;\n    margin-top: 60px;\n  }\n\n  \/* ENQUIRE ボタンのHover色設定 (#d4b895) *\/\n  .btn-contact {\n    display: inline-block;\n    padding: 16px 45px;\n    background: #0B0E27;\n    color: #ffffff !important;\n    text-decoration: none;\n    border-radius: 8px; \n    font-weight: 600;\n    font-size: 0.9em;\n    letter-spacing: 0.1em;\n    transition: all 0.4s ease;\n    box-shadow: 0 8px 15px rgba(11, 14, 39, 0.2);\n    margin-top: 20px;\n  }\n\n  .btn-contact:hover {\n    background: #d4b895; \/* BOTANISQのおしゃれなゴールドベージュに *\/\n    color: #ffffff !important;\n    border: none;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 25px rgba(212, 184, 149, 0.4);\n  }\n\n  @media (max-width: 600px) {\n    #dynamic-schedule-container .schedule-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"p-story\"\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cspan\u003eThe Velvety Jewel: Alocasia Black Velvet Pink-Albo\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eExperience the ultimate contrast with the \u003cstrong\u003eAlocasia Black Velvet Pink-Albo\u003c\/strong\u003e. This rare gem features dark, sooty-black leaves with a luxurious velvet texture, strikingly interrupted by bold splashes of creamy white and candy pink. As an exclusive \"one plant per bag,\" this specimen has been nurtured to perfection, showing off its elite variegation and compact, regal form. It’s a breathtaking piece of botanical art that adds a touch of high-fashion drama to any collection.\u003c\/p\u003e\n\u003cdiv class=\"tc-intro-clean\"\u003e\n\u003cstrong\u003eWhat is Tissue Culture (TC)?\u003c\/strong\u003e\n\u003cp\u003eScientific Innovation meets Beauty. Our TC specimens are lab-grown with precision to ensure genetic excellence. These high-quality \"babies\" provide the most stable foundation for your growing success.\u003c\/p\u003e\n\u003cdiv class=\"btn-guide-container\"\u003e\u003ca href=\"https:\/\/botanisq.com\/blogs\/how-to\/what-is-tissue-culture-plant-how-to-take-care\" rel=\"noopener\" class=\"btn-guide\" target=\"_blank\"\u003eLEARN HOW TO TAKE CARE →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-hero-box\"\u003e\n\u003cspan style=\"background: #0B0E27; color: #fff; font-size: 0.75em; padding: 4px 14px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600;\"\u003eComplimentary\u003c\/span\u003e\n\u003ch4 style=\"margin: 10px 0; font-size: 1.3em; font-weight: 600;\"\u003eFree Express Shipping\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1em; opacity: 0.95; text-align: center;\"\u003eAll Tissue Culture orders are dispatched via \u003cstrong\u003eRoyal Mail Tracked 24\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"text-align: center;\"\u003ePre-Order Schedule\u003c\/h2\u003e\n\u003cdiv id=\"dynamic-schedule-container\"\u003e\n\u003cp style=\"text-align: center; color: #ccc; padding: 20px; font-style: italic;\"\u003eSynchronizing latest schedule...\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-order-highlight\"\u003e\n\u003ch3 style=\"font-family: 'Playfair Display'; color: #2d5a27; margin-bottom: 15px; font-size: 1.5em; text-align: center;\"\u003eCustom Pre-Orders\u003c\/h3\u003e\n\u003cp style=\"color: #666; font-size: 0.95em; max-width: 550px; margin: 0 auto; text-align: center;\"\u003eSearching for a rare species beyond our current selection? We have direct access to leading labs and can source exclusive varieties tailored to your collection.\u003c\/p\u003e\n\u003ca href=\"\/pages\/contact\" rel=\"noopener\" class=\"btn-contact\" target=\"_blank\"\u003eENQUIRE FOR CUSTOM VARIETIES\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 60px; font-size: 0.8em; color: #aaa; font-style: italic; text-align: center;\"\u003e*Individual specimens will vary. All photos are for reference purposes only.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    fetch('\/blogs\/news\/pre-order-tissue-culture-schedule')\n      .then(response =\u003e response.text())\n      .then(html =\u003e {\n        const parser = new DOMParser();\n        const doc = parser.parseFromString(html, 'text\/html');\n        const content = doc.querySelector('.tc-container') || doc.querySelector('.tc-blog-container');\n        if(content) {\n          document.getElementById('dynamic-schedule-container').innerHTML = content.innerHTML;\n        }\n      })\n      .catch(err =\u003e console.error('Sync failed:', err));\n  })();\n\u003c\/script\u003e","brand":"BOTANISQ","offers":[{"title":"Default Title","offer_id":55515023802708,"sku":"AL008","price":49.8,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/2677\/8964\/files\/AlocasiaBlackVelvetPink-AlboVariegated.png?v=1775827244","url":"https:\/\/botanisq.com\/products\/pre-order-free-shipping-alocasia-black-velvet-pink-albo-variegated-1-plant-bag-tissue-culture","provider":"BOTANISQ","version":"1.0","type":"link"}