/**
 * The Template for displaying product archives, including the main shop page which is a post type archive.
 *
 * Override this template by copying it to yourtheme/woocommerce/archive-product.php
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     2.0.0
 */
if (!defined('ABSPATH')) {
    exit;
    // Exit if accessed directly
}
get_header('shop');
$category = get_current_category_name();
$category = get_current_category_slug();
?>

<section class="[ ]">
	<div class="[ padding ][ text-center ]">
		<h3 class="[ no-margin ][ uppercase ]"><?php 
woocommerce_page_title();
?>
</h3>
		<i class="[ block xmall-12 ][ text-center ][ icon-<?php 
echo $category;
?>
 icon--large ]"></i>
	</div>
	<a href="#" class="[ block ][ padding ][ text-center ][ bg-dark ][ js-modal-opener ]" data-modal="options ">
Example #2
0
											</div>
											<div class="[ columna xmall-2 ][ margin-bottom--small ]">
												<div class="[ bg-vinil ][ chip ]" data-material="vinil">
												</div>
											</div>
											<div class="[ columna xmall-2 ][ margin-bottom--small ]">
												<div class="[ bg-otro ][ chip ]" data-material="otro">
												</div>
											</div>
										</div>
									</div>
								</article>
							</div><!-- wrapper -->

							<input type="hidden" name="category" value="<?php 
echo get_current_category_name();
?>
">

							<div class="[ margin-bottom--large ][ text-center ]">
								<input type="submit" class="[ button button--large button--primary ]" value="Filtrar">
							</form>

						</form>

						<artcile class="[ initial ]">
							<div class="[ action-buttons action-buttons--right ][ always-opened ]">
								<a href="#" class="[ button button--primary button--action ][ pull-right ][ js-modal-closer ]"><i class="[ icon-close ]"></i></a>
							</div><!-- action-buttons -->
						</artcile><!-- initial -->