Remove item Thumbnail image Product Price Quantity Subtotal
× Review Consultation $90 Review Consultation $90  $90.00
$90.00

Cart Totals

Subtotal $90.00
Total $90.00
document.addEventListener("DOMContentLoaded", function () { const btn = document.querySelector("#filter-toggle-btn"); const panel = document.querySelector(".toggle-filters"); if (btn && panel) { btn.addEventListener("click", function () { panel.classList.toggle("active"); }); } });