.bf-newsletter-popup{--bf-popup-surface: #f7f5f0;--bf-popup-heading: #232620;--bf-popup-body: #686d66;--bf-popup-accent: #6f8465;--bf-popup-accent-soft: #e8ede4;--bf-popup-overlay: rgba(35, 38, 32, .3);--bf-popup-image-position: center center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000;display:grid;place-items:center;padding:24px;font-family:"Anybody",var(--font-body-family),sans-serif;color:var(--bf-popup-heading);isolation:isolate}.bf-newsletter-popup[hidden]{display:none}.bf-newsletter-popup,.bf-newsletter-popup *{box-sizing:border-box}.bf-newsletter-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--bf-popup-overlay);opacity:0;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:opacity .22s ease}.bf-newsletter-popup__dialog{position:relative;display:grid;grid-template-columns:minmax(0,1.38fr) minmax(300px,.92fr);width:min(900px,calc(100vw - 48px));max-height:min(620px,calc(100dvh - 48px));overflow:hidden;border:1px solid rgba(0,0,0,.07);border-radius:20px;background:var(--bf-popup-surface);box-shadow:0 24px 70px #0000002e;opacity:0;transform:translateY(12px) scale(.992);transition:opacity .22s ease,transform .26s cubic-bezier(.22,1,.36,1)}.bf-newsletter-popup.is-open .bf-newsletter-popup__backdrop,.bf-newsletter-popup.is-open .bf-newsletter-popup__dialog{opacity:1}.bf-newsletter-popup.is-open .bf-newsletter-popup__dialog{transform:translateY(0) scale(1)}.bf-newsletter-popup__close{position:absolute;top:18px;right:18px;z-index:2;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid rgba(35,38,32,.12);border-radius:50%;background:#f7f5f0eb;color:var(--bf-popup-heading);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.bf-newsletter-popup__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.bf-newsletter-popup__close:hover{transform:scale(1.04);background:#fff;box-shadow:0 8px 22px #0000001a}.bf-newsletter-popup__close:focus-visible,.bf-newsletter-popup__input:focus-visible,.bf-newsletter-popup__submit:focus-visible,.bf-newsletter-popup__privacy a:focus-visible,.bf-newsletter-popup__success-button:focus-visible{outline:3px solid color-mix(in srgb,var(--bf-popup-accent) 42%,transparent);outline-offset:3px}.bf-newsletter-popup__content{display:flex;min-width:0;overflow-y:auto;padding:clamp(36px,4vw,52px);align-items:center;scrollbar-width:thin}.bf-newsletter-popup__form{width:100%;margin:0}.bf-newsletter-popup__heading{max-width:500px;margin:0;color:var(--bf-popup-heading);font-family:"Anybody",var(--font-heading-family),sans-serif;font-size:clamp(32px,3vw,44px);font-style:normal;font-weight:700;letter-spacing:-.03em;line-height:1.02}.bf-newsletter-popup__description{max-width:490px;margin-top:18px;color:var(--bf-popup-body);font-size:16px;font-weight:300;line-height:1.65}.bf-newsletter-popup__description p{margin:0}.bf-newsletter-popup__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:30px 0;padding:0;list-style:none}.bf-newsletter-popup__benefit{display:flex;min-width:0;align-items:center;gap:9px;color:var(--bf-popup-heading);font-size:12.5px;font-weight:500;line-height:1.3}.bf-newsletter-popup__benefit svg{width:26px;height:26px;flex:0 0 26px;fill:none;stroke:var(--bf-popup-accent);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.bf-newsletter-popup__fields{display:grid;grid-template-columns:minmax(0,1fr) 196px;gap:10px}.bf-newsletter-popup__field{min-width:0}.bf-newsletter-popup__input,.bf-newsletter-popup__submit,.bf-newsletter-popup__success-button{min-height:56px;border-radius:16px;font:inherit}.bf-newsletter-popup__input{width:100%;margin:0;padding:0 18px;border:1px solid rgba(35,38,32,.18);background:#fff;color:var(--bf-popup-heading);font-size:15px;font-weight:300;outline:none;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease}.bf-newsletter-popup__input::placeholder{color:color-mix(in srgb,var(--bf-popup-body) 78%,transparent);opacity:1}.bf-newsletter-popup__input:hover{border-color:#2326204d}.bf-newsletter-popup__input:focus{border-color:var(--bf-popup-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--bf-popup-accent) 16%,transparent)}.bf-newsletter-popup__input[aria-invalid=true]{border-color:#9b3d35}.bf-newsletter-popup__submit,.bf-newsletter-popup__success-button{display:inline-flex;padding:0 20px;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--bf-popup-accent);background:var(--bf-popup-accent);color:#fff;font-size:14px;font-weight:700;line-height:1;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .22s ease,background-color .18s ease}.bf-newsletter-popup__submit svg{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bf-newsletter-popup__submit:hover,.bf-newsletter-popup__success-button:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--bf-popup-accent) 88%,#232620);box-shadow:0 12px 28px #0000001f}.bf-newsletter-popup__message{margin-top:12px;font-size:13px;line-height:1.45}.bf-newsletter-popup__message--error{color:#8c352f}.bf-newsletter-popup__privacy{display:flex;flex-wrap:wrap;gap:4px 10px;margin-top:16px;color:var(--bf-popup-body);font-size:12px;font-weight:300;line-height:1.45}.bf-newsletter-popup__privacy a{color:var(--bf-popup-heading);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.bf-newsletter-popup__media{min-width:0;min-height:460px;overflow:hidden;background:var(--bf-popup-accent-soft)}.bf-newsletter-popup__image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--bf-popup-image-position);filter:brightness(1.03) contrast(1.01)}.bf-newsletter-popup__success{max-width:460px}.bf-newsletter-popup__success-icon{display:grid;width:64px;height:64px;margin-bottom:28px;place-items:center;border-radius:18px;background:var(--bf-popup-accent-soft);color:var(--bf-popup-accent)}.bf-newsletter-popup__success-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bf-newsletter-popup__success-button{min-width:200px;margin-top:30px;justify-content:center}body.bf-newsletter-popup-open{overflow:hidden}@media screen and (max-width:899px){.bf-newsletter-popup__dialog{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)}.bf-newsletter-popup__content{padding:38px 32px}.bf-newsletter-popup__benefits{grid-template-columns:1fr;gap:11px;margin:24px 0}.bf-newsletter-popup__benefit{font-size:13px}.bf-newsletter-popup__benefit svg{width:23px;height:23px;flex-basis:23px}.bf-newsletter-popup__fields{grid-template-columns:1fr}.bf-newsletter-popup__submit{justify-content:space-between}}@media screen and (max-width:749px){.bf-newsletter-popup{padding:20px;align-items:center}.bf-newsletter-popup__dialog{display:flex;width:min(520px,calc(100vw - 40px));max-height:calc(100dvh - 40px);flex-direction:column-reverse;overflow-y:auto}.bf-newsletter-popup__media{width:100%;min-height:170px;aspect-ratio:16 / 7;flex:0 0 auto}.bf-newsletter-popup__content{display:block;overflow:visible;padding:28px 24px 30px}.bf-newsletter-popup__heading{padding-right:18px;font-size:clamp(28px,8vw,36px)}.bf-newsletter-popup__description{margin-top:12px;font-size:14px;line-height:1.55}.bf-newsletter-popup__benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0}.bf-newsletter-popup__benefit{display:grid;gap:6px;align-content:start;font-size:11px}.bf-newsletter-popup__benefit svg{width:22px;height:22px}.bf-newsletter-popup__input,.bf-newsletter-popup__submit,.bf-newsletter-popup__success-button{min-height:54px}.bf-newsletter-popup__privacy{margin-top:13px;font-size:11.5px}.bf-newsletter-popup__close{top:12px;right:12px}.bf-newsletter-popup__success-icon{width:56px;height:56px;margin-bottom:22px}}@media screen and (max-width:420px),screen and (max-height:650px){.bf-newsletter-popup__media{min-height:120px}.bf-newsletter-popup__content{padding:24px 20px}.bf-newsletter-popup__heading{font-size:27px}.bf-newsletter-popup__benefits{margin:16px 0}.bf-newsletter-popup__benefit{font-size:10.5px}}@media(hover:none){.bf-newsletter-popup__submit:hover,.bf-newsletter-popup__success-button:hover,.bf-newsletter-popup__close:hover{transform:none;box-shadow:none}}@media(prefers-reduced-motion:reduce){.bf-newsletter-popup__backdrop,.bf-newsletter-popup__dialog,.bf-newsletter-popup__close,.bf-newsletter-popup__submit,.bf-newsletter-popup__success-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/bf-newsletter-popup.css.map */
