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
    }
  });
});

				
			

Capscurie

Product Category           : Bio-control

Product Sub-Category   : Bio-Insect Control

Dosage                               : 2 kg per acre / 2 litre per acre

About                                 :

  • Beauveria bassiana is effective myco-insecticide with extremely broad host range
  • Environmentally sound product with higher number of infective colonies
  • Unique mode of action makes the product well suited for integrated Pest Management (IPM) Program and sustainable farming.

 A Bio-insecticide – controls banana weevil, white fly, thrips etc.

 

Reviews

There are no reviews yet.

Be the first to review “Capscurie”

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