S21 Over Ear Wireless Bluetooth Headsets Sport Headphones with Microphone Bag Comfortable Neckband Bluetooth Earphone MP3 Player

$48.14
Color:  Red with Black
Quantity
people are viewing this right now

Description

Product Description:

  • Hign-concerned Chemical:  None
  • Material:  Plastic,Silica GEL
  • Battery Capacity[mAh]:  450
  • Battery life up to[hours]:  10
  • Voice assistant built-in:  YES
  • Maximum wireless range[m]:  10m-20m
  • Sound Isolating:  no
  • Category:  Earphones & Headphones
  • Earcups Type:  Semi-open
  • Max Output:  50mW
  • Number Of Drivers:  2
  • Charging Method:  cable
  • Headphone Pads Material:  Soft Foam
  • Magnet Type:  Neodymium
  • Driver Diameter:  30mm
  • Total Harmonic Distortion:  5%
  • Impedance Range:  up to 32 Ω
  • Bluetooth Version:  5.0
  • Package List:  User Manual,Carrying Bag,Charging Cable,Replaceable Pads Set
  • Features:  waterproof,With microphone,Amazon Alexa Support,Apple Siri Support,Playback Control,Google Assistant Support
  • Codecs:  AAC,sbc
  • With Microphone:  Yes
  • Is wireless:  Yes
  • Support APP:  No
  • Support Memory Card:  Yes
  • Waterproof:  Yes
  • Resistance:  16Ω
  • Line Length:  0.3m
  • Frequency Response Range:  20 - 20000Hz
  • Sensitivity:  93±3dB
  • Plug Type:  Line Type
  • Function:  For Internet Bar,for Video Game,Common Headphone,For Mobile Phone,HiFi Headphone,Sport,Kids' Headphones,For Outdoor,For Office,For Study
  • Active Noise-Cancellation:  No
  • Volume Control:  Yes
  • Control Button:  Yes
  • Vocalism Principle:  Dynamic
  • Wireless Type:  bluetooth
  • Connectors:  USB
  • Communication:  WireLess
  • Style:  Neckband
  • Certification:  CE,FCC
  • Wireless range:  10m
  • Feature:  Most comfortable Blutooth headphone
  • Speaker size:  27 mm driver
  • Work time:  10 hours
  • Type:  Neckband Sport Bluetooth Earphones
  • Bluetooth profile:  A2DP AVRCP HFP SPP BLE
  • charging time:  2 hours
  • charging port:  Micro usb
  • with carrying case:  yes
  • MP3 Player:  Support

 
  
 

Arikasen Wireless Bluetooth Headset Sport headphones with Microphone Bag Comfortable Neckband Bluetooth headset 10H Music Time MP3 Player

Main Features:

Support MP3 Player function and Extended memory(up to 32 GB)

The Memory card is not included

Ergonomic design and most comfortable bluetooth headphone for sports and daily wear:

a) reduce the discomfort or pain cause by in-ear style wireless earbuds

b) reduce the odds of infections caused by bacteria because no need insert the earphones into ear canal

c) on-ear comfortable but much more lightweight wireless Comfortable Headset

10 hours playtime with a single full charge(2H charge time)

The Wireless Earphones are outperforming most competitors.Use the Sport Wireless Headphones 2 hours a day,no need to charge the headphone for whole week.

Sport Bluetooth Headset adopts the latest bluetooth 5.0 technology and supports HSP, HFP, A2DP, AVRCP,

which enable you to enjoy the HD stereo sound and hear the phone calls in clarity.The transmission is fast,efficient and very stable with a large range (up to 30 feet) between the earphone with your paired device,like cellphone or tablet.

Outstanding sound quality

Equipped with premium 27mm dynamic drivers,the Bluetooth earbuds deliver superior sound with enhance bass and crystal sound. Extra bass sound deliver powerful punch to all your music, pure crystal sound bring you a clear and moving listening experience.

Built-in high-end Dual MEMS microphones and CVC 6.0 noise cancelling technology

in the headphones for you to enjoy hands-free calls and voice assistant. Voice comes from both earphone in stereo mode.

The Most Comfortable Foldable headphone bluetooth

It is MP3 Player

THE MOST ADVANCED BLUETOOTH 5.0:

Bluetooth headphone adopted latest generation chip and Bluetooth 5.0 technology, supports various Bluetooth-enabled devices With significant noise isolation and 27mm dynamic drivers.

HIGHT QUALITY STEREO SOUND

Adopted Bluetooth 5.0 technology, with SBC Bluetooth profiles to tune AAC, significant noise isolation and 27mm dynamic drivers, ensure stable transmission and don't interruption, delivers HD stereo sound experience.

10 HOUR CONTINUOUS PLAYBACK

wireless headphone with exclusive charging technology, low power consumption, 5 minutes charge can play 2 hours. IOS can up to 10 hours work time, let you enjoy wonderful music when travel and sports.

Clear Phone Calls

MEMS microphone technology enables surprisingly clear conversations on these compact buds.

With Carrying Case

LIFETIME SWEATPROOF (Nor for Swimming or Showering)

This Bluetooth headphone with mic is constructed with IPX5 Sweatproof standard which protect the ear buds from sweat

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.