In Stock

Storio Flash Cards for Kids Early Learning (Combo Set of 7) || SV 3085

₹499.00₹399
(20% OFF)

Easy & Fun Way of Learning 1 Year to 6 Years Babies Smart Toys

products Dimensions: 18 x 16 x 10 cm
Item Weight: 890 g
Educational Objective: Perception
  • This arrangement of glimmer cards for babies is the ideal gift you can at any point give that causes your loved ones with kids to feel extraordinary. 
  • Lovely expressions to effortlessly see the words and numbers even from far off while keeping them locked in
  • Thanksgiving and a lot more particularly to those youngsters that is beginning to gain proficiency with their numbers, letters in order and words which can assist them with improving and grow their abilities
  • Made with its excellent and vivid plans your children will certainly cherish, our children streak cards are planned with huge striking prints 

Related products

// fancy box $(".btn-gallery").on('click', function() { $.fancybox.open([{ src : $(this).attr("vlt"), },{"src":"https:\/\/buyjee.com\/images\/20231213_169591.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_169591.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_511476.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_511476.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_129212.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_129212.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_363690.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_363690.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_430167.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_430167.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_169591.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_169591.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_511476.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_511476.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_129212.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_129212.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_363690.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_363690.jpg"}},{"src":"https:\/\/buyjee.com\/images\/20231213_430167.jpg","opts":{"thumb":"https:\/\/buyjee.com\/images\/20231213_430167.jpg"}}],{ loop : false, arrows : true, infobar : true, margin : [44,0,22,0], buttons : [ // 'arrowLeft', // 'counter', // 'arrowRight', 'close' ], thumbs : { autoStart : true, axis : 'y' } // hash : "btn-gallery" }); }); /*$().fancybox({ selector : '.item a:visible', });*/ /*single product page price*/ $(document).ready(function () { $(document).on('change', '#vvariationtion', function () { var variationId = $(this).val(); if (variationId != '0') { $.ajax({ url : "https://buyjee.com/action", method: 'GET', data: { variation_id: variationId }, success: function (response) { //alert('hello'); console.log("Server Response:", response); var responseParts = response.split('|'); if (responseParts[0] === 'Success') { var regularPrice = responseParts[1].replace('Regular Price: ', ''); var SalePrice = responseParts[2].replace('Sale Price: ', ''); salePrice = SalePrice.replace(/[^0-9.-]+/g, ''); // Display the prices $('#singleo_price').html(regularPrice); $('#singlep_price').html('₹'+salePrice); } else { $('#size-msg').text(responseParts[1]); } }, error: function (xhr, status, error) { console.error("AJAX Error: ", error); $('#size-msg').text('Error fetching price'); } }); } else { $('#size-msg').text('Select a size to see the price'); } }); });