<html>
<body>
<div><div>
<a href="/products-123/">Product one
<img src="https://static.guitarcenter.com/product-image/foo_123" height=300 width=300></a>
<span>$12.34</span><button>remove</button>
</div></div>
<div><div>
<a href="/products-456/">Product two
<img src="//images.cymax.com/Images/3/bar_456-baz_789" height=300 width=300></a>
<span>$56.78</span><button>remove</button>
</div></div>
<div><div>
<a href="/products-789/">Skipped
<img src="https://static.guitarcenter.com/product-image/baz_789" height=300 width=300></a>
<span>$56.78</span><button>remove</button>
</div></div>
<div><div>
<a href="/products-abc/">A skipped product
<img src="https://static.guitarcenter.com/product-image/qux_abc" height=300 width=300></a>
<span>$56.78</span><button>remove</button>
</div></div>
<div><div>
<a href="/products-12/">Product three
<img src="https://static.walmart.com/product-image/12" height=300 width=300></a>
<span>$1.2</span><button>remove</button><a>Move to cart</a>
</div></div>
<div><span>Saved for later</span></div>
<div><div>
<a href="/products-357/">Product two
<img src="https://static.guitarcenter.com/product-image/qux_357" height=300 width=300></a>
<span>$56.78</span><button>remove</button>
</div></div>
</body>