✦ Verified product
Huawei Mate 80 Pro
GBP 1,099.00
Average Dad Tech
Verified independent store
→
Global Version Specs Accordion 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-shadow: 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; } Chinese Version Network Technology: GSM / CDMA / HSPA / CDMA2000 / LTE / 5G 2G Bands: GSM 850 / 900 / 1800 / 1900 / CDMA 800 3G Bands: HSDPA 800 / 850 / 900 / 1700(AWS) / 1900 / 2100 / CDMA2000 1x 4G Bands: LTE 5G Bands: SA/NSA Speed: HSPA, LTE, 5G SIM: Nano-SIM + Nano-SIM Durability: IP68/IP69 dust tight and water resistant (high pressure water jets; immersible up to 6m for 30 min) Body Dimensions: 161.9 x 76 x 8 mm (6.37 x 2.99 x 0.31 in) Weight: 219 g (7.72 oz) Build: Glass front, aluminum alloy frame, fiber-reinforced plastic back Display Type: LTPO OLED, 1B colors, 120Hz, 1440Hz PWM, HDR Vivid Size: 6.75 inches, 110.3 cm2 (~89.7% screen-to-body ratio) Resolution: 1280 x 2832 pixels (~460 ppi density) Platform OS: HarmonyOS 6.0 Chipset: Kirin 9030 Pro (6 nm) CPU: 9-core (1x2.75 GHz & 4x2.27 GHz & 4x1.72 GHz) GPU: Maleoon 935 Memory Card Slot: No Internal: 512GB 16GB RAM Main Camera Triple 50 MP, f/1.4-f/4.0, 24mm (wide), PDAF, OIS 48 MP, f/2.1, 93mm (periscope telephoto), PDAF, OIS, 4x optical zoom 40 MP, f/2.2, 13mm, 120˚ (ultrawide), PDAF Features: Laser AF, color spectrum sensor, LED flash, panorama, HDR Video: 4K, 1080p@240fps, HDR, gyro-EIS, OIS, HDR Vivid Selfie Camera Single:13 MP, f/2.0, 18mm (ultrawide), AF TOF 3D, (depth/biometrics sensor) Video: 4K, 1080p, HDR, gyro-EIS Sound Speakers:Yes, with stereo speakers , High-definition audio 3.5mm Jack: No Comms WLAN: Wi-Fi 802.11 a/b/g/n/ac/6/7, dual-band, Wi-Fi Direct 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, OTG, DisplayPort 1.2 Features Sensors: Face ID, fingerprint (side-mounted), accelerometer, gyro, proximity, barometer, compass Battery Type:5750 mAh Charging: 100W wired , 80W wireless, 20W reverse wireless , 18W reverse wired const headers = document.querySelectorAll('.accordion-header'); headers.forEach(header => { header.addEventListener('click', () => { const content = header.nextElementSibling; // Close other open sections document.querySelectorAll('.accordion-content').forEach(item => { if (item !== content) { item.classList.remove('active'); } }); // Toggle current content.classList.toggle('active'); }); });