Air Purifiers for Home, TDBYWAE Air Purifier for Bedroom Up to 600 ft², H13 True HEPA Air Purifier for Dust Pets Dander Pollen Odor Smoke, with New Quiet Wind Wheel System, for Desk/Car/Travel

$49.99
Quantity

Description

About this item

  • 3-Stage Efficient Filtration and Better Quality Filter: The TDBYWAE air purifier for the home consists of a pre-filter, a true HEPA filter, and an activated carbon filter. Effectively purify most air pollution, including dust, pollen, smoke, odors, PM2.5 and pet danders. The filter included has been upgraded with better material.

  • Faster Air Circulation and 600 ft² Larger Coverage: Thanks to the upgraded circulatory system, this air purifier clears air 4 times per hour in 230 ft² of space. The max coverage is up to 600 ft², which only needs 40 mins to be purified. Perfect for your bedroom, living room, kitchen, and office.

  • New Wind Wheel System and Magnetic Top Cover: With the help of a new one-piece wind wheel design, you can enjoy an air purifying process with lower sound, especially in 1 mode (16db sleep mode). Magnetic cover design helps you to install the top cover faster after replacing the filter. Comfortable experiences happen everywhere. What a user-friendly product it is!

  • Type-C Charging and Smart Touch: The popular Type-C Charging makes this HEPA air purifier more outstanding. Your phone's cord and adapter also work for it! Say goodbye to complex and useless features, we make this air purifier easier to operate with 1/2/3 Speeds and a 2H/4H/8H timer smart touch screen. Guard your sweet nights well. Also bring energy-saving and effective timed purification to your home or office when you are out.

  • Neat Portable Design but Powerful Usage: Enjoy sturdy material and square design, this small air purifier looks neat and beautiful. 8.4 x 8.4 x 5 inches can be placed on a nightstand, desk, car, and bag. You can use it in your living room, bedroom, office, kitchen, car, RV, hotel, camping, and travel. Take nature with you anytime and anywhere.

  • 3 Fan Speeds

    1/2/3 Speeds Touch purify your air. Quick to start. Breathe easily.

  • 3 Timer Settings

    2H/4H/8H Timer Touch customize your needs. Breathe conveniently.

  • Lower Noise

    The new wind wheel design makes the sound lower and calm. Breathe comfortably.

  • 600ft² Coverage

    Large purification coverage. Perfect for your bedroom, living room, kitchen, office, or hotel.

  • Magnetic Cover

    Magnetic cover design helps you to install the top cover faster after replacing the filter.

  • Neat and Portable

    Sturdy material and square design make it look neat and beautiful. Take it anywhere you want.

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.