Public accessibility assessment

Accessibility issues detected on kismetbeautybrands.com

Evolize inspected 5 publicly accessible pages on kismetbeautybrands.com and detected 43 automatically identifiable accessibility findings. 14 findings were classified as critical or high priority. The findings map to 7 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve hidden elements can still receive keyboard focus, interactive controls must not be nested, interactive controls are not keyboard-accessible.

43findings detected
14critical + high
5pages inspected
13 Aug 2026assessed

Independent public assessment. kismetbeautybrands.com is not necessarily affiliated with or a customer of Evolize.

https://

01 · Accessibility summary

Evolize inspected 5 publicly accessible pages on kismetbeautybrands.com and detected 43 automatically identifiable accessibility findings. 14 findings were classified as critical or high priority. The findings map to 7 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve hidden elements can still receive keyboard focus, interactive controls must not be nested, interactive controls are not keyboard-accessible.

02 · Priority findings

03 · WCAG criteria affected

CriterionNameLevelFindingsPages
1.4.3Contrast (Minimum)AA195
2.1.1KeyboardA52
4.1.2Name, Role, ValueA55
1.3.1Info and RelationshipsA45
2.4.3Focus OrderA45
2.5.8Target Size (Minimum)AA45
1.4.1Use of ColorA22

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 rescans public websites, detects newly introduced or recurring accessibility issues, tracks remediation and verifies fixes.

04 · All detected findings

High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 instances5 affected pages
ComponentRef 6S2RY

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementul > li:nth-of-type(1) > details > ul > li:nth-of-type(1) > a
Accessible name1st health
Markup
<a href="/collections/rubee" class="header__menu-item list-menu__item link--text focus-inset">
            
        
        1st health
    
        </a>
How to fixRemove the element from the tab order or make it visible when focused, for example by adding a visible focus indicator or removing the 'display: none' style.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef CTYE09

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementdiv > div:nth-of-type(2) > nav > ul > li:nth-of-type(1) > a
Accessible nameHOME
Markup
<a href="/" class="menu-drawer__menu-item list-menu__item focus-inset menu-drawer__menu-item--active" aria-current="page">
                                            HOME 
                                        </a>
How to fixRemove the element from the tab order or make it visible when it receives focus. Consider using the 'display: none' or 'visibility: hidden' CSS properties to hide the element, or use JavaScript to remove the element from the tab order when it's not visible.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef OL40S0

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementdiv > ul > li:nth-of-type(1) > details > summary > a
Accessible nameA–C
Markup
<a href="#" class="list-menu__item link--text focus-inset">
            
        
        A–C
    
        </a>
How to fixRemove the link from the tab order by setting the 'tabindex' attribute to '-1' or by making the link visible when it receives focus. Alternatively, consider removing the link altogether if it is not intended to be used.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef PCR1E6

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementnav > ul > li:nth-of-type(2) > details > summary > a
Accessible nameBRANDS
Markup
<a href="/collections" class="menu-drawer__menu-item-top list-menu__item">
                                                    BRANDS 
                                                </a>
How to fixRemove the element from the tab order by setting the 'tabindex' attribute to '-1' or by making the element visible when it receives focus.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
High

Interactive controls must not be nested

WCAG 4.1.2 (A)20 instances5 affected pages
ComponentRef A20J98

Interactive controls must not be nested

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-5
Accessible nameSHOP ALL
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-5  full-width list-menu__item focus-inset">
How to fixTo fix this issue, ensure that interactive controls are not nested inside one another. Consider reorganizing the HTML structure to separate the interactive elements, or use ARIA attributes to provide a clear and consistent navigation experience for assistive technologies.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef A20J99

Interactive controls must not be nested

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-4
Accessible nameHAIR CARE
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-4  full-width list-menu__item focus-inset">
How to fixTo fix this issue, ensure that interactive controls are not nested inside other interactive controls. Consider restructing the navigation menu to use a single interactive element per item, or use ARIA attributes to provide a clear and consistent navigation experience for assistive technologies.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef A20J6Q

Interactive controls must not be nested

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-2
Accessible nameBRANDS
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-2  full-width list-menu__item focus-inset">
How to fixTo fix this, ensure that interactive controls are not nested. Consider restructing the menu to use a single interactive element per item, or use ARIA attributes to provide a clear and consistent navigation experience for assistive technologies.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef A20J6P

Interactive controls must not be nested

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-3
Accessible nameCATEGORIES
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-3 small list-menu__item focus-inset">
How to fixTo fix this issue, ensure that interactive controls are not nested inside other interactive controls. Consider restructing the HTML to separate the interactive elements, or use ARIA attributes to provide a clear and consistent navigation experience for assistive technologies.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)8 instances2 affected pages
ComponentRef I1882I

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.

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Elementh2#tab-label-description
Accessible nameDescription
Roletab
Markup
<h2 id="tab-label-description" class="tab-title" role="tab" aria-controls="tab-description--content">
                        <label id="tab-label-description-title" for="tab-description">
                            <span>Description</span>
                        </label>
                    </h2>
How to fixAdd a tabindex attribute to the tab control element or ensure it has focusable semantics, allowing keyboard users to navigate to and activate the control.
ComponentRef J6HDHZ

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.

Affected pagehttps://www.kismetbeautybrands.com/
Elementh2#tab-label-new
Accessible nameNew products
Roletab
Markup
<h2 id="tab-label-new" class="explore__tab" role="tab" aria-controls="tab-new--content">
                    <label id="tab-label-new-title" for="tab-new" class="tab-label__active">
                        <span>New products</span>
                    </label>
                </h2>
How to fixAdd a tabindex attribute to the tab control or ensure it has focusable semantics, allowing keyboard users to navigate to and activate it.
ComponentRef 8GCV2G

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.

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Elementform#\[object\ HTMLInputElement\] > div > div:nth-of-type(1) > shopify-accelerated-checkout > div:nth-of-type(2)
Rolebutton
Markup
<div class="shopify-payment-button__more-options shopify-payment-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
How to fixAdd focusable semantics or a tabindex to the element, or ensure that the control can receive keyboard focus through other means, such as using a native HTML button element.
ComponentRef PPZ0N5

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.

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Elementform#\[object\ HTMLInputElement\] > div > div:nth-of-type(1) > shopify-accelerated-checkout > div:nth-of-type(1)
Rolebutton
Markup
<div class="shopify-payment-button__button" role="button" disabled="" aria-hidden="true" style="background-color: transparent; border: none"> <div class="shopify-payment-button__skeleton">&nbsp;</div> </div>
How to fixAdd a tabindex attribute or ensure the element has inherent focusability, and verify that the control can receive keyboard focus and be activated using the keyboard.
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)3 instances3 affected pages
ComponentRef D8V1SF

Elements must only use permitted ARIA attributes

Affected pagehttps://www.kismetbeautybrands.com/cart
Element.breadcrumbs
Accessible namebreadcrumbs
Markup
<div class="dynamic-page-width breadcrumbs" aria-label="breadcrumbs">
How to fixReview the usage of ARIA attributes on the breadcrumbs element and ensure that only permitted attributes are used. Check the WAI-ARIA specification to determine which attributes are allowed for this element.
Affected pages/pages/contact-us /products/custom-face-cream-sample /cart
High

Scrollable region must have keyboard access

WCAG 2.1.1 (A)1 instance1 affected page
ComponentRef UVUA93

Scrollable region must have keyboard access

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Element#Slider-template--20495208546455__main
Accessible nameOpen media 1 in gallery view Open media 2 in gallery view Open media 3 in gallery view Open media 4 in gallery view
Rolelist
Markup
<ul class="slider slider--desktop slider--effect-fade" id="Slider-template--20495208546455__main" role="list">
How to fixEnsure that the scrollable region can be accessed and controlled using a keyboard. This can be achieved by adding appropriate keyboard event handlers or using a library that provides keyboard navigation out of the box for the slider component.
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 affected pages
ComponentRef VIXL7E

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementdiv#header-top-inner > p:nth-of-type(1)
Accessible name[email removed]
Markup
<p class="contacts"><a href="mailto:[email removed]" title="Email Us">[email removed]</a></p>
How to fixWrap the content in a landmark element (e.g., header, nav, main, footer, aside) to ensure it is reachable by landmark navigation. For example, the given paragraph with the email address could be wrapped in a <footer> or <aside> element to associate it with a specific landmark region.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)10 instances5 affected pages
ComponentRef HZN2QO

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementdiv#menu-drawer > div > div:nth-of-type(2) > nav
Accessible nameHOME BRANDS A–C 1st health 3 DAYS NO TACHES 55H+ 5D GLUTA 7 DAYS 7 NIGHTS A BOONE A3 Lemon Active Caviar African Black Soap AMBI ANTIMARKS Asian white B B Clear BEAUTY ESSENCE BEAUTY FORMULA Bel Dam Bella White BELLE FACE BELLE VIE Bien Enre Bio Claire BIOLIGHT BIOPUR BISMID Blanchisseur+ Glutathione BODY CARROT BODY REPAIR Carotis Carotone Carrot Glow CARROT WHITE CINDELLA CITRO CLEAR Citrolight Civic Clair and white Clair Liss Clair White Clairmen Clarify Clear Essence Clear Touch Clear-N-Smooth Clinic Clear Clovate COCO Clear Cocoa Glow Cocoa Skin CocoCare Cocopulp Crusader CT+ Clear Therapy CURCUMA D–G D.E.S 5.5 Dark Knuckles Eraser DERMACLAIR DERMALISS …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="menu-drawer__navigation menu-drawer__section-content">
                        <ul class="menu-drawer__menu list-menu menu-drawer__menu-item-top" role="list"><li>
                                        <a href="/" class="menu-drawer__menu-item list-menu__item focus-inset menu-drawer__menu-item--active" aria-current="page">
                                            HOME 
                                        </a>











</li>
                                
<li>
                                        <details>
                                            <summary class="fo…
How to fixAdd a unique and descriptive accessible name to each navigation landmark using the 'aria-label' or 'aria-labelledby' attribute.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef GHYWYX

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementdiv#shopify-section-sections--20495208775831__header > sticky-header > header > header-menu > nav
Accessible nameHOME BRANDS A–C 1st health 3 DAYS NO TACHES 55H+ 5D GLUTA 7 DAYS 7 NIGHTS A BOONE A3 Lemon Active Caviar African Black Soap AMBI ANTIMARKS Asian white B B Clear BEAUTY ESSENCE BEAUTY FORMULA Bel Dam Bella White BELLE FACE BELLE VIE Bien Enre Bio Claire BIOLIGHT BIOPUR BISMID Blanchisseur+ Glutathione BODY CARROT BODY REPAIR Carotis Carotone Carrot Glow CARROT WHITE CINDELLA CITRO CLEAR Citrolight Civic Clair and white Clair Liss Clair White Clairmen Clarify Clear Essence Clear Touch Clear-N-Smooth Clinic Clear Clovate COCO Clear Cocoa Glow Cocoa Skin CocoCare Cocopulp Crusader CT+ Clear Therapy CURCUMA D–G D.E.S 5.5 Dark Knuckles Eraser DERMACLAIR DERMALISS Dermo White Dettol DH7 Diamond Glow DISAAR Diva Maxima Dodo White Up Dolly DR RASHEL DR. GLUPTA DRM4 MIRACLE EASY GLOW Easy White Paris Eclat Total Edguard Effimax5 Elixir Light EOS EVERSHEEN Express glow Fair & White Exclusive Fair & White Gold Fair & White Original Fair and White So Carrot Fair and white Miss White Fair and White So Carrot FAIRNESS SKIN Fashion Fair Benek FINAL WHITE Floris/Grace Duo Forever young Funbact-A G WHITE PARIS GLOW HALF CAST GLUTA MASTER GLUTA SECRET Gluta White Gluta-c Glutathione Drip GLUTATHIONE INJECTION Glutathone Gold skin GOLDEN FACE GOLDEN GLOW H–N H20 Haloderm HCURCUMA HOLLYWOOD BEAUTY HT26 HT26 TOPSYGEL HT26 WHITE ESSENCE HTWAX Hypprogel(HT7) Hyprogel Idole Immediate Claire INFINI CLEAR IRISH GOLD IYKYK MAKARI Janet JESSE JOLITA K WHITENING KAERA Jaune d’oeuf Kismet beauty brands Kismet Beauty Dark Knuckle Eraser KOJIC CLEAR Kojie San La Bamakoise La Dakaroise LA LA LA LA Tchadienne Labidjanaise LAIT SNAPCHAT LAIT TEINT DIAMANT LATINO GLUTATHIONE LEGIT WHITE Lemon Clear Lemon Glow Lemonvate Light Up Lighten Up Lightening Body Scrubs …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="header__inline-menu">
    <ul class="list-menu list-menu--inline" role="list" data-activate-menu="on_hover">
<li data-items-menu="" item-index="1" class="list-menu__item--active">
            <a href="/" class="header__menu-item header__menu-item-top header__menu-item-1 header__active-menu-item list-menu__item focus-inset" aria-current="page">
              <span>HOME </span>
            </a>
            
          </li>
<li data-items-menu="" item-index="2" class="">
            <details-disclosure>
  <details>
    <summary class="header__menu-item header__menu-item-top header__me…
How to fixAdd an 'aria-label' or 'aria-labelledby' attribute to each navigation landmark to provide a unique and descriptive name. This will enable screen readers to announce the name of each navigation region, making it easier for users to navigate the site.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
Medium

Touch targets are too small

WCAG 2.5.8 (AA)20 instances5 affected pages
ComponentRef XQ3XAU

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-5
Accessible nameSHOP ALL
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-5  full-width list-menu__item focus-inset">
How to fixIncrease the size of interactive controls to at least 24x24 pixels or ensure there is sufficient space around them to meet the minimum target size requirement.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef XQ3X8O

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-2
Accessible nameBRANDS
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-2  full-width list-menu__item focus-inset">
How to fixEnsure that all interactive elements, such as buttons and links, have a minimum size of 24x24px or provide sufficient space around them to meet the target size requirement.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef XQ3XAV

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-4
Accessible nameHAIR CARE
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-4  full-width list-menu__item focus-inset">
How to fixIncrease the size of interactive controls to at least 24x24 pixels or ensure sufficient space around them to meet the minimum target size requirement.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef XQ3X8R

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Affected pagehttps://www.kismetbeautybrands.com/
Element.header__menu-item-3
Accessible nameCATEGORIES
Markup
<summary class="header__menu-item header__menu-item-top header__menu-item-3 small list-menu__item focus-inset">
How to fixIncrease the size of interactive controls to at least 24x24px or ensure sufficient space around them to meet the minimum target size requirement.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)36 instances5 affected pages
ComponentRef R0ZLRP

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

Affected pagehttps://www.kismetbeautybrands.com/
Element#fv-loading-icon
Accessible nameDescription
Markup
<div data-custom="value" aria-label="Description" data-id="main-Page-23" id="fv-loading-icon" class="mainBodyContainer" data-optimizer="layout" aria-hidden="true">Γ</div>
How to fixIncrease the contrast between the text and background colors by using a color combination that meets the WCAG 2.1 guidelines for minimum contrast ratio.
Affected pages/ /pages/contact-us /products/custom-face-cream-sample /policies/terms-of-service /cart
ComponentRef A0B4RH

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

Affected pagehttps://www.kismetbeautybrands.com/pages/contact-us
Element.item:nth-child(2)
Accessible nameCustomer Support
Markup
<li class="item">
                    Customer Support
                </li>
How to fixIncrease the contrast between the text color and background color of the navigation item to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
Affected pages/pages/contact-us /products/custom-face-cream-sample
ComponentRef SWRHVQ

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementarticle:nth-child(1) > .ai-blog-post-content-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz > .ai-blog-post-meta-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz > .ai-blog-post-author-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz
Accessible nameKismet Beauty Brands
Markup
<span class="ai-blog-post-author-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz">
How to fixIncrease the contrast between the text color and background color by using a color with a higher contrast ratio, such as black text on a white background or white text on a dark background.
ComponentRef EYJMEW

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementarticle:nth-child(1) > .ai-blog-post-content-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz > .ai-blog-post-meta-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz > .ai-blog-post-date-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz
Accessible nameMay 28, 2026
Markup
<span class="ai-blog-post-date-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz">
How to fixIncrease the contrast between the text color and background color of the blog post date to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
ComponentRef 5P2Z39

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementarticle:nth-child(1) > .ai-blog-post-content-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz > .ai-blog-post-read-more-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz
Accessible nameRead more
Markup
<a href="/blogs/experience-the-power-of-caro-white-oil-your-skin-s-best-friend-%E2%9C%A8/experience-the-power-of-caro-white-oil-your-skin-s-best-friend-%E2%9C%A8" class="ai-blog-post-read-more-adc9rqtixtk1iv0pvvaigenblockb779e44kgjljz">
How to fixIncrease the contrast between the text color and background color of the 'Read more' link to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
ComponentRef KD4Q4X

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

Affected pagehttps://www.kismetbeautybrands.com/cart
Element.requested_path
Accessible nameYour Shopping Cart
Markup
<li class="item requested_path">
                    Your Shopping Cart
                </li>
How to fixIncrease the contrast between the text color and the background color by adjusting the CSS styles for the element with the class 'item requested_path'. Aim for a contrast ratio of at least 4.5:1 for normal text.
ComponentRef RM5H4G

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Elementproduct-form > .product-form__buttons > .product-form__submit.button--primary[data-to-cart-available="true"] > .text
Accessible nameAdd to cart
Markup
<span class="text">Add to cart</span>
How to fixIncrease the contrast between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio requirements.
ComponentRef CQY6Q4

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Element#product-form-template--20495208546455__main > .product-form__buttons > .product-form__submit.button--primary[data-to-cart-available="true"] > .text
Accessible nameAdd to cart
Markup
<span class="text">Add to cart</span>
How to fixIncrease the contrast between the text color and its background by adjusting the CSS styles for the element with the class 'text' to meet the WCAG 2.1 minimum contrast ratio requirements.
ComponentRef NERIMW

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Element.spf-product-card__oldprice > .money
Accessible name$29.99
Markup
<span class="money">$29.99</span>
How to fixIncrease the contrast between the text color and the background color by using a darker or lighter shade for either the text or the background, ensuring the contrast ratio meets the WCAG 2.1 guidelines for accessibility.
ComponentRef L5ZJA6

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

Affected pagehttps://www.kismetbeautybrands.com/pages/contact-us
Element.button--primary
Accessible nameSend message
Markup
<button type="submit" class="button button--primary" onclick="let f=this.form;!f.checkValidity?.()&&window?.validateForm?.(f)">
How to fixIncrease the contrast between the text color and background color of the button to meet the minimum contrast ratio thresholds, such as using a darker or lighter color for the text or background.
ComponentRef 1ZJLND

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

Affected pagehttps://www.kismetbeautybrands.com/
Element.subtitle
Accessible nameMost essential collections
Markup
<p class="subtitle h2">
                    Most essential collections
                </p>
How to fixAdjust the color of the text or its background to ensure the contrast ratio meets the WCAG 2.1 guidelines for minimum contrast, which is 4.5:1 for normal text.
ComponentRef MLHK5E

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

Affected pagehttps://www.kismetbeautybrands.com/
Element._text:nth-child(3) > strong
Accessible namePREMIUM SUPPORT👩‍💼📞
Markup
<strong>PREMIUM SUPPORT👩‍💼📞</strong>
How to fixAdjust the color of the text or its background to meet the minimum contrast ratio requirements, which is at least 4.5:1 for normal text.
ComponentRef 4W3N7R

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

Affected pagehttps://www.kismetbeautybrands.com/
Element._text:nth-child(1)
Accessible nameORIGINAL QUALITY PRODUCTS 🌿✨
Markup
<span class="_text">
                    
                    
                    ORIGINAL QUALITY PRODUCTS 🌿✨
                </span>
How to fixAdjust the color of the text or its background to ensure the contrast ratio meets the minimum requirements. A contrast ratio of at least 4.5:1 for normal text is recommended.
ComponentRef NGVOFZ

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Elementtext-expandable > p:nth-child(2) > span[data-mce-fragment="1"]:nth-child(3)
Accessible nameThis is a Whitening face cream, face cleansing and brightening, Moisturizing cream.
Markup
<span data-mce-fragment="1">This is a Whitening face cream, face cleansing and brightening, Moisturizing cream.</span>
How to fixIncrease the contrast between the text color and background color by using a color combination that meets the WCAG 2.1 guidelines for minimum contrast ratio.
ComponentRef 5KYPAT

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

Affected pagehttps://www.kismetbeautybrands.com/
Elementspan > p
Accessible nameConnect with the movement
Markup
<p>Connect with the movement</p>
How to fixIncrease the contrast between the text color and the background color by using a darker or lighter shade, or add a background image or texture to improve readability.
ComponentRef 7BWXLJ

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Element#tab-label-description-title > span
Accessible nameDescription
Markup
<span>Description</span>
How to fixIncrease the contrast between the text color and the background color by using a color with a higher contrast ratio, such as using a darker or lighter shade, or adding a background overlay to improve readability.
ComponentRef 1FXAP4

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Element.stock-status > span
Accessible nameIn stock
Markup
<span>In stock</span>
How to fixAdjust the color of the text or its background to ensure the contrast ratio meets the minimum requirements of at least 4.5:1 for normal text. Consider using tools to check and adjust the contrast ratio.
ComponentRef RCRUMA

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

Affected pagehttps://www.kismetbeautybrands.com/products/custom-face-cream-sample
Element#Quantity-7423637094551
Markup
<input class="quantity__input" type="number" name="quantity" id="Quantity-7423637094551" min="1" value="1" form="product-form-template--20495208546455__main">
How to fixIncrease the contrast between the text color and the background color by using a color with a higher contrast ratio, as recommended by the Web Content Accessibility Guidelines (WCAG 2.1).
ComponentRef U3XUZ6

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

Affected pagehttps://www.kismetbeautybrands.com/policies/terms-of-service
Element.rte
Accessible nameOVERVIEW This website is operated by Kismet Beauty Brands. Throughout the site, the terms “we”, “us” and “our” refer to Kismet Beauty Brands. Kismet Beauty Brands offers this website, including all information, tools and Services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here. By visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content. Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any Services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service. Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes. Our store is hosted on Shopify Inc. They provide us with the online e-commerce platform that allows us to sell our products and Services to you. SECTION 1 - ONLINE STORE TERMS By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site. You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws). You must not transmit any worms or viruses or any code of a destructive nature. A breach or violation of any of the Terms will result in an immediate termination of your Services. SECTION 2 - GENERAL CONDITIONS We reserve the right to refuse Service to anyone for any reason at any time. You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks. You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the Service is provided, without express written permission by us. The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms. SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk. This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site. SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES Prices for our products are subject to change without notice. We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time. We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service. SECTION 5 - PRODUCTS OR SERVICES (if applicable) Certain products or Services may be available exclusively online through the website. These products or Services may have limited quantities and are subject to return or exchange only according to our Refund Policy. We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor's display of any color will be accurate. We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or Services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or Service made on this site is void where prohibited. We do not warrant that the quality of any products, Services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected. SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e‑mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors. You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed. For more details, please review our Refund Policy. SECTION 7 - OPTIONAL TOOLS We may provide you with access to third-party tools over which we neither monitor nor have any control nor input. You acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools. Any use by you of the optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s). We may also, in the future, offer new Services and/or features through the website (including the release of new tools and resources). Such new features and/or Services shall also be subject to these Terms of…[truncated by Evolize: exceeded D1 value limit]
Markup
<div class="rte">
How to fixIncrease the contrast between the text color and the background color by using a color combination that meets the WCAG 2.1 minimum contrast ratio of 4.5:1 for normal text.
Medium

Links must be distinguishable without relying on color

WCAG 1.4.1 (A)2 instances2 affected pages
ComponentRef 3RF5IO

Links must be distinguishable without relying on color

Affected pagehttps://www.kismetbeautybrands.com/policies/terms-of-service
Element.rte > a
Accessible name[email removed]
Markup
<a href="mailto:[email removed]">[email removed]</a>
How to fixTo fix this, add an underline or other visual indicator to the link that doesn't rely on color, or ensure there is sufficient contrast between the link text and its background.
ComponentRef 3M6ZCR

Links must be distinguishable without relying on color

Affected pagehttps://www.kismetbeautybrands.com/pages/contact-us
Elementp[dir="ltr"]:nth-child(4) > a[target="_blank"]
Accessible name[email removed]
Markup
<a href="mailto:[email removed]" target="_blank"><span>[email removed]</span></a>
How to fixAdd an underline or other visual indicator to the link, or ensure that the link has sufficient contrast with its surroundings to make it distinguishable without relying on color alone.
Low

Page has no level-one heading

WCAG 1.3.1 (A)1 instance1 affected page
ComponentRef WQEIL

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Affected pagehttps://www.kismetbeautybrands.com/
Elementhtml > body
Accessible nameΓ { "imports": { "compare": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/compare.js?v=90292108224174737901782508123", "deferred": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/deferred.js?v=157765194332749608841782508123", "deferred-media": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/deferred-media.js?v=125068219231173357801782508123", "details-disclosure": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/details-disclosure.js?v=103835588110269395961782508123", "details-modal": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/details-modal.js?v=114814142027077578631782508123", "fetcher": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/fetcher.js?v=161207314499038048651782508123", "helper": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/helper.js?v=165668895923219223341782508123", "html-element-ext": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/html-element-ext.js?v=48268051141077018161782508123", "menu-drawer": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/menu-drawer.js?v=40863003110728960171782508123", "modal-dialog": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/modal-dialog.js?v=118135718369919690781782508123", "tabs": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/tabs.js?v=71361136409899155841782508123", "variant-selects": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/variants.js?v=138531110582358514281782508123", "cart-items": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/cart.js?v=8674135328608574061782508123", "init-reveal-animation": "//www.kismetbeautybrands.com/cdn/shop/t/42/assets/animate-reveal.js?v=59372884236465656811782508123" } } window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start'); {"accessToken":"bd381a790d87c1a27bc35e1a821101f1","betas":["rich-media-storefront-analytics"],"domain":"www.kismetbeautybrands.com","predictiveSearch":true,"shopId":56701288599,"locale":"en"} var Shopify = Shopify || {}; Shopify.shop = "skin-lightening-supply.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Final Venus || OPTIMIZED","id":151398088855,"schema_name":"Relax","schema_version":"2.9.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.kismetbeautybrands.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/"; Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js"; Shopify.SignInWithShop = Shopify.SignInWithShop || {}; Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {}; Shopify.SignInWithShop.User.recognized = false; !function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window); !function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window); window.Shopify = window.Shopify || {}; window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {}; window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.25 }; window.Shopify.SignInWithShop.eligible = true; {"pageType":"index"} await import("//www.kismetbeautybrands.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"); window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true}); window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"listener":["modules/v2/loader.listener.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]}; (function() { var isLoaded = false; function asyncLoad() { if (isLoaded) return; isLoaded = true; var urls = ["https:\/\/cdn-widgetsrepository.yotpo.com\/v1\/loader\/scKDn7oWQ7VKCEUvyfgJwtGmI7IYK8uGwFbaISTG?shop=skin-lightening-supply.myshopify.com","\/\/shopify.privy.com\/widget.js?shop=skin-lightening-supply.myshopify.com","\/\/shopify.privy.com\/widget.js?shop=skin-lightening-supply.myshopify.com","https:\/\/static-us.afterpay.com\/shopify\/afterpay-attract\/afterpay-attract-widget.js?shop=skin-lightening-supply.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0567\/0128\/8599\/t\/32\/assets\/affirmShopify.js?v=1759341269\u0026shop=skin-lightening-supply.myshopify.com","\/\/cdn.shopify.com\/proxy\/2b17c2253e51958622e5064a53f02b9f5691e81bb77b9982f7a6b361e34b2c41\/api.goaffpro.com\/loader.js?shop=skin-lightening-supply.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/sdk.postscript.io\/sdk-script-loader.bundle.js?shopId=183733\u0026shop=skin-lightening-supply.myshopify.com","\/\/cdn.shopify.com\/proxy\/0e32a455be216cf02d30e2a502f7db7f5ea89632d9ae08acc1a1b31ee28df8b0\/d1639lhkj5l89m.cloudfront.net\/js\/storefront\/uppromote.js?shop=skin-lightening-supply.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })(); var __st={"a":56701288599,"offset":-18000,"reqid":"2cc80539-d790-469d-8e4f-81e4eec146a9-1786607394","pageurl":"www.kismetbeautybrands.com\/","u":"6b5e5a95bac6","p":"home"}; window.ShopifyPaypalV4VisibilityTracking = true; !function(){'use strict';const t='contact',e='new_comment',n=[[t,t],['blogs',e],['comments',e],[t,'customer']],o='password',r='form_key',c=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',o],s=()=>{try{return window.sessionStorage}catch{return}},i='__shopify_v',u=t=>t.elements[r],a=function(){const t=[...n].map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');var e;return e=t,()=>e?[...document.querySelectorAll(e)].map((t=>t.form)):[]}();function m(t){const e=u(t);a().includes(t)&&(!e||!e.value)&&function(t){try{if(!s())return;!function(t){const e=s();if(!e)return;const n=u(t);if(!n)return;const o=n.value;o&&e.removeItem(…[truncated by Evolize: exceeded D1 value limit]
Markup
<body class=" icon-set--relax" data-preset="beauty"><div data-custom="value" aria-label="Description" data-id="main-Page-23" id="fv-loading-icon" class="mainBodyContainer" data-optimizer="layout" aria-hidden="true">Γ</div><link rel="preload" href="//cdn.shopify.com/s/files/1/0630/7912/1078/files/component-3.0.96.js" as="script"> <script src="//cdn.shopify.com/s/files/1/0630/7912/1078/files/component-3.0.96.js" type="text/javascript"></script>
<link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin=""><script async="" crossorigin="" fetchpriority="high" data-src="https://www.kism…
How to fixAdd a level-one heading (h1) to the page that accurately describes its content or purpose. This heading should be the first heading on the page and should be visible to all users.

05 · Pages inspected

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.