/* Hagda – Avísame cuando esté disponible */

.hbis-wrap {
	margin: 1.25em 0;
	padding: 1.1em 1.25em;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fafafa;
}

.hbis-title {
	margin: 0 0 0.25em;
	font-weight: 700;
	font-size: 1.05em;
	color: #111;
}

.hbis-sub {
	margin: 0 0 0.9em;
	font-size: 0.88em;
	color: #555;
}

.hbis-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.hbis-fields input {
	flex: 1 1 200px;
	min-width: 0;
	padding: 0.6em 0.8em;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.hbis-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.hbis-submit {
	width: 100%;
	cursor: pointer;
}

.hbis-msg {
	display: block;
	margin-top: 0.6em;
	font-size: 0.9em;
}

.hbis-msg.hbis-ok {
	color: #1a7f37;
	font-weight: 600;
}

.hbis-msg.hbis-error {
	color: #c0392b;
}

/* Swatch de variación agotada: identificable pero seleccionable
   (línea diagonal + atenuado; clic normal para pedir el aviso) */
.ux-swatch.hbis-oos {
	position: relative;
	opacity: .5;
}

.ux-swatch.hbis-oos::after {
	content: '';
	position: absolute;
	left: 14%;
	right: 14%;
	top: 50%;
	border-top: 1.5px solid currentColor;
	transform: rotate(-14deg);
	pointer-events: none;
}

.ux-swatch.hbis-oos:hover,
.ux-swatch.hbis-oos.selected {
	opacity: .95;
}
