WINX VIBE Active 2 Hybrid ANC Earbuds - WINX | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
WINX

WINX VIBE Active 2 Hybrid ANC Earbuds

SKU: WX-HS110
R 269.00 R 399.00
You save R 130.00 (33%)
In Stock
You save R 130.00 (33% off)

Dive into a world of pristine audio with the WINX VIBE Active 2 Hybrid ANC Earbuds. These compact and lightweight earbuds deliver high-resolution sound, perfect for music lovers, podcast enthusiasts, and anyone who values clear audio during calls. With Hybrid Active Noise Cancellation (ANC)...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Dive into a world of pristine audio with the WINX VIBE Active 2 Hybrid ANC Earbuds. These compact and lightweight earbuds deliver high-resolution sound, perfect for music lovers, podcast enthusiasts, and anyone who values clear audio during calls. With Hybrid Active Noise Cancellation (ANC) technology, eliminate up to 40dB of environmental noise and focus on what matters, whether you're commuting, working, or exercising.

Designed for users who are always on the go, the WINX VIBE Active 2 Hybrid ANC Earbuds are your perfect companion in almost any environment. Their lightweight design and ergonomic ear tips ensure comfort during extended use, while the IPX4 rating provides greater sweat and water resistance. This means they're ideal for workouts, outdoor activities, or long-distance travelling.

Bluetooth 5.3 ensures a reliable wireless connection with a range of up to 10 metres, allowing seamless pairing with both iOS and Android devices. The intuitive touch controls make it easy to manage your music and calls without reaching for your device. The WINX VIBE Active 2 Hybrid ANC Earbuds are designed to enhance every moment, providing exceptional sound quality, advanced noise cancellation, and all-day comfort.

Hybrid ANC Earbuds

Enjoy up to 32 hours of playtime with ANC off and at 50% volume (with the charging case), allowing for uninterrupted listening throughout your day. Whether you're on a long flight, working a full day, or going for a marathon workout session, these earbuds have the stamina to keep up with you. Need to recharge? A full recharge takes just 2 hours, so you can get back to your music quickly.

The 6-microphone MEMS array and advanced technology ensure quality, clear calls by blocking out distractions. When you need to stay aware of your surroundings, switch to Transparency Mode to amplify ambient sounds, perfect for staying alert in busy environments like airports or train stations.

FEATURES:

  • Charge within 2 hours
  • Up to 32 hours of playtime
  • Hybrid ANC eliminates up to 40dB of environmental noise
  • 6-Microphone array ensures quality, clear calls
  • Intuitive touch controls

SPECIFICATIONS:

  • Bluetooth version: V5.3
  • Bluetooth profile: A2DP, AVRCP, HFP
  • Bluetooth transmission range: 10 metres
  • Speaker frequency: 20-20KHz
  • Speaker impedance: 32Ω±15%
  • Speaker size: 10mm
  • Sensitivity: 102±3dB
  • Audio latency: 80 milliseconds
  • Audio codecs: SBC
  • Noise cancellation: Hybrid ANC (up to 40dB reduction)
  • Microphone: 6-Microphone array
  • Battery (charging case only): 350mAh
  • Battery (earbuds only): 43mAh
  • Charging input: Type-C port (5V/400mA)
  • Charging time: Up to 2 Hours
  • Playtime with ANC on: Up to 29 hours (including charging case), Up to 7 hours (earbuds only)
  • Playtime with ANC off: Up to 32 hours (including charging case), Up to 8 hours (earbuds only)
  • Ingress Protection (IP) rating: IPX4
  • Compatibility: iOS/Android
  • Product dimensions: 6 x 2.4 x 4.3cm
  • Product weight: 37.2g

WHAT’S IN THE BOX:

  • WINX VIBE Active 2 Hybrid ANC Earbuds x1
  • Type-C Charging Cable x1
  • Additional Eartip Pairs (Small & Large) x2
  • User Manual x1
Brand WINX
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

-33%
UGREEN Lightbuds Basic Earphones (Semi In-Ear)–White
Ugreen

UGREEN Lightbuds Basic Earphones (Semi In-Ear)–White

R 399.00 R 599.00

Save R 200.00

In Stock

-34%
UGREEN EchoBuds Magic Wireless (In-Ear Earphones)–White
Ugreen

UGREEN EchoBuds Magic Wireless (In-Ear Earphones)–White

R 859.00 R 1 299.00

Save R 440.00

In Stock

-34%
UGREEN HiTune S5 Open-Ear TWS Earbuds–Black
Ugreen

UGREEN HiTune S5 Open-Ear TWS Earbuds–Black

R 529.00 R 799.00

Save R 270.00

In Stock

-20%
WINX VIBE More Adaptive ANC Earpods
WINX

WINX VIBE More Adaptive ANC Earpods

R 399.00 R 499.00

Save R 100.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!