.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.loading-overlay--active{opacity:1;visibility:visible}.spinner{position:relative;width:40px;height:40px}.spinner--classic{border:3px solid rgba(0,0,0,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner--dots{display:flex;gap:.5rem}.spinner__dot{width:12px;height:12px;background:var(--color-primary);border-radius:50%;animation:dot-pulse 1.4s ease-in-out infinite both}.spinner__dot:nth-child(1){animation-delay:-.32s}.spinner__dot:nth-child(2){animation-delay:-.16s}@keyframes dot-pulse{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.spinner--pulse{background:var(--color-primary);border-radius:50%;animation:pulse-scale 1.2s ease-in-out infinite}@keyframes pulse-scale{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}.spinner--bars{display:flex;gap:.25rem;align-items:flex-end;height:40px}.spinner__bar{width:4px;background:var(--color-primary);animation:bar-scale 1s ease-in-out infinite}.spinner__bar:nth-child(1){animation-delay:0s;height:20px}.spinner__bar:nth-child(2){animation-delay:.1s;height:30px}.spinner__bar:nth-child(3){animation-delay:.2s;height:25px}.spinner__bar:nth-child(4){animation-delay:.3s;height:35px}.spinner__bar:nth-child(5){animation-delay:.4s;height:28px}@keyframes bar-scale{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.loading-inline{display:inline-flex;align-items:center;gap:.5rem}.loading-inline__spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.loading-inline__text{font-size:.875rem;color:rgba(var(--color-foreground),.6)}.btn--loading{position:relative;color:transparent!important;pointer-events:none}.btn--loading:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.skeleton{position:relative;overflow:hidden;background:#f0f0f0;border-radius:4px}.skeleton:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:skeleton-wave 1.5s ease-in-out infinite}@keyframes skeleton-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton--text{height:1em;margin-bottom:.5em;border-radius:4px}.skeleton--text:last-child{width:80%}.skeleton--title{height:1.5em;margin-bottom:1em;width:60%}.skeleton--avatar{width:48px;height:48px;border-radius:50%}.skeleton--thumbnail{width:100%;height:200px;border-radius:8px}.skeleton--button{width:120px;height:40px;border-radius:8px}.skeleton-product-card{padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.skeleton-product-card__image{width:100%;height:300px;background:#f0f0f0;border-radius:8px;margin-bottom:1rem;position:relative;overflow:hidden}.skeleton-product-card__image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:skeleton-wave 1.5s ease-in-out infinite}.skeleton-product-card__content{display:flex;flex-direction:column;gap:.5rem}.skeleton-product-card__title{height:20px;background:#f0f0f0;border-radius:4px;width:80%}.skeleton-product-card__price{height:24px;background:#f0f0f0;border-radius:4px;width:40%}.skeleton-product-card__button{height:40px;background:#f0f0f0;border-radius:8px;margin-top:.5rem}.skeleton-list-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.skeleton-list-item__avatar{width:48px;height:48px;border-radius:50%;background:#f0f0f0;flex-shrink:0}.skeleton-list-item__content{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-list-item__line{height:16px;background:#f0f0f0;border-radius:4px}.skeleton-list-item__line--short{width:60%}.content-placeholder{min-height:200px;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.4);text-align:center;padding:2rem}.content-placeholder__icon{width:64px;height:64px;margin:0 auto 1rem;opacity:.3}.content-placeholder__text{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.content-placeholder__subtext{font-size:.875rem;color:rgba(var(--color-foreground),.3)}.progress{width:100%;height:4px;background:#0000001a;border-radius:2px;overflow:hidden;position:relative}.progress__bar{height:100%;background:var(--color-primary);border-radius:2px;transition:width .3s ease;position:relative;overflow:hidden}.progress__bar--indeterminate{width:30%;animation:progress-indeterminate 1.5s ease-in-out infinite}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(400%)}}.progress__bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.image-loading{position:relative;background:#f0f0f0;overflow:hidden}.image-loading:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite;z-index:1}.image-loading img{opacity:0;transition:opacity .3s ease}.image-loading--loaded:before{display:none}.image-loading--loaded img{opacity:1}.lazy-placeholder{position:relative;background:#f0f0f0;overflow:hidden}.lazy-placeholder:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:skeleton-wave 1.5s ease-in-out infinite}@media (prefers-color-scheme: dark){.loading-overlay{background:#000000e6}.skeleton,.skeleton-product-card__image,.skeleton-product-card__title,.skeleton-product-card__price,.skeleton-product-card__button,.skeleton-list-item__avatar,.skeleton-list-item__line,.image-loading,.lazy-placeholder{background:#2a2a2a}.skeleton:after,.skeleton-product-card__image:after,.lazy-placeholder:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%)}.progress{background:#ffffff1a}}@media (prefers-reduced-motion: reduce){.spinner--classic,.spinner__dot,.spinner--pulse,.spinner__bar,.loading-inline__spinner,.btn--loading:after,.skeleton:after,.skeleton-product-card__image:after,.progress__bar--indeterminate,.progress__bar:after,.image-loading:before,.lazy-placeholder:after{animation:none}.progress__bar{transition:none}}.loading-text{display:inline-block}.loading-text:after{content:"";animation:loading-dots 1.5s steps(4,end) infinite}@keyframes loading-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/unified-loading-system.css.map */
