- Ships Fast
- Ships Fast
- Ships Fast
- Ships Fast
- Ships Fast
- Ships Fast
Your cart may be empty now, but let us help you fill it up with amazing products.
document.addEventListener("DOMContentLoaded", function () { const content = document.getElementById("description-content"); const button = document.getElementById("see-more-btn"); if (!content || !button) return; button.addEventListener("click", function () { content.classList.toggle("expanded"); button.textContent = content.classList.contains("expanded") ? "See less" : "See more"; }); });