Skip to content
Search Here...
Search
Shop
Collections
About
FAQ
Contact
Log in
No account yet?
Create Account
Shop
Collections
About
FAQ
Contact
Log in
Create Account
Cart
0
0
Home
Terms of service
Terms of service
Trusted by 500+ Singapore Homeowners
Your Cart
0 Items
Your Cart is Empty.
Don't miss out on the best deals.
Start Shopping
Loading...
Choosing a selection results in a full page refresh.
(function () { const openProductSpecsAccordion = () => { const titles = document.querySelectorAll(".product-about__accordion-title"); titles.forEach((title) => { const isSpecs = title.textContent.trim().toLowerCase() === "product specifications"; const content = title.nextElementSibling; if (isSpecs) { title.classList.add("active"); content.style.display = "block"; } title.addEventListener("click", function () { const currentlyActive = title.classList.contains("active"); document.querySelectorAll(".product-about__accordion-title.active").forEach((el) => { el.classList.remove("active"); el.nextElementSibling.style.display = "none"; }); if (!currentlyActive) { title.classList.add("active"); content.style.display = "block"; } }); }); }; document.addEventListener("DOMContentLoaded", openProductSpecsAccordion); document.addEventListener("shopify:section:load", openProductSpecsAccordion); })();