Product description
•Printed on FSC Paper
•Blank inside
•Bend free envelope
Brighten someone’s day with this uplifting card featuring the empowering message. It’s the perfect way to show support and remind someone how strong they are. Measuring ...105 x 148mm (A6), the card is blank inside, giving you plenty of space for your own personal message. Printed on luxurious 350gsm textured FSC-certified paper, it comes with a 100% recycled Kraft envelope. A thoughtful and meaningful way to let someone special know you’re thinking of them.
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";