zhenvest.com Open in urlscan Pro
35.183.23.50  Public Scan

URL: https://zhenvest.com/shopangelixbeauty/cosmetics?fbclid=PAAabCwb9CHNvpmKPj40htMuMkYdCUcS-hQVOrW7m0ssSCqeteJH9YosdV2nw...
Submission: On July 06 via api from BE — Scanned from CA

Form analysis 6 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="#sidr" class="slide-menu sidr-close-icon cart-menu-close"><i class="fas fa-times" aria-hidden="true"></i></a>
    <span class="h3">Your Cart</span>
    <div class="cart-error-box"></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"></div>
					</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": []
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--total-price">
        <h4><span class="cart-item-total-price" id="cart-price"><span class="money"><span class="money">$0.00</span></span></span></h4>
        <span class="cart-item-price-text">total cart value</span>
      </div>
      <div class="slide-checkout-buttons">
        <!-- Route Code Edited 05/21/2020 -->
        <div class="route-div" watch-changes=".cart-item-total-price" slideout-checker="" slideout-checker-force-redirect="/checkout" style="padding-right: 5px;"></div>
        <div style="font-size: 12px; margin-top: -10px; margin-bottom: 15px; line-height: 15px;">*By not selecting shipping protection, Angelix Beauty<br> is not liable for lost, damaged, or stolen items</div>
        <!-- Route Code End -->
        <button type="submit" name="checkout" class="btn btn-success cart-button-checkout">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner fa fa-spinner fa-pulse fa-1x fa-fw hide"></span>
        </button>
        <br>
        <a href="#sidr" 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">
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <div class="search_bar--controls">
      <input id="search_submit" type="submit" border="0" value="">
      <a href="#" class="search-show" title="Search">
							<i class="fas fa-times fa-2x"></i>
						</a>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <div class="search_bar--controls">
      <input id="search_submit" type="submit" border="0" value="">
      <a href="#" class="search-show" title="Search">
							<i class="fas fa-times fa-2x"></i>
						</a>
    </div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" data-omnisend-captured-form="true"><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="translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <input type="submit" id="newsletter_submit" class="btn btn-default" name="commit" value="">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" data-omnisend-captured-form="true"><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="translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <input type="submit" id="newsletter_submit" class="btn btn-default" name="commit" value="">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</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>

Text Content

Your Cart



$0.00

total cart value
*By not selecting shipping protection, Angelix Beauty
is not liable for lost, damaged, or stolen items
Place your order
Continue Shopping


Free Piece of Jewelry and Free wig cap with wig purchase! (one per WHOLE
purchase NOT per item)

 * Home
 * Wigs
 * Ponytails
 * Mystery Boxes!
 * Beanies
 * Wig Care
 * Jewelry
 * Sunglasses
 * Face Masks
 * Accessories/Other
 * Lashes/Cosmetics
 * Headbands
 * Handbags
 * Clothing
 * FAQs

Search
Account
Cart - $0.00


 * 
 * 
 * 


 * 
 * 
 * 


 * Search
 * Account
 * Cart - $0.00

 * Home
 * Wigs
 * Ponytails
 * Mystery Boxes!
 * Beanies
 * Wig Care
 * Jewelry
 * Sunglasses
 * Face Masks
 * Accessories/Other
 * Lashes/Cosmetics
 * Headbands
 * Handbags
 * Clothing
 * FAQs

PLEASE BE PATIENT: Orders take 3-10 BUSINESS DAYS (weekends/holidays do not
apply) to be packaged & taken to the post office, exact delivery date depends on
the post office
For Payment Plan, select "Sezzle" as the payment option at checkout and your
total will be split into 4 payments
Turn on your notifications on our Facebook & Instagram CANDYLOVER89 to be
alerted of live tutorials/sales and more
After an item is shipped ALL SALES ARE FINAL Be sure to add Insurance on your
cart(We are not responsible for lost or stolen packages if insurance is
declined)
 * After an item is shipped ALL SALES ARE FINAL Be sure to add Insurance on your
   cart(We are not responsible for lost or stolen packages if insurance is
   declined)
 * PLEASE BE PATIENT: Orders take 3-10 BUSINESS DAYS (weekends/holidays do not
   apply) to be packaged & taken to the post office, exact delivery date depends
   on the post office
 * For Payment Plan, select "Sezzle" as the payment option at checkout and your
   total will be split into 4 payments
 * Turn on your notifications on our Facebook & Instagram CANDYLOVER89 to be
   alerted of live tutorials/sales and more
 * After an item is shipped ALL SALES ARE FINAL Be sure to add Insurance on your
   cart(We are not responsible for lost or stolen packages if insurance is
   declined)
 * PLEASE BE PATIENT: Orders take 3-10 BUSINESS DAYS (weekends/holidays do not
   apply) to be packaged & taken to the post office, exact delivery date depends
   on the post office

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


LASHES/COSMETICS


Filter
 * All products

All products
tag"
Sort
 * Featured
 * Price, low to high
 * Price, high to low
 * Alphabetically, A-Z
 * Alphabetically, Z-A
 * Date, old to new
 * Date, new to old
 * Best Selling

Featured Price, low to high Price, high to low Alphabetically, A-Z
Alphabetically, Z-A Date, old to new Date, new to old Best Selling
Gold Angelix Brush Cleaner
$6.00
DUO Brush On Striplash Glue (Clear)
$6.99
Kind 3D Mink Lashes

$16.99

$8.99
Sale


CONTACT US

Email : Support@zhenvest.com

Facebook : Candylover89 / Angelix Beauty

Instagram : Candylover89 / Angelix Beauty

Text : 951-239-2332


SOCIAL NETWORKS

 * 
 * 
 * 

© 2022 Angelix Beauty | Powered by Shopify | Designed by WeTheme

American Express
Apple Pay
Diners Club
Discover
Google Pay
Mastercard
PayPal
Shop Pay
Venmo
Visa

Popup

Use this popup to embed a mailing list sign up form. Offer incentives to
customers to join and build your mailing list.

Thanks for Joining!


Popup

Use this popup to embed a mailing list sign up form. Offer incentives to
customers to join and build your mailing list.

Thanks for Joining!



Thanks for Joining!


   
 * 
 * Home
 * Wigs
 * Ponytails
 * Mystery Boxes!
 * Beanies
 * Wig Care
 * Jewelry
 * Sunglasses
 * Face Masks
 * Accessories/Other
 * Lashes/Cosmetics
 * Headbands
 * Handbags
 * Clothing
 * FAQs
 * Log in
 * Create Account

   
 * 

   
 *