/*
Theme Name: Goldish-Child
Theme URI: https://parkofideas.com/goldish/
Text Domain: goldish-child
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: goldish
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Keep complete product text in the HTML while limiting grid display to two lines. */
.c-product-grid__item .woocommerce-loop-product__title,
.c-product-grid__short-desc > a > p,
.c-product-grid__short-desc > p {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
	overflow: hidden !important;
}

/* Reserve two full lines so product prices align across every grid row. */
.c-product-grid__item .woocommerce-loop-product__title {
	height: 2.5em !important;
}

.c-product-grid__short-desc > a > p,
.c-product-grid__short-desc > p {
	height: 3.6em !important;
}

/* Use each element's computed line-height when the browser supports lh units. */
@supports (height: 1lh) {
	.c-product-grid__item .woocommerce-loop-product__title,
	.c-product-grid__short-desc > a > p,
	.c-product-grid__short-desc > p {
		height: 2lh !important;
	}
}
