#slow-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center;background:#ffffffeb;opacity:0;transition:opacity .2s ease-out;pointer-events:none}#slow-loading-overlay.is-visible{display:flex;opacity:1;pointer-events:auto}.slow-loading-progress{position:fixed;top:0;left:0;right:0;height:2px;background:transparent;overflow:hidden}.slow-loading-progress__bar{height:100%;width:0%;background:#000;transform-origin:left center}#slow-loading-overlay.is-visible .slow-loading-progress__bar{animation:slow-loading-progress 8s cubic-bezier(.1,.7,.1,1) forwards}@keyframes slow-loading-progress{0%{width:0%}40%{width:55%}75%{width:80%}to{width:92%}}.slow-loading-animation{width:clamp(93px,13.3vw,160px);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.94);transition:opacity .22s ease-out 40ms,transform .26s ease-out 40ms}#slow-loading-overlay.is-visible .slow-loading-animation{opacity:1;transform:scale(1)}.slow-loading-animation svg,.slow-loading-animation canvas{width:100%!important;height:100%!important;display:block}@media(max-width:749px){.slow-loading-animation{width:clamp(80px,26.7vw,120px)}}@media(prefers-reduced-motion:reduce){#slow-loading-overlay,#slow-loading-overlay.is-visible .slow-loading-progress__bar{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/147/assets/bs-slow-loading-overlay.css.map */
