Your shopping cart is empty.

Violet & Brooks

13 Products
Special Collection
Amelia Earring Trio Boxed Set
$32.00
Tucked inside a matchbox-inspiredĀ gift boxĀ and paired with a custom sentiment gift tag, this earring set is sure to surprise and delight just about anyone. Each trio includes 3 post pairs 2.5 x 3.5" sliding gift box Sentiment card included Hypoallergenic, nickel & lead free posts Gold plated brass, crystal by...
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
Kate Bow Clip Pairs
$26.00
Resin clips with alligator grip. Measure 2" long by Violet & Brooks
Phoebe Linen Puff Headband
$28.00
Frayed grosgrain wrapped headband Crystal Metal base One size, approx. 1/3" thick
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.
Rebecca Earring Trio Set
$44.00
Looking for a thoughtful gift for any occasion? A trio of adorable earrings is sure to make anyone smile! Mix and match these sweet petite studs. An open front box, tied up with a ribbon and a note card complete this set for incredibly easy gifting. Limited edition V&B cards...
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
Bridget Floral Clip Set
$26.00
Velvet Linen/cotton blend Gold plated brass 3" long
Rebecca Earring Duo Set
$36.00
Looking for a thoughtful gift for any occasion? AĀ duet of adorable earrings is sure to make anyone smile! SaturatedĀ crystal colors pair perfectly withĀ petiteĀ gold bows to mix and match. An open front box, tied up with aĀ ribbon and a note card complete this set for incredibly easy gifting. 2 pairs of...
Grace Earring Gift Quint
$42.00
Just like a magpie, the GraceĀ earring likes a little bling now and then. Gift set of 5 post earringsĀ onĀ a velvet pouch for display and safe keeping, and our unique folding card for easy gifting. The Grace earrings are very petite and are meant for mixing and matching.Ā  As Seen in...
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
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); } } } } } });