cart-remove-button.is-removing .button{pointer-events:none}cart-remove-button.is-removing .svg-wrapper svg:not(.cart-remove-spinner){display:none}cart-remove-button .svg-wrapper .cart-remove-spinner{display:block;width:20px;height:20px;animation:cart-remove-spin 1s linear infinite}.cart-remove-spinner .path{stroke:rgb(var(--color-base-text));stroke-linecap:round;animation:cart-remove-dash 1.5s ease-in-out infinite}@keyframes cart-remove-spin{to{transform:rotate(360deg)}}@keyframes cart-remove-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.cart-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:100010;pointer-events:none;opacity:0;transition:opacity .2s ease .15s}.cart-progress.is-active{opacity:1;transition-delay:0s}.cart-progress__bar:empty{display:block}.cart-progress__bar{position:relative;height:100%;width:0;overflow:hidden;background-color:rgb(var(--color-base-button-background-color));box-shadow:0 0 0 1px #fff6,0 0 6px rgba(var(--color-base-button-background-color),.5),0 0 8px 1px #ffffff4d;transition:width 4s cubic-bezier(.1,.6,.3,1)}.cart-progress__bar:after{content:"";position:absolute;top:0;bottom:0;left:0;width:120px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:cart-progress-sheen 1.4s ease-in-out infinite}@keyframes cart-progress-sheen{0%{transform:translate(-120px)}to{transform:translate(100vw)}}.cart-progress.is-active .cart-progress__bar{width:90%}.cart-progress.is-done .cart-progress__bar{width:100%;transition:width .15s ease-out}.cart-progress:not(.is-active) .cart-progress__bar{width:0;transition:none}@media(prefers-reduced-motion:reduce){.cart-progress__bar{transition:none}.cart-progress__bar:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-cart-loading.css.map */
