@keyframes blinker {
  50% {
    opacity: 0;
  }
}
li.menu-lv-item.menu-lv-1.text-left.no-megamenu a[href="/collections/all"] {
    animation: blinker 1s infinite;
    color: #d32d4a;
}
.halo-productBadges .badge.sale-badge{
    background:red;
}