.fertisem-native-variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.fertisem-swatches {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin: 8px 0 4px;
}

.fertisem-swatch-button {
	min-height: 56px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	color: #173b22;
	background: #fff;
	border: 1px solid #d7e2d8;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(22, 68, 36, 0.05);
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.fertisem-swatch-button:hover {
	border-color: #51c517;
	box-shadow: 0 5px 16px rgba(0, 127, 95, .12);
	transform: translateY(-1px);
}

.fertisem-swatch-button:focus-visible {
	outline: 3px solid rgba(81, 197, 23, .25);
	outline-offset: 2px;
}

.fertisem-swatch-button.is-selected {
	color: #007f5f;
	background: #f3fff0;
	border: 2px solid #51c517;
	box-shadow: 0 0 0 3px rgba(81, 197, 23, .12);
}

.fertisem-swatch-button.is-disabled,
.fertisem-swatch-button:disabled {
	opacity: .38;
	filter: grayscale(1);
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.fertisem-swatch-visual {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f0f7ee;
	border-radius: 9px;
}

.fertisem-swatch-image {
	width: 100%;
	height: 100%;
	padding: 3px;
	object-fit: contain;
	box-sizing: border-box;
}

.fertisem-swatch-emoji {
	font-size: 24px;
	line-height: 1;
}

.fertisem-swatch-label {
	min-width: 0;
	word-break: break-word;
}

@media (max-width: 520px) {
	.fertisem-swatches {
		grid-template-columns: 1fr;
	}
}

/* Orden visual: compra → descripción → metadatos. */
.fertisem-order-cart + .fertisem-order-description,
.fertisem-order-description:first-of-type {
	margin-top: 18px;
}

.fertisem-order-meta {
	margin-top: 14px;
}
