lyshea.com Open in urlscan Pro
108.186.91.131  Public Scan

Submitted URL: http://lyshea.com/
Effective URL: https://lyshea.com/
Submission: On June 29 via api from HK — Scanned from DE

Form analysis 5 forms found in the DOM

POST /cart/index.html

<form action="/cart/index.html" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow fadeIn" id="cart_dialog_label">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <i data-feather="x"></i>
        </button>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
					<article class="cart-item">
						<div class="cart-item-image--wrapper">
							<a class="cart-item-link" href="/product" tabindex="-1">
								<img
									class="cart-item-image"
									src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
									alt=""
								/>
							</a>
						</div>
						<div class="cart-item-details--wrapper">
							<h3 class="cart-item__title">
								<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 hide"></span>
									<span class="cart-item-selling-plan hide"></span>
								</a>
							</h3>

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

							<ul class="order-discount--cart-list" aria-label="Discount"></ul>

							<div class="cart-item--quantity-remove-wrapper">
								<div class="cart-item--quantity-wrapper">
									<button
										type="button"
										class="alt-focus 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="alt-focus cart-item-quantity-button cart-item-increase"
										data-amount="1"
										aria-label="Increase item quantity by one"
									>+</button>
								</div>

								<div class="cart-item-remove-button-container">
									<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">Remove</button>
								</div>
							</div>
						</div>
					</article>
				</li>
			</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>
    <ul class="cart-items"></ul>
    <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>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h5 id="cart_drawer_subtotal">
          <span class="cart-total-price" id="cart-price">
            <span class="money">$0.00</span>
          </span>
        </h5>
      </div>
      <div class="row">
        <div class="col-md-12">
          <p class="cart--shipping-message">Taxes and <a href="">shipping</a> calculated at checkout </p>
        </div>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout">
          <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">
          <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 secondary-button">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/search/index.html

<form id="search-page-form" action="/search/index.html">
  <input type="hidden" name="type" value="product,">
  <div id="search-wrapper">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <i data-feather="search"></i>
      </button>
    </div>
    <label for="search_text" class="sr-only" id="search_label">Search our site Lyshea</label>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-search-types="product," data-show-prices="false" data-show-vendor="false"
      aria-hidden="true" tabindex="-1">
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <i data-feather="x"></i>
    </button>
  </div>
</form>

POST

<form method="post" action="" 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

<form method="post" action="" 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">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <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" autocomplete="email" autocapitalize="off" required="">
    <button type="submit" id="newsletter_submit" name="commit" aria-label="Join" class="alt-focus">
      <svg xmlns="" 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>
</form>

POST

<form method="post" action="" 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>

Text Content

YOUR CART



Your basket is empty

Add a note for the seller…


Subtotal
$0.00

$0.00

Taxes and shipping calculated at checkout

Place your order


Continue Shopping


Spring SALE is HERE!

 * SHOP ALL
 * Ladies
 * Mommy & Me
 * Accessorize
 * BLM
 * Log in
 * Create Account

Back
 * 

Back
 * 



Search our site Lyshea
Loading...


 * 
 * 
 * 0

 * SHOP ALL
 * Ladies
    * Swimwear
    * Tops & Tees
    * Dresses
    * Jumpsuits & Rompers
    * Fitness
    * Blazers
    * Bottoms
    * Sets
    * Home Team

 * Mommy & Me
    * Twinning Swim
    * Dresses
    * Tops & Tees
    * Twinning Accessories

 * Accessorize
    * Face Masks
    * Sunglasses
    * Necklaces
    * Earrings
    * Bracelets
    * Watches
    * Must Haves

 * BLM


COMFY AND COZY SETS


SHOP THE LOOK

Try one of our Comfy Cozy Sets! With a variety of sets to choose from, you can
stay cute and comfortable!

Shop the look
2 Piece Sweater Tracksuit w Turtleneck from $47.99

color
pink
grey
sky-blue
khaki
apricot
burgundy
navy-blue
black
Sold Out
Hound's-tooth Knit Women's Tracksuits Two Piece Set $168.50 $70.99

color
green
gray
black
orange
Sale
Winter Tracksuit Women 2 Piece Set Print Hoodies+Pants Sportwear Women's Sports
Suit Hooded Sweatshirt Set Female Winter Clothes $79.55 from $30.99

color
red-gray2





white-blue2





yellow-red2





pink-pink2





white-black2





black





brown





grey



brown1



grey1





white1







white





black1







red-blue2
yellow-red3
red-blue3
red-gray3

pink-pink3












white-black3



Sale
Solid Long Sleeve Hooded Sport Suit Autumn Warm Fleece Two Piece Sets $74.61
from $29.99

color
black



white




purple






khaki
green






dark-grey










blue






dark-green

lake-blue









Sale

Try one of our Comfy Cozy Sets! With a variety of sets to choose from, you can
stay cute and comfortable!

Shop the look


CUSTOM DESIGNS


DIRECT TO GARMENT

Unisex Jersey Short Sleeve T-Shirt from $16.00

color
baby-blue





black






cranberry





forest





fuchsia





heather-grey






navy






red





royal-blue





slate





teal





white






Women's Crop Tee $19.00

color
black

heather-olive

white

Unisex Short Sleeve V-Neck Jersey Tee from $20.50

color
black





white





Unisex Ultra Cotton Tank Top from $16.50

color
black




white






GIRLS TOPS & TEES


BOTTOMS


DRESSES


COATS & BLAZERS


BRACELETS


GLOVES & MITTENS


CANVAS ART


EYEWEAR


BLACK LIVES MATTER


FACE MASKS


BODYSUIT


GIRLS CLOTHING SETS


CONTACT US

P.O. Box 496 Wytheville, VA 24382

info@lyshea.com

(336)303-8729


LINKS

 * SHOP ALL
 * Ladies
 * Mommy & Me
 * Accessorize
 * BLM


JOIN OUR MAILING LIST

Thanks for Joining!




GET CONNECTED


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

© 2022 Lyshea | Powered by Shopify