fp-modal button[data-fp-modal-trigger]{padding:unset;color:inherit;font-weight:inherit;border:none;background-color:inherit;cursor:pointer}fp-modal div[data-fp-modal-content]{display:none}.fp-modal__container{--modal-z: 1000;--modal-backdrop-z: 1500;--modal-content-z: 2000;position:fixed;left:0;top:0;bottom:0;right:0;z-index:var(--modal-z);display:none;width:100%;height:100%}.fp-modal__container.active{display:flex;justify-content:center;align-items:center}.fp-modal__container.active .fp-modal__backdrop{display:block}.fp-modal__container.active .fp-modal__content-wrapper{animation:fp-modal-slide-in .5s ease}.fp-modal__container.hide .fp-modal__content-wrapper{display:none;animation:fp-modal-slide-out .5s ease}@keyframes fp-modal-slide-in{0%{display:none;opacity:0;transform:translateY(-18.75rem)}to{display:block;opacity:1;transform:translateY(0)}}@keyframes fp-modal-slide-out{0%{display:block;opacity:1;transform:translateY(0)}to{display:none;opacity:0;transform:translateY(-18.75rem)}}.fp-modal__container .fp-modal__backdrop{position:absolute;left:0;top:0;z-index:var(--modal-backdrop-z);display:none;width:100%;height:100%;background:#00000080;cursor:pointer}.fp-modal__content-wrapper{position:relative;z-index:var(--modal-content-z);padding:1.5rem;max-width:100%;max-height:100%;min-height:100%;background:var(--color-white);border-radius:.5rem;overflow-y:auto}.fp-modal__close-btn{position:absolute;top:1.5rem;right:1.5rem;padding:unset;background-color:inherit;border:none;cursor:pointer}.fp-modal__content h2,.fp-modal__content p{margin-top:0}.fp-modal__content h2{margin-bottom:.25rem}.fp-modal__content p{margin-bottom:1rem}@media screen and (min-width: 576px){.fp-modal__content-wrapper{max-width:48rem;max-height:60%;min-height:unset}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/fp-modal.css.map */
