.tmodal{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:transparent;overflow:hidden;top:0;right:0;bottom:0;left:0}.tmodal:not([open]){display:flex;align-items:center;justify-content:center;position:fixed;inset:auto auto auto -200vw;width:100vw;height:100dvh;visibility:hidden;pointer-events:none}.tmodal[open]{display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;visibility:visible;pointer-events:auto}.tmodal::backdrop{background:#0a0a0ad9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.tmodal[open],.tmodal[open]::backdrop{animation:tmodalIn .35s var(--ease-luxe)}@keyframes tmodalIn{0%{opacity:0}to{opacity:1}}.tmodal__frame-wrap{position:relative;width:92vw;max-width:56rem;height:86vh;max-height:78rem;background-color:var(--brand-bg);border-radius:var(--brand-radius);overflow:hidden;box-shadow:0 40px 120px #00000080}.tmodal__frame-wrap{position:relative}.tmodal__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background-color:var(--brand-bg);display:none}.tmodal__frame.is-active{display:block}.tmodal__close{position:absolute;top:2.4rem;right:2.4rem;z-index:2;width:4.4rem;height:4.4rem;border-radius:999px;border:1px solid rgba(10,10,10,.12);background:#fff;color:var(--brand-fg);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000026;transition:background-color var(--dur-fast) ease,border-color var(--dur-fast) ease,color var(--dur-fast) ease}.tmodal__close:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.tmodal__close:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.tmodal__close svg{width:1.8rem;height:1.8rem;display:block}body.is-modal-open{overflow:hidden}@media(max-width:749px){.tmodal__frame-wrap{width:100vw;height:100dvh;max-width:none;max-height:none;border-radius:0}.tmodal__close{top:1.6rem;right:1.6rem;width:4rem;height:4rem}}@media(prefers-reduced-motion:reduce){.tmodal[open],.tmodal[open]::backdrop{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ticket-modal.css.map */
