Cheese Slicers

  • Sale
  • Regular price $45.00
Shipping calculated at checkout.


Perfect for display, preparation, and serving, these cheese boards can be the center of any gathering. With natural hardwood grains and customized edging, they will be an appealing attraction on any food table or bar top. This would even be a fantastic serving platter for a cheese board at your vineyard tasting room! Features a stainless steel wire for slicing.

$(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'); } }); } }); } });