<?php $_shouldextend[1]=1; ?>

<?php $this->startSection('content'); ?>
	
	<?php $this->startPush("metadata"); ?>
 <?php echo $metadata; ?>

	<?php $this->stopPush(); ?>
	<div class="container-fluid first-tip position-relative"  id="begin">
 <div id="img-container" class="carousel  slide  mt-0 mb-0" data-ride="carousel" data-interval="false">

 <!-- Indicators -->


 <!-- The slideshow -->
 <div class="carousel-inner">
 <div class="carousel-item active">
 <div class="w-100 img" style="
 height:60vh;
 background: url('assets/img/53001569_810018819366923_5829870070787997696_n.jpg') 100% 58%;
 background-size: cover;
 ">

 </div>
 </div>

 </div>
 </div>
 <div class="w-100 h-100 position-absolute  on-top-0"

  style="background: linear-gradient(to bottom, rgba(0, 0,0,.3), rgba(0, 0,0,.5), rgba(0, 0,0,.3));">
 <div class="container h-100">



 <div class="row align-items-center justify-content-center h-100 pt-3">

 <div class="col-12 col-lg-8 ">
 <div class="grid-container">
 <div class="">
 <div class=" py-3 my-3">
 <h4 class="text-std-1 pb-2 h5-sm text-center text-light display-4">
 Mel Nacional
 </h4>

 <p class="big-font-1 text-std-2  text-center text-light">
 Leve à sua mesa o melhor mel que o país tem a lhe oferecer
 </p>
 </div>
 </div>


 </div>

 </div>


 </div>
 </div>

 </div>

	</div>
	<div class="bg-white py-5">

 <section class="pt-x-sm-0 py-5 position-relative container-fluid " >

 <div class="pt-x-sm-0 container py-5">

 <div class="row align-items-center justify-content-center">

 <div class="col-12 col-lg-10">
 <div class="container-fluid
 ">
 <h4 class="text-std-1 h5-sm display-4 py-3 text-center">
 Venha degustar os nossos produtos
 </h4>
 <p class="big-font-2 pt-3 text-std-2 text-palid-2 text-center">
 Nesta nova fase que o mundo vive, nada melhor que saber exactamente o que vai comprar. Por isso possuímos pacotes de degustação para que
 tenha uma experiência real e leve para o seu evento o sabor que já conhece
 </p>


 </div>
 </div>
 </div>

 </div>
 </section>
	</div>

	<div class="">

 <section id="vehicles-on-sell" class="pt-x-sm-0 container-fluid pb-5 position-relative  ">

 <div class="pt-x-sm-0 pb-5 ">

 <div class="row align-items-center pt-5 justify-content-center">


 <div class="col-12 col-lg-7 pb-3">

 <h3 class="pt-4 mb-4 text-center h5-sm text-std-1 display-4">
 Produtos
 </h3>

 <p class="text-palid-2 text-std-2 text-center big-font-2 py-3">
 Possuímos diferentes pacotes feitos a medida para todos os seus eventos. Veja o nosso catalogo
 </p>

 <div>
 <div class="row pt-3 align-items-top justify-content-center px-4">

 <?php $__currentLoopData = $products; $this->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $this->incrementLoopIndices(); $loop = $this->getFirstLoop(); ?>
 <di class="col-12 col-lg-4 pb-3">
 <div class="hover-shadow-0 pt-3 rounded">
 <div class="d-flex justify-content-left">
 <div style="
 background: url('<?php echo static::e("assets/img/uploads/".$product->attashments[0]->url); ?>') 100% 100%;
 background-size: cover;
 "
  class="scale-img product-img"
 >

 </div>
 </div>
 <div class="container-container pt-4">
 <h5 class="text-std-1"><?php echo static::e($product->name); ?></h5>
 <h6 class="text-palid-2 py-3 text-std-2 text-justify">
 <?php echo static::e(strlen($product->description) >= 100 ?
 substr($product->description,0, 100) : $product->description); ?>...
 </h6>
 <div class=" mb-3 font-italic sm-font font-weight-bold text-std-2">
 -<?php echo static::e($product->category_name); ?>

 </div>
 <h5 class="text-std-2 font-weight-bold">
 <?php echo static::e(number_format($product->price,2, ",", ".")); ?> AKZ/Unidade
 </h5>
 <a
 href="<?php echo static::e(URL("producto/".$product->slug)); ?>"
 class="bg-standard on-hover rounded-0 mt-3 text-light btn w-100">
 Encomendar
 <i class="fa fa-long-arrow-right ml-2"></i>
 </a>
 </div>
 </div>
 </di>
 <?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>

 </div>
 </div>

 </div>

 </div>



 </div>
 </section>
	</div>

	<?php $this->startPush("scripts"); ?>

	<?php $this->stopPush(); ?>
	<?php  $this->startComponent("components/solicitateBudget"); ?><?php  echo $this->renderComponent(); ?>
<?php $this->stopSection(); ?>

<?php if (@$_shouldextend[1]) { echo $this->runChild('guest.layouts.guestApp', ["title" => "Mel 100% Nacional", "isOdd" =>false]); } ?>