.product-item-meta {
  display: flex;
  gap: 0.1875rem 0.3125rem;
  flex-flow: row wrap;
  margin-bottom: 0.25rem;
}
@media (min-width: 1200px) {
  .product-item-meta {
    gap: 0.25rem 0.4375rem;
    margin-bottom: 0.5rem;
  }
}
.product-item-meta__item {
  color: rgba(0, 0, 0, 0.48);
}
.product-item-meta__item:not(:last-child):after {
  content: "|";
}
@media (min-width: 1200px) {
  .product-item-meta__item:not(:last-child):after {
  }
}
