.product-details {
  padding-left: 30px;
}

.product-collection {
  font-size: 0.9rem;
  color: var(--brand-muted);
}

.product-collection a {
  color: var(--brand-accent);
  font-weight: bold;
  text-decoration: none;
}

.product-collection a:hover {
  text-decoration: underline;
}
