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

Handmade Lighted Fairy Garden Shadow Box

$45.00Price
Bring a little magic into your space with this handmade enchanted fairy garden shadow box 
Each piece is carefully crafted and arranged by hand, featuring:
 A charming gnome at a fairy door
 Delicate flowers & greenery
 Decorative crescent moon charm
 Soft warm fairy lights
 Mossy woodland details
This unique wall or shelf décor creates a cozy, whimsical atmosphere-perfect for fairy lovers, cottagecore fans, and anyone who loves magical home accents.
Every piece is one-of-a-kind, making it a truly special gift.
• Shape: Hexagon Shadow Box (7in wide, 7in height, and 2in in width)
• Lighting: Warm LED Fairy Lights (battery operated)
• Materials: Wood, dried florals, faux moss, resin figurines, LED lights
• Finish: Sealed for durability
• Use: Shelf décor, desk décor, wall décor, nursery, altar, gift
 Handmade With Love
Each fairy house is handcrafted with attention to detail. No two are exactly alike, making your piece truly special.
Small variations are part of the handmade charm
  • Wood
  • 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