.product-description__title {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.product-description__preorder {
  width: max-content;
  padding: 0.8rem 4.7rem 0.8rem 1.4rem;
  margin-top: 3rem;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background: rgb(var(--color-primary-1));
  color: white;
}

.product-description__content p {
  margin-bottom: 1.6rem;
}

.product-description__content p:empty {
  display: none;
}
