@props(['product']) {{-- No background fill on the cream surface, a hairline border, image as the hero and type centred underneath — the card is a frame, not a box. --}}
@if ($product->image_path) {{ $product->name }} @else {{ __('shop.brand_short') }} @endif @if ($badge = collect($product->badges ?? [])->first()) {{ __("shop.badges.{$badge}") }} @endif

{{ $product->name }}

@if ($product->summary)

{{ $product->summary }}

@endif
@if ($product->priceOnSelection()) {{-- Needs a choice before it can be bought, so the card links on. --}} {{ __('shop.choose_option') }} @else
@csrf
@endif