.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart button[name="update_cart"] {
  background: var(--age-accent);
  color: var(--age-paper);
}

.woocommerce-cart table.shop_table .product-name a {
  color: var(--age-ink);
  font-weight: 720;
}

.age-prose{
  max-width: 1040px !important;
}