{"product_id":"stackable-plant-support-trellis","title":"Stackable Plant Support Trellis","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #2e6f40;\n      --primary-hover: #235431;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f7f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\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: #e2e8e4;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .spec-value,\n    .product-detail-container .compare-label {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-section:last-of-type {\n      border-bottom: none;\n    }\n\n    \/* Image Styling *\/\n    .product-detail-image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 9;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 20px 0;\n      box-sizing: border-box;\n    }\n\n    .product-detail-image-placeholder span {\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Trust Badge \/ Pill *\/\n    .badge-container {\n      display: flex;\n      gap: 8px;\n      flex-wrap: wrap;\n      margin-bottom: 16px;\n    }\n\n    .badge {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n      display: inline-block;\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-section .badge-container {\n      justify-content: center;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Compare Section *\/\n    .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .compare-card {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      text-align: center;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .compare-card.before-card {\n      border-top: 4px solid #d9534f;\n    }\n\n    .compare-card.after-card {\n      border-top: 4px solid var(--primary);\n    }\n\n    .compare-status {\n      font-weight: 700;\n      margin-bottom: 8px;\n      display: block;\n    }\n\n    .before-card .compare-status {\n      color: #d9534f;\n    }\n\n    .after-card .compare-status {\n      color: var(--primary);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Specifications Section *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 24px;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n      background-color: var(--bg-soft);\n    }\n\n    \/* FAQ Section *\/\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Responsive Queries *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 48px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n        flex-shrink: 0;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Typography locks *\/\n      .product-detail-container h1,\n      .product-detail-container .hero-title {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container td,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-desc,\n      .product-detail-container .faq-answer,\n      .product-detail-container .badge,\n      .product-detail-container .spec-value,\n      .product-detail-container .compare-label {\n        font-size: 18px !important;\n      }\n\n      \/* Stacking order lock for mobile *\/\n      .feature-item {\n        flex-direction: column !important;\n      }\n\n      .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n      }\n\n      .compare-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      \/* Table responsive rules *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 16px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      \/* 隐藏移动端第一列（因为使用了伪元素显示标签） *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n        padding: 12px 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Modular Stackable Plant Support Trellis\nTarget Audience: Indoor gardeners, houseplant lovers, botanical hobbyists\nVisual Style: Modern Botanical, Clean, Organically Structured\nColor Strategy: Botanical Green (#2e6f40), Sage Green Accent (#eef5f1), Dark Charcoal (#222222)\nModule Order: Hero -\u003e Compare -\u003e Feature 1 (Stacking) -\u003e Feature 2 (Installation) -\u003e Feature 3 (Durability) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_5, Feature3=detail_2\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (Directly visualizes the before\/after droopy vs. upright states shown in detail_1)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Intro \/ Hero Section --\u003e\n\u003csection class=\"product-detail-section hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eModular Growth Support\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eStackable Plant Support Trellis for Upright \u0026amp; Healthy Growth\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your stems and foliage beautifully upright. Prevent drooping, crowding, and breakage with our modular snap-together design that blends seamlessly into your plants.\u003c\/p\u003e\n\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908171033\/1904a3ca17192c5732a79501a0e94198.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eSee the Difference\u003c\/h2\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"compare-card before-card\"\u003e\n\u003cspan class=\"compare-status\"\u003e\u003cspan style=\"font-size:18px;\"\u003eBefore\u003c\/span\u003e\u003c\/span\u003e\n\n\u003cp class=\"compare-label\"\u003eDrooping stems and messy, scattered foliage that is vulnerable to bending or breaking.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-card after-card\"\u003e\n\u003cspan class=\"compare-status\"\u003e\u003cspan style=\"font-size:18px;\"\u003eAfter\u003c\/span\u003e\u003c\/span\u003e\n\n\u003cp class=\"compare-label\"\u003eNeat, upright, and organized support that lifts your plant for better light and shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908162829\/5d771b53b4d2460f376adfa98df7a390.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eStackable Height That Grows with Your Plants\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEasily add or remove modular tiers as your plant climbs higher. Use a single level for young sproutings, or stack multiple tiers to guide tall indoor climbing plants as they mature.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eModular Tiers\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eInfinite Stacking\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908162829\/83221d97ef4d724d9c4ce915d20d8092.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSimple Tool-Free Assembly\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eAssemble in less than a minute. Simply connect the curved segments to the upright stakes, click them securely into a perfect circle, and anchor the pointed feet directly into the soil.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003e1-Minute Setup\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSnap Connection\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan style=\"font-size:16px;\"\u003e\u003c!-- Feature 3 --\u003e\u003c\/span\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-detail-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-3-63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908162829\/54eb16b13bc84a8bdfc3612c64ae9db0.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSturdy, Rust-Free Materials\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eCrafted from durable, premium polymer that will never rust or rot in damp soil. Features a thickened 6.4mm stake diameter to provide reliable, long-lasting stability for heavy foliage.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003e6.4mm Thickened Stake\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003c\/span\u003e\u003cspan class=\"feature-tag\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSoil Safe \u0026amp; Rust-Free\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRing Diameter (Arc Span)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Ring Diameter (Arc Span)\"\u003e\u003cspan class=\"spec-value\"\u003eSmall: 17 cm (6.7 in) \/ Large: 20 cm (7.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Heights (Per Tier)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Heights (Per Tier)\"\u003e\u003cspan class=\"spec-value\"\u003eSmall: 17 cm (6.7 in) \/ Large: 24.5 cm (9.6 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStake Thickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Stake Thickness\"\u003e\u003cspan class=\"spec-value\"\u003e6.4 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003e\u003cspan class=\"spec-value\"\u003eDeep Botanical Green (Blends with foliage)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eOdorless, Rust-Resistant Polymer\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStructure (Per Tier)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Structure (Per Tier)\"\u003e\u003cspan class=\"spec-value\"\u003e3 Upright Stakes + 3 Curved Rods\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌿 How do I assemble the support ring?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eConnect the curved rods to the upright stakes, click the joint snap locks together to form a closed horizontal loop, then insert the pointed bottom tips firmly into your pot's soil.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌿 Can I keep adding more tiers as my plant grows?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the stackable design allows you to vertically connect the bottom of one stake into the top socket of another, enabling you to stack tiers infinitely high.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌿 Will damp soil damage or rust the trellis?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. Unlike metal stands, our trellis is made entirely of a high-quality polymer that is completely rust-resistant, odorless, and highly durable in moist soil conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Large (7.9\" Wide × 9.6\" Tall) \/ 3-Layer Set (18 Pcs - Home Essential)","offer_id":50446378598650,"sku":"20260917-153247-9880","price":13.95,"currency_code":"USD","in_stock":true},{"title":"Small (6.7\" Wide × 6.7\" Tall) \/ 3-Layer Set (18 Pcs - Home Essential)","offer_id":50446378631418,"sku":"20260917-153247-5259","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Large (7.9\" Wide × 9.6\" Tall) \/ 6-Layer Set (36 Pcs - Most Popular - 10%)","offer_id":50446378664186,"sku":"20260917-153247-0468","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Small (6.7\" Wide × 6.7\" Tall) \/ 6-Layer Set (36 Pcs - Most Popular - 10%)","offer_id":50446378696954,"sku":"20260917-153247-1893","price":18.95,"currency_code":"USD","in_stock":true},{"title":"Large (7.9\" Wide × 9.6\" Tall) \/ 9-Layer Set (54 Pcs - Best Value - 15%)","offer_id":50446378729722,"sku":"20260917-153247-6945","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Small (6.7\" Wide × 6.7\" Tall) \/ 9-Layer Set (54 Pcs - Best Value - 15%)","offer_id":50446378762490,"sku":"20260917-153247-0437","price":25.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/1904a3ca17192c5732a79501a0e94198.jpg?v=1789630491","url":"https:\/\/varitino.com\/products\/stackable-plant-support-trellis","provider":"Varitino","version":"1.0","type":"link"}