The luxurious Kitsch Exfoliating Body Dry Brush is the secret for revealing glowing, radiant skin from head to toe. Unlike traditional dry brushes, this body brush features super-soft, perfectly dense vegan bristles to thoroughly exfoliate while still being gentle on sensitive skin—no harsh scratching, just an invigorating massage! Bring the spa home with this energizing pre-shower ritual that will restore and soften your skin.
Use on dry skin before bathing, do not wet brush.
Starting at your feet, gently brush upwards in small strokes or circular motions, moving towards your heart.
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
// Hide floating cart when main button is visible (with some buffer)
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// If main button not found, show floating cart
show = true;
}
})" x-init="$nextTick(() => {
// Initialize visibility state
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
show = rect.top > window.innerHeight || rect.bottom < 0;
}
})" class="add-to-cart-footer p-3 bg-white text-black fixed bottom-0 w-full z-20 shadow border-t">