Your shopping cart is empty.

DJECO

16 Products
Special Collection
DJECO's artist-createdĀ toys are distributed in wonderful specialist shops around the world that are in tune with their company values. A range of prestigious museums also chooses to sell their toys including the Louvre and Quai Branly in France, the Tate in the United Kingdom, MoMA in the United States and others in Germany, Denmark, and many more!
Transparent Illustrated Umbrellas
$19.00
These umbrellas help brighten up any gloomy day! Comes in Adult or Kid size and several different illustrations.Ā 
Animambo Harmonica
$11.00
This colorfully designed and immensely engaging series of instruments designed by French illustrator, Magali Attiogbe, is sure to add eye-catching appeal to any store shelf or child’s playroom. Instruments are created with a combination of metal, wood, and plastic making for true to life musical play. Color cards introduce sheet...
Scratch Art Paper Kits
$7.00
Scratch the top layer of the scratch boards with the wooden tool and then.... Glow-in-the-dark illustrations appear! Follow the instructions to create beautiful patterns or freestyle to your heart's desire.
Baby Chick Shaker
$9.00
A delightful chicken / rooster inspired wobbling rattle, the multicolored beads make a soothing sound. The perfect size for small hands to easily grasp, grip, hold, shale and wobble. Helps develop gross motor skills, auditory cause and effect, and visual acuity. Made from the highest quality rubberwood and resins; completely...
Animambo Jaguar Maraca
$8.00
Featuring attractive and engaging artwork designed by famous French artist Magali Antiogbe. Helps develop motor skills, dexterity, coordination, listening and timing, rhythm, sequencing, creativity and imagination. All DJECO products are made from the highest quality materials, all are completely non-toxic and meet and exceed all US and European testing standards....
Animambo Bird Whistle
$9.00
Featuring attractive and engaging artwork designed by famous French artist Magali Antiogbe. Make beautiful music with this delightful bird whistle decorated with an eye-catching appeal, kids will love making the sounds of their favorite birds. The perfect size for small hands; the plastic mouthpiece is easy to clean. Helps build...
DJECO Sticker Sheets
$6.00
Stickers has been always kid's favorite toy. These fun sticker sets from French toy maker DJECO are a simple toy to spur on a child's creativity and imagination.Ā  Each set comes with 160 stickers.Ā  Recommended age: 3+ years up.Ā  by DJECO
Paradise Stickers
$6.00
Stickers has been always kid's favorite toy. This fun sticker sets from French toy maker DJECO are a simple toy to spur on a child's creativity and imagination. A set includes 30 stickers with a beautiful glittered texture. Recommended age: 4-8 years.
Animambo Maraca
$8.00
Featuring attractive and engaging artwork designed by famous French artist Magali Antiogbe. Helps develop motor skills, dexterity, coordination, listening and timing, rhythm, sequencing, creativity and imagination. All DJECO products are made from the highest quality materials, all are completely non-toxic and meet and exceed all US and European testing standards....
Tapatou Chicken Game
$32.00
Beautifully decorated in elegant shades of pastel, its hours of engaging and entertaining fun. Helps develop gross and fine motor skills, color matching, sequencing, cause and effect and cognitive development. Made from the highest quality materials, completely non-toxic, child safe paints, meets and exceeds all US and European safety testing...
Push & Pull Otto
$33.00
An adorable wooden koala pull-along. A great toy for learning cause and effect, builds gross motor skillsĀ as they pull the toy along, and increases hand-eye coordination.Ā  Suitable for ages: 18+ months Painted wood
Tourniki Wooden Puzzle
$26.00
Little ones will adore placing the animal keys in place and turning them into place.The design features 4 colorful animals to be placed in the base according to the shape of the feet. The child looks at the shape of the foot to place it and turns the heads to...
Animambo Tambourine Percussion Set
$34.00
Possibly the most beautiful children’s rhythm set, featuring attractive and engaging artwork designed by famous French artist Magali Antiogbe. Includes a wood frame tambourine, single maraca and a castanet, all perfectly sized for small hands; the perfect percussion assortment. Helps develop motor skills, dexterity, coordination, listening and timing, rhythm, sequencing,...
Baby White BabyPopi
$22.00
A beautifully decorated simple wood puzzle for a toddler; put the cat and birds into their correct spaces. Match the color of each character with the corresponding hole in the dragonfly decorated wooden base, each one fits easily and perfectly. Helps develop motor skills, shape and color identification and matching,...
Silhouette Puzzle: The Tiger's Walk
$16.00
Let’s travel to the jungle and see the beautiful tiger in his natural habitat; can you find the sun, flowers, birds and monkey?. Packaged in a unique box shaped like a beautiful striped African tiger; 24 pieces, each puzzle is 16 x 12 inches. Helps develop skills in problem solving,...
Push & Pull Greta
$33.00
An adorable woodenĀ cheetah pull-along. A great toy for learning cause and effect, builds gross motor skillsĀ as they pull the toy along, and increases hand-eye coordination.Ā  Suitable for ages: 18+ months Painted wood
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });