www.lakmeindia.com
Open in
urlscan Pro
23.227.38.74
Public Scan
Submitted URL: https://track.lakmeindia.com/
Effective URL: https://www.lakmeindia.com/
Submission: On June 21 via automatic, source certstream-suspicious — Scanned from CA
Effective URL: https://www.lakmeindia.com/
Submission: On June 21 via automatic, source certstream-suspicious — Scanned from CA
Form analysis
13 forms found in the DOMPOST /cart
<form class="Cart Drawer__Content" action="/cart" method="POST" novalidate="" onsubmit="loader_hit();">
<div class="Drawer__Main" data-scrollable="">
<div class="empty-bag-img" data-flk-success="atNodeInserted75" style="visibility: visible;">
<div class="empty-bag-icon"><svg xmlns="http://www.w3.org/2000/svg" width="116" height="129" viewBox="0 0 116 129">
<defs>
<path id="shoppingBagPath1"
d="M159.518 201c-14.459 0-26.214 11.756-26.214 26.215v5.243h-17.156a4 4 0 0 0-3.975 3.546L102.026 325a4 4 0 0 0 3.974 4.453h107.036a4 4 0 0 0 3.975-4.453l-10.148-88.995a4 4 0 0 0-3.974-3.546h-11.913v15.728a7.866 7.866 0 0 1-7.864 7.865c-.584 0-1.178-.041-1.72-.164a7.898 7.898 0 0 1-6.145-7.7c0-3.41 2.202-6.288 5.243-7.373v7.372a2.62 2.62 0 0 0 2.622 2.622 2.62 2.62 0 0 0 2.621-2.622v-20.971c0-14.46-11.756-26.215-26.215-26.215zm0 5.243c11.561 0 20.972 9.41 20.972 20.972v5.243h-36.7v15.728a7.866 7.866 0 0 1-7.865 7.865c-.584 0-1.177-.041-1.72-.164a7.887 7.887 0 0 1-6.144-7.7c0-3.41 2.201-6.288 5.243-7.373v7.372a2.627 2.627 0 0 0 2.621 2.622 2.627 2.627 0 0 0 2.622-2.622v-20.971c0-11.561 9.41-20.972 20.971-20.972z">
</path>
<filter id="shoppingBagFilter1" width="105.2%" height="104.7%" x="-2.6%" y="-2.3%" filterUnits="objectBoundingBox">
<feGaussianBlur in="SourceAlpha" result="shadowBlurInner1" stdDeviation="2"></feGaussianBlur>
<feOffset dy="2" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" k2="-1" k3="1" operator="arithmetic" result="shadowInnerInner1"></feComposite>
<feColorMatrix in="shadowInnerInner1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"></feColorMatrix>
</filter>
</defs>
<g fill="none" transform="translate(-102 -201)">
<use fill="#CDCDCD" fill-rule="evenodd" xlink:href="#shoppingBagPath1"></use>
<use fill="#000" filter="url(#shoppingBagFilter1)" xlink:href="#shoppingBagPath1"></use>
</g>
</svg></div>
<div class="cart--empty-heading">Your bag is empty</div>
<div class="cart_continue_shopping"><a href="/collections/bestsellers">Continue Shopping</a>
<i class="proceed-arrow"><svg xmlns="http://www.w3.org/2000/svg" id="ryt_icon_1" width="7" height="12" viewBox="0 0 7 12"><path fill="#fff" d="M1.022 12L0 10.978 4.989 6 0 1.011 1.011 0l5.495 5.494.516.506-.516.506z"></path></svg></i></div>
</div>
</div>
<div id="shopify-section-checkout_setting" class="shopify-section"><!---https://lakmeindia.com/collections/never-before-sale-->
<!-----start section block items------->
<!-----end section block items-----------<br>
<!---- code for nosale-------->
<!-- nosale_total_price variable for all collection-->
<!---- end code for nosale-------->
<script>
if (navigator.userAgent.indexOf("Chrome-Lighthouse") == -1) {
var body_class = $('body').attr('class');
var html_class = $('html').attr('class');
var enable_nsp_offer = false; // enable nsp offer
var enable_pwp_offer = false; // enable pwp offer
// ************START PWP OFFER Lakmé Absolute Gel Stylist Nail Color******************
$(document).ready(function() {
//********************start remove checkout button if price is zero *********//
//********************end remove checkout button if price is zero *********//
if (enable_pwp_offer == true) {
var array_product_handle = [];
var insert_product_id_count_array_split = new Array();
var insert_product_id_count = "";
//console.log(insert_product_id_count);
var insert_product_id_count_array = insert_product_id_count.split(",");
for (var j = 0; j < insert_product_id_count_array.length; j++) {
var insert_product_id_count_array_j_string = insert_product_id_count_array[j];
var insert_product_id_count_array_split = insert_product_id_count_array_j_string.split("_");
//console.log("====mohit===");
//console.log(insert_product_id_count_array_split);
var str1 = insert_product_id_count_array_split[0];
var str2 = insert_product_id_count_array_split[1];
//console.log(array_product_handle.hasOwnProperty(str1));
if (array_product_handle.hasOwnProperty(str1)) {
str2 = parseInt(str2) + parseInt(array_product_handle[str1]);
//console.log(str2);
} else {
//console.log("no");
}
array_product_handle[str1] = [str2];
}
//console.log("====mohitxxxxxx===");
//console.log(array_product_handle);
var sections_block_full = "lakme-forever-matte-liquid-lip-colour_4_FREECIROC,lakme-cushion-matte_4_CUSHIONFREE,lakme-color-crush-nail-art_5_FREECRUSH,lakme-absolute-gel-stylist_5_FREEGELSTYLIST";
//console.log(sections_block_full);
var sections_block_full_array = sections_block_full.split(",");
for (var i = 0; i < sections_block_full_array.length; i++) {
//console.log(sections_block_full_array[i]);
var sections_block_full_split = sections_block_full_array[i].split("_");
var str_str = sections_block_full_split[0];
var str_count = sections_block_full_split[1];
var str_discount = sections_block_full_split[2];
var real_count = array_product_handle[str_str];
//console.log(str_count+"=="+ real_count);
//console.log(real_count+"=="+ str_count);
//if(str_count == real_count ){
if (real_count >= str_count) {
//console.log("**pwd discount***");
//console.log(window.location.href.indexOf("discount=")) ;
//console.log("*******end discount*");
//if (window.location.href.indexOf("discount="+str_discount) > -1) {
// if (window.location.href.indexOf("discount=") > -1) {
// console.log("*******end redirection****");
// }else{
//window.location = window.location.href + "?discount="+str_discount;
//if(discount_Code != ""){
//console.log("succesLoad==="+window.location.href.indexOf("success="));
if (window.location.href.indexOf("success=") == -1) {
//console.log("pwd offer applied success");
if (!html_class.match('page--thank-you')) {
//console.log("pwd thank u not page==="+ str_discount);
$('.field__input-wrapper #checkout_reduction_code').val(str_discount);
$('button.field__input-btn.btn').prop("disabled", true);
$('button.field__input-btn.btn').removeAttr("disabled");
$('button.field__input-btn.btn').trigger("click");
//$('.field__input-wrapper #checkout_reduction_code').hide();
//$('button.field__input-btn.btn').hide();
//$('.tags-list , .reduction-code__text').hide();
//window.location = window.location.href + "?success=success";
//setTimeout(function(){ window.location = window.location.href + "?success=success";}, 1000);
} else {
//console.log("pwd thank u page");
}
} else {
//console.log("pwd offer applied failed");
}
//}
// }
}
}
}
//var discountCode = $('.reduction-code__text').text();
//var xyz = false;
//var yy = 0;
//var variantArrr = [];
//var discountId =[];
//var productId;
//$('.order-summary__sections .product-table .product').each(function(){
// discountId = [34209405141127,34209405173895,34209405239431,34209405272199,34209405304967,34209405337735,34209405370503,34209405403271,34209405436039,34209405468807,34209405501575,34209405534343,34209405567111,34209405599879,34209405632647,34209405665415,34209405698183,34209405730951,34209405763719,34209405796487,34209405829255,34209405862023,34209405894791,34209405960327,34209405993095,34209406025863,34209406058631,34209406091399,34209406124167,34209406156935,34209406189703,34209406222471,34209406255239,34209406288007,34209406320775,34209406353543,34209406386311,34209406419079,34209406451847,34209406484615,34209406517383,34209406550151,34209406615687,34209406713991,34209406746759,34209405206663,34209405927559,34209406582919,34209406648455,34209406681223];
// productId = $(this).attr('data-variant-id');
// var productprice = $(this).find('.product__price span').text().trim();
// variantArrr.push(productId);
// var prodcutQuantity = parseInt($(this).find('.product__quantity').text().trim());
// for (var i = 0; i < discountId.length; i++) {
// if(discountId[i] == productId){
// var xx = prodcutQuantity;
// yy += xx;
// }
// }
// for (var i = 0; i < discountId.length; i++) {
// if(discountId[i] == productId && productprice == 'Free'){
// xyz = true;
// }
// }
//});
//if ( yy >= 5 && xyz == false && discountCode == '') {
// $('.field__input-wrapper #checkout_reduction_code').val('FREE');
// $('button.field__input-btn.btn').prop("disabled", true);
// $('button.field__input-btn.btn').removeAttr("disabled");
// $('button.field__input-btn.btn').trigger("click");
//}
});
//*********** cart page saving things***************************//
var sections_block_full_cart_page = "lakme-forever-matte-liquid-lip-colour_4_FREECIROC,lakme-cushion-matte_4_CUSHIONFREE,lakme-color-crush-nail-art_5_FREECRUSH,lakme-absolute-gel-stylist_5_FREEGELSTYLIST";
//*********** cart page saving things***************************//
/*********************Start Added offer text on product page****************/
if (enable_pwp_offer == true) {
if (body_class.match('template-product')) {
var sections_block_handle_text =
"lakme-forever-matte-liquid-lip-colour__Select any 4 shades to get Buy 3 Get 1 Free offer at checkout-title-BUY 3 GET 1 FREE VALUE OFFER,lakme-cushion-matte__Select any 4 shades to get Buy 3 Get 1 Free offer at checkout-title-BUY 3 GET 1 FREE VALUE OFFER,lakme-color-crush-nail-art__select 5 shades to unlock offer at Checkout-title-Buy 4 Get 1 Free Value Offer,lakme-absolute-gel-stylist__select 5 shades to unlock offer at Checkout-title-Buy 4 Get 1 Free Value Offer";
sections_block_handle_text_function("");
function sections_block_handle_text_function(handle) {
//alert(handle);
var array_offer_text_init = new Array();
var array_sections_block_handle_text = sections_block_handle_text.split(",");
for (var i = 0; i < array_sections_block_handle_text.length; i++) {
var array_sections_block_handle_text_split = array_sections_block_handle_text[i].split("__");
var str_handle = array_sections_block_handle_text_split[0];
var str_text_offer = array_sections_block_handle_text_split[1];
array_offer_text_init[str_handle] = [str_text_offer];
}
var product_text_product_page = array_offer_text_init[handle];
if (product_text_product_page != undefined) {
setTimeout(function() {
//console.log(product_text_product_page);
var product_offer_text = product_text_product_page[0].split("-title-");
$('.PMdiscount_desk').html(product_offer_text[0]);
$('.PMdiscount_desk_below_title').html(product_offer_text[1]);
//alert(product_text_product_page);
}, 3000);
}
}
}
}
/*********************End Added offer text on product page******************/
//************END PWP OFFER Lakmé Absolute Gel Stylist Nail Color******************
//************EQUINOX SALE******************
if (enable_nsp_offer == true) {
var discount_Code = "";
var totalPrices = 0;
var rangeFirst_1 = 0;
var rangeFirst_2 = 1;
var rangePercent = 0;
var discountCodeText_1 = "";
var rangeSec_1 = 2;
var rangeSec_2 = 3;
var rangePercent_sec = 0;
var discountCodeText_2 = "";
var rangeThird_1 = 4;
var rangeThird_2 = 5;
var rangePercent_Third = 0;
var discountCodeText_3 = "";
var rangeFourth_1 = 1299;
var rangeFourth_2 = 1299;
var rangePercent_Fourth = 15;
var discountCodeText_4 = "Christmas_sale";
// console.log(rangeFirst_1);
// console.log(rangeFirst_2);
// console.log(rangePercent);
// console.log(rangeSec_1 );
// console.log(rangeSec_2 );
// console.log(rangePercent_sec );
// console.log(rangeThird_1 );
// console.log(rangeThird_2 );
// console.log(rangePercent_Third );
// console.log(rangeFourth_1 );
// console.log(rangeFourth_2);
// console.log(rangePercent_Fourth);
var equi = false;
totalPrices = parseInt(totalPrices) / 100;
//console.log(totalPrices);
if (window.location.href.indexOf("discount=") > -1) {
equi = true;
/* }else if(window.location.href.indexOf("discount=FestiveSale1") > -1){
equi = true;
}else if(window.location.href.indexOf("discount=FestiveSale2.A") > -1){
equi = true;
}else if(window.location.href.indexOf("discount=FestiveSale2") > -1){
equi = true;
}else if(window.location.href.indexOf("discount=FestiveSale3.A") > -1){
equi = true;
}else if(window.location.href.indexOf("discount=FestiveSale3") > -1){
equi = true;
}else if(window.location.href.indexOf("discount=FestiveSale4.A") > -1){
equi = true;
}else if(window.location.href.indexOf("discount=FestiveSale4") > -1){
equi = true; */
} else {}
//alert(totalPrices);
if (totalPrices >= rangeFirst_1 && totalPrices <= rangeFirst_2 && equi == false) {
//alert(totalPrices+"ewvfjhdsfjhdsfvg");
//window.location = window.location.href + "?discount=equi10off";
var discount_ammount = parseInt(totalPrices * rangePercent) / 100;
//console.log(discount_ammount+"==discount_ammount");
if (discount_ammount > 120) {
discount_Code = '1N2Y0';
//window.location = window.location.href + "?discount=equi120off";
} else {
discount_Code = discountCodeText_1;
//window.location = window.location.href + "?discount=equi10off";
}
} else if (totalPrices >= rangeSec_1 && totalPrices <= rangeSec_2 && equi == false) {
var discount_ammount = parseInt(totalPrices * rangePercent_sec) / 100;
//console.log(discount_ammount+"==discount_ammount");
if (discount_ammount > 200) {
discount_Code = '2N0Y0';
//window.location = window.location.href + "?discount=equi200off";
} else {
discount_Code = discountCodeText_2;
//window.location = window.location.href + "?discount=equi15off";
}
} else if (totalPrices >= rangeThird_1 && totalPrices <= rangeThird_2 && equi == false) {
var discount_ammount = parseInt(totalPrices * rangePercent_Third) / 100;
//console.log(discount_ammount+"==discount_ammount");
if (discount_ammount > 320) {
discount_Code = '3N2Y0';
//window.location = window.location.href + "?discount=equi500off";
} else {
discount_Code = discountCodeText_3;
//window.location = window.location.href + "?discount=equi20off";
}
} else if (totalPrices >= rangeFourth_1 && equi == false) {
var discount_ammount = parseInt(totalPrices * rangePercent_Fourth) / 100;
//console.log(discount_ammount+"==discount_ammount");
if (discount_ammount > 500) {
//discount_Code = '5N0Y0';
discount_Code = discountCodeText_4;
//window.location = window.location.href + "?discount=equi1250off";
} else {
discount_Code = discountCodeText_4;
//window.location = window.location.href + "?discount=equi50off";
}
} else {}
//alert(window.location.href.indexOf("success="));
if (discount_Code != "" && window.location.href.indexOf("success=") == -1) {
if (!html_class.match('page--thank-you')) {
setTimeout(function() {
$('.field__input-wrapper #checkout_reduction_code').val(discount_Code);
$('button.field__input-btn.btn').prop("disabled", true);
$('button.field__input-btn.btn').removeAttr("disabled");
$('button.field__input-btn.btn').trigger("click");
$('.field__input-wrapper #checkout_reduction_code').hide();
$('button.field__input-btn.btn').hide();
$('.tags-list , .reduction-code__text').hide();
}, 1000);
//commented on 22-12-2021//setTimeout(function(){ window.location = window.location.href + "?success=success";}, 1000);
} else {
//console.log("nsp thank u page");
}
}
}
}
// ************EQUINOX SALE END******************
</script>
<style>
.tags-list,
.reduction-code__text {
/*display:none;*/
}
.sidebar .icon-svg--color-adaptive-light {
color: #991f53;
}
.notice.notice--warning {
display: none;
}
</style>
</div>
<style>
.cart--payment-detail-wrap .payment-bag-total .name {
width: 50%;
}
.cart--payment-detail-wrap .payment-bag-total .cart_value {
width: 35%;
}
.cart--payment-detail-wrap .payment-bag-total {
height: 40px;
width: 100%;
text-align: center;
line-height: 40px;
display: flex;
}
.iconshow {
height: 40px;
width: 5%;
font-size: 20px;
padding-left: 20px !important;
float: left;
}
.cart--payment-detail-wrap .payment-bag-total .iconshow .icon-swipe-btn {
cursor: pointer;
}
.cart--payment-detail-wrap .payment-bag-total .cart_value {
font-weight: 700;
}
.cart--payment-detail-wrap .payment-bag-total .name b {
padding-left: 28%;
}
#up_icon,
#down_icon {
font-size: 40px;
}
#down_icon {
display: none;
}
#add_upToggleIconid {
display: none;
}
/* .Drawer__Content .Cart__Checkout span.checkout--cart-drawer{
width: 100% !important;
float:unset !important;
} */
.Drawer__Content .Cart__Checkout {
padding: 0 !important;
margin: 0px;
}
/*********** Checkout right arrow moving Effect ***********/
#ryt_icon_1 {
position: relative;
animation: mymove 1.5s infinite;
animation-timing-function: linear;
}
@keyframes mymove {
from {
left: 0px;
opacity: 0;
}
to {
left: 30px;
}
}
/*********** Checkout right arrow moving Effect ***********/
@media screen and (max-width: 641px) {
.cart--payment-detail-wrap .payment-bag-total .name b {
padding-left: 10%;
}
}
</style>
<script>
/**************For Cart Drawer design***********/
$(document).ready(function() {
$("body").click(function(event) {
$("#up_icon").click(function() {
$("#add_upToggleIconid").show("blind");
$("#up_icon").hide();
$("#down_icon").show();
});
$("#down_icon").click(function() {
$("#add_upToggleIconid").hide("blind");
$("#down_icon").hide();
$("#up_icon").show();
});
});
});
/**************End For Cart Drawer design***********/
</script>
</form>
Name: GET — /search
<form action="/search" name="GET" role="search" class="Search__Form">
<div class="Search__InputIconWrapper">
<span class="hidden-tablet-and-up"><svg class="Icon Icon--search" role="presentation" viewBox="0 0 18 17">
<g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square">
<path d="M16 16l-5.0752-5.0752"></path>
<circle cx="6.4" cy="6.4" r="6.4"></circle>
</g>
</svg></span>
<span class="hidden-phone"><svg class="Icon Icon--search-desktop" role="presentation" viewBox="0 0 21 21">
<g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
<path d="M18 18l-5.7096-5.7096"></path>
<circle cx="7.2" cy="7.2" r="7.2"></circle>
</g>
</svg></span>
</div>
<input type="text" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Search..." autofocus="">
<!-- <input type="hidden" name="type" value="product"> -->
</form>
POST
<form method="post" id="sem_modal_form" novalidate="novalidate"><input id="sem_email" type="hidden" value="client" name="user">
<div class="ssw-control-group"><input name="password" id="sem_password" class="social-exist-modal__password" type="password" required="required" placeholder="Password"><br></div>
<a id="sem_forgot" class="social-exist-modal__recover-password" onclick="try{showRecoverPasswordForm();ssw('#social_exist_modal').sswModal('hide');}catch(e){}" href="/account/login#recover">Forgot password?</a>
<div class="ssw-control-group"><input id="sem_btn" type="submit" class="btn button gw-login-btn" value="Log in"></div>
</form>
POST
<form id="set-email-form" method="post" novalidate="novalidate"><input id="service_id" type="hidden" name="service_id" value="">
<div class="ssw-control-group"><input id="set-email-input" name="email" tabindex="1" type="email" required="required" placeholder="Email address" class="ssw-span3"></div>
<div class="ssw-control-group"><input type="submit" class="btn button gw-login-btn" value=""></div>
</form>
POST
<form id="accept-terms-form" method="post" onsubmit="sswCreateAccount(this); return false;">
<div class="terms-email-group ssw-control-group"><input id="terms-email-input" name="email" tabindex="1" type="email" required="required" placeholder="Email address" class="ssw-span3"></div>
<div class="accept_terms-group ssw-control-group">
<div class="ssw-controls"><label class="ssw-checkbox ssw-inline"><input id="ssw-accept-terms-checkbox" name="accept_terms" onclick="sswOnAcceptTerms(this)" type="checkbox"> I read and agree with <span class="terms-span">Terms of Service</span>
<a class="terms-link ssw-hide" target="_blank">Terms of Service</a></label></div>
</div>
<div class="ssw-control-group accepts_marketing-group">
<div class="ssw-controls"><label class="ssw-checkbox ssw-inline"><input id="ssw-accept-marketing-checkbox" name="accepts_marketing" type="checkbox" onclick="sswOnAcceptMarketing(this)"> Subscribe for Newsletter</label></div>
</div> <input id="ssw-accept-terms-service_id" name="service_id" type="hidden">
<div class="ssw-control-group"><input id="ssw-create-account-button" type="submit" class="btn button gw-login-btn" style="display:none" value="Create Account"><input id="ssw-cancel-account-button" type="button" class="btn button gw-login-btn"
value="cancel" onclick="sswCancelAccount()"></div>
</form>
POST /account/login
<form id="he_customer_login" action="/account/login" method="post" accept-charset="UTF-8" novalidate="novalidate"><input type="hidden" value="client" name="user">
<div class="ssw-control-group"><input id="ssw-customer-email" name="customer[email]" tabindex="1" autocomplete="on" type="email" placeholder="Email address" class="ssw-span3" title="Enter your email" aria-label="Enter your email"></div>
<div class="ssw-control-group"><input id="ssw-customer-password" name="customer[password]" tabindex="2" type="password" placeholder="Password" class="ssw-span3" title="Enter your password" aria-label="Enter your password"></div>
<div class="ssw-control-group"><input id="hesy-login-submit" tabindex="3" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Log in" aria-labelledby="Log in"></div>
<div class="ssw-control-group"><a href="/account/login#recover" class="gw-link-login">Forgot password?</a></div>
</form>
POST /account
<form id="he_create_customer" action="/account" method="post" accept-charset="UTF-8" novalidate="novalidate">
<div class="ssw-control-group"><input id="ssw-email" tabindex="4" name="customer[email]" type="email" placeholder="Email address" class="required email ssw-span3" title="Enter your email" aria-label="Enter your email"></div>
<div class="ssw-control-group"><input id="ssw-password" tabindex="5" name="customer[password]" type="password" placeholder="Password" class="required ssw-span3" minlength="6" title="Enter your password" aria-label="Enter your password"></div>
<div class="ssw-control-group ssw-first-name" style="display:none;"><input id="ssw-first_name" tabindex="6" name="customer[first_name]" type="text" placeholder="First Name" class="required ssw-span3" minlength="2" title="Enter your first name"
aria-label="Enter your first name"></div>
<div class="ssw-control-group ssw-last-name" style="display:none;"><input id="ssw-last_name" tabindex="7" name="customer[last_name]" type="text" placeholder="Last Name" class="required ssw-span3" minlength="2" title="Enter your last name"
aria-label="Enter your last name"></div>
<div id="ssw-signup-accept-terms-marketing" class="ssw-control-group ssw-accept-terms"><label id="ssw-signup-accept-terms" class="ssw-checkbox ssw-inline" style="display:none;"><input name="terms" tabindex="8" type="checkbox"
onclick="sswOnAcceptTerms(this)"> I read and agree with <span class="terms-span">Terms of Service</span> <a class="terms-link ssw-hide" target="_blank">Terms of Service</a></label> <input id="ssw-customer-accepts_marketing" type="hidden"
name="customer[accepts_marketing]" value="false"><label id="ssw-signup-accept-marketing" class="ssw-checkbox ssw-inline"><input name="accepts_marketing" tabindex="9" type="checkbox" onclick="sswOnAcceptMarketing(this)"> Subscribe for
Newsletter</label> </div>
<div class="ssw-action-bottom"><button id="hesy-sign-up-cancel" type="button" class="btn button gw-login-btn gw-fsize-md" data-dismiss="ssw-modal" aria-hidden="true" style="display:none">cancel</button><input id="hesy-sign-up-submit" tabindex="8"
type="submit" class="btn button gw-login-btn gw-fsize-md" value="Sign up" aria-labelledby="Sign up"></div>
</form>
POST /cart/add
<form class="ssw-product-form ssw-available-content" method="post" action="/cart/add"><input type="hidden" name="id" value="">
<div class="gw-quantity-wrapper"><span class="gw-quantity-text gw-product-form-text">Quantity</span><span class="gw-quantity-param minus">-</span><input type="number" name="quantity" class="gw-quantity-number" value="1"><span
class="gw-quantity-param plus">+</span></div>
<div class="ssw-control-group ssw-product-option1 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option1</label><select class="ssw-product-select1" data-product-id="0"></select></div>
<div class="ssw-control-group ssw-product-option2 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option2</label><select class="ssw-product-select2" data-product-id="0"></select></div>
<div class="ssw-control-group ssw-product-option3 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option2</label><select class="ssw-product-select3" data-product-id="0"></select></div>
</form>
<form class="ssw-list-title-form" onsubmit="return false;"><input class="ssw-fave-list-title" type="text" name="list_title_default" data-event="blur" data-action="editList" data-id="0" placeholder="List name" value="Favorites" maxlength="40"
required="required"><button type="submit" style="display:none"></button></form>
<form class="form">
<div class="control-group">
<div class="ssw-h3">Share this with your friends:</div>
</div>
<div id="favesshare_alert"></div>
<div class="ssw-control-group">Email address:</div>
<div class="ssw-control-group"><input id="sharefaves_from_email" name="from_email" tabindex="1" autocomplete="on" type="email" required="" placeholder="From" class="ssw-span12"></div>
<div class="ssw-control-group">: <i class="ssw-icon-link"></i><input class="ssw-sharer-href" value="" type="text"></div>
<div class="ssw-control-group"><textarea placeholder="Type your message here (optional)" rows="2" class="ssw-input-block-level" id="sharefaves_note">Check out my lovely items</textarea></div>
<div class="ssw-control-group"><label class="control-label">Type your friends email addresses separated by commas or one email per line :</label><textarea placeholder="myfriend@mail.com" rows="2" class="ssw-input-block-level"
id="sharefaves_emails"></textarea></div><iframe id="ssw-recaptcha-iframe-share-faves" src="" style="width:100%;border:none;height:98px;" data-gtm-yt-inspected-10="true"></iframe><input id="ssw-recaptcha-response" type="hidden"
name="recaptcha_response" required=""><br><input type="hidden" name="list_id" value="0"><input type="submit" class="btn button ssw-pull-right ssw-share-faves-btn" id="favesshare_button" value="Share" data-pending="0" data-text="Share"
data-text-loading="Posting...">
</form>
<form class="ssw-variant-options">
<div class="ssw-product-variant-col"><img src="" class="ssw-variant-image" onload="this.removeAttribute('style')"></div>
<div class="ssw-product-variant-col ssw-product-variant-col-form">
<h3 class="ssw-product-variant-choose-option-text">Choose options</h3>
<div class="ssw-product-variant-select-alert ssw-alert ssw-alert-warning" style="display:none;">All options should be selected!</div>
<div class="ssw-variant-option-radio-template ssw-variant-option-template ssw-variant-option" style="display:none">
<p class="ssw-variant-option-title"></p>
<div class="ssw-variant-option-value" style="display:none"><input type="radio"><label></label></div>
</div>
<div class="ssw-variant-option-select-template ssw-variant-option-template ssw-variant-option" style="display:none">
<p class="ssw-variant-option-title"></p><select name="option" class="ssw-variant-option-select">
<option class="ssw-variant-option-value"></option>
</select>
</div><input class="ssw-product-variant-id" type="hidden" name="variant_id">
<div class="ssw-product-variant-cart-error ssw-alert ssw-alert-danger" style="display:none;"></div>
</div>
</form>
POST
<form id="ssw-wishlist-save-form" method="post">
<div class="ssw-inline"><input type="email" name="customer_email" placeholder="Your email address" required=""><button type="submit" class="btn gw-wishlist-btn gw-btn-bg" data-text="Save" data-loading-text="Saving...">Save</button></div>
<div class="ssw-inline" style="margin-top:10px"><label for="accept_marketing">Subscribe for Newsletter</label><input type="checkbox" id="accept_marketing" name="accept_marketing"></div>
</form>
<form class="ssw-insta-product-form ssw-hide"><input type="hidden" name="id" value="">
<div class="ssw-insta-product-option ssw-insta-product-option1 ssw-hide">
<div class="ssw-insta-product-option-label">Option1</div>
<div class="ssw-insta-product-option-variants"></div>
</div>
<div class="ssw-insta-product-option ssw-insta-product-option2 ssw-hide">
<div class="ssw-insta-product-option-label">Option2</div>
<div class="ssw-insta-product-option-variants"></div>
</div>
<div class="ssw-insta-product-option ssw-insta-product-option3 ssw-hide">
<div class="ssw-insta-product-option-label">Option3</div>
<div class="ssw-insta-product-option-variants"></div>
</div>
</form>
Text Content
Get Updates On Our Exciting Launches & Offers Notifications can be turned off anytime from browser settings. Don't Allow Allow lakme,cosmetic products,lakme products,beauty products,cosmetics store,lakme india,cosmetic items,lakmé cosmetics,cosmetic lakme,best cosmetic brand,beauty products online,best beauty products,lakme company,lakmeindia com,cosmetics online,lakme brand,lakme beauty products LAKMÉ COSMETIC PRODUCTS & BEAUTY PRODUCTS ONLINE Skip to content Home * Sign In or register Makeup New Matte Melt Mini New Spotlight Lip Gloss Primer + Matte Lip Color LIPS * Lipstick & Liners * Liquid Lipstick * Chapstick * Lip Gloss * View All EYES * Eye Liner & Pencil * Kajal & Kohl * Mascara * Eyeshadow * View All FACE * Foundation * Primer * Blush * Highlighter * Concealer * View All NAILS * Nail Color * Polish Remover * View All Skin New Matte Moist Moisturizer New Matte Moist Clay Face Mask Naturale Aloe Vera Gel MOISTURISER SERUM SUNSCREEN SPF FACE CLEANSERS & REMOVERS MASKS & FACIAL KIT Shop By Concerns * Brightening * Hydration * Anti-Ageing * Dryness * Oily Skin * Dark Spots * Anti-Pollution * Pore Minimizing * Eye Care * Lip Care * Sun protection Trending Now Sale Value Sets & Combos Lakme Pro Zone NEW LAKME SKIN PRO FOUNDATION SHADE PRO LOOKS PRO Must Try Makeup Pro More Collections * Spotlight * 3D * Naturale * Festive Ready Trends Join The Club Your Orders * * * Cart Your bag is empty Continue Shopping Free shipping on orders over ₹ 750 SEARCH Skin Lips Nails Eyes Face Try On Track Your Order Lakmé Skin Pro * Home Home * Makeup * New Matte Melt Mini * New Spotlight Lip Gloss * Primer + Matte Lip Color * LIPS * Lipstick & Liners * Liquid Lipstick * Chapstick * Lip Gloss * View All * EYES * Eye Liner & Pencil * Kajal & Kohl * Mascara * Eyeshadow * View All * FACE * Foundation * Primer * Blush * Highlighter * Concealer * View All * NAILS * Nail Color * Polish Remover * View All * Skin * New Matte Moist Moisturizer * New Matte Moist Clay Face Mask * Naturale Aloe Vera Gel * MOISTURISER * SERUM * SUNSCREEN SPF * FACE CLEANSERS & REMOVERS * MASKS & FACIAL KIT * Shop By Concerns * Brightening * Hydration * Anti-Ageing * Dryness * Oily Skin * Dark Spots * Anti-Pollution * Pore Minimizing * Eye Care * Lip Care * Sun protection * Trending Now Trending Now * Sale Sale * Value Sets & Combos Value Sets & Combos * Lakme Pro Zone * NEW LAKME SKIN PRO * FOUNDATION SHADE PRO * LOOKS PRO * Makeup ProMust Try Must Try - Makeup Pro * More * Collections * Spotlight * 3D * Naturale * Festive Ready * Trends * Join The Club * Your Orders Home 1. 2. 3. 4. 5. 6. TRENDING NOW Your favourite Lakmé Make-up and Skin Care. 561 BEST SELLER LAKMÉ FOREVER MATTE LIQUID LIP COLOR Only 10 left !! From ₹ 236 30 Shades View Shades 449 BEST SELLER LAKMÉ 9 TO 5 PRIMER + MATTE PERFECT COVER FOUNDATION Only 10 left !! ₹ 428 ₹ 475 10% off 16 Shades View Shades 179 BEST SELLER LAKMÉ EYECONIC KAJAL Only 10 left !! ₹ 185 ₹ 190 3% off 5 Shades View Shades 181 NEW LAKMÉ LIMITED EDITION LIP COLORS Only 10 left !! ₹ 399 9 Shades View Shades 117 BEST SELLER LAKMÉ ABSOLUTE MATTE MELT LIQUID LIP COLOR Only 10 left !! From ₹ 700 25 Shades View Shades 122 NEW LAKMÉ ABSOLUTE PRECISION LIP PAINT Only 10 left !! From ₹ 650 10 Shades View Shades 749 BEST SELLER LAKMÉ 9 TO 5 PRIMER + MATTE LIP COLOR Only 10 left !! ₹ 425 ₹ 500 15% off 35 Shades View Shades 90 NEW LAKMÉ ABSOLUTE PLUSH MATTE LIP CRAYON Only 10 left !! ₹ 800 10 Shades View Shades 113 BEST SELLER LAKMÉ ABSOLUTE MATTE MELT MINI Only 10 left !! ₹ 400 10 Shades View Shades 327 LAKMÉ CUSHION MATTE Only 10 left !! ₹ 284 20 Shades View Shades 30 LAKMÉ 9 TO 5 VITAMIN C+ NIGHT CREAM – 50GM Only 10 left !! ₹ 339 ₹ 399 15% off Add to Bag View all products LAKME PRO ZONE Trying make-up was never this easy! Now find your perfect shade of lip color and foundation in seconds BEST DEALS Now buy more and save more on Make-Up and Skin Care LIPS EYE SHADOW DISCOVER SKINCARE WINTER ESSENTIALS DISCOVER Get inspired and get glam! Lakmé presents Masterclass with ace makeup artist Namrata Soni and dazzling Ananya Panday! TRENDS Here are the latest tips and tricks to step up your beauty game THE PERFECT RED LIPSTICK If there’s one shade of lipstick that looks good on absolutely everyone, Read more GET SMOKEY EYES IN 5-MINUTES This easy hack will give you a smokey eye in five minutes, and using only 5 Read more HOW TO ACE THE METALLIC EYE The glitter eyes have had their moment of glory, but this year, Read more HOW TO CHOOSE THE RIGHT How To Choose The Right Foundation For Your Skin Type Read more Know more JOIN THE CLUB India’s most loved beauty brand Store locator Get in touch Call Chat Email FOLLOW LATEST UPDATES & NEW LAUNCHES * * * Follow latest updates & new launches * * * CONTACT US support@lakmeindia.com 1800-313-9293 Mon - Sat , 9 am to 7 pm ABOUT US The contemporary Indian beauty expert - Lakmé continuously innovates to offer a wide range of high performance and world class cosmetics and skincare products that have earned recognition from the People for the Ethical Treatment of Animals (PETA). We, at Lakme, combine international cosmetic technology with an in-depth understanding of the Indian woman’s needs and offer a comprehensive beauty experience to our customers through products that are ideal for a variety of Indian skin tones. Lakmé was the country's first cosmetic brand to introduce makeup to Indian women and takes pride in being the expert on Indian Beauty for over 50 years. We also take immense pride in being a compassionate beauty brand which is why we do not believe in or support testing on animals. Our bond with beauty and fashion goes beyond skincare & makeup hence it is manifested through the renowned Lakmé Fashion Week, which is now the largest fashion event of its kind in the country that celebrates the beauty of fashion. HELP * Beauty Consultation * FAQ * Contact Us * Track Order * Terms & Conditions * Privacy Notice * Cookie Notice LAKMÉ * About * Contact Us NEED HELP? Email Us: support@lakmeindia.com Call Us: 1800-313-9293 Working Timing: Mon - Sat , 9 am to 7 pm CUSTOMER CARE * Terms & Conditions * FAQs * Privacy Notice * Cookie Notice * Return Policy * Terms & Conditions for Lakmé Bridal Offer FIND US Store Locator * * * Subscribe ABOUT US The contemporary Indian beauty expert - Lakmé continuously innovates to offer a wide range of high performance and world class cosmetics and skincare products that have earned recognition from the People for the Ethical Treatment of Animals (PETA). We, at Lakme, combine international cosmetic technology with an in-depth understanding of the Indian woman’s needs and offer a comprehensive beauty experience to our customers through products that are ideal for a variety of Indian skin tones. Lakmé was the country's first cosmetic brand to introduce makeup to Indian women and takes pride in being the expert on Indian Beauty for over 50 years. We also take immense pride in being a compassionate beauty brand which is why we do not believe in or support testing on animals. Our bond with beauty and fashion goes beyond skincare & makeup hence it is manifested through the renowned Lakmé Fashion Week, which is now the largest fashion event of its kind in the country that celebrates the beauty of fashion. You Might Want To Look At Lipstick Matte Lipstick Makeup Liquid Lipstick Foundation EyeshadowEye Kajal Nail Polish Eyeliner Sunscreen Serum Lip Gloss Perfect Radiance CC Cream Peach Milk Moisturizer Facial Kit Primer Moisturizer Mascara Anti Ageing Creams Skin Care Dark Spots Removal Face Makeup Eye Makeup Face Wash Lip Balm Scrub Compact Powder Skin Lightening Creams Blush Glowing Skin Creams Toner Cleanser Concealer Lakme 9 to 5 Lipstick Lakme 9 to 5 Foundation Lakme Blush and Glow Face Lakme Peach Milk Moisturizer Body Lotion Lip Liner Eyebrow Pencil Join The Lakmé Glam Squad to Collect and Redeem Points for Offers & Discounts GET STARTED: Use Facebook Use Google Subscribe for Newsletter I read and agree with Terms of Service Terms of Service GET STARTED: By signing up, you agree to the following: You would like to receive information from Lakmé and other Unilever Brands on new products and services. You are at least 18 and have read and agreed to Unilever Terms & Conditions, Privacy Notice and Cookie Notice. Sign Up / Sign In Because you are special! Ways toEarn Ways toRedeem Know More powered by Are Lakmé products safe? Lakmé is India’s oldest beauty brand that most Indian women testify Most women testify that Lakmé cosmetic products are the safest. All Lakmé cosmetics are definitely safe and are made in adherence to the diverse complexion and skin types of Indian women. One size fits all doesn’t apply in makeup as each woman has a different skin type. Hence, it is advisable that before you start using them regularly, first test the product of your choice for a few days on a particular area to examine allergic reactions, if any. Lakmé has a wide range of beauty products like sunscreen with different SPF, Mousse, Kajal, Eyeliners, Foundations, Lip crayons and much more. Visit lakmeindia.com to explore all Lakmé beauty products online and pick the ones that best suits your skin type. Is Lakmé A Good Brand To Buy Cosmetic & Beauty Products? Lakmé is a beauty brand built around Indian women and its cosmetic products are at par with International standards. It is India’s oldest and most trusted brands that has been testified and acknowledged as a brand delivering reliable and quality products since generations. Lakmé India manufactures beauty and skin care products that are meant for all kinds of occasions. With makeup kits from Lakmé you can easily achieve a runway to a bridal look. The brand also runs Lakmé Salons in different parts of the country offering top-notch beauty services at competitive prices. Lakmé is also known to make a mark in the fashion industry with its bond with fashion. The Lakmé India Fashion Week. - the largest fashion event of the country has taken the brand to a new level. From amateurs to connoisseurs, Lakmé has been praised by make up experts all over the country for delivering unmatched quality of beauty products. Lakmé cosmetics are easy to work with and are widely used by professional to individuals to achieve varied looks effortlessly. With the LakméIndia online store, you don’t have to visit any other cosmetics store risking your safety during these times. You can try the best beauty products at Lakmé online cosmetics store using the Virtual Try On feature. How To Choose the Right Cosmetics & Beauty Products For Your Daily Need? Having the most essential cosmetic products in our kit keeps us on our toes for an anytime makeup look even while we are on-the-move. With the right set of good quality beauty products one can easily achieve any desirable look. Hence, if you are new to makeup or is confused which beauty products are a must-buy for every girl, first look for the best beauty brand in India that manufactures products catering to your beauty and skin requirements. Lakmé - being the best cosmetic brand in India is the most trusted among Indian women. It has a beauty product for every skin tone that promises to be breathable and long-lasting even in the most humid corners of the country. The long-lasting and lightweight formula of Lakmé products keeps one feeling comfortable and beautiful all day. So, if you want to try beauty products that are safe and easy to work with, visit LakméIndia - the best online cosmetics store from where you can get all your beauty essentials delivered at your doorstep. What about trials? They have got you covered. The virtual Try On feature lets you try your favourite products before you decide to buy them. Although Lakmé has beauty products ranging from daily essentials, party-picks to bridal collections, you may want a quick checklist of all the cosmetic items a girl must have in her kit for everyday makeup. 1. Concealer 2. Foundation 3. Kajal 4. Lipstick 5. Blush Nowadays, there are endless options of beauty products which are developed to address very specific beauty needs of women. What makeup products you actually need on a daily basis also depends on your lifestyle, profession, personal taste and your skin type. Many products that look appealing on others may not suit your skin. So it is recommended that before using a product regularly go for a 10 day trial and then choose the best beauty products for yourself. To begin with sunscreen is an indispensable skincare product that every girl must use to protect their skin from the harmful UV rays, be in outdoors or indoors. Next, for college-goers the list of essentials include - a day wear nude lipstick or lip gloss,lip balm for those with dry lips, kajal or kohl, a face mist or toner and of course a face wash to eliminate the dirt and grime. Besides sunscreen, working ladies must keep a wash wash, face mist for hydration, foundation or concealer, kajal or eyeliner, lipstick and a blush handy. The 9 to 5 range of Lakmé is a favourite among working ladies for the long-lasting formulation and agreeable colour options. Among other daily cosmetic items or skin care products you can as well use a body lotion for winters and a lightweight moisturizer for summer, nail polish for touch ups, mascara, lip liner and eyebrow pencil also help in enhancing your everyday casual look. You can now stock on your beauty products online from LakméIndia - the best cosmetic brand in India. Why Choose LakméIndia To Buy Cosmetic & Beauty Products? Quality is the key - Lakmé is India’s first beauty brand with products of international standard. All our cosmetic items are made with the most advanced methodology keeping Indian women and their skin tone in mind . It has won the love and trust of women of our previous generation and continues to be the most favourite brand of the modern generation as well. Reasonable Prices - The Lakmé products are pocket-friendly. The brand has products that fit everyone's budget. When compared to the quality of products they offer, their pricing seems reasonable. Shop your favourite Lakmé cosmetics at Lakmé India online store. Wide Range - Lakmé has everything a girl could ask for. From makeup to skincare, Lakmé has diverse cosmetic products to win your heart. Concealers, foundations, sunscreens, kajal & kohl, mascara, eyeliners, lip liner, lipsticks, lip gloss, lip balms, nail polish, eye shadows, and much more. So whichever be the makeup mood - shimmery, nude, glossy, bold, subtle, matte, you can achieve it easily with the best Lakmé products. Buy The Best Cosmetic & Products Only At LakméIndia The online store of Lakmé is the place where you will get all your favourite cosmetic products under one roof without having to stand in queues or risk your safety. Just add your items to cart and checkout with the easiest and fastest process. Lakmé is the best and most trusted beauty brand to buy your cosmetic products online. And now you can shop all your favourite Lakmé beauty products at the comfort of your home. You can explore the endless options at LakméIndia online store and buy the ones that best suits your taste and skin tone. The online store has a virtual Try On feature that lets you try the cosmetics online before you actually buy them. From the bestsellers to latest and new launches, you will get everything under one roof. Easy checkout process and safe payment gateways will make your shopping experience a speedy and seamless one. Get your beauty essentials delivered safely at your doorstep with lakmeindia.com. HOME PAGE PRODUCT PRICE LIST * Lakmé Forever Matte Liquid Lip Color₹ 236 -------------------------------------------------------------------------------- * Lakmé 9 to 5 Primer + Matte Perfect Cover Foundation₹ 428 -------------------------------------------------------------------------------- * Lakmé Eyeconic Kajal₹ 185 -------------------------------------------------------------------------------- * Lakmé Limited Edition Lip Colors₹ 399 -------------------------------------------------------------------------------- * Lakmé Absolute Matte Melt Liquid Lip Color₹ 700 -------------------------------------------------------------------------------- * Last Updated : 07 October 2021 Scroll visually-hidden × Your discount code: Use Facebook Use Google Subscribe for Newsletter I read and agree with Terms of Service Terms of Service I read and agree with Terms of Service Terms of Service Subscribe for Newsletter × Log in to your account Forgot password? × Enter your email × Accept Terms and Conditions I read and agree with Terms of Service Terms of Service Subscribe for Newsletter × Log in to your account Use Facebook Use Google Forgot password? No account? Sign up × Create your account Use Facebook Use Google I read and agree with Terms of Service Terms of Service Subscribe for Newsletter cancel Already have an account? Log in 0 items - ₹ 0× View Cart× × User Title added Product Title to wishlist User Title reviewed Product Title Product Title product pricecompare priceAdd To CartSold OutView Product Quantity-+ Option1 Option2 Option2 Add to wishlist Ask Advice * Description * Reviews * * Questions × Log in wishlist wishlist0 Share: Go to wishlist page Add a new list Favorites0 You have exceeded the character limitYou have exceeded the character limit * Edit name * Delete * Delete this list? cancelDelete You have exceeded the character limit * Edit name * Delete * Add To CartChoose options Delete this list? cancelDelete × Share this with your friends: Email address: : Check out my lovely items Type your friends email addresses separated by commas or one email per line : × CHOOSE OPTIONS All options should be selected! Add To Cart Checkout Adding...Sold OutUnavailable × Hey! Save your amazing wish list Enter your email address below and we will send the link to your wish list × Thank you! Please check your email to find the link. Save Subscribe for Newsletter Reviews × « PreviousNext » × << ssw-instagram-owner-linkOwner FullName Back PrevNext Product Title Add To Cart Adding... Checkout Sold Out Option1 Option2 Option3 * Description * Reviews * * Questions PRIVACY PREFERENCE CENTER When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. More information Allow All MANAGE CONSENT PREFERENCES STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Back Button Back Vendor Search Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label Confirm My Choices