Oraimo Headphones BoomPop 2s OHP-610
Oraimo Headphones BoomPop 2s OHP-610 Original price was: KShs5,100.00.Current price is: KShs4,600.00.
Back to products

Powerbeats Pro

Powerbeats Pro

KShs25,500.00

Out of stock

Out of stock

19 People watching this product now!
  • Pick up from the GEA Store

To pick up today

Free

  • Courier delivery

Our courier will deliver to the specified address

2-3 Days

Free

  • DHL Courier delivery

DHL courier will deliver to the specified address

2-3 Days

Free

  • Warranty 1 year

Payment Methods:

Description

Key Specifications
  • Chip: Apple H1 Headphone Chip
  • Connectivity: Class 1 Bluetooth, Apple H1 integration (Hey Siri, seamless device switching)
  • Battery Life: Up to 9 hours listening, 24+ hours total with charging case
  • Charging: Lightning connector on case, plus USB-C/Wireless charging for the newer “Pro 2” model
  • Durability: IPX4 sweat and water resistant
  • Audio: Powerful, balanced sound with dynamic range, no ANC
  • Controls: On-earbud volume, track control, voice assistant
  • Sensors: Dual optical sensors, motion & speech-detecting accelerometers, dual beamforming mics
  • Fit: Adjustable, secure-fit earhooks for stability, multiple ear tip sizes
  • Features: Auto Play/Pause, Fast Fuel (5 min charge = 1.5 hrs playback) 

Disclaimer

Prices and stock levels are subject to change without notice. Please verify before ordering.

Customer Reviews

0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “Powerbeats Pro”

Your email address will not be published. Required fields are marked *

1 2 3 4 5
1 2 3 4 5
1 2 3 4 5

Shopping cart
Sign in
Shopping cart
Sign in
⚠️ You are offline. Some features may not work. Check your connection.
3bb0dc6136" />

No account yet?

⚠️ You are offline. Some features may not work. Check your connection.
0 items Cart
' . "\n"; }, 5 );/* ===================================================== 32. CHECKOUT: AJAX REMOVE ITEM — SERVER SIDE ===================================================== */ add_action( 'wp_ajax_gea_checkout_remove_item', 'gea_checkout_remove_item_handler' ); add_action( 'wp_ajax_nopriv_gea_checkout_remove_item', 'gea_checkout_remove_item_handler' );function gea_checkout_remove_item_handler() { check_ajax_referer( 'gea_checkout_remove', 'security' ); $cart_item_key = sanitize_text_field( $_POST['cart_item_key'] ?? '' ); if ( ! $cart_item_key ) { wp_send_json_error( [ 'message' => 'Missing cart item key.' ] ); } $removed = WC()->cart->remove_cart_item( $cart_item_key ); if ( ! $removed ) { wp_send_json_error( [ 'message' => 'Could not remove item.' ] ); } WC()->cart->calculate_totals(); ob_start(); woocommerce_order_review(); $html = ob_get_clean(); wp_send_json_success( [ 'order_review_html' => $html, 'cart_count' => WC()->cart->get_cart_contents_count(), ] ); }/* ===================================================== 33. CHECKOUT: AJAX REMOVE ITEM — FRONT END ===================================================== */ add_action( 'wp_footer', function() { if ( ! is_checkout() ) return; $nonce = wp_create_nonce( 'gea_checkout_remove' ); $ajax_url = admin_url( 'admin-ajax.php' ); ?>