Skip to content

Your cart is empty

Continue shopping

Have an account?

Log in to check out faster.

Your cart

Loading...

Estimated total

$0.00 USD

Tax included and shipping and discounts calculated at checkout

BOOK NOW!

  • BOOK STAGE GLAM
  • BOOK REGULAR GLAM
  • V COSMETICS
  • WEDDING INQUIRY
  • REWARDS
  • SHOW DAY INFO
  • Lip Combos!
Log in
  • Facebook
  • Pinterest
  • Instagram

Vthemakeupartist

  • BOOK STAGE GLAM
  • BOOK REGULAR GLAM
  • V COSMETICS
  • WEDDING INQUIRY
  • REWARDS
  • SHOW DAY INFO
  • Lip Combos!
Log in Cart

Let us take care of your glam needs!

BOOK HERE!

Best sellers!

  • 1 DAY SHOW MAKEUP

    1 DAY SHOW MAKEUP

    1 DAY SHOW MAKEUP

    Regular price $190.00
    Regular price Sale price $190.00
    Unit price /  per 
  • 1 DAY SHOW HAIRSTYLING

    1 DAY SHOW HAIRSTYLING

    1 DAY SHOW HAIRSTYLING

    Regular price $160.00
    Regular price Sale price $160.00
    Unit price /  per 
  • "Meg" - Matte Liquid Lipstick

    "Meg" - Matte Liquid Lipstick

    "Meg" - Matte Liquid Lipstick

    Regular price $20.00
    Regular price Sale price $20.00
    Unit price /  per 

Subscribe to our emails & loyalty program

Join our loyalty program for exclusive discounts and offers!

  • Facebook
  • Instagram
  • Pinterest
Payment methods
  • American Express
  • Diners Club
  • Discover
  • JCB
  • Mastercard
  • Visa
© 2025, Vthemakeupartist Powered by Shopify
  • Refund policy
  • Privacy policy
  • Terms of service
  • Contact information
  • Choosing a selection results in a full page refresh.
  • Opens in a new window.
Stripe::Checkout::Session.create({ mode: 'payment', payment_method_types: ['card', 'afterpay_clearpay'], line_items: [{ price_data: { currency: 'usd', product_data: { name: 'T-shirt', }, # Make sure the total amount fits within Afterpay transaction amount limits: # https://stripe.com/docs/payments/afterpay-clearpay#collection-schedule unit_amount: 2000, }, quantity: 1, }], shipping_address_collection: { # Specify which shipping countries Checkout should provide as options for shipping locations allowed_countries: ['AU', 'CA', 'GB', 'NZ', 'US'], }, # If you already have the shipping address, provide it in payment_intent_data: # payment_intent_data: { # shipping: { # name: 'Jenny Rosen', # address: { # line1: '1234 Main Street', # city: 'San Francisco', # state: 'CA', # country: 'US', # postal_code: '94111', # }, # }, # }, success_url: 'https://example.com/success', cancel_url: 'https://example.com/cancel', })