-->
Purple Flower Hair Crown
$
35
$
Envision lavender fields under a harvest moon, where twilight petals unfurl in hushed symphony, their amethyst glow a secret shared with the stars. This lavender purple silk flower hair crown embodies that mystic allure, meticulously handcrafted from layered silk paper flowers, ethereal tulle, and fine wires, crowning your locks with romantic wedding hair accessory enchantment.
Every bloom is lovingly formed, capturing soft pastel wedding accessory tones that dance lightly atop your hair, suited for handmade bridal hair wreath elegance in elopement ceremonies or maternity photoshoot floral crown serenity. It nestles seamlessly, accompanying you through heartfelt vows, joyful twirls, and candlelit moments with weightless grace.
Drawing from nature's velvet purples and vintage reverie, this silk flower headpiece adorns flower girl processions or baby ceremony tenderness, weaving handmade artistry into life's poetic rituals.

Please note
My work is entirely handmade, and slight variations from the photo are not defects, but signs of a truly one-of-a-kind creation.

Care tips
The crown can handle light moisture just fine. If it gets caught in heavy rain, please don’t use a hairdryer or heater — simply leave it in a warm, dry place for a day, and it’ll dry beautifully on its own, keeping its shape.

Still have questions?
Feel free to write to me — I’ll be happy to answer personally. You can also find more details in the FAQ section.
// Anna Faber Wishlist > Add to Cart Fix Script for Tilda (function () { function updateWishlistView() { const wishlistWindow = document.querySelector('.t1002__wishlistwin'); if (wishlistWindow) { wishlistWindow.style.position = 'fixed'; wishlistWindow.style.top = '0'; wishlistWindow.style.left = '0'; wishlistWindow.style.width = '100vw'; wishlistWindow.style.height = '100vh'; wishlistWindow.style.maxWidth = '100%'; wishlistWindow.style.maxHeight = '100%'; wishlistWindow.style.zIndex = '999999'; wishlistWindow.style.overflowY = 'auto'; wishlistWindow.style.backgroundColor = '#fff'; } } function removeFromWishlistByUID(uid) { if (!uid || !window.twishlist || !twishlist.products) return; const updated = twishlist.products.filter(p => (p.uid || p.lid) !== uid); twishlist.products = updated; twishlist.total = updated.length; localStorage.setItem('tilda_wishlist', JSON.stringify(twishlist.products)); if (typeof twishlist__reDrawWishlist === 'function') twishlist__reDrawWishlist(); } function addToCartFromWishlist(product) { if (!product) return; tcart__addProduct(product); tcart__reDrawProducts(); tcart__reDrawTotal(); } function attachButtons() { const wishlistItems = document.querySelectorAll('[data-wishlist-product-i]'); wishlistItems.forEach(item => { const index = item.getAttribute('data-wishlist-product-i'); const btn = item.querySelector('.t1002__product-amount'); if (btn && !btn.classList.contains('custom-wishlist-processed')) { btn.innerHTML = 'Add to Cart'; btn.classList.add('custom-wishlist-btn', 'custom-wishlist-processed'); btn.addEventListener('click', () => { const product = window.twishlist.products[index]; if (!product) return; const uid = product.uid || product.lid; addToCartFromWishlist(product); removeFromWishlistByUID(uid); }); } }); } function createCheckoutBtn() { if (document.querySelector('.nolim-checkout-btn')) return; const container = document.querySelector('.t1002__wishlistwin-products'); if (!container) return; const btnWrap = document.createElement('div'); btnWrap.innerHTML = ` `; btnWrap.querySelector('a').addEventListener('click', function (e) { e.preventDefault(); const cartBlock = document.getElementById('rec937927786'); if (cartBlock) cartBlock.scrollIntoView({ behavior: 'smooth' }); }); container.parentNode.appendChild(btnWrap); } function observeWishlist() { const target = document.querySelector('.t1002__wishlistwin-products'); if (!target) return; const observer = new MutationObserver(() => { setTimeout(() => { attachButtons(); createCheckoutBtn(); updateWishlistView(); }, 100); }); observer.observe(target, { childList: true, subtree: true }); } document.addEventListener('DOMContentLoaded', () => { setTimeout(() => { attachButtons(); createCheckoutBtn(); updateWishlistView(); observeWishlist(); }, 500); }); document.addEventListener('click', e => { if (e.target.closest('.t-store__wishlist-icon')) { setTimeout(() => { attachButtons(); createCheckoutBtn(); updateWishlistView(); }, 700); } }); })();