@view-transition{navigation: auto;}::view-transition-old(root),::view-transition-new(root){animation-duration:var(--shopos-ui-motion-fast, .16s);animation-timing-function:var(--shopos-ui-ease, cubic-bezier(.2, .6, .2, 1))}@media (prefers-reduced-motion: reduce){@view-transition{navigation: none;}}.shopos-pt-overlay{position:fixed;inset:0;z-index:var(--shopos-ui-z-max, 99999);display:flex;align-items:center;justify-content:center;background:var(--shopos-ui-overlay-scrim, rgba(47, 50, 55, .45));-webkit-backdrop-filter:blur(var(--shopos-ui-overlay-blur, 2px));backdrop-filter:blur(var(--shopos-ui-overlay-blur, 2px));opacity:0;transition:opacity var(--shopos-ui-motion-fast, .16s) var(--shopos-ui-ease, cubic-bezier(.2, .6, .2, 1))}.shopos-pt-overlay.shopos-pt-overlay--on{opacity:1}.shopos-pt-overlay .shopos-pt-box{display:flex;flex-direction:column;align-items:center;gap:12px;background:var(--shopos-ui-color-paper, #ffffff);color:var(--shopos-ui-color-ink, #2f3237);border-radius:var(--shopos-ui-radius-lg, 24px);padding:22px 34px;box-shadow:var(--shopos-ui-shadow-lg, 0 24px 64px rgba(47,50,55,.18));animation:shopos-pt-rise var(--shopos-ui-motion-base, .26s) var(--shopos-ui-ease-spring, cubic-bezier(.34, 1.3, .64, 1)) both}.shopos-pt-spinner{width:30px;height:30px;border-radius:50%;border:3px solid var(--shopos-ui-color-hairline, #e7e6e9);border-top-color:var(--shopos-ui-color-accent, #b5532f);animation:shopos-pt-spin var(--shopos-ui-motion-spin, .8s) linear infinite}.shopos-pt-label{font-size:var(--shopos-ui-text-sm, clamp(.8125rem, .78rem + .18vw, .9375rem));font-weight:var(--shopos-ui-weight-semi, 600);line-height:var(--shopos-ui-leading-snug, 1.35)}@keyframes shopos-pt-spin{to{transform:rotate(360deg)}}@keyframes shopos-pt-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.shopos-pt-overlay{transition:none}.shopos-pt-overlay .shopos-pt-box{animation:none}.shopos-pt-spinner{animation:none;border-top-color:var(--shopos-ui-color-hairline, #e7e6e9)}}
