pipton.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://www.pipton.com/
Effective URL: https://pipton.com/
Submission: On March 03 via api from US — Scanned from US

Form analysis 9 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu">
    <a href="#" class="slide-menu cart-close-icon cart-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    <span class="cart-drawer--title custom-font">Your Cart</span>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title"></span>
					</a>

					<div class="cart-item--quantity-price-wrapper">
						<div class="cart-item--quantity-wrapper">
							<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
							<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
							<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
						</div>

						<div class="cart-item-price-wrapper">
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price"></span>
							<span class="cart-item-price-per-unit"></span>
						</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--checkout-add-note">
        <p>Add a note for the seller…</p>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <h4><span class="cart-item-total-price" id="cart-price"><span class="money">$0.00</span></span></h4>
        <span class="cart-item-price-text">total cart value</span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn btn-success cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <a href="#" class="btn btn-default cart-menu-close">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

POST /cart/add

<form method="post" action="/cart/add" id="add-to-cart-form" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data" data-productid="6663169605712"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓">
  <input type="hidden" id="cart-link" value="/cart">
  <ul class="product-page--pricing">
    <!-- Variant price -->
    <li class="product-page--pricing--variant-price">
      <span class="custom-font js" id="price-field">Make a Selection</span>
    </li>
    <!-- Variant 'compare at' price -->
    <li class="product-page--pricing--variant-compare-at-price">
      <span class="custom-font compare-at-price js hide">
        <span class="money"></span>
      </span>
    </li>
    <li class="product-page--pricing--price-per-unit"></li>
  </ul>
  <div class="row homepage-sections--indiv-product-slider-variants">
    <div class="col-md-6 col-sm-12 col-xs-12">
      <div class="input-field col s12 m6 materialize-select">
        <div class="select-wrapper icons materialize"><span class="caret">▼</span><input type="text" class="select-dropdown" readonly="true" data-activates="select-options-d0dd6f1e-c927-4ca0-6dec-1eb586f0652a" value="Pick a Color" role="button"
            aria-expanded="false" aria-controls="select-options-d0dd6f1e-c927-4ca0-6dec-1eb586f0652a">
          <ul id="select-options-d0dd6f1e-c927-4ca0-6dec-1eb586f0652a" class="dropdown-content select-dropdown ">
            <li class=""><span>Pick a Color</span></li>
            <li class=""><span>Lit Up Brulee</span></li>
            <li class=""><span>Lit Up Nectar</span></li>
            <li class=""><span>Parla</span></li>
          </ul><select class="icons materialize initialized" id="SingleOptionSelector-0">
            <option value="" selected="selected">Pick a Color</option>
            <option value="Lit Up Brulee">Lit Up Brulee</option>
            <option value="Lit Up Nectar">Lit Up Nectar</option>
            <option value="Parla">Parla</option>
          </select>
        </div>
        <label for="SingleOptionSelector-0">Color</label>
      </div>
    </div>
    <select name="id" data-productid="6663169605712" id="ProductSelect-16287043289597d484" data-section="16287043289597d484" class="form-control original-select product-form__variants no-js">
      <option disabled="disabled">LIT - Sold Out</option>
      <option value="39697650712656"> Lit Up Brulee - $48.00 </option>
      <option value="39697650745424"> Lit Up Nectar - $48.00 </option>
      <option value="40032405192784"> Parla - $48.00 </option>
    </select>
    <div class="col-md-12 col-sm-12 col-xs-12">
      <button type="submit" name="add" id="purchase" class="btn btn-success custom-font" data-cart-action="drawer" disabled=""> Add to Cart </button>
    </div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="lds-dual-ring newsletter-spinner hide"></div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <ul class="mobile-menu mobile-menu-child mobile-menu-hidden custom-font" id="mobile-menu-locale">
    <a href="#" class="slide-menu menu-close-icon mobile-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x" aria-hidden="true"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    <li>
      <a href="#" class="mobile-menu-back mobile-menu-link" data-link="mobile-menu--">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true"><polyline points="15 18 9 12 15 6"></polyline></svg>
          <div class="mobile-menu-title">Language</div>
        </a>
    </li>
    <li>
      <button type="submit" name="locale_code" class="mobile-menu-locale-link mobile-menu-locale-selected" value="en"> English <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
          stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </li>
  </ul>
  <ul class="mobile-menu mobile-menu-child mobile-menu-hidden custom-font" id="mobile-menu-currency">
    <a href="#" class="slide-menu menu-close-icon mobile-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x" aria-hidden="true"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    <li>
      <a href="#" class="mobile-menu-back mobile-menu-link" data-link="mobile-menu--">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true"><polyline points="15 18 9 12 15 6"></polyline></svg>
          <div class="mobile-menu-title">Currency</div>
        </a>
    </li>
    <li>
      <button type="submit" name="currency_code" class="mobile-menu-currency-link mobile-menu-currency-selected" value="USD"> USD $<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
          stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </li>
  </ul>
</form>

Text Content

Your Cart

Your basket is empty


Add a note for the seller…



$0.00

$0.00

total cart value
Place your order


Continue Shopping

 * Gift Cards
 * New Loves!
 * Hair
   * Styling
   * Shampoo
   * Conditioner
   * Treatments
   * Sets
   * Tools
   * Extensions
   * Conscious Beaute
   * Accessories
 * Skin
   * Cleanser
   * Treatment
   * Moisturizer
   * Eye Care
   * Sun Care
   * Sets
   * Self Tanner
   * Supplements
   * Conscious Beaute | Skin
 * Make Up
   * Tools and Accessories
   * Nails
   * Eyes
   * Lips
   * Face
   * Palettes and Sets
   * Conscious Beaute
 * Accessories
 * Haus at Home
   * Books
   * Drinks
 * Brands
   * Agent Nateur
   * Augustinus Bader
   * All Up In The Hair
   * Alleyoop
   * BACHCA
   * Bag-all
   * Bala
   * Balmain Hair Couture
   * Beauty Blender
   * BLAX
   * Blushtan
   * Bombshell
   * Cloth In A Box
   * Creative Hair Tools
   * Daydream Prints
   * EACH Jewels
   * Enzo Milano
   * Go Rings
   * Hampton Sun
   * Headbands of Hope
   * Indigo and Kind
   * Jane Iredale
   * Jenny Patinkin
   * Kerastase
   * Klorane
   * L'oreal Professional
   * Lucca Couture
   * Mason Pearson
   * NAT + NOOR
   * Neghedi
   * No Mo-Stache
   * PIRETTE
   * Poketo
   * POPPY + SAGE
   * sara happ
   * Shhhowercap
   * Skin Ceuticals
   * SMPL
   * St Armands Designs of Sarasota
   * Steamline Luggage
   * Talking Out of Turn
   * Vegabond-goods
   * VELOUR
   * W&P Design
   * We Dream In Colour
   * Westman Atelier
   * Yield
   * YVES Saint Laurent
 * SALE


0


 * 
 * 0

 * Gift Cards
 * New Loves!
 * Hair
   * Styling
   * Shampoo
   * Conditioner
   * Treatments
   * Sets
   * Tools
   * Extensions
   * Conscious Beaute
   * Accessories
 * Skin
   * Cleanser
   * Treatment
   * Moisturizer
   * Eye Care
   * Sun Care
   * Sets
   * Self Tanner
   * Supplements
   * Conscious Beaute | Skin
 * Make Up
   * Tools and Accessories
   * Nails
   * Eyes
   * Lips
   * Face
   * Palettes and Sets
   * Conscious Beaute
 * Accessories
 * Haus at Home
   * Books
   * Drinks
 * Brands
   * Agent Nateur
   * Augustinus Bader
   * All Up In The Hair
   * Alleyoop
   * BACHCA
   * Bag-all
   * Bala
   * Balmain Hair Couture
   * Beauty Blender
   * BLAX
   * Blushtan
   * Bombshell
   * Cloth In A Box
   * Creative Hair Tools
   * Daydream Prints
   * EACH Jewels
   * Enzo Milano
   * Go Rings
   * Hampton Sun
   * Headbands of Hope
   * Indigo and Kind
   * Jane Iredale
   * Jenny Patinkin
   * Kerastase
   * Klorane
   * L'oreal Professional
   * Lucca Couture
   * Mason Pearson
   * NAT + NOOR
   * Neghedi
   * No Mo-Stache
   * PIRETTE
   * Poketo
   * POPPY + SAGE
   * sara happ
   * Shhhowercap
   * Skin Ceuticals
   * SMPL
   * St Armands Designs of Sarasota
   * Steamline Luggage
   * Talking Out of Turn
   * Vegabond-goods
   * VELOUR
   * W&P Design
   * We Dream In Colour
   * Westman Atelier
   * Yield
   * YVES Saint Laurent
 * SALE



 * ELEVATING THE EVERYDAY
   
   favorite things
   

 * JUST ADD COFFEE
   
   Shop our selection of Coffee Table Books!
   
   Shop now!
   

 * GLASSHOUSE FRAGRANCES
   
   Triple Scented Candles, Fragrance Diffusers, and Scent Stems™to ignite your
   senses.
   
   Get scented!
   

 * WHAT'S IN YOUR BAG?
   
   New must haves from Lele Sadoughi!
   
   Shop now!
   

 * 
 * 

 1. 1
 2. 2
 3. 3
 4. 4

IT TAKES A LOT TO LOOK THIS NATURAL

We just launched the prettiest collection for your powder room with by Pigeon &
Poodle!

HUNTER BLAKE JEWELRY COMING SOON!

Hunter Blake is an jewelry and lifestyle brand that draws inspiration from the
beauty of traditional and modern aesthetics.


THE FRESHEST & NEWEST


Glasshouse Fragrances
Copy of Candle- Pretty in Pink $59.99

HAMPTON SUN
Perfume-Privet Bloom Parfum Roll On $26.00

HAMPTON SUN
Perfume-Privet Bloom Eau de Parfum $75.00

View all


CONSCIOUS BEAUTE


Sale
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/HowtoUseHighlightStickWestman_1000x1000.webp?v=1674673835"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 1400px"
id="ProductPhotoImg" data-image-id="23131713962064"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/HowtoUseHighlightStickWestman.webp?v=1674673835"
/>
Loading...
View in your space

View in your space
Loading...
View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-07_1000x1000.jpg?v=1648172148"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 2000px"
id="ProductPhotoImg" data-image-id="22066145296464"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-07.jpg?v=1648172148"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-05_1000x1000.jpg?v=1648172149"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 2000px"
id="ProductPhotoImg" data-image-id="22066145329232"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-05.jpg?v=1648172149"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-Hero_1000x1000.jpg?v=1648172172"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 2000px"
id="ProductPhotoImg" data-image-id="22066146246736"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-Hero.jpg?v=1648172172"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030696-Hero_1000x1000.jpg?v=1648172198"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 2000px"
id="ProductPhotoImg" data-image-id="22066146967632"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030696-Hero.jpg?v=1648172198"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030580-Hero_1000x1000.jpg?v=1648172216"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 2000px"
id="ProductPhotoImg" data-image-id="22066147426384"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030580-Hero.jpg?v=1648172216"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/Highlightstickswestmanatelier_1000x1000.webp?v=1674673834"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 1400px"
id="ProductPhotoImg" data-image-id="23131713896528"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/Highlightstickswestmanatelier.webp?v=1674673834"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/parlawestmanatelier_1000x1000.webp?v=1674673834"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 1400px"
id="ProductPhotoImg" data-image-id="23131713929296"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/parlawestmanatelier.webp?v=1674673834"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/HowtoUseHighlightStickWestman_1000x1000.webp?v=1674673835"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 1400px"
id="ProductPhotoImg" data-image-id="23131713962064"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/HowtoUseHighlightStickWestman.webp?v=1674673835"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-07_1000x1000.jpg?v=1648172148"
data-sizes="auto" alt="Lit Up Highlight Stick" style="max-width: 2000px"
id="ProductPhotoImg" data-image-id="22066145296464"
data-zoom-img="//cdn.shopify.com/s/files/1/0217/9055/6240/products/810102030177-07.jpg?v=1648172148"
/>
Loading...
View in your space

View in your space

Westman Atelier


LIT UP HIGHLIGHT STICK

   
 * Make a Selection
   
 * 
 * 

▼
 * Pick a Color
 * Lit Up Brulee
 * Lit Up Nectar
 * Parla

Pick a Color Lit Up Brulee Lit Up Nectar Parla
Color
LIT - Sold Out Lit Up Brulee - $48.00 Lit Up Nectar - $48.00 Parla - $48.00
Add to Cart
This clean, translucent gel highlighter imparts skin with facial-fresh, radiant
clarity. Flattering, light-catching undertones and skin firming ingredients
leave a dewy, glassy and unforgettable finish. A quick and hydrating way to perk
up dull skin. Dab across cheeks, bridge of nose, cupid’s bow, lips and lids.

No silicones, no parabens, no PEGs, no phthalates, no synthetic fragrances. No
animal testing.


CONTACT US

We've got you.
Contact us directly!

910-616-3320
hello@pipton.com


FINE PRINT

 * Terms & Conditions
 * Terms of Service
 * Privacy Policy
 * Refund policy


JOIN OUR MAILING LIST

Be the first to know of new arrivals, promotions, and must-haves!

Thanks for Joining!




© 2023 Pipton | Powered by Shopify




Thanks for Joining!


   
 * 
 * Gift Cards
 * New Loves!
 * Hair
 * Skin
 * Make Up
 * Accessories
 * Haus at Home
 * Brands
 * SALE
 * Language
 * Currency
    * Facebook icon
    * Instagram icon

   
 * Language
 * English

   
 * Currency
 * USD $

   
 * 

   
 *