.moq-loader{display:flex;min-height:60vh;height:calc(100svh - 160px);align-items:center;justify-content:center}.moq-loader-mark{position:relative;display:grid;width:96px;height:96px;place-items:center}.moq-loader-logo{width:56px;height:56px;object-fit:contain;animation:moq-loader-breathe 1.8s ease-in-out infinite}.moq-loader-ring{position:absolute;inset:0;border:3px solid rgba(20,24,28,.08);border-top:3px solid var(--moq-primary,#e94e13);border-radius:50%;animation:moq-loader-spin .9s linear infinite}@keyframes moq-loader-spin{to{transform:rotate(1turn)}}@keyframes moq-loader-breathe{0%,to{opacity:.85;transform:scale(.97)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.moq-loader-ring{animation-duration:2.4s}.moq-loader-logo{animation:none}}.moq-loader .sr-only{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}