/* Hide header when scrolling */ .cento-header { transition: top 0.4s ease; position: fixed; width: 100%; z-index: 9999; top: 0; } body.scrolled .cento-header { top: -150px; /* adjust if your header is taller/shorter */ } document.addEventListener("scroll", function() { if (window.scrollY > 50) { document.body.classList.add("scrolled"); } else { document.body.classList.remove("scrolled"); } });

© 2026 Tanjar Babydoll Sheep — All Rights Reserved.

Western Australia • Champion Babydoll Breeders