Public accessibility assessment

Accessibility issues detected on selding.lv

Evolize inspected 5 public pages on selding.lv and detected 78 automatically identifiable accessibility findings.

78Findings detected
9WCAG criteria affected
5Pages inspected
31 Aug 2026Assessment date

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

Most widespread issueLinks lack accessible textDetected on 5 inspected pages
Most affected page/55 findings detected
Most represented WCAG criterionWCAG 2.4.4 — Link Purpose (In Context)21 detected findings

Is selding.lv 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 selding.lv and detected 78 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 5 inspected pages. The most affected inspected page was "/", where 55 findings were detected. The assessment identified findings mapped to 9 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) · 5 inspected pages · 5 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

    Form fields are missing labels

    WCAG 1.3.1 (A) · 5 inspected pages · 5 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 →
  3. Critical

    Dropdown menus have no accessible name

    WCAG 4.1.2 (A) · 5 inspected pages · 5 instances
    Why this matters

    Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

    Recommended action

    Add an accessible name to the select element, for example using the aria-label attribute or a label element. This will allow assistive technology to announce the purpose of the dropdown menu.

    View technical evidence →
  4. Critical

    Form fields are missing labels

    WCAG 1.3.1 (A) · 5 inspected pages · 5 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 →
  5. Critical

    Buttons have no accessible name

    WCAG 4.1.2 (A) · 5 inspected pages · 5 instances
    Why this matters

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

    Recommended action

    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 technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
2.4.4Link Purpose (In Context)A2155 / 5
1.4.3Contrast (Minimum)AA1855 / 5
1.1.1Non-text ContentA1255 / 5
2.5.8Target Size (Minimum)AA1055 / 5
1.3.1Info and RelationshipsA755 / 5
2.4.3Focus OrderA655 / 5
4.1.2Name, Role, ValueA655 / 5
2.4.1Bypass BlocksA122 / 5
3.1.1Language of PageA155 / 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)5 instances5 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 5 affected elements
Component · Ref SGGGKW
Affected pagehttps://selding.lv/
Element.navbar-toggler
Markup
<button class="navbar-toggler navbar-toggler-right collapsed burger-button" type="button" data-toggle="collapse" data-target="#header_id">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Critical

Form fields are missing labels

WCAG 1.3.1 (A)17 instances5 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 17 affected elements
Component · Ref 1IOVB0
Affected pagehttps://selding.lv/
Element.selectric-input
Markup
<input class="selectric-input" tabindex="0">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref BHVVLZ
Affected pagehttps://selding.lv/
Element.moved > .iconwrap.inputWrap > form > .light.italic[type="text"]
Markup
<input autocomplete="off" type="text" class="light italic" placeholder="" name="s" value="">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref R4NWDR
Affected pagehttps://selding.lv/
Element.profile-info > .title.pse_ajax_search > .inputWrap > form > .light.italic[type="text"]
Markup
<input autocomplete="off" type="text" class="light italic" placeholder="" name="s" value="">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref NN9LF8
Affected pagehttps://selding.lv/ienakt/?forgot_password
Element#user_login
Markup
<input class="input input-login" type="text" name="user_login" id="user_login" placeholder="">
Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)5 instances5 inspected pages

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Why it matters

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Recommended correction

Add an accessible name to the select element, for example using the aria-label attribute or a label element. This will allow assistive technology to announce the purpose of the dropdown menu.

View 5 affected elements
Component · Ref KS30RE
Affected pagehttps://selding.lv/
Element#language_menu
Accessible nameLV RU
Markup
<select class="selectric" id="language_menu" tabindex="-1">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)178 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

To fix this issue, adjust the colors used for the text and background to meet the minimum contrast ratio of 4.5:1 for normal text. You can use online tools to calculate the contrast ratio and select suitable colors.

View 178 affected elements
Component · Ref MVNC7K
Affected pagehttps://selding.lv/
Element.cookie-statement.cmplz-link[data-relative_url=""]
Accessible nameSīkdatnes un privātuma politika
Markup
<a class="cmplz-link cookie-statement" href="https://selding.lv/sikdatnes-un-privatuma-politika/" data-relative_url="">Sīkdatnes un privātuma politika</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref M6ZBVX
Affected pagehttps://selding.lv/
Element.single-footer-link:nth-child(1) > a
Accessible nameSīkdatnes un privātuma politika
Markup
<a href="https://selding.lv/sikdatnes-un-privatuma-politika/">Sīkdatnes un privātuma politika</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref J3U4T9
Affected pagehttps://selding.lv/
Elementa[href="javascript:void(0);"]
Accessible nameSīkfailu iestatījumi
Markup
<a href="javascript:void(0);" onclick="window['cmplz-manage-consent'].querySelector('button')?.click();">Sīkfailu iestatījumi</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref 3ALMWK
Affected pagehttps://selding.lv/
Element.cmplz-accept
Accessible namePiekrist
Markup
<button class="cmplz-btn cmplz-accept">Piekrist</button>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref KAKMBI
Affected pagehttps://selding.lv/
Element.cart-3 > a[href$="grozs/"] > .pse_cart_badge.quantity.justify-content-center
Accessible name0
Markup
<div class="pse_cart_badge quantity d-flex justify-content-center align-items-center">0</div>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref VYK5CM
Affected pagehttps://selding.lv/
Element.profile-info > .basket-icon.pse-cart-button.single-icon > a[href$="grozs/"] > .pse_cart_badge.quantity.justify-content-center
Accessible name0
Markup
<div class="pse_cart_badge quantity d-flex justify-content-center align-items-center">0</div>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref 8BZNHE
Affected pagehttps://selding.lv/
Element.single-additional:nth-child(1)
Accessible nameVidzemes iela 3, Ogre, LV-5001
Markup
<span class="single-additional">Vidzemes iela 3, Ogre, LV-5001</span>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref TK26CE
Affected pagehttps://selding.lv/
Element.label
Accessible nameLV
Markup
<span class="label">LV</span>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref K7WYRF
Affected pagehttps://selding.lv/
Element.active.carousel-item > .single-slide.flex-wrap.justify-content-center > .align-help-class > .buttons > .button:nth-child(1) > .d-inline-flex[href$="katalogs/"]
Accessible nameUz veikalu
Markup
<a href="https://selding.lv/katalogs/" class="d-inline-flex align-items-center justify-content-center">
                                            Uz veikalu <span><i class="fas fa-chevron-right"></i></span>
                                        </a>
Affected pages/ /pse_products
Component · Ref 40FGVD
Affected pagehttps://selding.lv/payment/
Element#cmplz-message-1-optin
Accessible nameLai nodrošinātu vislabāko pieredzi, mēs izmantojam sīkfailus, lai saglabātu un/vai piekļūtu ierīces informācijai. Piekrišana šīm tehnoloģijām ļaus mums apstrādāt datus, piemēram, pārlūkošanas uzvedību vai unikālus ID šajā vietnē. Piekrišanas nesniegšana var ierobežot dažas vietnes funkcijas.
Markup
<div class="cmplz-message" id="cmplz-message-1-optin">
Affected pages/wp-login.php /payment /payment/callback
Component · Ref XW98ST
Affected pagehttps://selding.lv/ienakt/?forgot_password
Elementinput[type="submit"]
Markup
<input type="submit" value="Nosūtīt" class="button">
Component · Ref YXUKZR
Affected pagehttps://selding.lv/
Element.home-goods-title
Accessible nameTop preces
Markup
<div class="home-goods-title">Top preces</div>
Affected pages/ /pse_products
Component · Ref R6FP0A
Affected pagehttps://selding.lv/
Element.single-notice-heading
Accessible namePie mums tagad vari norēķināties ar bankas karti! Esi laipni gaidīts mūsu veikalā – noliktavā Vidzemes ielā 3, Ogrē.
Markup
<div class="single-notice-heading">
                            Pie mums tagad vari norēķināties ar bankas karti! Esi laipni gaidīts mūsu veikalā – noliktavā Vidzemes ielā 3, Ogrē.                        </div>
Affected pages/ /pse_products
Component · Ref 2HDDNA
Affected pagehttps://selding.lv/
Element.active.carousel-item > .single-slide.flex-wrap.justify-content-center > .align-help-class > .quote
Accessible nameLai Tava vide ne tikai izskatās tīra
Markup
<div class="quote">Lai Tava vide ne tikai izskatās tīra</div>
Affected pages/ /pse_products
Component · Ref 42A88G
Affected pagehttps://selding.lv/
Element.single-category:nth-child(3) > a > .category-title
Accessible namePapīra preces, turētāji un elektriskie roku žāvētāji
Markup
<div class="category-title">Papīra preces, turētāji un elektriskie roku žāvētāji</div>
Affected pages/ /pse_products
Component · Ref K8EHFN
Affected pagehttps://selding.lv/ienakt/?forgot_password
Elementp
Accessible nameIevadiet sava konta e-pastu, uz to tiks nosūtīta saite ar paroles atjaunošanas saiti.
Markup
<p>Ievadiet sava konta e-pastu, uz to tiks nosūtīta saite ar paroles atjaunošanas saiti.</p>
Component · Ref 21NLQA
Affected pagehttps://selding.lv/ienakt/?forgot_password
Elementh4
Accessible nameAizmirsu paroli / atjaunot kontu
Markup
<h4 style="font-weight: bold; text-align: left;">Aizmirsu paroli / atjaunot kontu</h4>
Component · Ref ALFSV1
Affected pagehttps://selding.lv/ienakt/?forgot_password
Elementh1
Accessible nameIenākt
Markup
<h1 class="main-title">Ienākt 
            </h1>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)100 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

To fix this issue, ensure that elements which are not visible are also removed from the tab order. You can achieve this by setting the 'tabindex' attribute to '-1' or by using 'display: none' or 'visibility: hidden' CSS properties on the element when it's not intended to be interacted with.

View 100 affected elements
Component · Ref 9KZ9HL
Affected pagehttps://selding.lv/
Elementhtml > body > nav > div:nth-of-type(1) > a
Markup
<a href="https://selding.lv">
                <img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo.png" width="153" height="34" class="screen">
                <img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo-hd.png" width="153" height="33" class="print" loading="lazy" decoding="async">
            </a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref WGVWLO
Affected pagehttps://selding.lv/
Elementdiv#cmplz-cookiebanner-1-optin > div:nth-of-type(4) > ul > li:nth-of-type(2) > a
Accessible nameManage services
Markup
<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="https://selding.lv/sikdatnes-un-privatuma-politika/#cmplz-cookies-overview" data-relative_url="#cmplz-cookies-overview">Manage services</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref EP6JWR
Affected pagehttps://selding.lv/
Elementdiv#cmplz-cookiebanner-1-optin > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > button
Accessible nameFunkcionalitāte
Markup
<button class="cmplz-category-toggle" aria-expanded="false" aria-controls="cmplz-desc-functional-1-optin" aria-labelledby="cmplz-title-functional-1-optin">
						<span class="cmplz-icon cmplz-open">
							<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18"><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"></path></svg>
						</span>
					</button>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref 2JBO5N
Affected pagehttps://selding.lv/
Elementform#searchform > input
Markup
<input autocomplete="off" type="text" class="light italic" placeholder="" name="s" value="">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref 7OWUO6
Affected pagehttps://selding.lv/
Elementinput#cmplz-preferences-optin
Markup
<input type="checkbox" id="cmplz-preferences-optin" data-category="cmplz_preferences" class="cmplz-consent-checkbox cmplz-preferences" size="40" value="1">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
High

Page has no main landmark

WCAG 1.3.1 (A)10 instances5 inspected pages

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Why it matters

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Recommended correction

Add a <main> element or an element with role="main" to the page to define the primary content region and enable screen reader users to jump to it.

View 10 affected elements
Component · Ref D67VJQ
Affected pagehttps://selding.lv/
Elementhtml > body
Accessible namePārvaldīt sīkdatnes Lai nodrošinātu vislabāko pieredzi, mēs izmantojam sīkfailus, lai saglabātu un/vai piekļūtu ierīces informācijai. Piekrišana šīm tehnoloģijām ļaus mums apstrādāt datus, piemēram, pārlūkošanas uzvedību vai unikālus ID šajā vietnē. Piekrišanas nesniegšana var ierobežot dažas vietnes funkcijas. Funkcionalitāte Funkcionalitāte Vienmēr aktīvs Saglabāšana vai piekļuve ir nepieciešama tikai un vienīgi konkrētā pakalpojuma izpildīšanai, ko pieprasījis abonents vai lietotājs, vai tikai ar mērķi veikt sakaru pārraidi elektronisko sakaru tīklā. Iestatījumi Iestatījumi Saglabāšana vai piekļuve ir nepieciešama leģitīmam mērķim saglabāt preferences, kuras nav pieprasījis abonents vai lietotājs. Statistika Statistika The technical storage or access that is used exclusively for statistical purposes. Saglabāšana vai piekļuve, kas tiek izmantota tikai anonīmiem statistikas nolūkiem. Bez tiesas pavēstes, jūsu interneta pakalpojumu sniedzēja brīvprātīgas atbilstības vai papildu ierakstiem no trešās puses, informāciju, kas tiek glabāta vai izgūta tikai šim nolūkam, parasti nevar izmantot, lai jūs identificētu. Mārketings Mārketings Saglabāšana vai piekļuve ir nepieciešama, lai izveidotu lietotāju profilus, lai nosūtītu reklāmu vai izsekotu lietotāju vietnē vai vairākās vietnēs mārketinga mērķiem. Manage options Manage services Manage {vendor_count} vendors Read more about these purposes Piekrist Noraidīt Skatīt iestatījumus Saglabāt iestatījumus Skatīt iestatījumus Sīkdatnes un privātuma politika {title} {title} 0 Preču skaits:0 Summa bez PVN: Katalogs Akcijas preces Kontakti Aktualitātes Par SELDING 0 Preču skaits:0 Summa bez PVN: LV RU LV▾LVRU 0 Lai Tava vide ne tikai izskatās tīra Uz veikalu Akcijas preces Lai Tava vide ne tikai izskatās tīra Uz veikalu Akcijas preces Lai Tava vide ne tikai izskatās tīra …[truncated by Evolize: exceeded D1 value limit]
Markup
<body data-cmplz="1" class="home-page-body cmplz-functional cmplz-eu cmplz-optin" lang="lv"><div id="cmplz-cookiebanner-container"><div id="cmplz-cookiebanner-1-optin" class="cmplz-cookiebanner banner-1 selding optin cmplz-bottom-left cmplz-categories-type-view-preferences cmplz-show" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Pārvaldīt sīkdatnes</div>
		<div class="cmplz-…
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
High

Modal dialog does not trap keyboard focus

WCAG 2.4.3 (A)10 instances5 inspected pages

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Why it matters

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Recommended correction

While a modal is open, confine focus to the dialog and mark the rest of the page inert (or aria-hidden). Restore focus on close.

View 10 affected elements
Component · Ref NI2XN
Affected pagehttps://selding.lv/
Elementdiv#cmplz-cookiebanner-1-optin
Accessible namePārvaldīt sīkdatnes
Roledialog
Markup
<div id="cmplz-cookiebanner-1-optin" class="cmplz-cookiebanner banner-1 selding optin cmplz-bottom-left cmplz-categories-type-view-preferences cmplz-show" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Pārvaldīt sīkdatnes</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialog">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-ic…
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
High

Page language is not declared

WCAG 3.1.1 (A)10 instances5 inspected pages

The document has no lang attribute, so assistive technology cannot select the correct pronunciation.

Why it matters

The document has no lang attribute, so assistive technology cannot select the correct pronunciation.

Recommended correction

Add a lang attribute to the <html> element to declare the language of the page, for example: <html lang="en">. This will help assistive technologies like screen readers to select the correct pronunciation.

View 10 affected elements
Component · Ref HRQ3S1
Affected pagehttps://selding.lv/
Elementhtml
Accessible namewindow.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-58NE7HKFPQ'); @font-face { font-family: RobotoRegular; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Regular.ttf') format('truetype'); font-display: swap; } @font-face { font-family: RobotoBold; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Bold.ttf') format('truetype'); font-display: swap; } @font-face { font-family: RobotoLight; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Light.ttf') format('truetype'); font-display: swap; } @font-face { font-family: RobotoItalic; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Italic.ttf') format('truetype'); font-display: swap; } @font-face { font-family: OpenSansRegular; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/OpenSans-Regular.ttf') format('truetype'); font-display: swap; } @font-face { font-family: NunitoBold; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Nunito-Bold.ttf') format('truetype'); font-display: swap; } @font-face { font-family: MontserratRegular; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Montserrat-Regular.otf') format('opentype'); font-display: swap; } @font-face { font-family: MontserratBold; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Montserrat-Bold.otf') format('opentype'); font-display: swap; } Selding.lv - Lai Tava vide ne tikai izskatās tīra img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--…[truncated by Evolize: exceeded D1 value limit]
Markup
<html>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
High

Images lack text alternatives

WCAG 1.1.1 (A)195 instances5 inspected pages

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 an alt attribute to the img tag, providing a brief description of the image content, e.g., alt="Shopping cart icon".

View 195 affected elements
Component · Ref LT980Z
Affected pagehttps://selding.lv/
Element.highlight[width="22"][height="20"]
Markup
<img class="highlight" src="https://selding.lv/wp-content/themes/selding-lv/images/cart2-highlight.png" width="22" height="20">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref UOWOTR
Affected pagehttps://selding.lv/
Element.cart-3 > a[href$="grozs/"] > img:nth-child(1)
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/cart2-highlight.png">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref UNWVCZ
Affected pagehttps://selding.lv/
Element.screen[width="153"][height="34"]
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo.png" width="153" height="34" class="screen">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref Q9X6I6
Affected pagehttps://selding.lv/payment/
Element.single-social:nth-child(1) > a[target="_blank"] > img
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/facebook2.png">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref DD0FON
Affected pagehttps://selding.lv/payment/
Element.bottom-main-bg
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/bg-bottom-min.jpg" class="bottom-main-bg">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref WNTM4L
Affected pagehttps://selding.lv/
Elementimg[width="17"]
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/login2.png" width="17" height="22">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref WK3GWG
Affected pagehttps://selding.lv/
Element.main-logo > a[href$="selding.lv"] > img[width="153"][height="34"]
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo.png" width="153" height="34">
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref HVWZZU
Affected pagehttps://selding.lv/ienakt/?forgot_password
Element.top-image-bg
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/bg-top-min.jpg" class="top-image-bg">
Affected pages/ /wp-login.php /pse_products
Component · Ref YVBP5M
Affected pagehttps://selding.lv/
Element.active.carousel-item > .single-slide.flex-wrap.justify-content-center > .align-help-class > .back-image
Markup
<img src="https://selding.lv/wp-content/uploads/2023/09/Baneris-ma-jas-lapai..jpg" class="back-image" style="object-position: 50% 50%;">
Affected pages/ /pse_products
Component · Ref 1RY95K
Affected pagehttps://selding.lv/
Element.slick-current.slick-active[data-slick-index="2"] > div > .single-partner.d-flex.align-items-center > a > img
Markup
<img src="https://selding.lv/wp-content/uploads/2020/02/italchimica.png" style="max-width: 100%;">
Affected pages/ /pse_products
Component · Ref XV7SF5
Affected pagehttps://selding.lv/
Element.single-category:nth-child(1) > a > .category-photo > img
Markup
<img src="https://selding.lv/wp-content/uploads/2021/06/akcijas-330x330.jpg?v=1677052670">
Affected pages/ /pse_products
Component · Ref VSJL7T
Affected pagehttps://selding.lv/
Element.active.carousel-item > .single-slide.flex-wrap.justify-content-center > .align-help-class > .logo > img
Markup
<img src="https://selding.lv/wp-content/themes/selding-lv/images/home-page-logo.png">
Affected pages/ /pse_products
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)10 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 the content in a landmark region such as a header, nav, main, footer, or aside to enable assistive technology users to reach it via landmark navigation. For example, wrap the list item in a nav element: <nav><ul>...</ul></nav>

View 10 affected elements
Component · Ref OWGF6E
Affected pagehttps://selding.lv/
Elementdiv#cmplz-cookiebanner-1-optin > div:nth-of-type(4) > ul > li:nth-of-type(3)
Accessible nameManage {vendor_count} vendors
Markup
<li><a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="https://selding.lv/sikdatnes-un-privatuma-politika/#cmplz-tcf-wrapper" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a></li>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)66 instances5 inspected pages

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

Why it matters

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

Recommended correction

Increase the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch on mobile devices. Consider using the 'padding' or 'min-height' and 'min-width' CSS properties to achieve this size.

View 66 affected elements
Component · Ref L5ITMV
Affected pagehttps://selding.lv/
Elementhtml > body > div:nth-of-type(5) > div > div:nth-of-type(1) > a
Markup
<a href="/">
                <img src="https://selding.lv/wp-content/themes/selding-lv/images/logo-footer.png" width="154" height="34" class="screen">
                <img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo-hd.png" width="154" height="34" class="print" loading="lazy" decoding="async">
            </a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref QTI1UC
Affected pagehttps://selding.lv/
Elementbody > div:nth-of-type(5) > div > div:nth-of-type(2) > div:nth-of-type(1) > a
Accessible nameSīkdatnes un privātuma politika
Markup
<a href="https://selding.lv/sikdatnes-un-privatuma-politika/">Sīkdatnes un privātuma politika</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref 43KFVZ
Affected pagehttps://selding.lv/
Elementdiv#cmplz-cookiebanner-1-optin > div:nth-of-type(7) > ul > li:nth-of-type(1) > a
Accessible nameSīkdatnes un privātuma politika
Markup
<a class="cmplz-link cookie-statement" href="https://selding.lv/sikdatnes-un-privatuma-politika/" data-relative_url="">Sīkdatnes un privātuma politika</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref IGRGFE
Affected pagehttps://selding.lv/
Elementhtml > body > nav > div:nth-of-type(1) > a
Markup
<a href="https://selding.lv">
                <img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo.png" width="153" height="34" class="screen">
                <img src="https://selding.lv/wp-content/themes/selding-lv/images/main-logo-hd.png" width="153" height="33" class="print" loading="lazy" decoding="async">
            </a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref PGSXE4
Affected pagehttps://selding.lv/payment/
Elementbody > div:nth-of-type(5) > div > div:nth-of-type(4) > span:nth-of-type(3) > a
Accessible name65067496
Markup
<a href="tel:0037165067496">65067496</a>
Affected pages/wp-login.php /payment /payment/callback
Component · Ref E220EG
Affected pagehttps://selding.lv/
Elementdiv > div > div:nth-of-type(5) > div > div > a
Markup
<a href="https://selding.lv/brends/italchimica/" style="padding: 0 15px;" tabindex="0">
                                <img src="https://selding.lv/wp-content/uploads/2020/02/italchimica.png" style="max-width: 100%;">
                            </a>
Affected pages/ /pse_products
Medium

Touch targets are too small

WCAG 2.5.8 (AA)25 instances5 inspected pages

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

Why it matters

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

Recommended correction

Increase this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.

View 25 affected elements
Component · Ref MH5HM2
Affected pagehttps://selding.lv/
Element.menu > ul > li:nth-child(2) > a
Accessible nameAkcijas preces
Markup
<a href="https://selding.lv/katalogs/akcijas-preces/">Akcijas preces</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref FPCRCM
Affected pagehttps://selding.lv/
Elementa[href="javascript:void(0);"]
Accessible nameSīkfailu iestatījumi
Markup
<a href="javascript:void(0);" onclick="window['cmplz-manage-consent'].querySelector('button')?.click();">Sīkfailu iestatījumi</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref 9FXBDY
Affected pagehttps://selding.lv/
Element.single-footer-link:nth-child(1) > a
Accessible nameSīkdatnes un privātuma politika
Markup
<a href="https://selding.lv/sikdatnes-un-privatuma-politika/">Sīkdatnes un privātuma politika</a>
Affected pages/ /wp-login.php /payment /payment/callback /pse_products
Component · Ref GMLHI8
Affected pagehttps://selding.lv/
Elementli:nth-child(1) > a[href$="katalogs/"]
Accessible nameKatalogs
Markup
<a href="https://selding.lv/katalogs/">Katalogs</a>
Affected pages/ /pse_products
Medium

Page has no level-one heading

WCAG 1.3.1 (A)8 instances4 inspected pages

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

Why it matters

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

Recommended correction

Add a level-one heading (h1) to the page to convey its topic and structure the content. This heading should be descriptive and indicate the main subject of the page.

View 8 affected elements
Component · Ref OO8AWH
Affected pagehttps://selding.lv/
Elementhtml > body
Accessible namePārvaldīt sīkdatnes Lai nodrošinātu vislabāko pieredzi, mēs izmantojam sīkfailus, lai saglabātu un/vai piekļūtu ierīces informācijai. Piekrišana šīm tehnoloģijām ļaus mums apstrādāt datus, piemēram, pārlūkošanas uzvedību vai unikālus ID šajā vietnē. Piekrišanas nesniegšana var ierobežot dažas vietnes funkcijas. Funkcionalitāte Funkcionalitāte Vienmēr aktīvs Saglabāšana vai piekļuve ir nepieciešama tikai un vienīgi konkrētā pakalpojuma izpildīšanai, ko pieprasījis abonents vai lietotājs, vai tikai ar mērķi veikt sakaru pārraidi elektronisko sakaru tīklā. Iestatījumi Iestatījumi Saglabāšana vai piekļuve ir nepieciešama leģitīmam mērķim saglabāt preferences, kuras nav pieprasījis abonents vai lietotājs. Statistika Statistika The technical storage or access that is used exclusively for statistical purposes. Saglabāšana vai piekļuve, kas tiek izmantota tikai anonīmiem statistikas nolūkiem. Bez tiesas pavēstes, jūsu interneta pakalpojumu sniedzēja brīvprātīgas atbilstības vai papildu ierakstiem no trešās puses, informāciju, kas tiek glabāta vai izgūta tikai šim nolūkam, parasti nevar izmantot, lai jūs identificētu. Mārketings Mārketings Saglabāšana vai piekļuve ir nepieciešama, lai izveidotu lietotāju profilus, lai nosūtītu reklāmu vai izsekotu lietotāju vietnē vai vairākās vietnēs mārketinga mērķiem. Manage options Manage services Manage {vendor_count} vendors Read more about these purposes Piekrist Noraidīt Skatīt iestatījumus Saglabāt iestatījumus Skatīt iestatījumus Sīkdatnes un privātuma politika {title} {title} 0 Preču skaits:0 Summa bez PVN: Katalogs Akcijas preces Kontakti Aktualitātes Par SELDING 0 Preču skaits:0 Summa bez PVN: LV RU LV▾LVRU 0 Lai Tava vide ne tikai izskatās tīra Uz veikalu Akcijas preces Lai Tava vide ne tikai izskatās tīra Uz veikalu Akcijas preces Lai Tava vide ne tikai izskatās tīra …[truncated by Evolize: exceeded D1 value limit]
Markup
<body data-cmplz="1" class="home-page-body cmplz-functional cmplz-eu cmplz-optin" lang="lv"><div id="cmplz-cookiebanner-container"><div id="cmplz-cookiebanner-1-optin" class="cmplz-cookiebanner banner-1 selding optin cmplz-bottom-left cmplz-categories-type-view-preferences cmplz-show" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Pārvaldīt sīkdatnes</div>
		<div class="cmplz-…
Affected pages/ /payment /payment/callback /pse_products
Medium

Page must have means to bypass repeated blocks

WCAG 2.4.1 (A)4 instances2 inspected pages

Page must have means to bypass repeated blocks

Why it matters

Page must have means to bypass repeated blocks

Recommended correction

Add a "skip to content" link or a similar mechanism to allow users to bypass repeated blocks, such as headers and footers, on the page.

View 4 affected elements
Component · Ref 8RMT6J
Affected pagehttps://selding.lv/payment/
Elementhtml
Accessible namewindow.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-58NE7HKFPQ'); @font-face { font-family: RobotoRegular; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Regular.ttf') format('truetype'); font-display: swap; } @font-face { font-family: RobotoBold; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Bold.ttf') format('truetype'); font-display: swap; } @font-face { font-family: RobotoLight; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Light.ttf') format('truetype'); font-display: swap; } @font-face { font-family: RobotoItalic; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Roboto-Italic.ttf') format('truetype'); font-display: swap; } @font-face { font-family: OpenSansRegular; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/OpenSans-Regular.ttf') format('truetype'); font-display: swap; } @font-face { font-family: NunitoBold; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Nunito-Bold.ttf') format('truetype'); font-display: swap; } @font-face { font-family: MontserratRegular; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Montserrat-Regular.otf') format('opentype'); font-display: swap; } @font-face { font-family: MontserratBold; src: url('https://selding.lv/wp-content/themes/selding-lv/fonts/Montserrat-Bold.otf') format('opentype'); font-display: swap; } Maksājuma apstrāde - Selding.lv img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !impo…[truncated by Evolize: exceeded D1 value limit]
Markup
<html>
Affected pages/payment /payment/callback

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.