91³Ô¹ÏÍø

Watch CBS News

Chests sold by Kmart recalled due to tip-over risk to kids

Nearly 20,000 four-drawer chests sold by Kmart nationwide are being recalled because the furniture is unstable and could topple over and potentially injure or kill children, according to the U.S. Consumer Product Safety Commission.

Transform, the company that took over Sears and Kmart, is recalling about 19,900 "Belmont 2.0" model chests sold under the Essential Home brand, for about $60 between March 2018 and April 2020, a posted Tuesday by the agency stated.

While no deaths or injuries have been reported due to the latest recalled chests, unanchored furniture, televisions and appliances can pose serious risk to children, particularly for toddlers. There were 459 reported tip-over-related deaths of Americans 17-years-old and younger between 2000 and 2018, with 93% of those fatalities being children age five and younger,  the CPSC. 

1-92154am.png
Federal safety regulators say the Belmont 2.0 chest, made in Brazil and released under the Essential Home brand, could topple over and hurt children.  U.S. Consumer Product Safety Commission

The chests involved in the recall are about 29.8 inches in height and 27.7 inches in width, and were sold in four colors: black, pine, walnut and white. The Brazilian manufacturer's name, "Kappesberg Moveis," and the model number "F214" can be found on the instruction manual that comes with each chest. 

Consumers should immediately stop using the recalled chests unless anchored to a wall, with the advisory urging that unanchored furniture be placed in an area children can't reach. 

Consumers can contact Transform for a free anchoring kit, with free in-home installation offered for chests purchased on February 11, 2019, or later. (The company can be reached at 800-659-7026 from 7 a.m. to 7 p.m. Central time Monday through Friday, or visit  and click on "Product Recalls" for more information.)

Ikea to pay $46 million to family of child killed by tipped dresser 00:30

An estimated 11,000 children are treated in emergency rooms every year, with 41% of those cases involving tip-over injuries, the agency stated.

Ikea in March recalled 820,000 Kullen three-drawer chests sold nationwide because they can tip over and crush kids. The Swedish furniture store in January agreed to pay $46 million to the parents of a California toddler killed by one of the company's Malm dressers in 2017. More than 17 million Ikea Malm and other Ikea chests and dressers were recalled in 2016 and 2017, according to the company's . 

More than half a dozen related recalls followed, with Brooklyn-based Hodedah Import in May about 26,500 chests sold online by major retailers including Amazon, Home Depot and Walmart from July 2017 through April 2020.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });