liveco.co.in
Open in
urlscan Pro
103.181.194.5
Public Scan
Submitted URL: http://liveco.co.in/
Effective URL: https://liveco.co.in/
Submission: On July 04 via manual from IT — Scanned from IT
Effective URL: https://liveco.co.in/
Submission: On July 04 via manual from IT — Scanned from IT
Form analysis
7 forms found in the DOM<form class="footer-email-form">
<input type="text" placeholder="Email address" id="newsletter-input" autocomplete="off">
<button type="submit" onclick="event.preventDefault();subscribeToNewsletter();">
<svg class="icon">
<use xlink:href="/assets/icons.svg#arrow (1)"></use>
</svg>
</button>
</form>
<form id="search-form" class="full-width" onsubmit="redirectToSearchPageOnSubmit(event)">
<div class="input-wrapper">
<svg class="search-icon-svg" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4320_12635)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
fill="#B2B2B2"></path>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.913 15.913C16.2059 15.6201 16.6808 15.6201 16.9737 15.913L21.5299 20.4693C21.8228 20.7622 21.8228 21.237 21.5299 21.5299C21.237 21.8228 20.7622 21.8228 20.4693 21.5299L15.913 16.9737C15.6201 16.6808 15.6201 16.2059 15.913 15.913Z"
fill="#B2B2B2"></path>
</g>
<defs>
<clipPath id="clip0_4320_12635">
<rect width="24" height="24" fill="white"></rect>
</clipPath>
</defs>
</svg>
<input type="text" class="search-input" name="search" autocomplete="off" onkeyup="onInputChange(event)" placeholder="What are you looking for?" autofocus="">
<button type="button" class="cancel-btn cur-p hidden" onclick="clearInputSearch(event)">
<svg class="" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_379_13555)">
<g clip-path="url(#clip1_379_13555)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M13.0303 2.96967C13.3232 3.26256 13.3232 3.73744 13.0303 4.03033L4.03033 13.0303C3.73744 13.3232 3.26256 13.3232 2.96967 13.0303C2.67678 12.7374 2.67678 12.2626 2.96967 11.9697L11.9697 2.96967C12.2626 2.67678 12.7374 2.67678 13.0303 2.96967Z"
fill="#1A181E"></path>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.96967 2.96967C3.26256 2.67678 3.73744 2.67678 4.03033 2.96967L13.0303 11.9697C13.3232 12.2626 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2626 13.3232 11.9697 13.0303L2.96967 4.03033C2.67678 3.73744 2.67678 3.26256 2.96967 2.96967Z"
fill="#1A181E"></path>
</g>
</g>
<defs>
<clipPath id="clip0_379_13555">
<rect width="16" height="16" fill="white"></rect>
</clipPath>
<clipPath id="clip1_379_13555">
<rect width="16" height="16" fill="white"></rect>
</clipPath>
</defs>
</svg>
</button>
</div>
<input type="submit" class="hidden">
</form>
<form id="variant-selection">
<div class="variant-selection px24">
<div class="variant-type-label size-label size-selection-heading"> Size </div>
<div class="size-selection size-selection-list">
</div>
<div class="variant-type-label color-label color-selection-heading"> Color </div>
<div class="color-selection color-selection-list">
</div>
</div>
</form>
<form class="variant-selection-form-wrapper variant-selection px16 px-lg-24">
</form>
<form id="variant-selection">
<div class="variant-selection px24">
<div class="variant-type-label size-label size-selection-heading"> Size </div>
<div class="size-selection size-selection-list">
</div>
<div class="variant-type-label color-label color-selection-heading"> Size </div>
<div class="color-selection color-selection-list">
</div>
</div>
</form>
<form id="loginModalForm" onsubmit="handleSubmitForm(event)" style="position: relative">
<style>
.bounceLoaderWrap {
position: relative;
height: 100%;
width: 100%;
background-color: var(--white);
}
.bounceLoaderWrap.overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(24px);
z-index: 10;
}
.bounceLoaderWrap.overlay.highZIndex {
z-index: 10000;
}
.bounceLoader {
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: all;
}
.bounceLoader.absoluteCenter {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bounceLoader .spinner {
text-align: center;
}
.bounceLoader .spinner>.bounce {
width: 20px;
height: 20px;
background-color: #ccc;
border-radius: 100%;
display: inline-block;
-webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
animation: bounce-delay 1.4s infinite ease-in-out both;
}
.bounceLoader .spinner>.bounce.bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
margin-right: 8px;
}
.bounceLoader .spinner>.bounce.bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
margin-right: 8px;
}
@keyframes bounce-delay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
</style>
<div class="bounceLoader hidden">
<div class="spinner">
<div class="bounce bounce1"></div>
<div class="bounce bounce2"></div>
<div class="bounce bounce3"></div>
</div>
</div>
<div id="mobile-form" class="mobile-form">
<div class="hide-on-desktop">
<label class="mui-input-field mobile-number-field full-width">
<input class="full-width" autofocus="" type="tel" placeholder=" " id="m-mobile-input" maxlength="10">
<span class="label">Mobile number</span>
<span class="abs-prefix">+91</span>
</label>
</div>
<div class="input-box hide-on-mobile">
<span class="prefix">+91</span>
<input autofocus="" type="tel" placeholder="Enter your phone number" id="d-mobile-input" maxlength="10">
</div>
</div>
<div id="error-message" class="hidden error-message"></div>
<div class="dukaan-auth-modal-footer">
<button class="dukaan-auth-modal-btn-primary" type="submit"> Send OTP </button>
</div>
</form>
<form id="otp-values" style="position: relative;">
<style>
.bounceLoaderWrap {
position: relative;
height: 100%;
width: 100%;
background-color: var(--white);
}
.bounceLoaderWrap.overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(24px);
z-index: 10;
}
.bounceLoaderWrap.overlay.highZIndex {
z-index: 10000;
}
.bounceLoader {
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: all;
}
.bounceLoader.absoluteCenter {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bounceLoader .spinner {
text-align: center;
}
.bounceLoader .spinner>.bounce {
width: 20px;
height: 20px;
background-color: #ccc;
border-radius: 100%;
display: inline-block;
-webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
animation: bounce-delay 1.4s infinite ease-in-out both;
}
.bounceLoader .spinner>.bounce.bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
margin-right: 8px;
}
.bounceLoader .spinner>.bounce.bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
margin-right: 8px;
}
@keyframes bounce-delay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
</style>
<div class="bounceLoader hidden">
<div class="spinner">
<div class="bounce bounce1"></div>
<div class="bounce bounce2"></div>
<div class="bounce bounce3"></div>
</div>
</div>
<div class="hide-on-desktop">
<label class="mui-input-field m-otp-field full-width ">
<input class="full-width" autofocus="" placeholder="• • • • • •" id="m-otp-input" type="number" maxlength="6">
<span class="label"></span>
</label>
</div>
<div class="otp-box hide-on-mobile">
<input class="form-control form-control-solid first" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
<input class="form-control form-control-solid second" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
<input class="form-control form-control-solid third" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
<input class="form-control form-control-solid fourth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
<input class="form-control form-control-solid fifth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
<input class="form-control form-control-solid sixth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
</div>
</form>
Text Content
Congratulations!! You've unlocked FREE DELIVERY Pan India🚚🛍️ Home Shop About Contact us Blog Menu Home Shop Wishlist About Contact us Blog * * 10% OFF UPTO ₹99 Use FLAT10 | Above ₹699 20% OFF Use FLAT20 | Above ₹899 30% OFF Use NEWCUSTOMER | Above ₹999 TOP CATEGORIES SHOP FOR HER PLAIN & SIMPLE UNISEX GRAPHICS TEES SHOP FOR HER * * PEACE PRINT PREMIUM OVERSIZED TSHIRT FOR GIRLS/WOMENS ₹699 ₹1,199 (42% OFF) Add to cart 1 PLAIN & SIMPLE * * INNER PEACE SIDE PRINT BLACK OVERSIZED T-SHIRT ₹699 ₹1,099 (36% OFF) Add to cart 1 PLAIN BLACK PREMIUM OVERSIZED T-SHIRT ₹599 ₹1,599 (63% OFF) Add to cart 1 UNISEX GRAPHICS TEES * * * BACKPACK LOVER OVERSIZED T-SHIRT ₹1,199 ₹1,999 (40% OFF) Add to cart 1 * * PORSCHE 911 GRAPHICS PREMIUM OVERSIZED T-SHIRT (BOTH SIDE PRINT) ₹1,399 ₹2,199 (36% OFF) Add to cart 1 THE BOYS LOGO OVERSIZED T-SHIRT ₹1,099 ₹1,599 (31% OFF) Add to cart 1 * * * GTA PRINT PREMIUM OVERSIZED T-SHIRT ₹1,199 ₹1,599 (25% OFF) Add to cart 1 * * * SMOKING-MAN PREMIUM OVERSIZED T-SHIRT (BACK PRINT) ₹1,399 ₹2,199 (36% OFF) Add to cart 1 * * ZOMBIE-PRINT PREMIUM OVERSIZED T-SHIRT ₹1,099 ₹1,599 (31% OFF) Add to cart 1 Coupon Details COPY CODE Coupons and offers Offers Copy code QUICK LINKS * Shop * Product Feedback * Terms & Conditions * Privacy Policy * Refund Policy * Offers GET IMPORTANT UPDATES ADDRESS: MADE WITH ❤️ IN INDIA Add More Home Shop Cart Account Search Recent searches Clear all Top categories Showing products Add to cart 1 Add to cart 1 Buy now Size Color Sold out Sold out View all SOLD OUT Add to cart SOLD OUT Add to cart 1. Home 2. Add to wishlist Wishlisted Wishlist Wishlisted Size Size Wishlist SOLD OUT Move to cart Move to cart Move to cart Sold out 1. Home 2. Wishlist Wishlist Sign in Mobile number +91 +91 Send OTP Sign in Resend code in : Didn't get the code? Send it on Verify Get your OTP on Call WhatsApp Coupon Details FLAT10 COPY CODE Add items worth ₹699 to get this offer Get 10% off on item total above ₹699 (upto ₹99). Applicable Only on online payment Details Applicable Only on online payment Applicable only once per customer Coupon Details FLAT20 COPY CODE Add items worth ₹899 to get this offer Get 20% off on item total above ₹899. Applicable Only on online payment Details Applicable Only on online payment Coupon Details NEWCUSTOMER COPY CODE Add items worth ₹999 to get this offer Get 30% off on item total above ₹999. Applicable Only on online payment Details Applicable Only on online payment Applicable only once per customer