<?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/pexels-kim-stiver-842876.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">
 Brindes Rústicos
 </h4>

 <p class="big-font-1 text-std-2 text-center text-light">
 Melhor que um bom evento, só um bom brinde
 </p>
 </div>
 </div>


 </div>

 </div>


 </div>
 </div>

 </div>

	</div>
	<div class="bg-white ">

 <section class="pt-x-sm-0  position-relative container-fluid " >

 <div class="pt-x-sm-0 ">

 <div class="row align-items-center  justify-content-end">

 <div class="col-12 col-lg-6">
 <div class="container-fluid
 ">
 <h4 class="text-std-1 display-4 h5-sm py-3 text-left">
 Um toque de sofisticação
 </h4>
 <p class="text-left big-font-2 pt-3 text-h-sm-2 text-std-2 text-palid-2">
 Os nossos brindes rústicos irão dar um toque de sofisticação ao seu evento e com certeza tornar o momento inesquecível.
 Presenteie a si com um evento com o melhor buffet, e aos seus convidados com o melhor brinde
 </p>


 </div>
 </div>

 <div class="col-12 col-lg-5">
 <img src="assets/img/puremel_gift.png"
  style="
 transform: translateX(16rem);

 "
  alt="Imagem de um brinde rústico Puremel"
  class="w-100">
 </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 text-std-1 display-4">
 Nossos Produtos
 </h3>

 <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>

	<div class="bg-white ">

 <section class="pt-x-sm-0  position-relative container-fluid " >

 <div class="pt-x-sm-0 ">

 <div class="row align-items-center  justify-content-left">

 <div class="col-12 col-lg-5">
 <img src="assets/img/puremel_phone.png"
  style="
 transform: translateX(-16rem) scaleX(-1);

 "
  alt="Imagem de telefone Puremel"
  class="w-100">
 </div>
 <div class="col-12 col-lg-6">
 <div class="container-fluid
 ">
 <h4 class="text-std-1 display-4 py-3 text-left">
 Estamos a distância de uma chamada
 </h4>
 <p class="text-left big-font-2 pt-3 text-std-2 text-palid-2">
 Não hesite em nos contactar. Temos uma equipa profissional preparada para guiar-lhe na aquisição de algum dos nossos produtos
 </p>


 </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" => "Brindes Rústicos", "isOdd" =>false]); } ?>