HONOR CHOICE X7i Hybrid Active Noise Cancelling Earbuds with 45dB,Waterproof Wireless Bluetooth Ear Buds,in-Ear Earphones with AI Clear Call Mics,40H Playtime,Bass Stereo for iPhone,Android,Pad-White

$15.99
Color:  White
Quantity
people are viewing this right now

Description

Product Description:

  • HYBRID ACTIVE NOISE CANCELLING: With up to 45 dB of powerful noise cancellation, this earbuds wireless bluetooth allows you to enjoy your precious private time in different noisy environments, such as offices, underground stations, restaurants, airports and more.
  • AI ENC CLEAR CALL: The dual-mic ENC noise cancellation of this in-ear buds with AI algorithms accurately captures and filters background noise to make calls clear and real, so you can talk to your family and friends at any time.
  • 40 HOURS LONG PLAYTIME: The wireless bluetooth earphones with built-in 50 mAh battery can last up to 8 hours on a single charge, and 40 hours with the earbuds case with built-in 500 mAh battery.
  • POWERFUL STEREO SOUND: These noise cancelling ear buds are built with an extra-large 12.4 mm diameter dynamic coil and HiFi 5 DPS high-performance computing, make the treble more transparent and the bass surging.
  • WEARING COMFORT AND TOUCH CONTROL: The active noise cancelling earbuds have 3 sizes of ear tips to ensure a precise fit for different ear shapes, effectively isolating noise around and won't slip out easily. Whether it's switching or pausing a song, answering a call or hanging up, there's no need for touching the cell phone screen, just a tap on the earphone will work (NOTE: App is not supported in the US at this time).


Why should you choose earbuds with good noise cancellation?

-Prevent damaging your hearing by cranking up the volume to combat noise!

These true noise cancelling bluetooth wireless earbuds are great for these places: offices, meeting rooms, libraries, bedrooms, subways, buses, etc.; perfectly suited for reading, commuting, meetings, sports, cycling, travelling, lounging, gaming and other scenarios!

These wireless earbuds noise cancelling have a built-in 50mAh battery for 8 hours of listening in a single session, and 500mAh battery in the earbuds case for up to 40 hours of playing.

These noise cancelling earbuds not only have powerful 45dB noise cancellation, but also clear treble and deep bass, superior sound quality is the key to enjoying your music.

These bluetooth earbuds noise cancelling are an in-ear design for a more comfortable fit. To make sure they fit your ears, the X7I ear buds comes with 3 sizes of ear tips for you to choose from.

These earbuds wireless bluetooth noise cancelling are not only waterproof, but also dustproof. You can take it with you anywhere without fear of tiny dust destroying them.

You just need to simply touch this sound cancelling earbuds to pause/play songs, answer/hang up calls, and switch between noise cancelling modes.

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.