⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector
⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector

⏳Time-limited Special⏰Quick charger adapter with retractable type C cable & connector

Price
$45.99
$25.99
Save  43%
Farbe
Please select a farbe
Quantity
Worldwide shipping
Free returns
24/7 customer support
Secure payments

⚡️ W&O 2-in-1 GaN Charger: The Last Charger You’ll Ever Need (Now with Retractable Cables!)


✅ 120W PD 3.0 Fast Charge – Juices iPhone 16 to 50% in 30 mins (Faster than Apple’s $29 charger!)
✅ NO CABLE CHAOS – Built-in retractable Lightning + Type-C (Fits in your jeans pocket!)
✅ Military-Grade Safety – 7 protections even the Pentagon would approve 🔒

📈 Why 92% of Buyers Choose This Over Apple Chargers:
✨ GaN Tech – Smaller than a Snickers bar but charges MacBooks
✈️ TSA-Friendly – Folding plug won’t snag your luggage
⚡ Dual-Cable Magic – Charge 2 devices simultaneously (Phone + AirPods = ✔️)

🧲 Compatible With:
iPhone 16 / iPad Series

MacBook (USB-C)

Android Phones

Wireless Earbuds, Power Banks & more

PROPERTIES

FAST CHARGING TECHNOLOGY - Thanks to advanced fast-charging technology, this adapter charges your devices quickly and efficiently, saving you time in your hectic everyday life.

DUALES LADEN - Charge two devices at the same time - with the retractable type C cable (22.5 W) and the type C charging port (30 W). Perfect for smartphones, tablets and other devices.  

RETRACTABLE TYPE C CABLE - The integrated retractable Type-C cable can be neatly stored in the adapter, offers a tangle-free experience and is ideal for travelling.  

INTELLIGENT SECURITY FUNCTIONS - Integrated protection functions against overcharging, overheating and short circuits ensure safe and reliable charging at all times.

COMPACT AND PORTABLE - The slim, pocket-friendly design makes the adapter easy to carry - perfect for travelling, the daily commute or as an accessory in the car.  

SPECIFICATIONS

Colour: green, orange ;

Input: 110-240V~50/60Hz 0.6A;

Output: C1: 5V=3A/9V=2.22A/12V=1.67A; C2: 5V=3A/9V=2.22A/12V=1.67A; C1+C2 (simultaneously): 5V=3A ;

Power: Maximum 35 W ;

Dimensions: 65.2 x 55 x 38.2 mm

Scope of delivery: 1 * Quick charger adapter with retractable type C cable

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.