coupon-popup{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:1.6rem}coupon-popup.is-visible{display:flex}coupon-popup.is-open{animation:couponFadeIn .35s ease forwards}coupon-popup.is-closing{animation:couponFadeOut .3s ease forwards}.coupon-popup-overlay{position:absolute;top:-1.6rem;right:-1.6rem;bottom:-1.6rem;left:-1.6rem;cursor:pointer;z-index:1}.coupon-popup__box{position:relative;z-index:2;width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:center;aspect-ratio:auto}coupon-popup.is-open .coupon-popup__box{animation:couponScaleIn .35s ease forwards}coupon-popup.is-closing .coupon-popup__box{animation:couponScaleOut .3s ease forwards}.coupon-popup__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:inherit}.coupon-popup__bg-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.coupon-popup__close{position:absolute;top:.8rem;right:.8rem;z-index:10;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:none;background:transparent;cursor:pointer;transition:opacity .2s ease,transform .2s ease;line-height:0}.coupon-popup__close svg{width:2rem;height:2rem;pointer-events:none}@media(hover:hover){.coupon-popup__close:hover{transform:scale(1.1)}}.coupon-popup__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.2rem}.coupon-popup__heading{margin:0;font-weight:400;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.coupon-popup__text{margin:0;line-height:1.5}.coupon-popup__text p{margin:0}.coupon-popup__text strong,.coupon-popup__text b{font-weight:700}.coupon-popup__coupon{display:flex;flex-direction:column;gap:.6rem;margin-top:.4rem}.coupon-popup__coupon-label{margin:0;font-size:.85em;opacity:.8}.coupon-popup__code-wrapper{display:flex;align-items:center;gap:0;overflow:hidden}.coupon-popup__code{flex:1 1 auto;padding:.8rem 1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-user-select:all;user-select:all;word-break:break-all}.coupon-popup__copy-btn{flex:0 0 auto;border:none;display:flex;align-items:center;justify-content:center;padding:.8rem;cursor:pointer;transition:opacity .2s ease,transform .15s ease;line-height:0}.coupon-popup__copy-btn svg{pointer-events:none}.coupon-popup__copy-btn:hover{transform:scale(1.1)}.coupon-popup__copy-btn.is-copied{opacity:.9}.coupon-popup__icon-copied{color:#000}@keyframes couponFadeIn{0%{opacity:0}to{opacity:1}}@keyframes couponFadeOut{0%{opacity:1}to{opacity:0}}@keyframes couponScaleIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes couponScaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.92);opacity:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-coupon-popup.css.map */
