.dmfe-extra-product-options {
	margin: 18px 0;
	width: 100%;
}

.dmfe-extra-product-options__group {
	margin: 0 0 16px;
}

.dmfe-extra-product-options__label {
	display: block;
	margin-bottom: 8px;
	color: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.dmfe-extra-product-options__description {
	margin: 0 0 8px;
	color: #666;
	font-size: 13px;
	line-height: 1.45;
}

.dmfe-extra-product-options__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.dmfe-extra-product-options__choice {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 30px;
	margin: 0;
	padding: 5px 8px;
	border: 0.8px solid #000;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
	color: #000;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.dmfe-extra-product-options__choice:hover {
	border-color: #000;
	background-color: #f9fafb;
}

.dmfe-extra-product-options__choice:focus-within {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.dmfe-extra-product-options__choice.is-active {
	border-color: #000;
	background: #cccaca;
	color: #000;
}

.dmfe-extra-product-options__choice-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	opacity: 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.dmfe-extra-product-options__choice-content {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.dmfe-extra-product-options__choice-label {
	display: inline-block;
	max-width: 100%;
	word-break: break-word;
}

.dmfe-extra-product-options__summary {
	margin-top: 8px;
	color: var(--wd-primary-color, #2271b1);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.dmfe-extra-product-options__summary[hidden] {
	display: none !important;
}

form.cart .dmfe-extra-product-options,
.woocommerce-variation-add-to-cart .dmfe-extra-product-options {
	flex: 0 0 100%;
}

.wd-mobile-variation-sheet__form .woocommerce-variation-add-to-cart {
	flex-wrap: wrap;
	align-items: flex-start;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options {
	order: -1;
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e5e7eb;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__group {
	margin: 0 0 12px;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__group:last-of-type {
	margin-bottom: 0;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__label {
	margin-bottom: 10px;
	color: #111827;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__choices {
	gap: 8px;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__choice {
	min-height: 40px;
	padding: 8px 12px;
	border: 0.5px solid #000;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.35;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__choice-input[type="checkbox"] {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wd-mobile-variation-sheet__form .dmfe-extra-product-options__summary {
	display: none !important;
}
