.footer .products-list .footer-caption.newpage a {
  position: relative;
}
.footer .products-list .footer-caption.newpage a::after {
  content: "New";
  position: absolute;
  top: -2px;
  right: -40px;
  background: #ffc323;
  padding: 0px 6px;
  font-size: 10px;
  color: #0066b3;
  font-weight: 500;
  border-radius: 8px;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}/*# sourceMappingURL=thestyles.css.map */