From the manufacturer
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 KEY INGREDIENTS
2 SAFETY
3 MICROBIOME SCIENCE
COMPARE TRAVEL KITS
Purify + Moisturize Kit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Cleanse + Moisturize Kit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Dry Skin Kit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Cleansing Kit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Sunscreen Kit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Shine-Control Kit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.6 out of 5 stars
62,014
4.6 out of 5 stars
62,014
4.6 out of 5 stars
30,510
4.6 out of 5 stars
35,327
4.5 out of 5 stars
26,206
4.5 out of 5 stars
6,347
Price
$32.99$32.99
$32.05$32.05
$29.98$29.98
$28.99$28.99
$46.99$46.99
$36.99$36.99
TRAVEL SIZE MINI INCLUDED
1.69 FL OZ Purifying Cleanser
1.69 FL OZ Hydrating Cleanser
2.53 FL OZ Lipikar Moisturizer
1.35 FL OZ Double Repair Cream
1.69 FL OZ Hydrating Cleanser
3.4 Fl Oz Effaclar Cleanser
BENEFIT
Gently purify & moisturize
Gently cleanses & moisturizes
48-Hour Moisturization
Glently cleanses & moisturizes
Cleanse & protect with SPF 50
Shine control & hydration
WHEN TO USE
Morning + Night
Morning + Night
Morning + Night
Morning + Night
Morning
Morning + Night
SKIN TYPE
Normal to OIly, Sensitive Skin
Dry & Sensitive Skin
Extra Dry & Sensitive Skin
Dry & Sensitive Skin
All Skin Types
Oily & Acne Prone Skin
SPF
✘
✘
✘
✘
✔
✘
1 'Holy Grail" 2 "Gentle" 3 "Non Greasy" 4 "Feel Hydrated Now"
When should I apply face moisturizer?
Dermatolog