🔥Wrist sports water bottle - portable watch style water bottle
🔥Wrist sports water bottle - portable watch style water bottle

🔥Wrist sports water bottle - portable watch style water bottle

$19.99 $29.99 Save $10.00
Color:  Clear
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1651799308132').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Free worldwide shipping
Fast shipping
Sustainably made
Secure payments
Share the love
Description

Hands-free hydration for active days

Keep water within reach without carrying a bulky bottle. The X2 Plus wrist water bottle is a compact 200ml wearable hydration bottle made for running, cycling, hiking, gym training and quick outdoor workouts.

  • Wearable wrist design keeps your hands free while you move.
  • Compact 200ml capacity is ideal for short runs, bike rides and fitness sessions.
  • Lightweight build helps reduce bounce and bulk during activity.
  • Soft silicone exterior with a PE bottle component for everyday sports use.
  • Easy-grip shape and watch-style carry design make it simple to take along.

1. Stay Hydrated Without Breaking Your Stride

Designed for runners, cyclists, hikers, and outdoor enthusiasts, this wrist-mounted water bottle keeps hydration within easy reach. No more carrying bulky bottles or stopping mid-workout—simply sip and keep moving. Its ergonomic design allows you to focus on performance while staying refreshed every step of the way.

2. Ultra-Lightweight & Collapsible Comfort

With a flexible soft-flask body that compresses as you drink, this innovative water bottle minimizes bulk and bounce during exercise. Holding up to 200ml of water, it fits comfortably around your wrist and becomes even slimmer when empty, delivering a barely-there feel for long runs and intense training sessions.

3. Leakproof Bite Valve Technology

The advanced bite valve allows for quick, hands-free hydration with a simple bite and sip motion. The leak-resistant design prevents unwanted spills, while the air-free construction reduces water sloshing, ensuring a smooth and distraction-free experience whether you're running a marathon or climbing a trail.

4. Perfect for Every Active Lifestyle

From morning jogs and cycling commutes to hiking, rock climbing, gym sessions, and marathon training, this wearable hydration bottle adapts to your routine. Lightweight, portable, and practical, it's the ideal fitness companion for anyone who values comfort, convenience, and on-the-go hydration.

Certification


💐WHY US❓

We work directly with manufacturers all over the world to ensure the best quality of our products. We have a Quality Control department which helps us to keep our promise!
  • 🔥Price is always competitive.
  • 😊Awesome Customer Service.
  • 🏆Amazing products along with High Quality.
  • 🍭Read reviews from our lovely customers.

🌎Worldwide Shipping✈  

Please note that shipping is insured. However, you may receive your items earlier. Tracking Numbers will ALWAYS be sent so you can track it every step of the way! Cool things are worth waiting for! 😉

🏭 Our Warehouse

We will ship from the warehouse closest to you. We're proud to offer worldwide shipping

undefined