✦ Verified product
Xiaomi 18 Fold
GBP 0.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; } Chinese Version - 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 850 / 900 / 1700(AWS) / 1900 / 2100 4G Bands: 1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 38, 39, 40, 41, 66 5G Bands:1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 38, 40, 41, 66, 77, 78 SA/NSA/Sub6 Speed: HSPA, LTE, 5G SIM: Nano-SIM + Nano-SIM Durability:TBD Body Dimensions: Unfolded: TBD Folded: TBD Weight: TBD Build: TBD Display Type:Inner:Foldable Dynamic LTPO AMOLED 2X, 120Hz, HDR10+, 3000 nits (peak) Outer: Dynamic LTPO AMOLED 2X, 120Hz Size:Inner: 7.58 inches (19.25cm) Outer: 5.38 inches (13.67cm) Resolution:1672x2364pixels Platform OS:Android 17, Xiaomi Hyper OS 4 Chipset:Qualcomm SM8850-1-AD Snapdragon 8 Elite Gen 5 (3 nm) CPU: 3nm Xiaomi XRing O3 processor GPU: 16-core G2-Ultra NX Memory Card Slot: No Internal:256GB 12GB RAM, 512GB 12GB RAM, 512GB 16GB RAM, 1TB 16GB RAM Main Camera Triple 200 MP (upto 3.5x Optical Zoom) 50 MP Telephoto (upto 3.5x Optical Zoom) 50 MP Ultra-Wide Angle Features: LED flash, HDR, panorama Video:8k @24 fps Selfie Camera Single:16 MP Features:HDR Video:1080p@30/60fps Sound Speakers:Yes, with stereo speakers 3.5mm Jack: No Comms WLAN:Wi-Fi 802.11 a/b/g/n/ac/6/7, tri-band, Wi-Fi Direct Bluetooth:6.0, A2DP, LE, aptX HD Positioning:GPS, GALILEO, GLONASS, BDS, QZSS NFC: Yes Infrared: Yes Radio: No USB:USB Type-C 3.2, OTG Features Sensors:TBD Battery Type: 6000 mAh Charging: 67W Quick charging 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"); }); });