.product-title__codes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.75rem;
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.58);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
}

.product-title__codes span {
  display: inline-flex;
  gap: 0.3rem;
  white-space: nowrap;
}

.product-title__codes b {
  color: rgba(0, 0, 0, 0.72);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .product-title__codes {
    margin-top: 0.2rem;
  }
}
