.acc-root{--acc-accent: #1746a2;--acc-accent-ink: #ffffff;--acc-bg: #ffffff;--acc-fg: #1d2430;--acc-muted: #48515f;--acc-card: #f4f6fb;--acc-card-hover: #e9eefa;--acc-border: #d8deea;--acc-shadow: 0 12px 40px rgba(16, 28, 56, .28);--acc-radius: 14px;--acc-z: 2147483640;position:fixed;z-index:var(--acc-z);font-family:Helvetica Neue,Arial,Alef,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-align:start;line-height:1.4}.acc-root,.acc-root *{letter-spacing:normal!important;word-spacing:normal!important;font-family:Helvetica Neue,Arial,Alef,system-ui,sans-serif!important;text-shadow:none!important;box-sizing:border-box}.acc-toggle{position:fixed;--acc-ty: 0;width:56px;height:56px;padding:0;border:none;border-radius:50%;background:var(--acc-accent);color:var(--acc-accent-ink);cursor:pointer;box-shadow:0 6px 20px #101c3852;display:flex;align-items:center;justify-content:center;transform:translateY(var(--acc-ty));transition:transform .18s ease,box-shadow .18s ease;z-index:var(--acc-z)}.acc-pos-bottom-right .acc-toggle{bottom:18px;right:18px}.acc-pos-bottom-left .acc-toggle{bottom:18px;left:18px}.acc-pos-middle-left .acc-toggle{top:50%;left:16px;--acc-ty: -50%}.acc-pos-middle-right .acc-toggle{top:50%;right:16px;--acc-ty: -50%}.acc-toggle:hover{transform:translateY(var(--acc-ty)) scale(1.06)}.acc-toggle:focus-visible{outline:3px solid #ffbf47;outline-offset:3px}.acc-toggle svg{width:32px;height:32px;display:block}.acc-panel{position:fixed;--acc-pty: 0px;width:360px;max-width:calc(100vw - 24px);max-height:calc(100vh - 110px);background:var(--acc-bg);color:var(--acc-fg);border-radius:var(--acc-radius);box-shadow:var(--acc-shadow);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(calc(var(--acc-pty) + 12px)) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.acc-pos-bottom-right .acc-panel{right:18px;bottom:86px}.acc-pos-bottom-left .acc-panel{left:18px;bottom:86px}.acc-pos-middle-left .acc-panel{left:86px;top:50%;--acc-pty: -50%;max-height:calc(100vh - 32px)}.acc-pos-middle-right .acc-panel{right:86px;top:50%;--acc-pty: -50%;max-height:calc(100vh - 32px)}.acc-root.is-open .acc-panel{opacity:1;transform:translateY(var(--acc-pty)) scale(1);pointer-events:auto}.acc-head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--acc-accent);color:var(--acc-accent-ink);flex:none}.acc-head h2{margin:0;font-size:17px;font-weight:700;flex:1;color:var(--acc-accent-ink)!important}.acc-head .acc-head-icon{width:24px;height:24px;flex:none}.acc-close{width:40px;height:40px;border:none;border-radius:8px;background:#ffffff29;color:var(--acc-accent-ink);cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.acc-close:hover{background:#ffffff47}.acc-close:focus-visible{outline:3px solid #ffbf47;outline-offset:2px}.acc-body{padding:12px 14px 4px;overflow-y:auto;overscroll-behavior:contain;flex:1}.acc-group-title{font-size:12px;font-weight:700;letter-spacing:.04em!important;text-transform:uppercase;color:var(--acc-muted)!important;margin:14px 4px 8px}.acc-body>.acc-group-title:first-child{margin-top:4px}.acc-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.acc-opt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:76px;padding:10px 8px;border:2px solid var(--acc-border);border-radius:12px;background:var(--acc-card);color:var(--acc-fg)!important;cursor:pointer;font-size:13px;font-weight:600;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease}.acc-opt svg{width:26px;height:26px;flex:none}.acc-opt:hover{background:var(--acc-card-hover)}.acc-opt:focus-visible{outline:3px solid var(--acc-accent);outline-offset:2px}.acc-opt[aria-pressed=true],.acc-opt.is-active{background:var(--acc-accent);border-color:var(--acc-accent);color:var(--acc-accent-ink)!important}.acc-opt .acc-level{font-size:11px;font-weight:700;opacity:.85;min-height:13px}.acc-step{grid-column:1 / -1;display:flex;align-items:center;gap:10px;padding:10px 12px;border:2px solid var(--acc-border);border-radius:12px;background:var(--acc-card)}.acc-step.is-active{border-color:var(--acc-accent)}.acc-step .acc-step-label{flex:1;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.acc-step .acc-step-label svg{width:24px;height:24px;flex:none}.acc-step-btn{width:40px;height:40px;border:none;border-radius:8px;background:var(--acc-accent);color:var(--acc-accent-ink);font-size:20px;font-weight:700;line-height:1;cursor:pointer;flex:none;display:flex;align-items:center;justify-content:center}.acc-step-btn:hover{filter:brightness(1.08)}.acc-step-btn:disabled{opacity:.4;cursor:not-allowed}.acc-step-btn:focus-visible{outline:3px solid var(--acc-accent);outline-offset:2px}.acc-step-btn svg{width:18px;height:18px}.acc-step-dots{display:flex;gap:4px;min-width:64px;justify-content:center}.acc-step-dots span{width:9px;height:9px;border-radius:50%;background:var(--acc-border)}.acc-step-dots span.on{background:var(--acc-accent)}.acc-foot{flex:none;border-top:1px solid var(--acc-border);padding:10px 14px 12px;display:flex;flex-direction:column;gap:8px;background:var(--acc-bg)}.acc-foot-row{display:flex;gap:8px}.acc-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;border:2px solid var(--acc-border);background:var(--acc-card);color:var(--acc-fg)!important;text-decoration:none!important}.acc-btn svg{width:18px;height:18px}.acc-btn:hover{background:var(--acc-card-hover)}.acc-btn:focus-visible{outline:3px solid var(--acc-accent);outline-offset:2px}.acc-btn-reset{background:#fdecec;border-color:#f3c2c2;color:#a42325!important}.acc-btn-reset:hover{background:#fbdcdc}.acc-btn-statement{background:var(--acc-accent);border-color:var(--acc-accent);color:var(--acc-accent-ink)!important}.acc-btn-statement:hover{filter:brightness(1.06)}.acc-sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:480px){.acc-panel{width:auto;left:8px;right:8px;max-height:calc(100vh - 24px)}.acc-pos-bottom-right .acc-panel,.acc-pos-bottom-left .acc-panel{bottom:80px;top:auto;--acc-pty: 0px}.acc-pos-middle-left .acc-panel,.acc-pos-middle-right .acc-panel{top:50%;bottom:auto;left:8px;right:8px}.acc-root.is-open .acc-toggle{opacity:0;pointer-events:none}}@media(prefers-reduced-motion:reduce){.acc-panel,.acc-toggle{transition:none!important}}html.acc-readable-font body>:not(.acc-root) :where(p,li,a,span,h1,h2,h3,h4,h5,h6,button,input,select,textarea,label,td,th,dd,dt,blockquote,figcaption){font-family:Tahoma,Arial,Alef,Helvetica Neue,sans-serif!important}html.acc-highlight-links body>:not(.acc-root) :where(a){text-decoration:underline!important;text-underline-offset:2px!important;outline:2px solid #ffbf00!important;outline-offset:1px!important;background-color:#ffbf002e!important;font-weight:700!important}html.acc-highlight-titles body>:not(.acc-root) :where(h1,h2,h3,h4,h5,h6){outline:2px dashed #2b7a2b!important;outline-offset:2px!important;background-color:#2b7a2b1a!important}html.acc-spacing-1 body>:not(.acc-root) :where(p,li,a,span,h1,h2,h3,h4,h5,h6,label,td,th,blockquote,dd,dt){line-height:1.7!important;letter-spacing:.06em!important;word-spacing:.12em!important}html.acc-spacing-2 body>:not(.acc-root) :where(p,li,a,span,h1,h2,h3,h4,h5,h6,label,td,th,blockquote,dd,dt){line-height:2.1!important;letter-spacing:.12em!important;word-spacing:.2em!important}html.acc-align-left body>:not(.acc-root) :where(p,li,h1,h2,h3,h4,h5,h6,blockquote){text-align:left!important}html.acc-align-center body>:not(.acc-root) :where(p,li,h1,h2,h3,h4,h5,h6,blockquote){text-align:center!important}html.acc-align-right body>:not(.acc-root) :where(p,li,h1,h2,h3,h4,h5,h6,blockquote){text-align:right!important}html.acc-color-invert body,html.acc-color-invert .acc-root{filter:invert(1) hue-rotate(180deg)!important}html.acc-color-invert body :where(img,video,picture,iframe){filter:invert(1) hue-rotate(180deg)!important}html.acc-color-grayscale body{filter:grayscale(1)!important}html.acc-color-sat-high body{filter:saturate(2.2)!important}html.acc-color-sat-low body{filter:saturate(.45)!important}html.acc-contrast-dark body>:not(.acc-root):not(.acc-guide):not(.acc-mask-top):not(.acc-mask-bottom),html.acc-contrast-dark body>:not(.acc-root):not(.acc-guide):not(.acc-mask-top):not(.acc-mask-bottom) *{background-color:#000!important;background-image:none!important;color:#fff!important;border-color:#fff!important;text-shadow:none!important;box-shadow:none!important}html.acc-contrast-dark body>:not(.acc-root) :where(a,a *){color:#ff0!important}html.acc-contrast-dark body>:not(.acc-root) :where(button,input,select,textarea){border:1px solid #ffffff!important}html.acc-contrast-light body>:not(.acc-root):not(.acc-guide):not(.acc-mask-top):not(.acc-mask-bottom),html.acc-contrast-light body>:not(.acc-root):not(.acc-guide):not(.acc-mask-top):not(.acc-mask-bottom) *{background-color:#fff!important;background-image:none!important;color:#000!important;border-color:#000!important;text-shadow:none!important;box-shadow:none!important}html.acc-contrast-light body>:not(.acc-root) :where(a,a *){color:#00c!important;text-decoration:underline!important}html.acc-contrast-light body>:not(.acc-root) :where(button,input,select,textarea){border:1px solid #000000!important}html.acc-cursor-black body>:not(.acc-root),html.acc-cursor-black body>:not(.acc-root) *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M6 2l30 18-14 3 8 16-5 2-8-16-11 9z' fill='%23000' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 2,auto!important}html.acc-cursor-white body>:not(.acc-root),html.acc-cursor-white body>:not(.acc-root) *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M6 2l30 18-14 3 8 16-5 2-8-16-11 9z' fill='%23fff' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 2,auto!important}html.acc-focus body>:not(.acc-root) :where(a,button,input,select,textarea,[tabindex],[role=button],[role=link],summary):focus{outline:4px solid #1746a2!important;outline-offset:2px!important;box-shadow:0 0 0 6px #1746a259!important}html.acc-stop-anim body>:not(.acc-root),html.acc-stop-anim body>:not(.acc-root) *,html.acc-stop-anim body>:not(.acc-root) *:before,html.acc-stop-anim body>:not(.acc-root) *:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}html.acc-hide-images body>:not(.acc-root) :where(img,picture,video,svg){visibility:hidden!important}html.acc-hide-images body>:not(.acc-root) :where([style*=background-image]){background-image:none!important}.acc-guide{position:fixed;left:0;right:0;height:3px;background:#1746a2!important;box-shadow:0 0 0 1px #ffffffe6;pointer-events:none;z-index:2147483630;transform:translateY(-50%)}.acc-mask-top,.acc-mask-bottom{position:fixed;left:0;right:0;background:#000000b8!important;pointer-events:none;z-index:2147483629}.acc-mask-top{top:0}.acc-mask-bottom{bottom:0}
/*# sourceMappingURL=/cdn/shop/t/18/assets/accessibility-widget.css.map */
