Your shopping cart is empty.

Hair Accessories

16 Products
Special Collection
Audrey 3
$18.00
Add a little something extra to a casual up 'do with this translucent claw clip featuring oversized pearls. resin faux pearl 3"wide by Violet + Brooks
Audrey 6
$24.00
Add a little something extra to a casual up 'do with this translucent claw clip featuring oversized pearls. resin faux pearl 6"wide by Violet + Brooks
Celeste Bee Embroidered Bow Barrette
$22.00
A bow barrette is such an easy way to add a touch of fun to your hair.Ā Linen fabric is perfect for casual styles, and sweet embroidery keeps you perfectly on trend. 4.5" wide x 1.75" tall 2"Ā metall barrette cotton/linen blend fabric by Violet + Brooks
Bianca Clip Set
$24.00
Mix and match these trendy acetate clips to create a fun summer hair style. Set of 4 clips, two styles. Ā  approx. 2.5" long x 1/4" - 1" wide materials: acetate, crystals metal alligator clip packaged on a 2.5" x 3.5" hanging card by Violet & Brooks
Strawberry Fields Embroidered Headband
$30.00
Fabric headbands featuring signature florals and various embellishments wrapped over a comfort fit band. Add the perfect touch to your outfit with this adorable embroidered headband from Rifle Paper Co.
Glass Stone Knotted Headband
$32.00
Be bright and bold! You don't shy away from color, and neither should your accessories. Adorn your 'do with this bright headband. Saturated satin and crystals make this the perfect statement headband to dress up any outfit. Satin fabric Glass crystals 1.25"Ā wide Violet & Brooks
Bella Bobby Pin Set
$26.00
Monochromatic is all the rage this season. Dress up your hair with your favorite color, or mix and match a few.Ā  Crystals Gold plated mixed metal Approx. 2" long Packaged on a hanging bow card by Violet & Brooks
Set of 3 Scrunchies
$28.00
Perk up a ponytail or adorn your wrist!Ā  Polyester by Rifle Paper Co.
Bridget Floral Clip Set
$26.00
Velvet Linen/cotton blend Gold plated brass 3" long
Elyse Crystal Clip Duo
$28.00
These gold plated, colorful crystal hair accessories can make any hairstyle look polished or add a spark of color when you wear your hair down or even in a fancy updo!Ā  Set of two, two styles Hand set crystals 2" x 1/8" by Violet & Brooks
Kate Bow Clip Pairs
$26.00
Resin clips with alligator grip. Measure 2" long by Violet & Brooks
Viola Velvet Clip Set
$20.00
Simple and sweet - mix and match these velvet Viola Clips for a stunning hair-do. Gold plated mixed metal and Velvet 6 clips packaged on a rectangle V&B card 2" long by Violet & Brooks
Hairbrush Art Print
$30.00
Wake up your walls or shelves with this beautifully illustrated art print, which is created from original gouache paintings! Size: 8 x 10" Bright white matte cover paper Made in USA by Rifle Paper Co.
Bobby Pin Art Print
$30.00
Wake up your walls or shelves with this beautifully illustrated art print, which is created from original gouache paintings! Size: 8 x 10" Bright white matte cover paper Made in USA by Rifle Paper Co.
Floral Knotted Headband
$20.00
Top off your favorite outfit with a knotted fabric headband featuring the prettiest floral prints! Polyester by Rifle Paper Co.
Floral Scarf Scrunchie
$14.00
Perk up a ponytail or adorn your wrist! These scrunchies feature delicate florals and a pretty scarf tie. 100% Polyester Digitally printed 3.5" D Imported by Rifle Paper Co.
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });