/* Hickmann Geschenkverpackung — Steuerung pro Zeile im Warenkorb */

.hk-gv {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.4;
}

.hk-gv__check {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.hk-gv__check input {
	flex: none;
	width: 1.125rem;
	height: 1.125rem;
	margin: 0;
	accent-color: var(--wp--preset--color--contrast, #000);
	cursor: pointer;
}

.hk-gv__hint {
	margin: 0.25rem 0 0 1.625rem;
	font-size: 0.8125rem;
	opacity: 0.7;
}

.hk-gv__select {
	display: block;
	width: 100%;
	max-width: 26rem;
	margin-top: 0.5rem;
	padding: 0.5rem 0.75rem;
	font: inherit;
	color: inherit;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 0;
}

.hk-gv.is-pending {
	opacity: 0.6;
	pointer-events: none;
}

/* Die Textzeile aus woocommerce_get_item_data ist im Warenkorb überflüssig (die Steuerung zeigt denselben Stand),
   bleibt aber in Kasse und Mini-Cart sichtbar. */
.wc-block-cart-items .wc-block-components-product-details__geschenkverpackung {
	display: none;
}
