Have questions or need help choosing the perfect Perfume? The Anthm Sentoriele team is here for you. Reach out anytime for support, styling advice, or order assistance — we’re just a message away!
Location
Rawalpindi Pakistan
Whatsapp
0336 5369555
phone number
0336 5369555
email address
anthmsentoriele@gmail.com
document.addEventListener("DOMContentLoaded", function () {
const grid = document.querySelector("#product-grid");
const btn = document.querySelector("#toggle-columns");
if (!grid || !btn) return;
grid.classList.add("one-col");
btn.addEventListener("click", function () {
grid.classList.toggle("one-col");
grid.classList.toggle("two-col");
});
});