document.addEventListener('DOMContentLoaded', function () {
  const fixedHeader = document.querySelector('.fixed-header'); // Fixed header class
  const stickyHeader = document.querySelector('.sticky-header'); // Sticky header class

  window.addEventListener('scroll', function () {
    const fixedHeaderHeight = fixedHeader.offsetHeight;

    if (window.scrollY > fixedHeaderHeight) {
      stickyHeader.style.display = 'flex'; // Show sticky header
    } else {
      stickyHeader.style.display = 'none'; // Hide sticky header
    }
  });
});

				
			

MICROZ

Product Category           : Bio-control

Product Sub-Category   : Bio-Fertilizer

Dosage                               : 1kg per acre

About                                 :

  • Exclusive combinations of various Glomus spp. of mycorrhizae having more infective propagules (3000 IP/g)
  • Innate capacity to improve the plants root development and branching
  • Strengthen plant root system to improve the uptake of water and unavailable nutrients to roots from soil

A nutrient mobilizer – accelerates nutrient uptake and enhances plant resistance.

Reviews

There are no reviews yet.

Be the first to review “MICROZ”

Your email address will not be published. Required fields are marked *