{"product_id":"bio-charge-fungal-feeder","title":"Bio Charge - Fungal Feeder","description":"\u003cstyle\u003e\n.ff-description {\n  --forest: #0d2f20;\n  --green: #174632;\n  --lime: #cfe6a8;\n  --cream: #f5f8f1;\n  --line: rgba(13, 47, 32, 0.13);\n  --copy: #4f5f53;\n  margin-top: 8px;\n  color: var(--forest);\n  font-family: inherit;\n}\n\n.ff-description * {\n  box-sizing: border-box;\n}\n\n.ff-intro {\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 18px;\n  padding: 24px;\n  border: 1px solid var(--line);\n  border-radius: 20px;\n  background: var(--cream);\n}\n\n.ff-intro::after {\n  content: \"\";\n  position: absolute;\n  right: -42px;\n  bottom: -70px;\n  width: 150px;\n  height: 150px;\n  border: 20px solid rgba(13, 47, 32, 0.045);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.ff-eyebrow {\n  position: relative;\n  z-index: 1;\n  display: flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 10px;\n  color: #607052;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.ff-eyebrow::before {\n  content: \"\";\n  width: 28px;\n  height: 1px;\n  background: currentColor;\n  opacity: 0.55;\n}\n\n.ff-intro p {\n  position: relative;\n  z-index: 1;\n  margin: 0;\n  color: #3f5044;\n  font-size: 15px;\n  line-height: 1.72;\n}\n\n.ff-intro strong {\n  color: var(--forest);\n}\n\n.ff-highlights {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 8px;\n  margin-bottom: 22px;\n}\n\n.ff-highlight {\n  min-height: 100px;\n  padding: 16px;\n  border: 1px solid rgba(13, 47, 32, 0.1);\n  border-radius: 16px;\n  background: #fff;\n}\n\n.ff-highlight-label {\n  display: block;\n  margin-bottom: 7px;\n  color: #718060;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.11em;\n  text-transform: uppercase;\n}\n\n.ff-highlight-value {\n  display: block;\n  color: var(--forest);\n  font-size: 14px;\n  font-weight: 700;\n  line-height: 1.35;\n}\n\n.ff-tabs {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 8px;\n}\n\n.ff-tabs input[type=\"radio\"] {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0 0 0 0);\n  white-space: nowrap;\n  border: 0;\n}\n\n.ff-tab-label {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 48px;\n  padding: 10px 12px;\n  border: 1px solid var(--line);\n  border-radius: 999px;\n  background: #fff;\n  color: var(--forest);\n  cursor: pointer;\n  font-size: 12px;\n  font-weight: 700;\n  line-height: 1.25;\n  text-align: center;\n  transition:\n    background 180ms ease,\n    color 180ms ease,\n    border-color 180ms ease,\n    transform 180ms ease;\n}\n\n.ff-tab-label:hover {\n  border-color: rgba(13, 47, 32, 0.28);\n  background: var(--cream);\n  transform: translateY(-1px);\n}\n\n.ff-tabs input:focus-visible + .ff-tab-label {\n  outline: 3px solid rgba(13, 47, 32, 0.2);\n  outline-offset: 2px;\n}\n\n.ff-tabs input:checked + .ff-tab-label {\n  border-color: var(--forest);\n  background: var(--forest);\n  color: #fff;\n  box-shadow: 0 10px 22px rgba(13, 47, 32, 0.16);\n}\n\n.ff-tab-content {\n  display: none;\n  grid-column: 1 \/ -1;\n  margin-top: 10px;\n  padding: 25px;\n  border: 1px solid var(--line);\n  border-radius: 22px;\n  background: #fff;\n  box-shadow: 0 18px 42px rgba(13, 47, 32, 0.055);\n}\n\n#fftab1:checked ~ #ffcontent1,\n#fftab2:checked ~ #ffcontent2,\n#fftab3:checked ~ #ffcontent3,\n#fftab4:checked ~ #ffcontent4 {\n  display: block;\n}\n\n.ff-section-kicker {\n  display: block;\n  margin-bottom: 7px;\n  color: #73805f;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.ff-section-title {\n  margin: 0 0 17px;\n  color: var(--forest);\n  font-size: clamp(22px, 3vw, 28px);\n  font-weight: 700;\n  line-height: 1.08;\n  letter-spacing: -0.025em;\n}\n\n.ff-tab-content p {\n  margin: 14px 0 0;\n  color: var(--copy);\n  line-height: 1.68;\n}\n\n.ff-tab-content ul {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 9px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.ff-tab-content li {\n  position: relative;\n  min-height: 54px;\n  padding: 14px 14px 14px 42px;\n  border: 1px solid rgba(13, 47, 32, 0.08);\n  border-radius: 14px;\n  background: var(--cream);\n  color: var(--copy);\n  line-height: 1.5;\n}\n\n.ff-tab-content li::before {\n  content: \"✓\";\n  position: absolute;\n  top: 14px;\n  left: 14px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  background: var(--forest);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 700;\n}\n\n.ff-tab-content strong {\n  color: var(--forest);\n}\n\n.ff-rate-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 9px;\n  margin-bottom: 18px;\n}\n\n.ff-rate-card {\n  padding: 18px;\n  border-radius: 15px;\n  background: var(--lime);\n}\n\n.ff-rate-card strong {\n  display: block;\n  margin-bottom: 5px;\n  color: var(--forest);\n  font-size: 17px;\n}\n\n.ff-rate-card span {\n  color: #40523a;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n.ff-note {\n  margin-top: 16px;\n  padding: 15px 17px;\n  border-left: 4px solid #91aa58;\n  border-radius: 0 12px 12px 0;\n  background: #f6f9f1;\n  color: #526052;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.ff-distributor {\n  display: grid;\n  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1.55fr);\n  gap: 20px;\n  align-items: center;\n  margin-top: 22px;\n  padding: 20px;\n  border-radius: 20px;\n  background: var(--cream);\n}\n\n.ff-distributor-logo-wrap {\n  padding: 14px;\n  border-radius: 14px;\n  background: #fff;\n}\n\n.ff-distributor-logo {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n.ff-distributor-badge {\n  display: block;\n  margin-bottom: 6px;\n  color: #718060;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.11em;\n  text-transform: uppercase;\n}\n\n.ff-distributor h3 {\n  margin: 0 0 6px;\n  color: var(--forest);\n  font-size: 18px;\n}\n\n.ff-distributor p {\n  margin: 0;\n  color: var(--copy);\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n.ff-distributor-link {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  margin-top: 12px;\n  padding: 8px 15px;\n  border-radius: 999px;\n  background: var(--forest);\n  color: #fff;\n  text-decoration: none;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n@media (max-width: 749px) {\n  .ff-intro,\n  .ff-tab-content {\n    padding: 19px;\n    border-radius: 17px;\n  }\n\n  .ff-highlights,\n  .ff-tabs,\n  .ff-rate-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ff-tab-label {\n    min-height: 46px;\n    border-radius: 14px;\n  }\n\n  .ff-tab-content ul {\n    grid-template-columns: 1fr;\n  }\n\n  .ff-distributor {\n    grid-template-columns: 1fr;\n  }\n\n  .ff-distributor-logo {\n    width: min(100%, 260px);\n    margin: 0 auto;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ff-description\"\u003e\n\u003cdiv class=\"ff-intro\"\u003e\n\u003cspan class=\"ff-eyebrow\"\u003eStart here: kick-start soil biology\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eBioCharge Fungal Feeder\u003c\/strong\u003e is Bio Charge’s recommended starting product to kick-start soil biology and support a healthy fungal-to-bacterial balance. Fish hydrolysate, molasses, charged biochar, and water create a carbon-rich liquid input for pasture, orchard, and cropping systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-highlights\"\u003e\n\u003cdiv class=\"ff-highlight\"\u003e\n\u003cspan class=\"ff-highlight-label\"\u003eProduct type\u003c\/span\u003e \u003cspan class=\"ff-highlight-value\"\u003eBiological soil treatment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-highlight\"\u003e\n\u003cspan class=\"ff-highlight-label\"\u003ePack sizes\u003c\/span\u003e \u003cspan class=\"ff-highlight-value\"\u003e200 L drums and 1,000 L IBCs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-highlight\"\u003e\n\u003cspan class=\"ff-highlight-label\"\u003eApplication\u003c\/span\u003e \u003cspan class=\"ff-highlight-value\"\u003eGround applied\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-highlight\"\u003e\n\u003cspan class=\"ff-highlight-label\"\u003eMade in\u003c\/span\u003e \u003cspan class=\"ff-highlight-value\"\u003eNew Zealand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-tabs\"\u003e\n\u003cinput checked name=\"fftabs\" id=\"fftab1\" type=\"radio\"\u003e \u003clabel class=\"ff-tab-label\" for=\"fftab1\"\u003eHow It Works\u003c\/label\u003e \u003cinput name=\"fftabs\" id=\"fftab2\" type=\"radio\"\u003e \u003clabel class=\"ff-tab-label\" for=\"fftab2\"\u003eKey Benefits\u003c\/label\u003e \u003cinput name=\"fftabs\" id=\"fftab3\" type=\"radio\"\u003e \u003clabel class=\"ff-tab-label\" for=\"fftab3\"\u003eIdeal For\u003c\/label\u003e \u003cinput name=\"fftabs\" id=\"fftab4\" type=\"radio\"\u003e \u003clabel class=\"ff-tab-label\" for=\"fftab4\"\u003eApplication\u003c\/label\u003e\n\u003cdiv class=\"ff-tab-content\" id=\"ffcontent1\"\u003e\n\u003cspan class=\"ff-section-kicker\"\u003eProduct function\u003c\/span\u003e\n\u003ch3 class=\"ff-section-title\"\u003eFood and habitat for soil biology\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFish hydrolysate\u003c\/strong\u003e supplies organic nutrients, amino compounds, and marine-derived inputs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMolasses\u003c\/strong\u003e provides an accessible carbon source to help feed beneficial soil microbes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharged biochar\u003c\/strong\u003e provides stable carbon structure and habitat around the root zone.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWater\u003c\/strong\u003e We supply the biology. You add the water!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFungal Feeder is deliberately positioned as a biology treatment rather than a replacement for a complete fertiliser programme. Its role is to support the living system around plant roots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-tab-content\" id=\"ffcontent2\"\u003e\n\u003cspan class=\"ff-section-kicker\"\u003ePractical biological support\u003c\/span\u003e\n\u003ch3 class=\"ff-section-title\"\u003eKey benefits\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSupports beneficial fungal activity in the soil\u003c\/li\u003e\n\u003cli\u003eFeeds microbial biology with fish hydrolysate and molasses\u003c\/li\u003e\n\u003cli\u003eSupports root-zone activity and nutrient cycling\u003c\/li\u003e\n\u003cli\u003eProvides charged biochar as a stable microbial habitat\u003c\/li\u003e\n\u003cli\u003eSuitable for biological and regenerative programmes\u003c\/li\u003e\n\u003cli\u003eDesigned for pasture, orchard, horticulture, and cropping systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-tab-content\" id=\"ffcontent3\"\u003e\n\u003cspan class=\"ff-section-kicker\"\u003eWhere it fits\u003c\/span\u003e\n\u003ch3 class=\"ff-section-title\"\u003eIdeal applications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePasture and dairy soil programmes\u003c\/li\u003e\n\u003cli\u003eOrchards, vines, berries, and horticulture\u003c\/li\u003e\n\u003cli\u003eCropping systems prioritising root-zone biology\u003c\/li\u003e\n\u003cli\u003eSoils affected by repeated cultivation or intensive inputs\u003c\/li\u003e\n\u003cli\u003eSpring, summer and autumn biological soil programmes\u003c\/li\u003e\n\u003cli\u003eOperations beginning a wider BioCharge programme\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ff-note\"\u003eSoil requirements vary between pasture, cropping, orchard, and horticultural systems. Use current soil information and qualified farm-specific advice.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-tab-content\" id=\"ffcontent4\"\u003e\n\u003cspan class=\"ff-section-kicker\"\u003eBio Charge application guidance\u003c\/span\u003e\n\u003ch3 class=\"ff-section-title\"\u003eApplication programme\u003c\/h3\u003e\n\u003cdiv class=\"ff-rate-grid\"\u003e\n\u003cdiv class=\"ff-rate-card\"\u003e\n\u003cstrong\u003e30 L\/ha × 3\u003c\/strong\u003e \u003cspan\u003e Three applications at 30 L\/ha: one in spring, one in summer and one in autumn, for a total programme of 90 L\/ha. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-rate-card\"\u003e\n\u003cstrong\u003e90 L\/ha once\u003c\/strong\u003e \u003cspan\u003e A single-pass option where fungal-to-bacterial ratios are significantly out of alignment. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eMix at a minimum of one part Fungal Feeder to two parts water.\u003c\/li\u003e\n\u003cli\u003eA 1,000 L IBC provides approximately 33 hectares for one application at 30 L\/ha, or 11 hectares for the full 90 L\/ha programme.\u003c\/li\u003e\n\u003cli\u003eApply as a ground treatment through suitable biological-liquid spray equipment.\u003c\/li\u003e\n\u003cli\u003eApply when soil moisture is present and biological activity is supported.\u003c\/li\u003e\n\u003cli\u003eAgitate thoroughly before and during application as required.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\u003cdiv class=\"ff-note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e Application guidance follows Bio Charge’s product programme. Always follow the current BioCharge label, confirm compatibility with your equipment and other inputs, and comply with applicable local requirements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-distributor\"\u003e\n\u003cdiv class=\"ff-distributor-logo-wrap\"\u003e\u003cimg class=\"ff-distributor-logo\" src=\"https:\/\/www.rainbowbrown.co.nz\/image\/cache\/catalog\/Logos%20and%20misc\/RB-Normal-410x137-410x137.png\" alt=\"Rainbow and Brown\" width=\"410\" height=\"137\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ff-distributor-badge\"\u003e Exclusive North Island distributor \u003c\/span\u003e\n\u003ch3\u003eAvailable through Rainbow \u0026amp; Brown\u003c\/h3\u003e\n\u003cp\u003eRainbow \u0026amp; Brown provides product access, purchase support, for BioCharge Fungal Feeder.\u003c\/p\u003e\n\u003ca class=\"ff-distributor-link\" href=\"https:\/\/www.rainbowbrown.co.nz\/natural-solutions\/biocharge-fungal-feeder\" rel=\"noopener\" target=\"_blank\"\u003e View at Rainbow \u0026amp; Brown \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bio Charge","offers":[{"title":"1000 Litres","offer_id":52205850263826,"sku":"FF-1000","price":2350.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0854\/6084\/4818\/files\/Fungal_Feeder_2.png?v=1788832071","url":"https:\/\/biocharge.co.nz\/products\/bio-charge-fungal-feeder","provider":"Bio Charge","version":"1.0","type":"link"}