.LocaleCurrencySwitcher-module__VhmOBG__wrap{height:var(--nav-h);align-items:center;display:inline-flex;position:relative}.LocaleCurrencySwitcher-module__VhmOBG__mobileWrap{width:100%;height:auto;display:block}.LocaleCurrencySwitcher-module__VhmOBG__panel{min-width:0}.LocaleCurrencySwitcher-module__VhmOBG__trigger{min-width:0;height:36px;color:var(--text-mid);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:space-between;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.LocaleCurrencySwitcher-module__VhmOBG__trigger:hover{color:var(--white);background:var(--border2)}.LocaleCurrencySwitcher-module__VhmOBG__trigger:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.LocaleCurrencySwitcher-module__VhmOBG__mobileTrigger{border:1px solid var(--border2);background:var(--surface2);border-radius:12px;width:100%;height:40px;padding:0 14px}.LocaleCurrencySwitcher-module__VhmOBG__panelOpen .LocaleCurrencySwitcher-module__VhmOBG__trigger{color:var(--white);background:var(--border2)}.LocaleCurrencySwitcher-module__VhmOBG__panelOpen .LocaleCurrencySwitcher-module__VhmOBG__trigger:not(.LocaleCurrencySwitcher-module__VhmOBG__mobileTrigger){background:var(--surface);border-radius:0;height:70px}.LocaleCurrencySwitcher-module__VhmOBG__triggerLead{align-items:center;gap:8px;min-width:0;display:flex}.LocaleCurrencySwitcher-module__VhmOBG__currencyOptionIcon{font-size:12px;font-weight:700}.LocaleCurrencySwitcher-module__VhmOBG__triggerValue{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.LocaleCurrencySwitcher-module__VhmOBG__chevron{opacity:.55;flex-shrink:0;width:11px;height:11px;transition:transform .2s,opacity .2s;display:block}.LocaleCurrencySwitcher-module__VhmOBG__panelOpen .LocaleCurrencySwitcher-module__VhmOBG__chevron{opacity:.9;transform:rotate(180deg)}.LocaleCurrencySwitcher-module__VhmOBG__menu{background:var(--surface);min-width:248px;box-shadow:var(--elevated-shadow);z-index:720;border:none;border-radius:0;gap:4px;padding:10px 0 0;animation:.28s cubic-bezier(.16,1,.3,1) LocaleCurrencySwitcher-module__VhmOBG__menuIn;display:grid;position:absolute;top:100%;left:0}@keyframes LocaleCurrencySwitcher-module__VhmOBG__menuIn{0%{opacity:0;clip-path:inset(0 -80px 100%)}to{opacity:1;clip-path:inset(0 -80px -80px)}}@media (prefers-reduced-motion:reduce){.LocaleCurrencySwitcher-module__VhmOBG__menu{animation:none}}.LocaleCurrencySwitcher-module__VhmOBG__menuEnd{left:auto;right:0}.LocaleCurrencySwitcher-module__VhmOBG__menuCombined{grid-template-columns:minmax(248px,1fr);align-items:start}.LocaleCurrencySwitcher-module__VhmOBG__section{align-content:start;gap:0;min-width:0;display:grid}.LocaleCurrencySwitcher-module__VhmOBG__section[hidden]{display:none}.LocaleCurrencySwitcher-module__VhmOBG__tabs{grid-template-columns:1fr 1fr;margin-bottom:4px;display:grid}.LocaleCurrencySwitcher-module__VhmOBG__tab{color:var(--text-dim);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 8px;font-size:9.5px;font-weight:700;transition:color .18s,border-color .18s}.LocaleCurrencySwitcher-module__VhmOBG__tab:hover{color:var(--text-mid)}.LocaleCurrencySwitcher-module__VhmOBG__tab:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}.LocaleCurrencySwitcher-module__VhmOBG__tabActive,.LocaleCurrencySwitcher-module__VhmOBG__tabActive:hover{color:var(--white);border-bottom-color:var(--gold)}.LocaleCurrencySwitcher-module__VhmOBG__mobileMenu{border:1px solid var(--border2);transform-origin:100% 100%;border-radius:14px;min-width:0;animation:.3s cubic-bezier(.16,1,.3,1) LocaleCurrencySwitcher-module__VhmOBG__menuInUp;inset:auto 0 calc(100% + 8px);overflow:hidden}@keyframes LocaleCurrencySwitcher-module__VhmOBG__menuInUp{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.LocaleCurrencySwitcher-module__VhmOBG__mobileMenu{animation:none}}.LocaleCurrencySwitcher-module__VhmOBG__mobileMenu.LocaleCurrencySwitcher-module__VhmOBG__menuCombined{grid-template-columns:1fr;row-gap:8px}.LocaleCurrencySwitcher-module__VhmOBG__option{width:100%;color:var(--text-mid);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:13px;padding:11px 18px;transition:background .18s,color .18s;display:flex;position:relative}.LocaleCurrencySwitcher-module__VhmOBG__option:before{content:"";background:var(--gold);opacity:0;width:2px;transition:opacity .16s;position:absolute;top:8px;bottom:8px;left:0}.LocaleCurrencySwitcher-module__VhmOBG__option:hover{color:var(--white);background:var(--surface2)}.LocaleCurrencySwitcher-module__VhmOBG__option:hover:before{opacity:.4}.LocaleCurrencySwitcher-module__VhmOBG__option:focus-visible{color:var(--white);background:var(--surface2);outline:none}.LocaleCurrencySwitcher-module__VhmOBG__optionActive{color:var(--white);background:#c9a84c1c}.LocaleCurrencySwitcher-module__VhmOBG__optionActive:before,.LocaleCurrencySwitcher-module__VhmOBG__optionActive:hover:before{opacity:1}.LocaleCurrencySwitcher-module__VhmOBG__optionIcon{flex-shrink:0;place-items:center;width:26px;font-size:14px;display:grid}.LocaleCurrencySwitcher-module__VhmOBG__triggerFlag{flex-shrink:0;width:17px;height:11px;display:block;box-shadow:0 0 0 1px #ffffff24}.LocaleCurrencySwitcher-module__VhmOBG__flag{width:20px;height:13px;display:block;box-shadow:0 0 0 1px #ffffff24}.LocaleCurrencySwitcher-module__VhmOBG__optionText{gap:2px;min-width:0;display:grid}.LocaleCurrencySwitcher-module__VhmOBG__optionTitle{color:inherit;font-family:var(--sans);font-size:13px;font-weight:600;line-height:1.1}.LocaleCurrencySwitcher-module__VhmOBG__optionMeta{color:var(--text-dim);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;font-size:9px}.LocaleCurrencySwitcher-module__VhmOBG__optionActive .LocaleCurrencySwitcher-module__VhmOBG__optionMeta{color:#e8ede9c7}.LocaleCurrencySwitcher-module__VhmOBG__optionMarker{width:14px;height:14px;color:var(--gold);opacity:0;flex-shrink:0;place-items:center;margin-left:auto;transition:opacity .15s;display:grid}.LocaleCurrencySwitcher-module__VhmOBG__optionMarkerActive{opacity:1}@media (max-width:768px){.LocaleCurrencySwitcher-module__VhmOBG__panel{min-width:0}.LocaleCurrencySwitcher-module__VhmOBG__menu{top:calc(100% + 6px)}.LocaleCurrencySwitcher-module__VhmOBG__mobileMenu{max-height:min(62vh,520px);top:auto;bottom:calc(100% + 8px);overflow-y:auto}}:root[data-theme=light] .LocaleCurrencySwitcher-module__VhmOBG__optionActive{background:#a87b161f}:root[data-theme=light] .LocaleCurrencySwitcher-module__VhmOBG__optionActive .LocaleCurrencySwitcher-module__VhmOBG__optionMeta{color:#1418169e}
.checkout-route-transition-module__R1ZBJq__overlay{z-index:2200;opacity:0;pointer-events:none;background:#000;transition:opacity .52s cubic-bezier(.22,1,.36,1);position:fixed;inset:0}.checkout-route-transition-module__R1ZBJq__visible{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.checkout-route-transition-module__R1ZBJq__overlay{transition:none}}
.ConsentBanner-module__bsgXEG__banner{z-index:840;pointer-events:auto;width:min(720px,100vw - 40px);max-height:calc(100dvh - var(--header-h) - 24px);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);isolation:isolate;background:#0d0f0ef5;border:1px solid #c9a84c47;border-radius:18px;flex-direction:column;gap:12px;padding:18px 20px;display:flex;position:fixed;bottom:20px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 18px 48px #00000047}.ConsentBanner-module__bsgXEG__eyebrow{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:10px;font-weight:700}.ConsentBanner-module__bsgXEG__copy{color:var(--text-mid);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.55}.ConsentBanner-module__bsgXEG__actions{flex-wrap:wrap;gap:10px;display:flex}.ConsentBanner-module__bsgXEG__actions .btn{min-width:0}.ConsentBanner-module__bsgXEG__link{color:var(--gold);text-decoration:none}@media (max-width:720px){.ConsentBanner-module__bsgXEG__banner{left:12px;right:12px;bottom:max(12px, env(safe-area-inset-bottom,0px));gap:10px;width:auto;max-height:min(44vh,300px);padding:14px;transform:none}.ConsentBanner-module__bsgXEG__actions{flex-direction:column}.ConsentBanner-module__bsgXEG__actions .btn{justify-content:center;width:100%}.ConsentBanner-module__bsgXEG__copy{font-size:13px;line-height:1.45}}:root[data-theme=light] .ConsentBanner-module__bsgXEG__banner{background:#fffffff7;box-shadow:0 18px 48px #10181429}
