#marl-a11y-root,#marl-a11y-root *{box-sizing:border-box}#marl-a11y-root{--marl-a11y-navy: #0a2b4b;--marl-a11y-navy-2: #123d66;--marl-a11y-ink: #101820;--marl-a11y-muted: #5f6b76;--marl-a11y-line: #e7ebef;--marl-a11y-soft: #f6f8fa;--marl-a11y-white: #ffffff;--marl-a11y-active: #eaf2f9;--marl-a11y-shadow: 0 24px 70px rgba(7, 29, 49, .18), 0 4px 18px rgba(7, 29, 49, .09);position:relative;z-index:12000;font-family:Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal}#marl-a11y-root [hidden]{display:none!important}#marl-a11y-root button{font:inherit;text-transform:none;letter-spacing:normal}#marl-a11y-root .marl-a11y__launcher{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:max(14px,env(safe-area-inset-bottom));z-index:12001;width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:var(--marl-a11y-navy);color:#fff;box-shadow:0 7px 20px #0a2b4b38;cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}#marl-a11y-root .marl-a11y__launcher:hover{background:var(--marl-a11y-navy-2);transform:translateY(-2px);box-shadow:0 9px 24px #0a2b4b47}#marl-a11y-root .marl-a11y__launcher:focus-visible,#marl-a11y-root .marl-a11y__close:focus-visible,#marl-a11y-root .marl-a11y__tool:focus-visible,#marl-a11y-root .marl-a11y__reset:focus-visible,#marl-a11y-root .marl-a11y__stepper-button:focus-visible,#marl-a11y-root .marl-a11y__language:focus-visible{outline:3px solid #7fc4ff;outline-offset:3px}#marl-a11y-root .marl-a11y__launcher-icon{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}#marl-a11y-root .marl-a11y__launcher-icon svg{width:24px;height:24px;display:block}#marl-a11y-root .marl-a11y__panel{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:max(70px,calc(env(safe-area-inset-bottom) + 58px));width:min(430px,calc(100vw - 40px));max-height:min(720px,calc(100vh - 108px));z-index:12000;overflow:hidden;border:1px solid rgba(10,43,75,.1);border-radius:22px;background:var(--marl-a11y-white);color:var(--marl-a11y-ink);box-shadow:var(--marl-a11y-shadow);opacity:0;transform:translateY(12px) scale(.985);transform-origin:bottom left;transition:opacity .18s ease,transform .18s ease}#marl-a11y-root.is-open .marl-a11y__panel{opacity:1;transform:translateY(0) scale(1)}#marl-a11y-root .marl-a11y__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 22px 18px;border-bottom:1px solid var(--marl-a11y-line)}#marl-a11y-root .marl-a11y__header-copy{min-width:0;flex:1 1 auto}#marl-a11y-root .marl-a11y__languages{display:inline-flex;align-items:center;gap:4px;margin-top:12px;padding:3px;border:1px solid var(--marl-a11y-line);border-radius:10px;background:var(--marl-a11y-soft)}#marl-a11y-root .marl-a11y__language{min-height:29px;padding:5px 9px;border:0;border-radius:7px;background:transparent;color:var(--marl-a11y-muted);font-size:11px;line-height:1;font-weight:700;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}#marl-a11y-root .marl-a11y__language:hover{color:var(--marl-a11y-ink)}#marl-a11y-root .marl-a11y__language[aria-pressed=true]{background:#fff;color:var(--marl-a11y-navy);box-shadow:0 1px 4px #0a2b4b1a}#marl-a11y-root .marl-a11y__title{margin:0;color:var(--marl-a11y-ink);font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em}#marl-a11y-root .marl-a11y__subtitle{margin:5px 0 0;color:var(--marl-a11y-muted);font-size:13px;line-height:1.45}#marl-a11y-root .marl-a11y__close{width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--marl-a11y-line);border-radius:50%;background:var(--marl-a11y-white);color:var(--marl-a11y-ink);cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}#marl-a11y-root .marl-a11y__close:hover{background:var(--marl-a11y-soft);border-color:#d8dee4;transform:rotate(2deg)}#marl-a11y-root .marl-a11y__close svg{width:20px;height:20px}#marl-a11y-root .marl-a11y__content{padding:18px 18px 16px;overflow-y:auto;overscroll-behavior:contain;max-height:calc(min(720px,calc(100vh - 108px)) - 164px);scrollbar-width:thin}#marl-a11y-root .marl-a11y__text-control{min-height:72px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--marl-a11y-line);border-radius:15px;background:var(--marl-a11y-soft);margin-bottom:12px}#marl-a11y-root .marl-a11y__text-control-copy{min-width:0;display:flex;flex-direction:column;gap:2px}#marl-a11y-root .marl-a11y__control-label{color:var(--marl-a11y-ink);font-size:14px;line-height:1.25;font-weight:700}#marl-a11y-root .marl-a11y__control-value{color:var(--marl-a11y-muted);font-size:12px;line-height:1.2;font-variant-numeric:tabular-nums}#marl-a11y-root .marl-a11y__stepper{display:flex;direction:ltr;gap:6px;flex:0 0 auto}#marl-a11y-root .marl-a11y__stepper-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #d9e0e6;border-radius:11px;background:#fff;color:var(--marl-a11y-navy);cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}#marl-a11y-root .marl-a11y__stepper-button:hover{background:var(--marl-a11y-active);border-color:#bccbd8;transform:translateY(-1px)}#marl-a11y-root .marl-a11y__stepper-button:disabled{opacity:.38;cursor:not-allowed;transform:none}#marl-a11y-root .marl-a11y__stepper-button svg{width:19px;height:19px}#marl-a11y-root .marl-a11y__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}#marl-a11y-root .marl-a11y__tool{position:relative;min-height:88px;padding:12px 12px 11px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px;text-align:start;border:1px solid var(--marl-a11y-line);border-radius:15px;background:#fff;color:var(--marl-a11y-ink);cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}#marl-a11y-root .marl-a11y__tool:hover{border-color:#cbd6df;background:#fbfcfd;transform:translateY(-1px)}#marl-a11y-root .marl-a11y__tool[aria-pressed=true]{border-color:#0a2b4b6b;background:var(--marl-a11y-active);box-shadow:inset 0 0 0 1px #0a2b4b0d}#marl-a11y-root .marl-a11y__tool[aria-pressed=true]:after{content:"";position:absolute;top:11px;inset-inline-end:11px;width:17px;height:17px;border-radius:50%;background:var(--marl-a11y-navy);box-shadow:inset 0 0 0 4px var(--marl-a11y-active)}#marl-a11y-root .marl-a11y__tool-icon{width:29px;height:29px;display:inline-flex;align-items:center;justify-content:center;color:var(--marl-a11y-navy)}#marl-a11y-root .marl-a11y__tool-icon svg{width:27px;height:27px;display:block}#marl-a11y-root .marl-a11y__tool>span:last-child{color:inherit;font-size:13px;line-height:1.35;font-weight:700}#marl-a11y-root .marl-a11y__reset{width:100%;min-height:46px;margin-top:12px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--marl-a11y-line);border-radius:13px;background:#fff;color:var(--marl-a11y-navy);font-size:13px;line-height:1.2;font-weight:700;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .15s ease,border-color .15s ease}#marl-a11y-root .marl-a11y__reset:hover{background:var(--marl-a11y-soft);border-color:#d4dce3}#marl-a11y-root .marl-a11y__reset svg{width:18px;height:18px}#marl-a11y-root .marl-a11y__footer{min-height:50px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--marl-a11y-line);background:#fbfcfd;color:var(--marl-a11y-muted);font-size:11px;line-height:1.3}#marl-a11y-root .marl-a11y__kbd{white-space:nowrap}#marl-a11y-root .marl-a11y__kbd kbd{min-width:29px;padding:3px 6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8dee4;border-bottom-width:2px;border-radius:6px;background:#fff;color:#45515d;font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:1}#marl-a11y-root .marl-a11y__sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body.marl-a11y-readable-font>:not(#marl-a11y-root),body.marl-a11y-readable-font>:not(#marl-a11y-root) *{font-family:Arial,Helvetica,sans-serif!important}body.marl-a11y-highlight-links>:not(#marl-a11y-root) a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important;outline:2px solid currentColor!important;outline-offset:2px!important}body.marl-a11y-highlight-headings>:not(#marl-a11y-root) :is(h1,h2,h3,h4,h5,h6,[role=heading]){outline:2px solid #0a2b4b!important;outline-offset:3px!important;text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:4px!important}body.marl-a11y-text-spacing>:not(#marl-a11y-root),body.marl-a11y-text-spacing>:not(#marl-a11y-root) *{line-height:1.75!important;letter-spacing:.04em!important;word-spacing:.12em!important}body.marl-a11y-reduce-motion>:not(#marl-a11y-root),body.marl-a11y-reduce-motion>:not(#marl-a11y-root) *,body.marl-a11y-reduce-motion>:not(#marl-a11y-root) *:before,body.marl-a11y-reduce-motion>:not(#marl-a11y-root) *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}body.marl-a11y-focus-mode>:not(#marl-a11y-root) :focus-visible{outline:4px solid #ffcc00!important;outline-offset:4px!important;box-shadow:0 0 0 2px #111!important}body.marl-a11y-big-cursor,body.marl-a11y-big-cursor>:not(#marl-a11y-root),body.marl-a11y-big-cursor>:not(#marl-a11y-root) *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M5 3l25 18-12 2.8L24 35l-6 3-6-12-7 7V3z' fill='white' stroke='black' stroke-width='2.2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 3,auto!important}body.marl-a11y-grayscale>:not(#marl-a11y-root){filter:grayscale(1)!important}body.marl-a11y-high-contrast>:not(#marl-a11y-root),body.marl-a11y-high-contrast>:not(#marl-a11y-root) *{background-color:#000!important;background-image:none!important;color:#fff!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}body.marl-a11y-high-contrast>:not(#marl-a11y-root) a,body.marl-a11y-high-contrast>:not(#marl-a11y-root) button,body.marl-a11y-high-contrast>:not(#marl-a11y-root) [role=button]{color:#ffe500!important;text-decoration-color:#ffe500!important}body.marl-a11y-high-contrast>:not(#marl-a11y-root) :is(input,select,textarea){background:#000!important;color:#fff!important;border:2px solid #fff!important}body.marl-a11y-high-contrast>:not(#marl-a11y-root) img,body.marl-a11y-high-contrast>:not(#marl-a11y-root) video{filter:contrast(1.25)!important}body.marl-a11y-yellow-black>:not(#marl-a11y-root),body.marl-a11y-yellow-black>:not(#marl-a11y-root) *{background-color:#000!important;background-image:none!important;color:#ffe600!important;border-color:#ffe600!important;box-shadow:none!important;text-shadow:none!important}body.marl-a11y-yellow-black>:not(#marl-a11y-root) :is(input,select,textarea){background:#000!important;color:#ffe600!important;border:2px solid #ffe600!important}@media(max-width:640px){#marl-a11y-root .marl-a11y__launcher{left:max(10px,env(safe-area-inset-left));bottom:max(10px,env(safe-area-inset-bottom));width:40px;height:40px;padding:0}#marl-a11y-root .marl-a11y__launcher-icon{width:30px;height:30px}#marl-a11y-root .marl-a11y__panel{left:10px;right:10px;bottom:max(62px,calc(env(safe-area-inset-bottom) + 52px));width:auto;max-height:min(74vh,680px);border-radius:20px}#marl-a11y-root .marl-a11y__header{padding:18px 17px 15px}#marl-a11y-root .marl-a11y__title{font-size:22px}#marl-a11y-root .marl-a11y__subtitle{font-size:12px}#marl-a11y-root .marl-a11y__content{padding:14px;max-height:calc(min(74vh,680px) - 151px)}#marl-a11y-root .marl-a11y__tool{min-height:82px;padding:11px}#marl-a11y-root .marl-a11y__footer{padding:10px 14px;font-size:10px}}@media(max-width:370px){#marl-a11y-root .marl-a11y__grid{grid-template-columns:1fr}#marl-a11y-root .marl-a11y__tool{min-height:66px;flex-direction:row;align-items:center;justify-content:flex-start}#marl-a11y-root .marl-a11y__tool[aria-pressed=true]:after{top:50%;transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){#marl-a11y-root .marl-a11y__launcher,#marl-a11y-root .marl-a11y__panel,#marl-a11y-root .marl-a11y__tool,#marl-a11y-root .marl-a11y__close,#marl-a11y-root .marl-a11y__stepper-button,#marl-a11y-root .marl-a11y__language{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/marline-accessibility.css.map */
