Gift Wrapping

$0.00

Out of stock

Description

Add our beautiful gift wrap and options to your order for that special touch.

Gift Options by LDT Soft

Reviews

There are no reviews yet.

Be the first to review “Gift Wrapping”

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { const toggle = document.getElementById("lamourMobileMenuToggle"); const menu = document.getElementById("lamourMobileMenu"); if (!toggle || !menu) { console.log("Menu or toggle not found"); return; } // Initially hide menu on mobile only if (window.innerWidth < 768) { menu.style.display = "none"; } toggle.addEventListener("click", function () { if (menu.style.display === "block") { // Close menu.style.opacity = "0"; setTimeout(() => { menu.style.display = "none"; }, 250); } else { // Open menu.style.display = "block"; menu.style.opacity = "1"; } }); });