.loading-overlay{position:fixed;z-index:2;width:1.8rem}@media screen and (max-width:749px){.loading-overlay{top:0;right:0}}@media screen and (min-width:750px){.loading-overlay{left:0}}.loading-overlay-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center}.pagination-loading.loading-overlay__spinner{width:100%;display:block;text-align:center;margin:2rem 0}.pagination-loading.loading-overlay__spinner svg{margin:0 auto;max-width:20px}.loading-overlay__spinner{width:1.8rem;display:inline-block}.spinner{animation:1.4s linear infinite rotator}@keyframes rotator{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:rgb(var(--color-foreground));animation:1.4s ease-in-out infinite dash}@media screen and (forced-colors:active){.path{stroke:CanvasText}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}.loading-overlay:not(.hidden)+.cart-item__price-wrapper,.loading-overlay:not(.hidden)~cart-remove-button{opacity:50%}.loading-overlay:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}