✦ Verified product
Huawei Mate XT2
GBP 3,249.00
Size
Average Dad Tech
Verified independent store
→
body { font-family: 'Varela Round', sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } .accordion { max-width: 900px; margin: 40px auto; border-radius: 12px; box-shado
w: 0 4px 10px rgba(0, 0, 0, 0.1); background: white; overflow: hidden; } .accordion-item { border-top: 1px solid #4a58a6; } .accordion-header { background-color: #137de4; color: #ffffff; padding: 20px 24px; width: 100%; text-align: left; font-size: 18px; font-weight: bold; border: none; outline: none; cursor: pointer; transition: background 0.3s ease, color 0.3s ease; } .accordion-header:hover { background-color: #fcdc23; color: #000; } .accordion-content { display: none; background-color: #f7f3d7; padding: 0 24px; } .accordion-content.active { display: block; padding: 20px 24px; } .accordion-content ul { list-style: none; padding-left: 0; font-size: 16px; line-height: 1.6; } .accordion-content li { margin-bottom: 10px; } .accordion-content strong { display: inline-block; width: 160px; } table { width: 100%; border-collapse: collapse; font-size: 16px; margin-top: 15px; } table thead { background-color: #137de4; color: #fff; } table th, table td { padding: 10px; text-align: left; border: 1px solid #ccc; } Shipping starts 14th of September What's included? Charging Brick: Yes USB Cable: Yes Protective case: Yes Network Technology:GSM / HSPA / LTE 2G Bands: GSM 850 / 900 / 1800 / 1900 3G Bands:HSDPA 800 / 850 / 900 / 1700(AWS) / 1900 / 2100 4G Bands: LTE 5G Bands:SA/NSA Speed: HSPA, LTE SIM: Nano-SIM + Nano-SIM Durability:IP58/IP59 dust protected and water resistant (high pressure water jets; immersible up to 1m for 30 min) Body Dimensions: Unfolded: 157.2 x 219.2 x 3.5-4.0 mm Folded: 157.2 x 77 x 12.3 mm Weight: 299g (10.55 oz) Build: TBD Display Type:Inner: Tri-foldable LTPO OLED, 1B colors, 90Hz, 1440Hz PWM Outer: LTPO OLED, 1B colors, 120Hz, 1440Hz PWM, Xuanwu Kunlun glass Size:Inner:10.2 inches, 315.5 cm2 (~91.6% screen-to-body ratio) Outer: 6.5 inches Resolution:Inner: 2232 x 3184 pixels (~381 ppi density) Outer: 1140 x 2442 pixels, (412 ppi) Platform OS:HarmonyOS 7.0 Chipset:Kirin 9050 Pro CPU:TBD GPU: TBD Memory Card Slot: No Internal:256GB 16GB RAM, 512GB 16GB RAM, 1TB 16GB RAM Main Camera Triple 50 MP, f/1.5-f/4.0, 23mm (wide), 1/1.28", PDAF, OIS 50 MP, f/2.2, 81mm (periscope telephoto), PDAF, OIS, 3.5x optical zoom 40 MP, f/2.2, 13mm (ultrawide), PDAF Features:Laser AF, color spectrum sensor, LED flash, panorama, HDR Video:4K@30/60fps, 1080p@30/60fps, gyro-EIS, OIS, HDR Vivid Selfie Camera Single:Inner: 8 MP, f/2.4, (wide), 1/3.6", 1.22µm Outer: 8 MP, f/2.4, (wide), 1/3.6", 1.22µm Features:HDR Video:4K@30fps, 1080p@30fps, HDR Vivid Sound Speakers:Yes, with stereo speakers 3.5mm Jack: No Comms WLAN:Wi-Fi 802.11 a/b/g/n/ac/6/7, dual-band Bluetooth:6.0, A2DP, LE, L2HC Positioning:GPS (L1+L5), GLONASS (L1), BDS (B1I+B1c+B2a+B2b), GALILEO (E1+E5a+E5b), QZSS (L1+L5), NavIC NFC: Yes Infrared: Yes Radio: No USB:USB Type-C 3.1, DisplayPort 1.2, OTG Features Sensors:Fingerprint (side-mounted), accelerometer, gyro, proximity, compass, barometer, altimeter Battery Type: 6000 mAh Charging: 66W wired, 50W wireless, 7.5W reverse wireless,5W reverse wired const headers = document.querySelectorAll(".accordion-header"); headers.forEach(header => { header.addEventListener("click", () => { const content = header.nextElementSibling; document.querySelectorAll(".accordion-content").forEach(item => { if (item !== content) { item.classList.remove("active"); } }); content.classList.toggle("active"); }); });