.woocommerce-cart .woocommerce table.shop_table.cart th,
.woocommerce-cart .woocommerce table.shop_table.cart td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td {
  border-color: var(--global-palette-border-1);
}

.woocommerce-cart .woocommerce table.shop_table.cart td.product-name a {
  text-decoration: none;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.product-name a:hover {
  text-decoration: underline;
}