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 How it Works
2 How to Use
3 Why Promescent?
Discover Promescent
Delay Wipes for Men
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Delay Spray for Men
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Promescent Female Gel
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
VitaFLUX Supplement
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Cleansing Wet Wipes
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Premium Organic Aloe Lube
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
3.7 out of 5 stars
853
3.9 out of 5 stars
14,790
3.9 out of 5 stars
320
4.0 out of 5 stars
563
4.4 out of 5 stars
192
4.3 out of 5 stars
1,216
Price
$19.95$19.95
$22.96$22.96
$23.95$23.95
$53.99$53.99
$15.95$15.95
$10.99$10.99
Features
Single Use Benzocaine Wipes
Anti-Transfer Technology
Provides a Warming Sensation
Daily Ntric Oxide Supplement
Fresh Scent and Gentle Formula
100% Organic Aloe Vera Juice
Recommended Use
Delay Wipe to Improve Stamina
Delay Spray to Improve Stamina
Gel for Women and Couples
Men's Wellness in the Bedroom
Intimate Wipes to Freshen Up
Lubrication During Intimacy
Doctor Recommended
✔
✔
✔
✔
✘
✔
Made in USA
✔
✔
✔
✔
✘
✔
Condom Compatibility
Yes
Latex, Polyisoprene
Latex Only
Not Applicable
Not Applicable
Latex, Polyisoprene
Safe for Use For Toys
Not Applicable
Not Applicable
Spot check on toys before use
Not Applicable
Not Applicable
Yes
-
What are delay wipes used for?
Delay wipes are topical anesthetics designed to temporarily numb penile sensitivity, thereby extending the duration of intimacy by prolonging the time before climax.
-
How should I apply delay wipes?
STEP 1: Open the wrapper and take the delay wipe out. STEP 2: Rub the desensitizing wipe onto the most sensitive parts your private area. STEP 3: Wait 5-10 minutes or until the solution has dried.
-
How long do desensitizing wipes work for after applying?
We suggest getting intimate as soon as the solution has dried or you have waited about 5-10 minutes. Benzocaine wipes will have desensitizing effects for about 30-45 minutes. If you want something that lasts a bit longer, check out our Delay Spray.