.product-heading {
  margin: 0;
}

.product-heading__title {
  margin: var(--hh-space-xs) 0;
}

.product-heading__collection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-heading__price {
  margin-bottom: var(--hh-space-md);
}
