File: //home/artinside/public_html/finance/themes/web/views/product-item-noprice.php
<div class="<?= $class ?>">
<div class="product iproduct clearfix padding-10 bg-white rounded center" style="height: 100%">
<div class="product-image rounded">
<a href="<?= url("/produto/{$product->uri}")?>"><img src="<?= image($product->cover, 380, 350);?>" alt="<?= $product->title?>"></a>
</div>
<div class="product-desc">
<div class="product-title mb-1">
<span class="small gray-text"><?= $product->category_title ?></span>
<h3><a class="theme-text font-weight-bolder" style="font-size: 1.3em" href="<?= url("/produto/{$product->uri}")?>"><?= $product->title?></a></h3></div>
<div class="product-price font-primary">
<?=$product->subtitle ?><br>
</div>
</div>
<div class="clear topmargin-sm"></div>
<div style="width: 100%; position:absolute; left:0px;bottom: 10px; margin-top: 210px !important;" class="clearfix">
<a href="<?= url("/produto/{$product->uri}")?>" class="button button-rounded button-border button-border-thin button-small" style="min-width: 80%"> Fazer Orçamento <i class="fal fa-chevron-double-right"></i></a>
</div>
</div>
</div>