Remove item Thumbnail image Product Price Quantity Subtotal
× Review Consultation $60 Review Consultation $60  $60.00
$60.00

Cart Totals

Subtotal $60.00
Total $60.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"); }); } });