body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#eeeeee;
}

.lvjuinde-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lvjuinde-search-bar {

	padding: 10px 10px;
	background-color: #eeeeee;
	margin: 0 10px;
}

.lvjuinde-search-bar input {
	width: 95%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 16px;
	outline: none;
}

.lvjuinde-category-title {
	padding: 10px 20px;
	background-color: #4594ba;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	border-radius: 5px;
}









.lvjuinde-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 10px;
	background-color: #fff;
	margin: 15px 10px 1px 10px;
	border-radius: 5px;

}

.lvjuinde-category-item {
	text-align: center;
}

.lvjuinde-category-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto 10px;
	border-radius: 50%;
	object-fit: cover;
}

.lvjuinde-category-name {
	font-size: 14px;
	color: #333333;
	margin: 0;
}





.lvjuinde-recommendation {

	background-color: #ffffff;

	margin: 20px 10px 20px 10px;
	border-radius: 5px;
}

.lvjuinde-recommendation-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 10px;
	background-color: #4594ba;
}

.lvjuinde-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.lvjuinde-product-item {
	background-color: #ffffff;

	text-align: center;
	padding: 10px;

}

.lvjuinde-product-image {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 10px;
}

.lvjuinde-product-name {
	font-size: 14px;
	color: #333333;
	margin: 5px 0;
}

.lvjuinde-product-price {
	font-size: 16px;
	font-weight: bold;
	color: #e91e63;
}
