.productos-tabla-scroll {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #d8dee4;
	border-radius: 8px;
}

.productos-buscador {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: end;
	margin: 0 0 10px;
}

.productos-buscador label {
	display: grid;
	gap: 4px;
	min-width: min(100%, 320px);
	margin: 0;
	color: #374151;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.productos-buscador input {
	box-sizing: border-box;
	width: 100%;
	min-height: 38px;
	border: 1px solid #c9d1d9;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font-size: 14px;
	padding: 8px 10px;
}

.productos-buscador input:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.14);
	outline: none;
}

.productos-buscador small {
	color: #4b5563;
	font-size: 12px;
	font-weight: 700;
	line-height: 38px;
}

.productos-columnas-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	align-items: center;
	margin: 0 0 10px;
	padding: 10px 12px;
	border: 1px solid #d8dee4;
	border-radius: 8px;
	background: #f8fafc;
}

.productos-columnas-toggle legend {
	padding: 0 6px;
	color: #374151;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.productos-columnas-toggle label {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 32px;
	padding: 5px 9px;
	border: 1px solid #cfd6df;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.productos-columnas-toggle input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #2563eb;
}

.productos-tabla {
	width: 100%;
	min-width: 1080px;
	border-collapse: collapse;
	background: #ffffff;
	font-size: 14px;
}

.productos-tabla th,
.productos-tabla td {
	padding: 12px 14px;
	border-bottom: 1px solid #e6e8eb;
	text-align: left;
	vertical-align: top;
}

.productos-tabla th {
	background: #1f2937;
	color: #ffffff;
	font-weight: 700;
}

.productos-tabla tr:nth-child(even) td {
	background: #f7f9fb;
}

.productos-tabla tr:hover td {
	background: #eef6ff;
}

.productos-tabla a {
	color: #0b63ce;
	text-decoration: underline;
	word-break: break-all;
}

.productos-tabla a:visited {
	color: #8a2be2;
}

.productos-opciones-tabla [data-pwe-column][hidden] {
	display: none !important;
}

.productos-opciones-tabla tr[hidden] {
	display: none !important;
}

.producto-id {
	white-space: nowrap;
	font-weight: 700;
	color: #374151;
}

.producto-sku {
	white-space: nowrap;
	font-weight: 700;
	color: #374151;
}

.producto-nombre {
	font-weight: 600;
	color: #111827;
	overflow-wrap: anywhere;
}

.producto-marcado {
	text-align: center;
}

.producto-marcado-control {
	display: inline-grid;
	gap: 4px;
	justify-items: center;
	margin: 0;
	color: #374151;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
}

.producto-marcado-control input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #2563eb;
}

.productos-opciones-tabla tr.is-pwe-product-marked td {
	background: #eff6ff;
}

.producto-precio-base {
	white-space: nowrap;
	font-weight: 700;
}

@media (max-width: 768px) {
	.productos-tabla {
		min-width: 980px;
		font-size: 13px;
	}

	.productos-tabla th,
	.productos-tabla td {
		padding: 10px 12px;
	}
}

.productos-opciones-tabla {
	width: 1670px;
	min-width: 1670px;
	table-layout: fixed;
}

.productos-opciones-tabla .productos-col-id {
	width: 70px;
}

.productos-opciones-tabla .productos-col-sku {
	width: 110px;
}

.productos-opciones-tabla .productos-col-nombre {
	width: 260px;
}

.productos-opciones-tabla .productos-col-marcar {
	width: 80px;
}

.productos-opciones-tabla .productos-col-base {
	width: 110px;
}

.productos-opciones-tabla .productos-col-medidas {
	width: 90px;
}

.productos-opciones-tabla .productos-col-opciones {
	width: 260px;
}

.productos-opciones-tabla .productos-col-total-opciones {
	width: 130px;
}

.productos-opciones-tabla .productos-col-total-final {
	width: 150px;
}

.productos-opciones-tabla .productos-col-url {
	width: 410px;
}

.productos-opciones-tabla th,
.productos-opciones-tabla td {
	font-size: 13px;
}

.productos-opciones-tabla th[data-pwe-column="medidas"],
.productos-opciones-tabla th[data-pwe-column="opciones"],
.productos-opciones-tabla .producto-medidas,
.productos-opciones-tabla .producto-opciones-selects {
	padding-left: 6px;
	padding-right: 6px;
}

.productos-opciones-tabla th[data-pwe-column="medidas"],
.productos-opciones-tabla .producto-medidas {
	max-width: 90px;
	width: 90px;
}

.productos-opciones-tabla th[data-pwe-column="opciones"],
.productos-opciones-tabla .producto-opciones-selects {
	max-width: 260px;
	width: 260px;
}

.producto-precio-meta {
	display: block;
	margin-top: 2px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
}

.producto-opcion {
	white-space: normal;
}

.producto-medidas,
.producto-opciones-selects {
	min-width: 0;
	overflow: hidden;
}

.producto-medidas-grid,
.producto-opcion-select {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 4px;
	align-items: start;
	margin: 0 0 8px;
}

.producto-medidas-grid {
	max-width: 78px;
}

.producto-opcion-select {
	max-width: 248px;
}

.producto-medidas-grid label,
.producto-opcion-select {
	margin: 0;
}

.producto-opcion-select:last-child {
	margin-bottom: 0;
}

.producto-medidas-grid span,
.producto-opcion-select-text {
	color: #374151;
	font-weight: 700;
	line-height: 1.25;
}

.producto-medidas-grid input,
.producto-opcion-select select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 34px;
	border: 1px solid #c9d1d9;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font-size: 13px;
}

.producto-select-control {
	position: relative;
	display: block;
	width: 100%;
	max-width: 248px;
	min-width: 0;
}

.producto-select-control::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 14px;
	height: 14px;
	background: center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	pointer-events: none;
	transform: translateY(-50%);
}

.producto-opcion-select select {
	appearance: none;
	-webkit-appearance: none;
	line-height: 1.3;
	overflow: hidden;
	padding: 7px 34px 7px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.producto-medidas-grid input {
	font-variant-numeric: tabular-nums;
	max-width: 78px;
	min-height: 34px;
	min-width: 0;
	padding: 4px 2px 4px 4px;
}

.producto-opcion-select select:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.14);
	outline: none;
}

.producto-medidas-grid small {
	color: #111827;
	font-weight: 700;
	line-height: 1.25;
}

.producto-total-opciones,
.producto-total-base-opciones,
.producto-total-opciones [data-arkiplot-options-total] {
	font-weight: 700;
}

.producto-total-base-opciones,
.producto-total-opciones [data-arkiplot-options-total] {
	white-space: nowrap;
}

.producto-total-opciones {
	white-space: normal;
}

.producto-opciones-detalle {
	display: grid;
	gap: 5px;
	margin-top: 6px;
	color: #4b5563;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	white-space: normal;
}

.producto-opcion-detalle {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.producto-opcion-detalle-label {
	overflow-wrap: anywhere;
}

.producto-opcion-detalle-precio {
	color: #111827;
	font-size: 11px;
	line-height: 1.2;
	white-space: nowrap;
}

.producto-url {
	overflow-wrap: anywhere;
}

.producto-url-links {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.producto-url-link {
	display: grid;
	gap: 2px;
	color: #2563eb;
	text-decoration: none;
}

.producto-url-link:hover span,
.producto-url-link:focus span {
	text-decoration: underline;
}

.producto-url-link strong {
	color: #374151;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.producto-url-link span {
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.producto-sin-medidas,
.producto-sin-opciones,
.producto-sin-url {
	color: #6b7280;
	font-style: italic;
}
