/* 品牌内容样式 */
.brand-logo {
	max-width: 180px;
	max-height: 60px;
}
.gallery-thumbnails {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 10px;
	margin-top: 10px;
}
.gallery-thumbnails img {
	height: 60px;
	width: auto;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s;
}
.gallery-thumbnails img.active {
	opacity: 1;
	border: 2px solid #0d6efd;
}
.gallery-thumbnails img:hover {
	opacity: 1;
}
.brand-info-item {
	padding: 8px 0;
	border-bottom: 1px dashed #eee;
}
.brand-info-item .label {
	color: #666;
	margin-right: 10px;
}
.price-range {
	font-size: 1.2rem;
	font-weight: bold;
	color: #dc3545;
}
.certified-badge {
	font-size: 0.9rem;
}