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
Promescent Female Gel
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)
Women's Libido Booster
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Women's Fertility Support
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)
Premium Water Lube
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
3.9 out of 5 stars
320
3.9 out of 5 stars
14,790
—
3.5 out of 5 stars
24
4.3 out of 5 stars
1,216
4.0 out of 5 stars
305
Price
$23.95$23.95
$22.96$22.96
—
$39.99$39.99
$10.99$10.99
$15.99$15.99
Features
Provides a Warming Sensation
Anti-Transfer Technology
Boosts Libido Naturally
Boost Fertility Naturally
100% Organic Aloe Vera Juice
Premium Ingredients/PH Balance
Recommended Use
Gel for Women and Couples
Delay Spray to Improve Stamina
Supports Women's Libido
Hormonal Balance
Lubrication During Intimacy
Lubrication During Intimacy
Doctor Recommended
✔
✔
✔
✔
✔
✔
Made in USA
✔
✔
✔
✔
✔
✔
Condom Compatibility
Latex only
Latex, Polyisoprene
Not Applicable
Not Applicable
Latex, Polyisoprene
Latex, Polyurethane
Safe for use for Toys
Spot check on toys before use
Not Applicable
Not Applicable
Not Applicable
YES
Yes
-
What Does Promescent Warming Gel do?
Promescent Warming Gel is designed to stimulate blood flow and offers a slight warming sensation to her most sensitive areas and adding more pleasure for her during intimacy.
-
How Do I Use Promescent Warming Gel?
Step 1: Squeeze just a drop on your finger to start. You can apply more as needed. STEP 2: Gently massage it into your intimate area.
-
Is It Safe To Use With Adult Toys?
Although our warming gel is primarily water-based, there is a small amount of silicone. With the gel containing such small amounts of silicone, it should not affect your toy, however, we do recommend testing on a small area of your toy prior to use.
-
How Many Applications Come In One Tube?
If used as directed with one pea-sized amount, you can get up to 75 uses.
-
Is Promescent Warming Gel Paraben And Hormone Free?
Yes, it is paraben free and does not contain hormones like estrogen, progesterone or testosterone.