WEB ORDERS

 Thank you for your customer loyalty.

Online curbside pickup orders may take up to 48 hours to process. We are overwhelmed with the amount of orders we have received and are doing our best to maintain the customer service you have been used to for years. 

It may be best to come down & shop, you may have to wait in line but it will be quicker than online ordering.

Please remember to wear a mask while shopping and maintain social distancing to keep everyone safe

Thank you. 

$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });