Natural playdough
Handmade playdough made from natural ingredients. Available in a choice of colours, some with eco glitter.
Comes in a compostable playdough tub, made from plants, not plastic. Makes the perfect plastic-free treat or party favour!
CE Certified for age 3+.
- Handmade by one of our local makers, Jaqueline
- Only natural ingredients used
- Plastic-free, biodegradable packaging
- Keeps much longer than the shop bought brands
- Perfect plastic-free gift and party favours for little ones
- Gets the 'Little B stamp of approval' from the original Little B (aka our toddler)
'); } if (data['success']) { $('#review-title').after('
' + data['success'] + '
'); $('input[name=\'author\']').val(''); $('textarea[name=\'review\']').val(''); $('input[name=\'rating\']:checked').attr('checked', ''); } } }); }); // Function to active reviews tab activeReviewsTab = (function(){ $('#productTabs a[href="#reviews"]').tab('show'); }); // Function to update price when options are added updatePrice = (function(){ var siteUrl = 'https://www.thislittleb.com/'; $.ajax({ type: 'POST', url: siteUrl + 'index.php?option=com_eshop&view=product&id=41&layout=price&format=raw', data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'), dataType: 'html', success: function(html) { $('#product-price').html(html); } }); }) updateInfo = (function(){ var siteUrl = 'https://www.thislittleb.com/'; $.ajax({ type: 'POST', url: siteUrl + 'index.php?option=com_eshop&view=product&id=41&layout=info&format=raw', data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'), dataType: 'html', success: function(html) { $('#product-dynamic-info').html(html); } }); }) $(document).ready(function(){ $('.image-additional').slick({ dots: false, infinite: false, speed: 300, slidesToShow: 3, touchMove: false, slidesToScroll: 1 }); }); })