All Prompts
All Prompts

cardproducthoveranimatedshadow
Product Image Card
Карточка товара с эффектами при наведении и тенью. Для списков товаров, галерей, портфолио. Интерактивный UI-компонент.
Prompt
<div class="max-w-sm mx-auto p-3 bg-white rounded-xl shadow-md hover:shadow-xl transition-shadow duration-300">
<div class="overflow-hidden rounded-lg">
<img src="https://cdn.shopify.com/s/files/1/0908/9489/3329/files/22.jpg?v=1752730002" alt="Product" class="w-full h-auto object-cover transform hover:scale-105 transition-transform duration-300" loading="lazy" />
</div>
</div>