.welcome-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;align-items:center;justify-content:center}.welcome-popup.is-open{display:flex}.welcome-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;animation:fadeIn .25s ease}.welcome-popup__box{position:relative;background:#fff;border-radius:8px;padding:40px 36px 36px;max-width:440px;width:calc(100% - 32px);box-shadow:0 10px 40px #0000001f;animation:slideUp .3s ease;text-align:center}.welcome-popup__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.welcome-popup__close:hover{color:#000;background:#f5f5f5}.welcome-popup__close:focus{outline:2px solid #000;outline-offset:2px}.welcome-popup__content{text-align:center}.welcome-popup__title{font-size:26px;font-weight:600;color:#000;margin:0 0 8px;line-height:1.3;letter-spacing:-.3px}.welcome-popup__subtitle{font-size:15px;color:#555;margin:0 0 24px;line-height:1.6;font-weight:400}.welcome-popup__offer{background:#f8f8f8;border-radius:6px;padding:18px 20px;border:1px solid #e5e5e5;margin:20px 0;text-align:left}.welcome-popup__offer-header{margin-bottom:12px}.welcome-popup__offer-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#000;border-radius:4px;padding:4px 10px}.welcome-popup__offer-text{font-size:15px;color:#000;margin:0 0 8px;line-height:1.6;font-weight:600}.welcome-popup__offer-description{font-size:14px;color:#555;margin:0;line-height:1.6}.welcome-popup__offer-description strong{color:#000;font-weight:600}.welcome-popup__actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}.welcome-popup__btn{display:block;width:100%;padding:14px 20px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s ease;background:#000;color:#fff;border:none;box-sizing:border-box;letter-spacing:.3px}.welcome-popup__btn:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.welcome-popup__btn:active{transform:translateY(0)}.welcome-popup__btn:focus{outline:2px solid #000;outline-offset:2px}.welcome-popup__btn--secondary{background:#fff;color:#000;border:1.5px solid #000;font-weight:600}.welcome-popup__btn--secondary:hover{background:#f5f5f5;border-color:#000}.welcome-popup__btn--secondary:active{background:#efefef}.discount-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.discount-popup.is-open{display:flex}.discount-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;animation:fadeIn .25s ease}.discount-popup__box{position:relative;background:#fff;border-radius:8px;padding:40px 36px 36px;max-width:420px;width:calc(100% - 32px);box-shadow:0 10px 40px #0000001f;animation:slideUp .3s ease;text-align:center}.discount-popup__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.discount-popup__close:hover{color:#000;background:#f5f5f5}.discount-popup__close:focus{outline:2px solid #000;outline-offset:2px}.discount-popup__title{font-size:22px;font-weight:600;color:#000;margin:0 0 12px;line-height:1.3;letter-spacing:-.3px}.discount-popup__subtitle{font-size:15px;color:#555;margin:0 0 24px;line-height:1.6;font-weight:400}.discount-popup__offer{background:#f8f8f8;border-radius:6px;padding:16px 18px;border:1px solid #e5e5e5;margin:20px 0}.discount-popup__offer-text{font-size:14px;color:#333;margin:0;line-height:1.6;font-weight:400}.discount-popup__offer-text strong{font-weight:600;color:#000}.discount-popup__btn{display:block;width:100%;padding:14px 20px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s ease;background:#000;color:#fff;border:none;margin-top:14px;box-sizing:border-box;letter-spacing:.3px}.discount-popup__btn:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.discount-popup__btn:active{transform:translateY(0)}.discount-popup__btn:focus{outline:2px solid #000;outline-offset:2px}.discount-popup__btn--secondary{background:#fff;color:#000;border:1.5px solid #000;margin-top:0;font-weight:600}.discount-popup__btn--secondary:hover{background:#f5f5f5;border-color:#000}.discount-popup__btn--secondary:active{background:#efefef}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.welcome-popup__box,.discount-popup__box{padding:32px 24px 28px;border-radius:12px}.welcome-popup__title,.discount-popup__title{font-size:20px;margin-bottom:10px}.welcome-popup__subtitle,.discount-popup__subtitle{font-size:14px;margin-bottom:20px}.welcome-popup__btn,.discount-popup__btn{padding:12px 16px;font-size:14px;margin-top:12px}.welcome-popup__btn--secondary,.discount-popup__btn--secondary{margin-top:0}}@media(prefers-color-scheme:dark){.welcome-popup__box,.discount-popup__box{background:#1a1a1a;box-shadow:0 10px 40px #0006}.welcome-popup__title,.discount-popup__title{color:#fff}.welcome-popup__subtitle,.discount-popup__subtitle{color:#aaa}.welcome-popup__offer,.discount-popup__offer{background:#272727;border-color:#333}.welcome-popup__offer-text,.discount-popup__offer-text{color:#ddd}.welcome-popup__offer-text strong,.discount-popup__offer-text strong{color:#fff}.welcome-popup__offer-description{color:#aaa}.welcome-popup__close,.discount-popup__close{color:#999}.welcome-popup__close:hover,.discount-popup__close:hover{color:#fff;background:#333}.welcome-popup__btn,.discount-popup__btn{background:#fff;color:#000}.welcome-popup__btn:hover,.discount-popup__btn:hover{background:#f0f0f0}.welcome-popup__btn--secondary,.discount-popup__btn--secondary{background:#272727;color:#fff;border-color:#555}.welcome-popup__btn--secondary:hover,.discount-popup__btn--secondary:hover{background:#333;border-color:#777}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/discount-popup.css.map */
