.fm-wvp-select-widget,
.fm-wvp-preview-widget,
.fm-wvp-add-to-cart-widget {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.fm-wvp-select-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-weight: 600;
	margin-bottom: 10px;
}

.fm-wvp-required {
	color: #b42318;
	line-height: 1;
}

.fm-wvp-select-field {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid #c7ccd1;
	border-radius: 8px;
	background: #fff;
	color: #1f2328;
}

.fm-wvp-select-placeholder-preview {
	width: 100%;
	min-height: 48px;
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 12px 16px;
	border: 1px solid #c7ccd1;
	border-radius: 8px;
	background: #fff;
	color: #6a7282;
}

.fm-wvp-preview-widget {
	display: flex;
	width: 100%;
}

.fm-wvp-preview-figure {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.fm-wvp-preview-image {
	display: block;
	width: 100%;
	height: auto;
}

.fm-wvp-confirmation,
.fm-wvp-confirmation-preview-box {
	display: none;
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
	transition: all 0.2s ease;
}

.fm-wvp-confirmation.is-confirmed,
.fm-wvp-confirmation-preview-box.is-confirmed {
	display: block;
	background: #eefaf2;
	border: 1px solid #9ad1aa;
	color: #17663a;
}

.fm-wvp-confirmation.is-not-found,
.fm-wvp-confirmation-preview-box.is-not-found {
	display: block;
	background: #fff5f5;
	border: 1px solid #f0b4b4;
	color: #9f1c1c;
}

.fm-wvp-confirmation-preview-stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.fm-wvp-preview-widget.is-empty .fm-wvp-preview-figure {
	display: none;
}

.fm-wvp-preview-widget.is-not-found .fm-wvp-preview-image,
.fm-wvp-preview-widget.has-image .fm-wvp-preview-image {
	display: block;
}

.fm-wvp-add-to-cart-widget {
	--fm-wvp-button-gap: 14px;
	--fm-wvp-button-justify: flex-start;
	--fm-wvp-button-width: 100%;
	--fm-wvp-button-display: flex;
}

.fm-wvp-button-placeholder {
	padding: 14px 16px;
	border: 1px solid #d4d8dd;
	border-radius: 10px;
	background: #fafbfc;
	color: #414651;
	margin-bottom: var(--fm-wvp-button-gap);
	transition: all 0.2s ease;
}

.fm-wvp-button-placeholder-preview {
	padding: 14px 16px;
	border: 1px solid #d4d8dd;
	border-radius: 10px;
	background: #fafbfc;
	color: #414651;
	transition: all 0.2s ease;
}

.fm-wvp-button-placeholder.is-ambiguous,
.fm-wvp-button-placeholder.is-missing,
.fm-wvp-button-placeholder.is-not-found {
	display: block;
}

.fm-wvp-button-placeholder-preview.is-missing,
.fm-wvp-button-placeholder-preview.is-not-found {
	display: block;
}

.fm-wvp-button-placeholder p:last-child {
	margin-bottom: 0;
}

.fm-wvp-button-preview-stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	margin-bottom: var(--fm-wvp-button-gap);
}

.fm-wvp-add-to-cart-form {
	margin: 0;
	display: flex;
	justify-content: var(--fm-wvp-button-justify) !important;
	width: 100%;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-left .fm-wvp-add-to-cart-form {
	justify-content: flex-start !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-center .fm-wvp-add-to-cart-form {
	justify-content: center !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-right .fm-wvp-add-to-cart-form {
	justify-content: flex-end !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-justify .fm-wvp-add-to-cart-form {
	justify-content: flex-start !important;
}

.fm-wvp-add-to-cart-button {
	display: var(--fm-wvp-button-display) !important;
	align-items: center;
	justify-content: center !important;
	box-sizing: border-box;
	width: var(--fm-wvp-button-width) !important;
	max-width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #1f2328;
	border-radius: 10px;
	background: #1f2328;
	color: #fff;
	cursor: pointer;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-left .fm-wvp-add-to-cart-button,
.fm-wvp-add-to-cart-widget.fm-wvp-align-center .fm-wvp-add-to-cart-button,
.fm-wvp-add-to-cart-widget.fm-wvp-align-right .fm-wvp-add-to-cart-button {
	display: inline-flex !important;
	width: auto !important;
}

.fm-wvp-add-to-cart-widget.fm-wvp-align-justify .fm-wvp-add-to-cart-button {
	display: flex !important;
	width: 100% !important;
}

.fm-wvp-add-to-cart-button[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.fm-wvp-add-to-cart-button.is-loading {
	cursor: progress;
}

.fm-wvp-editor-note {
	padding: 14px 16px;
	border: 1px dashed #c7ccd1;
	border-radius: 8px;
	background: #fafafa;
	color: #525866;
	font-size: 14px;
	line-height: 1.5;
}
