Public accessibility assessment

Accessibility issues detected on vinotemp.com

Evolize inspected 5 public pages on vinotemp.com and detected 46 automatically identifiable accessibility findings.

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

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

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/42 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)23 detected findings

Is vinotemp.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 vinotemp.com and detected 46 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 "/", where 42 findings were detected. The assessment identified findings mapped to 5 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

    Links lack accessible text

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

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

    Recommended action

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

    View technical evidence →
  2. 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

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

    View technical evidence →
  3. 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

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

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 7 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

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

    View technical evidence →
  5. High

    List items are not inside a list

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

    A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

    Recommended action

    Wrap related <li> elements in a <ul> or <ol>, or use a different element for non-list content.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA2322 / 5
1.3.1Info and RelationshipsA1055 / 5
2.4.3Focus OrderA855 / 5
4.1.2Name, Role, ValueA455 / 5
2.4.4Link Purpose (In Context)A111 / 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

High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)8 instances5 inspected pages

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 8 affected elements
Component · Ref PWO3WY
Affected pagehttps://vinotemp.com/collections/register-warranty
Element#AnnouncementSlide-8e8f54b2-af1c-4aa8-b164-6736afd20c3d
Accessible nameThe Best In Wine Refrigeration & Coolers The Best In Wine Refrigeration & Coolers
Markup
<div id="AnnouncementSlide-8e8f54b2-af1c-4aa8-b164-6736afd20c3d" class="slideshow__slide announcement-slider__slide" data-index="1" aria-hidden="true" style="position: absolute; left: 0px; transform: translateX(0%);">
Affected pages/pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref PET8QK
Affected pagehttps://vinotemp.com/
Element.slideshow__slide--165114246019288c56-0
Accessible name.slideshow__slide--165114246019288c56-0 .hero__title { font-size: 30.1px; } @media only screen and (min-width: 769px) { .slideshow__slide--165114246019288c56-0 .hero__title { font-size: 70px; } } .slideshow__slide--165114246019288c56-0 .btn { background: #ffffff !important; border: none; color: #000 !important; } <img class="hero__image hero__image--165114246019288c56-0" src="//vinotemp.com/cdn/shop/files/DarkCellar_Slide3_1400x.jpg?v=1643934483" alt=""> Cave-Like Cellars Replicate the conditions and benefits of cave cellaring with a reimagined wine room. Learn More
Markup
<div class="slideshow__slide slideshow__slide--165114246019288c56-0" data-index="2" data-id="165114246019288c56-0" aria-hidden="true" style="position: absolute; left: 0px; transform: translateX(-50%);">
Component · Ref WBJ82T
Affected pagehttps://vinotemp.com/
Element.hero__slide-link[href$="vinoglow-series"][aria-hidden="true"]
Markup
<a href="/collections/vinoglow-series" class="hero__slide-link" aria-hidden="true"></a>
Component · Ref 8AJ2DW
Affected pagehttps://vinotemp.com/
Element#AnnouncementSlide-announcement_U9UXdn
Accessible nameWe now offer FREE shipping on all orders!
Markup
<div id="AnnouncementSlide-announcement_U9UXdn" class="slideshow__slide announcement-slider__slide animate-out" data-index="0" style="position: absolute; left: 0px; transform: translateX(0%);" aria-hidden="true">
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 50 affected elements
Component · Ref 7OJTXJ
Affected pagehttps://vinotemp.com/pages/contact
Elementdiv#HeaderCart > div > form > div:nth-of-type(2) > div:nth-of-type(3) > button
Accessible nameCheck out
Markup
<button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout" style="pointer-events: auto;">
        Check out
      </button>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref 3XD6QM
Affected pagehttps://vinotemp.com/collections/register-warranty
Elementheader#SiteHeader > div:nth-of-type(3) > div > form > input:nth-of-type(3)
Accessible nameSearch...
Markup
<input type="search" name="q" value="" placeholder="Search..." class="site-header__search-input" aria-label="Search...">
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref 520MXV
Affected pagehttps://vinotemp.com/pages/contact-us
Elementdiv:nth-of-type(1) > div:nth-of-type(2) > div > div > form > input:nth-of-type(3)
Accessible nameSearch...
Markup
<input type="search" name="q" value="" placeholder="Search..." class="site-header__search-input" aria-label="Search...">
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref 442YQ1
Affected pagehttps://vinotemp.com/pages/contact-us
Elementdiv#AnnouncementSlide-8e8f54b2-af1c-4aa8-b164-6736afd20c3d > div > div:nth-of-type(1) > p > a
Accessible nameThe Best In Wine Refrigeration & Coolers
Markup
<a href="https://vinotemp.com/collections/wine-coolers" title="https://vinotemp.com/collections/wine-coolers">The Best In Wine Refrigeration &amp; Coolers</a>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref V9AJNF
Affected pagehttps://vinotemp.com/cart
Elementdiv#MobileNav > div > div:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameHome
Markup
<a href="/" class="slide-nav__link"><span>Home</span>
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 284.49 498.98"><path d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z"></path></svg>
          </a>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref P7RUK0
Affected pagehttps://vinotemp.com/cart
Elementa#notepad-anchor-title
Accessible nameMy Wishlist
Markup
<a href="#swym-wishlist" class="swym-background-color" id="notepad-anchor-title" aria-label="My Wishlist" data-swym-loaded="true"><i class="swym-icon swym-notepad-white"></i>My Wishlist</a>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref STFW5Q
Affected pagehttps://vinotemp.com/collections/register-warranty
Elementdiv:nth-of-type(1) > div > div:nth-of-type(4) > div > div:nth-of-type(2) > button
Accessible nameClose .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px}
Markup
<button type="button" class="site-nav__link site-nav__link--icon js-close-header-cart">
      <span>Close</span>
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><defs><style>.cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px}</style></defs><path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74"></path></svg>
    </button>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref JU3BVF
Affected pagehttps://vinotemp.com/pages/contact-us
Elementdiv#AnnouncementSlide-announcement_U9UXdn > div > p > a
Accessible nameWe now offer FREE shipping on all orders!
Markup
<a href="https://vinotemp.com/collections/wine-mate-1" title="https://vinotemp.com/collections/wine-mate-1">We now offer FREE shipping on all orders!</a>
Affected pages/ /pages/contact-us /cart
High

List items are not inside a list

WCAG 1.3.1 (A)35 instances5 inspected pages

A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

Why it matters

A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

Recommended correction

Wrap related <li> elements in a <ul> or <ol>, or use a different element for non-list content.

View 35 affected elements
Component · Ref CX4MJW
Affected pagehttps://vinotemp.com/cart
Element.appliance
Accessible nameWine Storage Wine Refrigerators & Coolers Wine Racks Wine Dispensers Wine Cabinets
Markup
<li class="site-nav__item appliance site-nav__expanded-item site-nav--has-dropdown" aria-haspopup="true">
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref PI53QC
Affected pagehttps://vinotemp.com/collections/register-warranty
Element.home
Accessible nameHome
Markup
<li class="site-nav__item home site-nav__expanded-item">

      <a href="/" class="site-nav__link site-nav__link--underline">
        Home
      </a></li>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref 3QIW44
Affected pagehttps://vinotemp.com/pages/contact
Element.contact.site-nav--has-dropdown[aria-haspopup="true"]
Accessible nameHelp See Our Work Shipping & Returns Service & Support Vinotemp Heat Load Calculators
Markup
<li class="site-nav__item contact site-nav__expanded-item site-nav--has-dropdown" aria-haspopup="true">
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref ITTSB4
Affected pagehttps://vinotemp.com/pages/contact-us
Element.brands
Accessible nameSALE
Markup
<li class="site-nav__item brands site-nav__expanded-item">

      <a href="https://vinotemp.com/collections/sale" class="site-nav__link site-nav__link--underline">
        SALE
      </a></li>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref U10CUG
Affected pagehttps://vinotemp.com/cart
Element.housewares
Accessible nameWine Cooling Systems Wine-Mate Refrigeration Systems Self-Contained Wine Cooling Systems Split Wine Cooling Systems Ducted Wine Cooling Systems Wine Cabinet Heat Load Calculator Wine Room Heat Load Calculator Wine Glass Cabinet Heat Load Calculator (All Glass Walls) Wine Glass Room Heat Load Calculator (Solid Back Wall) 220V/50Hz for Non-Domestic-Use Wine Cooling Systems Wine Cellars Cooling Systems Gallery Through-The-Wall Cooling Systems Parts
Markup
<li class="site-nav__item housewares site-nav__expanded-item site-nav--has-dropdown" aria-haspopup="true">
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref PL3ZBE
Affected pagehttps://vinotemp.com/collections/register-warranty
Element.sale
Accessible nameContact
Markup
<li class="site-nav__item sale site-nav__expanded-item">

      <a href="/pages/contact-us" class="site-nav__link site-nav__link--underline">
        Contact
      </a></li>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Component · Ref HZ610A
Affected pagehttps://vinotemp.com/collections/register-warranty
Element.storage
Accessible nameCustom Wine Storage Custom Wine Rooms Wine Walls Suspended Wine Cellars Luxury Wine Cellar Gallery Glass Wine Cellars Wood Wine Cellars Cad Design
Markup
<li class="site-nav__item storage site-nav__expanded-item site-nav--has-dropdown" aria-haspopup="true">
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 5 affected elements
Component · Ref 7ZST4J
Affected pagehttps://vinotemp.com/pages/contact
Elementdiv#AnnouncementSlide-announcement_U9UXdn > div > p
Accessible nameWe now offer FREE shipping on all orders!
Markup
<p><a href="https://vinotemp.com/collections/wine-mate-1" title="https://vinotemp.com/collections/wine-mate-1">We now offer FREE shipping on all orders!</a></p>
Affected pages/ /pages/contact /pages/contact-us /collections/register-warranty /cart
Low

Text has insufficient colour contrast

WCAG 1.4.3 (AA)76 instances2 inspected pages

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

Why it matters

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

Recommended correction

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

View 76 affected elements
Component · Ref 9D403M
Affected pagehttps://vinotemp.com/
Element#CollectionSection-template--28186784924011__featured-collection2 > .page-width--flush-small.page-width > .scrollable-grid--small.product-grid[data-view="scrollable-5"] > .grid-product.grid-item[data-product-id="6748356935795"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--savings
Accessible nameSave $900
Markup
<span class="grid-product__price--savings">
                  Save <span data-ymq-item-key="" class="ymq_item_price">$900</span>
                </span>
Component · Ref 93TKQE
Affected pagehttps://vinotemp.com/
Element#CollectionSection-template--28186784924011__featured-collection2 > .page-width--flush-small.page-width > .scrollable-grid--small.product-grid[data-view="scrollable-5"] > .grid-product.grid-item[data-product-id="6748392554611"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-main > .grid-product__title
Accessible nameVinotemp Connoisseur Series 168 Dual-Zone Wine Cooler
Markup
<div class="grid-product__title">Vinotemp Connoisseur Series 168 Dual-Zone Wine Cooler</div>
Component · Ref NN3FSE
Affected pagehttps://vinotemp.com/
Elementdiv[data-product-id="6748408545395"] > .grid-item__content > .grid-item__link > .grid-product__image-wrap > .grid-product__tags > .grid-product__tag--sold-out.grid-product__tag
Accessible nameSold Out
Markup
<div class="grid-product__tag grid-product__tag--sold-out">
              Sold Out
            </div>
Component · Ref 5F557J
Affected pagehttps://vinotemp.com/
Elementdiv[data-product-id="6748408545395"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--current > span[aria-hidden="true"] > sup
Accessible name40
Markup
<sup>40</sup>
Component · Ref 3SQMMA
Affected pagehttps://vinotemp.com/
Element#CollectionSection-template--28186784924011__featured-collection > .page-width--flush-small.page-width > .scrollable-grid--small.product-grid[data-view="scrollable-5"] > .grid-product.grid-item[data-product-id="6748356935795"] > .grid-item__content > .grid-item__link > .grid-product__image-wrap > .grid-product__tags > .grid-product__tag--sale.grid-product__tag
Accessible nameSale
Markup
<div class="grid-product__tag grid-product__tag--sale">
              Sale
            </div>
Component · Ref UCM05C
Affected pagehttps://vinotemp.com/
Element#CollectionSection-template--28186784924011__featured-collection2 > .page-width--flush-small.page-width > .scrollable-grid--small.product-grid[data-view="scrollable-5"] > .grid-product.grid-item[data-product-id="6748356935795"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--savings > .ymq_item_price[data-ymq-item-key=""]
Accessible name$900
Markup
<span data-ymq-item-key="" class="ymq_item_price">$900</span>
Component · Ref BI2WAZ
Affected pagehttps://vinotemp.com/
Element#CollectionSection-template--28186784924011__featured-collection > .page-width--flush-small.page-width > .scrollable-grid--small.product-grid[data-view="scrollable-5"] > .grid-product.grid-item[data-product-id="6748378464371"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--current > span[aria-hidden="true"]
Accessible name$3,14900
Markup
<span aria-hidden="true">$3,149<sup>00</sup></span>
Component · Ref 8LWG0T
Affected pagehttps://vinotemp.com/
Element#CollectionSection-template--28186784924011__featured-collection2 > .page-width--flush-small.page-width > .scrollable-grid--small.product-grid[data-view="scrollable-5"] > .grid-product.grid-item[data-product-id="6748378464371"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--current > span[aria-hidden="true"] > sup
Accessible name00
Markup
<sup>00</sup>
Component · Ref W5OIX5
Affected pagehttps://vinotemp.com/
Elementdiv[data-product-id="6748408905843"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--current > span[aria-hidden="true"]
Accessible name$94900
Markup
<span aria-hidden="true">$949<sup>00</sup></span>
Component · Ref RDNL0
Affected pagehttps://vinotemp.com/
Elementp:nth-child(3) > strong
Accessible nameWine Cellars:
Markup
<strong>Wine Cellars:</strong>
Component · Ref ZDKK7W
Affected pagehttps://vinotemp.com/
Elementa[href$="sale"] > .promo-grid__content.promo-grid__content--small-text > .promo-grid__text.text-center > .rte--em.rte--block
Accessible nameSHOP LIMITED TIME OFFERS
Markup
<div class="rte--block rte--em" style="color:#ffffff">
                          SHOP LIMITED TIME OFFERS
                        </div>
Component · Ref S0UROE
Affected pagehttps://vinotemp.com/
Element.flex-grid__item--04ed4a67-45c4-4a26-92c7-1fd611a9d027 > .promo-grid__container.vertical-center.color-scheme-none > .promo-grid__content.promo-grid__content--small-text > .promo-grid__text.text-center > .rte--em.rte--block
Accessible nameSmall, medium and large capacities
Markup
<div class="rte--block rte--em" style="color:#ffffff">
                          Small, medium and large capacities
                        </div>
Component · Ref CFIICI
Affected pagehttps://vinotemp.com/
Elementdiv[data-product-id="6748408545395"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--savings > .ymq_item_price[data-ymq-item-key=""]
Accessible name$859.60
Markup
<span data-ymq-item-key="" class="ymq_item_price">$859.60</span>
Component · Ref XOX9DH
Affected pagehttps://vinotemp.com/
Elementdiv[data-product-id="6748408905843"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-secondary > .grid-product__price > .grid-product__price--savings
Accessible nameSave $950
Markup
<span class="grid-product__price--savings">
                  Save <span data-ymq-item-key="" class="ymq_item_price">$950</span>
                </span>
Component · Ref 59ALPN
Affected pagehttps://vinotemp.com/
Element.promo-grid__container.vertical-center[href$="wine-mate-1"] > .promo-grid__content.promo-grid__content--small-text > .promo-grid__text.text-center > .rte--strong.rte--block
Accessible nameWine Cellars
Markup
<div class="rte--block rte--strong" style="color:#ffffff">Wine Cellars
                        </div>
Component · Ref Y2EC9J
Affected pagehttps://vinotemp.com/
Elementdiv[data-product-id="6748408840307"] > .grid-item__content > .grid-item__link > .grid-item__meta > .grid-item__meta-main > .grid-product__title
Accessible nameVinotemp Connoisseur Series Compact 28-Bottle Dual-Zone Wine Cooler
Markup
<div class="grid-product__title">Vinotemp Connoisseur Series Compact 28-Bottle Dual-Zone Wine Cooler</div>
Component · Ref IGD6O6
Affected pagehttps://vinotemp.com/
Elementp:nth-child(8)
Accessible nameQuestions? Contact one of our specialists by using our Contact Form
Markup
<p>Questions? Contact one of our specialists by using our <a href="https://vinotemp.thelegacycompanies.com/support/tickets/new" target="_blank" title="Contact Form" class="js-no-transition">Contact Form</a></p>
Component · Ref A6TGRC
Affected pagehttps://vinotemp.com/
Elementa[title="Contact Form"]
Accessible nameContact Form
Markup
<a href="https://vinotemp.thelegacycompanies.com/support/tickets/new" target="_blank" title="Contact Form" class="js-no-transition">Contact Form</a>
Component · Ref DEM5NM
Affected pagehttps://vinotemp.com/
Element.enlarge-text > p:nth-child(1) > strong
Accessible nameA Diverse Catalog Perfect for Wine Lovers:
Markup
<strong>A Diverse Catalog Perfect for Wine Lovers:</strong>
Component · Ref B6XNTS
Affected pagehttps://vinotemp.com/
Element.announcement-slider__content > p > a
Accessible nameWe now offer FREE shipping on all orders!
Markup
<a href="https://vinotemp.com/collections/wine-mate-1" title="https://vinotemp.com/collections/wine-mate-1">We now offer FREE shipping on all orders!</a>
Component · Ref QW5ZZU
Affected pagehttps://vinotemp.com/
Element.theme-block:nth-child(1) > h2
Accessible nameA One Stop Shop for Wine Storage Solutions and Wine Accessories
Markup
<h2>A One Stop Shop for Wine Storage Solutions and Wine Accessories</h2>
Component · Ref 3K7G94
Affected pagehttps://vinotemp.com/collections/register-warranty
Element#SortBy
Accessible nameSortFeaturedMost relevantBest sellingAlphabetically, A-ZAlphabetically, Z-APrice, low to highPrice, high to lowDate, old to newDate, new to old
Markup
<select name="SortBy" id="SortBy" data-default-sortby="best-selling">
Component · Ref V3CWOW
Affected pagehttps://vinotemp.com/
Element.enlarge-text > p:nth-child(1)
Accessible nameVinotemp.com offers a wide selection of wine storage solutions and wine accessories. Our family of premium brands includes Vinotemp, Epicureanist, Apex, Element by Vinotemp, Brama, and Wine-Mate.A Diverse Catalog Perfect for Wine Lovers:
Markup
<p>Vinotemp.com offers a wide selection of wine storage solutions and wine accessories. Our family of premium brands includes Vinotemp, Epicureanist, Apex, Element by Vinotemp, Brama, and Wine-Mate.<br><br><strong>A Diverse Catalog Perfect for Wine Lovers:</strong></p>
Low

Page has no level-one heading

WCAG 1.3.1 (A)1 instance1 inspected page

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 single descriptive <h1> that names the page's primary purpose.

View 1 affected element
Component · Ref 03LJPW
Affected pagehttps://vinotemp.com/pages/contact
Elementhtml > body
Accessible nameMy Wishlist 0 <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRRNG7C" height="0" width="0" style="display:none;visibility:hidden"></iframe> window.setTimeout(function() { document.body.className += " loaded"; }, 25); Skip to content Pause slideshow Play slideshow We now offer FREE shipping on all orders! The Best In Wine Refrigeration & Coolers The Best In Wine Refrigeration & Coolers .site-nav__link { font-size: 14px; } .site-nav__link { text-transform: uppercase; letter-spacing: 0.2em; } ... Site navigation .header-item--logo, [data-layout="left-center"] .header-item--logo, [data-layout="left-center"] .header-item--icons { flex: 0 1 140px; } @media only screen and (min-width: 769px) { .header-item--logo, [data-layout="left-center"] .header-item--logo, [data-layout="left-center"] .header-item--icons { flex: 0 0 200px; } } .site-header__logo a { width: 140px; } .is-light .site-header__logo .logo--inverted { width: 140px; } @media only screen and (min-width: 769px) { .site-header__logo a { width: 200px; } .is-light .site-header__logo .logo--inverted { width: 200px; } }Vinotemp .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Search .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Close .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Search .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Account .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} 0 Cart ... Site navigation Close .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Search .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Close .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Cancel Home Wine Storage Wine Refrigerators & Coolers Wine Racks Wine Dispensers Wine Cabinets Wine Cooling Systems Wine-Mate Refrigeration Systems Self-Contained Wine Cooling Systems Split Wine Cooling Systems Ducted Wine Cooling Systems Wine Cabinet Heat Load Calculator Wine Room Heat Load Calculator Wine Glass Cabinet Heat Load Calculator (All Glass Walls) Wine Glass Room Heat Load Calculator (Solid Back Wall) 220V/50Hz for Non-Domestic-Use Wine Cooling Systems Wine Cellars Cooling Systems Gallery Through-The-Wall Cooling Systems Parts Custom Wine Storage Custom Wine Rooms Wine Walls Suspended Wine Cellars Luxury Wine Cellar Gallery Glass Wine Cellars Wood Wine Cellars Cad Design SALE Contact Help See Our Work Shipping & Returns Service & Support Vinotemp Heat Load Calculators .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Search .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Close Add order note .cls-1,.cls-2{fill:none;stroke:#000;stroke-width:2px}.cls-1{stroke-miterlimit:10} .cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:2px} Close Subtotal $000 Check out Shipping, taxes, and discount codes calculated at checkout. Your cart is currently empty. Home Wine Storage Expand submenu Wine Storage View all Wine Refrigerators & Coolers Wine Racks Wine Dispensers Wine Cabinets Wine Cooling Systems Expand submenu Wine Cooling Systems View all Wine-Mate Refrigeration Systems Self-Contained Wine Cooling Systems Split Wine Cooling Systems Ducted Wine Cooling Systems Wine Cabinet Heat Load Calculator Wine Room Heat Load Calculator Wine Glass Cabinet Heat Load Calculator (All Glass Walls) Wine Glass Room Heat Load Calculator (Solid Back Wall) 220V/50Hz for Non-Domestic-Use Wine Cooling Systems Wine Cellars Cooling Systems Gallery …[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="contact template-page loaded swym-ready swym-buttons-loaded" data-transitions="true" data-button_style="square" data-edges="" data-type_header_capitalize="false" data-swatch_style="round" data-grid-style="grey-square"><div id="swym-plugin" class="swym-inject swym-ready">
                    <div id="swym-anchor" role="region" aria-label="My Wishlist" class="swym- swym-heart" data-position="bottom-right">
                        <a href="#swym-wishlist" class="swym-background-color" id="notepad-anchor-title" aria-label="My Wishlist" data-swym-loaded="true"><i class="swym-icon swym-…
Low

Navigation regions are not distinguishable

WCAG 1.3.1 (A)1 instance1 inspected page

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

Why it matters

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

Recommended correction

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

View 1 affected element
Component · Ref 4JI36P
Affected pagehttps://vinotemp.com/collections/register-warranty
Elementheader#SiteHeader > div:nth-of-type(2) > div > ul
Accessible nameHome Wine Storage Wine Refrigerators & Coolers Wine Racks Wine Dispensers Wine Cabinets Wine Cooling Systems Wine-Mate Refrigeration Systems Self-Contained Wine Cooling Systems Split Wine Cooling Systems Ducted Wine Cooling Systems Wine Cabinet Heat Load Calculator Wine Room Heat Load Calculator Wine Glass Cabinet Heat Load Calculator (All Glass Walls) Wine Glass Room Heat Load Calculator (Solid Back Wall) 220V/50Hz for Non-Domestic-Use Wine Cooling Systems Wine Cellars Cooling Systems Gallery Through-The-Wall Cooling Systems Parts Custom Wine Storage Custom Wine Rooms Wine Walls Suspended Wine Cellars Luxury Wine Cellar Gallery Glass Wine Cellars Wood Wine Cellars Cad Design SALE Contact Help See Our Work Shipping & Returns Service & Support Vinotemp Heat Load Calculators
Rolenavigation
Markup
<ul class="site-nav site-navigation site-navigation--below small--hide" role="navigation"><li class="site-nav__item home site-nav__expanded-item">

      <a href="/" class="site-nav__link site-nav__link--underline">
        Home
      </a></li><li class="site-nav__item appliance site-nav__expanded-item site-nav--has-dropdown" aria-haspopup="true">

      <a href="/collections/wine-storage" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
        Wine Storage
      </a><div class="site-nav__dropdown cam">
          <ul class="site-nav__dropdown-animate site-nav__dr…

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.