Product description
•FSC Paper
•Eco friendly & made in the UK
•Matt finish
Celebrate the green-fingered enthusiast in your life with our Gardening Wrapping Paper for Him or Her! Perfect for birthdays, retirements, or just because, this wrapping paper features a delightful vegetable garden pattern that’s sure to bring a smile to their face. ...Wrapping presents has never been so enjoyable—this premium gift wrap folds and sticks effortlessly, making it a breeze to create beautiful gifts, even for wrapping novices! With a modern matte finish, each 100gsm sheet measures 42 x 61cm, combining style with practicality. Plus, it’s eco-friendly and lovingly made in the UK, so you can feel good about your choice. Get ready to make your gifts as special as the occasion
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";