.offer-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.offer-popup.is-active{visibility:visible;opacity:1;pointer-events:auto}.offer-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.offer-popup__box{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);width:min(1050px,94vw);max-height:90vh;overflow:hidden;background:#f7f4ec;border-radius:18px;box-shadow:0 25px 70px #00000040;transform:scale(.94) translateY(15px);transition:transform .35s ease}.offer-popup.is-active .offer-popup__box{transform:scale(1) translateY(0)}.offer-popup__image-wrap{position:relative;min-height:360px;overflow:hidden;background:#ebe6da}.offer-popup__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}.offer-popup__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:55px 50px;background:#f8f6ef;color:#1d2c22}.offer-popup__eyebrow{font-family:Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:3px;color:#496d27;margin-bottom:15px}.offer-popup__line{width:110px;height:1px;background:#607b3c;margin-bottom:28px}.offer-popup__title{margin:0;font-size:clamp(46px,5vw,70px);font-weight:500;line-height:.9;letter-spacing:-2px;color:#1d2c22}.offer-popup__title strong{font-size:clamp(70px,9vw,100px);font-weight:500;line-height:.85;color:#4b7425}.offer-popup__description{margin:15px 0 10px;max-width:350px;font-family:Arial,sans-serif;font-size:19px;line-height:1.5;color:#242824}.offer-popup__description strong{color:#4b7425;font-size:22px}.offer-popup__features{display:grid;grid-template-columns:repeat(3,1fr);width:100%;max-width:300px;gap:12px;margin-bottom:35px}.offer-popup__feature{display:flex;flex-direction:column;align-items:center;gap:8px;font-family:Arial,sans-serif;font-size:10px;font-weight:600;line-height:1.4;letter-spacing:.5px;color:#242824}.offer-popup__feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#4b7425;font-size:20px}.offer-popup__button{display:flex;align-items:center;justify-content:center;gap:25px;width:100%;max-width:330px;min-height:58px;padding:14px 25px;border-radius:50px;background:#4b7425;color:#fff;text-decoration:none;font-family:Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:1px;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.offer-popup__button span{font-size:25px;line-height:1;transition:transform .25s ease}.offer-popup__button:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #4b742540}.offer-popup__button:hover span{transform:translate(5px)}.offer-popup__note{margin:20px 0 0;font-family:Arial,sans-serif;font-size:12px;color:#666;line-height:1.5}.offer-popup__close{position:absolute;top:15px;right:15px;z-index:10;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 3px 15px #0000001f;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}.offer-popup__close:hover{transform:rotate(90deg);background:#f1f1f1}.offer-popup__close span{position:absolute;width:19px;height:2px;border-radius:2px;background:#222}.offer-popup__close span:first-child{transform:rotate(45deg)}.offer-popup__close span:last-child{transform:rotate(-45deg)}body.offer-popup-open{overflow:hidden}.popup-coupon{width:100%;max-width:420px;margin:20px auto;padding:2px;border-radius:12px;background:#5b7628}.popup-coupon__content{position:relative;padding:16px 18px;border-radius:10px;background:#fffdf7}.popup-coupon__code-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.popup-coupon__code{font-size:18px;line-height:1.2;font-weight:700;letter-spacing:2px;color:#1e2a18;word-break:break-word;flex-grow:1;padding:10px 20px;border:1px dashed}.popup-coupon__copy{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 14px;border:1px solid #5b7628;border-radius:7px;background:#5b7628;color:#fff;font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:background .25s ease,transform .2s ease}.popup-coupon__copy:hover{background:#49631f}.popup-coupon__copy:active{transform:scale(.97)}.popup-coupon__copy svg{flex-shrink:0}.popup-coupon__success{display:block;height:0;overflow:hidden;margin-top:0;opacity:0;font-size:11px;font-weight:600;color:#5b7628;transition:height .25s ease,margin .25s ease,opacity .25s ease}.popup-coupon__success.is-visible{height:17px;margin-top:8px;opacity:1}@media screen and (max-width:900px){.offer-popup__box{grid-template-columns:1fr 1fr;width:94vw}.offer-popup__image-wrap{min-height:300px}.offer-popup__content{padding:40px 30px}.offer-popup__title{font-size:42px}.offer-popup__title strong{font-size:65px}.offer-popup__description{font-size:17px}}@media screen and (max-width:650px){.offer-popup{padding:12px}.offer-popup__box{display:flex;flex-direction:column;width:100%;max-width:440px;max-height:94vh;overflow-y:auto;border-radius:14px}.offer-popup__image-wrap{width:100%;height:auto;min-height:0;aspect-ratio:1 / .82}.offer-popup__image{object-fit:cover;object-position:center}.offer-popup__content{padding:32px 20px 28px}.offer-popup__eyebrow{font-size:11px;letter-spacing:2px;margin-bottom:10px}.offer-popup__line{width:80px;margin-bottom:20px}.offer-popup__title{font-size:40px;letter-spacing:-1px}.offer-popup__description{margin:10px 0;font-size:15px}.offer-popup__description strong{font-size:18px}.offer-popup__features{margin-bottom:25px;gap:5px}.offer-popup__feature{font-size:8px}.offer-popup__feature-icon{width:40px;height:40px;font-size:16px}.offer-popup__button{min-height:50px;max-width:280px;font-size:14px;gap:18px}.offer-popup__note{font-size:10px;margin-top:15px}.offer-popup__close{width:36px;height:36px;top:10px;right:10px}.offer-popup__close span{width:16px}.popup-coupon{max-width:100%;margin-top:18px}.popup-coupon__content{padding:13px 14px}.popup-coupon__code{font-size:16px;letter-spacing:1.5px}.popup-coupon__copy{min-height:36px;padding:8px 11px;font-size:10px}.popup-coupon__copy svg{width:15px;height:15px}}@media screen and (max-width:380px){.offer-popup__content{padding:25px 16px}.offer-popup__title{font-size:34px}.offer-popup__title strong{font-size:55px}.offer-popup__features{margin-bottom:20px}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/welcome-popup.css.map */
