.product__footnote {
  width: 100%;
  color: var(--color-dark-grey);
}

.product__footnote-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}

.product__footnote-note > * {
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}