@keyframes a11y-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.a11y-panel{border:0;padding:0;margin:0;width:min(420px,calc(100vw - 24px));max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);border-radius:18px;display:none;flex-direction:column;overflow:hidden;background:#fff;color:#1a1a1a;position:fixed;top:16px;right:16px;left:auto;z-index:2147483647;box-shadow:0 4px 6px #0000000a,0 10px 24px #0000001a,0 20px 48px #00000014;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.a11y-panel.a11y-panel--left{left:16px;right:auto}.a11y-panel[open],.a11y-panel.is-open{display:flex;animation:a11y-slideIn .22s ease-out}.a11y-panel::backdrop{background:transparent}.a11y-panel__header-wrap{flex-shrink:0;padding:18px 18px 0}.a11y-panel__header{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;background:#1a1a1a!important;color:#fff!important;border-radius:12px}.a11y-panel__header .a11y-panel__title{color:#fff!important}.a11y-panel__title{font-size:17px;font-weight:700;margin:0;letter-spacing:-.01em;color:#fff!important}.a11y-panel__close{background:#fff;border:0;width:30px;height:30px;border-radius:999px;cursor:pointer;display:grid;place-content:center;color:#1a1a1a!important;font-size:15px;font-weight:700;line-height:1;transition:background .15s ease,transform .15s ease}.a11y-panel__close svg,.a11y-panel__close path{color:#1a1a1a!important;stroke:#1a1a1a!important}.a11y-panel__close:hover{background:#e0e0e0;transform:scale(1.06)}.a11y-panel__body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:0 18px 18px;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.a11y-panel__body::-webkit-scrollbar{width:5px}.a11y-panel__body::-webkit-scrollbar-track{background:transparent}.a11y-panel__body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}.a11y-panel__body::-webkit-scrollbar-thumb:hover{background:#aaa}.a11y-panel__intro{margin:14px 0 2px;color:#666;font-size:13.5px;line-height:1.55}.a11y-panel__hint{margin:2px 0 14px;color:#999;font-size:11.5px}.a11y-panel__hint kbd{display:inline-block;padding:1px 5px;font-size:10.5px;font-family:inherit;background:#f4f4f4;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px #ccc;vertical-align:1px}.a11y-panel__profiles{border:1.5px solid #1a1a1a;border-radius:14px;padding:2px 10px 10px;margin:0 0 14px}.a11y-panel__profiles-summary{cursor:pointer;font-weight:700;list-style:none;padding:10px 2px;font-size:14.5px;display:flex;align-items:center;justify-content:space-between;user-select:none;-webkit-user-select:none}.a11y-panel__profiles-summary::-webkit-details-marker{display:none}.a11y-panel__profiles-summary::marker{display:none;content:""}.a11y-panel__profiles-summary:after{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #1a1a1a;flex-shrink:0;transition:transform .2s ease}.a11y-panel__profiles[open] .a11y-panel__profiles-summary:after{transform:rotate(180deg)}.a11y-panel__profiles-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:4px}.a11y-profile{background:#fff;border:1.5px solid #1a1a1a;border-radius:10px;padding:9px 10px;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:inherit;font-size:12.5px;font-weight:600;transition:background .15s ease,color .15s ease}.a11y-profile:hover{background:#f8f8f8}.a11y-profile[aria-pressed=true]{background:#1a1a1a;color:#fff}.a11y-switch{width:34px;height:18px;border-radius:999px;border:1.5px solid #1a1a1a;background:#e2e2e2;position:relative;flex-shrink:0;display:inline-block;transition:background .2s ease}.a11y-switch:after{content:"";width:12px;height:12px;border-radius:999px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s cubic-bezier(.45,.05,.55,.95);box-shadow:0 1px 2px #00000014}.a11y-profile[aria-pressed=true] .a11y-switch{background:#fff;border-color:#fff}.a11y-profile[aria-pressed=true] .a11y-switch:after{transform:translate(16px);background:#1a1a1a}.a11y-panel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.a11y-card{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:14px;background:#fff;border:1.5px solid #1a1a1a;border-radius:14px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .1s ease;user-select:none;-webkit-user-select:none}.a11y-card:hover{background:#fafafa;box-shadow:0 2px 8px #0000000f}.a11y-card:active{transform:scale(.985)}.a11y-card--tts{grid-template-columns:1fr;gap:10px}.a11y-card__content{display:flex;flex-direction:column;gap:3px}.a11y-card__title{font-weight:700;display:block;font-size:13.5px;line-height:1.3;color:#1a1a1a}.a11y-card__desc{color:#777;font-size:11.5px;line-height:1.35}.a11y-card input[type=checkbox]{width:44px;height:24px;-webkit-appearance:none;appearance:none;border-radius:999px;background:#e2e2e2;border:1.5px solid #1a1a1a;position:relative;outline:none;cursor:pointer;flex-shrink:0;transition:background .2s ease}.a11y-card input[type=checkbox]:before{content:"";width:18px;height:18px;border-radius:999px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s cubic-bezier(.45,.05,.55,.95);box-shadow:0 1px 3px #0000001a}.a11y-card input[type=checkbox]:checked{background:#1a1a1a}.a11y-card input[type=checkbox]:checked:before{transform:translate(20px)}.a11y-tts-toggle{display:flex;flex-direction:column;gap:2px;text-align:left;background:#fff;border:1.5px solid #1a1a1a;border-radius:10px;padding:10px 12px;cursor:pointer;font-family:inherit;font-size:inherit;transition:background .15s ease,color .15s ease}.a11y-tts-toggle:hover{background:#fafafa}.a11y-tts-toggle[aria-pressed=true]{background:#1a1a1a;color:#fff}.a11y-tts-speeds{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.a11y-tts-speeds button{border:1.5px solid #1a1a1a;background:#fff;border-radius:10px;padding:7px 4px;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:inherit;transition:background .15s ease,color .15s ease}.a11y-tts-speeds button:hover{background:#f5f5f5}.a11y-tts-speeds button[aria-pressed=true]{background:#1a1a1a;color:#fff}.a11y-panel__footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px 16px;border-top:1.5px solid #eaeaea}.a11y-side-switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:#666;user-select:none;-webkit-user-select:none}.a11y-side-switch input[type=checkbox]{width:38px;height:21px;-webkit-appearance:none;appearance:none;border-radius:999px;background:#e2e2e2;border:1.5px solid #bbb;position:relative;cursor:pointer;flex-shrink:0;transition:background .2s ease}.a11y-side-switch input[type=checkbox]:before{content:"";width:15px;height:15px;border-radius:999px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s cubic-bezier(.45,.05,.55,.95);box-shadow:0 1px 2px #0000001a}.a11y-side-switch input[type=checkbox]:checked{background:#1a1a1a;border-color:#1a1a1a}.a11y-side-switch input[type=checkbox]:checked:before{transform:translate(17px)}.a11y-panel__reset{border:0;background:#1a1a1a;color:#fff;border-radius:999px;padding:9px 20px;cursor:pointer;font-size:13px;font-family:inherit;font-weight:600;transition:background .15s ease,transform .1s ease}.a11y-panel__reset:hover{background:#333}.a11y-panel__reset:active{transform:scale(.96)}.a11y-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.a11y-card:focus-within{box-shadow:0 0 0 2px #1a1a1a}.a11y-card input:focus-visible,.a11y-panel__close:focus-visible,.a11y-panel__reset:focus-visible,.a11y-side-switch input:focus-visible,.a11y-profile:focus-visible,.a11y-tts-toggle:focus-visible,.a11y-tts-speeds button:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}@media(max-width:480px){.a11y-panel{width:calc(100vw - 16px);top:8px;right:8px;max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px);border-radius:14px}.a11y-panel.a11y-panel--left{left:8px}.a11y-panel__grid,.a11y-panel__profiles-list{grid-template-columns:1fr}}html.a11y-reduce-motion *,html.a11y-reduce-motion *:before,html.a11y-reduce-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html.a11y-pause-autoplay .slideshow,html.a11y-pause-autoplay [data-autoplay],html.a11y-pause-autoplay .slider--everywhere{animation-play-state:paused!important}html.a11y-pause-autoplay .slideshow__autoplay{display:none!important}html.a11y-text-size{font-size:120%!important}html.a11y-letter-spacing *{letter-spacing:.08em!important}html.a11y-line-height *{line-height:1.8!important}html.a11y-dyslexia-font *{font-family:OpenDyslexic,Comic Sans MS,Arial,sans-serif!important}html.a11y-underline-links a{text-decoration:underline!important;text-underline-offset:3px!important}html.a11y-reading-mode body>*:not(.a11y-panel):not(.shopify-section--footer){max-width:700px!important;margin-left:auto!important;margin-right:auto!important}html.a11y-highlight-focus a,html.a11y-highlight-focus button,html.a11y-highlight-focus input,html.a11y-highlight-focus select,html.a11y-highlight-focus textarea,html.a11y-highlight-focus [tabindex]{outline:2px dashed #1a1a1a!important;outline-offset:2px!important}html.a11y-highlight-focus *:focus{outline:3px solid #1a1a1a!important;outline-offset:2px!important;box-shadow:0 0 0 5px #1a1a1a2e!important}html.a11y-big-cursor,html.a11y-big-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M5 2l20 14-9 2 5 10-4 2-5-10-7 7z' fill='black' stroke='white' stroke-width='1'/%3E%3C/svg%3E"),auto!important}html.a11y-hide-images img,html.a11y-hide-images svg:not(.a11y-panel svg),html.a11y-hide-images [role=img],html.a11y-hide-images video{opacity:.05!important}html.a11y-contrast{filter:contrast(1.4)!important}html.a11y-monochrome{filter:grayscale(1)!important}html.a11y-invert-colors{filter:invert(1) hue-rotate(180deg)!important}html.a11y-contrast.a11y-monochrome{filter:contrast(1.4) grayscale(1)!important}html.a11y-contrast.a11y-invert-colors{filter:contrast(1.4) invert(1) hue-rotate(180deg)!important}html.a11y-monochrome.a11y-invert-colors{filter:grayscale(1) invert(1) hue-rotate(180deg)!important}html.a11y-contrast.a11y-monochrome.a11y-invert-colors{filter:contrast(1.4) grayscale(1) invert(1) hue-rotate(180deg)!important}html.a11y-contrast .a11y-panel{filter:contrast(.72)!important}html.a11y-monochrome .a11y-panel{filter:grayscale(0)!important}html.a11y-invert-colors .a11y-panel{filter:invert(1) hue-rotate(180deg)!important}html.a11y-invert-colors img,html.a11y-invert-colors video{filter:invert(1) hue-rotate(180deg)!important}html.a11y-contrast.a11y-invert-colors .a11y-panel{filter:contrast(.72) invert(1) hue-rotate(180deg)!important}html.a11y-contrast.a11y-monochrome .a11y-panel{filter:contrast(.72) grayscale(0)!important}html.a11y-monochrome.a11y-invert-colors .a11y-panel{filter:grayscale(0) invert(1) hue-rotate(180deg)!important}html.a11y-contrast.a11y-monochrome.a11y-invert-colors .a11y-panel{filter:contrast(.72) grayscale(0) invert(1) hue-rotate(180deg)!important}
/*# sourceMappingURL=/cdn/shop/t/25/assets/accessibility-widget.css.map */
