🎧 Open-ear Headphones with 72-hour Battery Life, Secure Fit for Workouts and Commutes ✨

$26.99
Color:  Black
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

FEATURES

OPEN-EAR COMFORT: Stays outside your ear canal, eliminating pressure for all-day wear while allowing you to stay aware of your surroundings for enhanced safety during outdoor activities.

EXTENDED 72-HOUR PLAYTIME: Enjoy days of uninterrupted music and calls with the charging case. A single charge provides over 6 hours of listening, ensuring your earbuds are always ready when you are.

DIRECTIONAL HI-FI AUDIO: Our advanced directional sound technology transmits audio to your ears, minimizing sound leakage for privacy, while the large dynamic drivers deliver rich, immersive Hi-Fi sound quality.

AI-POWERED CALL NOISE REDUCTION: Advanced AI algorithms and dual microphones filter out ambient noise, ensuring your voice is transmitted with crystal clarity, making conversations feel as if you're talking face-to-face.

ERGONOMIC & STABLE FIT: Designed with a flexible silicone ear hook and a lightweight build, these earbuds provide a secure and stable fit that conforms to your ear, staying in place during intense workouts.

SPEC

Color: Champagne Gold, Obsidian Black

Material: Electroplated Metal, Silicone

Playtime: Up to 72 hours (with charging case)

Waterproof Rating: IPX5

Charging Port: Type-C

Communication Distance: Approx. 10m (33 ft)

INCLUDES

1 x Wireless Earbuds

1 x Charging Case

1 x Charging Cable

NOTES

Please fully charge the earbuds and charging case before first use.

The waterproof feature protects against sweat and light rain; do not submerge in water.

Actual battery life may vary depending on usage, volume levels, and connected device.