.country-welcome-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex}.country-welcome-popup[hidden]{display:none}.country-welcome-popup__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.country-welcome-popup__image{width:100%;height:100%;object-fit:cover;display:block}.country-welcome-popup__close{position:absolute;top:2rem;right:2rem;z-index:2;background:#ffffffd9;border:none;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.9rem}.country-welcome-popup__close:hover{background:#fff}.country-welcome-popup__close .icon{width:100%;height:100%}.country-welcome-popup__box{position:absolute;z-index:1;width:var(--popup-box-width, 340px);max-width:calc(100vw - 4rem);max-height:calc(100vh - 4rem);overflow-y:auto;background:rgba(255,255,255,var(--popup-box-opacity, .9));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:.6rem;box-shadow:0 1rem 3rem #00000040;padding:3rem 2.8rem}.country-welcome-popup[data-position=top-left] .country-welcome-popup__box{top:var(--popup-offset-y, 60px);left:var(--popup-offset-x, 60px)}.country-welcome-popup[data-position=top-center] .country-welcome-popup__box{top:var(--popup-offset-y, 60px);left:50%;transform:translate(-50%)}.country-welcome-popup[data-position=top-right] .country-welcome-popup__box{top:var(--popup-offset-y, 60px);right:var(--popup-offset-x, 60px)}.country-welcome-popup[data-position=center-left] .country-welcome-popup__box{top:50%;left:var(--popup-offset-x, 60px);transform:translateY(-50%)}.country-welcome-popup[data-position=center-center] .country-welcome-popup__box{top:50%;left:50%;transform:translate(-50%,-50%)}.country-welcome-popup[data-position=center-right] .country-welcome-popup__box{top:50%;right:var(--popup-offset-x, 60px);transform:translateY(-50%)}.country-welcome-popup[data-position=bottom-left] .country-welcome-popup__box{bottom:var(--popup-offset-y, 60px);left:var(--popup-offset-x, 60px)}.country-welcome-popup[data-position=bottom-center] .country-welcome-popup__box{bottom:var(--popup-offset-y, 60px);left:50%;transform:translate(-50%)}.country-welcome-popup[data-position=bottom-right] .country-welcome-popup__box{bottom:var(--popup-offset-y, 60px);right:var(--popup-offset-x, 60px)}.country-welcome-popup__heading{margin:0 0 1.6rem;padding-bottom:1.6rem;border-bottom:.1rem solid rgba(0,0,0,.12);font-size:var(--popup-heading-size, 20px);font-weight:700;font-family:var(--font-heading-family);text-align:center;color:#1a1a1a}.country-welcome-popup__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.country-welcome-popup__link{width:100%;display:flex;align-items:center;gap:1.4rem;background:none;border:none;border-left:.3rem solid transparent;border-radius:.4rem;padding:1.1rem 1rem 1.1rem .8rem;cursor:pointer;text-align:left;font-family:var(--font-body-family);transition:background-color .15s ease,border-color .15s ease,transform .15s ease,opacity .15s ease}.country-welcome-popup__link:hover,.country-welcome-popup__link:focus-visible{background:#b78a421f;border-left-color:#b78a42;transform:translate(.3rem)}.country-welcome-popup__link:active{background:#b78a4238}.country-welcome-popup__link[aria-current=true]{border-left-color:#b78a42;background:#b78a4214}.country-welcome-popup__link.is-loading{opacity:.55;cursor:default}.country-welcome-popup__form.is-submitting .country-welcome-popup__link{pointer-events:none}.country-welcome-popup__flag{flex-shrink:0;width:2.4rem;height:1.8rem;object-fit:cover;border-radius:.2rem;box-shadow:0 0 0 .1rem #0000001f}.country-welcome-popup__name{font-size:var(--popup-country-size, 15px);font-weight:600;color:#1a1a1a}.country-welcome-popup__error{margin:0 0 1.2rem;font-size:1.3rem;color:#b42318;text-align:center}@media screen and (max-width:749px){.country-welcome-popup__box{width:var(--popup-box-width-mobile, 260px);max-width:calc(100vw - 6.4rem);border-radius:1rem;padding:2rem 1.6rem}.country-welcome-popup__heading{margin:0 0 1.2rem;padding-bottom:1.2rem;font-size:1.7rem}.country-welcome-popup__list{gap:.2rem}.country-welcome-popup__link{gap:1rem;padding:.8rem .6rem}.country-welcome-popup__flag{width:2rem;height:1.5rem}.country-welcome-popup[data-mobile-position=top-left] .country-welcome-popup__box{top:var(--popup-offset-y-mobile, 0px);left:var(--popup-offset-x-mobile, 0px);right:auto;bottom:auto;transform:none}.country-welcome-popup[data-mobile-position=top-center] .country-welcome-popup__box{top:var(--popup-offset-y-mobile, 0px);left:50%;right:auto;bottom:auto;transform:translate(-50%)}.country-welcome-popup[data-mobile-position=top-right] .country-welcome-popup__box{top:var(--popup-offset-y-mobile, 0px);right:var(--popup-offset-x-mobile, 0px);left:auto;bottom:auto;transform:none}.country-welcome-popup[data-mobile-position=center-left] .country-welcome-popup__box{top:50%;left:var(--popup-offset-x-mobile, 0px);right:auto;bottom:auto;transform:translateY(-50%)}.country-welcome-popup[data-mobile-position=center-center] .country-welcome-popup__box{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}.country-welcome-popup[data-mobile-position=center-right] .country-welcome-popup__box{top:50%;right:var(--popup-offset-x-mobile, 0px);left:auto;bottom:auto;transform:translateY(-50%)}.country-welcome-popup[data-mobile-position=bottom-left] .country-welcome-popup__box{bottom:var(--popup-offset-y-mobile, 0px);left:var(--popup-offset-x-mobile, 0px);right:auto;top:auto;transform:none}.country-welcome-popup[data-mobile-position=bottom-center] .country-welcome-popup__box{bottom:var(--popup-offset-y-mobile, 0px);left:50%;right:auto;top:auto;transform:translate(-50%)}.country-welcome-popup[data-mobile-position=bottom-right] .country-welcome-popup__box{bottom:var(--popup-offset-y-mobile, 0px);right:var(--popup-offset-x-mobile, 0px);left:auto;top:auto;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/45/compiled_assets/styles.css.map */
