.mmds-header {
	position: relative;
	z-index: 50;
	background: #ffffff;
	border-bottom: 1px solid currentColor;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.mmds-header__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	width: min(1200px, calc(100% - 32px));
	margin-inline: auto;
	padding-block: 16px;
}

.mmds-header__image img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
}

.mmds-header__content {
	flex: 1 1 auto;
	min-width: 0;
}

.mmds-header__eyebrow {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
}

.mmds-header__title {
	display: block;
	font-size: clamp(18px, 2vw, 28px);
	line-height: 1.1;
}

.mmds-header__description {
	max-width: 720px;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.45;
}

.mmds-header__description p {
	margin: 0 0 0.4em;
}

.mmds-progress {
	position: relative;
	overflow: hidden;
	height: 12px;
	margin-top: 12px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 999px;
}

.mmds-progress__bar {
	display: block;
	height: 100%;
	background: currentColor;
	border-radius: inherit;
	transition: width 0.2s ease;
}

.mmds-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.mmds-header__percent {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.mmds-header__end {
	font-size: 13px;
}

.mmds-product-percent {
	display: inline-block;
	font-weight: 700;
}

.mmds-add-to-set.disabled,
.mmds-add-to-set-disabled,
.single_add_to_cart_button.disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

@media (max-width: 767px) {
	.mmds-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.mmds-header__actions {
		width: 100%;
		justify-content: space-between;
	}
}
