@keyframes pop-up-animation{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes pop-up-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}brochure-pop-up{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:1000;justify-content:center;align-items:center}brochure-pop-up.visible{display:grid}.brochure-pop-up__content{padding:64px 80px;width:640px;max-width:calc(100vw - 200px);text-align:center;position:relative;display:grid;gap:18px;opacity:0;transform:translateY(-50px);animation:pop-up-animation .3s ease-out forwards}.brochure-pop-up__content.exit{animation:pop-up-exit .3s ease-out forwards}.brochure-pop-up__close{position:absolute;top:10px;right:10px;background:none;border:none;padding:10px;cursor:pointer}@media screen and (max-width: 989px){.brochure-pop-up__content{padding:64px 30px 40px;margin:30px;gap:14px;width:480px;max-width:calc(100vw - 60px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/brochure-pop-up.css.map */
