/* LMS Cajas de Regalo – estilos de la ficha de producto */

.lms-box-form { margin-top: 1em; }

.lms-fixed-items ul {
	list-style: disc;
	margin: 0 0 1em 1.2em;
}

.lms-slot-field {
	margin-bottom: 1em;
}
.lms-slot-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}
.lms-slot-field select {
	width: 100%;
	max-width: 420px;
}
.lms-slot-qty { font-weight: 400; opacity: 0.7; }

.lms-instructions { font-weight: 600; }

.lms-picker {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 10px;
	margin-bottom: 1em;
}
.lms-picker-item {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 8px 10px;
}
.lms-picker-thumb img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}
.lms-picker-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}
.lms-picker-name { font-size: 0.92em; }
.lms-picker-price { font-size: 0.85em; opacity: 0.75; }

.lms-picker-qty {
	display: flex;
	align-items: center;
	gap: 4px;
}
.lms-picker-qty button {
	width: 28px;
	height: 28px;
	line-height: 1;
	padding: 0;
	border: 1px solid #ccc;
	background: #f7f7f7;
	border-radius: 4px;
	cursor: pointer;
}
.lms-picker-qty button:disabled { opacity: 0.4; cursor: not-allowed; }
.lms-picker-qty input.lms-qty {
	width: 48px;
	text-align: center;
	-moz-appearance: textfield;
}
.lms-picker-qty input.lms-qty::-webkit-outer-spin-button,
.lms-picker-qty input.lms-qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.lms-counter { font-weight: 600; color: #b32d2e; }
.lms-counter.lms-ok { color: #1a7f37; }

.lms-total {
	font-size: 1.15em;
	font-weight: 700;
	margin: 0.8em 0;
}
.lms-total small { font-weight: 400; display: block; }
