/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/


/* Product category images in the category grid, styles to use a background image on the link rather than a image tag */
.portfolio-item.product.product-category .clearfix .category-grid-item {
	background-image: var(--image);
	height: var(--image-height);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.portfolio-item.product.product-category .clearfix a,
.portfolio-item.product.product-category .clearfix a .product-dummy-wrapper,
.portfolio-item.product.product-category .clearfix a .product-dummy-wrapper .product-dummy {
	height: 100%;
	min-height: 300px;
}