.language-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--layer-window-overlay, 9999);display:none;align-items:center;justify-content:center;padding:var(--fit-padding-2xl, 32px) var(--fit-padding-xl, 24px);background-color:var(--color-background, #fff);color:var(--color-foreground, #111);isolation:isolate;opacity:0;font-family:var(--language-gate-body-font, var(--font-body--family, inherit));font-weight:var(--language-gate-body-weight, var(--font-body--weight, 400));transition:opacity .45s var(--animation-easing, ease),visibility .45s var(--animation-easing, ease)}.language-gate[data-visible=true]{display:flex;opacity:1}.language-gate[data-closing=true]{opacity:0;pointer-events:none}html.language-gate-open,html.language-gate-open>body{overflow:hidden}@supports (overflow: clip){html.language-gate-open,html.language-gate-open>body{overflow:clip}}.language-gate{overflow-y:auto;overscroll-behavior:contain}.language-gate__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden}.language-gate__background img,.language-gate__background video{width:100%;height:100%;object-fit:cover;object-position:var(--language-gate-focal, center);display:block}.language-gate[data-has-background=true] .language-gate__background img{animation:language-gate-drift 12s var(--animation-easing, ease) infinite alternate}@keyframes language-gate-drift{0%{transform:scale(1.02)}to{transform:scale(1.09)}}.language-gate__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:rgb(0 0 0 / var(--language-gate-overlay, .35))}.language-gate__panel{position:relative;width:100%;max-width:46rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--fit-padding-xl, 24px);transform:translateY(18px);opacity:0;transition:transform .7s cubic-bezier(.16,1,.3,1) .1s,opacity .7s cubic-bezier(.16,1,.3,1) .1s}.language-gate[data-visible=true] .language-gate__panel{transform:none;opacity:1}.language-gate__logo{width:var(--language-gate-logo-width, 160px);height:auto;margin-inline:auto}.language-gate__eyebrow{margin:0;font-family:inherit;font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase;opacity:var(--language-gate-eyebrow-opacity, .75);color:var(--language-gate-eyebrow-color, currentcolor)}.language-gate__heading{margin:0;font-family:var(--language-gate-heading-font, var(--font-heading--family, inherit));font-weight:var(--language-gate-heading-weight, var(--font-heading--weight, 700));font-style:var(--language-gate-heading-style, normal);font-size:clamp(1.5rem,5.6vw,var(--language-gate-heading-size, 56px));line-height:1.02;text-transform:uppercase;text-wrap:balance;color:var(--language-gate-heading-color, currentcolor)}.language-gate__subheading{margin:0;font-family:inherit;max-width:40ch;font-size:clamp(.875rem,1.1vw,1.0625rem);line-height:1.55;opacity:var(--language-gate-subheading-opacity, .8);color:var(--language-gate-subheading-color, currentcolor)}.language-gate__options{display:flex;flex-wrap:wrap;gap:var(--fit-padding-md, 12px);justify-content:center;width:100%;margin-top:var(--fit-padding-sm, 8px)}.language-gate__option{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:11rem;min-height:var(--minimum-touch-target, 44px);padding:.95rem 2rem;border:1px solid var(--language-gate-button-border, currentcolor);border-radius:var(--fit-border-radius-buttons-primary, 0);background-color:var(--language-gate-button-background, transparent);color:var(--language-gate-button-color, currentcolor);font-family:inherit;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;overflow:hidden;isolation:isolate;transition:color .4s var(--animation-easing, ease),border-color .4s var(--animation-easing, ease)}.language-gate__option:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:var(--language-gate-button-hover-background, currentcolor);transform:scaleY(0);transform-origin:bottom center;transition:transform .45s cubic-bezier(.16,1,.3,1);display:none}.language-gate[data-hover=fill] .language-gate__option:after{display:block}.language-gate[data-hover=fill] .language-gate__option:hover:after,.language-gate[data-hover=fill] .language-gate__option:focus-visible:after{transform:scaleY(1)}.language-gate[data-hover=fill] .language-gate__option:hover,.language-gate[data-hover=fill] .language-gate__option:focus-visible{color:var(--language-gate-button-hover-color, var(--color-background, #fff));border-color:var(--language-gate-button-hover-background, currentcolor)}.language-gate[data-hover=underline] .language-gate__option-native{font-family:inherit;position:relative}.language-gate[data-hover=underline] .language-gate__option-native:after{content:"";position:absolute;inset-inline:0;bottom:-3px;height:1px;background-color:currentcolor;transform:scaleX(0);transform-origin:inline-end;transition:transform .4s cubic-bezier(.16,1,.3,1)}.language-gate[data-hover=underline] .language-gate__option:hover .language-gate__option-native:after,.language-gate[data-hover=underline] .language-gate__option:focus-visible .language-gate__option-native:after{transform:scaleX(1);transform-origin:inline-start}.language-gate[data-hover=none] .language-gate__option:focus-visible{outline:2px solid currentcolor;outline-offset:3px}.language-gate__option[aria-current=true]{font-weight:600}.language-gate[data-hover=none] .language-gate__option{transition:none}.language-gate__option-native{font-size:.9375rem;letter-spacing:.06em;text-transform:none}.language-gate__option-note{font-family:inherit;font-size:.625rem;letter-spacing:.18em;opacity:var(--language-gate-note-opacity, .7);color:var(--language-gate-note-color, currentcolor)}.language-gate[data-visible=true] .language-gate__option{animation:language-gate-rise .6s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.25s + var(--i, 0) * .08s)}@keyframes language-gate-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.language-gate__close{position:absolute;top:var(--fit-padding-lg, 16px);inset-inline-end:var(--fit-padding-lg, 16px);z-index:2;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;opacity:.7;transition:opacity .3s ease}.language-gate__close:hover,.language-gate__close:focus-visible{opacity:1}.language-gate__close svg{width:14px;height:14px}.language-gate__footnote{margin:0;font-family:inherit;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;opacity:var(--language-gate-footnote-opacity, .6);color:var(--language-gate-footnote-color, currentcolor);background:none;border:0}.language-gate__form{display:none}[dir=rtl] .language-gate__panel{text-align:center}.language-gate__option-native:lang(en),.language-gate__option-native:lang(fr),.language-gate__option-native:lang(de),.language-gate__option-native:lang(es),.language-gate__option-native:lang(it),.language-gate__option-native:lang(pt){direction:ltr;unicode-bidi:isolate}@media(prefers-reduced-motion:reduce){.language-gate,.language-gate__panel,.language-gate__option{transition:none;animation:none}.language-gate[data-has-background=true] .language-gate__background img{animation:none}.language-gate__panel{transform:none;opacity:1}}@media screen and (max-width:480px){.language-gate__options{flex-direction:column;align-items:stretch}.language-gate__option{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/language-gate.css.map */
