.dropdown > a::after {
  content: none !important;
}

.prod-tag-d {
  position: absolute;
  bottom: 50px;
  right: 5px;
  font-size: 10px;
  color: #3c0db3;
  font-weight: 500;
  background: #bfacee;
  padding: 2px 10px;
  border-radius: 40px;
}

@media screen and (max-width: 576px) {
  .prod-tag-d {
    bottom: 50px;
  }
}
