@php
$empty_gallery = '';
if(!$product->have_gallery()){
$empty_gallery = ' single-product-no-gallery';
}
@endphp
@if($product->have_gallery())
@get_template_part('page.product.parts.gallery', null, ['product' => $product])
@endif
@get_template_part('page.product.parts.details', null, ['product' => $product, 'restock' => $restock])