.df-a11y-root,
.df-a11y-root * {
    box-sizing: border-box;
}

.df-a11y-root {
    position: fixed !important;
    right: 8px !important;
    bottom: 10px !important;
    z-index: 2147483000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.4 !important;
    color: #111827 !important;
    filter: none !important;
}

.df-a11y-root[hidden],
.df-a11y-root.df-a11y-is-hidden {
    display: none !important;
}

.df-a11y-trigger {
    width: 62px !important;
    height: 62px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111827 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.22) !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
    padding: 0 !important;
}

.df-a11y-trigger:hover,
.df-a11y-trigger:focus {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28) !important;
    outline: 3px solid rgba(37, 99, 235, .22) !important;
}

.df-a11y-trigger__icon {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    color: #111827 !important;
}

.df-a11y-trigger__icon svg {
    width: 60px !important;
    height: 60px !important;
    display: block !important;
}

.df-a11y-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483001 !important;
    filter: none !important;
}

.df-a11y-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, .45) !important;
}

.df-a11y-panel {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    width: 480px !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100vh - 96px) !important;
    overflow: auto !important;
    padding: 20px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .32) !important;
    filter: none !important;
}

.df-a11y-panel__header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 18px !important;
}

.df-a11y-panel__eyebrow {
    margin: 0 0 4px !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
}

.df-a11y-panel__title {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.df-a11y-panel__close {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #f9fafb !important;
    color: #111827 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
}

.df-a11y-section {
    margin-top: 16px !important;
}

.df-a11y-section__title {
    margin: 0 0 10px !important;
    color: #374151 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.df-a11y-font {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
    background: #f9fafb !important;
}

.df-a11y-step {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
}

.df-a11y-font__value {
    min-width: 80px !important;
    text-align: center !important;
    color: #111827 !important;
    font-size: 17px !important;
}

.df-a11y-option {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 34px 1fr 24px !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 8px 0 !important;
    padding: 13px 14px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #111827 !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .05) !important;
}

.df-a11y-option:hover,
.df-a11y-option:focus {
    border-color: #cbd5e1 !important;
    outline: 3px solid rgba(37, 99, 235, .14) !important;
}

.df-a11y-option__icon {
    color: #374151 !important;
    font-size: 18px !important;
    text-align: center !important;
}

.df-a11y-option__check {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #9ca3af !important;
    border-radius: 6px !important;
    background: #ffffff !important;
}

.df-a11y-option.is-active .df-a11y-option__check {
    background: #111827 !important;
    border-color: #111827 !important;
    box-shadow: inset 0 0 0 4px #ffffff !important;
}

.df-a11y-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 18px !important;
}

.df-a11y-secondary {
    width: 100% !important;
    min-height: 42px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 12px !important;
    background: #f9fafb !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

html.df-a11y-link-underline body a,
html.df-a11y-link-underline body a span,
html.df-a11y-link-underline body .nav a,
html.df-a11y-link-underline body .nav a span,
html.df-a11y-link-underline body [class*="menu"] a,
html.df-a11y-link-underline body [class*="menu"] a span {
    text-decoration: underline !important;
    text-underline-offset: .18em !important;
    text-decoration-thickness: .08em !important;
}

html.df-a11y-title-underline body h1,
html.df-a11y-title-underline body h2,
html.df-a11y-title-underline body h3,
html.df-a11y-title-underline body h4,
html.df-a11y-title-underline body h5,
html.df-a11y-title-underline body h6,
html.df-a11y-title-underline body .page-title,
html.df-a11y-title-underline body .block-title,
html.df-a11y-title-underline body .product-name {
    text-decoration: underline !important;
    text-underline-offset: .18em !important;
    text-decoration-thickness: .08em !important;
}

html.df-a11y-no-animations *,
html.df-a11y-no-animations *::before,
html.df-a11y-no-animations *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}




html.df-a11y-grayscale .df-a11y-root,
html.df-a11y-grayscale .df-a11y-root *,
html.df-a11y-high-contrast .df-a11y-root,
html.df-a11y-high-contrast .df-a11y-root *,
html.df-a11y-invert-colors .df-a11y-root,
html.df-a11y-invert-colors .df-a11y-root * {
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.df-a11y-root {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    isolation: isolate !important;
}


/* v0.1.2 - Safe color layer.
   Color filters are rendered through a fixed overlay layer instead of filtering body children.
   This prevents sticky/fixed headers from being pushed by transformed page wrappers. */
.df-a11y-filter-layer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482998 !important;
    pointer-events: none !important;
    background: rgba(255, 255, 255, 0.001) !important;
    display: none !important;
    filter: none !important;
}

html.df-a11y-has-color-filter .df-a11y-filter-layer {
    display: block !important;
}

/* Defensive override for older module CSS still cached/merged by the theme. */
html.df-a11y-grayscale body > *:not(.df-a11y-root):not(.df-a11y-filter-layer):not(script):not(style):not(link),
html.df-a11y-high-contrast body > *:not(.df-a11y-root):not(.df-a11y-filter-layer):not(script):not(style):not(link),
html.df-a11y-invert-colors body > *:not(.df-a11y-root):not(.df-a11y-filter-layer):not(script):not(style):not(link) {
    filter: none !important;
}
/* v0.1.2 - Safe color layer.
   Color filters are rendered through a fixed overlay layer instead of filtering body children.
   This prevents sticky/fixed headers from being pushed by transformed page wrappers. */
.df-a11y-filter-layer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482998 !important;
    pointer-events: none !important;
    background: rgba(255, 255, 255, 0.001) !important;
    display: none !important;
    filter: none !important;
}

html.df-a11y-has-color-filter .df-a11y-filter-layer {
    display: block !important;
}

/* Defensive override for older module CSS still cached/merged by the theme. */
html.df-a11y-grayscale body > *:not(.df-a11y-root):not(.df-a11y-filter-layer):not(script):not(style):not(link),
html.df-a11y-high-contrast body > *:not(.df-a11y-root):not(.df-a11y-filter-layer):not(script):not(style):not(link),
html.df-a11y-invert-colors body > *:not(.df-a11y-root):not(.df-a11y-filter-layer):not(script):not(style):not(link) {
    filter: none !important;
}
/* v0.1.4 - Safe large cursor overlay.
   Keeps cursor options, but avoids SVG data-uri cursor(), which can cause rendering issues on some themes/browsers. */
.df-a11y-visual-cursor {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 48px !important;
    height: 48px !important;
    z-index: 2147483002 !important;
    pointer-events: none !important;
    display: none !important;
    transform: translate(-4px, -4px) !important;
    filter: none !important;
    will-change: transform !important;
}

.df-a11y-visual-cursor svg {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
}

html.df-a11y-cursor-light .df-a11y-visual-cursor,
html.df-a11y-cursor-dark .df-a11y-visual-cursor {
    display: block !important;
}

html.df-a11y-cursor-light .df-a11y-visual-cursor__fill {
    fill: #ffffff !important;
}

html.df-a11y-cursor-light .df-a11y-visual-cursor__stroke {
    stroke: #111827 !important;
}

html.df-a11y-cursor-dark .df-a11y-visual-cursor__fill {
    fill: #111827 !important;
}

html.df-a11y-cursor-dark .df-a11y-visual-cursor__stroke {
    stroke: #ffffff !important;
}

@media (max-width: 767px) {
    .df-a11y-root {
        right: 8px !important;
        bottom: 10px !important;
    }

    .df-a11y-panel {
        right: 12px !important;
        bottom: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        padding: 16px !important;
    }

    .df-a11y-panel__title {
        font-size: 21px !important;
    }
}

/* v0.1.1 stability fixes */
html.df-a11y-font-scaled body .navigation a,
html.df-a11y-font-scaled body .navigation a *,
html.df-a11y-font-scaled body .nav a,
html.df-a11y-font-scaled body .nav a *,
html.df-a11y-font-scaled body [class*="menu"] a,
html.df-a11y-font-scaled body [class*="menu"] a *,
html.df-a11y-font-scaled body [class*="nav"] a,
html.df-a11y-font-scaled body [class*="nav"] a * {
    line-height: 1.2 !important;
}

html.df-a11y-font-scaled body .navigation li,
html.df-a11y-font-scaled body .nav li,
html.df-a11y-font-scaled body [class*="menu"] li,
html.df-a11y-font-scaled body [class*="nav"] li {
    overflow: visible !important;
}

html.df-a11y-grayscale .df-a11y-root,
html.df-a11y-high-contrast .df-a11y-root,
html.df-a11y-invert-colors .df-a11y-root {
    display: block !important;
    position: fixed !important;
    z-index: 2147483000 !important;
}


/* v0.1.5 - fixed widget position on all resolutions. */
.df-a11y-root {
    right: 8px !important;
    bottom: 10px !important;
}
@media (max-width: 767px) {
    .df-a11y-root {
        right: 8px !important;
        bottom: 10px !important;
    }
}


.df-a11y-link-button {
    text-decoration: none !important;
}
.df-a11y-link-button:hover,
.df-a11y-link-button:focus {
    text-decoration: none !important;
}


/* v0.1.7 - Footer buttons visual fix.
   Strong override for custom/Luma based themes that affect links/buttons inside the accessibility panel. */
.df-a11y-root .df-a11y-actions {
    all: unset !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

.df-a11y-root .df-a11y-actions > button,
.df-a11y-root .df-a11y-actions > a,
.df-a11y-root button.df-a11y-secondary,
.df-a11y-root a.df-a11y-secondary,
.df-a11y-root .df-a11y-link-button {
    all: unset !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 42px !important;
    height: auto !important;
    padding: 11px 14px !important;
    margin: 0 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 12px !important;
    background: #f9fafb !important;
    color: #111827 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    cursor: pointer !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.df-a11y-root .df-a11y-actions > button:hover,
.df-a11y-root .df-a11y-actions > button:focus,
.df-a11y-root .df-a11y-actions > a:hover,
.df-a11y-root .df-a11y-actions > a:focus,
.df-a11y-root button.df-a11y-secondary:hover,
.df-a11y-root button.df-a11y-secondary:focus,
.df-a11y-root a.df-a11y-secondary:hover,
.df-a11y-root a.df-a11y-secondary:focus,
.df-a11y-root .df-a11y-link-button:hover,
.df-a11y-root .df-a11y-link-button:focus {
    background: #ffffff !important;
    color: #111827 !important;
    text-decoration: none !important;
    outline: 2px solid #2563eb !important;
    outline-offset: 2px !important;
}
