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 } }); });
Product Category : Insect Trap
Product Sub-Category : Semio Chemicals
About :
An Insect trap – controls whiteflies, aphids, leaf miner and leafhopper.
There are no reviews yet.
Your email address will not be published. Required fields are marked *
Your review *
Name *
Email *
Save my name, email, and website in this browser for the next time I comment.
Reviews
There are no reviews yet.