.country-change-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:2000;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.country-change-modal[open]{opacity:1;visibility:visible;pointer-events:auto}.country-change-modal__content{position:relative;width:100%;max-height:fit-content;max-width:650px;background:var(--white);border-radius:var(--d-br-md);box-shadow:0 10px 30px #0000001f;padding:var(--d-sp-sm);height:auto;opacity:0;transform:translateY(16px);transition:opacity .25s ease,transform .25s ease}.country-change-modal[open] .country-change-modal__content{opacity:1;transform:translateY(0)}.country-change-modal__toggle{position:absolute;top:8px;right:8px;width:24px;height:24px;display:grid;place-items:center;border:0;background:var(--white);cursor:pointer}.country-change-modal__content-info>*+*{margin-top:12px}.country-change-modal__content-info .country-change-title{margin-top:0;margin-bottom:var(--d-sp-sm);text-transform:uppercase;text-align:center}.modal__actions{display:flex;flex-direction:column;gap:12px;flex-wrap:wrap;width:250px;align-items:stretch;margin:auto}@media(prefers-reduced-motion:reduce){.country-change-modal,.country-change-modal__content{transition:none}.country-change-modal__content,.country-change-modal[open] .country-change-modal__content{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/227/assets/country-change-modal.css.map */
