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

				
			

Biostimulants

Biostimulants

Capsber has a line of formulations in the bio-stimulant category with active ingredients of natural origin for sustainable agriculture. These products have the potential capacity to modify the plant’s physiological mechanisms to achieve the maximum potential harvest from crops, even under harsh conditions of crop production.