.country-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;justify-content:flex-end;visibility:hidden;transition:visibility var(--duration-default) ease}.country-drawer.active{visibility:visible}.country-drawer .country-drawer--overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.5);opacity:0;transition:opacity var(--duration-default) ease}.country-drawer.active .country-drawer--overlay{opacity:1}.country-drawer .country-drawer--panel{position:relative;display:flex;flex-direction:column;width:100%;max-width:40rem;height:100%;padding:0 2rem;background-color:rgb(var(--color-background));border-left:.1rem solid #e8e8e8;transform:translate(100%);transition:transform var(--duration-default) ease}.country-drawer.active .country-drawer--panel{transform:translate(0)}.country-drawer .country-drawer--header{position:relative;display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.country-drawer .country-drawer--heading{font-family:var(--font-heading-family);font-weight:600;font-size:1.6rem;line-height:1.3;margin:0;color:rgb(var(--color-foreground))}.country-drawer .country-drawer--close{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;min-height:4.4rem;padding:0;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.country-drawer .country-drawer--close .icon-close{width:1.6rem;height:1.6rem}.country-drawer .country-drawer--subtitle{font-size:1.2rem;line-height:1.6;margin:0 0 2.4rem;color:rgba(var(--color-foreground),.65)}.country-drawer .country-drawer--form{display:flex;flex-direction:column;flex:1}.country-drawer .country-drawer--field{margin:0 0 2rem}.country-drawer .country-drawer--label{display:block;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;letter-spacing:.06em;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.country-drawer .country-drawer--select-wrapper{position:relative}.country-drawer .country-drawer--select{appearance:none;-webkit-appearance:none;width:100%;font-family:var(--font-body-family);font-weight:500;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;padding:1.4rem 4rem 1.4rem 1.6rem;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.6rem center;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius-outset, 4px);cursor:pointer}.country-drawer .country-drawer--select:focus,.country-drawer .country-drawer--select:focus-visible{outline:none;box-shadow:none}.country-drawer .country-drawer--button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;font-weight:600;font-size:1.3rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.country-drawer .country-drawer--button.is-loading{color:transparent;pointer-events:none}.country-drawer .country-drawer--button .country-drawer--spinner{display:none;position:absolute;width:22px;height:22px;border:3px solid #fff;border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:country-drawer-spin .7s linear infinite}.country-drawer .country-drawer--button.is-loading .country-drawer--spinner{display:block}@keyframes country-drawer-spin{to{transform:rotate(360deg)}}.country-drawer-trigger{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body-family);font-size:1.3rem;padding:0 1.2rem;color:rgb(var(--color-foreground));background:transparent;border:none;cursor:pointer}.country-drawer-trigger .country-drawer-trigger--flag{font-size:1.6rem;line-height:1}@media screen and (min-width:750px){.desktop-localization-wrapper .country-drawer-trigger{font-size:1.5rem}.desktop-localization-wrapper .country-drawer-trigger span:last-child{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:.5px}}.menu-drawer__localization .country-drawer-trigger{width:100%;font-size:1.5rem;padding:0rem 1rem 0rem 1.1rem}.menu-drawer__localization .country-drawer-trigger span:last-child{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:.5px}.footer__localization .country-drawer-trigger{color:#fff}.footer__localization .country-drawer-trigger:hover{color:#eceb0d}@media screen and (min-width:750px){.footer__localization .country-drawer-trigger{justify-content:center;font-size:17px}.footer__localization .country-drawer-trigger .country-drawer-trigger--caret{width:14px;height:10px;position:relative;top:2px}}@media screen and (min-width:750px){.country-drawer .country-drawer--panel{max-width:44rem;padding:0 2.4rem}.country-drawer .country-drawer--heading{font-size:1.8rem}.country-drawer .country-drawer--subtitle{font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/116/assets/country-drawer.css.map */
