@keyframes modalFadeIn{0%{background-color:transparent}to{background-color:#fff}}@keyframes sketchIn{0%{stroke-dashoffset:778}to{stroke-dashoffset:0}}@keyframes fadeInOpac{0%{opacity:0}to{opacity:1}}discount-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;cursor:pointer}discount-modal:not(.open){display:none}discount-modal .discount-modal{max-width:700px;position:relative;background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 10px #0003;color:#000;cursor:initial;background-color:transparent;animation:modalFadeIn .5s .8s cubic-bezier(.165,.84,.44,1) forwards}discount-modal .discount-modal h2{color:#000;margin:0 0 10px;padding:0 40px}discount-modal .discount-modal p{margin:0;padding:0 20px}discount-modal .discount-modal h2,discount-modal .discount-modal p{animation:fadeInOpac .5s .8s cubic-bezier(.165,.84,.44,1) forwards;opacity:0}discount-modal .discount-modal .modal-svg{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:3px}discount-modal .discount-modal .modal-svg rect{animation:sketchIn .5s cubic-bezier(.165,.84,.44,1) forwards;stroke:#fff;stroke-width:2px;stroke-dasharray:778;stroke-dashoffset:778}discount-modal .discount-modal .discount-modal__content{text-align:center;flex-wrap:wrap;position:relative;z-index:10}discount-modal .discount-modal .discount-modal__content .welcome-discount-modal__message{font-size:24px;margin-bottom:10px}discount-modal .discount-modal .button-close{display:block;position:relative;width:48px;height:48px;background:#fff;color:#000;border:1px solid #000;margin:0;outline:none;position:absolute;z-index:11;right:5px;top:5px;cursor:pointer;animation:fadeInOpac .5s .8s cubic-bezier(.165,.84,.44,1) forwards}discount-modal .discount-modal .button-close:hover:before{width:25px}discount-modal .discount-modal .button-close:hover:after{width:25px}discount-modal .discount-modal .button-close:before,discount-modal .discount-modal .button-close:after{animation:all .2s cubic-bezier(.25,.46,.45,.94)}discount-modal .discount-modal .button-close:before{content:"";position:absolute;left:50%;top:50%;width:0;height:1px;border-left:8px solid currentColor;border-right:8px solid currentColor;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transition:all .2s cubic-bezier(.25,.46,.45,.94)}discount-modal .discount-modal .button-close:after{content:"";position:absolute;left:50%;top:50%;width:0;height:1px;border-left:8px solid currentColor;border-right:8px solid currentColor;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transition:all .2s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width: 768px){discount-modal .discount-modal__heading{padding:0 40px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/discount-popup.css.map */
