.popup-pp{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none}.popup-pp.popup-pp--visible{pointer-events:auto}.popup-pp.popup-pp--hidden{display:none}.popup-pp [hidden]{display:none!important}.popup-pp__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .25s ease}.popup-pp.popup-pp--visible .popup-pp__backdrop{opacity:1}.popup-pp__dialog{position:relative;display:flex;flex-direction:row;background:var(--pp-bg, #fff);color:var(--pp-text, #1A1A1A);border-radius:var(--pp-radius, 16px);overflow:hidden;width:min(var(--pp-max-width, 720px),calc(100vw - 40px));max-height:calc(100vh - 40px);box-shadow:0 20px 80px #0006;transform:translateY(30px) scale(.96);opacity:0;transition:opacity .28s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.popup-pp.popup-pp--visible .popup-pp__dialog{opacity:1;transform:translateY(0) scale(1)}.popup-pp__media{flex:0 0 var(--pp-image-ratio, 45%);background:var(--pp-image-fallback, #1A1A1A);position:relative}.popup-pp__img{width:100%;height:100%;object-fit:cover;display:block}.popup-pp__img--mobile{display:none}.popup-pp__img--desktop{display:block}.popup-pp__img-fallback{width:100%;height:100%}.popup-pp__content{flex:1 1 auto;padding:20px 22px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.popup-pp__headline{display:flex;flex-direction:column;gap:2px}.popup-pp__close{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;border:0;background:var(--pp-close-bg, #fff);color:var(--pp-close-color, #111);font-size:18px;line-height:1;cursor:pointer;display:grid;place-items:center;z-index:2}.popup-pp__close:hover{opacity:.85}.popup-pp__brand{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--pp-brand, #555)}.popup-pp__brand-logo{display:block;max-width:140px;height:auto;margin-bottom:6px;object-fit:contain}.popup-pp__title{font-size:18px;font-weight:700;margin:0 0 2px;line-height:1.2}.popup-pp__subtitle{margin:0;font-size:13px;opacity:.8;line-height:1.35}.popup-pp__bonus{display:none!important}.popup-pp__form{display:flex;flex-direction:column;gap:8px}.popup-pp__field label{display:block;font-size:10px;font-weight:600;margin-bottom:3px;opacity:.7;text-transform:uppercase;letter-spacing:.3px}.popup-pp__field input{width:100%;padding:9px 11px;border:1px solid var(--pp-input-border, #E5E5E5);border-radius:8px;background:var(--pp-input-bg, #FAFAFA);color:var(--pp-text, #1A1A1A);font-size:14px;font-family:inherit;line-height:1.25}.popup-pp__field input:focus{outline:2px solid var(--pp-accent, #e30613);outline-offset:-1px}.popup-pp__field input:disabled,.popup-pp__field input:read-only{opacity:.7}.popup-pp__phone-wrap{display:flex;align-items:stretch;gap:6px;flex:1 1 auto;min-width:0;position:relative}.popup-pp__country-code{display:grid;place-items:center;padding:0 10px;border:1px solid var(--pp-input-border, #E5E5E5);border-radius:8px;background:var(--pp-input-bg, #FAFAFA);font-size:13px;font-weight:600;opacity:.85}.popup-pp__verify-zone{display:flex;align-items:stretch;gap:8px;flex-wrap:wrap}.popup-pp__phone-wrap{flex:1 1 160px;min-width:0}.popup-pp__phone-wrap input{min-width:0}.popup-pp__country-code{flex:0 0 auto}.popup-pp__otp-group{display:flex;align-items:stretch;gap:8px;flex:1 1 240px;min-width:0;animation:pp-reveal .25s ease}.popup-pp__otp-group[hidden]{display:none!important}.popup-pp__otp-group .popup-pp__otp-wrap{flex:1 1 auto;min-width:0;max-width:none}.popup-pp__otp-group .popup-pp__verify-otp-btn{flex:0 0 auto}.popup-pp__phone-check,.popup-pp__otp-check{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:var(--pp-red, #e30613);font-size:14px;font-weight:700;pointer-events:none}.popup-pp__phone-check[hidden],.popup-pp__otp-check[hidden]{display:none!important}.popup-pp__phone-check:not([hidden]){animation:pp-pop .32s cubic-bezier(.2,.8,.2,1)}@keyframes pp-pop{0%{opacity:0;transform:translateY(-50%) scale(.4)}60%{opacity:1;transform:translateY(-50%) scale(1.25)}to{opacity:1;transform:translateY(-50%) scale(1)}}.popup-pp__verify-btn{flex:0 0 auto;align-self:stretch;padding:0 16px;border:0;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;line-height:1;background:var(--pp-accent, var(--pp-red, #e30613));color:#fff;transition:opacity .15s;white-space:nowrap}.popup-pp__verify-btn[hidden]{display:none!important}.popup-pp__verify-btn:hover{opacity:.92}.popup-pp__verify-btn:disabled{opacity:.45;cursor:not-allowed}.popup-pp__otp-wrap{flex:1 1 120px;min-width:110px;max-width:160px;position:relative;display:flex;align-items:stretch;animation:pp-reveal .25s ease}.popup-pp__otp-wrap[hidden]{display:none!important}.popup-pp__otp-wrap input{width:100%;padding-right:26px}@keyframes pp-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.popup-pp__otp-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.popup-pp__otp-meta[hidden]{display:none!important}.popup-pp__otp-meta .popup-pp__status--otp{margin-top:0;min-height:0;margin-left:auto;text-align:right}.popup-pp__otp-meta .popup-pp__status--otp:empty{display:none}.popup-pp__verify-otp-btn{flex:0 0 auto;padding:6px 14px;border:0;border-radius:999px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;line-height:1;background:var(--pp-cta-bg, #111);color:var(--pp-cta-color, #fff);transition:opacity .15s;white-space:nowrap}.popup-pp__verify-otp-btn[hidden]{display:none!important}.popup-pp__verify-otp-btn:hover{opacity:.92}.popup-pp__verify-otp-btn:disabled{opacity:.45;cursor:not-allowed}.popup-pp__field--pincode{position:relative}.popup-pp__geo-btn{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:5px 12px;background:transparent;border:1px solid var(--pp-red, #e30613);border-radius:999px;color:var(--pp-red, #e30613);font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.popup-pp__geo-btn:hover{background:var(--pp-red, #e30613);color:#fff}.popup-pp__geo-btn:disabled{opacity:.55;cursor:not-allowed}.popup-pp__geo-icon{flex:0 0 14px}.popup-pp__phone-wrap.is-verified input,.popup-pp__otp-wrap.is-verified input{border-color:#e3061373}.popup-pp__status{font-size:11px;margin-top:3px;min-height:13px;line-height:1.3}.popup-pp__status--ok{color:var(--pp-text, #1A1A1A);opacity:.8}.popup-pp__status--err{color:var(--pp-red, #e30613)}.popup-pp__status--info{color:var(--pp-text, #1A1A1A);opacity:.7}.popup-pp__cta{width:100%;padding:12px 18px;border:0;border-radius:8px;background:var(--pp-accent, var(--pp-red, #e30613));color:#fff;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s;margin-top:4px}.popup-pp__cta:hover{opacity:.92}.popup-pp__cta:disabled{opacity:.45;cursor:not-allowed}.popup-pp__resend{background:none;border:0;color:var(--pp-red, #e30613);font-size:12px;font-weight:600;cursor:pointer;padding:3px 0;margin-top:2px}.popup-pp__resend:disabled{cursor:default;opacity:.7}.popup-pp__success h3{margin:0 0 4px;font-size:16px}.popup-pp__success p{margin:0 0 8px;font-size:13px;opacity:.85;line-height:1.35}.popup-pp__details{display:flex;flex-direction:column;gap:8px;margin-top:4px}.popup-pp__details-title{margin:0 0 2px;font-size:16px;font-weight:700;line-height:1.25;color:var(--pp-text, #1A1A1A)}.popup-pp__details .popup-pp__field{margin:0}.popup-pp__status--details{color:var(--pp-red, #e30613);font-size:11px;min-height:0}.popup-pp__status--details:empty{display:none}button.popup-pp__details-submit,.popup-pp__details-submit{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;width:auto!important;align-self:flex-start!important;min-width:50px;height:30px;padding:0 15px;border:none!important;background:var(--pp-accent, var(--pp-red, #e30613))!important;color:#fff!important;border-radius:999px!important;font-size:14px;font-weight:700;line-height:1;cursor:pointer;font-family:inherit;-webkit-appearance:none;appearance:none;transition:opacity .2s ease;margin-top:8px}button.popup-pp__details-submit:hover,.popup-pp__details-submit:hover{opacity:.92}button.popup-pp__details-submit:disabled,.popup-pp__details-submit:disabled{opacity:.45;cursor:not-allowed}.popup-pp__change-done{display:inline-block;margin-top:10px;padding:8px 14px;background:transparent;color:var(--pp-accent, var(--pp-red, #e30613));border:1px solid var(--pp-accent, var(--pp-red, #e30613));border-radius:999px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.popup-pp__change-done:hover{background:var(--pp-accent, var(--pp-red, #e30613));color:#fff}.popup-pp__coupon{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px dashed var(--pp-accent, var(--pp-red, #e30613));border-radius:8px}.popup-pp__coupon-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:700;letter-spacing:1px}.popup-pp__coupon-copy{margin-left:auto;padding:5px 9px;border-radius:6px;border:0;background:var(--pp-accent, var(--pp-red, #e30613));color:#fff;font-size:11px;cursor:pointer}.popup-pp__delivery{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:8px;margin-top:4px;font-size:12px;line-height:1.4}.popup-pp__delivery--ok{background:#e306130f;border:1px solid var(--pp-red, #e30613);color:var(--pp-red, #e30613)}.popup-pp__delivery--no{background:#f05a220f;border:1px solid var(--pp-error, #f05a22);color:var(--pp-error, #f05a22)}.popup-pp__delivery-title{font-weight:700;font-size:13px}.popup-pp__delivery-msg{opacity:.9;color:var(--pp-text, #1A1A1A);font-size:12px}.popup-pp__privacy{font-size:10px;opacity:.55;margin:6px 0 0;line-height:1.4}.popup-pp__privacy a{color:inherit;text-decoration:underline}.popup-pp__form[data-step=done]~.popup-pp__subtitle{display:none}@media(max-width:767px){.popup-pp{padding:10px;align-items:flex-end}.popup-pp__dialog{flex-direction:column;width:100%;max-width:560px;max-height:92vh;border-radius:var(--pp-radius-mobile, 18px)}.popup-pp__media{flex:0 0 auto;height:110px}.popup-pp__img--desktop{display:none}.popup-pp__img--mobile{display:block}.popup-pp__content{padding:14px;gap:8px}.popup-pp__brand-logo{max-width:100px;margin-bottom:4px}.popup-pp__title{font-size:16px}.popup-pp__subtitle{font-size:12px}.popup-pp__verify-btn,.popup-pp__verify-otp-btn{min-height:44px}.popup-pp__field input{padding-top:11px;padding-bottom:11px}.popup-pp__geo-btn{min-height:36px}}@media(max-width:360px){.popup-pp__content{padding:12px}.popup-pp__country-code{padding:0 7px;font-size:12px}.popup-pp__verify-btn{padding:0 10px;font-size:12px}.popup-pp__verify-otp-btn{padding:6px 10px;font-size:12px}.popup-pp__verify-zone,.popup-pp__otp-group{gap:5px}}.popup-pp-chip{position:fixed;z-index:9997;background:var(--pp-chip-bg, #1A1A1A);color:var(--pp-chip-text, #fff);padding:8px 10px 8px 12px;border-radius:999px;display:flex;align-items:center;gap:8px;box-shadow:0 6px 20px #0003;font-family:inherit;font-size:12px;line-height:1.2;max-width:calc(100vw - 24px);cursor:default;transition:transform .2s,opacity .2s}.popup-pp-chip[hidden]{display:none!important}.popup-pp-chip--bottom-left{bottom:16px;left:16px}.popup-pp-chip--bottom-right{bottom:16px;right:16px}.popup-pp-chip--top-left{top:80px;left:16px}.popup-pp-chip--top-right{top:80px;right:16px}.popup-pp-chip--bottom-center{bottom:16px;left:50%;transform:translate(-50%)}.popup-pp-chip__icon{width:14px;height:14px;flex:0 0 14px;color:var(--pp-chip-accent, #e30613)}.popup-pp-chip__text{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-pp-chip__change{background:transparent;border:0;color:var(--pp-chip-accent, #e30613);font-size:11px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:999px;font-family:inherit;text-transform:uppercase;letter-spacing:.3px}.popup-pp-chip__change:hover{background:#ffffff1f}@media(max-width:767px){.popup-pp-chip{font-size:11px;padding:6px 8px 6px 10px}.popup-pp-chip--top-left,.popup-pp-chip--top-right{top:64px}.popup-pp-chip--bottom-left,.popup-pp-chip--bottom-right,.popup-pp-chip--bottom-center{bottom:12px}}.popup-pp__delivery--ok{display:grid;grid-template-columns:1fr auto;column-gap:12px;row-gap:4px;align-items:center}.popup-pp__delivery--ok .popup-pp__delivery-title{grid-column:1;grid-row:1}.popup-pp__delivery--ok .popup-pp__delivery-msg{grid-column:1;grid-row:2}.popup-pp__delivery--ok .popup-pp__copy-code-btn{grid-column:2;grid-row:1 / span 2;align-self:center}.popup-pp__copy-code-btn{background:var(--pp-accent, #e30613)!important;color:#fff!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:50px;height:30px;padding:0 15px;border-radius:999px!important;font-size:14px;font-weight:700;line-height:1;cursor:pointer;box-shadow:none;transition:opacity .2s ease}
/*# sourceMappingURL=/cdn/shop/t/359/assets/popup-pincode-phone.css.map */
