.collection__header-tag {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid var(--brand-brand-primary, #E41B24);
  background: var(--background-white-background, #FFF);
  width: max-content;
  padding: 3px 6px;
  font-weight: 600;
  line-height: 1;
  margin: 0 4px 12px 0;
  color: #E41B24;
}
.product-grid-item__badges .collection__header-tag {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .collection__header-tag {
    display: flex;
  }
}