✦ Verified product
OPPO Watch X3
GBP 399.00
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: #ffffff; overflow: hidden; } .accordion-item { border-top: 1px solid #4a58a6; } .accordion-item:first-child { border-top: none; } .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; display: block; } .accordion-header:hover { background-color: #fcdc23; color: #000000; } .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; margin: 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: #ffffff; } table th, table td { padding: 10px; text-align: left; border: 1px solid #ccc; } Chinese Version What's included? Charging Brick: Yes, wireless charging puck USB Cable: Yes Protective case: N/A Network Technology: HSPA / LTE 2G Bands: N/A 3G Bands: HSDPA 850 / 900 / 2100 - cellular model only 4G Bands: 1, 3, 5, 8, 34, 38, 39, 40, 41 - cellular model only Speed: N/A SIM: eSIM (market/region dependent) - cellular model only Durability: IP68/IP69 dust tight and water resistant (high pressure water jets; immersible up to 1.5m for 30 min) Body Dimensions: 47.4 x 47.4 x 11 mm (1.87 x 1.87 x 0.43 in) Weight: 43 g (1.52 oz) Build: Waterproof (5ATM), MIL-STD-810H compliant, Compatible with standard 22mm straps, ECG certified Display Type: LTPO AMOLED, 1500 nits (peak) Size: 1.5 inches Resolution: 466 x 466 pixels (~310 ppi density) Platform OS: ColorOS Watch 7.0 + Wear OS 5.0 Chipset: Qualcomm Snapdragon W5 Gen 1 (4 nm) Memory Card Slot: No Internal: 32GB 2GB RAM Sound Speakers: Yes 3.5mm Jack: No Comms WLAN: Wi-Fi 802.11 a/b/g/n, dual-band Bluetooth: 5.2, A2DP, LE Positioning: GPS (L1+L5), GLONASS, GALILEO, BDS, QZSS NFC: Yes Infrared: N/A Radio: No USB: No Features Sensors: Accelerometer, gyro, barometer, compass, heart rate, SpO2, thermometer (skin temperature) Battery Type: Li-Ion 646 mAh Charging: 7.5W wired, 100% in 75 min document.addEventListener('DOMContentLoaded', function () { const headers = document.querySelectorAll('.accordion-header'); headers.forEach(function (header) { header.addEventListener('click', function () { const content = this.nextElementSibling; const isActive = content.classList.contains('active'); document.querySelectorAll('.accordion-content').forEach(function (item) { item.classList.remove('active'); }); if (!isActive) { content.classList.add('active'); } }); }); });