{"product_id":"plantscraper-seedmix8lt","title":"Plantscraper Fine Seeding Mix 8.5lt","description":"\u003c!-- HYDROCULTURE MOBILE POP — exact match to old FX (works for FX + GLX) --\u003e\n\u003cstyle\u003e\n  :root{ --brand:#074635 }\n\n  @media (max-width:720px){\n    \/* FX sections *\/\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    \/* GLX equivalents *\/\n    .glx-wrap .glx-hero,\n    .glx-wrap .glx-card,\n    .glx-wrap .glx-box,\n    .glx-wrap .glx-table-wrap,\n    .glx-wrap details.glx-dis{\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\n    \/* don't pop container wrappers *\/\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    .glx-wrap .glx-grid,\n    .glx-wrap .glx-benefits,\n    .glx-wrap .glx-cta-row,\n    .glx-wrap .glx-badges{\n      background:transparent !important;\n      border:0 !important;\n      box-shadow:none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --brand:#074635;\n    --brand-contrast:#ffffff;\n    --border:#e7ece9;\n    --card-bg:#ffffff;\n    --page-bg:#f5f7f6;\n    --muted:#3b584a;\n    --text:#0f2a1d;\n  }\n\n  body{margin:0;background:var(--page-bg);}\n  .glx-wrap{font-family:\"Segoe UI\",Arial,sans-serif;color:var(--text);line-height:1.6;font-size:16px;max-width:820px;margin:0 auto;padding:16px}\n  .glx-hero{display:grid;gap:10px;padding:14px 16px;border:1px solid var(--border);border-radius:10px;background:#fafcfb}\n  .glx-title{font-size:22px;font-weight:800;margin:0;color:#10271b}\n  .glx-sub{color:var(--muted);margin-top:2px}\n  .glx-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}\n  .glx-badge{font-size:12px;border:1px solid #dfe7e3;border-radius:999px;padding:6px 10px;background:#fff}\n\n  .glx-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}\n  .glx-btn{display:inline-block;text-align:center;padding:10px 14px;border-radius:8px;font-weight:700;text-decoration:none}\n  .glx-btn--alt{background:var(--brand);color:var(--brand-contrast);border:1px solid var(--brand);transition:filter .2s ease, transform .02s ease}\n  .glx-btn--alt:hover{filter:brightness(0.93)}\n  .glx-btn--alt:active{transform:translateY(1px)}\n  .glx-btn:focus-visible{outline:2px solid rgba(7,70,53,.45);outline-offset:2px}\n\n  .glx-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}\n  .glx-card{border:1px solid var(--border);border-radius:10px;padding:12px;background:#fff}\n  .glx-card h4{margin:0 0 6px 0;font-size:14px;color:#153b2a}\n  .glx-card p{margin:0;color:#243f33;font-size:14px}\n\n  .glx-table-wrap{display:flex;justify-content:center;margin:26px auto 10px}\n  .glx-table{width:100%;max-width:720px;border-collapse:collapse;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;background:#fff}\n  .glx-table th,.glx-table td{padding:12px 0;border-bottom:1px solid #f0f0f0;text-align:left;vertical-align:top}\n  .glx-table th{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:#3b4a42}\n  .glx-table th:first-child,.glx-table td:first-child{text-align:center;font-weight:600}\n  .glx-table td:nth-child(2){text-align:left}\n\n  @media (min-width:721px){\n    .glx-table-wrap{\n      max-width:720px;\n      margin:26px auto 10px;\n      border:1px solid rgba(0,0,0,0.06);\n      border-radius:12px;\n      background:#fff;\n      overflow:hidden;\n      box-shadow:0 1px 3px rgba(0,0,0,0.04);\n      padding:0 0;\n    }\n    .glx-table{max-width:none;width:100%;border-top:none;border-bottom:none}\n    .glx-table tr:last-child td{border-bottom:0}\n    @media (hover:hover){\n      .glx-table tbody tr:hover td{background:#fafcfb}\n    }\n  }\n\n  .glx-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0}\n  .glx-grid.glx-split\u003e.glx-box:nth-child(2){border-left:1px solid var(--border);padding-left:16px}\n  .glx-box{border:1px solid var(--border);border-radius:10px;padding:12px;background:#fafcfb}\n  .glx-box h3{margin:0 0 8px 0;font-size:15px;color:#153b2a}\n  .glx-list{margin:0;padding-left:18px}\n  .glx-list li{margin:6px 0}\n\n  details.glx-dis{border:1px solid var(--border);border-radius:10px;padding:12px;background:#fff;margin:10px 0}\n  details.glx-dis\u003esummary{cursor:pointer;font-weight:700;list-style:none}\n  details.glx-dis\u003esummary::-webkit-details-marker{display:none}\n  details.glx-dis\u003esummary:after{content:\"▸\";margin-left:6px}\n  details.glx-dis[open]\u003esummary:after{content:\"▾\"}\n\n  .glx-sticky-ctas{display:none !important;}\n\n  @media (max-width:720px){\n    .glx-wrap { font-size:15px; }\n    .glx-hero{padding:12px 12px}\n    .glx-cta-row .glx-btn{width:100%}\n\n    .glx-hero,\n    .glx-benefits,\n    .glx-table-wrap,\n    .glx-grid,\n    details.glx-dis {\n      background:#ffffff;\n      border-left:4px solid var(--brand);\n      border:1px solid var(--border);\n      border-radius:12px;\n      padding:12px;\n      margin:14px 8px;\n      box-shadow:0 1px 0 rgba(16,39,27,0.05);\n    }\n\n    .glx-table-wrap{margin:26px 8px 10px}\n    .glx-table th,.glx-table td{padding:10px 10px}\n\n    details[mobile-scroll] summary + p{max-height:180px;overflow-y:auto;padding-right:5px}\n  }\n\n  @media (max-width:480px){\n    .glx-grid{grid-template-columns:1fr}\n    .glx-grid.glx-split\u003e.glx-box:nth-child(2){\n      border-left:none;padding-left:12px;border-top:1px solid var(--border);margin-top:8px;padding-top:12px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"glx-wrap\"\u003e\u003c!-- HERO --\u003e\n\u003csection class=\"glx-hero\"\u003e\n\u003ch1 class=\"glx-title\"\u003ePlantscraper Fine Seeding Mix\u003c\/h1\u003e\n\u003cp class=\"glx-sub\"\u003eA specialised seed-starting mix designed for safe germination and healthy early root development. It combines PlantScraper’s nutrient-active \u003cstrong\u003eBioActive Soil\u003c\/strong\u003e with \u003cstrong\u003efine grade perlite\u003c\/strong\u003e, offering a balanced combination of moisture, aeration and microbial activity for the most delicate stage of growth. Ideal for \u003cstrong\u003eseeds, cuttings and young plants\u003c\/strong\u003e that need a fine, airy base for root support. \u003cbr\u003e\u003cstrong\u003ePack size:\u003c\/strong\u003e 8.5 L.\u003c\/p\u003e\n\u003cdiv class=\"glx-badges\"\u003e\u003cspan class=\"glx-badge\"\u003e🌱 For seed starting \u0026amp; cuttings\u003c\/span\u003e \u003cspan class=\"glx-badge\"\u003e💧 Stable moisture\u003c\/span\u003e \u003cspan class=\"glx-badge\"\u003e🌬️ Excellent aeration\u003c\/span\u003e \u003cspan class=\"glx-badge\"\u003e🥗 Ready to use\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv aria-label=\"Navigation options\" class=\"glx-cta-row\"\u003e\u003ca class=\"glx-btn glx-btn--alt\" rel=\"noopener\" href=\"https:\/\/green-leaf.gr\/en-eu\/pages\/plant-search\"\u003e Not sure which mix your plant needs? Find it here → \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"glx-benefits\"\u003e\n\u003cdiv class=\"glx-card\"\u003e\n\u003ch4\u003eIdeal start\u003c\/h4\u003e\n\u003cp\u003eA fine, airy texture that supports fragile roots without compacting them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glx-card\"\u003e\n\u003ch4\u003eMoisture control\u003c\/h4\u003e\n\u003cp\u003eThe mix retains enough moisture for germination while still draining properly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glx-card\"\u003e\n\u003ch4\u003eBioActive base\u003c\/h4\u003e\n\u003cp\u003eAn active organic base that supports microbial activity from the very beginning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MIX TABLE --\u003e\n\u003csection aria-label=\"Mix composition\" class=\"glx-table-wrap\" id=\"mix-details\"\u003e\n\u003ctable class=\"glx-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eRole in the mix\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBioActive Soil\u003c\/strong\u003e (55%)\u003c\/td\u003e\n\u003ctd\u003eA nutrient-active base that supports stable moisture, microbial life and the smooth establishment of young roots.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFine Grade Perlite\u003c\/strong\u003e (45%)\u003c\/td\u003e\n\u003ctd\u003eFine perlite that keeps the mix light, increases aeration and helps prevent compaction around seeds and cuttings.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- WHY \/ HOW --\u003e\n\u003csection class=\"glx-grid glx-split\"\u003e\n\u003cdiv class=\"glx-box\"\u003e\n\u003ch3\u003eWhy it works\u003c\/h3\u003e\n\u003cul class=\"glx-list\"\u003e\n\u003cli\u003e\u003cstrong\u003eAiry structure:\u003c\/strong\u003e roots begin in a light, stable environment.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMoisture without “mud”:\u003c\/strong\u003e it holds enough water for germination without becoming heavy.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eSuitable for delicate stages:\u003c\/strong\u003e ideal for seed trays, plugs and propagation domes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glx-box\"\u003e\n\u003ch3\u003eHow to use it\u003c\/h3\u003e\n\u003col class=\"glx-list\"\u003e\n\u003cli\u003eFill seed trays, cups or propagation trays without pressing the mix down too firmly.\u003c\/li\u003e\n\u003cli\u003eMoisten the mix lightly before or immediately after sowing for even moisture distribution.\u003c\/li\u003e\n\u003cli\u003ePlace seeds or cuttings at the appropriate depth.\u003c\/li\u003e\n\u003cli\u003eKeep the mix consistently slightly moist, never soaked.\u003c\/li\u003e\n\u003cli\u003eUse indoors or in a greenhouse with bright, stable conditions.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003cdetails class=\"glx-dis\"\u003e\n\u003csummary\u003e💧 Does it hold enough moisture for seeds?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eYes. The BioActive Soil retains the moisture needed for germination, while the fine perlite keeps the mix open and well aerated so it does not become heavy.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"glx-dis\"\u003e\n\u003csummary\u003e🌱 Is it only for seeds?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eNo. It is also excellent for cuttings, seedlings and, more generally, for any stage where roots need a fine, stable and airy base.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"glx-dis\"\u003e\n\u003csummary\u003e🧪 Does it contain fertiliser? When should I fertilise?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eThe bioactive base provides gentle support for early establishment. For young plants, begin very light feeding only once steady new growth appears.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"glx-dis\"\u003e\n\u003csummary\u003e🏡 Is it suitable for indoor and greenhouse use?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eYes. The mix is designed to perform well both indoors and in greenhouse conditions, as long as moisture is kept properly balanced.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"glx-dis\"\u003e\n\u003csummary\u003e🔎 Note\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e8.5 L resealable, recyclable pack. Store in a cool, dry place and close well after each use to preserve the structure of the mix.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"glx-sticky-ctas\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"OEM","offers":[{"title":"Default Title","offer_id":57284061987164,"sku":"52172604473684","price":18.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2962\/3312\/files\/Plantscraper-Fine-Seeding-Mix-8.5lt.jpg?v=1775558823","url":"https:\/\/green-leaf.gr\/en-eu\/products\/plantscraper-seedmix8lt","provider":"Greenleaf Garden Center","version":"1.0","type":"link"}