.comment-respond,
.comments-area {
	margin-top: 28px;
}

.comment-respond h3,
.comments-area h3 {
	font-size: 18px;
}

.comment-form-comment textarea {
	min-height: 180px;
}

.form-submit .submit {
	background: #f47e20;
	color: #fff;
	border: 0;
	padding: 10px 16px;
}

.widget_search .lova-search-form {
	max-width: none;
}

.search .lova-post-grid-two {
	margin-top: 12px;
}

/* blog list */
.lova-post-list,
.lova-post-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lova-post-list li,
.lova-post-list .post,
.lova-post-list .page {
	list-style: none;
}

.lova-post-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 26px;
}

.lova-blog-card {
	min-width: 0;
}

.lova-blog-card__thumb {
	display: block;
	margin-bottom: 14px;
	overflow: hidden;
	background: #fff;
}

.lova-blog-card__thumb img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.lova-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #666;
}

.lova-blog-card__title {
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.lova-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.lova-blog-card__excerpt {
	color: #555;
	line-height: 1.7;
	margin-bottom: 12px;
}

.lova-blog-card__excerpt p:last-child {
	margin-bottom: 0;
}

/* mobile blog + sidebar */
@media (max-width: 768px) {
	.lova-content-grid,
	.lova-content-grid--shop,
	.lova-content-grid--shop-single {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.site-main,
	.lova-sidebar {
		min-width: 0;
		width: 100%;
	}

	.lova-post-list {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.lova-blog-card__thumb img {
		height: 250px;
	}

	.lova-blog-card__title {
		font-size: 24px;
	}

	/* widget sản phẩm nằm ngang 2 cái */
	.lova-sidebar .lova-sidebar-widget:first-of-type + .lova-sidebar-widget .lova-sidebar-product-list,
	.lova-sidebar .lova-sidebar-product-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.lova-sidebar .lova-sidebar-product {
		display: block;
	}

	.lova-sidebar .lova-sidebar-product__thumb,
	.lova-sidebar .lova-sidebar-product__thumb img {
		width: 100%;
	}

	.lova-sidebar .lova-sidebar-product__thumb {
		margin-bottom: 8px;
	}

	.lova-sidebar .lova-sidebar-product__thumb img {
		height: auto;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.lova-sidebar .lova-sidebar-product__title {
		min-height: auto;
		font-size: 14px;
	}

	.lova-sidebar .lova-sidebar-widget {
		margin-bottom: 18px;
	}
}

.lova-sidebar .product_list_widget li {
	text-align: center;
}

.lova-sidebar .product_list_widget li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lova-sidebar .product_list_widget img {
	float: none !important;
	display: block;
	margin: 0 auto 8px !important;
}

.lova-sidebar .product_list_widget .woocommerce-Price-amount,
.lova-sidebar .product_list_widget del,
.lova-sidebar .product_list_widget ins {
	justify-content: center;
}
	
@media (max-width: 768px) {
	.lova-sidebar .product_list_widget li {
		text-align: center;
	}

	.lova-sidebar .product_list_widget li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.lova-sidebar .product_list_widget img {
		float: none !important;
		display: block;
		margin: 0 auto 8px !important;
	}

	.lova-sidebar .product_list_widget .woocommerce-Price-amount,
	.lova-sidebar .product_list_widget del,
	.lova-sidebar .product_list_widget ins {
		justify-content: center;
	}
}

/* giá sản phẩm màu cam */
.lova-sidebar .product_list_widget .woocommerce-Price-amount {
	color: #f47e20;
	font-weight: 600;
}

/* giá khuyến mãi (giá mới) */
.lova-sidebar .product_list_widget ins .woocommerce-Price-amount {
	color: #f47e20;
}

/* giá cũ */
.lova-sidebar .product_list_widget del .woocommerce-Price-amount {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
}

@media (max-width: 768px) {

	.lova-sidebar-products-mobile-track {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.lova-sidebar-products-mobile-item {
		flex: 0 0 86%;
		min-width: 280px;
		scroll-snap-align: start;
	}

	.lova-sidebar-products-mobile-item .lova-sidebar-product-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

}