Categories

Wallpapers

Display: List / Grid
Show:
Sort By:
 Wallpaper - Blue Clouds by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Repositionable Wallpaper - Snow Friends
The innovative Chispum Repositionable Wallpaper  works just like a traditional wallpaper..
£115.00
Ex Tax: £95.83
Wallpaper - Stars
  STARS wallpaper is the most poetic and dreamy paper you can choose for boys and girls ..
£92.00
Ex Tax: £76.67
Wallpaper - Small flowers
  This colourful wallpaper is perfect for a girl´s room or a summer residence. These cha..
£105.00
Ex Tax: £87.50
Wallpaper - Pink clouds by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
 Wallpaper - Yellow Dandelions by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Wallpaper - Green clouds by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Wallpaper - Pink Dandelions by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Wallpaper - Blue Dandelions by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Wallpaper - Rutabaga moon crescents by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Wallpaper - Grey moon crescents by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Repositionable Wallpaper - Love Letters
Innovative Wallpaper Repositionable of Chispum works just like a regular wallpaper, but instead o..
£115.00
Ex Tax: £95.83
Repositionable Wallpaper - Flying South
The innovative Chispum Repositionable Wallpaper  works just like a traditional wallpaper..
£115.00
Ex Tax: £95.83
Wallpaper - Silver stars
STARS wallpaper is the most poetic and dreamy paper you can choose for boys and girls decoration...
£92.00
Ex Tax: £76.67
Wallpaper - Dark blue moon crescents by Bartsch
Printed on non woven paper using traditional printing techniques from the 19th century this is a ..
£160.00
Ex Tax: £133.33
Wallpaper - birdhouses
The 'Birdhouse' wallpaper is irresistible! No two birdhouses are the same. Digitally printed ..
£90.00
Ex Tax: £75.00
Wallpaper - Cars
  The 'Car' panel is a wallpaper that displays a host of vintage cars. Perfect for a chi..
£90.00
Ex Tax: £75.00
Wallpaper - Cirkus Pink
Roll: 10m x 0.52cm It also exists with white background ..
£195.00
Ex Tax: £162.50
Wallpaper - Cirkus White
  Roll: 10m x 0.52cm It also exists with pink background ..
£195.00
Ex Tax: £162.50
Wallpaper - Owl blue
  Roll: 10m x 0.52cm   ..
£195.00
Ex Tax: £162.50
Wallpaper - Toucan Lilac
  Roll: 10m x 0.52cm It also exists with yellow background ..
£195.00
Ex Tax: £162.50
Wallpaper - Toucan Yellow
  Roll: 10m x 0.52cm It also exists with lilac background ..
£195.00
Ex Tax: £162.50
Wallpaper - buttons
  These pastel coloured buttons are calming - perfect for children's and adult's bedroom..
£90.00
Ex Tax: £75.00
Wallpaper - Robots
Robots wallpaper  - It is a perfect wallpaper for girls or boys. Digitally printed on wa..
£90.00
Ex Tax: £75.00
Wallpaper - Ribbons
  Lace, ribbons and braids make this this 'Ribbon' panel a picture-perfect wallpaper for..
£90.00
Ex Tax: £75.00
Wallpaper - Changing guards at Buckingham Palace
"Changing guards at Buckingham Palace" by the artist Lizzie Allen Hand screen printed wal..
£184.01
Ex Tax: £153.34
Wallpaper - Changing guards at Buckingham Palace
  "Changing guards at Buckingham Palace" by the artist Lizzie Allen Hand screen ..
£184.01
Ex Tax: £153.34
Wallpaper - London City gents red
"London City gents" by the artist Lizzie Allen. A touch of London's life in the 50's! Han..
£195.00
Ex Tax: £162.50
Wallpaper - London city gents yellow
"London City gents" by the artist Lizzie Allen. A touch of London's life in the 50's! Hand sc..
£195.00
Ex Tax: £162.50
Wallpaper - Red buses and black cabs
"Reb buses and black cabs" by the artist Lizzie Allen. A touch of London's life in the 50's! ..
£189.00
Ex Tax: £157.50
Wallpaper - Telephone box
  "Telephone box" by the artist Lizzie Allen. Hand screen printed wallpaper ..
£350.00
Ex Tax: £291.67
Wallpaper - The royal guards
  "The royal guards" by the artist Lizzie Allen.  Hand screen printed wal..
£245.00
Ex Tax: £204.17
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; html += ''; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
'; $(element).html(html); }); $('.display').html('Display: List / Grid'); $.cookie('display', 'list'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid > div').each(function(index, element) { html = ''; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; $(element).html(html); }); $('.display').html('Display: List / Grid'); $.cookie('display', 'grid'); } } view = $.cookie('display'); if (view) { display(view); } else { display('list'); } //-->
© Bobo Kids Ltd, United Kingdom
Company Reg. Number: 7791855