/* HTML: <div class="loader"></div> */
/* .loader-cart {
  width: fit-content;
  font-size: 40px;
  font-family: system-ui,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px #000;
  background: 
    linear-gradient(90deg,#0000 33%,#000 0 67%,#0000 0) 
    0/300% 100% no-repeat text;
  animation: l2 2s linear infinite;
}
.loader-cart:before {
  content: "Loading";
}
@keyframes l2 {
  0%{background-position: 100%}
} */