.wc-item-meta {
  list-style: none;
  text-align: left;
}
.wc-thankyou__btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: var(--radius-s);
}
.wc-thankyou__btn:hover {
  color: var(--white);
  background-color: var(--primary-hover);
}
a.fc-checkout-order-review__header-link.fc-checkout-order-review__edit-cart {
  display: none !important;
}
