@props([ 'product', 'number', 'wide' => false, 'full' => false, ])
{{ $product->image_alt ?: $product->displayName() }}
{{ $product->origin }} {{ str_pad((string) $number, 2, '0', STR_PAD_LEFT) }}

{{ $product->marketing_eyebrow }}

{{ $product->category }}

{{ $product->displayName() }}

{{ $product->availability_label }}

{{ $product->description }}

@foreach (($product->variants ?? []) as $variant) {{ $variant }} @endforeach
@foreach (($product->specifications ?? []) as $label => $value)
{{ $label }}
{{ $value }}
@endforeach
{{ __('ui.view_product_details') }}