.product-info .mv-product-header,
.product-summary .mv-product-header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 6px 0 4px;
}

.mv-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
}

.mv-brand-logo img,
.mv-brand-logo-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.mv-brand-mark {
	font-size: 28px;
	font-weight: 700;
	color: #111;
	line-height: 1;
}

.product-info h1.mv-product-title,
.product-summary h1.mv-product-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin: 0 !important;
	padding: 2px 0 0;
	font-size: inherit;
	line-height: 1.15;
	font-weight: inherit;
}

.mv-brand-name {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #111 !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	text-decoration: none !important;
}

.mv-brand-name:hover {
	color: #111 !important;
	opacity: 0.8;
}

.mv-model-name {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #8a8a8a;
	letter-spacing: 0.01em;
	line-height: 1.3;
}

.product-info .is-divider.small,
.product-summary .is-divider.small {
	margin-top: 12px;
}

@media (max-width: 549px) {
	.mv-brand-logo {
		width: 52px;
		height: 52px;
	}

	.mv-brand-name {
		font-size: 24px;
	}

	.mv-model-name {
		font-size: 15px;
	}
}
