.loading-overlay{position:absolute;z-index:1;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__spinner{background:var(--gradient-background);width:100%;height:100%;border-radius:0;display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;right:0;left:0}.loading-overlay__spinner:hover{background:var(--gradient-base-accent-2)}.loading-overlay__spinner svg{width:22px;height:22px;color:currentColor}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:currentcolor;animation:dash 1.4s ease-in-out infinite;border:none;fill:none;stroke-width:11px}@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}