*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box;font-size:calc(var(--font-body-scale) * 62.5%)}body{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.5rem;letter-spacing:.07rem;line-height:calc(1 + .8 / var(--font-body-scale));margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}@media screen and (min-width:750px){body{font-size:1.6rem;line-height:calc(1 + .8 / var(--font-body-scale))}}.full-height{height:100%}.password{background-color:rgb(var(--color-background));height:100%}.password-link{align-items:center;font-size:1.4rem;font-weight:400;white-space:nowrap}.password-link .svg-wrapper{width:1.8rem;height:1.8rem;margin-right:1rem}.password-modal__content{padding:4.5rem 3.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;box-sizing:border-box}.password-modal__content-heading{font-size:1.8rem;font-weight:400;line-height:calc(1 + .6 / var(--font-body-scale))}@media only screen and (min-width:750px){.password-modal__content-heading{font-size:1.8rem}}.password-modal .password-form{max-width:50rem}.password-form{display:flex;flex-wrap:wrap;align-items:center;margin-top:4rem;margin-bottom:2rem;width:100%}.password-field.field{flex:1 20rem}.password-field .form__message{margin-top:1.5rem}.password-button{margin-top:3rem;width:100%}@media only screen and (max-width:749px){.password-field--error+.password-button{margin-top:1.5rem}}@media only screen and (min-width:750px){.password-button{margin-top:0;margin-left:2rem;width:auto;align-self:start}}.password-logo{width:100%;margin-bottom:1.5rem}@media only screen and (min-width:750px){.password-logo{margin-bottom:0}}.password-heading{margin-top:5rem;font-weight:400}.password-main{flex-grow:1}.password-main>section:only-child{height:100%}.password-main>section:only-child>.newsletter{display:flex;justify-content:center;align-items:center;height:100%;margin-top:0}.password-main>section:only-child .newsletter__wrapper:not(.email-signup-banner__box){width:100%}.password-main>section:only-child>:not(.newsletter--narrow)>.newsletter__wrapper{height:100%;display:flex;flex-direction:column;justify-content:center}.password__footer-text a{padding:0;font-size:1.3rem;font-weight:400;line-height:calc(1 + .5 / var(--font-body-scale))}.password__footer-login{margin-top:1.2rem;padding-bottom:4rem}.password-modal .icon-close{color:rgb(var(--color-foreground))}.password__footer{display:flex;flex-direction:column;align-items:center;padding-top:4rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}hr{margin:0!important}.list-social:not(:empty)+.password__footer-caption{margin-top:3rem}.password__footer-caption a{padding:0;color:rgb(var(--color-link))}.modal__toggle,.modal__close-button{list-style-type:none}details[open] .modal__toggle,.modal__close-button{position:absolute;top:2.2rem;right:2.2rem;padding:.8rem;color:rgb(var(--color-foreground));background-color:transparent}.modal__toggle::-webkit-details-marker{display:none}details.modal .modal__toggle-close{display:none}details[open].modal .modal__toggle-close{background:rgb(var(--color-background));cursor:pointer;display:flex;padding:.8rem;z-index:1}details[open].modal .modal__toggle-close svg,.modal__close-button .svg-wrapper{height:1.7rem;width:1.7rem}details[open].modal .modal__toggle-close:hover{opacity:.75}.js details[open].modal .modal__toggle-close{display:none}details.modal .modal__toggle-open{display:flex}.password-header{padding:2rem 1.5rem 2.5rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;color:rgb(var(--color-foreground));max-width:var(--page-width);margin:0 auto;text-align:center}@media only screen and (min-width:750px){.password-header{display:grid;gap:3rem;grid-template-columns:1fr 1.5fr 1fr;padding:2rem 5rem 2.5rem;text-align:left}.password-header{grid-template-columns:1fr;justify-items:center;gap:0}}.password-header details-modal{flex-shrink:0}.password-content{text-align:center}@media only screen and (max-width:749px){.password-content{margin-bottom:1.8rem;margin-top:1rem}}.shopify-name{overflow:hidden;position:absolute;height:1px;width:1px}.icon-shopify{width:7rem;height:2rem;vertical-align:top;color:rgb(var(--color-foreground))}password-modal{justify-self:flex-end;grid-column:3}body{min-height:100dvh}.password-main{display:flex;flex-direction:column;justify-content:center}.password-hero__inner{text-align:center}@media screen and (min-width:750px){.password-main .password-hero{padding-bottom:clamp(4rem,9dvh,11rem)}.password-main{max-height:78rem}}.password-hero .pw-type{max-width:93rem;margin:0 auto;text-wrap:balance;letter-spacing:normal}.password-header .password-logo{max-width:14.1rem;height:auto}@media screen and (max-width:749px){.password-header .password-logo{max-width:10.3rem}}.password-hero .pw-type--figma{font-size:clamp(4rem,min(4.45vw,7.5dvh),6.4rem);line-height:1.1}.pw-type__w{display:inline-block;position:relative;white-space:nowrap}.pw-type__c{display:inline-block;position:relative;opacity:0;animation:pwCharIn 1ms linear var(--pw-d) forwards}@keyframes pwCharIn{to{opacity:1}}.pw-type--caret .pw-type__c:after{content:"";position:absolute;top:50%;right:-.055em;width:.055em;height:.86em;transform:translateY(-50%);background:currentColor;opacity:0;animation:pwCaretShow 1ms linear var(--pw-d) forwards,pwCaretHide 1ms linear calc(var(--pw-d) + var(--pw-step) * var(--pw-cs, 1)) forwards}@keyframes pwCaretShow{to{opacity:1}}@keyframes pwCaretHide{to{opacity:0}}.pw-type--caret .pw-type__c--end:after{animation:pwBlink 1.06s steps(1,end) var(--pw-d) infinite}@keyframes pwBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}.pw-type__w--strike:after{content:"";position:absolute;top:57%;left:-.06em;right:-.06em;height:max(5px,var(--pw-strike-w, .08em));background:var(--pw-strike-color, currentColor);transform:translateY(-50%) scaleX(0);transform-origin:left center;animation:pwStrike var(--pw-strike-dur) cubic-bezier(.22,.61,.36,1) var(--pw-strike-at) forwards}@keyframes pwStrike{to{transform:translateY(-50%) scaleX(1)}}.pw-wait .pw-type__c,.pw-wait .pw-type__c:after,.pw-wait .pw-type__w--strike:after{animation-play-state:paused}@keyframes pwFormIn{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.pw-type__c{opacity:1;animation:none}.pw-type--caret .pw-type__c:after{display:none}.pw-type__w--strike:after{animation:none;transform:translateY(-50%) scaleX(1)}}@media screen and (max-width:749px){.password-hero__inner.page-width{padding-left:2.5rem;padding-right:2.5rem}.password-header{padding-top:clamp(1.2rem,2.4dvh,2.4rem);padding-bottom:clamp(1.2rem,2.8dvh,3rem)}.password-logo{margin-bottom:clamp(.6rem,1.4dvh,1.5rem)}.password-main .password-hero{padding-top:clamp(1.4rem,3dvh,4rem);padding-bottom:clamp(1.2rem,6dvh,9.6rem)}.password-hero .pw-type--figma{font-size:clamp(2.4rem,min(10.5vw,5dvh),4rem)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-password.css.map */
