Public accessibility assessment

Accessibility issues detected on camptime.com

Evolize inspected 5 public pages on camptime.com and detected 18 automatically identifiable accessibility findings.

18Findings detected
8WCAG criteria affected
5Pages inspected
13 Aug 2026Assessment date

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

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/products/gift-card12 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)6 detected findings

Is camptime.com your website?

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

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on camptime.com and detected 18 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/products/gift-card", where 12 findings were detected. The assessment identified findings mapped to 8 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

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

  1. Critical

    Dropdown menus have no accessible name

    WCAG 4.1.2 (A) · 1 inspected page · 1 instance
    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 menu using the 'aria-label' or 'label' attribute, or ensure that the menu is properly labeled within the surrounding content.

    View technical evidence →
  2. Critical

    Embedded frames lack descriptive titles

    WCAG 4.1.2 (A) · 1 inspected page · 1 instance
    Why this matters

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a title attribute to the iframe element, providing a brief description of the frame's content, such as "YouTube video: product demonstration".

    View technical evidence →
  3. Critical

    Embedded frames lack descriptive titles

    WCAG 4.1.2 (A) · 1 inspected page · 1 instance
    Why this matters

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a title attribute to the iframe element, providing a brief description of the frame's content, such as "YouTube video: Product demonstration".

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 instances
    Why this 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 action

    To fix this issue, ensure that the element is either removed from the tab order by setting its 'tabindex' attribute to '-1' or make the element visible when it receives focus. Alternatively, consider reordering the elements in the DOM to reflect the intended tab order.

    View technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 instances
    Why this 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 action

    Remove the hidden 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's not intended to be used.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA644 / 5
2.4.3Focus OrderA355 / 5
4.1.2Name, Role, ValueA322 / 5
1.3.1Info and RelationshipsA244 / 5
1.1.1Non-text ContentA111 / 5
1.4.1Use of ColorA111 / 5
2.4.1Bypass BlocksA155 / 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

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)2 instances1 inspected page

An <iframe> has no title, so its purpose is not announced to assistive technology.

Why it matters

An <iframe> has no title, so its purpose is not announced to assistive technology.

Recommended correction

Add a title attribute to the iframe element, providing a brief description of the frame's content, such as "YouTube video: product demonstration".

View 2 affected elements
Component · Ref 6YFB0D
Affected pagehttps://www.camptime.com/pages/products
Elementiframe[data-dashlane-frameid="53687091210"]
Markup
<iframe src="https://www.youtube.com/embed/WpmJOLt9zrc" data-dashlane-frameid="53687091210" width="560" height="315" allowfullscreen="" frameborder="0"></iframe>
Component · Ref SR58DC
Affected pagehttps://www.camptime.com/pages/products
Elementiframe[data-dashlane-frameid="53687091211"]
Markup
<iframe src="https://www.youtube.com/embed/FRyoc4pAIE0" data-dashlane-frameid="53687091211" width="560" height="315" allowfullscreen="" frameborder="0"></iframe>
Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)1 instance1 inspected page

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 menu using the 'aria-label' or 'label' attribute, or ensure that the menu is properly labeled within the surrounding content.

View 1 affected element
Component · Ref 54SHSB
Affected pagehttps://www.camptime.com/products/gift-card
Element#productSelect-option-0
Accessible name$10.00$25.00$50.00$100.00
Markup
<select class="single-option-selector" data-option="option1" id="productSelect-option-0"><option value="$10.00">$10.00</option><option value="$25.00">$25.00</option><option value="$50.00">$50.00</option><option value="$100.00">$100.00</option></select>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)25 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 the element is either removed from the tab order by setting its 'tabindex' attribute to '-1' or make the element visible when it receives focus. Alternatively, consider reordering the elements in the DOM to reflect the intended tab order.

View 25 affected elements
Component · Ref AWDO7D
Affected pagehttps://www.camptime.com/
Elementbody#best-camping-tables-cots-stools-official-usa-camptime-inc-website > nav > div > form > input:nth-of-type(2)
Accessible nameSearch all products...
Markup
<input type="search" name="q" value="" placeholder="Search all products..." aria-label="Search all products...">
Affected pages/ /pages/contact-us /products/gift-card /pages/products /cart
Component · Ref 9TLCLY
Affected pagehttps://www.camptime.com/
Elementdiv#mobileNavBar > div:nth-of-type(2) > a
Accessible nameCart 0
Markup
<a href="/cart" class="cart-toggle mobileNavBar-link">
        <span class="icon icon-cart"></span>
        Cart <span class="cart-count hidden-count">0</span>
      </a>
Affected pages/ /pages/contact-us /products/gift-card /pages/products /cart
Component · Ref SSCM94
Affected pagehttps://www.camptime.com/
Elementa#customer_login_link
Accessible nameSign in
Markup
<a href="https://www.camptime.com/customer_authentication/redirect?locale=en&amp;region_country=US" id="customer_login_link">Sign in</a>
Affected pages/ /pages/contact-us /products/gift-card /pages/products /cart
High

Page language is not declared

WCAG 3.1.1 (A)5 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, for example: <html lang='en'>, replacing 'en' with the appropriate language code for the page's content.

View 5 affected elements
Component · Ref V0M0GS
Affected pagehttps://www.camptime.com/
Elementhtml
Accessible nameBest camping tables, cots, stools: Official USA CampTime® Inc Website – CampTime.com window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start'); {"accessToken":"cb86419f3f1714f549cbddf23f008a06","betas":["rich-media-storefront-analytics"],"domain":"www.camptime.com","predictiveSearch":true,"shopId":13700891,"locale":"en"} var Shopify = Shopify || {}; Shopify.shop = "camptime-com.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Supply [shopify edits]","id":162649357,"schema_name":null,"schema_version":null,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.camptime.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.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay"; window.ShopifyPay.redirectState = null; 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.camptime.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.hextom.com\/js\/quickannouncementbar.js?shop=camptime-com.myshopify.com"]; 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":13700891,"offset":-25200,"reqid":"b6e7a74f-fa44-4f53-9528-b6da80f61543-1786607817","pageurl":"www.camptime.com\/","u":"348c032f3fb5","p":"home"}; window.ShopifyPaypalV4VisibilityTracking = true; !function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'==…[truncated by Evolize: exceeded D1 value limit]
Markup
<html class="no-touch  supports-js supports-no-touch supports-csstransforms supports-csstransforms3d supports-fontface js" style="">
Affected pages/ /pages/contact-us /products/gift-card /pages/products /cart
High

Images lack text alternatives

WCAG 1.1.1 (A)1 instance1 inspected page

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

Why it matters

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

Recommended correction

Add an 'alt' attribute to the image with a descriptive text that conveys the image's meaning or purpose. For example, alt='Gift Card image' or alt='Product photo'. If the image is decorative, use an empty alt attribute: alt=''.

View 1 affected element
Component · Ref TE3GO
Affected pagehttps://www.camptime.com/products/gift-card
Element.zoomImg
Markup
<img src="//www.camptime.com/cdn/shop/products/e38bd83af578077b65a31424bd24d085_1024x1024.png?v=1468680534" class="zoomImg" style="position: absolute; top: 0px; left: 0px; opacity: 0; width: 949px; height: 566px; border: none; max-width: none; max-height: none;">
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)9 instances4 inspected pages

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

Why it matters

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

Recommended correction

Increase the contrast 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 minimum requirements.

View 9 affected elements
Component · Ref FL6SNL
Affected pagehttps://www.camptime.com/pages/contact-us
Elementp:nth-child(2) > span:nth-child(2) > b
Accessible nameCampTime® Story:
Markup
<b>CampTime® Story:</b>
Component · Ref Q7DKVC
Affected pagehttps://www.camptime.com/products/gift-card
Element.share-fancy > .share-title
Accessible nameFancy
Markup
<span class="share-title">Fancy</span>
Component · Ref 1O8Y3G
Affected pagehttps://www.camptime.com/pages/products
Element.rte > ul > li:nth-child(5) > span > span
Accessible name"Slider Tube in red".
Markup
<span style="color: #ff2a00;">"Slider Tube in red".</span>
Component · Ref GVRJIT
Affected pagehttps://www.camptime.com/products/gift-card
Element.share-twitter > .share-title
Accessible nameTweet
Markup
<span class="share-title">Tweet</span>
Component · Ref 31MP78
Affected pagehttps://www.camptime.com/
Element.featured-box[href$="cots"] > .featured-box--title
Accessible nameRoll-a-Cot ®
Markup
<span class="featured-box--title">Roll-a-Cot ®</span>
Component · Ref Y2Z17F
Affected pagehttps://www.camptime.com/products/gift-card
Element#productSelect-option-0
Accessible name$10.00$25.00$50.00$100.00
Markup
<select class="single-option-selector" data-option="option1" id="productSelect-option-0"><option value="$10.00">$10.00</option><option value="$25.00">$25.00</option><option value="$50.00">$50.00</option><option value="$100.00">$100.00</option></select>
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)3 instances3 inspected pages

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

Why it matters

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

Recommended correction

Add a unique and descriptive 'aria-label' or 'aria-labelledby' attribute to each navigation landmark to provide an accessible name, allowing screen readers to announce the purpose of each navigation region.

View 3 affected elements
Component · Ref 69L60W
Affected pagehttps://www.camptime.com/pages/contact-us
Elementbody#contact-amp-our-story > nav
Accessible nameSearch Shop Roll-a-Cot ® Roll-a-Table ® Roll-a-Chair ® Roll-a-Stool ® Parts Parts for Roll-a-Cot ® Parts for Roll-a-Table ® Parts for Roll-a-Chair ® Parts for Roll-a-Stool ® Parts for Pack Stool ™ Contact Us Testimonials Shipping Assembly instructions Roll-a-Cot® Assembly Instructions Roll-a-Table® Assembly Instructions Roll-a-Chair® Assembly Instructions Sign in Create an Account
Rolenavigation
Markup
<nav class="nav-bar" role="navigation">
    <div class="wrapper">
      <form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">

  <input type="search" name="q" value="" placeholder="Search all products..." aria-label="Search all products...">
  <button type="submit" class="search-bar--submit icon-fallback-text">
    <span class="icon icon-search" aria-hidden="true"></span>
    <span class="fallback-text">Search</span>
  </button>
</form>

      <ul class="site-nav" id="accessibleNav">
  
  
    
    
      <li class="site-nav--…
Affected pages/pages/contact-us /products/gift-card /pages/products
Low

Page has no level-one heading

WCAG 1.3.1 (A)2 instances2 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) element to the page that accurately describes its content or purpose. This heading should be the first heading on the page and should be descriptive and concise.

View 2 affected elements
Component · Ref XKOND8
Affected pagehttps://www.camptime.com/cart
Elementbody#your-shopping-cart
Accessible name--Made in Spokane WA --- Only $12 Shipping per order to 48 states -- --Made in Spokane WA --- Only $12 Shipping per order to 48 states -- {{button}} Sign in or Create an Account Search Cart 0 Search Shop Roll-a-Cot ® Roll-a-Table ® Roll-a-Chair ® Roll-a-Stool ® Parts Parts for Roll-a-Cot ® Parts for Roll-a-Table ® Parts for Roll-a-Chair ® Parts for Roll-a-Stool ® Parts for Pack Stool ™ Contact Us Testimonials Shipping Assembly instructions Roll-a-Cot® Assembly Instructions Roll-a-Table® Assembly Instructions Roll-a-Chair® Assembly Instructions Sign in Create an Account Menu Cart 0 Your cart is currently empty. Continue browsing here. Quick Links Search About us Warranty/ Return Policy Blog Our Story © 2026 CampTime.com Powered by Shopify american express diners club discover jcb maestro master paypal visa var moneyFormat = '${{amount}}'; window.hextom_qab_meta = { p1: [ ], p2: { } }; .site-header.page-element:not(.is-moved-by-drawer),.nav-mobile,.ajaxify-drawer,#MobileNav:not(.site-header__drawer),.header__close.fixed,.site-header.headroom.headroom--top,header.hero-active .hero-image-header-wrap,#nav .wsmenu,body:not(.scrolled-down) #site-control.site-control,.nav-shift #page-banner.banner-under-header,.nav-shift .container #main,#shopify-section-general-header .main-header-wrapper:not(.sticky-header-scrolled) + .header-drawer,.mobile_nav-fixed--true .page-banner,.mobile_nav-fixed--true .page_banner,.mobile_nav-fixed--false .page_banner,.tt-desctop-parent-search .tt-dropdown-menu,.header__search-bar-wrapper.is-fixed,header#top.scroll-to-fixed-fixed:not(.js-header-sticky--fixed),.site-header.has-scrolled,.site-header#header.header--has-scrolled,.site-header#header.header--is-standard.header--standard,.site-header#header.is-standard.header--standard,.site-header#header.header--is-hamburger.header--standard,.pageWrap #shopify-section-header nav.nav-hamburger.nav-main,nav#header-menu.header__drawer.caps.drawer--visible .drawer__content,#PageContainer .transition-body #shopify-section-header div[data-section-id="header"][data-section-type="header"] #HeaderWrapper.header-wrapper:not(.header-wrapper--sticky),#shopify-section-general-header .main-header-wrapper:not(.sticky-header-scrolled){top:44px !important;}body:not(.mobile-drawer--open) .page-wrapper.page-element,.site-header.is-standard.shift--alert,.large--hide.medium-down--show.sticky-header:not(.ui),#shopify-section-static-header.site-header-sticky--open:not(.visible),body:not(.site-header-sticky--scrolled) .site-navigation-wrapper + .site-mobile-nav .mobile-nav-panel,body:not(.js-drawer-open) .sticky-header.offset-by-announcement-bar,#announcement-bar.table,a#pagecontent[name="pagecontent"],.header.header-fixed--true.is-absolute,.mobile_nav-fixed--false.is-active #header,.site-header-main-content .live-search--takeover .live-search-form,#shopify-section-header + .index-sections .slideshow-section,#shopify-section-header + .main_content_area .index-sections .slideshow-section,#shopify-section-header + .index-sections .banner-section,#site-wrap #header #shopify-section-header > .row.clearfix,#site-wrap #header #shopify-section-header + .curr-switcher.js{margin-top:44px;}
Markup
<body id="your-shopping-cart" class="template-cart" style=""><div id="qab_container" style="transition: height linear 300ms; display: block; color: inherit;"><div id="qab_background" role="region" aria-label="Promotional banner" style="opacity: 1; margin: 0px; padding: 0px; left: 0px; height: auto; width: 100%; z-index: 1000000; position: relative; overflow: hidden;">
                <div id="qab_bar" style="text-align: center; margin: 0px; padding: 10px 0px; left: 0px; height: auto; width: 100%; box-sizing: border-box; border: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); f…
Affected pages/products/gift-card /cart

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.