.woocommerce .checkout-button {
  /* Similar button to button in product list items */
  background: var(--mc-color-primary);
  color: var(--mc-color-surface);
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  border: 0;
  clip-path: polygon(
    var(--mc-chamfer-lg) 0,
    100% 0,
    100% calc(100% - var(--mc-chamfer-lg)),
    calc(100% - var(--mc-chamfer-lg)) 100%,
    0 100%,
    0 var(--mc-chamfer-lg)
  );
}
