?>
                            <?php 
        woocommerce_get_template_part('content', 'product');
        ?>
                    <?php 
    }
    ?>
                </ul>

                <?php 
    layers_pagination();
    ?>

                <?php 
    woocommerce_product_loop_end();
    ?>

            </section>
        <?php 
}
?>

        <?php 
/**
 * Maybe show the right sidebar
 */
layers_maybe_get_sidebar('right-woocommerce-sidebar', implode(' ', layers_get_wrapper_class('right_woocommerce_sidebar', 'column pull-right sidebar span-3 no-gutter')));
?>
</section>
<?php 
get_footer();
 function layers_wrapper_class($key = '', $class = '')
 {
     echo 'class="', join(' ', layers_get_wrapper_class($key, $class)), '"';
 }