.ll-announcement{--ll-black-deep: #101010;--ll-black-ink: #161616;--ll-black-charcoal: #1E1E1D;--ll-black-graphite: #2A2A29;--ll-optical: #FCFCFB;--ll-porcelain: #F7F7F5;--ll-mist: #E8E9E6;--ll-stone: #D6D6D1;--ll-ash: #B7B8B3;--ll-graphite: #555653;--ll-announcement-height: 36px;--ll-announcement-depth-strength: .58;--ll-announcement-ease: cubic-bezier(.22, 1, .36, 1);--ll-announcement-bg: var(--ll-black-deep);--ll-announcement-text: var(--ll-optical);--ll-announcement-muted: var(--ll-ash);position:relative;z-index:60;isolation:isolate;display:block;width:100%;margin:0;padding:0;overflow:visible;background:var(--ll-announcement-bg);color:var(--ll-announcement-text)}.ll-announcement--dark{--ll-announcement-bg: var(--ll-black-deep);--ll-announcement-text: var(--ll-optical);--ll-announcement-muted: var(--ll-ash)}.ll-announcement--light{--ll-announcement-bg: var(--ll-porcelain);--ll-announcement-text: var(--ll-black-ink);--ll-announcement-muted: var(--ll-graphite)}.ll-announcement--dark[data-surface-finish=rubber]{background:var(--ll-black-deep)}.ll-announcement--dark[data-surface-finish=rubber]:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(115% 260% at 50% -160%,rgba(255,255,255,.135) 0%,rgba(255,255,255,.065) 29%,rgba(255,255,255,.018) 51%,transparent 67%),linear-gradient(180deg,#1b1b1a,#181817 17%,#151514 37%,#121211 62%,#101010 80%,#0c0c0c);box-shadow:inset 0 1px #fff1,inset 0 -1px #000000c7}.ll-announcement--dark[data-surface-finish=flat]:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:var(--ll-black-deep);pointer-events:none}.ll-announcement--light:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#fcfcfb,#f9f9f7);box-shadow:inset 0 -1px #16161614}.ll-announcement{box-shadow:0 1px #0000003d}.ll-announcement[data-edge=defined]{box-shadow:0 1px #0000006b,0 2px 2px #00000029}.ll-announcement[data-edge=soft]{box-shadow:0 1px 2px #0000002e}.ll-announcement:after{content:"";position:absolute;z-index:1;top:100%;right:0;left:0;width:100%;pointer-events:none;transform-origin:top center}.ll-announcement[data-depth=none]:after{display:none!important}.ll-announcement[data-depth=subtle]:after{height:16px;opacity:var(--ll-announcement-depth-strength);background:linear-gradient(180deg,rgba(16,16,16,.22) 0%,rgba(16,16,16,.1) 31%,rgba(16,16,16,.025) 68%,transparent 100%);filter:blur(3px)}.ll-announcement[data-depth=editorial]:after{height:28px;opacity:var(--ll-announcement-depth-strength);background:linear-gradient(180deg,rgba(16,16,16,.34) 0%,rgba(16,16,16,.2) 17%,rgba(16,16,16,.095) 44%,rgba(16,16,16,.035) 68%,transparent 100%);filter:blur(5px)}.ll-announcement[data-depth=elevated]:after{height:42px;opacity:var(--ll-announcement-depth-strength);background:linear-gradient(180deg,rgba(16,16,16,.44) 0%,rgba(16,16,16,.28) 18%,rgba(16,16,16,.14) 43%,rgba(16,16,16,.055) 67%,transparent 100%);filter:blur(7px)}.ll-announcement--dark{border-bottom:1px solid rgba(252,252,251,.045)}.ll-announcement__inner{position:relative;z-index:3;width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(28px,3.5vw,56px)}.ll-announcement__track{display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--ll-announcement-height);margin:0;padding:0}.ll-announcement__item{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto;min-width:0}.ll-announcement[data-separators=true] .ll-announcement__item:not(:last-child):after{content:"";display:block;flex:0 0 clamp(22px,2.3vw,38px);width:clamp(22px,2.3vw,38px);height:1px;margin:0 clamp(16px,2vw,28px);background:linear-gradient(90deg,transparent,currentColor 22%,currentColor 78%,transparent);opacity:.28}.ll-announcement[data-typography=heading] .ll-announcement__message{font-family:var( --heading-font-family, inherit );font-weight:var( --heading-font-weight, 400 )}.ll-announcement[data-typography=body] .ll-announcement__message{font-family:var( --text-font-family, inherit );font-weight:450}.ll-announcement__message{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:var(--ll-announcement-height);margin:0;padding:0;color:var(--ll-announcement-text);font-size:9.5px;line-height:1;letter-spacing:.2em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;opacity:.86;transition:opacity .18s ease,color .18s ease}a.ll-announcement__message:hover{opacity:1}.ll-announcement__arrow{display:inline-block;flex:0 0 auto;margin-left:2px;color:var(--ll-announcement-muted);transform:translate(0);transition:transform .28s var(--ll-announcement-ease)}a.ll-announcement__message:hover .ll-announcement__arrow{transform:translate(3px)}.ll-announcement__mobile-progress{display:none}@media screen and (max-width:699px){.ll-announcement{--ll-announcement-height: 33px}.ll-announcement__inner{padding:0 16px}.ll-announcement__track{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:center}.ll-announcement__item{grid-column:1;grid-row:1;display:none;width:100%;opacity:0;transform:translateY(3px);pointer-events:none}.ll-announcement__item.is-active{display:flex;opacity:1;transform:translateY(0);pointer-events:auto;animation:llAnnouncementIn .4s var(--ll-announcement-ease) both}.ll-announcement[data-separators=true] .ll-announcement__item:after{display:none!important}.ll-announcement__message{width:100%;padding:0 20px;overflow:hidden;font-size:8.5px;letter-spacing:.17em;text-overflow:ellipsis;white-space:nowrap}.ll-announcement__message-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ll-announcement[data-depth=subtle]:after{height:12px}.ll-announcement[data-depth=editorial]:after{height:20px;filter:blur(4px)}.ll-announcement[data-depth=elevated]:after{height:28px;filter:blur(6px)}.ll-announcement__mobile-progress{position:absolute;right:16px;bottom:3px;left:16px;display:block;height:1px;pointer-events:none}.ll-announcement__mobile-progress-bar{display:block;width:100%;height:1px;background:var(--ll-announcement-text);opacity:.14;transform:scaleX(0);transform-origin:left center}.ll-announcement.is-rotating .ll-announcement__mobile-progress-bar{animation:llAnnouncementProgress var( --ll-announcement-duration, 6s ) linear forwards}}@media screen and (max-width:380px){.ll-announcement{--ll-announcement-height: 32px}.ll-announcement__message{padding:0 12px;font-size:8px;letter-spacing:.14em}}@keyframes llAnnouncementIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes llAnnouncementProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.ll-announcement a:focus-visible{outline:1px solid currentColor;outline-offset:3px}@media(prefers-reduced-motion:reduce){.ll-announcement *,.ll-announcement *:before,.ll-announcement *:after{animation:none!important;transition:none!important}.ll-announcement__mobile-progress{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/compiled_assets/styles.css.map?subset=Ag */
