{"product_id":"natural-coir-climbing-pole","title":"Natural Coir Climbing Pole","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：园艺辅助工具（植物攀爬柱）\n目标受众：室内园艺爱好者，拥有攀爬类植物（如龟背竹、绿萝）的人群\n视觉风格：自然、有机、清新。配色以椰棕色、植物绿和浅木色为主调。\n配色策略：\n- Primary: #4A7C59 (植物绿，用于强调和图标)\n- Text Main: #333333 (深灰，正文)\n- Text Sub: #666666 (次级文字)\n- BG Soft: #F5F5F1 (浅米灰，用于背景区分)\n模块顺序：Hero -\u003e Feature 1 (Training\/Support) -\u003e Feature 2 (Material\/Moisture) -\u003e Feature 3 (Stackable Design) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_2.png, Feature1=image_5.png, Feature2=image_4.png, Feature3=image_3.png\n规格图映射：Specs=image_6.png\n对比模块：已融入 Feature 1，通过 Before\/After 直观展示。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #4A7C59;\n    --primary-hover: #3a6346;\n    --text-main: #333333;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #ffffff;\n    --bg-soft: #F9F9F7;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n    --border-color: #e0e0e0;\n    --spacing-section: clamp(3rem, 8vw, 5rem);\n    --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    margin-top: 0;\n    line-height: 1.2;\n    color: var(--text-main);\n  }\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 1rem; }\n  .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); margin-bottom: 1rem; }\n  .product-detail-container h3 { font-size: 20px; margin-bottom: 0.75rem; }\n  .product-detail-container p { font-size: 18px; margin: 0 0 1.5rem 0; color: var(--text-sub); }\n  .product-detail-container .lead { font-size: 20px; color: var(--text-sub); margin-bottom: 2rem; }\n\n  \/* Components *\/\n  .trust-badge {\n    display: inline-block;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    color: var(--primary);\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 500;\n    margin-bottom: 1.5rem;\n  }\n\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n  }\n  .feature-tag {\n    background: var(--bg-soft);\n    color: var(--text-main);\n    padding: 0.4rem 0.8rem;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n  .feature-tag::before {\n    content: \"\";\n    display: block;\n    width: 10px;\n    height: 10px;\n    background: var(--primary);\n    border-radius: 50%;\n  }\n\n  \/* Images *\/\n  .img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n  .img-placeholder {\n    width: 100%;\n    background-color: #f0f0f0;\n    border: 2px dashed #ccc;\n    border-radius: var(--radius-lg);\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    color: #888;\n    font-family: monospace;\n    padding: 2rem;\n    box-sizing: border-box;\n  }\n\n  \/* Layout Modules *\/\n  .section-module {\n    margin-bottom: var(--spacing-section);\n  }\n\n  \/* Hero *\/\n  .hero-section {\n    text-align: center;\n    max-width: 900px;\n    margin-left: auto;\n    margin-right: auto;\n    padding-top: 2rem;\n  }\n\n  \/* Feature Sections (Z-Pattern) *\/\n  .feature-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--spacing-item);\n    align-items: center;\n  }\n  @media (min-width: 768px) {\n    .feature-section {\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .feature-section.reverse {\n      direction: rtl;\n    }\n    .feature-section.reverse \u003e * {\n      direction: ltr;\n    }\n  }\n  .feature-media {\n    position: relative;\n  }\n  .feature-copy {\n    padding: 1rem 0;\n  }\n\n  \/* Specifications *\/\n  .specs-box {\n    background: var(--bg-soft);\n    padding: var(--spacing-item);\n    border-radius: var(--radius-lg);\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 18px;\n  }\n  .specs-table th, .specs-table td {\n    text-align: left;\n    padding: 1rem;\n    border-bottom: 1px solid var(--border-color);\n    vertical-align: top;\n  }\n  .specs-table th {\n    width: 35%;\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table tr {\n      margin-bottom: 1.5rem;\n      border-bottom: none;\n    }\n    .specs-table th {\n      padding-bottom: 0.5rem;\n      color: var(--primary);\n    }\n    .specs-table td {\n      padding-top: 0;\n      padding-left: 1rem;\n      border-left: 3px solid var(--primary);\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n  }\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Module A: Intro \/ Hero --\u003e\n\u003cdiv class=\"section-module hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eSupports healthier, taller growth\u003c\/div\u003e\n\n\u003ch1\u003eTrain Your Plants to Grow Upward, Naturally\u003c\/h1\u003e\n\n\u003cp class=\"lead\"\u003eGive your climbing indoor plants the sturdy, moisture-retaining support they need to thrive and create a lush, vertical display in your home.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606164147\/3541e05160c1b6914393da2b70df6df9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-module feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606164146\/c95a2cb26386117ab076fcb5d2a9b3fb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTransform Droopy Stems into Vertical Beauty\u003c\/h2\u003e\n\n\u003cp\u003eClimbing plants like Monsteras and Pothos naturally seek upward support. Without it, they tend to grow outwards, becoming messy and taking up space. Our sturdy pole guides them vertically, encouraging larger leaves and a tidier, healthier plant structure.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSturdy Wooden Base\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable PVC Core\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Material \u0026 Moisture (Natural Benefits) --\u003e\n\n\u003cdiv class=\"section-module feature-section reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img112\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606164146\/98607a6a9f73dca67b443cfdce7ddbe5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMimics Nature for Stronger Root Attachment\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from natural coconut coir fibers, the surface is rough and highly absorbent. This texture mimics tree bark, encouraging aerial roots to grip firmly. By retaining moisture, the pole helps provide hydration and nutrients directly to the roots.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHigh Moisture Retention\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEco-friendly Coco Coir\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Design (Extendable \u0026 Easy) --\u003e\n\n\u003cdiv class=\"section-module feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606164146\/0bce26c182d1c2e643e0b8de026966b2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGrows Tall Alongside Your Plant\u003c\/h2\u003e\n\n\u003cp\u003eThe smart hollow-top design allows you to easily stack another pole on top as your plant reaches new heights. There's no need to disturb the established roots or replace the entire support system—simply extend it for continuous growth.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eStackable Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy Installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module C: Specifications --\u003e\n\n\u003cdiv class=\"section-module\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrimary Materials\u003c\/th\u003e\n\t\t\t\u003ctd\u003eNatural Coco Coir Fiber, Solid Wood Stake, Internal PVC Pipe, Jute Rope\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Lengths\u003c\/th\u003e\n\t\t\t\u003ctd\u003e32cm (approx. 12.6\")\u003cbr\u003e\n\t\t\t42cm (approx. 16.5\")\u003cbr\u003e\n\t\t\t52cm (approx. 20.5\")\u003cbr\u003e\n\t\t\t62cm (approx. 24.4\")\u003cbr\u003e\n\t\t\t72cm (approx. 28.3\")\u003cbr\u003e\n\t\t\t82cm (approx. 32.3\")\u003cbr\u003e\n\t\t\t92cm (approx. 36.2\")\u003cbr\u003e\n\t\t\t102cm (approx. 40.2\")\u003cbr\u003e\n\t\t\t122cm (approx. 48\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWooden Stake Length\u003c\/th\u003e\n\t\t\t\u003ctd\u003eApprox. 12cm (4.7\") for all sizes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eRecommended Plants\u003c\/th\u003e\n\t\t\t\u003ctd\u003eMonstera, Pothos, Philodendron, Money Plant, and other climbing or trailing vines with aerial roots.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 16px; margin-top: 1rem; color: var(--text-sub);\"\u003e* Note: Due to the natural materials, slight variations in color and texture may occur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Module D: FAQ --\u003e\n\n\u003cdiv class=\"section-module\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I install the moss pole without hurting my plant?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eGently insert the sharpened wooden stake securely into the soil, positioning it close to the plant's main stem. Be careful to avoid damaging the root ball. Use soft twine or plant ties to loosely secure the stem to the pole, guiding it upwards.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eShould I keep the coco coir pole moist?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, for best results, we recommend misting the pole regularly. A moist surface encourages aerial roots to attach faster and helps increase the humidity around the plant, which many tropical climbers love.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I extend the pole when my plant grows taller?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe top of each pole is hollow. Simply purchase another pole of the same diameter and insert its wooden stake firmly into the hollow top of the existing pole. This provides instant added height without disturbing the plant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Support)","offer_id":48971856773370,"sku":"0606-17544839","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular - 20% Off)","offer_id":48971856806138,"sku":"0606-17540826","price":19.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Best Value - 30% Off)","offer_id":48971856838906,"sku":"0606-17541096","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/3541e05160c1b6914393da2b70df6df9_999258a3-0d55-4d4d-ae55-a57ef7365e05.jpg?v=1780739700","url":"https:\/\/varitino.com\/products\/natural-coir-climbing-pole","provider":"Varitino","version":"1.0","type":"link"}