@php /** @var \App\Models\WaProduct $product */ // Self-derive theme tokens — this partial renders in the child theme's // @section scope and does not inherit the base template's @php locals. $theme = $theme ?? []; $settings = $settings ?? []; $brand = $brand ?? ($theme['brand'] ?? ($settings['brand_color'] ?? '#075E54')); $bg = $bg ?? ($theme['bg'] ?? '#FBFAF6'); $surface = $surface ?? ($theme['surface'] ?? '#FFFFFF'); $border = $border ?? ($theme['border'] ?? '#E5DFD0'); $shopName = $shopName ?? ($workspace?->name ?: 'Store'); $onSale = $product->compare_price_minor && $product->compare_price_minor > $product->price_minor; $savings = $onSale ? $product->compare_price_minor - $product->price_minor : 0; $images = collect([$product->image_url]) ->concat(is_array($product->gallery_json) ? $product->gallery_json : []) ->filter() ->unique() ->values(); $sfFallback = ''; @endphp
{{ $product->description }}
@endif' . e($product->description ?: 'No description available yet — message the seller on WhatsApp to learn more.') . '
' !!}{{ __('Shipping.') }} Orders are dispatched within 1–2 business days. Delivery times depend on your location — typically 2–5 business days. Free shipping on orders above {{ $shipFreeText }}.
{{ __('Returns.') }} Unused items can be returned within 7 days of delivery. Message us on WhatsApp to start a return — we'll arrange the pickup.
{{ $rv->body }}
@endif{{ __('No reviews yet — be the first to review this product.') }}
@endif