1267677510559929 // --- Animation Components --- const AnimatedElement: React.FC<{ children: React.ReactNode; className?: string; delay?: number; direction?: 'up' | 'left' | 'right' | 'fade'; }> = ({ children, className = '', delay = 0, direction = 'up' }) => { const ref = useRef(null); const [isVisible, setIsVisible] = useState(false); useEffect(() => { const el = ref.current; if (!el) return; const observer = new IntersectionObserver( ([entry]) => { if (entry.isIntersecting) { setTimeout(() => setIsVisible(true), delay); observer.unobserve(el); } }, { threshold: 0.1, rootMargin: '50px' } );
top of page
Cloudy Blue Sky

Self Love Bath Soak: Flower & Herb Blend with Epsom Salt

$10.00Price

Welcome Offer — 10% off

Indulge in a luxurious bath experience with our Flower and Herb Self Love Bath Soak. Made with 100% natural ingredients, this soak features a blend of dried herbs, whole oats, and epsom salt that work together to detoxify and nourish your skin. Treat yourself to a moment of relaxation and self-care as you experience the smooth and silky texture of this bath time treasure. Perfect for those looking to unwind and show some self induced compassion, this product is a must-have in any holistic beauty routine.
  • Pink Himalayan Salt,Epson Salt,Organic powdered Milk,Raw Oats,Dried Flowers
bottom of page