✦ Verified product
Honor Watch 6 Plus
GBP 229.00
Band color
Average Dad Tech
Verified independent store
→
.accordion-wrapper { font-family: 'Varela Round', sans-serif; margin: 0; padding: 0; } .accordion { max-width: 900px; margin: 0 auto; border-radius: 12px; box-shadow: 0 4px 10px rg
ba(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: N/A: No Cellular activity 2G Bands: N/A 3G Bands: N/A 4G Bands: N/A Speed: N/A SIM: N/A Durability: IPX6 Body Dimensions: 46.50 x 46.50 x 10.80 mm Weight: 50g Build: Dependant on variant Display Type: Color/AMOLED, 60Hz 3000 nits (peak) Size: 1.46 inches Resolution: 464 x 464 pixels (~318 ppi density) Memory Card Slot: No Sound Speakers: Yes 3.5mm Jack: No Comms WLAN: No Bluetooth: 6.0, LE Positioning: TBA NFC: Yes Infrared: N/A Radio: No USB: No Features Sensors: Accelerometer, gyro, heart rate, compass Battery Type: Li-Po 1000 mAh Charging: Wireless 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'); } }); }); });