/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 2.5.1
*/

h1 {
	color: white !important;
}
.product-loop-wrapper .product-loop-image-wrapper {
	border-radius: 20px !important;
}
.woocommerce .product .woocommerce-loop-product__title {
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-container ul.products {
	display: flex !important;
	overflow: auto;
}
.product-container ul.products li.product {
	flex-shrink: 0 !important;
}
@media (max-width:645px) {
	h1 {
		font-size: 24px !important;
	}
}
