.pw-stage,.pw-stage *,.pw-stage *:before,.pw-stage *:after{box-sizing:border-box}.pw-stage{position:relative;width:100%;overflow:hidden;background:rgb(var(--pw-bg));isolation:isolate;display:flex;flex-direction:column;color:rgb(var(--pw-text));line-height:1.5;-webkit-font-smoothing:antialiased}.pw-stage .pw-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.pw-stage .pw-stage__bg,.pw-stage .pw-stage__tint,.pw-stage .pw-app-slot:empty{display:block!important}.pw-stage .pw-stage__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center 60%;background-repeat:no-repeat;filter:saturate(.85) contrast(1.05) brightness(.85);pointer-events:none;animation:pw-bg-drift 40s ease-in-out infinite alternate}@keyframes pw-bg-drift{0%{transform:scale(1) translateY(0)}to{transform:scale(1.06) translateY(-1.5%)}}.pw-stage .pw-stage__tint{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 50% 35%,rgb(var(--pw-button-bg) / .14) 0%,transparent 60%),radial-gradient(ellipse 90% 70% at 50% 110%,rgb(var(--pw-eyebrow) / .08) 0%,transparent 55%),linear-gradient(180deg,rgb(var(--pw-bg) / .35),rgb(var(--pw-bg) / .45) 60%,rgb(var(--pw-bg) / .7))}.pw-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:3px 3px,7px 7px;background-position:0 0,1px 1px;mix-blend-mode:overlay;opacity:.5;pointer-events:none}.pw-stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;background:radial-gradient(ellipse 100% 80% at 50% 50%,transparent 40%,rgba(0,0,0,.6) 100%)}.pw-stage .pw-war-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen}@media(prefers-reduced-motion:reduce){.pw-stage .pw-war-overlay{display:none}.pw-stage .pw-stage__bg{animation:none!important}}.pw-stage .pw-header{position:relative;z-index:10;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.pw-stage .pw-header__logo{display:inline-block;line-height:0}.pw-stage .pw-header__logo img{display:block;width:auto;height:auto;max-width:min(280px,70vw);object-fit:contain;filter:drop-shadow(0 4px 14px rgba(0,0,0,.5))}.pw-stage .pw-main{position:relative;z-index:5;flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr;padding:8px 24px;perspective:1400px;perspective-origin:50% 40%}@media(min-width:768px)and (min-height:700px){.pw-stage .pw-main{overflow:hidden}}.pw-stage .pw-stage-3d{position:relative;width:100%;transform-style:preserve-3d;transition:transform .2s cubic-bezier(.2,.7,.2,1);will-change:transform}.pw-stage .pw-content{transform:translateZ(20px);margin:0 auto}.pw-stage .pw-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:var(--pw-eyebrow-size);font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:rgb(var(--pw-eyebrow));padding:6px 14px;border:1px solid rgb(var(--pw-eyebrow) / .3);border-radius:100px;background:rgb(var(--pw-eyebrow) / .08);margin-bottom:18px}.pw-stage .pw-eyebrow__dot{width:6px;height:6px;background:rgb(var(--pw-eyebrow));border-radius:50%;animation:pw-pulse 2s ease-in-out infinite}@keyframes pw-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@media(prefers-reduced-motion:reduce){.pw-stage .pw-eyebrow__dot{animation:none}}.pw-stage .pw-heading{text-align:center;margin-bottom:14px}.pw-stage .pw-heading__accent--italic{font-style:italic}.pw-stage .pw-sub{font-size:var(--pw-subtext-size);color:rgb(var(--pw-text-dim) / var(--pw-text-dim-a));margin:0 auto 22px;max-width:460px;line-height:1.45}.pw-stage .pw-form{width:100%;max-width:460px;margin:0 auto}.pw-stage .pw-form__row+.pw-form__row{margin-top:10px}.pw-stage .pw-form__row--name .pw-form__input{padding:0 18px;min-height:48px}.pw-stage .pw-form__row{display:flex;gap:8px;background:rgba(255,255,255,var(--pw-input-bg-a));border:1px solid rgb(var(--pw-input-border) / var(--pw-input-border-a));border-radius:100px;padding:6px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;backdrop-filter:blur(var(--pw-blur));-webkit-backdrop-filter:blur(var(--pw-blur))}.pw-stage .pw-form__row:focus-within{border-color:rgb(var(--pw-input-focus));box-shadow:0 0 0 4px rgb(var(--pw-input-focus) / .18);background:#ffffff0f}.pw-stage .pw-form__row.is-invalid{border-color:rgb(var(--pw-error));box-shadow:0 0 0 4px rgb(var(--pw-error) / .18)}.pw-stage .pw-form__input{flex:1;background:transparent;border:none;outline:none;color:rgb(var(--pw-text));padding:0 18px;font:inherit;font-size:15px;min-height:48px;min-width:0}.pw-stage .pw-form__input::placeholder{color:rgb(var(--pw-text-dim) / var(--pw-text-faint-a))}.pw-stage .pw-form__input:disabled{opacity:.6;cursor:not-allowed}.pw-stage .pw-form__submit{display:inline-flex;align-items:center;gap:8px;padding:0 22px;background:rgb(var(--pw-button-bg));border:none;border-radius:100px;color:rgb(var(--pw-button-text));font:inherit;font-weight:700;font-size:14px;letter-spacing:.02em;min-height:48px;transition:background .18s ease,transform .1s ease;white-space:nowrap;cursor:pointer}.pw-stage .pw-form__submit:hover:not(:disabled){background:rgb(var(--pw-button-hover))}.pw-stage .pw-form__submit:active:not(:disabled){transform:scale(.98)}.pw-stage .pw-form__submit:disabled{background:rgb(var(--pw-button-bg) / .5);cursor:wait}.pw-stage .pw-form__submit svg{width:14px;height:14px}.pw-stage .pw-form__submit-spinner{display:none;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:rgb(var(--pw-button-text));border-radius:50%;animation:pw-spin .7s linear infinite}.pw-stage .pw-form__submit.is-loading .pw-form__submit-icon{display:none}.pw-stage .pw-form__submit.is-loading .pw-form__submit-spinner{display:inline-block}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-stage .pw-form__message{min-height:20px;margin-top:14px;font-size:13px;text-align:center;transition:color .15s ease}.pw-stage .pw-form__message.is-error{color:rgb(var(--pw-error))}.pw-stage .pw-form__message.is-success{color:rgb(var(--pw-success))}.pw-stage .pw-form__hint{margin-top:10px;font-size:12px;color:rgb(var(--pw-text-dim) / var(--pw-text-faint-a));letter-spacing:.02em;text-align:center}.pw-stage .pw-form__hint a{text-decoration:underline;text-underline-offset:3px;color:inherit}.pw-stage .pw-form__hint a:hover{color:rgb(var(--pw-text))}.pw-stage .pw-form.is-submitted .pw-form__row,.pw-stage .pw-form.is-submitted .pw-form__hint{display:none}.pw-stage .pw-form__success{display:none;padding:24px;background:rgb(var(--pw-success) / .08);border:1px solid rgb(var(--pw-success) / .3);border-radius:16px;text-align:center;backdrop-filter:blur(var(--pw-blur));-webkit-backdrop-filter:blur(var(--pw-blur))}.pw-stage .pw-form.is-submitted .pw-form__success{display:block}.pw-stage .pw-form__success-icon{display:inline-grid;place-items:center;width:40px;height:40px;background:rgb(var(--pw-success) / .18);border-radius:50%;margin-bottom:12px;color:rgb(var(--pw-success))}.pw-stage .pw-form__success-title{font-size:16px;font-weight:700;margin-bottom:4px}.pw-stage .pw-form__success-text{font-size:13px;color:rgb(var(--pw-text-dim) / var(--pw-text-dim-a))}.pw-stage .pw-reels-marquee{position:relative;flex:0 0 auto;width:100%;padding:14px 0 10px;z-index:6}.pw-stage .pw-reels-marquee__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 10px;margin:0 0 10px;padding:0 24px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--pw-text-dim) / var(--pw-text-dim-a));text-align:center}.pw-stage .pw-reels-marquee__head a{color:rgb(var(--pw-eyebrow));text-decoration:none;transition:color .18s ease}.pw-stage .pw-reels-marquee__head a:hover{color:rgb(var(--pw-text))}.pw-stage .pw-reels-marquee__head svg{width:12px;height:12px}.pw-stage .pw-app-slot{position:relative;z-index:6;flex:0 0 auto;width:100%;height:220px;max-height:220px;padding:0 0 12px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%)}@media(min-width:768px)and (max-height:760px){.pw-stage .pw-app-slot{height:180px;max-height:180px}}@media(min-width:768px)and (max-height:620px){.pw-stage .pw-app-slot{display:none}}@media(max-width:767px){.pw-stage .pw-app-slot{height:auto;max-height:280px}.pw-stage .pw-reels-marquee{padding:18px 0 12px}.pw-stage .pw-reels-marquee__head{font-size:12px;letter-spacing:.18em;padding:0 16px}}@media(max-width:767px){.pw-stage .pw-app-slot .storista-header,.pw-stage .pw-app-slot .storista-page-w{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:6px!important}.pw-stage .pw-app-slot .storista-header-left,.pw-stage .pw-app-slot .storista-header-center,.pw-stage .pw-app-slot .storista-header-right{flex:none!important;width:100%!important;text-align:center!important;justify-content:center!important}}.pw-stage .pw-app-slot .storista-feed-flex,.pw-stage .pw-app-slot .storista-feed-container,.pw-stage .pw-app-slot .storista-feed{width:100%!important;max-width:100%!important;height:auto!important;max-height:100%!important;padding-top:0!important;padding-bottom:0!important}.pw-stage .pw-app-slot .storista-carousel-items{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px!important;width:max-content!important;height:200px!important;overflow:visible!important;animation:pw-storista-marquee 60s linear infinite;will-change:transform}.pw-stage .pw-app-slot:hover .storista-carousel-items{animation-play-state:paused}@keyframes pw-storista-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.pw-stage .pw-app-slot .storista-carousel-items{animation:none!important}}.pw-stage .pw-app-slot .storista-carousel-items>*{flex:0 0 112px!important;width:112px!important;max-width:112px!important;min-width:112px!important;height:200px!important;max-height:200px!important;border-radius:12px!important;overflow:hidden!important}.pw-stage .pw-app-slot .storista-carousel-items>* video,.pw-stage .pw-app-slot .storista-carousel-items>* img{width:100%!important;height:100%!important;object-fit:cover!important}.pw-stage .pw-app-slot .storista-header:empty,.pw-stage .pw-app-slot .storista-page-w:has(.storista-header:empty) .storista-header{display:none!important}.pw-stage .pw-social{position:relative;z-index:6;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:14px}.pw-stage .pw-social__link{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid rgb(var(--pw-input-border) / var(--pw-input-border-a));border-radius:50%;color:rgb(var(--pw-text-dim) / var(--pw-text-dim-a));transition:border-color .18s ease,color .18s ease,background .18s ease;text-decoration:none}.pw-stage .pw-social__link:hover,.pw-stage .pw-social__link:focus-visible{border-color:rgb(var(--pw-input-border) / .22);color:rgb(var(--pw-text));background:#ffffff0a}.pw-stage .pw-social__link svg{width:16px;height:16px}@media(max-width:640px){.pw-stage .pw-form__row{flex-direction:column;padding:8px;border-radius:18px;gap:6px}.pw-stage .pw-form__input{padding:12px 14px;min-height:44px}.pw-stage .pw-form__submit{width:100%;justify-content:center}}@media(max-height:820px){.pw-stage .pw-eyebrow{margin-bottom:18px}.pw-stage .pw-heading{font-size:clamp(28px,4.5vw,48px);margin-bottom:16px}.pw-stage .pw-sub{margin-bottom:24px}.pw-stage .pw-social__link{width:34px;height:34px}}@media(max-height:680px){.pw-stage .pw-heading br,.pw-stage .pw-form__hint{display:none}}@media(prefers-reduced-motion:reduce){.pw-stage .pw-stage-3d{transition:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-password-page.css.map */
