Product description
•FSC Paper
•Eco friendly & made in the UK
•Super cute design
Wrap your gifts in charm with our beautiful Fern and Flowers Wrapping Paper, perfect for that special someone in your life. Featuring a delightful ditsy floral design, it’s ...ideal for wedding gifts or anyone who adores gardening. The matte finish not only adds a modern touch but also makes folding and sticking a breeze, so your presents will always look gorgeous.
Each FSC sheet is 100gsm and measures 42x61cm. Eco-friendly and lovingly made in the UK, it's a thoughtful choice for both your loved ones and the planet.
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";