.mif-stand-promo {
	box-sizing: border-box;
	width: 100%;
	margin: 16px 0;
	padding: 14px 16px;
	border: 1px solid rgba(23, 26, 25, .12);
	border-radius: 12px;
	background: #f6f5f1;
	color: #252a28;
	font-size: 15px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.mif-stand-promo p {
	margin: 0;
}

.mif-stand-promo__heading {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mif-stand-promo__body {
	margin-top: 4px !important;
}

.mif-stand-promo__secondary {
	margin-top: 3px !important;
	color: #626965;
	font-size: 13px;
}

.mif-stand-promo a:not(.button) {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mif-stand-promo--unlocked {
	background: #f1f3f0;
}

.mif-stand-promo--sold-out {
	border-left-color: #7a6550;
	background: #f8f5f1;
}

.mif-stand-promo__button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 12px 0 0;
	padding: 8px 18px;
	white-space: normal;
}

.mif-stand-promo--product-note {
	padding: 10px 0;
	border: 0;
	border-top: 1px solid rgba(23, 26, 25, .12);
	border-radius: 0;
	background: transparent;
	font-size: 14px;
}

.mif-stand-feature {
	padding-block: clamp(42px, 5vw, 72px);
	background: #f6f5f1;
}

.mif-stand-feature__card {
	display: grid;
	grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(32px, 6vw, 86px);
	padding: clamp(24px, 4vw, 56px);
	border: 1px solid rgba(23, 26, 25, .12);
	border-radius: 22px;
	background: #ece9e1;
}

.mif-stand-feature__media {
	min-width: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #fbfaf7;
}

.mif-stand-feature__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transform: scale(1.07);
	transform-origin: center;
}

.mif-stand-feature .mihb-kicker {
	margin-bottom: 12px;
}

.mif-stand-feature__copy h2 {
	margin: 0 0 20px;
	font-size: clamp(40px, 4vw, 62px);
	line-height: 1.02;
}

.mif-stand-feature__body {
	margin: 0 0 28px;
	color: #626965;
	font-size: 18px;
}

.mif-stand-feature__price {
	margin: 0;
	color: #171a19;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 34px;
	line-height: 1;
}

.mif-stand-feature__preferred {
	margin: 10px 0 28px;
	color: #626965;
	font-size: 14px;
}

.mif-stand-promo-fragment .mif-stand-promo {
	margin: 12px 0;
	font-size: 14px;
}

@media (max-width: 480px) {
	.mif-stand-promo {
		padding: 12px 13px;
		font-size: 14px;
	}

	.mif-stand-promo__button.button {
		width: 100%;
		margin: 10px 0 0;
	}
}

@media (max-width: 767px) {
	.mif-stand-feature__card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 20px;
	}

	.mif-stand-feature__copy h2 {
		font-size: 39px;
	}

	.mif-stand-feature__body {
		font-size: 16px;
	}

	.mif-stand-feature .mihb-button {
		width: 100%;
	}
}
