Adding product to your cart
Suitable for ladies, joggers, senior citizens, night shift workers and people who live alone. Pull up on the lipstick to activate the alarm . To turn off the alarm , push back down. Available in two different colors (Pink and Black). Total decibel output of 90 dBs.
Includes 3 - 1.5V LR44/AG13 button cell batteries.
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device