ΜΕΝΟΥ
ΚΑΛΑΘΙ ΑΓΟΡΩΝ

Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White

Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
Ringke QI2.2 25W 3in1 Magnetic MagSafe Inductive Charger - White
36,96€
Χωρίς ΦΠΑ: 29,81€
  • Διαθεσιμότητα: ΠΑΡΑΔΟΣΗ 4-10 ΗΜΕΡΕΣ
  • Κατασκευαστής: Ringke
  • Κωδικός: 8800328816565

ΠΕΡΙΓΡΑΦΗ

Description

The Ringke QI2.2 25W 3-in-1 Inductive Charger is an innovative solution for Apple users, combining elegant design with exceptional functionality. This compact charging station allows you to simultaneously charge three devices—iPhone, Apple Watch , and AirPods—using the latest MagSafe magnetic charging technology.

Thanks to its foldable design, the charger offers two practical modes: stand mode, ideal for working or watching content, and pad mode, perfect for travel. The 25W MagSafe main panel provides ultra-fast iPhone charging in both portrait and landscape orientation, allowing for convenient use while charging. A dedicated Apple Watch dock (3W) and a built-in induction mat (5W) for AirPods create a complete charging center.

The charger is equipped with an intelligent safety system that protects against overcharging, overvoltage, overheating, and short circuits. A non-slip silicone base ensures stability, and a discreet LED indicator indicates charging status. Its compact size and light weight make the Ringke QI2.2 3-in-1 the perfect companion both at home and on the go.

Product features
  • 100% Original
  • Packed in original packaging
  • Simultaneous charging of 3 devices (iPhone, Apple Watch, AirPods)
  • 25W MagSafe magnetic charging
  • Foldable design with two modes of use
  • Charging in portrait and landscape orientation
  • Advanced electronic security
  • Non-slip silicone base
  • LED indicator for charging status
  • Ultra-compact dimensions and low weight
Specification Entry 15V⎓3A MagSafe charging 25W Charging Apple Watch 3W Charging Apple AirPods 5W Dimensions 108 × 62 × 25.3 mm Libra 134g Color White Security Overcharge protection, Overvoltage protection, Overheating protection, Low voltage protection, Short circuit protection, Overload protection Compatibility

Smartphones with MagSafe:

The charger is fully compatible with smartphones equipped with MagSafe magnetic charging technology and with phones with magnetic cases or MagSafe stickers.

Smartphones with Qi/Qi2 inductive charging:

Compatible with devices supporting the Qi and Qi2 wireless charging standards. For phones without MagSafe, charging takes place on a flat induction mat at up to 5W.

Smartwatches:

Dedicated charging station compatible with all generations of Apple Watch . Product not compatible with Galaxy Watch.

Wireless headphones:

Compatible with wireless headphones with a case featuring inductive charging (AirPods, Galaxy Buds and others).

The set includes

1 × Ringke QI2.2 25W 3in1 Inductive Charger

1 × Type-C / Type-C cable 100 cm

document.addEventListener('DOMContentLoaded', function() {const accordion = document.querySelector('.fd-accordion');const accordionItems = document.querySelectorAll('.fd-accordion-item');function isInEditor() {if (window.frameElement) return true;if (document.designMode === 'on') return true;if (document.body.contentEditable === 'true') return true;if (window.location.href.includes('/admin')) return true;if (window.location.href.includes('/edit')) return true;if (window.location.href.includes('editor')) return true;if (document.querySelector('[contenteditable="true"]')) return true;if (document.querySelector('.cke_editable, .mce-content-body, .fr-element')) return true;return false;}if (isInEditor()) {return;}accordion.classList.add('js-initialized');accordionItems.forEach((item, index) => {if (index === 0) {item.classList.add('active');} else {item.classList.remove('active');}});accordionItems.forEach(item => {item.addEventListener('click', function(e) {// Sprawdź czy użytkownik zaznaczał tekstconst selection = window.getSelection();if (selection.toString().length > 0) {return; // Nie przełączaj sekcji, pozwól na kopiowanie}const isMobile = window.innerWidth