.mpb-bundle {
	border-top: 1px solid #dedede;
	margin: 32px 0 28px;
	padding-top: 28px;
}

.mpb-bundle__header {
	margin-bottom: 22px;
}

.mpb-bundle__title {
	color: #151515;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.mpb-bundle__items {
	display: grid;
	gap: 14px;
}

.mpb-item {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 3px;
	display: grid;
	gap: 18px;
	grid-template-columns: 140px 92px minmax(0, 1fr);
	padding: 18px 20px;
	transition: border-color 160ms ease;
}

.mpb-item.is-active {
	border-color: #222222;
}

.mpb-item.is-disabled {
	opacity: 0.62;
}

.mpb-item__select {
	padding-top: 2px;
}

.mpb-item__choice {
	align-items: center;
	background: #fff;
	border: 1px solid #878787;
	border-radius: 3px;
	color: #4d585c;
	cursor: pointer;
	display: flex;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 38px;
	padding: 8px 10px;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 100%;
}

.mpb-item__choice:hover {
	border-color: #2f8a45;
	color: #2f8a45;
}

.mpb-item.is-active .mpb-item__choice {
	background: #2f8a45;
	border-color: #2f8a45;
	color: #fff;
}

.mpb-item-toggle {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.mpb-item__choice-box {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 3px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 15px;
	justify-content: center;
	width: 15px;
}

.mpb-item-toggle:focus-visible + .mpb-item__choice-box {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.mpb-item.is-active .mpb-item__choice-box::after {
	background: currentColor;
	content: "";
	display: block;
	height: 7px;
	width: 7px;
}

.mpb-item__image {
	cursor: pointer;
	display: block;
	width: 92px;
}

.mpb-item__image img {
	aspect-ratio: 1;
	border-radius: 3px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 92px;
}

.mpb-item__body {
	min-width: 0;
}

.mpb-item__name {
	color: #4d585c;
	cursor: pointer;
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 4px;
}

.mpb-item__price {
	color: #5d666a;
	font-size: 0.98rem;
	margin-bottom: 10px;
}

.mpb-item__price .amount,
.mpb-item__price .woocommerce-Price-amount {
	color: inherit;
}

.mpb-item__controls {
	display: grid;
	gap: 10px;
}

.mpb-variations {
	display: grid;
	gap: 8px;
}

.mpb-variation-field {
	display: grid;
	gap: 4px;
	max-width: 280px;
}

.mpb-variation-field span {
	color: #4d585c;
	font-size: 0.84rem;
	font-weight: 600;
}

.mpb-variation-field select {
	border: 1px solid #878787;
	border-radius: 3px;
	color: #222222;
	min-height: 40px;
	padding: 5px 12px;
	width: 100%;
}

.mpb-variation-message,
.mpb-item__notice {
	color: #9b2c2c;
	font-size: 0.88rem;
	line-height: 1.35;
}

@media (max-width: 520px) {
	.mpb-bundle__title {
		font-size: 1.75rem;
	}

	.mpb-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
	}

	.mpb-item__select {
		grid-column: 1 / -1;
	}

	.mpb-item__image,
	.mpb-item__image img {
		width: 72px;
	}
}
