.eiman-lp-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 16px 60px;
}

.eiman-lp-hero-img img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.eiman-lp-hero h1 {
	margin-top: 16px;
	font-size: 30px;
	line-height: 1.2;
}

.eiman-lp-intro {
	margin: 20px 0 8px;
	line-height: 1.7;
	font-size: 16px;
}

.eiman-lp-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 4px;
}

.eiman-lp-tab {
	padding: 9px 18px;
	border-radius: 999px;
	border: 1px solid #ddd0b8;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	color: #6b5f52;
	transition: background 0.15s ease, color 0.15s ease;
}

.eiman-lp-tab:hover {
	background: #f6efe4;
}

.eiman-lp-tab.is-active {
	background: #b5762a;
	border-color: #b5762a;
	color: #fff;
}

.eiman-lp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.eiman-lp-card {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.eiman-lp-card:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.eiman-lp-card-img img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.eiman-lp-card-body {
	padding: 14px;
}

.eiman-lp-card-body h3 {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.35;
}

.eiman-lp-card-rating {
	margin-top: 4px;
	font-size: 13px;
}

.eiman-lp-card-price {
	margin-top: 6px;
}

.eiman-lp-empty {
	color: #777;
	font-style: italic;
	margin-top: 24px;
}
