{{-- Product Image --}} @if(has_post_thumbnail()) {!! get_the_post_thumbnail($product->get_id(), 'large', ['class' => 'w-full h-full object-cover group-hover:scale-110 transition-transform duration-500']) !!} @else No image @endif {{-- Sale badge if applicable --}} @if($product->is_on_sale()) Sale @endif {{-- Product Info --}} {{ get_the_title() }} {!! $product->get_price_html() !!} @if($product->get_short_description()) {{ wp_strip_all_tags($product->get_short_description()) }} @endif View Details