Great things are coming soon

Stay tuned

Powered by

GoDaddy
(function () { function initLynkFilters() { const filters = document.querySelectorAll(".lynk-filter"); const products = document.querySelectorAll("li.product"); if (!filters.length || !products.length) return; filters.forEach(function (filter) { filter.onclick = function () { const category = filter.getAttribute("data-category"); filters.forEach(btn => btn.classList.remove("active")); filter.classList.add("active"); products.forEach(function (product) { const match = category === "all" || product.classList.contains("product_cat-" + category); product.style.setProperty("display", match ? "" : "none", "important"); }); }; }); } document.addEventListener("DOMContentLoaded", initLynkFilters); window.addEventListener("load", initLynkFilters); setTimeout(initLynkFilters, 1000); })();