.lob-group-title-row td {
	padding: 16px 12px 4px !important;
	border: none !important;
}

/* El encabezado nativo de WooCommerce (Producto/Precio/Cantidad/Subtotal) ya no
   corresponde a las columnas del nuevo diseño agrupado, así que lo ocultamos. */
.shop_table.cart thead,
.woocommerce-cart-form table.cart thead {
	display: none !important;
}

.lob-group-title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lob-group-thumb {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 6px;
}

.lob-group-title-text {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.lob-group-bultos-row td {
	padding: 8px 12px 16px !important;
	border-bottom: 1px solid #eee !important;
}

.lob-group-bultos-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f7f9f2;
	border-radius: 6px;
	padding: 10px 16px;
}

.lob-group-bultos-label {
	font-weight: 600;
	color: #555;
}

.lob-group-bultos-value {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 2px 10px;
}

.lob-group-toggle {
	margin-left: auto;
	background: none !important;
	border: 1px solid #8bab3f !important;
	color: #5c7a2e !important;
	border-radius: 6px;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 13px;
}

.lob-group-arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.lob-group-detail-row td {
	padding: 0 !important;
	border: none !important;
}

.lob-detail-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #eee;
	margin: 0 0 12px;
}

.lob-detail-table th {
	text-align: left;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
}

.lob-detail-table td {
	padding: 8px 12px;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: middle;
}

.lob-detail-tag {
	display: inline-block;
	background: #eef2e3;
	color: #5c7a2e;
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 4px;
}

.lob-edit-cart-item,
.lob-remove-cart-item {
	background: none !important;
	border: none !important;
	cursor: pointer;
	font-size: 14px;
	color: #5c7a2e !important;
}

.lob-remove-cart-item {
	color: #c00 !important;
}

.lob-surtido-price-note {
	color: #999;
	font-size: 12px;
	font-style: italic;
}

.lob-ver-colores-btn {
	background: #eef2e3 !important;
	color: #5c7a2e !important;
	border: 1px solid #8bab3f !important;
	border-radius: 6px;
	padding: 4px 10px;
	font-size: 13px;
	cursor: pointer;
}

.lob-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	padding: 16px;
}

.lob-modal-box {
	background: #fff;
	border-radius: 10px;
	max-width: 480px;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.lob-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid #eee;
}

.lob-modal-close {
	background: none !important;
	border: none !important;
	font-size: 16px;
	cursor: pointer;
	color: #999 !important;
}

.lob-modal-body {
	padding: 8px 16px 16px;
}

.lob-modal-color-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
}

.lob-modal-color-row:last-child {
	border-bottom: none;
}

.lob-modal-color-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #ddd;
	flex-shrink: 0;
}

.lob-modal-color-name {
	font-weight: 600;
	min-width: 90px;
}

.lob-modal-color-qty {
	flex: 1;
	color: #666;
	font-size: 13px;
}

.lob-modal-color-subtotal {
	font-weight: 600;
	font-size: 13px;
}
