<?php $this->extend('block_searchable'); ?>


<?php $this->block('content'); ?>

<div<?= $this->product_id ?> class="<?= $this->product_class ?>">



    <?= $this->product ?>

        <!-- indexer::stop -->
   <!-- <div class="container">
        <p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
    </div> -->
    <!-- indexer::continue -->
</div>


<?php $this->endblock(); ?>