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 BENEFITS
2 INGREDIENTS
3 PRODUCT SAFETY
4 DERMATOLOGIST INSIGHT
1 FIND YOUR SHADE
2 TINTED SHADE

FIND YOUR ROUTINE
Gently Hydrating Cleanser
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Thermal Spray
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Double Repair Moisturizer
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Anthelios Tinted Mineral
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.6 out of 5 stars
35,327
4.7 out of 5 stars
2,996
4.6 out of 5 stars
62,014
4.5 out of 5 stars
26,206
Price
$17.99$17.99
$13.99$13.99
$23.99$23.99
$38.99$38.99
WHEN TO USE
Step 1: Cleanser
Step 2: Soothe
Step 3: Moisturize
Step 4: Protect
SKIN TYPE
Normal to dry skin
All skin types
All skin types
All skin types
BENEFIT
Gently cleanses dirt & makeup
Soothing, antioxidant
48-hour hydration
UVA/UVB protection
TEXTURE
Non-foaming cream
Facial mist
Lightweigh lotion
Ultra light fluid
FRAGRANCE/PARABEN FREE
✔
✔
✔
✔
1 "Can't Say Enough" 2 "Skin LOVES" 3 "Blends So Well" 4 "Super Light"
What should I look for in a sunscreen for sensitive skin?
For sensitive skin, dermatologists often recommended looking for mineral sunscreens that contain either zinc oxide and/or titanium dioxide. All Anthelios sunscreens are tested on sensitive skin. All formulated andtested for optimal skin tolerance.
What’s the difference between a chemical (organic) and mineral (physical) sunscreen?
Mineral sunscreens contain mineral ingredients like zinc oxide & titanium dioxide sit on the top layer of skin & reflect and scatter UV rays. Chemical sunscreens contain organic compounds like octocrylene & avobenzone absorb UV rays on the skin.
What are the advantages and disadvantages to chemical vs mineral sunscreens?
Mineral sunscreens work as soon as you apply onto skin, but because they sit directly on the skin may rub or sweat off more easily than chemical sunscreens that take at least 15min to properly absorb, meaningskin may not be immediately protected.