let's go shopping, your büddhi will thank you for it later

büddhi shop

come shop with us

Cart
0

Ankle Weights 2.5lb

$ 25.00 USD

ready for 2.5lb? Level up with the most comfortable ankle weights on the market. They're soft and flexible, filled with sand and branded with FlowLIFT.
Buy now
Ankle Weights 2.5lb
Physical

Ankle Weights 1.5lb

$ 25.00 USD

Start off with the 1.5lb FlowLIFT ankle weights and work your way up to the 2.5lb. Soft, durable with a snug and comfortable fit that will stay put while you roll around doing your FlowLIFT moves.
Buy now
Ankle Weights 1.5lb
Physical

breathe in...
breathe out...
move forward...

How to do that?

This project uses Client-First v.2 by Finsweet.

1. Copy & Paste css snippet into an embed element placed in your project, save it as symbol and put on every page where you want to apply this effect.

(You can also copy the animated-gradient_embed symbol—found in page-wrapper—directly into your project.)

2. Add .animated-gradient class to any text element you'd like to have this effect applied or to its parent div.

3. Change values if you'd like to use different colors, rotation, or timing of your animated text.

<style>
.animated-gradient {
background-image: -webkit-linear-gradient(125deg, #f2291b, #f7db25, #84f527);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: hue 15s infinite linear;
}@-webkit-keyframes hue {
 from {
   -webkit-filter: hue-rotate(0deg);
 }
 to {
   -webkit-filter: hue-rotate(-360deg);
 }
}
</style>