.wmp-mix-match {
	margin: 1.5em 0;
}

.wmp-mix-match__marketing-text {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 0.5em;
}

.wmp-mix-match__title {
	font-size: 0.85em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 0.75em;
}

.wmp-mix-match__purchase-mode {
	display: flex;
	gap: 0.75em;
	margin: 0 0 1em;
}

.wmp-mix-match__purchase-option {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-size: 0.95em;
	cursor: pointer;
}

.wmp-mix-match__purchase-option input {
	margin: 0;
}

.wmp-mix-match__cards {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	margin-bottom: 1em;
}

.wmp-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75em;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0.6em 0.8em;
	transition: border-color 0.15s ease;
}

.wmp-card__low-stock-badge {
	display: inline-block;
	margin-top: 0.2em;
	font-size: 0.75em;
	font-weight: 700;
	color: #b32d2e;
}

.wmp-card--active {
	border-color: #333;
}

.wmp-card__image {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.wmp-card__info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-width: 0;
}

.wmp-card__label {
	font-weight: 600;
}

.wmp-card__price {
	font-size: 0.85em;
	opacity: 0.75;
}

.wmp-card__stepper {
	display: flex;
	align-items: center;
	gap: 0.35em;
	flex-shrink: 0;
}

.wmp-card__step {
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	line-height: 1;
	font-size: 1em;
}

.wmp-card__step:hover {
	background: #f5f5f5;
}

.wmp-card__qty {
	width: 42px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.25em 0;
}

.wmp-mix-match__summary {
	margin-bottom: 1em;
}

.wmp-mix-match__summary-row {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}

.wmp-mix-match__progress {
	margin-bottom: 0.6em;
}

.wmp-mix-match__progress-track {
	height: 6px;
	border-radius: 3px;
	background: #eee;
	overflow: hidden;
}

.wmp-mix-match__progress-fill {
	height: 100%;
	width: 0;
	border-radius: 3px;
	background: #333;
	transition: width 0.2s ease;
}

.wmp-mix-match__progress--reached .wmp-mix-match__progress-fill {
	background: #2e7d32;
}

.wmp-mix-match__prices {
	display: flex;
	align-items: baseline;
	gap: 0.5em;
}

.wmp-mix-match__original-price {
	font-weight: 400;
	font-size: 0.85em;
	text-decoration: line-through;
	opacity: 0.6;
}

.wmp-mix-match__message {
	margin: 0.4em 0 0;
	font-size: 0.9em;
	opacity: 0.85;
}

.wmp-mix-match__shipping-message {
	margin: 0.3em 0 0;
	font-size: 0.9em;
	font-weight: 600;
}

.wmp-mix-match__gift-message {
	margin: 0.4em 0 0;
	padding: 0.5em 0.75em;
	border-radius: 6px;
	font-size: 0.9em;
	font-weight: 600;
	background: #fff3e0;
	color: #8a4a12;
}

.wmp-mix-match__gift-message--achieved {
	background: #e6f4ea;
	color: #1b5e20;
}

.wmp-mix-match__gift-message::before {
	content: "🎁 ";
}

.wmp-mix-match__gift-options {
	margin: 0.4em 0 0;
	padding: 0.5em 0.75em;
	border: 1px solid #e6f4ea;
	border-radius: 6px;
	font-size: 0.9em;
}

.wmp-mix-match__gift-options-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.wmp-mix-match__gift-option {
	display: flex;
	align-items: center;
	gap: 0.4em;
	margin: 0.15em 0;
}

.wmp-mix-match__urgency {
	margin: 0.4em 0 0;
	font-size: 0.85em;
	font-weight: 600;
	color: #b32d2e;
}

.wmp-mix-match__submit {
	width: 100%;
}

.wmp-mix-match__submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.wmp-mix-match__error {
	color: #b32d2e;
	margin-top: 0.5em;
}
