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 Ingredients
2 Dry Strip Technology
3 Soothing & Gentle Action
4 Why Choose Us?



Why do some people observe white sports or blotchy whitening?
Blotchy whitening after using products like strips or gels is often due to temporary enamel dehydration. Whitening agents like hydrogen peroxide remove moisture, causing white spots that disappear within hours to a couple of days as teeth rehydrate
Can these strips cause sensitivity?
Whitening strips can cause tooth sensitivity in some people, typically due to active ingredients like hydrogen peroxide which penetrated the enamel & breaks down stains. Mild sensitivity is a common side effect and usually resolves on its own.
Why I cannot see noticable results?
The results may vary for every individual. For example, if you are a tobacco consumer, smoker, or an avid consumer of liquids that stain your teeth like coffee or tea, then you may experience the whitening with time.
Number of strips that were received were incorrect
This box has 7 treatments in total, ie. you will receive 7 packs inside the box. 5 treatments are professional & 2 are express. Inside each of these 7 treatments, you will receive 2 strips/treatment, one for upper teeth and one for lower teeth.
The taste and texture are not good.
Hydrogen peroxide has a taste that some may dislike. To neutralize it, we add coconut oil & menthol for a minty aftertaste. For the product texture, we use dry-strip technology, which prevents messiness, & the product is safe to you.