Skip to content
  • Add anything here or just remove it...
  • Newsletter

    Sign up for Newsletter

    Signup for our newsletter to get notified about sales and new products. Add any text here or remove it.

    [contact-form-7 id="7042" title="Newsletter Vertical"]
  • Add anything here or just remove it...
lovani.com.trlovani.com.tr
  • Login
  • Cart / ₺0,00 0
    • No products in the cart.

      Return to shop

  • 0
    Cart

    No products in the cart.

    Return to shop

My account

Login

Lost your password?

Archives

  • June 2026

Categories

  • Uncategorized
Visa
PayPal
Stripe
MasterCard
Cash On Delivery
Copyright 2026 © Flatsome Theme
  • Login
  • Newsletter
document.addEventListener("DOMContentLoaded", function () { /*========================= SEARCH =========================*/ const search = document.getElementById("txSearch"); if (search) { search.addEventListener("keyup", function () { let value = this.value.toLowerCase(); document.querySelectorAll(".tx-table tbody tr").forEach(function (row) { row.style.display = row.innerText.toLowerCase().includes(value) ? "" : "none"; }); }); } /*========================= CATEGORY FILTER =========================*/ document.querySelectorAll(".tx-box ul li").forEach(function (item) { item.addEventListener("click", function () { document.querySelectorAll(".tx-box ul li") .forEach(el => el.classList.remove("active")); this.classList.add("active"); }); }); /*========================= GRID / TABLE =========================*/ const buttons = document.querySelectorAll(".tx-view"); buttons.forEach(function(btn){ btn.addEventListener("click",function(){ buttons.forEach(b=>b.classList.remove("active")); this.classList.add("active"); if(this === buttons[1]){ document.querySelector(".tx-table-wrap") .classList.add("tx-grid"); }else{ document.querySelector(".tx-table-wrap") .classList.remove("tx-grid"); } }); }); /*========================= MOBILE FILTER =========================*/ const filterBtn=document.querySelector(".tx-filter-btn"); if(filterBtn){ filterBtn.addEventListener("click",function(){ document.querySelector(".tx-sidebar") .classList.toggle("show"); }); } });