Oven Fox

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


A useful tool for removing oven racks from a hot oven and then pushing the rack  back into the oven.  The Oven Fox is made from either exotic hardwood or domestic wood.

As with all of our products, no paint or stain is used. We hand rub a finish on to let the natural grain shine through.

Approximate size = 3 1/2" tall x 10 1/2" long


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