modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:1.5rem;pointer-events:none}modal-shell.is-open{display:flex;pointer-events:auto;animation:modalShellFadeIn .22s ease-out}.modal-shell__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0a069e;cursor:pointer}.modal-shell__panel{position:relative;width:min(880px,100%);max-height:90vh;background:rgb(var(--color-background));border-radius:1.2rem;box-shadow:0 24px 72px #00000059;overflow:hidden;animation:modalShellRiseIn .32s cubic-bezier(.2,.9,.3,1.1);outline:none}.modal-shell__close{position:absolute;top:1rem;right:1rem;width:3.4rem;height:3.4rem;display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;color:#1e1208;border:none;border-radius:50%;cursor:pointer;z-index:2;box-shadow:0 2px 8px #00000026;transition:background .18s ease,transform .18s ease}.modal-shell__close:hover,.modal-shell__close:focus-visible{background:#fff;transform:rotate(90deg);outline:none}.modal-shell__body{max-height:90vh;overflow-y:auto}body.modal-shell-open{overflow:hidden}@keyframes modalShellFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalShellRiseIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media screen and (max-width:749px){modal-shell{align-items:flex-end;padding:0}.modal-shell__panel{width:100%;max-height:92vh;border-radius:1.4rem 1.4rem 0 0;box-shadow:0 -8px 32px #0000004d;animation:modalShellSlideUp .32s cubic-bezier(.2,.9,.3,1.1)}.modal-shell__close{top:.8rem;right:.8rem}.modal-shell__panel:before{content:"";display:block;width:4rem;height:.4rem;background:rgba(var(--color-foreground),.25);border-radius:999rem;margin:.8rem auto 0;flex-shrink:0}}@keyframes modalShellSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-modal-shell.css.map */
