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

Relax and Calm - Herbal Bath Soak

$10.00Price
$10.00 per 4 Ounces
Quantity
Only 4 left in stock

Introducing our Relax and Calm Herbal Bath Soak, the perfect way to unwind and de-stress after a long day. Infused with the calming presence of lavender, rose, calendula, and jasmine flowers, this all-natural bath tea is designed to soothe the mind, body and spirit. Simply add a few scoops into the provided tea bags and place into your bath water. Meanwhile, let the fragrant aroma and gentle herbs work their magic, promoting a sense of tranquility and relaxation. Our herbal bath soak is free from artificial ingredients, making it a safe and luxurious choice for anyone looking to indulge in a pampering self-care ritual. 

    • All natural genuine crystals
    • Epsom Salt 
    • Pink Himalayan Salt
    • Lavender buds
    • Hibiscus Flowers
    • Natural Mica Powder 
    • Jasmine and Sandalwood 100% pure essential oils 
  • Instagram
  • Facebook
  • TikTok
We are not medical professionals. All of our products are tested and used by us. The results are from our personal experience.

©2023 by The Trendy Goddess LLC. Proudly created with Wix.com

bottom of page