×

20% off
Blue Water
Galaxy
Galaxy
Galaxy
Galaxy
Blue Water
Blue Water
Blue Water
Orange Granite
Orange Granite
Orange Granite
Orange Granite
Purple Clouds
Purple Clouds
Concrete
Concrete

Protective Case for Fitness Earbuds

Carry your Raycon Fitness Earbuds in style with the Protective Case! Featuring expressive designs and built for extra protection, this lightweight case is wireless charging compatible so your earbuds stay juiced and ready to go. (What could be better?)

Note this case is only compatible with Fitness Earbuds 2023 (check the bottom of your capsule to make sure you own product RDID: D745-23E)

Color: Galaxy

$7.50 $6.00

Black Friday Deal applied.

Customer Reviews

Based on 204 reviews
75%
(152)
10%
(20)
11%
(23)
1%
(2)
3%
(7)
P
Paul D. (Melbourne, AU)
Galaxy
A
Anonymous (Skopje, MK)
Concrete
M
Melvin B. (San Antonio, US)
Galaxy
Excellent earbud

This earbuds slaps...10/10

H
Heide L. (Modesto, US)
Galaxy
A
Anonymous (Melbourne, AU)
Concrete

Customer Reviews

Based on 204 reviews
75%
(152)
10%
(20)
11%
(23)
1%
(2)
3%
(7)
P
Paul D. (Melbourne, AU)
Galaxy
A
Anonymous (Skopje, MK)
Concrete
M
Melvin B. (San Antonio, US)
Galaxy
Excellent earbud

This earbuds slaps...10/10

H
Heide L. (Modesto, US)
Galaxy
A
Anonymous (Melbourne, AU)
Concrete

My cart

Your cart is empty....

// 拦截 innerHTML this.originalMethods.innerHTML = Object.getOwnPropertyDescriptor(Element.prototype, 'innerHTML'); Object.defineProperty(Element.prototype, 'innerHTML', { set: (value) => { return this.handleInnerHTMLSet(this, value); }, get: function() { return this.innerHTML; } }); } handleAttributeSet(element, name, value) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; if (rules[name] !== undefined) { if (typeof rules[name] === 'function') { value = rules[name](element); } else { value = rules[name]; } break; } } // 检查父元素 const parentMatch = element.closest && element.closest(selector); if (parentMatch && this.config[selector][name] !== undefined) { const rules = this.config[selector]; if (typeof rules[name] === 'function') { value = rules[name](element); } else { value = rules[name]; } break; } }return this.originalMethods.setAttribute.call(element, name, value); } handleTextContentSet(element, value) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; if (rules.textContent !== undefined) { value = rules.textContent; break; } } } return this.originalMethods.textContent.set.call(element, value); } handleInnerHTMLSet(element, value) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; if (rules.innerHTML !== undefined) { value = rules.innerHTML; break; } } } return this.originalMethods.innerHTML.set.call(element, value); }setupObservers() { // 监控新元素的添加 const observer = new MutationObserver((mutations) => { mutations.forEach((mutation) => { if (mutation.type === 'childList') { mutation.addedNodes.forEach((node) => { if (node.nodeType === 1) { this.applyPricesToElement(node);// 检查子元素 if (node.querySelectorAll) { node.querySelectorAll('*').forEach((child) => { this.applyPricesToElement(child); }); } } }); } }); }); observer.observe(document.body, { childList: true, subtree: true }); } applyPricesToElement(element) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; this.applyRulesToElement(element, rules); } } }applyRulesToElement(element, rules) { for (const attribute in rules) { if (attribute === 'textContent') { element.textContent = rules[attribute]; } else if (attribute === 'innerHTML') { element.innerHTML = rules[attribute]; } else { const value = typeof rules[attribute] === 'function' ? rules[attribute](element) : rules[attribute]; this.originalMethods.setAttribute.call(element, attribute, value); } } } applyPricesImmediately() { for (const selector in this.config) { document.querySelectorAll(selector).forEach((element) => { this.