Critical
ARIA command controls lack accessible names
WCAG 4.1.2 (A)5 instances5 inspected pages
Assistive technologies cannot communicate the purpose of these controls, which may prevent users from operating them reliably.
Why it mattersAssistive technologies cannot communicate the purpose of these controls, which may prevent users from operating them reliably.
Recommended correctionThis control is a <p> with role="button" acting as a button. Prefer replacing it with a native <button>, which is focusable and operable by keyboard by default. 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 ZUJBA3
Affected pagehttps://theiacouture.com/products/883492
Elementp[data-accordion-trigger="accordion-image_hJ7h47-1"]
Rolebutton
Markup<p class="footer__title footer__accordion__head js " data-accordion-trigger="accordion-image_hJ7h47-1" aria-controls="accordion-image_hJ7h47-1" role="button" aria-haspopup="true" aria-expanded="false">
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Critical
Embedded frames lack descriptive titles
WCAG 4.1.2 (A)1 instance1 inspected page
An <iframe> has no title, so its purpose is not announced to assistive technology.
Why it mattersAn <iframe> has no title, so its purpose is not announced to assistive technology.
Recommended correctionAdd a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://form.jotform.com/260525723550150, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".
View 1 affected element
Component · Ref EB1CU8
Affected pagehttps://theiacouture.com/pages/contact
Elementiframe[height="900"]
Markup<iframe style="border: none;" height="900" width="100%" src="https://form.jotform.com/260525723550150">
</iframe>
High
Text has insufficient colour contrast
WCAG 1.4.3 (AA)27 instances5 inspected pages
Text and background colours do not meet the minimum contrast ratio, reducing legibility.
Why it mattersText and background colours do not meet the minimum contrast ratio, reducing legibility.
Recommended correctionIncrease the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.
View 27 affected elements
Component · Ref TE6EJP
Affected pagehttps://theiacouture.com/products/883492
Element.highlight--link.navlink--toplevel[href$="sale"] > .navtext
Accessible nameSale
Markup<span class="navtext">Sale</span>
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref XXPFUY
Affected pagehttps://theiacouture.com/products/883492
Elementdiv:nth-child(6) > strong:nth-child(1)
Accessible nameFINAL SALE.
Markup<strong>FINAL SALE.</strong>
Component · Ref UBV1G2
Affected pagehttps://theiacouture.com/products/883492
Element.product__price--off > span:nth-child(1)
Accessible nameSale
Component · Ref L6DQNF
Affected pagehttps://theiacouture.com/products/883492
Element.product__inner > div:nth-child(6)
Accessible nameAll orders on the Flutter Sleeve Petal Gown are FINAL SALE. There are no returns or exchanges on this style.
Markup<div style="font-size:0.8em; margin-bottom:20px; color:#FF0000;">
All orders on the Flutter Sleeve Petal Gown are <strong>FINAL SALE.</strong> There are <strong>no returns or exchanges</strong> on this style.
</div> Component · Ref TQ8HFM
Affected pagehttps://theiacouture.com/products/883492
Element.product__price--off
Accessible nameSale
•
Save
60%
Markup<span class="product__price--off">
<span>Sale</span>
<em>•</em>
Save
<span>60%</span>
</span> Component · Ref F90VWQ
Affected pagehttps://theiacouture.com/products/883492
Element.go1053555039
Accessible nameNotify me when back in stock
Markup<button type="button" data-a11y-identifier="bis-button-22009319" class="needsclick go1053555039 kl-private-reset-css-Xuajs1">Notify me when back in stock</button>
Component · Ref UC85NT
Affected pagehttps://theiacouture.com/products/883492
Element.radio__inputs--equal > .radio__button:nth-child(1) > label > span:nth-child(1)
Accessible name0
Component · Ref QFYNMZ
Affected pagehttps://theiacouture.com/cart
Element.body-size-7
Accessible nameYour cart is empty.
Markup<p class="body-size-7 m-0">Your cart is empty.</p>
Component · Ref RLB8AX
Affected pagehttps://theiacouture.com/
Element.hero__description > h1
Accessible nameThe Rose, Reimagined
Markup<h1>The Rose, Reimagined</h1>
Component · Ref R18Q1A
Affected pagehttps://theiacouture.com/
Element.btn--large.aos-animate.standard__cta
Accessible namediscover Fall 2026
Markup<a class="standard__cta hero__btn btn-text-thick-line btn--white btn--large aos-init aos-animate" href="/collections/new-arrivals" data-aos="hero" data-aos-anchor="[data-section-id='template--22899955957988__hero']" data-aos-order="2">
discover Fall 2026
</a>
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 mattersAn element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Recommended correctionKeep 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 TEHTT2
Affected pagehttps://theiacouture.com/pages/contact
Elementbutton#stopAnimations
Accessible nameStop Animations
Markup<button type="button" class="accessibly-app-read-ignore accessibly-app-option-button accessibly-app-ignore" id="stopAnimations" aria-label="Stop Animations" style="color: rgb(87, 76, 213);"><span class="accessibly-app-read-ignore accessibly-app-assertive accessibly-app-ignore" aria-live="assertive">Stop Animations</span><div style="color: rgb(87, 76, 213);"><span class="accessibly-app-icon-stop-animations accessibly-app-option-icon accessibly-app-ignore"></span></div><span accessibly-app-i18n-key="stopAnimations" class="accessibly-app-option-title accessibly-app-ignore">Stop Animations</span><…
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref PV9DT2
Affected pagehttps://theiacouture.com/cart
Elementdiv#accessiblyAppDialog > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) > button:nth-of-type(1)
Accessible nameLanguage Settings
Markup<button type="button" class="accessibly-app-ignore accessibly-app-gap-1 accessibly-app-uppercase" aria-label="Language Settings"><span class="accessibly-app-icon-globe accessibly-app-ignore"></span><span>en</span></button>
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
High
Interactive controls are not keyboard-accessible
WCAG 2.1.1 (A)26 instances5 inspected pages
A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.
Why it mattersA control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.
Recommended correctionUse a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.
View 26 affected elements
Component · Ref MP9YJE
Affected pagehttps://theiacouture.com/pages/contact
Elementdiv > div:nth-of-type(2) > div:nth-of-type(2) > nav > div > div:nth-of-type(2)
Accessible nameShop All
Cocktail
Evening
Signature
Day
Fur Free
Organza
Floral
Satin
Rolebutton
Markup<div class="menu__item parent" data-main-menu-text-item="" role="button" aria-haspopup="true" aria-expanded="false" data-hover-disclosure-toggle="dropdown-8b8b4cd981e1cdb0428ac6860563fb16" aria-controls="dropdown-8b8b4cd981e1cdb0428ac6860563fb16">
<a href="/collections/all" data-top-link="" class="navlink navlink--toplevel">
<span class="navtext">Shop All</span>
</a>
<div class="header__dropdown" data-hover-disclosure="" id="dropdown-8b8b4cd981e1cdb0428ac6860563fb16">
<div class="header__dropdown__wrapper">
<div class="header__dropdown__inner">
… Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref 28IMKQ
Affected pagehttps://theiacouture.com/pages/terms-of-service
Elementdiv > div:nth-of-type(2) > div:nth-of-type(1) > div > div:nth-of-type(1) > p
Rolebutton
Markup<p class="footer__title footer__accordion__head js " data-accordion-trigger="accordion-image_hJ7h47-1" aria-controls="accordion-image_hJ7h47-1" role="button" aria-haspopup="true" aria-expanded="false">
<svg xmlns="http://www.w3.org/2000/svg" stroke-linecap="square" stroke-linejoin="arcs" aria-hidden="true" class="icon-theme icon-theme-stroke icon-core-chevron-right" viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"></path></svg>
</p> Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref HH43RP
Affected pagehttps://theiacouture.com/products/883492
Elementa#more-payment-options-link
Accessible nameMore payment options
Rolelink
Markup<a class="shopify-payment-button__more-options" id="more-payment-options-link" role="link" aria-disabled="true">More payment options</a>
High
Interactive controls must not be nested
WCAG 4.1.2 (A)15 instances5 inspected pages
Interactive controls must not be nested
Why it mattersInteractive controls must not be nested
Recommended correctionReview the affected element and correct the reported accessibility issue.
View 15 affected elements
Component · Ref 9H1WH0
Affected pagehttps://theiacouture.com/
Element.parent.menu__item[data-main-menu-text-item=""]:nth-child(2)
Accessible nameShop All
Cocktail
Evening
Signature
Day
Fur Free
Organza
Floral
Satin
Rolebutton
Markup<div class="menu__item parent" data-main-menu-text-item="" role="button" aria-haspopup="true" aria-expanded="false" data-hover-disclosure-toggle="dropdown-8b8b4cd981e1cdb0428ac6860563fb16" aria-controls="dropdown-8b8b4cd981e1cdb0428ac6860563fb16">
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Medium
ARIA attributes have invalid values
WCAG 4.1.2 (A)32 instances5 inspected pages
ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.
Why it mattersARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.
Recommended correctionCorrect ARIA attribute values and ensure referenced ids exist in the DOM.
View 32 affected elements
Component · Ref YLFR78
Affected pagehttps://theiacouture.com/pages/terms-of-service
Element.parent.menu__item[data-main-menu-text-item=""]:nth-child(2)
Accessible nameShop All
Cocktail
Evening
Signature
Day
Fur Free
Organza
Floral
Satin
Rolebutton
Markup<div class="menu__item parent" data-main-menu-text-item="" role="button" aria-haspopup="true" aria-expanded="false" data-hover-disclosure-toggle="dropdown-8b8b4cd981e1cdb0428ac6860563fb16" aria-controls="dropdown-8b8b4cd981e1cdb0428ac6860563fb16">
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref UUP1TX
Affected pagehttps://theiacouture.com/cart
Elementa[href$="search"]
Accessible nameSearch
Markup<a href="/search" class="navlink" data-popdown-toggle="search-popdown" aria-haspopup="true" aria-expanded="false" aria-controls="search-popdown">
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref UUP1X4
Affected pagehttps://theiacouture.com/pages/contact
Elementp[data-accordion-trigger="accordion-image_hJ7h47-1"]
Rolebutton
Markup<p class="footer__title footer__accordion__head js " data-accordion-trigger="accordion-image_hJ7h47-1" aria-controls="accordion-image_hJ7h47-1" role="button" aria-haspopup="true" aria-expanded="false">
Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Component · Ref LV0PXY
Affected pagehttps://theiacouture.com/products/883492
Element.accordion-is-open
Accessible nameDescription
Markup<button class="accordion__title js accordion-is-open" data-accordion-trigger="description-main" aria-controls="description-main" aria-haspopup="true" aria-expanded="false"><!-- /snippets/animated-icon.liquid -->
Description
</button> Component · Ref K12H9B
Affected pagehttps://theiacouture.com/products/883492
Elementbutton[data-accordion-trigger="description-4"]
Accessible nameInternational Orders
Markup<button class="accordion__title js" data-accordion-trigger="description-4" aria-controls="description-4" aria-haspopup="true" aria-expanded="false"><!-- /snippets/animated-icon.liquid -->
International Orders
</button>
Medium
Navigation regions are not distinguishable
WCAG 1.3.1 (A)5 instances5 inspected pages
The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.
Why it mattersThe page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.
Recommended correctionGive each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.
View 5 affected elements
Component · Ref W8WZL9
Affected pagehttps://theiacouture.com/products/883492
Elementheader > div > div > div:nth-of-type(2) > div:nth-of-type(2) > nav
Accessible nameNew Arrivals
Shop All
Cocktail
Evening
Signature
Day
Fur Free
Organza
Floral
Satin
Wedding Shop
Black Tie
Cocktail
Mother of the Bride
Bridesmaids
Bridal
Sale
All Dresses
Cocktail Dresses
Evening Gowns
Bridal
Final Markdowns
Markup<nav class="header__menu">
<div class="header__menu__inner" data-text-items-wrapper="">
<!-- /snippets/nav-item.liquid -->
<div class="menu__item child" data-main-menu-text-item="">
<a href="/collections/new-arrivals" data-top-link="" class="navlink navlink--toplevel">
<span class="navtext">New Arrivals</span>
</a>
</div>
<!-- /snippets/nav-item.liquid -->
<div class="menu__item parent" data-main-menu-text-item="" role="button" aria-haspopup="true" aria-expanded="false" data-hover-disclosure-toggle="dropdown-8b8b4cd981e1cdb0428ac6860563fb16" ar… Affected pages/ /pages/contact /products/883492 /pages/terms-of-service /cart
Medium
Page has no level-one heading
WCAG 1.3.1 (A)3 instances3 inspected pages
The page exposes no <h1>, so its topic is not conveyed in the heading structure.
Why it mattersThe page exposes no <h1>, so its topic is not conveyed in the heading structure.
Recommended correctionAdd a single descriptive <h1> that names the page's primary purpose.
View 3 affected elements
Component · Ref S3KUMW
Affected pagehttps://theiacouture.com/cart
Elementbody#your-shopping-cart
Accessible nameBackAccessibility optionsenAre you sure you want to hide the widget forever? If you need it back, please clear your cookies.OkCancelContentBigger TextBigger TextBigger CursorBigger CursorText ReaderTooltipsLine HeightLine HeightHide ImagesHide imagesReadable FontsReadable fontsDyslexic FontDyslexic FontStop AnimationsStop AnimationsColorsInvert ColorInvert ColorsBrightnessBrightnessContrastContrastSaturationSaturationColor FiltersGrayscaleRed/GreenBlue/YellowGreen/RedNavigationReading LineReading LineHighlight LinksHighlight LinksReading MaskReading MaskPage StructurePage StructureSelected LanguageEnglish (United States)All LanguagesSearch languageEnglish (British)English (United States)DanishDutchFinnishFrenchGermanGreekHebrewItalianJapaneseKoreanLatvianPolishPortugueseSpanishSwedishThaiTurkishAccessibility StatementOur Commitment to AccessibilityWe are committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone, and applying the relevant accessibility standards to help users with various disabilities access our website effectively.Compliance StatusOur website strives to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA standards. We also aim to be compliant with the Americans with Disabilities Act (ADA) and the European Accessibility Act requirements. These guidelines and regulations explain how to make web content more accessible to people with a wide range of disabilities. We acknowledge that some aspects of our website may not yet achieve full compliance, and we are actively working to address these areas.Accessibility Features AvailableOur website implements the Accessibly App, which provides a variety of tools to enhance website accessibility:Visual AdjustmentsBigger Text: Increase text size up to 3x for better readability (WCAG 2.1/1.4.4)Bigger Cursor: Enhanced cursor visibility for easier navigationColor Adjustments: Invert colors, adjust contrast, brightness, and saturationGrayscale Mode: Convert website to grayscale for users with visual impairmentsHide Images: Reduce visual distractions for easier readingReading and Navigation AidsReading Line: Adds a guide line to help follow textReading Mask: Places a mask over text to isolate lines and enhance focusReadable Fonts: Converts to highly legible fonts for better comprehensionHighlight Links: Makes links more prominent for easier navigationDyslexic Fonts: Special typography for users with dyslexiaPage Structure: Simplified layout options for easier navigationAssistive TechnologiesKeyboard Navigation: Full website control using keyboard (Tab, Shift+Tab, Enter)Alt Text for Images: AI-generated image descriptions where manual ones aren't providedRead Page Aloud: Text-to-speech functionalityStop Animations: Pause motion content for users with vestibular disordersLimitations and FeedbackDespite our best efforts to ensure accessibility, there may be some limitations. Content provided by third parties, user-generated content, or certain legacy pages may not be fully accessible. We are continuously working to improve our website's accessibility.We welcome your feedback on the accessibility of our website. If you encounter any barriers or have suggestions for improvement, please contact us. We are committed to addressing these issues promptly.Technical InformationThe accessibility features on this website are provided through the Accessibly App, which utilizes several technologies including HTML, CSS, JavaScript, and various frameworks to enhance accessibility. Our implementation strives to be compatible with major screen readers and assistive technologies.Legal DisclaimerWhile we strive to adhere to WCAG 2.1 Level AA standards and provide accessible content, we cannot guarantee that our website will be accessible to all users under all circumstances. This website is provided 'as is' without any representations or warranties, express or implied.In no event shall we be liable for any damages arising from or related to:Inability to access or use the websiteAny alleged non-compliance with accessibility laws or regulationsAny disruption or errors in the functionality of accessibility featuresBy using this website, you agree to hold us harmless from any claims related to website accessibility issues. We are committed to addressing accessibility barriers in good faith but cannot guarantee immediate resolution in all cases.Contact UsIf you have any questions about our accessibility efforts or encounter any barriers while using our website, please contact us.
Reset SettingsAccessibility statement
Skip to content
:root {
--COLOR-NAV-TEXT-TRANSPARENT: #ffffff;
--COLOR-HEADER-TRANSPARENT-GRADIENT: rgba(0, 0, 0, 0.2);
--LOGO-PADDING: 15px;
--menu-backfill-height: auto;
}
Cart
$0.00
(0)
New Arrivals
Shop All
Cocktail
Evening
Signature
Day
Fur Free
Organza
Floral
Satin
Wedding Shop
Black Tie
Cocktail
Mother of the Bride
Bridesmaids
Bridal
Sale
All Dresses
Cocktail Dresses
Evening Gowns
Bridal
Final Markdowns
My Account
Search
Cart
$0.00
(0)
My Account
Search
Clear
<div aria-live="polite">
<p>
{{…[truncated by Evolize: exceeded D1 value limit]
Markup<body id="your-shopping-cart" class="template-cart theme-animate-hover" data-aos-easing="ease" data-aos-duration="400" data-aos-delay="0"><div id="accessiblyWidgetLandmark" role="complementary" aria-label="Accessibility Tools" class="accessibly-app-ignore"><div id="accessiblyAppWidgetButton" class="accessibly-app-widget-button-container accessibly-app-ignore middle-right" style="right: 10px;"><button id="accessiblyAppDialogButton" tabindex="-1" aria-label="Accessibility Widget, click to open" class="accessibly-app-widget-button accessibly-app-ignore accessibly-app-icon-small" style="background…
Affected pages/pages/contact /pages/terms-of-service /cart
Medium
Elements must only use permitted ARIA attributes
WCAG 4.1.2 (A)17 instances2 inspected pages
Elements must only use permitted ARIA attributes
Why it mattersElements must only use permitted ARIA attributes
Recommended correctionReview the affected element and correct the reported accessibility issue.
View 17 affected elements
Component · Ref TI7HQE
Affected pagehttps://theiacouture.com/
Elementproduct-grid-item-variant[data-grid-item="9177670058212"]
Accessible name0 / Crimson Bloom
Markup<product-grid-item-variant class="
product-grid-it..." style="
--enter-animati..." data-grid-item="9177670058212" data-slideshow-style="second_immediately" data-grid-item-varia...="49584107061476" aria-label="0 / Crimson Bloom"> Component · Ref GES7E5
Affected pagehttps://theiacouture.com/products/883492
Elementlegend[aria-label="Size"]
Accessible nameSize
Markup<legend class="radio__legend" aria-label="Size">
<span class="radio__legend__label">Size</span>
<span data-option-value="" data-swapper-target="">0</span>
</legend> Component · Ref 0BP88O
Affected pagehttps://theiacouture.com/products/883492
Elementdiv[data-media-id="14930288378044"]
Accessible namecolor%PAIR%Midnight%ITEM%type%PAIR%productImage%DATA%back
Markup<div class="product__media" data-media-slide="" data-media-id="14930288378044" data-type="image" aria-label="color%PAIR%Midnight%ITEM%type%PAIR%productImage%DATA%back" data-aspect-ratio="0.6666666666666666">
Component · Ref 28NSAJ
Affected pagehttps://theiacouture.com/
Elementproduct-grid-item[data-item-id="9177669533924"]
Accessible nameLyon Pleated Draped Rose Gown
Markup<product-grid-item aria-label="Lyon Pleated Draped Rose Gown" class="product-grid-item group/product-grid-item" data-item-id="9177669533924">