.store-switcher{z-index:100;justify-content:center;align-items:center;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.store-switcher.is-open{display:flex;overflow:hidden}.store-switcher.is-open .store-switcher__overlay{background:var(--color-black);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);opacity:.4;display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0}.store-switcher__inner{background:var(--color-white);max-width:60rem;padding:var(--spacing-4xl);text-align:center;gap:var(--spacing-xl);z-index:1;flex-direction:column;width:90%;display:flex;position:relative}.store-switcher__close{cursor:pointer;background:0 0;width:2rem;height:2rem;position:absolute;top:2.4rem;right:2.4rem}.store-switcher__close svg{top:0}.store-switcher__list{flex-direction:row;justify-content:center;list-style:none;display:flex}.store-switcher__country{cursor:pointer;margin:0 var(--spacing-xl);padding:var(--spacing-sm);text-align:center;background-color:#0000;font-size:1.6rem;display:block}.store-switcher__image{height:100%}.store-switcher__country h4{color:var(--color-black)}.store-switcher__button{gap:var(--spacing-xs);background-color:#0000;display:none}.store-switcher__button--mobile{font-size:1.4rem}@media screen and (min-width:768px){.store-switcher__button{cursor:pointer;color:inherit;justify-content:center;align-items:center;display:flex}.store-switcher__button--mobile{display:none}}.store-switcher__current-flag{object-fit:cover;border-radius:.2rem;width:2rem;height:auto}
