$ npm install @wix/sdk $ npm install @wix/data $ npm install @wix/sdk $ npm install @wix/stores $ npm install @wix/sdk $ npm install @wix/stores $ npm install @wix/data import { items } from '@wix/data'; import { createClient, OAuthStrategy } from '@wix/sdk'; //To access the Wix APIs, create a client with the createClient() function imported from the @wix/sdk package. const myWixClient = createClient({ modules: { items }, auth: OAuthStrategy({ clientId: '6ddcffb0-9777-412e-a303-1935e55b5c7b' }), }); const dataItemsList = await myWixClient.items.query({ "dataCollectionId": "Forms/subscribers073" }).find(); console.log('My Data Items:'); console.log('Total: ', dataItemsList.items.length); console.log(dataItemsList.items .map((item) => item.data._id) .join('\n') ); import { products } from '@wix/stores'; import { createClient, OAuthStrategy } from '@wix/sdk'; //To access the Wix APIs, create a client with the createClient() function imported from the @wix/sdk package. const myWixClient = createClient({ modules: { products }, auth: OAuthStrategy({ clientId: '6ddcffb0-9777-412e-a303-1935e55b5c7b' }), }); const productList = await myWixClient.products.queryProducts().find(); console.log('My Products:'); console.log('Total: ', productList.items.length); console.log(productList.items .map((item) => item.name) .join('\n') );
top of page
AW_PoU_1.png

WATER BOTTLE

Meet the Analemma Water Bottle, a sleek stainless-steel travel companion that brings the power of coherent water to wherever life takes you. Engineered with purpose and elegance, it’s the new kid on the block — but it’s already making waves.

water-splash.png

EFFORTLESS COHERENCE
FOR ON THE GO

Meet the Analemma Water Bottle, a sleek, stainless-steel travel companion designed for modern living. It’s the new kid on the block — but it’s already making waves with its clean aesthetics, smart engineering, and purpose-driven design.

Design That Speaks Function & Style

  • Premium Build: Crafted from high-quality, rust-proof stainless steel, the bottle offers a durable, microplastic-free experience you can trust.

  • Textured Grip Surface: The subtly coated, textured finish delivers a modern look and a confident grip, even when you're on the move or your hands are wet.

  • Leak-Proof Cap: Made from food-safe POM-C, the cap is sturdy, reliable, and includes a convenient latch clip — perfect for attaching to your backpack, bag, or belt loop.

Why It’s the New Kid on the Block

  • A Fresh Evolution: The Analemma Water Bottle represents a modern leap in hydration design — combining wellness, aesthetics, and everyday functionality.

  • Scientifically Minded: Built around Analemma’s mission of elevating hydration quality, the bottle reflects the brand's commitment to innovation and human well-being.

  • Part of a Growing Movement: It's more than just a bottle — it’s a symbol of a lifestyle shift toward intentional hydration and conscious living.

WHY YOU'LL LOVE IT! ..

  • Beautiful, durable, modern design

  • Stainless steel, rust-resistant, and microplastic-free

  • Leak-proof cap with integrated clip

  • Lightweight, portable, and adventure-ready

  • Easy to clean and built for long-term use

Handy for Your Active Lifestyle

Portable & Adventure-Ready: Whether commuting, traveling, or hiking, its streamlined shape slips easily into bags, cup holders, and side pockets.

Take It Anywhere: The clip-on cap keeps your bottle secure and accessible, making it ideal for outdoor adventures, gym sessions, or daily errands.

Stay Hydrated in Style: With its progressive design and durable materials, it’s the hydration companion that complements any modern, wellness-forward routine.
 

Easy to Clean & Maintain

  • Effortless Rinsing: The smooth interior and stainless-steel body make quick cleaning a breeze — just rinse after use and you’re good to go.

  • Made to Last: Built from robust, food-safe materials designed to withstand your daily lifestyle without wear, flaking, or degradation.

  • Low-Maintenance by Design: Thoughtfully crafted to support daily use without complicated parts or delicate handling.

Easy to install and utilise for any of the following: 

b279b2f3-923e-4ba5-aab2-b920d5054477.jpeg

Part of a growing Movement.

It's more than just a bottle — it’s a symbol of a lifestyle shift toward intentional hydration and conscious living.

Scientifically Minded: Built around Analemma’s mission of elevating hydration quality, the bottle reflects the brand's commitment to innovation and human well-being.

The Analemma Water Bottle represents a modern leap in hydration design — combining wellness, aesthetics, and everyday functionality.

Analemma0037.png

Discover the new Analemma Water Bottle — stainless steel, leak-proof, and designed for intentional living. Perfect for travel, commuting, and everyday wellness.

Water Bottle Instruction_edited.jpg

Say hello to your new hydration companion —
the Analemma Water Bottle

Crafted from premium stainless steel with a textured matte finish and a smart clip-on, leak-proof cap, it’s built for everyday adventures and mindful living.


✔ Clean, modern design
✔ Stainless steel — NO microplastics
✔ Clip-on cap for travel
✔ Lightweight & easy to clean
✔ Durable, long-lasting build

It’s the bottle your routine didn’t know it needed — until now.


Welcome to the future of hydration

BACKED BY SCIENCE

The technology behind Analemma Water is scientifically backed.  We've conducted multiple independent research studies to highlight the biological benefits of coherent water. 

Our team consists of board certified medical professionals, notable PhDs as well as collaborating with leading clinics and laboratories around the world. We've published many of the studies for public reading.

Analemma Frequently Asked Questions

Subscribe to our Newsletter Newsletter Photo
Subscribe to Our Newsletter

Subscribe to our newsletter to receive updates on new products, promo deals, new discoveries in the science of coherent water and much more! You can also receive a 5% discount on your next purchase AND automatically enter our next Analemma giveaway!  

 

You can opt out at any time.

By signing up, I agree to the processing of my personal data by Analemma UK for marketing purposes. I am informed my data is subject to the Privacy Policy

bottom of page
$ npm install @wix/sdk $ npm install @wix/stores