✦ Verified product
Poco F8 Pro (Global)
GBP 549.00
Size
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; } Global Version Network Technology: GSM / HSPA / LTE / 5G 2G Bands: GSM 850 / 900 / 1800 / 1900 3G Bands: HSDPA 800 / 850 / 900 / 1700(AWS) / 1900 / 2100 4G Bands: 1, 2, 3, 4, 5, 7, 8, 18, 19, 20, 26, 28, 38, 40, 41, 42, 48, 66, 71 5G Bands: 1, 2, 3, 5, 7, 8, 20, 26, 28, 38, 40, 41, 48, 66, 71, 77, 78 SA/NSA Speed: HSPA, LTE, 5G SIM: Nano-SIM + Nano-SIM + eSIM (max 2 at a time) Durability: IP68 dust tight and water resistant (immersible up to 1.5m for 30 min) Body Dimensions: 157.5 x 75.3 x 8 mm (6.20 x 2.96 x 0.31 in) Weight: 199 g (7.02 oz) Build: Glass front (Gorilla Glass 7i), aluminum frame, glass back Display Type: AMOLED, 68B colors, 2560Hz PWM, 120Hz, Dolby Vision, HDR10+, 2000 nits (HBM), 3500 nits (peak) Size: 6.59 inches, 106.5 cm2 (~89.8% screen-to-body ratio) Resolution: 1156 x 2510 pixels, 19.5:9 ratio (~419 ppi density) Platform OS: Android 16, HyperOS 3 Chipset: Qualcomm SM8750-AB Snapdragon 8 Elite (3 nm) CPU: Octa-core (2x4.32 GHz Oryon V2 Phoenix L + 6x3.53 GHz Oryon V2 Phoenix M) GPU: Adreno 830 Memory Card Slot: No Internal: 256GB 12GB RAM, 512GB 12GB RAM Main Camera Triple 50 MP, f/1.9, 24mm (wide), 1/1.55", 1.0µm, multi-directional PDAF, OIS 50 MP, f/2.2, 60mm (telephoto), 1/2.88", 0.61µm, multi-directional PDAF, 2.5x optical zoom 8 MP, f/2.2, 15mm, 120˚ (ultrawide), 1/4.0", 1.12µm Features: Color spectrum sensor, LED flash, HDR, panorama Video: 8K@30fps, 4K@30/60fps, 1080p@30/60/120/240/960fps, gyro-EIS, HDR10+ Selfie Camera Single:20 MP, f/2.2, 21mm (wide), 1/4.0", 0.7µm Video: 1080p@30/60fps, HDR Sound Speakers:Yes, with stereo speakers (with Dolby Atmos) 3.5mm Jack: No Comms WLAN: Wi-Fi 802.11 a/b/g/n/ac/6/7, dual-band, Wi-Fi Direct Bluetooth: 5.4, A2DP, LE, aptX HD, aptX Adaptive, LHDC 5.0, ASHA, Auracast Positioning:GPS (L1+L5), BDS (B1I+B1c+B2a), GALILEO (E1+E5a), QZSS (L1+L5), NavIC (L5), GLONASS NFC: Yes Infrared: Yes Radio: No USB:USB Type-C, OTG Features Sensors: Fingerprint (under display, ultrasonic), accelerometer, gyro, proximity, compass Battery Type: 6210 mAh Charging: 100W wired, PD3.0, QC3+, 100W PPS, 100% in 37 min, 22.5W 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'); }); });