You have great taste! This item has sold out.
855-235
Chef Jet
https://i03.hsncdn.com/is/image/HomeShoppingNetwork/rocs1200/chef-jet-tila-5-quart-nonstick-clad-stainless-steel-cov-d-2024010911221247~855235.jpg
Prices and the availability of FlexPay shown on the previously recorded video may not represent the current price options. Consult the product page for current price options.
SOLD OUT
Chef Jet Tila 5-Quart Nonstick Clad Stainless Steel Covered Dutch Oven
855-235
$39.95
HSN Deal: $69.95
(42% off)
S&H: $7.50
This item is in your Favorites. You will receive an alert when your item comes back in stock.
Chef Jet Tila 5-Quart Nonstick Clad Stainless Steel Covered Dutch Oven
Chef Jet Tila's 5-Quart Nonstick Stainless Steel Covered Dutch Oven is designed with three layers: an exterior of magnetic stainless steel (so it can be used on any cooktop, even induction), a core of pure aluminum—providing even heating across the bottom and up the sides. Third, a layer of stainless steel with an ingenious nonstick layered into it. The cooking surface is a combination of raised stainless steel designs (his logo, by the way) with nonstick in between. The result is the perfect balance between sear and release. Plus, it's metal utensil safe. Perfect for soups, stews and more. Includes a tempered glass lid with a durable wide stainless rim.
What You Get
Good to Know
Chef Jet Tila's 5-Quart Nonstick Stainless Steel Covered Dutch Oven is designed with three layers: an exterior of magnetic stainless steel (so it can be used on any cooktop, even induction), a core of pure aluminum—providing even heating across the bottom and up the sides. Third, a layer of stainless steel with an ingenious nonstick layered into it. The cooking surface is a combination of raised stainless steel designs (his logo, by the way) with nonstick in between. The result is the perfect balance between sear and release. Plus, it's metal utensil safe. Perfect for soups, stews and more. Includes a tempered glass lid with a durable wide stainless rim.
What You Get
- 5 qt. Dutch Oven
- Tempered glass lid
- Use & care guide
- Manufacturer's 1-year limited warranty
Good to Know
- When cleaning glass lid, ensure it is cool before running under water or placing in dishwasher.
.collapsible-details .content.copy');
// remove all elements with no text...
sections.find('*').filter(function () {
return !$(this).text().replace(/\s*/g, '');
}).remove();
// remove all inline styles...
sections.find('[style]').removeAttr('style');
// remove all no-break spaces...
sections.html(function (i, html) {
return html.replace(/ /g, ' ');
});
// wrap all text nodes...
sections.find('> div').contents().filter(function () {
return this.nodeType !== 1 && this.nodeValue.trim() !== '';
}).wrap("");
// wrap inline blocks around sections with a strong tag and following content...
sections.find('> div > strong').each(function () {
$(this).nextUntil('strong').addBack().wrapAll('');
});
var prodDesc = $('#product-description');
if (prodDesc.find('> .info').height() > 720) {
prodDesc.toggleClass('full-details preview-details');
prodDesc.find('> h2 button .image').toggleClass('minus plus')
prodDesc.find('> .info').css({
'position': 'relative',
'overflow': 'hidden',
'min-height': '720px',
'height': '720px'
});
prodDesc.find('.fade-overlay').show();
}
$('.collapsible-details.preview-details > h2 button').click(function (e) {
e.preventDefault();
var button = $(this);
var elem = button.next();
if (elem.hasClass('expanded')) {
elem.removeClass('expanded');
elem.animate({ height: elem.css('min-height') }, 500, function () {
});
elem.find('.fade-overlay').animate({ opacity: '1' }, 500);
} else {
elem.addClass('expanded');
elem.animate({ height: elem[0].scrollHeight }, 500, function () {
$(this).height('auto');
});
elem.find('.fade-overlay').animate({ opacity: '0' }, 500);
}
button.find('.image').toggleClass('minus plus');
});
$('.collapsible-details.full-details > h2').click(function (e) {
e.preventDefault();
var h2 = $(this);
var button = h2.find("button");
h2.next().animate({
height: 'toggle',
opacity: 'toggle'
});
var ariaExpanded = button.attr("aria-expanded") === "true";
button.attr("aria-expanded", !ariaExpanded);
button.find('.image').toggleClass('minus plus');
});
});