.center-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-overlay),.3);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.center-modal.active{opacity:1;visibility:visible}.center-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgb(var(--color-background))!important;background:#fff;width:90%;max-width:1000px;max-height:80vh;overflow-y:auto;overflow-x:hidden;border-radius:8px;padding:4rem 6rem;scrollbar-width:none;-ms-overflow-style:none}.center-modal__content .center-modal_header{display:flex;justify-content:flex-start}.center-modal__content h1{font-size:4rem}.center-modal__content p{font-size:1.5rem;line-height:1.7}.center-modal__content .center-modal_footer{display:flex;justify-content:flex-end;margin-top:2rem}.center-modal__content .center-modal_footer Button:hover{color:#000}.center-modal__content::::-webkit-scrollbar{display:none}.center-modal-content-wrapper{position:relative}.close{position:sticky;top:0;right:0;float:right;transform:translate(50px,-29px)}@media(max-width:768px){.close{transform:translate(20px,-10px)}}.center-modal__close{cursor:pointer;background-color:transparent;border:none;height:100%;transition:color .5s ease}.center-modal__close:hover{color:gray}.center-modal__close svg{width:32px;height:32px}.center-modal__content-wrapper{display:flex;flex-direction:column;gap:1rem}@media(max-width:997px){.center-modal h1{font-size:3rem}.center-modal p{font-size:1.2rem}.center-modal .center-modal_footer Button{font-size:1.4rem}.center-modal .center-modal__close svg{width:24px;height:24px}}@media(max-width:768px){.center-modal__content{width:100%;max-width:100svh;padding:2rem;width:90%}}@media(max-width:576px){.center-modal__content h1{font-size:2rem}.center-modal__content .center-modal_footer Button{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/center-modal.css.map */
