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 IPX7 Waterproof
2 Wireless Charge
3 W-Shaped
4 6 Brush Heads
5 5 Modes


How long do I have to charge it for?
When charge it about 8~10 hours, you can use it about 120~150 days.
What about the softness of the brush heads provided, are all 6 brush heads the same?
All brush heads are the same, just replacements. As for the softness, it’s probably equal to soft/medium bristle.
How often should you change the head of an electric toothbrush?
Dentists recommend changing the brush head every 3 months.
7AM2M toothbrush comes with 6 replacement heads for more than 18 months of use. You can buy more brush heads at the 7AM2M store.
What is the working voltage range of 7AM2M electric toothbrush?
7AM2M electric toothbrush adapts to universal voltage in any country, as long as you have a local adapter.
(Adaptor not Included)
What's in the Box?
1 x Sonic Electric Toothbrush
6 x "W" Shape Replacement Toothbrush Heads
1 x Charging Station (Adaptor not Included)
1 x Instruction Manual