new Shopify.OptionSelectors("product-select-165157851", { product: filterVariants({"id":165157851,"title":"*Capital Case Sandpaper Letters Print w\/ Box","handle":"capital-case-sandpaper-letters-print-w-box","description":"\u003cspan\u003eThe Sandpaper Letters allow the child to understand writing before they can hold a pencil. The Child uses three of the five senses; tactile, auditory, and sight to learn the sound and formation of each letter.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e26 print sandpaper letters in upper case. Consonants are on pink wooden boards and vowels on blue boards. Includes extra \"y\" on blue board.\u003c\/span\u003eX","published_at":"2014-08-31T20:20:00+10:00","created_at":"2013-10-16T15:41:37+10:00","vendor":"I AM Montessori","type":"Language","tags":[],"price":8995,"price_min":8995,"price_max":8995,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":379527811,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"LA006-1","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"*Capital Case Sandpaper Letters Print w\/ Box","public_title":null,"options":["Default Title"],"price":8995,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":"shopify","inventory_policy":"deny","barcode":""}],"images":["\/\/cdn.shopify.com\/s\/files\/1\/0274\/9811\/products\/capital_case_sandpaper_letters_print_w_box.png?v=1381902097"],"featured_image":"\/\/cdn.shopify.com\/s\/files\/1\/0274\/9811\/products\/capital_case_sandpaper_letters_print_w_box.png?v=1381902097","options":["Title"],"content":"\u003cspan\u003eThe Sandpaper Letters allow the child to understand writing before they can hold a pencil. The Child uses three of the five senses; tactile, auditory, and sight to learn the sound and formation of each letter.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e26 print sandpaper letters in upper case. Consonants are on pink wooden boards and vowels on blue boards. Includes extra \"y\" on blue board.\u003c\/span\u003eX"}), onVariantSelected: selectCallback });
// Add label if only one product option and it isn't 'Title'. Could be 'Size'.
// Hide selectors if we only have 1 variant and its title contains 'Default'.
$('.selector-wrapper').hide();
// Auto-select first available variant on page load. Otherwise the product looks sold out.
$('.single-option-selector:eq(0)').val("Default Title").trigger('change').selectbox({});
});
jQuery(document).ready(function($){
// Initialize popup as usual
$('.slides').magnificPopup({
delegate: 'a',
type: 'image',
closeOnContentClick: false,
closeBtnInside: false,
mainClass: 'mfp-with-zoom mfp-img-mobile',
image: {
verticalFit: true
},
gallery: {
enabled: true
},
zoom: {
enabled: true,
duration: 300, // don't foget to change the duration also in CSS
opener: function(element) {
return element.find('img');
}
}
});
});