-->
Blue Pink Small hair comb
$
36
$
Imagine twilight petals unfurling in a hush of blue and blush pink, each one coaxed to life by hand from delicate silk paper and airy tulle. This small romantic wedding hair accessory nestles into soft waves or an updo, its petite comb base woven from fine wire for a whisper-light hold that dances with every step. Crafted petal by petal, it evokes the fleeting magic of a garden at dusk—ethereal, intimate, and brimming with handmade tenderness.
Ideal for a flower girl’s golden curls during the ceremony or a bridesmaid’s elopement glow, this soft pastel wedding accessory adds a dreamy pop of color without overwhelming. The hues blend seamlessly into boho braids or vintage-inspired styles, catching light like morning dew on wildflowers. Feel the gentle weightlessness as it frames your face, turning simple moments into cherished poetry.
A handmade treasure for maternity photoshoot floral crowns or baby ceremonies, where every detail whispers joy and individuality
Please note
Every item is handmade, which means your comb may have slight variations in flower placement — these make each one uniquely yours.

Care tips
Avoid getting it wet. If it does get damp, allow it to dry naturally in a warm space — no need for heat styling.

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); } }); })();