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
ChatGPT Image Jan 20, 2026, 02_38_21 AM_edited.png

Soothing Herbal Lip Oil for Dry, Cracked Lips

$15.00Price
Quantity
Soothe, Heal & Hydrate Your Lips - Naturally
Dry, cracked, or irritated lips?
This Soothing Lip Oil is designed to hydrate, protect, and support your lips during times of dryness or discomfort - using gentle, plant-based ingredients.
 WHY YOU’LL LOVE IT
✔ Deeply hydrates dry, cracked lips
✔ Helps soothe irritation + discomfort
✔ Supports natural lip healing
✔ Lightweight, non-sticky formula
✔ Gentle for sensitive skin
 WHAT IT DOES
This lip oil works to:
• Restore moisture to dry lips 
• Soothe irritation + sensitivity 
• Protect lips from further dryness 
• Leave lips soft, smooth, and nourished
 Perfect for everyday use or when your lips need extra care
 WHO IT’S FOR
Perfect for:
Dry or cracked lips
Sensitive lips
Cold weather damage
Anyone needing extra lip hydration
 HOW TO USE
Apply a small amount directly to lips
Reapply as needed throughout the day
Use consistently for best results
 Can be used daily or as a targeted treatment
 CLEAN BEAUTY PROMISE
✔ No harsh chemicals
✔ No synthetic fillers
✔ No toxins
✔ Only plant-based, intentional ingredients
 FROM MY GARDEN TO YOUR GLOW
Each bottle is handcrafted with care using natural ingredients designed to support real, gentle results.
 THE FEELING
This isn’t just lip oil...
It’s:
 comfort
 relief
 soft, healthy lips again
 PERFECT FOR
✔ Everyday lip care
✔ Winter dryness
✔ Self-care routines
✔ Thoughtful gifts
  • Grapeseed oil,Calendula,Tea tree Oil
  • 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