.newsletter-popup-section{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;pointer-events:none}.newsletter-popup[hidden]{display:none}.newsletter-popup{--newsletter-popup-space-xs: .8rem;--newsletter-popup-space-sm: 1.2rem;--newsletter-popup-space-md: 1.6rem;--newsletter-popup-space-lg: 2.4rem;--newsletter-popup-space-xl: 3.2rem;position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;color:rgb(var(--color-foreground));background:transparent;font-family:var(--font-body-family);font-style:var(--font-body-style);pointer-events:auto}.newsletter-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / var(--newsletter-popup-backdrop-opacity));opacity:0;transition:opacity .22s cubic-bezier(.22,1,.36,1)}.newsletter-popup__backdrop:empty{display:block}.newsletter-popup__stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:clamp(1.2rem,3vw,4rem);pointer-events:none}.newsletter-popup[data-position=left] .newsletter-popup__stage{justify-content:flex-start}.newsletter-popup[data-position=right] .newsletter-popup__stage{justify-content:flex-end}.newsletter-popup__surface{container-type:inline-size;position:relative;display:grid;grid-template-columns:minmax(0,var(--newsletter-popup-media-width)) minmax(0,1fr);width:min(100%,var(--newsletter-popup-width));max-height:min(86rem,calc(100dvh - clamp(2.4rem,6vw,8rem)));overflow:hidden;border-radius:var(--newsletter-popup-radius);background:rgb(var(--color-background));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) min(var(--popup-shadow-blur-radius),.8rem) rgba(var(--color-shadow),var(--popup-shadow-opacity));opacity:0;transform:translateY(1.6rem) scale(.985);transform-origin:center;transition:opacity .24s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1);pointer-events:auto}.newsletter-popup__surface--no-media{grid-template-columns:minmax(0,1fr);max-width:58rem}.newsletter-popup__surface--media-only{grid-template-columns:minmax(0,1fr);max-width:min(var(--newsletter-popup-width),72rem)}.newsletter-popup.is-open .newsletter-popup__backdrop,.newsletter-popup.is-open .newsletter-popup__surface{opacity:1}.newsletter-popup.is-open .newsletter-popup__surface{transform:translateY(0) scale(1)}.newsletter-popup__close{position:absolute;z-index:2;top:1.2rem;right:1.2rem;display:grid;place-items:center;width:4.4rem;height:4.4rem;padding:0;border:0;border-radius:50%;color:#121212;background:#fff;box-shadow:0 .1rem .4rem #0000001f;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.newsletter-popup__close:hover{background:#f5f5f5}.newsletter-popup__close:active{transform:scale(.96)}.newsletter-popup__close:focus-visible,.newsletter-popup__submit:focus-visible,.newsletter-popup__social-list .list-social__link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem;box-shadow:none}.newsletter-popup__close .icon{width:1.6rem;height:1.6rem}.newsletter-popup__media{position:relative;min-width:0;min-height:42rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.newsletter-popup__media picture,.newsletter-popup__media img{display:block;width:100%;height:100%}.newsletter-popup__media img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.newsletter-popup__content{display:flex;flex-direction:column;min-width:0;max-height:inherit;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:clamp(4.8rem,7cqi,6.4rem) clamp(2.4rem,5cqi,4.8rem) clamp(3.2rem,5cqi,4.8rem);scrollbar-gutter:stable}.newsletter-popup__block+.newsletter-popup__block{margin-top:var(--newsletter-popup-space-md)}.newsletter-popup__rich-text--heading+.newsletter-popup__rich-text--body{margin-top:var(--newsletter-popup-space-sm)}.newsletter-popup__block+.newsletter-popup__form-block{margin-top:var(--newsletter-popup-space-xl)}.newsletter-popup__block+.newsletter-popup__social{margin-top:var(--newsletter-popup-space-lg)}.newsletter-popup__rich-text h2{max-width:16ch;margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2.8rem,5.5cqi,4.8rem);line-height:1.05;letter-spacing:-.03em;overflow-wrap:break-word;text-wrap:balance}.newsletter-popup__rich-text--body{color:rgba(var(--color-foreground),.72);font-size:1.6rem;line-height:1.6;text-wrap:pretty}.newsletter-popup__rich-text--body .rte,.newsletter-popup__rich-text--body p{margin:0}.newsletter-popup__align--left{text-align:left}.newsletter-popup__align--center{text-align:center}.newsletter-popup__align--center h2{margin-inline:auto}.newsletter-popup__align--right{text-align:right}.newsletter-popup__align--right h2{margin-left:auto}.newsletter-popup__form-block{min-width:0}.newsletter-popup__form.newsletter-form{align-items:stretch;max-width:none;margin:0}.newsletter-popup__label{display:block;margin-bottom:.8rem;color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:600;line-height:1.3}.newsletter-popup__field.field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-height:5.2rem;border:var(--inputs-border-width) solid rgba(var(--color-foreground),var(--inputs-border-opacity));border-radius:min(var(--inputs-radius),1.2rem);background:rgb(var(--color-background));box-shadow:none}.newsletter-popup__field.field:before,.newsletter-popup__field.field:after{content:none}.newsletter-popup__field .field__input{position:static;width:100%;height:auto;min-width:0;min-height:5rem;padding:1.2rem 1.6rem;border:0;color:rgb(var(--color-foreground));background:transparent;box-shadow:none;font-size:1.6rem}.newsletter-popup__field .field__input::placeholder{color:rgba(var(--color-foreground),.68);opacity:1}.newsletter-popup__field .field__input:focus,.newsletter-popup__field .field__input:focus-visible{outline:none;box-shadow:inset 0 0 0 .2rem rgb(var(--color-foreground))}.newsletter-popup__submit{display:inline-flex;align-items:center;justify-content:center;min-width:12rem;min-height:4.4rem;margin:.4rem;padding:.8rem 1.8rem;border:0;border-radius:min(var(--buttons-radius),1rem);color:rgb(var(--color-button-text));background:rgb(var(--color-button));font:inherit;font-size:1.4rem;font-weight:600;line-height:1.2;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.newsletter-popup__submit:hover{opacity:.88}.newsletter-popup__submit:active{transform:scale(.98)}.newsletter-popup__submit--icon{width:4.4rem;min-width:4.4rem;padding:0;border-radius:50%}.newsletter-popup__submit .icon{width:1.5rem}.newsletter-popup__helper{margin-top:1rem;color:rgba(var(--color-foreground),.64);font-size:1.2rem;line-height:1.5}.newsletter-popup__helper p{margin:0}.newsletter-popup__message{display:flex;align-items:flex-start;gap:.8rem;margin-top:1rem;color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1.5}.newsletter-popup__message p{margin:0}.newsletter-popup__message .icon{flex:0 0 auto;width:1.8rem;margin-top:.15rem}.newsletter-popup__message--success{align-items:center;min-height:5.2rem;margin:0;padding:1.4rem 1.6rem;background:rgba(var(--color-foreground),.06)}.newsletter-popup__social{min-width:0}.newsletter-popup__social-list.list-social{justify-content:flex-start;gap:.4rem;margin:0 -1.1rem}.newsletter-popup__social-list .list-social__link{min-width:4.4rem;min-height:4.4rem}body.newsletter-popup-open{overflow:hidden}@media screen and (max-width:749px){.newsletter-popup[data-show-mobile=false]{display:none}.newsletter-popup__stage{align-items:center;padding:max(1.2rem,env(safe-area-inset-top)) max(1.2rem,env(safe-area-inset-right)) max(1.2rem,env(safe-area-inset-bottom)) max(1.2rem,env(safe-area-inset-left))}.newsletter-popup__surface{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(16rem,38dvh) minmax(0,1fr);width:100%;max-width:52rem;max-height:calc(100dvh - max(2.4rem,env(safe-area-inset-top) + env(safe-area-inset-bottom)))}.newsletter-popup__surface--no-media{grid-template-rows:minmax(0,1fr)}.newsletter-popup__surface--media-only{grid-template-rows:minmax(0,1fr);aspect-ratio:4 / 5}.newsletter-popup__media{min-height:0}.newsletter-popup__content{padding:3.2rem 2rem max(2.8rem,env(safe-area-inset-bottom));scrollbar-gutter:auto}.newsletter-popup__surface--no-media .newsletter-popup__content{padding-top:6.4rem}.newsletter-popup__rich-text h2{font-size:clamp(2.6rem,9vw,3.8rem)}.newsletter-popup__block+.newsletter-popup__form-block{margin-top:var(--newsletter-popup-space-lg)}.newsletter-popup__field.field{grid-template-columns:minmax(0,1fr) auto}.newsletter-popup__submit{min-width:10.4rem;padding-inline:1.4rem}}@media screen and (min-width:750px){.newsletter-popup[data-show-desktop=false]{display:none}}@media(prefers-reduced-motion:reduce){.newsletter-popup__backdrop,.newsletter-popup__surface,.newsletter-popup__close,.newsletter-popup__submit{transition-duration:.01ms}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/component-newsletter-popup.css.map */
