(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/10
Description
Do you want to have big eyes? Are you tired of small eyes?Why not try our Double Eyelid Shaping Cream, it will make your eyes bigger and more beautiful.
- Long-lasting hold without discomfort to your eyes.
- Small and portable, easy to carry and store.
- A great gift for family and friends who need a pair of big eyes.
Main Features
✨ Traceless Invisible
It looks natural after application with no marks. Close to the skin, creating a transparent effect and invisible effect.
✨ Waterproof, Sweatproof, And Long-lasting
Waterproof and sweatproof formula, the liquid becomes transparent in 20 seconds, has good stickiness, is not easy to fall off, and can maintain the effect of big eyes all day long.
✨ Suitable For The Crowd
Single eyelid, inconspicuous inner double eye, swollen eyes, unisex, suitable for all eye types.
✨ Easy To Use
Swivel to open for convenience and comes with a Y-shaped stick that fits the curve of your eyes. Simple to use to help create a more natural-looking double eyelid.
✨ Safe Ingredients
Water, propylene glycol, hydroxyethylcellulose, sodium dehydrogenate, methyl hydroxybenzoate. Rich in a variety of plant extracts, natural non-irritant, does not hurt the skin and does not clog pores.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)