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

				
			

NaturActiv+

Product Category           : Insect Trap

Product Sub-Category   : Kairamone based fruit fly trap

About                                 :

  • Patented, world’s first season long biomimetic Kairamone based female and male fruit fly trap
  • Target specific, attract, trap and kills fruit flies
  • Farmer friendly and works effectively for a whole season
  • Tool for sustainable and profitable farming practices

 

A Kairomone based trap – controls fruit fly.

 

Reviews

There are no reviews yet.

Be the first to review “NaturActiv+”

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