BREEZOME Small Dehumidifiers for Home Bedroom 2300 Cubic Feet with Auto-off, Ultra-Quiet Mini Dehumidifier

BREEZOME Small Dehumidifiers for Home Bedroom 2300 Cubic Feet with Auto-off, Ultra-Quiet Mini Dehumidifier

Price
$59.99
$35.99
Save $24.00
Quantity
SKU:

Dehumidifiers, Small Dehumidifiers for Home Bedroom 2300 Cubic Feet with Auto-off, Ultra-Quiet Mini Dehumidifier with Lights Energy Saving for Basement Bathroom Office RV

Provide You with a Healthy Environment:

1.With an enlarged 34oz(750ml) water tank, the dehumidifier for home can absorb 16oz(450ml) moisture daily if at an 86°F, 80% RH indoor environment, helps you improve home environment quality all the time.

2.With Thermo-Electric Peltier Semiconductors, efficiently but quietly remove excess moisture for rooms within 300 sq.ft, this small dehumidifier is suitable for Bedroom, Bathroom, Basements, Closet, Wadorable, RV, etc.

3.Uses only 0.96KW of electricity after running for 24 hours and committed to helping you save electricity bills.

  • 【High Efficient Dehumidification】Our dehumidifiers for bedroom is equipped with Thermo-Electric Peltier semiconductors & a 25 oz (750 ml) large water tank, it could absorb up to 16oz(450ml/D) of water in a humid environment of 86°F and 80% RH. You no longer need to endure humid days and enjoy a comfortable living environment.
     
  • 【Ultra-Quiet, Sleep-Friendly】Many conventional dehumidifiers operate with high noise levels, making it hard to fall asleep, while our small dehumidifiers with advanced Peltier technology reduces operating noise to less than 35db without compromising dehumidification efficiency, creating an ideal sleep environment. It's important to choose efficient but quiet dehumidifiers for home.
     
  • 【Auto-off, Keep Safe】This mini dehumidifiers for home features an auto-off function that it will stop working automatically if the water tank is full, and it will flash the red light to remind users empty the water. It's safe for 24 hours around running even no one at home.
     
  • 【Energy Saving-Affordable】Our dehumidifiers for bedroom is effective but energy saving which uses only 0.96KW of electricity after running for 24 hours. It's environmentally friendly and more affordable than traditional dehumidifiers, you could solve the most trouble for the least amount of money.
     
  • 【Compact for Every Corner】No space is too small for this mini dehumidifier, the mini-size is designed for every corner you need, place it on your nightstand or wardrobe, you need not bare the damp quilts and clothes, also you can put it in your kitchen, bathroom, office...where you need, where it is.
Get Extended 12-Month warranty coverage when you register your Breezome Products. Register to Get Total 24-Month Warranty Now.

Dimensions(HxWxD) 11x11x11 in
Product Weight 15Ibs
Energy Consumption 7-42Watts
Sound Level Specification
Air Outlet Side
Recommended Filter Change Every6-12 Months Depending On Your Environment
Recommended Room Size 356 ft2
Air Changes Per Hour (ACH) 4.8
Clean Air Delivery Rate (CADR) 255Cfm
Number Of Filters 3
Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.