.product-identifier--productReference {
  margin-bottom: 1rem;
  font-size: 12px;
  color: #2D2DD5;
}

@media (max-width: 640px) {
  .product-identifier--productReference {
    font-size: 8px;
}
}