Marketing
Marketing Product Cards Product with image, title, price and variant count
Live Preview
<a href="#" class="group block overflow-hidden">
<div class="relative h-87.5 sm:h-112.5">
<img
src="https://images.unsplash.com/photo-1600185365483-26d7a4cc7519?auto=format&fit=crop&q=80&w=1160"
alt=""
class="absolute inset-0 h-full w-full object-cover opacity-100 group-hover:opacity-0"
/>
<img
src="https://images.unsplash.com/photo-1600185365926-3a2ce3cdb9eb?auto=format&fit=crop&q=80&w=1160"
alt=""
class="absolute inset-0 h-full w-full object-cover opacity-0 group-hover:opacity-100"
/>
</div>
<div class="relative bg-white pt-3">
<h3 class="text-sm text-gray-700 group-hover:underline group-hover:underline-offset-4">
Limited Edition Sports Trainer
</h3>
<div class="mt-1.5 flex items-center justify-between text-gray-900">
<p class="tracking-wide">$189.99</p>
<p class="text-xs tracking-wide uppercase">6 Colors</p>
</div>
</div>
</a>