.account-dropdown{position:relative}.account-dropdown__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-color:transparent;display:none}.account-dropdown.active .account-dropdown__overlay{display:block}.account-dropdown__content{position:absolute;top:100%;right:0;margin-top:1rem;width:36rem;max-width:calc(100vw - 3rem);padding:2rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.4rem;box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.15);background-color:rgb(var(--color-background));z-index:1000;opacity:0;transform:translateY(-1rem);transition:opacity var(--duration-default) ease,transform var(--duration-default) ease;visibility:hidden;pointer-events:none}.account-dropdown.active .account-dropdown__content{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.account-dropdown__contents{display:flex;flex-direction:column}.account-dropdown__section{padding:0}.account-dropdown__section--new{border-bottom:.1rem solid rgba(var(--color-foreground),.2);padding-bottom:1.5rem;margin-bottom:1.5rem}.account-dropdown__section--old{padding-top:0}.account-dropdown__section-title{margin:0 0 .8rem;font-size:1.6rem;font-weight:600;line-height:1.3}.account-dropdown__description{margin:0 0 1.2rem;color:rgba(var(--color-foreground),.75);line-height:1.5;font-size:1.4rem}.account-dropdown__button{width:100%;margin:0;text-align:center;justify-content:center;padding:1.2rem 2rem;font-size:1.4rem}.account-dropdown__button--primary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.account-dropdown__button--secondary{background-color:transparent;border:.1rem solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground))}.account-dropdown__button--secondary:hover{background-color:rgba(var(--color-foreground),.05)}.account-dropdown__divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.account-dropdown__divider:before,.account-dropdown__divider:after{content:"";flex:1;height:.1rem;background-color:rgba(var(--color-foreground),.2)}.account-dropdown__divider-text{padding:0 1.2rem;color:rgba(var(--color-foreground),.6);font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em}@media screen and (min-width: 990px){.header__icon--account{position:relative}.account-dropdown__content{position:fixed;right:auto;left:auto}}@media screen and (max-width: 989px){.account-dropdown__content{position:fixed;top:0;right:0;bottom:auto;left:auto;width:40rem;max-width:calc(100vw - 3rem);height:auto;max-height:calc(100vh - 3rem);margin:1.5rem;transform:translate(100%);transition:transform var(--duration-default) ease,opacity var(--duration-default) ease}.account-dropdown.active .account-dropdown__content{transform:translate(0)}.account-dropdown__overlay{background-color:rgba(var(--color-foreground),.5)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-account-drawer.css.map */
