Skip to content
0) {
dragging = true;
startY = $event.touches[0].clientY;
}
"
@touchmove.window="
if (dragging) {
let deltaY = $event.touches[0].clientY - startY;
if (deltaY > 0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
cart_drawer = false;
if (!menu_drawer) {
enable_body_scrolling = true;
has_overlay = false;
}
}
} else {
pos_y = 0;
}
}
"
:style=" 'transform: translate(0px, ' + pos_y + 'px)'"
x-trap="cart_drawer"
x-show="cart_drawer"
x-transition:enter="animation-300 opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-start="opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-end="!translate-y-0 opacity-100"
x-transition:leave="animation-300 !translate-y-0 opacity-100"
x-transition:leave-start="!translate-y-0 opacity-100"
x-transition:leave-end="opacity-0 !translate-y-full md:!translate-y-0"
x-cloak
>
0) {
dragging = true;
startY = $event.touches[0].clientY;
}
"
@touchmove.window="
if (dragging) {
let deltaY = $event.touches[0].clientY - startY;
if (deltaY > 0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
search_drawer = false;
if (!menu_drawer) {
enable_body_scrolling = true;
has_overlay = false;
}
}
} else {
pos_y = 0;
}
}
"
:style=" 'transform: translate(0px, ' + pos_y + 'px)'"
x-trap="search_drawer"
x-show="search_drawer"
x-transition:enter="animation-300 opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-start="opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-end="!translate-y-0 opacity-100"
x-transition:leave="animation-300 !translate-y-0 opacity-100"
x-transition:leave-start="!translate-y-0 opacity-100"
x-transition:leave-end="opacity-0 !translate-y-full md:!translate-y-0"
x-cloak
>
B
Bill Fitzsimmons
The Fluffernutter Smoothie
Jun 25, 2019
·
Paleo Recipes
·
Recipe
See full post here: https://brookebrennanwellness.com/recipe-the-fluffernutter-smoothie/
Ingredients
- 1 1/2 cups unsweetened almond milk
- 1-1 1/2 bananas, frozen
- 1 1/2 cups riced cauliflower, frozen
- 1 scoop Paleo Pro Aztec Vanilla
- 2 tablespoons peanut butter (I used homemade and it was heaven!)
- 1 tablespoon ground flax
- 1/2 teaspoon pure vanilla
- 1/4 teaspoon almond extract
- handful of ice
Instructions
- Add all ingredients to a high speed blender and tamp down until smooth.
- Add more liquid or ice based on your desired consistency.
- Top with more peanut butter.
- Enjoy the joys of a sippable fluffernutter!
Get Nutrition Tips That Actually Work
Research-backed insights on clean protein, gut health, and performance nutrition — from the PaleoPro team.
You're in! Check your inbox.
Your first email is on the way.
Something went wrong. Please try again.
Link to share
Use this link to share the article with a friend.
0) {
dragging = true;
startY = $event.touches[0].clientY;
}
"
@touchmove.window="
if (dragging) {
let deltaY = $event.touches[0].clientY - startY;
if (deltaY > 0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
localization_overlay = false;
if (!menu_drawer) {
enable_body_scrolling = true;
has_overlay = false;
}
}
} else {
pos_y = 0;
}
}
"
:style=" 'transform: translate(0px, ' + pos_y + 'px)'"
x-trap="localization_overlay"
x-show="localization_overlay"
x-transition:enter="animation-300 opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-start="opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-end="!translate-y-0 opacity-100"
x-transition:leave="animation-300 !translate-y-0 opacity-100"
x-transition:leave-start="!translate-y-0 opacity-100"
x-transition:leave-end="opacity-0 !translate-y-full md:!translate-y-0"
x-cloak
>
.
Discount code automatically applied at checkout.
{"themeColor":"#574CD5","iconColor":"#574CD5","showLogo":true,"topBottomPosition":10,"rightLeftPosition":10,"iconSize":"small","iconCustomSize":64,"position":"middle-right"}