**SOLD OUT** Request a Magical Fiction display pack!

**SOLD OUT** Request a Magical Fiction display pack!

Discover a new adventure for the new year and get lost in a magical book from Usborne. From a breathtaking fairytale reimagining, immersive new worlds and spellbinding historical fantasy – there’s something for everyone. Request a display pack featuring a poster, activity sheets and bookmarks to create a fantastic display In your library.

This is one pack per library or school. If you are ordering more than one pack (to disperse to other libraries in your region) you need to also email kathleen.ktorides@readingagency.org.uk to notify her of the individual library names that the packs will be used at. Alternatively, you can do individual orders for each library in the shop.

You can order the packs until 30th January but they may sell out before this date.

Sold out.

The Reading Agency

Join our mailing list

Get our newsletters to stay up to date with programme news, resources, news and more.

document.addEventListener('DOMContentLoaded', function () { const productJson = document.querySelectorAll('[data-product-json]'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const section = current.closest('[data-section-id]'); const currentJson = JSON.parse(current.text); if (currentJson.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < currentJson.variants.length; j++) { const variant = currentJson.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { // Please get in touch at shop@readingagency.org.uk } } } } });