@props(['product', 'related' => false])
class(['group overflow-hidden rounded-[1.6rem] border border-[#1f3443]/10 bg-white transition duration-300 hover:-translate-y-1 hover:border-[#bb7a58]/40']) }}>
{{ $product['name'] }} product presentation

{{ $product['category_label'] }}

{{ $product['name'] }}

{{ $product['short_description'] }}

@if(!empty($product['format']))
Format
{{ $product['format'] }}
@endif @if(!empty($product['packaging_options']))
Pack
{{ implode(' / ', $product['packaging_options']) }}
@endif
View product