Public accessibility assessment

Accessibility issues detected on promescent.com

Evolize inspected 5 public pages on promescent.com and detected 100 automatically identifiable accessibility findings.

100Findings detected
8WCAG criteria affected
5Pages inspected
8 Sep 2026Assessment date

Highest detected severity: Critical · 38 high-priority findings · 100% inspected-page coverage

Most widespread issueLinks lack accessible textDetected on 5 inspected pages
Most affected page/products/delay-spray42 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)49 detected findings

Is promescent.com your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on promescent.com and detected 100 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 5 inspected pages. The most affected inspected page was "/products/delay-spray", where 42 findings were detected. The assessment identified findings mapped to 8 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. Critical

    Form fields are missing labels

    WCAG 1.3.1 (A) · 2 inspected pages · 2 instances
    Why this matters

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →
  2. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 6 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link's only content is an image with no text alternative. Provide meaningful alternative text on the linked image (its alt attribute) that identifies the link's destination or purpose. The link points to https://www.promescent.com/products/delay-spray.

    View technical evidence →
  3. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 3 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to https://www.facebook.com/promescent.

    View technical evidence →
  4. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 3 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to https://www.facebook.com/promescent.

    View technical evidence →
  5. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 3 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to https://www.facebook.com/promescent.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA4955 / 5
2.4.4Link Purpose (In Context)A2655 / 5
4.1.2Name, Role, ValueA833 / 5
1.3.1Info and RelationshipsA655 / 5
1.2.2Captions (Prerecorded)A433 / 5
1.1.1Non-text ContentA344 / 5
2.1.1KeyboardA355 / 5
2.4.3Focus OrderA255 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Buttons have no accessible name

WCAG 4.1.2 (A)3 instances2 inspected pages

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Why it matters

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Recommended correction

Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

View 3 affected elements
Component · Ref 72AT8G
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element.xmax-w-lg > .xpt-2.toggle-button-wrapper.xz-0 > .show-more.xtext-center.xrelative > .xtext-black[\@click="toggle"][x-text="open ? '   ' : '  '"]
Markup
<button class=" xtext-black" @click="toggle" x-text="open ? ' &nbsp; ' : '&nbsp; '" id="toggleButton">&nbsp; </button>
Component · Ref PAFQH3
Affected pagehttps://www.promescent.com/products/go-solo
Element#toggleButton
Markup
<button class="xtext-black" @click="toggle" x-text="open ? ' &nbsp; ' : '&nbsp; '" id="toggleButton">&nbsp; </button>
Component · Ref NJO8WG
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdl[x-data="faqDropdown"] > .xpt-2.toggle-button-wrapper.xz-0 > .show-more.xtext-center.xrelative > .xtext-black[\@click="toggle"][x-text="open ? '   ' : '  '"]
Markup
<button class="xtext-black" @click="toggle" x-text="open ? ' &nbsp; ' : '&nbsp; '" id="toggleButton">&nbsp; </button>
Critical

Form fields are missing labels

WCAG 1.3.1 (A)2 instances2 inspected pages

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Why it matters

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Recommended correction

Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

View 2 affected elements
Component · Ref GLT51N
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element#PurchaseOptionSub-template--14330596163683__main
Markup
<input type="radio" id="PurchaseOptionSub-template--14330596163683__main" name="purchase_option" value="subscribe_and_save" class="visually-hidden" data-purchase-option-input="">
Affected pages/products/delay-spray /products/go-solo
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 instances5 inspected pages

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Why it matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

View 50 affected elements
Component · Ref FAZ52P
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdiv#mobileMenuMain > div:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameShop
Markup
<a data-no-instant="" href="/collections/all" class="parent-link--true !xcapitalize !xtext-lg xfont-semibold xmr-6">
            Shop <span class="right icon-down-arrow"></span>
          </a>
Affected pages/ /pages/contact-us /products/delay-spray /products/go-solo /blogs/learn/how-to-apply-delay-spray
Component · Ref ROY28D
Affected pagehttps://www.promescent.com/blogs/learn/how-to-apply-delay-spray
Elementdiv:nth-of-type(1) > ul > li:nth-of-type(1) > ul > li:nth-of-type(2) > a
Accessible nameArousal Increase pleasure and orgasm
Markup
<a href="/collections/arousal" class="!xflex xflex-row xjustify-between xgap-6 xitems-stretch">
    <img src="https://cdn.shopify.com/s/files/1/0289/9994/2243/files/arousal-gel-nav.webp?v=1722747554" title="Increase pleasure and orgasm" alt="Arousal Collection" width="54" height="67" class="xw-14 xobject-contain">

    <div class="xflex xflex-row xjustify-between xgrow xitems-center xborder-b xborder-[#ccccccae]">
      <p class="!xflex xflex-col xgap-1">
        <span class="xtext-[#041C2C] xfont-semibold xtext-lg xleading-snug">Arousal</span>
        <small class="xtext-[#424242] xtext-sm xl…
Affected pages/ /pages/contact-us /products/delay-spray /products/go-solo /blogs/learn/how-to-apply-delay-spray
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)13 instances5 inspected pages

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Why it matters

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Recommended correction

Use a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.

View 13 affected elements
Component · Ref 37AJ5L
Affected pagehttps://www.promescent.com/pages/contact-us
Elementdiv#CartDrawer > div:nth-of-type(2) > div:nth-of-type(1) > div > h2
Accessible nameCONTINUE SHOPPING
Markup
<h2 class="drawer__heading" onclick="this.closest('cart-drawer').close()">CONTINUE SHOPPING</h2>
Affected pages/ /pages/contact-us /products/delay-spray /products/go-solo /blogs/learn/how-to-apply-delay-spray
Component · Ref KZHKNP
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdiv > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(2) > p
Accessible name98 reviews
Markup
<p onclick="location.href = location.origin+this.dataset.link" data-link="/products/delay-spray-never-without#ReviewsWidget" class="xtext-base xunderline xtext-prm xwhitespace-nowrap xmin-w-[107px] xcursor-pointer"><span x-count="">98</span> <span>reviews</span></p>
Affected pages/products/delay-spray /blogs/learn/how-to-apply-delay-spray
Component · Ref GBLO0D
Affected pagehttps://www.promescent.com/blogs/learn/how-to-apply-delay-spray
Elementdiv:nth-of-type(1) > a:nth-of-type(2) > div > div:nth-of-type(2) > div > p
Accessible name3,044 reviews
Markup
<p style="position:relative;z-index:1;" onclick="location.href = location.origin+this.dataset.link" data-link="/products/delay-spray#ReviewsWidget" class="xtext-base xunderline xtext-prm xwhitespace-nowrap xmin-w-[107px] xcursor-pointer"><span x-count="">3,044</span> <span>reviews</span></p>
High

<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements

WCAG 1.3.1 (A)2 instances2 inspected pages

<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements

Why it matters

<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 2 affected elements
Component · Ref 99GQ9R
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdl[x-data="faqDropdown"]
Accessible nameDoes delay spray work? An IRB-certified clinical study concluded that Promescent Delay Spray was effective in increasing the time until ejaculation. To get the best results, spray 3 to 10 sprays on the underside of head and shaft of the penis or the areas that are most sensitive to you. Rub it in until dry, and wait 5-10 minutes before having sex with your partner. Wash product off after intercourse.Learn: How to Use Delay Spray to Last Longer in Bed How long does delay spray last? The desensitizing effects generally lasts about an hour after application. Results will vary based on penis sensitivity levels and how much of the product you use. Does delay spray have any side effects? Male genital desensitizers are generally recognized as safe and effective for premature ejaculation with few side effects. If you or you partner develop a rash or irritation, such as itching or burning, discountinue use and consult a doctor if symptoms persist. Can I use lube or condoms, and delay spray together? Yes, it can be used with all types of lubes, and is compatible with both latex and polyisoprene condoms. Wait 5-10 minutes for the product to be fully absorbed into the skin before applying the lubricant and/or putting on a condom. Can I use Viagra and delay spray together? Yes, they’re safe to use together because they don't interact with each other. Viagra acts on blood vessels to improve erections, while Delay Spray's effect works within the skin. However it's still good to consult your healthcare provider. Will premature ejaculation spray affect my partner? Promescent uses a patented solution with Anti-transfer Technology™ to help eliminate the potential of desensitizing your partner when used as directed. If oral sex is anticipated it's recommended that you wipe the treated area with a damp cloth after the suggested wait time (5-10 mins). How do you fix premature ejaculation? Promescent Delay Spray is widely recognized by the Urological community as one of the most effective PE treatment options availabe for on demand use. Other options that may also be effective at treating PE, include:- Sexual techniques such as; the stop-start method or edging, squeeze technique, deep breathing and relaxation.- Kegel exercises which have been clinically proven to help improve intravaginal ejaculation latency times (IELT).- Other pharmacologicals like; benzocaine wipes, selective seretonin reuptake inhibitors (anti-depressants), supposed ayurvedic medicines, and more.Learn: How to Last Longer in Bed Guide Does delay spray make you harder? No, delay sprays do not increase erection strength or help with erectile dysfunction. Desensitizing sprays are designed to help treat premature ejaculation. Will delay spray reduce my pleasure or make me feel “too numb”? Not if you dial in your dose. Start with 3 sprays on the glans (head) and underside of the shaft, rub in until dry, and wait 5 to 10 minutes. You can adjust up to a max of 10 sprays to find the light desensitization that delays climax without dulling sensation. The formula is designed to stay where it’s applied for a more natural feel. Is delay spray safe for oral sex? Yes! Simply apply, rub in, wait 5 to 10 minutes, then wipe the area before oral activity to minimize any taste or transfer.
Markup
<dl class="xpt-4" x-data="faqDropdown" x-ref="faqContainer">
Affected pages/products/delay-spray /products/go-solo
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)1 instance1 inspected page

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 1 affected element
Component · Ref NARKJE
Affected pagehttps://www.promescent.com/products/go-solo
Element#drAmyVideoOverlay
Accessible nameYour browser does not support the video tag.
Markup
<div id="drAmyVideoOverlay" class="xfixed xinset-0 xz-[100] xflex xitems-center xjustify-center xbg-black/80 xopacity-0 xpointer-events-none xtransition-opacity xduration-300" aria-hidden="true">
High

Images lack text alternatives

WCAG 1.1.1 (A)6 instances1 inspected page

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Why it matters

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Recommended correction

Add a concise alt attribute describing each informative image. Mark purely decorative images with alt="" so assistive technology skips them.

View 6 affected elements
Component · Ref P6GXPD
Affected pagehttps://www.promescent.com/
Elementdiv[data-swiper-slide-index="4"] > .xp-4.xh-full.xflex-col > div:nth-child(1) > .xjustify-start.xmb-3.xgap-2 > .xbasis-16 > a > .xw-16
Markup
<img class="xw-16" src="//www.promescent.com/cdn/shop/files/vitaflux-nitric-oxide-booster-30_300x.webp?v=1776110427">
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)198 instances5 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

Increase the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.

View 198 affected elements
Component · Ref GRJFRY
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element.xbg-women
Accessible name30 DAY - 100% SATISFACTION GUARANTEE
Markup
<small class="xbg-women xtext-white xfont-bold xmax-w-fit xpx-3 xleading-6 xm-auto md:xml-0 md:xmr-auto xflex xitems-center xgap-2">
        
          30 DAY - 100% SATISFACTION GUARANTEE
        
        </small>
Affected pages/products/delay-spray /products/go-solo
Component · Ref MITXBR
Affected pagehttps://www.promescent.com/products/go-solo
Element.R-ContentList__item.u-positionRelative[role="group"]:nth-child(7) > .item__review > .item__inner > .u-marginBottom--sm > .R-flex-start-xxs.R-flex-middle-xxs.R-flex-row > em
Accessible name1 person found this review helpful.
Markup
<em class="R-TextBody R-TextBody--xxxs R-TextBody--inline u-marginBottom--none">1 person found this review helpful.</em>
Affected pages/products/delay-spray /products/go-solo
Component · Ref X7LU96
Affected pagehttps://www.promescent.com/products/go-solo
Element.R-ContentList__item.u-positionRelative[role="group"]:nth-child(4) > .item__review > .item__inner > .R-flex-between-xxs.R-flex-bottom-xxs.R-flex-row > .u-flexGrow.c-reviewDateTime.u-marginBottom--sm > .u-textRight--all.R-TextBody--xxxs.R-TextBody > div
Accessible name8 months ago
Markup
<div>8 months ago</div>
Affected pages/products/delay-spray /products/go-solo
Component · Ref 18GXB0
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element.R-ContentList__item.u-positionRelative[role="group"]:nth-child(1) > .item__meta > .c-meta__authorAttributes.u-marginBottom--md > .R-flex-start-xxs.u-marginBottom--xs.R-flex-middle-xxs:nth-child(2) > .u-textSentenceCase.R-TextBody--inline.R-TextBody--xxxs
Accessible nameMale
Markup
<div class="R-TextBody R-TextBody--xxxs R-TextBody--inline u-textLeft--all u-marginBottom--none u-textSentenceCase">Male</div>
Affected pages/products/delay-spray /products/go-solo
Component · Ref 6OINK3
Affected pagehttps://www.promescent.com/products/go-solo
Element.R-ContentList__item.u-positionRelative[role="group"]:nth-child(7) > .item__review > .item__inner > .R-flex-between-xxs.R-flex-bottom-xxs.R-flex-row > .u-marginBottom--sm:nth-child(1) > .R-flex-baseline-xxs.R-flex-start-xxs.R-flex-row > .u-displayInlineBlock:nth-child(2) > .u-textDecoration--underline.u-cursorPointer[role="button"]:nth-child(1)
Accessible nameYes
Rolebutton
Markup
<div class="R-TextBody R-TextBody--xxxs R-TextBody--inline u-marginBottom--none u-marginRight--sm u-cursorPointer u-textDecoration--underline" role="button" tabindex="0">Yes</div>
Affected pages/products/delay-spray /products/go-solo
Component · Ref VKR5SC
Affected pagehttps://www.promescent.com/pages/contact-us
Element.xbg-prm-light > span
Accessible nameTAKE THE QUIZ
Markup
<span>TAKE THE QUIZ</span>
Affected pages/ /pages/contact-us
Component · Ref M4S31Y
Affected pagehttps://www.promescent.com/products/go-solo
Element#report-btn-product_review-49219295
Accessible nameReport
Rolebutton
Markup
<div class="R-TextBody R-TextBody--xxxs R-TextBody--inline u-marginBottom--none u-marginRight--sm u-cursorPointer u-textDecoration--underline" id="report-btn-product_review-49219295" role="button" tabindex="0">Report</div>
Affected pages/products/delay-spray /products/go-solo
Component · Ref 161EW6
Affected pagehttps://www.promescent.com/products/go-solo
Element.xmin-w-\[260px\].xmax-w-\[260px\].xease-in-out:nth-child(5) > .xmt-6.xmb-2.xgap-2 > .xbg-\[\#3CB4E5\].xpx-2.xblock
Accessible name$19.95
Markup
<span class="xblock xpy-2 xpx-2 xrounded-full xbg-[#3CB4E5] xtext-white xfont-semibold">$19.95</span>
Affected pages/products/delay-spray /products/go-solo
Component · Ref RT5G9C
Affected pagehttps://www.promescent.com/products/go-solo
Element.shopify-pc__banner__body > p
Accessible nameWe and our partners, including Shopify, use cookies and other technologies to personalize your experience, show you ads, and perform analytics, and we will not use cookies or other technologies for these purposes unless you accept them. Learn more in our Privacy Policy
Markup
<p>
Affected pages/ /pages/contact-us /products/delay-spray /products/go-solo
Component · Ref ZJSJCM
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdiv[data-swiper-slide-index="3"] > .xp-6.xbg-gray-F9 > div:nth-child(1) > blockquote > .morecontent > span:nth-child(2) > .read.morelink.xtext-prm-light
Accessible nameRead More
Markup
<a href="javaScript:void(0);" class="morelink read xtext-prm-light"> Read More</a>
Component · Ref C1P6GE
Affected pagehttps://www.promescent.com/
Elementdiv[data-swiper-slide-index="2"] > .xp-4.xh-full.xflex-col > div:nth-child(1) > .xfont-normal.xmb-4.xtext-black-light > .morecontent > span:nth-child(2) > .read.morelink.xtext-\[\#54bfb3\]
Accessible nameRead More
Markup
<a href="javaScript:void(0);" class="morelink read xtext-[#54bfb3] xtext-sm"> Read More</a>
Component · Ref 9GS5GK
Affected pagehttps://www.promescent.com/
Elementdiv[data-swiper-slide-index="3"] > .xp-4.xh-full.xflex-col > div:nth-child(2) > div > .xitems-center.xjustify-between.xflex > .xtext-\[\#bebcc3\].xtext-\[10px\].xinline-flex > span
Accessible nameVerified Buyer
Markup
<span>Verified Buyer</span>
Component · Ref U3HKD1
Affected pagehttps://www.promescent.com/blogs/learn/how-to-apply-delay-spray
Elementa[href$="delay-spray"] > .articleProductListBtn
Accessible nameBuy Now
Markup
<span class="articleProductListBtn">Buy Now</span>
Component · Ref KVQJXA
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element.xmin-w-\[260px\].xmax-w-\[260px\].xease-in-out:nth-child(1) > .xmt-6.xgap-2.xmb-2 > .xrounded-xl.xbg-\[\#3CB4E5\].xpy-2 > .xblock.xfont-bold
Accessible name$39.95
Markup
<span class="xblock xfont-bold">$39.95</span>
Component · Ref WWNI81
Affected pagehttps://www.promescent.com/
Element.xmin-w-\[260px\].xmax-w-\[260px\].xease-in-out:nth-child(1) > .xmt-6.xjustify-center.xgap-2 > .xbg-\[\#3CB4E5\].xpx-2.xpy-2
Accessible name$22.95
Markup
<span class="xblock xpy-2 xpx-2 xrounded-full xbg-[#3CB4E5] xtext-white xfont-semibold">$22.95</span>
Component · Ref O8Q971
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element.xmin-w-\[260px\].xmax-w-\[260px\].xease-in-out:nth-child(1) > .xmt-6.xgap-2.xmb-2 > .xrounded-xl.xbg-\[\#3CB4E5\].xpy-2 > .xitems-center > s
Accessible name$49.95
Markup
<s style="margin-top: 2px !important;" class="price-item price-item--regular xtext-xs xtext-gray-light">$49.95</s>
Component · Ref V7M41R
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementa[title="Warming Female Arousal Gel"] > .xleading-4.xfont-medium.xpx-4
Accessible nameTingling and warming - the perfect duo for her pleasure
Markup
<p class="xtext-[#041C2C] xtext-left xblock xtext-sm xfont-medium  xleading-4 xpx-4">Tingling and warming - the perfect duo for her pleasure</p>
Affected pages/ /products/delay-spray /products/go-solo
Component · Ref TXNQU4
Affected pagehttps://www.promescent.com/products/go-solo
Elementa[title="Buzzing Female Arousal Gel"] > .xtext-xl.xpx-4[itemprop="name"]
Accessible nameBuzzing Arousal Gel
Markup
<h4 class="xtext-xl xpx-4 xfont-bold xtext-left xtext-[#041C2C]" itemprop="name">Buzzing Arousal Gel</h4>
Affected pages/ /products/delay-spray /products/go-solo
Component · Ref VIMR3F
Affected pagehttps://www.promescent.com/products/go-solo
Element.xmin-w-\[260px\].xmax-w-\[260px\].xease-in-out:nth-child(1) > .xmt-6.xmb-2.xgap-2 > .xrounded-xl.xbg-\[\#3CB4E5\].xpx-2 > .xblock.xfont-bold
Accessible name$12.99
Markup
<span class="xblock xfont-bold">$12.99</span>
Component · Ref LGOJLB
Affected pagehttps://www.promescent.com/products/go-solo
Element.xmin-w-\[260px\].xmax-w-\[260px\].xease-in-out:nth-child(3) > .xmt-6.xmb-2.xgap-2 > .xrounded-xl.xbg-\[\#3CB4E5\].xpx-2 > .xitems-center > s
Accessible name$49.95
Markup
<s style="margin-top: 2px !important;" class="price-item price-item--regular xtext-xs xtext-gray-light">$49.95</s>
Component · Ref DQ4K8Q
Affected pagehttps://www.promescent.com/blogs/learn/how-to-apply-delay-spray
Element.stickyUpsellDesktop.xpb-12.xmt-10:nth-child(10) > .xjustify-center.xmb-4.xitems-center:nth-child(4) > .xbg-women.xml-4.xuppercase
Accessible nameFREE SHIPPING
Markup
<span class="xbg-women xtext-white xtext-xs xfont-bold xpx-2 xpy-1 xml-4 xuppercase">FREE SHIPPING</span>
Component · Ref MIQI9Z
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Element.xrounded-br-\[8px\] > .swatch_inner.xpt-10.xpb-3 > .xorder-first.swatch_highlight.xml-\[-1px\]
Accessible nameBest Value
Markup
<div class="xorder-first xabsolute xtop-0 xleft-0 xright-0 swatch_highlight xfont-bold xtext-sm xuppercase xpy-1 xml-[-1px] xmr-[-1px] xmt-[-1px]  xrounded-tr-[8px]">Best Value</div>
Component · Ref 4MCF38
Affected pagehttps://www.promescent.com/products/go-solo
Element.xtext-\[18px\]
Accessible namePrime Institute
Markup
<p class="xtext-white xtext-[18px] xfont-semibold xmb-2 xuppercase xtracking-wide">Prime Institute</p>
Component · Ref NG5CS3
Affected pagehttps://www.promescent.com/
Element.xitems-center.xflex > .xtext-gray-light
Accessible name$49.95
Markup
<s style="margin-top: 2px !important;" class="price-item price-item--regular xtext-xs xtext-gray-light">$49.95</s>
Component · Ref SEY6R1
Affected pagehttps://www.promescent.com/
Element.xrounded-xl > .xblock.xfont-bold
Accessible name$39.95
Markup
<span class="xblock xfont-bold">$39.95</span>

Showing 25 representative examples · 24 more affected elements not shown

Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 inspected pages

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Why it matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap primary content in <main> and other regions in appropriate landmark elements.

View 5 affected elements
Component · Ref NYTTEZ
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementsection#shopify-pc__banner > div
Accessible nameCookie consentWe and our partners, including Shopify, use cookies and other technologies to personalize your experience, show you ads, and perform analytics, and we will not use cookies or other technologies for these purposes unless you accept them. Learn more in our Privacy PolicyManage preferencesAcceptDecline
Markup
<div class="shopify-pc__banner__wrapper"><div class="shopify-pc__banner__body"><h2 id="shopify-pc__banner__body-title">Cookie consent</h2><p>We and our partners, including Shopify, use cookies and other technologies to personalize your experience, show you ads, and perform analytics, and we will not use cookies or other technologies for these purposes unless you accept them. Learn more in our  <a id="shopify-pc__banner__body-policy-link" href="https://www.promescent.com/policies/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy</a></p></div><div class="shopify-pc__banner…
Affected pages/ /pages/contact-us /products/delay-spray /products/go-solo /blogs/learn/how-to-apply-delay-spray
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)4 instances3 inspected pages

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Why it matters

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Recommended correction

Give each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.

View 4 affected elements
Component · Ref 3FTZGL
Affected pagehttps://www.promescent.com/products/go-solo
Elementdiv#footer > div > nav
Accessible nameMore About Promescent SIGN UP FOR THE PROMESCENT NEWSLETTER Submit Invalid Email! You're already subscribed! Thanks for subscribing const klForm = document.getElementById('klForm'); const klEmail = document.getElementById('klEmail'); const klFormInvalidEmail = document.getElementById('klFormInvalidEmail'); const klFormAlreadySubscribed = document.getElementById('klFormAlreadySubscribed'); const klFormSubscribed = document.getElementById('klFormSubscribed'); function klSubscribe(emailValue){ fetch("https://manage.kmail-lists.com/ajax/subscriptions/subscribe", { "headers": { "accept": "*/*", "accept-language": "en-US,en;q=0.9", "cache-control": "no-cache", "content-type": "application/x-www-form-urlencoded", }, "referrer": "https://www.promescent.com/", "referrerPolicy": "strict-origin-when-cross-origin", "body": "g=XJ596j&email="+emailValue+"&%24source=Footer+Signup", "method": "POST", "mode": "cors", "credentials": "omit" }).then(response => response.json()) .then(result => { console.log('Success:', result); if (result.data.is_subscribed) { klEmail.value = '' klFormSubscribed.style.display = 'block'; }else{ klFormAlreadySubscribed.style.display = 'block'; } }) .catch(error => { console.error('Error:', error); });; } function checkEmail(input) { const re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; if(re.test(input.value.trim())) { //showSucces(input) klSubscribe(input.value.trim()) }else { klFormInvalidEmail.style.display = 'block'; setTimeout(function() { klFormInvalidEmail.style.display = 'none'; }, 5000) } } //Event Listeners klForm.addEventListener('submit',function(e) { e.preventDefault(); checkEmail(klEmail); }); STORE LOCATOR GET IN TOUCH SHOP All Products For Him For Her Delay Spray Supplements LubricantsIntimacy DevicesMassage Oils Hygiene Bundle & SavePrescriptions LEARN How To Use Blogs Podcasts Last Longer in Bed Premature Ejaculation FAQS Reviews Press Meet Our Medical Experts SUPPORT Contact Us Accessibility Refund Policy Shipping Policy Privacy Policy Editorial Policy ACCOUNT Login Register Wholesale Affiliates Follow Us Accepted Payments American Express Apple Pay Diners Club Discover Google Pay JCB Mastercard PayPal Venmo Visa *These statements have not been evaluated by the FDA. This product is not meant to prevent, diagnose, treat, or cure any disease. © 2026 Absorption Pharmaceuticals, LLC. All rights reserved. 2651 Crimson Canyon Dr. STE 180 Las Vegas, NV 89128
Markup
<nav>
    <div class="xsr-only">
      <h2 class="">More About Promescent</h2>
    </div>  
      <div class="xw-full xblock xmb-6 lg:xhidden lg:xw-1/4 ">
        <a href="/" class="focus-inset"><img srcset="//www.promescent.com/cdn/shop/files/Promescent_logo100pxwt_300x.png?v=1614313369 1x, //www.promescent.com/cdn/shop/files/[email removed]?v=1614313369 2x" src="//www.promescent.com/cdn/shop/files/Promescent_logo100pxwt_300x.png?v=1614313369" loading="lazy" class="xw-[200px] xmx-auto" width="400" height="100" alt="Promescent company logo">
        </a>
      </div>
      <…
Affected pages/products/delay-spray /products/go-solo /blogs/learn/how-to-apply-delay-spray
Component · Ref CZM5S4
Affected pagehttps://www.promescent.com/blogs/learn/how-to-apply-delay-spray
Elementdiv#table-of-contents > nav
Accessible nameWhat Is Delay Spray, and How Does It Work? Step-by-Step: How to Apply Delay Spray Correctly Tips for Best Results Frequently Asked Questions That’s It!
Markup
<nav><ol id="toc-list">
<li><a href="#what-is-delay-spray,-and-how-does-it-work?">What Is Delay Spray, and How Does It Work?</a></li>
<li><a href="#step-by-step:-how-to-apply-delay-spray-correctly">Step-by-Step: How to Apply Delay Spray Correctly</a></li>
<li><a href="#tips-for-best-results">Tips for Best Results</a></li>
<li><a href="#frequently-asked-questions">Frequently Asked Questions</a></li>
<li><a href="#that%E2%80%99s-it!">That’s It!</a></li>
</ol></nav>
Medium

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)10 instances2 inspected pages

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 10 affected elements
Component · Ref 43OAUT
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdiv[data-swiper-slide-index="2"] > .xp-6.xbg-gray-F9 > div:nth-child(1) > .xmb-3.xitems-center[aria-label="5 of 5"]
Accessible name5 of 5
Markup
<div class="xflex xitems-center xmb-3" aria-label="5 of 5">
Affected pages/products/delay-spray /products/go-solo
Component · Ref MU0WST
Affected pagehttps://www.promescent.com/products/go-solo
Element.swiper-slide-prev > .xp-6.xbg-gray-F9 > div:nth-child(1) > .xmb-3.xitems-center[aria-label="5 of 5"]
Accessible name5 of 5
Markup
<div class="xflex xitems-center xmb-3" aria-label="5 of 5">
Affected pages/products/delay-spray /products/go-solo
Medium

ARIA container is missing required child roles

WCAG 1.3.1 (A)2 instances2 inspected pages

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Why it matters

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Recommended correction

Provide the child roles the container role requires (e.g. option inside listbox).

View 2 affected elements
Component · Ref O230QN
Affected pagehttps://www.promescent.com/products/go-solo
Element#swiper-wrapper-14e053df1f9bf0a8
Accessible nameGo Solo
Rolelist
Markup
<div class="swiper-wrapper" role="list" id="swiper-wrapper-14e053df1f9bf0a8" aria-live="polite" style="transform: translate3d(0px, 0px, 0px);">
Affected pages/products/delay-spray /products/go-solo
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)1 instance1 inspected page

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 1 affected element
Component · Ref Q8X0VC
Affected pagehttps://www.promescent.com/blogs/learn/how-to-apply-delay-spray
Element.xblock > product-form > .form[action="/cart/add"][accept-charset="UTF-8"] > button[name="add"][aria-live="polite"][data-sold-out-message="true"]
Accessible name.loading #quick-add-cart-drawer4469963849827-add { display: none; } Sold out
Markup
<button id="quick-add-cart-drawer4469963849827-submit" type="submit" name="add" class="" aria-haspopup="dialog" aria-labelledby="quick-add-cart-drawer4469963849827-submit title-cart-drawer-4469963849827 upsell-related-products-cart" aria-live="polite" data-sold-out-message="true">
Medium

<video> elements must have captions

WCAG 1.2.2 (A)1 instance1 inspected page

<video> elements must have captions

Why it matters

<video> elements must have captions

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 1 affected element
Component · Ref DY7J5Q
Affected pagehttps://www.promescent.com/
Elementvideo:nth-child(2)
Accessible nameYour browser does not support the video tag.
Markup
<video class="xabsolute xtop-0 xleft-0 xw-full xh-full xobject-cover xhidden sm:xblock" autoplay="" muted="" loop="" playsinline="" preload="auto" poster="https://cdn.shopify.com/s/files/1/0289/9994/2243/files/desktop_cover_poster.webp?v=1732569221">
Low

Low-quality alternative text

WCAG 1.1.1 (A)31 instances4 inspected pages

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Why it matters

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Recommended correction

Replace placeholder or filename alt text with a concise description of what the image conveys.

View 31 affected elements
Component · Ref HTTUDG
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdiv > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > img
Markup
<img loading="lazy" x-new="" class="xhidden xw-[112px]" src="//www.promescent.com/cdn/shop/t/242/assets/just_arrived.svg?v=147745253441998353471656969877" alt="Just arrived in store">
Affected pages/ /products/delay-spray /products/go-solo /blogs/learn/how-to-apply-delay-spray
Component · Ref MJR3OE
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementdiv:nth-of-type(3) > div > div > div:nth-of-type(2) > span:nth-of-type(1) > img
Markup
<img loading="lazy" class="xw-full" src="https://cdn.shopify.com/s/files/1/0289/9994/2243/files/home_icon.svg?v=1629739732" alt="Alert">
Affected pages/ /products/delay-spray /products/go-solo
Low

Video may be missing captions

WCAG 1.2.2 (A)4 instances3 inspected pages

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Why it matters

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Recommended correction

Provide a synchronized captions track (<track kind="captions">) for video with meaningful audio.

View 4 affected elements
Component · Ref OL4KGJ
Affected pagehttps://www.promescent.com/
Elementdiv#shopify-section-template--14330595704931__home_hero_v2_YRA6yw > div:nth-of-type(1) > video:nth-of-type(2)
Accessible nameYour browser does not support the video tag.
Markup
<video class="xabsolute xtop-0 xleft-0 xw-full xh-full xobject-cover xhidden sm:xblock" autoplay="" muted="" loop="" playsinline="" preload="auto" poster="https://cdn.shopify.com/s/files/1/0289/9994/2243/files/desktop_cover_poster.webp?v=1732569221">
        <source src="https://cdn.shopify.com/videos/c/o/v/fed90561a21044618c9e5a1df69014d1.mp4" type="video/mp4">
        Your browser does not support the video tag.
    </video>
Component · Ref LSSSA0
Affected pagehttps://www.promescent.com/products/go-solo
Elementvideo#drAmyPromoVideo
Accessible nameYour browser does not support the video tag.
Markup
<video id="drAmyPromoVideo" muted="" playsinline="" class="xw-full xh-auto xrounded-lg xshadow-2xl xshadow-blue/60 xaspect-video xobject-cover xcursor-pointer xmax-h-[80vh]">
          <source src="https://cdn.shopify.com/videos/c/o/v/93f6d952bfb34bad915659cbf1f811eb.mp4" type="video/mp4">
          Your browser does not support the video tag.
        </video>
Component · Ref UNXNT7
Affected pagehttps://www.promescent.com/products/delay-spray?variant=32094024564835
Elementsection#five-mill-v3-template--14330596163683__five_mill_celebration_v3 > div > div:nth-of-type(2) > div:nth-of-type(3) > video
Markup
<video muted="" playsinline="" loop="" preload="metadata" aria-hidden="true" poster="//www.promescent.com/cdn/shop/t/242/assets/five-mill-bottle-v3-poster.jpg?v=93645071788903665351784662544" style="-webkit-mask-image: url('//www.promescent.com/cdn/shop/t/242/assets/five-mill-bottle-mask.png?v=40994806386224398671784662987'); mask-image: url('//www.promescent.com/cdn/shop/t/242/assets/five-mill-bottle-mask.png?v=40994806386224398671784662987');"><source src="//www.promescent.com/cdn/shop/t/242/assets/five-mill-bottle-v3.mp4?v=115248474934953270631784662545" type="video/mp4"></video>

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.