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

				
			

Neem Soap

Product Category           : Botanical extractant

Product Sub-Category   : Insect Repellent

Dosage                               : 1kg per acre (5ml per litre)

About                                 :

Neem soap is a concentrated neem seed kernel extract with 300 ppm of activated Azadirachtin content

  • Versatile component for Integrated Pest Management
  • More stable phyto chemical for pest control that damages various crops
  • Highly compatible with bio-control agents and agrochemicals

An Insect repellent – controls whiteflies, leafhopper, lepidopteron larvae etc.

 

Reviews

There are no reviews yet.

Be the first to review “Neem Soap”

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