Clean Fragrances

Discover clean fragrances, crafted without harmful chemicals like parabens, phthalates, and sulfates. These scents prioritize natural ingredients, transparency, and sustainability, offering a healthier alternative for both you and the environment.

Clean Fragrances
Photo by James Lee / Unsplash
// Setup load more button function setupLoadMoreButton(container) { container.innerHTML = ` `; const loadMoreBtn = container.querySelector('.load-more-btn'); loadMoreBtn.addEventListener('click', loadMorePosts); // Hide button if all posts are loaded if (currentPage >= totalPages) { loadMoreBtn.style.display = 'none'; } } DMCA.com Protection Status