Product Description
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0);
}
}
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}

1 Real Results
2 Benefits
3 Key Ingredients

1 Review 2 Review 3 Review 4 Review
See all Snail Mucin products
Snail Mucin Sheet Mask
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Snail Mucin Hydrogel Mask
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Snail 96 Mucin Essence
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Snail 92 Cream
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Snail Dual Essence
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Snail Eye Cream
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.6 out of 5 stars
2,442
4.5 out of 5 stars
22
4.6 out of 5 stars
75,198
4.5 out of 5 stars
45,458
4.5 out of 5 stars
5,159
4.5 out of 5 stars
5,040
Price
$14.99$14.99
$14.99$14.99
—
$18.99$18.99
$23.80$23.80
$17.49$17.49
Product type
Sheet Mask
Hydrogel Mask
Essence
Cream
Essence
Eye Cream
Key benefits
Hydrate & nourish skin
Instantly boost skin radiance
Tone skin & reduce dark spots
Tone and soothe skin barrier
Reduce hyperpigmentation
Brighten & tighten eye area
When to use
After cleansing & toning
After applying toner/serum
After cleansing & toning
After applying serum/essence
After cleansing & toning
After applying serum/essence
Tested on sensitive skin
✔
✔
✔
✔
✔
✔
Not tested on animals
✔
✔
✔
✔
✔
✔
