/**
 * Theme Name: Shoptimizer Child
 * Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
 * Description: Child theme for the Shoptimizer theme
 * Author: Witsberry
 * Author URI: https://witsberry
 * Version: 1.0.7
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: shoptimizer-child
 * Template: shoptimizer
 */

/* Add your custom CSS below this line */
.category-feature img {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}

.product .woocommerce-product-gallery__wrapper img {
	max-height: 600px;
	object-fit: contain;
	background: #fff;
}

.product .woocommerce-product-gallery .flex-control-thumbs li img {
	max-height: 40px;
	object-fit: contain;
	background: #fff;
}

.product .woocommerce-product-gallery__wrapper img {
	max-height: 350px;
	object-fit: contain;
	background: #fff;
}

.shoptimizer-plp-image-wrapper img {
	max-height: 135px;
	object-fit: contain !important;
}

.woocommerce-loop-product__title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	overflow: hidden;
	text-overflow: ellipsis;

	white-space: normal;
	line-height: 1.4em;
	max-height: 2.8em;
	/* 2 lines × line-height */
}

.cgkit-as-variation-price> :first-child:not(:has(del)) {
	color: #7b7bff !important;
	font-weight: 700 !important;
}

.shoptimizer-mini-cart-wrap .product_list_widget img,
.woocommerce-checkout-review-order-table .product-item-thumbnail img,
table.cart .product-thumbnail img {
	min-height: 55px;
	max-height: 55px;
	object-fit: contain;
}

@media (min-width: 993px) {
	.product .woocommerce-product-gallery .flex-control-thumbs li img {
		min-height: 60px;
		max-height: 60px;
	}

	.product .woocommerce-product-gallery__wrapper img {
		max-height: 600px;
		min-height: 600px;
	}

	.shoptimizer-plp-image-wrapper img {
		max-height: 199.77px;
		min-height: 199.77px;
	}


}