.sign-up__container{--header-height: 136.5px;display:grid;grid-template-areas:"content" "form";grid-template-rows:1fr;align-items:start}@media screen and (min-width: 750px){.sign-up__container{grid-template-areas:"content form";grid-template-columns:1fr 1fr;align-items:center;min-height:calc(100vh - var(--header-height))}}.sign-up__promo{grid-area:content;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media screen and (min-width: 750px){.sign-up__promo{padding:3rem 5rem 8rem;min-height:calc(100vh - var(--header-height))}}.sign-up__form{grid-area:form;display:flex;flex-direction:column;text-align:center;padding:2rem 1.5rem 4rem}.sign-up__form form{display:flex;flex-direction:column;gap:1rem;max-width:40rem;margin:0 auto;width:100%}@media screen and (min-width: 750px){.sign-up__form{padding:3rem}}.sign-up-offer__header{display:flex;justify-content:center;align-items:center;padding:1rem 1.5rem 0}.sign-up-offer__header h2{text-align:center;margin:0}.sign-up-offer__card{display:grid;grid-template-areas:"title pricing" "image image" "body body";grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:1rem;border-radius:var(--product-card-corner-radius);background-color:rgb(var(--color-background));box-shadow:var(--shadow-horizontal-offset, .2rem) var(--shadow-vertical-offset, .4rem) var(--shadow-blur-radius, .4rem) rgba(var(--color-shadow),var(--shadow-opacity, .25));border:var(--media-border-width) solid rgb(var(--color-foreground));padding:1rem;margin:1rem}@media screen and (min-width: 750px){.sign-up-offer__header{padding:1rem 1.5rem}.sign-up-offer__card{grid-template-areas:"title pricing" "image body";grid-template-columns:4fr 2fr;grid-template-rows:auto 1fr;gap:1.5rem 2rem;max-width:60rem;padding:2rem;margin:0 auto}}@media screen and (min-width: 990px){.sign-up-offer__card{grid-template-areas:"title pricing" "image image" "body body";grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr;gap:1.5rem}}.sign-up-offer__card-title{grid-area:title;display:flex;align-items:center}.sign-up-offer__card-title h3{margin:0}.sign-up-offer__card-pricing{grid-area:pricing;display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 749px){.sign-up-offer__card-pricing{justify-content:flex-start}}.sign-up-offer__card-header h3,.sign-up-offer__card-header p{margin:0}.sign-up-offer__card-price-wrapper{display:flex;align-items:center;font-size:1.6rem;line-height:1.25;white-space:nowrap;margin:0}.sign-up-offer__card-strikethrough-price{margin-left:.4rem;color:rgba(var(--color-foreground),.6);font-weight:400;text-decoration:line-through}.sign-up-offer__card-price{margin-left:.4rem;color:rgb(var(--color-button));font-weight:700}.sign-up-offer__image{grid-area:image;width:100%;aspect-ratio:3/2}.sign-up-offer__image img{display:block;max-width:100%;height:auto;width:100%;aspect-ratio:3/2;border-radius:var(--media-radius)}.sign-up-offer__body{grid-area:body;display:flex;flex-direction:column;justify-content:center}.sign-up-offer__body p{margin:0}.sign-up__error-message{background-color:rgba(var(--color-button),.05);border:1px solid rgba(var(--color-button),.3);border-radius:var(--inputs-radius);padding:1.5rem;margin-bottom:2rem;position:relative}.sign-up__error-content h3{margin:0 0 1rem;color:rgb(var(--color-button));font-size:1.4rem}.sign-up__error-content p{margin:0 0 1.5rem;color:rgba(var(--color-foreground),.85);line-height:1.5}.sign-up__error-actions{display:flex;gap:1rem;flex-wrap:wrap}.sign-up__error-actions .button{flex:1;min-width:fit-content}@media screen and (max-width: 749px){.sign-up__error-actions{flex-direction:column}.sign-up__error-actions .button{flex:none}}.sign-up__error-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:rgba(var(--color-foreground),.6);transition:color .2s ease;display:flex;align-items:center;justify-content:center}.sign-up__error-close:hover{color:rgb(var(--color-foreground))}.sign-up__error-close svg{width:1.2rem;height:1.2rem}
/*# sourceMappingURL=/cdn/shop/t/473/assets/section-membership-email-signup.css.map */
