.loading-container{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--background))}.loading-content{flex-direction:column;gap:.5rem}.loader-row,.loading-content{display:flex;align-items:center}.loader-row{flex-direction:row;margin:.25em 0}.letter-svg{display:inline-block;width:64px;height:64px}.shop-row .letter-svg{width:48px;height:48px}.letter-gap{width:.2em}.dash{animation:dashArray 2s ease-in-out infinite,dashOffset 2s linear infinite}@keyframes dashArray{0%{stroke-dasharray:0 1 359 0}50%{stroke-dasharray:0 359 1 0}to{stroke-dasharray:359 1 0 0}}@keyframes dashOffset{0%{stroke-dashoffset:365}to{stroke-dashoffset:5}}