.theme-popup{position:fixed;z-index:1000000000;height:100vh;width:100vw;left:0;top:0;overflow-y:auto;opacity:0;display:flex;transition:transform 300ms ease,opacity 300ms ease;align-items:center;justify-content:center;padding:20px;pointer-events:none;background:rgba(0,0,0,.5)}.theme-popup[open]{opacity:1;pointer-events:all}.theme-popup[open] .theme-popup__wrap{opacity:1;transform:translateY(0)}.theme-popup__wrap{container:popup-wrap \ inline-size;max-width:var(--page-width, 1400px);width:100%;margin:auto;box-shadow:0 0 100px #000;opacity:0;transform:translateY(20px);position:relative;transition:transform 600ms ease,opacity 600ms ease}@media only screen and (min-width: 750px){.theme-popup__wrap{width:90%;display:flex;align-items:stretch;justify-content:center}.theme-popup__wrap .theme-popup__image{flex:1 1 200px}.theme-popup__wrap .theme-popup__content{flex:1 1 350px;padding:24px}.theme-popup__wrap.image-layout--right{flex-direction:row-reverse}}.theme-popup__wrap .theme-popup__image{min-height:350px}@container popup-wrap (min-width: 600px){.theme-popup__wrap .theme-popup__image{min-height:440px}}.theme-popup__wrap.image-layout--full_width{flex-wrap:wrap}.theme-popup__wrap.image-layout--full_width .theme-popup__image{min-height:0;flex:0 0 100%}.theme-popup__content{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;container:popup-content \ inline-size}.theme-popup__image{position:relative}.theme-popup__heading,.theme-popup__liquid,.theme-popup__newsletter{flex:0 0 100%;padding:0 1rem;text-align:center;margin:.5rem auto}@container popup-content (min-width: 350px){.theme-popup__heading,.theme-popup__liquid,.theme-popup__newsletter{padding:.5rem 1.5rem;text-align:left}.theme-popup__heading:first-child,.theme-popup__liquid:first-child,.theme-popup__newsletter:first-child{margin-top:1.5rem}.theme-popup__heading:last-child,.theme-popup__liquid:last-child,.theme-popup__newsletter:last-child{margin-bottom:1.5rem}}.theme-popup__heading p{margin:.25rem auto}button.auto-modal__toggle{top:-16px;right:-16px;z-index:5;width:32px;height:32px;padding:4px 8px;border-radius:16px;background:#fff;border:1px solid #eaeaea;color:#6f6f6f;opacity:.75;position:absolute}button.auto-modal__toggle:hover,button.auto-modal__toggle:focus-visible{opacity:1}button.auto-modal__toggle svg{width:100%;height:100%}
