.shop-loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffff;display:flex;align-items:center;justify-content:center;z-index:999999}.shop-loader-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:90%}.shop-loader{position:relative;display:inline-block;font-size:clamp(32px,8vw,35px);font-weight:800;letter-spacing:-.02em;line-height:1.1;text-align:center;font-family:var(--font-outfit),sans-serif}.base-text{color:#d1d5db}.fill-text{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;width:0;animation:fillLeft 2s cubic-bezier(.4,0,.2,1) infinite}@keyframes fillLeft{0%{width:0}60%{width:100%}to{width:100%}}.bar{width:160px;height:3px;background:#e5e7eb;overflow:hidden}.bar,.bar-fill{border-radius:99px}.bar-fill{height:100%;width:0;animation:fillLeft 2s cubic-bezier(.4,0,.2,1) infinite}.loader-label{font-size:11px;font-weight:600;color:#9ca3af;letter-spacing:.15em;text-transform:uppercase;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}