@media screen and (max-width:699px){.ll-mobile-drawer{--ll-mob-optical: #fcfcfb;--ll-mob-canvas: #f7f7f5;--ll-mob-soft: #f0f1ef;--ll-mob-mist: #e8e9e6;--ll-mob-stone: #d6d6d1;--ll-mob-ash: #b7b8b3;--ll-mob-muted: #8f908c;--ll-mob-graphite: #555653;--ll-mob-ink: #161616;--ll-mob-charcoal: #1e1e1d;--ll-mob-rule: rgba(22, 22, 22, .085);--ll-mob-rule-soft: rgba(22, 22, 22, .045);--ll-mob-page-x: 24px;--ll-mob-header-h: 104px;--ll-mob-close-zone: 72px;--ll-mob-touch: 48px;--ll-mob-social-h: 58px;--ll-mob-ease: cubic-bezier(.22, 1, .36, 1);--ll-mob-fast: .18s;--ll-mob-medium: .32s;--ll-mob-slow: .52s;--background: 252 252 251 !important;--text-color: 22 22 22 !important;--border-color: 232 233 230 !important;color:var(--ll-mob-ink)!important}.ll-mobile-drawer,.ll-mobile-drawer *,.ll-mobile-drawer *:before,.ll-mobile-drawer *:after{box-sizing:border-box}.ll-mobile-drawer::part(base){background:transparent}.ll-mobile-drawer::part(overlay){background:#10100f38!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ll-mobile-drawer::part(content){width:min(94vw,430px)!important;max-width:430px!important;height:100vh!important;height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;color:var(--ll-mob-ink)!important;background:var(--ll-mob-optical)!important;border:0!important;border-radius:0!important;box-shadow:18px 0 60px #0c0c0b1f!important}.ll-mobile-drawer::part(panel-list){position:relative;width:100%;height:100%;min-height:0;overflow:hidden;background:var(--ll-mob-optical)}.ll-mobile-drawer::part(header){position:absolute!important;z-index:500;top:0;right:0;display:flex;align-items:flex-start;justify-content:flex-end;width:var(--ll-mob-close-zone);height:var(--ll-mob-header-h);padding:21px 17px 0 0!important;background:transparent!important;border:0!important;pointer-events:none}.ll-mobile-drawer::part(close-button){position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--ll-mob-touch);height:var(--ll-mob-touch);min-width:var(--ll-mob-touch);min-height:var(--ll-mob-touch);margin:0;padding:0;color:var(--ll-mob-ink)!important;background:transparent!important;border:0!important;border-radius:999px!important;box-shadow:none!important;cursor:pointer;pointer-events:auto;transform:rotate(0) scale(1);transition:color .22s ease,background .22s ease,transform .42s var(--ll-mob-ease);-webkit-tap-highlight-color:transparent}.ll-mobile-drawer::part(close-button):hover{background:#16161609!important;transform:rotate(90deg)}.ll-mobile-drawer::part(close-button):active{background:#1616160f!important;transform:rotate(135deg) scale(.91)}.ll-mobile-drawer::part(close-button):focus-visible{outline:1px solid var(--ll-mob-ink);outline-offset:2px}.ll-mobile-drawer .ll-mobile-drawer__main-panel{position:relative;display:grid!important;grid-template-rows:var(--ll-mob-header-h) minmax(0,1fr) auto;width:100%;height:100vh;height:100dvh;min-height:0;margin:0!important;padding:0!important;overflow:hidden;background:var(--ll-mob-optical)!important}.ll-mobile-drawer .ll-mobile-drawer__brand{position:relative;z-index:5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:var(--ll-mob-header-h);min-height:var(--ll-mob-header-h);margin:0;padding:11px var(--ll-mob-close-zone) 10px var(--ll-mob-page-x);background:var(--ll-mob-optical);border-bottom:1px solid var(--ll-mob-rule-soft)}.ll-mobile-drawer .ll-mobile-drawer__brand-link{display:inline-flex;align-items:center;justify-content:flex-start;width:fit-content;min-height:62px;margin:0;padding:0;color:var(--ll-mob-ink);text-decoration:none}.ll-mobile-drawer .ll-mobile-drawer__logo{display:block;width:var( --ll-mobile-menu-logo-width, 95px )!important;max-width:min(var(--ll-mobile-menu-logo-width, 95px),150px)!important;height:auto!important;max-height:70px!important;margin:0!important;object-fit:contain;object-position:left center;transform-origin:left center}.ll-mobile-drawer .ll-mobile-drawer__brand-name{color:var(--ll-mob-ink);font-size:17px;font-weight:450;letter-spacing:.03em}.ll-mobile-drawer .ll-mobile-drawer__brand-signature{display:flex;align-items:center;gap:9px;margin-top:-1px}.ll-mobile-drawer .ll-mobile-drawer__brand-rule{display:block;width:21px;height:1px;background:var(--ll-mob-stone)}.ll-mobile-drawer .ll-mobile-drawer__brand-meta{color:var(--ll-mob-ash);font-size:5.7px;font-weight:500;line-height:1;letter-spacing:.135em;text-transform:uppercase}@keyframes llMobileBrandReveal{0%{opacity:0;transform:translate3d(-10px,0,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes llMobileMetaReveal{0%{opacity:0;transform:translate3d(0,5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes llMobileRowReveal{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes llMobileCloseReveal{0%{opacity:0;transform:rotate(-38deg) scale(.72)}to{opacity:1;transform:rotate(0) scale(1)}}.ll-mobile-drawer[open] .ll-mobile-drawer__logo,.ll-mobile-drawer[open] .ll-mobile-drawer__brand-name{animation:llMobileBrandReveal .52s var(--ll-mob-ease) both}.ll-mobile-drawer[open] .ll-mobile-drawer__brand-signature{animation:llMobileMetaReveal .5s var(--ll-mob-ease) 90ms both}.ll-mobile-drawer[open]::part(close-button){animation:llMobileCloseReveal .52s var(--ll-mob-ease) 80ms both}.ll-mobile-drawer[open] .ll-mobile-drawer__root-item{animation:llMobileRowReveal .52s var(--ll-mob-ease) both}.ll-mobile-drawer[open] .ll-mobile-drawer__root-item:nth-child(1){animation-delay:70ms}.ll-mobile-drawer[open] .ll-mobile-drawer__root-item:nth-child(2){animation-delay:105ms}.ll-mobile-drawer[open] .ll-mobile-drawer__root-item:nth-child(3){animation-delay:.14s}.ll-mobile-drawer[open] .ll-mobile-drawer__root-item:nth-child(4){animation-delay:175ms}.ll-mobile-drawer[open] .ll-mobile-drawer__root-item:nth-child(5){animation-delay:.21s}.ll-mobile-drawer .ll-mobile-drawer__root-scroller{width:100%;min-height:0;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ll-mobile-drawer .ll-mobile-drawer__root-scroller::-webkit-scrollbar{display:none}.ll-mobile-drawer .ll-mobile-drawer__index-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 var(--ll-mob-page-x);padding:24px 0 16px;border-bottom:1px solid var(--ll-mob-rule)}.ll-mobile-drawer .ll-mobile-drawer__index-intro-left{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.ll-mobile-drawer .ll-mobile-drawer__index-kicker{color:var(--ll-mob-ink);font-size:7px;font-weight:650;line-height:1;letter-spacing:.15em;text-transform:uppercase}.ll-mobile-drawer .ll-mobile-drawer__index-context{color:var(--ll-mob-ash);font-size:5.8px;font-weight:500;line-height:1;letter-spacing:.12em;text-transform:uppercase}.ll-mobile-drawer .ll-mobile-drawer__index-range{color:var(--ll-mob-ash);font-size:6.5px;font-weight:500;line-height:1}.ll-mobile-drawer .ll-mobile-drawer__root-navigation{width:100%;margin:0;padding:0 var(--ll-mob-page-x) 28px}.ll-mobile-drawer .header-sidebar__linklist,.ll-mobile-drawer .ll-mobile-drawer__root-list{display:block;width:100%;margin:0!important;padding:0!important;list-style:none!important;background:transparent!important}.ll-mobile-drawer .ll-mobile-drawer__root-item{position:relative;display:block;width:100%;margin:0;padding:0;border-bottom:1px solid var(--ll-mob-rule)}.ll-mobile-drawer .header-sidebar__linklist-button,.ll-mobile-drawer .ll-mobile-drawer__root-link{position:relative;display:grid!important;grid-template-columns:28px minmax(0,1fr) 26px;align-items:center;gap:9px;width:100%;min-height:78px;margin:0!important;padding:12px 0!important;color:var(--ll-mob-ink)!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-family:inherit!important;text-align:left;text-decoration:none!important;cursor:pointer;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.ll-mobile-drawer .ll-mobile-drawer__root-link:focus-visible{outline:1px solid var(--ll-mob-ink);outline-offset:-2px}.ll-mobile-drawer .ll-mobile-drawer__root-index{align-self:start;padding-top:4px;color:var(--ll-mob-ash);font-size:6.5px;line-height:1}.ll-mobile-drawer .ll-mobile-drawer__root-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;min-width:0}.ll-mobile-drawer .ll-mobile-drawer__root-title{display:block;color:var(--ll-mob-ink);font-size:clamp(17px,5vw,20px);font-weight:400;line-height:1;letter-spacing:-.025em}.ll-mobile-drawer .ll-mobile-drawer__root-meta{display:block;width:100%;overflow:hidden;color:var(--ll-mob-muted);font-size:7.5px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.ll-mobile-drawer .ll-mobile-drawer__root-arrow{display:inline-flex;align-items:center;justify-content:flex-end;color:var(--ll-mob-ash);font-size:15px;transition:color var(--ll-mob-fast) ease,transform var(--ll-mob-medium) var(--ll-mob-ease)}.ll-mobile-drawer .ll-mobile-drawer__root-link:active .ll-mobile-drawer__root-arrow{color:var(--ll-mob-ink);transform:translate(3px)}.ll-mobile-drawer .ll-mobile-drawer__footer{position:relative;z-index:80;display:flex;flex-direction:column;width:100%;margin:0;padding:0 var(--ll-mob-page-x) calc(12px + env(safe-area-inset-bottom));overflow:visible!important;background:var(--ll-mob-canvas);border-top:1px solid var(--ll-mob-rule)}.ll-mobile-drawer .ll-mobile-drawer__utilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:100%;min-height:50px;border-bottom:1px solid var(--ll-mob-rule-soft)}.ll-mobile-drawer .ll-mobile-drawer__utility{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:46px;padding:0!important;color:var(--ll-mob-graphite)!important;background:transparent!important;border:0!important;font-size:8px!important;font-weight:500;letter-spacing:.07em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.ll-mobile-drawer .ll-mobile-drawer__utility:last-child{justify-content:flex-end}.ll-mobile-drawer .ll-mobile-drawer__utility-icon,.ll-mobile-drawer .ll-mobile-drawer__utility-icon svg{display:inline-flex;width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;max-width:16px!important;max-height:16px!important}.ll-mobile-drawer .ll-mobile-drawer__social{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:var(--ll-mob-social-h);padding:7px 0;border-bottom:1px solid var(--ll-mob-rule-soft)}.ll-mobile-drawer .ll-mobile-drawer__social-title{color:var(--ll-mob-muted);font-size:7px;font-weight:500;letter-spacing:.06em}.ll-mobile-drawer .ll-mobile-drawer__social-links{display:flex;align-items:center;justify-content:flex-end;gap:4px}.ll-mobile-drawer .ll-mobile-drawer__social-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:44px;color:#fff!important;background:transparent!important;border:0!important;border-radius:50%;text-decoration:none}.ll-mobile-drawer .ll-mobile-drawer__social-link:before{content:"";position:absolute;top:50%;left:50%;width:34px;height:34px;background:var(--ll-mob-charcoal);border-radius:50%;box-shadow:0 4px 12px #1616161a;transform:translate(-50%,-50%);transition:transform var(--ll-mob-fast) ease,background var(--ll-mob-fast) ease}.ll-mobile-drawer .ll-mobile-drawer__social-link svg{position:relative;z-index:2;display:block;width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important}.ll-mobile-drawer .ll-mobile-drawer__social-link:active:before{background:var(--ll-mob-ink);transform:translate(-50%,-50%) scale(.91)}.ll-mobile-drawer .ll-mobile-drawer__localization{position:relative;z-index:100;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;width:100%;min-height:52px;padding:8px 0 0;overflow:visible!important}.ll-mobile-drawer .ll-mobile-drawer__language{display:flex;align-items:center;justify-content:flex-start;min-width:0}.ll-mobile-drawer .ll-mobile-drawer__market{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-left:auto;overflow:visible!important}.ll-mobile-drawer .ll-localization--language{display:inline-flex!important;align-items:center;min-height:34px;padding:3px!important;background:#ecedea!important;border:1px solid rgba(22,22,22,.045)!important;border-radius:999px!important;box-shadow:none!important}.ll-mobile-drawer .ll-localization__languages{display:inline-flex!important;align-items:center;gap:1px}.ll-mobile-drawer .ll-localization__language{display:inline-flex!important;align-items:center;justify-content:center;min-width:39px!important;height:27px!important;min-height:27px!important;padding:0 9px!important;color:var(--ll-mob-graphite)!important;background:transparent!important;border:0!important;border-radius:999px!important;box-shadow:none!important;font-size:9px!important;font-weight:500!important;line-height:27px!important;text-transform:uppercase;-webkit-appearance:none;appearance:none}.ll-mobile-drawer .ll-localization__language.is-active,.ll-mobile-drawer .ll-localization__language[aria-current=true],.ll-mobile-drawer .ll-localization__language[aria-pressed=true]{color:var(--ll-mob-ink)!important;background:#fff!important;box-shadow:0 1px 4px #16161612!important}.ll-mobile-drawer .ll-localization--market{position:relative!important;display:inline-flex!important;align-items:center;overflow:visible!important}.ll-mobile-drawer .ll-localization__market-trigger{display:inline-flex!important;align-items:center;justify-content:flex-end;gap:6px!important;width:auto!important;height:34px!important;min-height:34px!important;padding:0!important;color:var(--ll-mob-graphite)!important;background:transparent!important;border:0!important;box-shadow:none!important;font-size:9.5px!important;font-weight:450!important;white-space:nowrap;-webkit-appearance:none;appearance:none}.ll-mobile-drawer .ll-localization__market-trigger .ll-localization__flag{display:inline-flex!important;align-items:center;justify-content:center;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;overflow:hidden!important;border-radius:50%!important}.ll-mobile-drawer .ll-localization__market-trigger .ll-localization__flag img{display:block!important;width:18px!important;height:18px!important;object-fit:cover!important;border-radius:50%!important;filter:grayscale(1) contrast(.94);opacity:.82}.ll-mobile-drawer .ll-localization__market-label{display:inline-flex!important;align-items:center;gap:3px}.ll-mobile-drawer .ll-localization__currency-code{font-size:9.5px!important}.ll-mobile-drawer .ll-localization__currency-symbol{color:var(--ll-mob-ash);font-size:9px!important}.ll-mobile-drawer .ll-localization__chevron{display:block!important;width:8px!important;height:5px!important;min-width:8px!important;max-width:8px!important;min-height:5px!important;max-height:5px!important;transition:transform .22s var(--ll-mob-ease)}.ll-mobile-drawer .ll-localization--market.is-open .ll-localization__chevron{transform:rotate(180deg)}.ll-mobile-drawer .ll-localization__panel{position:absolute!important;z-index:5000!important;top:auto!important;right:0!important;bottom:calc(100% + 10px)!important;left:auto!important;width:min(320px,calc(100vw - 48px))!important;min-width:280px!important;max-width:calc(100vw - 48px)!important;max-height:min(58vh,460px)!important;margin:0!important;padding:0!important;overflow:hidden!important;color:var(--ll-mob-ink)!important;background:var(--ll-mob-optical)!important;border:1px solid rgba(22,22,22,.075)!important;border-radius:10px!important;box-shadow:0 18px 48px #11111021!important}.ll-mobile-drawer .ll-localization__panel[hidden]{display:none!important}.ll-mobile-drawer .ll-localization__panel-header{display:flex!important;align-items:center;justify-content:space-between;min-height:48px;padding:0 11px 0 14px;border-bottom:1px solid var(--ll-mob-rule-soft)}.ll-mobile-drawer .ll-localization__panel-title{color:var(--ll-mob-graphite);font-size:10px!important;font-weight:500}.ll-mobile-drawer .ll-localization__close{display:inline-flex!important;align-items:center;justify-content:center;width:36px!important;height:36px!important;padding:0!important;color:var(--ll-mob-graphite)!important;background:transparent!important;border:0!important;border-radius:50%!important}.ll-mobile-drawer .ll-localization__close svg{width:11px!important;height:11px!important;max-width:11px!important;max-height:11px!important}.ll-mobile-drawer .ll-localization__search-wrap{position:relative!important;width:100%;padding:11px 12px 7px}.ll-mobile-drawer .ll-localization__search-icon{position:absolute!important;z-index:2;top:50%!important;left:25px!important;display:flex!important;align-items:center;justify-content:center;width:13px!important;height:13px!important;min-width:13px!important;min-height:13px!important;max-width:13px!important;max-height:13px!important;overflow:hidden!important;transform:translateY(-50%)!important;pointer-events:none}.ll-mobile-drawer .ll-localization__search-icon svg{width:13px!important;height:13px!important;min-width:13px!important;min-height:13px!important;max-width:13px!important;max-height:13px!important}.ll-mobile-drawer .ll-localization__search{display:block!important;width:100%!important;height:39px!important;min-height:39px!important;padding:0 12px 0 36px!important;color:var(--ll-mob-ink)!important;background:#fff!important;border:1px solid rgba(22,22,22,.1)!important;border-radius:5px!important;outline:0!important;font-size:10px!important;box-shadow:none!important}.ll-mobile-drawer .ll-localization__country-list{width:100%;max-height:min(39vh,330px);padding:4px 7px 9px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.ll-mobile-drawer .ll-localization__country-option{display:grid!important;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%!important;min-height:42px!important;padding:0 8px!important;color:var(--ll-mob-graphite)!important;background:transparent!important;border:0!important;border-radius:5px!important;font-size:10px!important;text-align:left}.ll-mobile-drawer .ll-localization__country-option:hover,.ll-mobile-drawer .ll-localization__country-option[aria-selected=true]{color:var(--ll-mob-ink)!important;background:#16161609!important}.ll-mobile-drawer .ll-localization__country-flag{display:inline-flex;width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;overflow:hidden;border-radius:50%!important}.ll-mobile-drawer .ll-localization__country-flag img{width:19px!important;height:19px!important;object-fit:cover!important;border-radius:50%!important}.ll-mobile-drawer .ll-localization__country-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ll-mobile-drawer .ll-localization__country-currency{color:var(--ll-mob-ash);font-size:8.5px!important;white-space:nowrap}.ll-mobile-drawer .ll-mobile-drawer__collapsible-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;width:100%;height:100dvh;min-height:0;overflow:hidden;background:var(--ll-mob-optical)}.ll-mobile-drawer .ll-mobile-drawer__panel-scroller{width:100%;height:100%;min-height:0;overflow:hidden!important}.ll-mobile-drawer .ll-mobile-drawer__sub-panel{width:100%;height:100dvh;min-height:0;overflow:hidden;background:var(--ll-mob-optical)}.ll-mobile-drawer .ll-mobile-drawer__sub-panel:not([hidden]){display:grid!important;grid-template-rows:auto minmax(0,1fr) auto}.ll-mobile-drawer .ll-mobile-drawer__sub-panel[hidden]{display:none!important}.ll-mobile-drawer .ll-mobile-drawer__panel-header{position:relative;z-index:20;display:flex;flex-direction:column;gap:12px;width:100%;min-height:112px;padding:19px calc(var(--ll-mob-close-zone) + 10px) 16px var(--ll-mob-page-x);background:#fcfcfbfa;border-bottom:1px solid var(--ll-mob-rule)}.ll-mobile-drawer .ll-mobile-drawer__panel-meta{display:flex;align-items:center;gap:13px;min-height:12px}.ll-mobile-drawer .ll-mobile-drawer__panel-kicker{color:var(--ll-mob-ash);font-size:5.8px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.ll-mobile-drawer .ll-mobile-drawer__panel-count{color:var(--ll-mob-stone);font-size:5.8px}.ll-mobile-drawer .ll-mobile-drawer__panel-navigation{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}.ll-mobile-drawer .ll-mobile-drawer__back{display:flex!important;align-items:center;gap:11px;width:100%;min-height:38px;padding:0!important;color:var(--ll-mob-ink)!important;background:transparent!important;border:0!important;text-align:left}.ll-mobile-drawer .ll-mobile-drawer__back-arrow{width:18px;flex:0 0 18px;color:var(--ll-mob-ash);font-size:16px}.ll-mobile-drawer .ll-mobile-drawer__back-title{min-width:0;overflow:hidden;color:var(--ll-mob-ink);font-size:clamp(21px,6vw,27px);font-weight:400;line-height:.98;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.ll-mobile-drawer .ll-mobile-drawer__view-all{display:inline-flex;align-items:center;gap:7px;min-height:22px;margin-left:29px;color:var(--ll-mob-muted)!important;font-size:7px;font-weight:500;text-decoration:none}.ll-mobile-drawer .ll-mobile-drawer__panel-content{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ll-mobile-drawer .ll-mobile-drawer__panel-content::-webkit-scrollbar{display:none}.ll-mobile-drawer .ll-mobile-drawer__visual-list{display:flex;flex-direction:column;width:100%;padding:0 var(--ll-mob-page-x) 28px}.ll-mobile-drawer .ll-mobile-drawer__visual-card,.ll-mobile-drawer .ll-mobile-drawer__visual-group{display:block;width:100%;color:var(--ll-mob-ink);border-bottom:1px solid var(--ll-mob-rule);text-decoration:none}.ll-mobile-drawer .ll-mobile-drawer__visual-media{position:relative;width:100%;aspect-ratio:4 / 5;margin-top:22px;overflow:hidden;background:var(--ll-mob-mist)}.ll-mobile-drawer .ll-mobile-drawer__visual-image{display:block;width:100%!important;height:100%!important;object-fit:cover;transform:scale(1.002);transition:transform var(--ll-mob-slow) var(--ll-mob-ease)}.ll-mobile-drawer .ll-mobile-drawer__visual-card:active .ll-mobile-drawer__visual-image{transform:scale(1.018)}.ll-mobile-drawer .ll-mobile-drawer__visual-image-index{position:absolute;z-index:3;top:12px;left:12px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#ffffffed;background:#1616161f;border:1px solid rgba(255,255,255,.56);border-radius:50%;font-size:6px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ll-mobile-drawer .ll-mobile-drawer__visual-heading{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:10px;min-height:66px;padding:13px 0}.ll-mobile-drawer .ll-mobile-drawer__visual-heading-copy{display:grid;grid-template-columns:27px minmax(0,1fr);gap:8px}.ll-mobile-drawer .ll-mobile-drawer__visual-index{padding-top:3px;color:var(--ll-mob-ash);font-size:6px}.ll-mobile-drawer .ll-mobile-drawer__visual-title{color:var(--ll-mob-ink);font-size:clamp(17px,5vw,21px);font-weight:400;line-height:1;letter-spacing:-.025em}.ll-mobile-drawer .ll-mobile-drawer__visual-arrow{color:var(--ll-mob-ash);font-size:14px;text-align:right}.ll-mobile-drawer .ll-mobile-drawer__visual-plus{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.ll-mobile-drawer .ll-mobile-drawer__visual-disclosure{width:100%;margin:0;padding:0}.ll-mobile-drawer .ll-mobile-drawer__visual-summary{display:block;width:100%;margin:0;padding:0;cursor:pointer;list-style:none}.ll-mobile-drawer .ll-mobile-drawer__visual-summary::-webkit-details-marker{display:none}.ll-mobile-drawer .ll-mobile-drawer__nested-navigation{display:flex;flex-direction:column;width:100%;padding:0 0 14px 35px}.ll-mobile-drawer .ll-mobile-drawer__nested-link{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:7px;min-height:48px;color:var(--ll-mob-graphite)!important;border-top:1px solid var(--ll-mob-rule-soft);text-decoration:none}.ll-mobile-drawer .ll-mobile-drawer__nested-index{color:var(--ll-mob-ash);font-size:6px}.ll-mobile-drawer .ll-mobile-drawer__nested-title{font-size:11px;line-height:1.25}.ll-mobile-drawer .ll-mobile-drawer__nested-arrow{color:var(--ll-mob-ash);font-size:11px;text-align:right}.ll-mobile-drawer .ll-mobile-drawer__sub-footer{position:relative;z-index:30;width:100%;padding:0 var(--ll-mob-page-x) calc(7px + env(safe-area-inset-bottom));background:#f7f7f5fc;border-top:1px solid var(--ll-mob-rule)}.ll-mobile-drawer .ll-mobile-drawer__sub-footer .ll-mobile-drawer__social{min-height:53px;padding:4px 0;border-bottom:0}@media screen and (max-width:380px){.ll-mobile-drawer{--ll-mob-page-x: 19px;--ll-mob-close-zone: 66px;--ll-mob-header-h: 96px}.ll-mobile-drawer .ll-mobile-drawer__brand-link{min-height:56px}.ll-mobile-drawer .ll-mobile-drawer__logo{max-height:62px!important}.ll-mobile-drawer .ll-mobile-drawer__root-link{min-height:73px}.ll-mobile-drawer .ll-mobile-drawer__social-link{width:39px}.ll-mobile-drawer .ll-mobile-drawer__social-link:before{width:32px;height:32px}.ll-mobile-drawer .ll-mobile-drawer__localization{gap:12px}.ll-mobile-drawer .ll-localization__language{min-width:36px!important;padding:0 8px!important}}}@media screen and (min-width:700px){.ll-mobile-drawer{display:none!important}}@media(prefers-reduced-motion:reduce){.ll-mobile-drawer *,.ll-mobile-drawer *:before,.ll-mobile-drawer *:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.ll-mobile-drawer[open]::part(close-button){animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/ll-mobile-navigation.css.map */
