.locale-switcher{justify-content:center;align-items:center;gap:var(--spacer-xs);border-radius:var(--border-radius-primary);background-color:#fff;margin-right:5px;display:flex;position:relative}.locale-switcher .locale{border-radius:var(--border-radius-primary);box-shadow:var(--box-shadow-light);background-color:#fff;flex-direction:row;transition:scale .2s ease-in-out;display:flex;position:relative}.locale-switcher .locale:hover{scale:1.1}.locale-switcher .locale__img{border-radius:var(--border-radius-primary);border:1px solid #fff;width:50px;max-width:none;height:38px}.locale-switcher .locale__overlay{clip-path:polygon(0 100%,50px 0,50px 100%);color:#000;border-radius:var(--border-radius-primary);background-color:#ffffffb3;justify-content:flex-end;align-items:flex-end;width:50px;height:100%;padding-right:5px;font-size:22px;font-weight:700;display:flex;position:absolute;top:0;left:0}@media (width<=768px){.locale-switcher .locale__img{width:40px;height:30.5px}.locale-switcher .locale__overlay{width:40px;font-size:16px}}.locale-switcher .locale__currencies{padding:var(--spacer-xs);border-radius:var(--border-radius-primary);box-shadow:var(--box-shadow-light);cursor:pointer;background-color:#fff;flex-flow:column;font-size:12px;transition:opacity .2s ease-in-out;display:none;position:absolute;left:58px}@media (width>=768px){.locale-switcher .locale__currencies{font-size:14px}}.locale-switcher .locale__currencies div{white-space:nowrap;padding:2px 0}@media (width<=768px){.locale-switcher .locale__currencies div{text-indent:-34px;white-space-collapse:break-spaces;text-wrap-mode:wrap;margin-left:33px}}.locale-switcher .locale__currencies div:hover,.locale-switcher .locale__currencies div.active{font-weight:700}.locale-switcher .locale__currencies div em{margin-right:var(--spacer-xs)}@media (width<=768px){.locale-switcher .locale__currencies div em{float:left;width:22px;display:block}}.locale-switcher .locale__currencies.visible{display:flex}.locale-switcher .options{gap:var(--spacer-xs);top:calc(-1 * var(--spacer-sm));left:calc(-1 * var(--spacer-sm));opacity:0;padding:var(--spacer-sm);border-radius:var(--border-radius-primary);z-index:10;background-color:#fff0;flex-flow:column;max-height:0;transition:opacity .2s ease-in-out,max-height .2s ease-in-out;display:flex;position:absolute;overflow:hidden}.locale-switcher .options.visible{opacity:1;background-color:#ffffffb3;max-height:800px;overflow:visible}.overlay{z-index:5;background-color:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}
