.demoda-style-choice-mount--cart {
	width: 100%;
	margin: 0 0 24px;
}

.demoda-style-choice {
	position: relative;
	padding: 22px;
	background: #f7f3f1;
	color: var(--demoda-color-ink, #242220);
}

.demoda-style-choice--drawer {
	margin: 2px 0 16px;
	padding: 18px;
	border-left: 4px solid var(--demoda-color-wine, #8d2443);
}

.demoda-style-choice--cart {
	border-top: 4px solid var(--demoda-color-wine, #8d2443);
}

.demoda-style-choice__eyebrow {
	margin: 0 0 5px;
	color: var(--demoda-color-wine, #8d2443);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.demoda-style-choice h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
}

.demoda-style-choice__lead {
	margin: 8px 0 16px;
	font-size: 13px;
	line-height: 1.55;
}

.demoda-style-choice__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 15px;
	background: #ded8d3;
}

.demoda-style-choice__facts span {
	display: flex;
	min-width: 0;
	min-height: 68px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	background: #fff;
	font-size: 10px;
	line-height: 1.4;
}

.demoda-style-choice__facts strong {
	font-size: 15px;
	line-height: 1.2;
}

.demoda-style-choice__size,
.demoda-style-choice__select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
}

.demoda-style-choice__select select {
	width: min(180px, 54%);
	min-height: 42px;
	padding: 7px 32px 7px 10px;
	border: 1px solid #bdb5af;
	border-radius: 4px;
	background: #fff;
	color: inherit;
}

.demoda-style-choice__button {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 0;
	border-radius: 4px;
	background: var(--demoda-color-wine, #8d2443);
	color: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.demoda-style-choice__button:disabled {
	cursor: not-allowed;
	opacity: .5;
}

.demoda-style-choice__outfit-link {
	display: block;
	margin: 12px auto 0;
	padding: 0 0 3px;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: #286441;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.demoda-style-choice__note,
.demoda-style-choice__status {
	margin: 11px 0 0;
	font-size: 10px;
	line-height: 1.5;
}

.demoda-style-choice__status:not(:empty) {
	font-weight: 700;
}

.demoda-style-choice.is-busy::after {
	position: absolute;
	inset: 0;
	background: rgba(247, 243, 241, .58);
	content: '';
}

@media (max-width: 720px) {
	.demoda-style-choice { padding: 18px; }
	.demoda-style-choice__facts { grid-template-columns: 1fr; }
	.demoda-style-choice__facts span { min-height: 52px; }
}
