Free shipping

Tikland Wireless Headphones V5.3, 3.2g Painless Wear, 50Hrs Playtime, Wireless Earbuds Mini CVC8.0 Clear Call, Deep Bass 2.0, Bluetooth Headphones IPX7 Waterproof, LED Display Wireless Earphones

$32.99
Quantity
SKU: S33
Description
The wireless bluetooth earbuds sports a built-in 13.4mm polymer double-layer titanium alloy coated diaphragm large speaker with a bass boost of 43%. Dual digital LED display, open and close the lid, you can clearly see the remaining power of the Bluetooth earbuds and the charging compartment, and remind you to charge the Bluetooth earbuds in time.
  • Up to 50 Hours of Playtime: The bluetooth earphones can play for 8 hours after a single charge is completed, together with the charging case for a total of 50 hours. No power failure worries.
  • LED Digital Display: LED digital of the wireless ear buds box. Designed to show the remaining power of the charging case and earbuds.
  • HD Stereo Sound: Earpods wireless bluetooth feature large 14.2mm drivers and a dual-layer polymer graphene diaphragm. Bass is improved by 43%.
  • HD Stereo Sound: Earpods wireless bluetooth feature large 14.2mm drivers and a dual-layer polymer graphene diaphragm. Bass is improved by 43%.
  • HD Stereo Sound: Earpods wireless bluetooth feature large 14.2mm drivers and a dual-layer polymer graphene diaphragm. Bass is improved by 43%.
  • Crystal Clear Calls: Bluetooth headphones in ear uses CVC8.0 wave speed reverse forming technology. Built-in 4 micrs for precise sound pickup. Effectively reduce the noise interference during calls, making calls as if face-to-face.
  • Comfortable and Stable Wearing: Single earbud is as light as 3.2g, 45° in-ear design, even for strenuous exercise such as running will not fall off.
  • Bluetooth 5.3 and One-step Pairing: "S23" uses a stable and low-latency Bluetooth 5.3 chipset with a high-sensitivity FPC antenna. Power consumption is reduced by 30% and the connection is more stable. One-step connection to your phone takes only 2 seconds ear phones.
  • IPX7 Waterproof: With a unique nano-coated waterproof material that can withstand rain and sweat. Note: The charging case is not waterproof, please use the bluetooth earphones after drying.
  • Smart Touch Control: Bluetooth wireless headphones uses humanized fingerprint sensor, aluminum touch interface and Bluetooth 5.3 for fast response. Allows easy access to functions anytime, anywhere.
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.