We will be closed Monday, January 20th to observe Martin Luther King Jr. Day.
We’ll be back Tuesday, January 21st, and look forward to serving you then!

Loading...

Color by Number Color Counts: Kaleidoscope

IN-68529
This new Color Counts coloring book incorporates a universal numbering system that pairs perfectly with our brilliantly-hued, 36-count Colored Pencil Set. Printed with coordinating numbers, the book and pencils are designed to make your coloring experience even more relaxing and enjoyable. Original, hand-drawn illustrations of kaleidoscopic scenes will reveal fantastic hidden details as you color. Once you've completed the numbered designs, try the un-numbered version of the illustration to add your own unique style. Each design, printed on artist-quality paper, creates a frame-worthy finished product! Includes 22 perforated pages including 8 fold-out pages that extend to a 10" x 15" size. require(['jquery', 'Magento_Ui/js/modal/confirm'], function($,confirmation){ $('#pzn-modal').show(); $('.tabs .tab-links a').on('click', function(e) { var currentAttrValue = jQuery(this).attr('href'); // Show/Hide Tabs $('.tabs ' + currentAttrValue).show().siblings().hide(); // Change/remove current tab to active $(this).parent('li').addClass('active').siblings().removeClass('active'); e.preventDefault(); }); var options = []; $('#tab2 input').each(function() { var input = $(this); $(this).change(function() { if (this.value.match(/([a-z\u0080-\u00ff]+) - ([a-z\u0080-\u00ff]+)/gi)) { $('.error-msg').toggleClass('show'); } var myString = input[0].id.split("_").pop(); $('#options_'+ myString +'_text').attr("value", $(this).val()); }); }); $('input.checkbox_check').change(function() { $('#product-options-wrapper .admin__control-checkbox').removeClass('hide'); if($(this).is(':checked')) { confirmation({ content: 'By clicking OK, you are confirming that you do not require any personalization on this item.', actions: { confirm: function(){ if ($('input.checkbox_check').is('checked')) { $('input.checkbox_check').prop('checked', false); $('.admin__control-checkbox').prop('checked', false); } else { console.log('is not checked') $('input.checkbox_check').prop('checked', true); $('.admin__control-checkbox').prop('checked', true); } }, cancel: function(){ $('input.checkbox_check').prop('checked', false); $('.admin__control-checkbox').prop('checked', false); } } }); } else { $('.admin__control-checkbox').prop('checked', false); } }); });