.promo-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease-in-out}.promo-popup.is-visible{display:flex}.promo-popup.is-active{opacity:1}.promo-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;cursor:pointer}.promo-popup__container{position:relative;background:#fff;box-shadow:0 20px 60px #0000004d;overflow:hidden;z-index:1;transform:scale(.9);transition:transform .3s ease-in-out;max-height:90vh;width:100%}.promo-popup.is-active .promo-popup__container{transform:scale(1)}.promo-popup__close{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.promo-popup__close:hover{background:#fff;transform:rotate(90deg);box-shadow:0 4px 12px #0003}.promo-popup__close svg{color:#333}.promo-popup__content{display:grid;grid-template-columns:1fr 1fr;min-height:400px;max-height:90vh}.promo-popup__image-section{position:relative;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.promo-popup__image-section img{width:100%;height:100%;object-fit:cover;display:block;object-position:top}.promo-popup__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px}.promo-popup__text-section{padding:50px 40px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.promo-popup__discount-content{text-align:center}.promo-popup__heading{font-size:2.4rem;font-weight:700;margin:0 0 20px;line-height:1.2;color:#1a1a1a}.promo-popup__message{font-size:1.6rem;line-height:1.6;margin:0 0 30px;color:#333}.promo-popup__message strong{color:#e63946;font-size:2rem}.promo-popup__button{display:inline-block;padding:16px 40px;background:#1a1a1a;color:#fff;text-decoration:none;font-size:1.6rem;font-weight:600;border-radius:6px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.promo-popup__button:hover{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.promo-popup__email-content{text-align:center}.promo-popup__description{text-align:left;font-size:1.5rem;line-height:1.6;margin:0 0 25px;color:#333}.promo-popup__form-wrapper{margin-top:25px;max-width:100%;text-align:left}.promo-popup__field-group{margin-bottom:15px}.promo-popup__label{display:block;font-size:1.1rem;font-weight:700;text-transform:uppercase;margin-bottom:8px;color:#1a1a1a;letter-spacing:.5px}.promo-popup__input{width:100%;display:block;padding:12px 14px;border:1px solid #1a1a1a;border-radius:4px;font-size:1.4rem;transition:border-color .2s ease;font-family:inherit;background-color:#fff}.promo-popup__input:focus{outline:none;border-color:#000;background-color:#fcfcfc}.promo-popup__input::placeholder{color:#999}.promo-popup__submit{display:inline-block}.promo-popup__submit--full{width:100%;display:block;padding:14px 20px;background:#000;color:#fff;border:none;border-radius:4px;font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;margin-top:10px}.promo-popup__submit--full:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.promo-popup__privacy-check{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.promo-popup__checkbox{margin-top:2px;width:16px;height:16px;accent-color:#000;cursor:pointer;flex-shrink:0}.promo-popup__checkbox-label{font-size:1.2rem;line-height:1.4;color:#333;cursor:pointer}.promo-popup__privacy-link{margin-bottom:20px;font-size:1.2rem;color:#666}.promo-popup__privacy-link a{color:#333;text-decoration:underline;transition:color .2s}.promo-popup__privacy-link a:hover{color:#000}.promo-popup__error{display:block;color:#e63946;font-size:1.3rem;margin-top:8px;text-align:left}.promo-popup__success{margin-top:25px;text-align:center}.promo-popup__success-icon{width:40px;height:40px;margin:0 auto 15px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center}.promo-popup__success-icon svg{color:#fff}.promo-popup__success-message{margin:0 0 20px;font-size:1.6rem;color:#1a1a1a;font-weight:600}.promo-popup__discount-box{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;margin-top:20px}.promo-popup__discount-label{margin:0 0 12px;font-size:1.3rem;color:#666;font-weight:400}.promo-popup__code-wrapper{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px;background:#f9f9f9;border:2px dashed #d0d0d0;border-radius:6px}.promo-popup__code-value{font-size:2.4rem;font-weight:700;color:#1a1a1a;letter-spacing:3px;font-family:Courier New,Courier,monospace}.promo-popup__copy-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.promo-popup__copy-btn:hover{background:#333;transform:translateY(-1px)}.promo-popup__copy-btn.copied{background:#4caf50}.promo-popup__copy-btn svg{flex-shrink:0}.promo-popup__content.success-view .promo-popup__heading,.promo-popup__content.success-view .promo-popup__description,.promo-popup__content.success-view .promo-popup__form-field,.promo-popup__content.success-view .promo-popup__privacy-link,.promo-popup__content.success-view .promo-popup__privacy-check{display:none}.promo-popup__content.success-view .promo-popup__success-response{display:block!important}.promo-popup__custom-content{text-align:center}.promo-popup__custom-text{font-size:1.5rem;line-height:1.7;color:#333}.promo-popup__text-section .rte p{margin:0 0 15px}.promo-popup__text-section .rte p:last-child{margin-bottom:0}.promo-popup__text-section .rte strong{font-weight:700}.promo-popup__text-section .rte em{font-style:italic}.promo-popup__text-section .rte a{color:#1a1a1a;text-decoration:underline}.promo-popup__text-section .rte ul,.promo-popup__text-section .rte ol{margin:15px 0;padding-left:25px}.promo-popup__text-section .rte li{margin-bottom:8px}@media screen and (max-width: 768px){.promo-popup{padding:10px}.promo-popup__content{grid-template-columns:1fr;max-height:85vh;overflow-y:auto}.promo-popup__image-section{min-height:250px;max-height:300px}.promo-popup__image-placeholder{min-height:250px}.promo-popup__text-section{padding:30px 25px}.promo-popup__heading{font-size:2rem}.promo-popup__message{font-size:1.4rem}.promo-popup__message strong{font-size:1.8rem}.promo-popup__button{padding:14px 30px;font-size:1.4rem}.promo-popup__form-field{flex-direction:column}.promo-popup__submit,.promo-popup__submit--full{width:100%}.promo-popup__code-wrapper{flex-direction:column;gap:10px}.promo-popup__code-value{font-size:2rem}.promo-popup__copy-btn{width:100%;justify-content:center}.promo-popup__close{top:10px;right:10px;width:36px;height:36px}}@media screen and (max-width: 480px){.promo-popup__heading{font-size:1.8rem}.promo-popup__message{font-size:1.3rem}.promo-popup__text-section{padding:25px 20px}.promo-popup__code-value{font-size:1.8rem;letter-spacing:2px}}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupSlideUp{0%{transform:scale(.9) translateY(20px)}to{transform:scale(1) translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/promo-popup.css.map */
