.badge {
  @apply absolute top-0 right-0 flex justify-center items-center w-6 h-6 bg-blue-jeans text-white text-sm rounded-full;
  transform: translate(50%, -50%);
}

.badge-red {
  @apply bg-deep-watermelon;
}
