.product-description ol {
  padding-left: calc(var(--spacer) * 4);
}
.product-description ol li[data-list="bullet"]::marker {
  content: "- ";
}