.popup-banner{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup-banner--open{opacity:1;visibility:visible}.popup-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer}.popup-banner__box{position:relative;width:100%;max-width:72rem;max-height:92vh;min-height:70vh;overflow:auto;display:flex;flex-direction:column;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.25rem;box-shadow:0 25px 50px -12px #00000040}.popup-banner__close{position:absolute;top:1.25rem;right:1.25rem;z-index:2;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;padding:0;font-size:2.6rem;line-height:1;color:rgba(var(--color-foreground),.8);background:transparent;border:none;cursor:pointer;border-radius:.5rem;transition:color .2s ease,background .2s ease}.popup-banner__close:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.08)}.popup-banner__inner{display:flex;flex-direction:column;flex:1;min-height:0}.popup-banner__media{flex-shrink:0;border-radius:1rem 1rem 0 0;overflow:hidden;display:flex;align-items:stretch}.popup-banner__img{width:100%;height:auto;display:block;object-fit:cover;max-height:320px}.popup-banner__content{padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.popup-banner__heading{margin:0 0 1rem;font-size:calc(var(--font-heading-scale) * 2.4rem);line-height:1.2}.popup-banner__text{margin:0 0 1.25rem;font-size:1.7rem;line-height:1.5;color:rgba(var(--color-foreground),.85)}.popup-banner__interests{margin:0 0 1.5rem;width:100%}.popup-banner__interests-label{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.popup-banner__checkboxes{display:flex;flex-direction:column;gap:.6rem}.popup-banner__checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:1.45rem;line-height:1.4;color:rgb(var(--color-foreground));cursor:pointer}.popup-banner__checkbox{width:1.8rem;height:1.8rem;flex-shrink:0;accent-color:rgb(var(--color-button));cursor:pointer}.popup-banner__terms{margin:1rem 0 .5rem;font-size:1.25rem;line-height:1.4;color:rgba(var(--color-foreground),.7)}.popup-banner__legal{margin:.75rem 0 .5rem;font-size:1.05rem;line-height:1.5;color:rgba(var(--color-foreground),.65);max-width:100%}.popup-banner__decline{margin-top:.5rem;padding:.5rem 0;font-size:1.3rem;color:rgba(var(--color-foreground),.65);text-decoration:underline;text-underline-offset:.2em;background:none;border:none;cursor:pointer}.popup-banner__decline:hover{color:rgba(var(--color-foreground),.9)}.popup-banner__button,.popup-banner__form .popup-banner__button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:1rem 2.25rem;min-height:4.8rem;margin-top:.25rem;font-size:1.05rem;font-weight:600;letter-spacing:.05em;border-radius:var(--buttons-radius-outset, .4rem);transition:opacity .2s ease,transform .2s ease;border:none;cursor:pointer}.popup-banner__button:hover{opacity:.92;transform:translateY(-1px)}.popup-banner__form{width:100%;margin-top:.5rem}.popup-banner__field{margin-bottom:1.25rem}.popup-banner__field--row{display:flex;flex-direction:column;gap:0 1.25rem;margin-bottom:1.25rem}.popup-banner__field--row>.popup-banner__field{margin-bottom:0}.popup-banner__field label{display:block;margin-bottom:.4rem;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground))}.popup-banner__input{width:100%;padding:1rem 1.2rem;font-size:1.5rem;line-height:1.4;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);border:1px solid rgba(var(--color-foreground),.2);border-radius:.5rem;box-sizing:border-box}.popup-banner__input:focus{outline:none;border-color:rgba(var(--color-foreground),.5)}.popup-banner__textarea{resize:vertical;min-height:100px}.popup-banner__form-success{margin:0 0 1rem;padding:1rem;font-size:1.5rem;color:rgb(var(--color-success-background, 22, 163, 74));background:rgba(var(--color-success-background, 22, 163, 74),.15);border-radius:.5rem}.popup-banner__form-error{margin:0 0 1rem;padding:1rem;font-size:1.4rem;color:rgb(var(--color-error-background, 185, 28, 28));background:rgba(var(--color-error-background, 185, 28, 28),.15);border-radius:.5rem}.popup-banner--success .popup-banner__box{min-height:auto;max-width:44rem}.popup-banner--success .popup-banner__media{display:none}.popup-banner--success .popup-banner__inner{flex-direction:column}.popup-banner--success .popup-banner__content{width:100%;align-items:center;text-align:center;padding:3rem 2.5rem 3.5rem}.popup-banner__success{display:flex;flex-direction:column;align-items:center;width:100%;max-width:32rem;margin:0 auto}.popup-banner__success-icon{margin-bottom:1.5rem}.popup-banner__success-icon svg{display:block;margin:0 auto}.popup-banner__success-title{margin:0 0 1rem;font-size:calc(var(--font-heading-scale) * 2.6rem);line-height:1.2;font-weight:700;color:rgb(var(--color-foreground))}.popup-banner__success-line{margin:0 0 .5rem;font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.72)}.popup-banner__success-line:last-of-type{margin-bottom:1.75rem}.popup-banner__success-cta{display:inline-flex;align-items:center;justify-content:center;min-width:16rem;padding:1rem 2rem;min-height:4.8rem;font-size:1.5rem;font-weight:600;letter-spacing:.02em;border-radius:var(--buttons-radius-outset, .5rem);border:none;cursor:pointer;background:#2563eb;color:#fff;transition:opacity .2s ease,transform .2s ease}.popup-banner__success-cta:hover{opacity:.92;transform:translateY(-1px)}.popup-banner__success-cta:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media screen and (min-width:750px){.popup-banner__inner{flex-direction:row;flex:1;min-height:0}.popup-banner__media{width:45%;border-radius:1.25rem 0 0 1.25rem;overflow:hidden;display:flex;align-items:stretch;align-self:stretch}.popup-banner__media .popup-banner__img{width:100%;height:100%;min-height:100%;max-height:none;object-fit:cover;object-position:center;flex:1;min-height:0}.popup-banner__content{width:55%;padding:3rem 3.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.popup-banner__heading{font-size:calc(var(--font-heading-scale) * 2.8rem)}.popup-banner__text{font-size:1.85rem}.popup-banner__field--row{flex-direction:row;gap:0 1.25rem}.popup-banner__field--row>.popup-banner__field{flex:1}.popup-banner__button{padding:1.15rem 2.5rem;min-height:5rem;font-size:1.1rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-popup-banner.css.map */
