-->
Blush small hair comb
$
30
$
Envision the softest blush dawn kissing delicate petals, each one hand-sculpted from silk paper and fine tulle to capture fleeting garden grace. This petite romantic wedding hair accessory slips seamlessly into loose curls or an elegant updo, its slender wire comb offering a featherlight embrace that sways with every vow exchanged. Born from hours of mindful crafting, it embodies airy romance—perfect for intimate moments where simplicity shines.
Tailored for flower girls twirling down the aisle or bridesmaids in elopement bliss, this soft pastel wedding accessory weaves blush tones into boho waves or vintage chignons, reflecting light like morning mist. Feel its gentle perch, enhancing the joy of a ceremony, maternity glow, or baby’s tender ritual without a hint of weight.
A handmade bridal hair wreath companion, where every curve invites dreams of wild meadows and whispered promises.
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); } }); })();