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

Gentle Botanical Face Wash for Everyday Cleansing

$15.00Price

Welcome Offer — 10% off

Quantity
Cleanse without stripping your skin.
Our Clear All Face Wash is a gentle, all-natural facial cleanser designed to cleanse, balance, and refresh your skin-without harsh chemicals or drying ingredients. Handmade in small batches, this formula supports acne-prone and sensitive skin while leaving your face clean, calm, and comfortable.
Perfect for daily cleansing as part of a simple, intentional skincare routine.
 Benefits
Gently cleanses without over-drying
Supports acne-prone and sensitive skin
Helps maintain skin’s natural balance
Leaves skin feeling fresh, soft, and clean
Suitable for daily use
 How to Use
Apply a small amount to damp skin. Massage gently in circular motions, then rinse thoroughly with warm water.
Use morning and night for best results.
 Who It’s For
Acne-prone skin
Sensitive or easily irritated skin
Those switching to natural skincare
Anyone wanting a gentle daily facial cleanser
 Why The Trendy Goddess
Every product is handmade by me in small batches with care and intention. I focus on clean, natural formulations that support real skin-not harsh trends or mass production.
⚠️ Disclaimer
This product is not intended to diagnose, treat, cure, or prevent any medical condition. For external use only. Always perform a patch test prior to use.
  • Aloe,Baking Soda,Locally sourced honey,Coconut milk powder,All natural Castile soap,Vitamin E,Lavender and tea tree essential oil
bottom of page