Kitsch Stainless Steel Gua Sha Tool may help massage the skin and may help promote blood circulation and lymphatic drainage for healthier, radiant skin. The perfect way to soothe tired muscles and stimulate pressure points, relieving stress & tension. Hygienic stainless steel construction is non-porous helping prevent bacteria build-up making it easy to clean & sanitize
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">