Your shopping cart is empty.

Hair Accessories

15 Products
Special Collection
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
Edie Bobby Pin Set
$26.00
Petite and sweet hairpins topped with a baguette crystal. Scatter throughout your hair for a touch of sparkle. Crystals Gold plated mixed metal 2" long Packaged on a hanging bow card by Violet & Brooks
Poppy Bobby Pin Set
$28.00
These delicate crystal bobbies are perfect to scatter throughout your hair for a touch of sparkle. Swarovski crystals  Gold plated mixed metal 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.
Phoebe Linen Puff Headband
$28.00
Frayed grosgrain wrapped headband Crystal Metal base One size, approx. 1/3" thick
Bridget Floral Clip Set
$26.00
Velvet Linen/cotton blend Gold plated brass 3" long
Cleo Elastic Set
$28.00
Shimmer elastic hair ties that look as good layered on your wrist as they do in your hair! by Violet & Brooks.
Lottie 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.
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 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); } } } } } });