Product description
•FSC Paper
•Eco friendly & made in the UK
•Matt finish
Add a playful touch to your gifts with our fun Mushroom Wrapping Paper! Perfect for wrapping up a special birthday gift, this quirky woodland fungi pattern is ideal for anyone who loves foraging and exploring nature. The ...premium 100gsm paper makes wrapping a breeze, with easy folding and sticking for beautifully wrapped presents every time.
The matte finish gives it a modern, stylish look while still being practical to work with. Each sheet measures 42 x 61cm, making it the perfect choice for nature lovers!
var dots = document.getElementById("dots");
var moreText = document.getElementById("more");
var btnText = document.getElementById("myBtn");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";