2500W Handheld High-Temperature Pressurized Steam Cleaner

$119.99
$299.99
Save $180.00
5338 sold
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

FEATURES

[HIGH TEMPERATURE & PRESSURE STEAM]: 2500W high power can generate 229°F/105°C high temperature and 3BAR pressure steam within 10s, effectively removing stubborn greasy dirt and stains. 6-level pressurized steam (250-300kpa) with a 2.2m flexible spray gun to easily remove oil, dust, stains, etc.

 

[6 SPEEDS ADJUSTABLE]: With 3 different brush heads, suitable for cleaning walls, countertops, smoke lampblack, microwave ovens, washing machines, refrigerators, and more, widely applied in kitchen, bathroom, furniture, car, etc.

[PRACTICAL HANDHELD STEAM CLEANER]: With an extended rod, long cables, and slip-proof handle, convenient to use, a good assistant for home cleaning, and meeting your different daily cleaning needs. Extended spray gun, convenient to clean hard-to-reach areas.

[1L/33.82OZ LARGE CAPACITY WATER TANK]: Can be used continuously for about 1 hour, with no need to add water frequently, improving your cleaning work efficiency; with strong acid resistance, can add lotion.

[PORTABLE SIZE]: 19*15*13cm/ 7.4*5.9*5.1inch mini size with lightweight, does not occupy too much space, easy for neat storage, handheld carrying is less tiring.

SPECIFICATION

Rated Power: 2500W

Housing Material: Plastic

Voltage: 110~220V AC -50Hz

Steam Pressure: 3BAR

Steam Temperature: ≥105℃

Steam Hose Length: 2.2m

Color: Red, White

Size: 19*15*13cm

Package Includes: 1 * 2500W Handheld High-Temperature Pressurized Steam Cleaner

NOTE

Please allow slight measurement errors due to manual measurement.

Due to the different monitor and light effects, the actual color of the item might be slightly different from the color shown in the pictures.

1
Select product
Selected 0 item(s)
Red/ 110V US
Red/ 220V EU
Red/ 220V AU
Red/ 220V UK
White/ 110V US
White/ 220V EU
White/ 220V AU
White/ 220V UK
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)