Skip to content
  • New
  • Accessories
    • Bags
    • Hats
    • Jewelry
      • Bracelets
      • Earrings
      • Necklaces
      • Rings
    • Eyewear
    • Scarves
  • Beauty & Wellness
    • Fresh
      • Skincare
      • Lip Treatments
      • Body Products
    • Hair Accessories
    • Tocca
    • Candles
  • Clothing
    • Tops & Tees
      • Blouse
      • Button Downs
      • Camis
      • Graphics
      • Tees
    • Dresses
      • Maxi
      • Midi
      • Mini
      • Jumpsuits & Rompers
    • Coats & Jackets
      • Blazers
      • Coats & Puffers
      • Denim
      • Jackets
    • Bottoms
      • Trousers
      • Pants
      • Leggings
      • Joggers
      • Shorts
      • Skirts
    • Intimates
      • Barlettes
      • Underwear
      • Socks
      • Sleepwear
    • Sweaters & Knits
      • Pullovers
      • Cardigans
      • Hoodies
      • Sweaters
    • Denim
      • Skinny
      • Straight Leg
      • Slim
      • Boyfriend
      • Girlfriend
      • Boot Cut & Flare
      • Wide Leg
  • Shoes
    • Boots & Booties
    • Flats
    • Heels
    • Sneakers
    • Sandals
  • Sale
    • Tops
    • Bottoms
    • Dresses
  • Contact
    Locations
    Log in
    Cart
    Subtotal
    $0.00
    Shipping, taxes, and discount codes calculated at checkout.
    Your cart is currently empty.
    New Arrivals Await You
    • Contact
    • Locations
    Search
    shopV2V shopV2V
    Log in Search Cart
    • New
    • Accessories
      Bags
      Hats
      Jewelry
      Bracelets
      Earrings
      Necklaces
      Rings
      Eyewear
      Scarves
    • Beauty & Wellness
      Fresh
      Skincare
      Lip Treatments
      Body Products
      Hair Accessories
      Tocca
      Candles
    • Clothing
      Tops & Tees
      Blouse
      Button Downs
      Camis
      Graphics
      Tees
      Dresses
      Maxi
      Midi
      Mini
      Jumpsuits & Rompers
      Coats & Jackets
      Blazers
      Coats & Puffers
      Denim
      Jackets
      Bottoms
      Trousers
      Pants
      Leggings
      Joggers
      Shorts
      Skirts
      Intimates
      Barlettes
      Underwear
      Socks
      Sleepwear
      Sweaters & Knits
      Pullovers
      Cardigans
      Hoodies
      Sweaters
      Denim
      Skinny
      Straight Leg
      Slim
      Boyfriend
      Girlfriend
      Boot Cut & Flare
      Wide Leg
    • Shoes
      • Boots & Booties
      • Flats
      • Heels
      • Sneakers
      • Sandals
    • Sale
      • Tops
      • Bottoms
      • Dresses
    Quick view
    All good Boy Tee
    Sundry
    $84.00
    Quick view
    Archie Dress
    Amanda Uprichard
    $248.00
    Quick view
    Avvocata Puffer Jacket
    Dèluc
    $168.00
    Quick view
    Baylor Heels
    Dolce Vita
    $100.00
    Quick view
    Beachbum
    Lisa Todd
    $198.00
    Quick view
    Bon Jour Vintage Tee
    Sundry
    $88.00
    Quick view
    Brown Sugar Body Polish Exfoliator
    Fresh
    $39.00
    Quick view
    Camdin Clog Heel
    Dolce Vita
    $150.00
    Quick view
    Capucine Crossbody
    Latico
    $180.00
    Quick view
    Christy Loafer
    shopV2V
    $150.00
    Sold Out
    Quick view
    Citron de Vigne Bath & Shower Gel
    Fresh
    $25.00
    Quick view
    Citron de Vigne Body Lotion
    Fresh
    $28.00
    Quick view
    Cliff Leather Backpack
    HOBO
    $258.00
    Quick view
    Coralie Dress
    Amanda Uprichard
    $268.00
    Quick view
    Corinne Trench Coat
    Sophie Rue
    $178.00
    Quick view
    Danica Mini Dress
    En Saison
    $124.00
    Quick view
    Darling Small Satchel
    HOBO
    $0.00
    Quick view
    Darling Small Satchel
    HOBO
    $198.00
    Quick view
    Draft Crossbody
    HOBO
    $198.00
    Quick view
    Drina Riding Boot
    Sam Edelman
    $250.00
    Quick view
    Faux Sherpa Hoodie
    Sundry
    $188.00
    Quick view
    Fawn Ankle Bootie
    Sam Edelman
    $180.00
    Quick view
    Felicia Ballet Flat
    Sam Edelman
    $0.00
    Quick view
    Felicia Ballet Flat
    Sam Edelman
    $130.00
    Sold Out
    Quick view
    Fern Satchel
    HOBO
    $268.00
    Quick view
    Flower Field Crinkle Shirt
    Nic And Zoe
    $158.00
    Quick view
    Flower Field Skirt
    Nic And Zoe
    $158.00
    Quick view
    Fresh Life Bath & Shower Gel
    Fresh
    $25.00
    1 2 3 4 Next
    • Search
    • Returns + Exchanges
    • Shipping
    • Orders + Payments
    • FAQ

    Sign up and save

    Subscribe to get special offers, free giveaways, and once-in-a-lifetime deals.

      shopV2V

      Powered by Shopify

      const selectVariantByClickingImage = { // Create variant images from productJson object _createVariantImage: function (product) { const variantImageObject = {}; product.variants.forEach((variant) => { if ( typeof variant.featured_image !== 'undefined' && variant.featured_image !== null ) { const variantImage = variant.featured_image.src .split('?')[0] .replace(/http(s)?:/, ''); variantImageObject[variantImage] = variantImageObject[variantImage] || {}; product.options.forEach((option, index) => { const optionValue = variant.options[index]; const optionKey = `option-${index}`; if ( typeof variantImageObject[variantImage][optionKey] === 'undefined' ) { variantImageObject[variantImage][optionKey] = optionValue; } else { const oldValue = variantImageObject[variantImage][optionKey]; if (oldValue !== null && oldValue !== optionValue) { variantImageObject[variantImage][optionKey] = null; } } }); } }); return variantImageObject; }, _updateVariant: function (event, id, product, variantImages) { const arrImage = event.target.src .split('?')[0] .replace(/http(s)?:/, '') .split('.'); const strExtention = arrImage.pop(); const strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/, ''); const strNewImage = `${arrImage.join('.')}.${strRemaining}.${strExtention}`; if (typeof variantImages[strNewImage] !== 'undefined') { product.variants.forEach((option, index) => { const optionValue = variantImages[strNewImage][`option-${index}`]; if (optionValue !== null && optionValue !== undefined) { const selects = document.querySelectorAll('#'+ id + ' [class*=single-option-selector]'); const options = selects[index].options; for (let option, n = 0; (option = options[n]); n += 1) { if (option.value === optionValue) { selects[index].selectedIndex = n; selects[index].dispatchEvent(new Event('change')); break; } } } }); } }, _selectVariant: function() { const productJson = document.querySelectorAll('[id^=ProductJson-'); if (productJson.length > 0) { productJson.forEach((product) => { const sectionId = product.id.replace("ProductJson-", "shopify-section-"); const thumbnails = document.querySelectorAll('#'+ sectionId + ' img[src*="/products/"]'); if (thumbnails.length > 1) { const productObject = JSON.parse(product.innerHTML); const variantImages = this._createVariantImage(productObject); // need to check variants > 1 if (productObject.variants.length > 1) { thumbnails.forEach((thumbnail) => { thumbnail.addEventListener('click', (e) => this._updateVariant(e, sectionId, productObject, variantImages), ); }); } } }); } }, }; if (document.readyState !== 'loading') { selectVariantByClickingImage._selectVariant(); } else { document.addEventListener( 'DOMContentLoaded', selectVariantByClickingImage._selectVariant(), ); }