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

				
			

Capstiroot

Product Category           : Bio-Stimulant

Product Sub-Category   : Growth Stimulant

Dosage                               : 2 litre per acre (5 ml/litre)

 

A Growth Stimulant that improves plant resistance towards Biotic and Abiotic Stress

Reviews

There are no reviews yet.

Be the first to review “Capstiroot”

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