.region-switcher{position:relative;display:inline-flex;align-items:center;font-family:inherit;z-index:2005}.region-switcher__toggle{display:inline-flex;align-items:center;gap:6px;margin:0;padding:6px 10px;background:0 0;border:1px solid rgba(0,0,0,.12);border-radius:999px;color:var(--olive-stone,#4a4f3f);font-family:var(--body-font-primary, inherit);font-size:14px;font-weight:500;line-height:1;letter-spacing:normal;text-transform:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}.region-switcher__toggle:focus-visible,.region-switcher__toggle:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.24)}.region-switcher__toggle:focus-visible{outline:2px solid var(--olive-stone,#4a4f3f);outline-offset:2px}.region-switcher__toggle[aria-expanded=true]{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.24)}.region-switcher__globe{width:16px;height:16px;flex-shrink:0}.region-switcher__current{display:inline-flex;align-items:baseline;gap:4px}.region-switcher__short{letter-spacing:.02em}.region-switcher__currency{font-size:12px;opacity:.75}.region-switcher__chevron{width:10px;height:7px;flex-shrink:0;transition:transform .15s ease;opacity:.7}.region-switcher__toggle[aria-expanded=true] .region-switcher__chevron{transform:rotate(180deg)}.region-switcher__panel{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;padding:6px 0;margin:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12);z-index:2006;opacity:0;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;font-size:14px;line-height:1.4;letter-spacing:normal}.region-switcher__panel[hidden]{display:none}.region-switcher.is-open .region-switcher__panel{opacity:1;transform:translateY(0);pointer-events:auto}.region-switcher__panel *{box-sizing:border-box}.region-switcher__list{list-style:none;margin:0;padding:0;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.desktop_nav .region-switcher__list,.desktop_nav .region-switcher__list li{display:block;text-transform:none;letter-spacing:normal;font-family:var(--body-font-primary, inherit);font-size:14px;line-height:1.4;color:inherit;margin:0;padding:0}.desktop_nav .region-switcher__option,.region-switcher__option{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:10px 16px;background:0 0;border:0;cursor:pointer;color:var(--olive-stone,#4a4f3f);font-family:var(--body-font-primary, inherit);font-size:14px;font-weight:400;letter-spacing:normal;text-transform:none;text-align:left;line-height:1.4;transition:background .12s ease}.region-switcher__option:focus-visible,.region-switcher__option:hover{background:rgba(0,0,0,.04);outline:0}.region-switcher__option.is-active{font-weight:600;background:rgba(0,0,0,.03)}.region-switcher__option.is-active::before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:var(--olive-stone,#4a4f3f);flex-shrink:0}.region-switcher__option:not(.is-active)::before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;flex-shrink:0}.region-switcher__option-label{flex:1}.region-switcher__option-currency{font-size:12px;opacity:.6;letter-spacing:.04em;margin-left:12px}.region-switcher--mobile{display:none}@media (max-width:1500px){.region-switcher--desktop{display:none}.region-switcher--mobile{display:inline-flex}}.region-switcher--desktop .region-switcher__panel{right:0;left:auto}.region-switcher--mobile .region-switcher__panel{left:0;right:auto;max-width:calc(100vw - 32px)}@media (max-width:800px){.region-switcher--mobile .region-switcher__currency{display:none}.region-switcher--mobile .region-switcher__toggle{padding:6px 8px;font-size:13px}}.region-switcher-backdrop{position:fixed;inset:0;z-index:2004;background:0 0;display:none}.region-switcher.is-open+.region-switcher-backdrop,.region-switcher.is-open~.region-switcher-backdrop{display:block}