.aoe-catalog-render h2 {
	line-height: 1.35;
	margin: 0 0 10px;
}

.aoe-catalog-render p {
	margin: 0 0 14px;
}

.aoe-catalog-render {
	margin-top: 20px;
}

.aoe-catalog-assets {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 0 0 18px;
}

.aoe-catalog-assets img {
	max-width: 120px;
	height: auto;
	border: 1px solid #ddd;
}

.aoe-catalog-pdf,
.aoe-catalog-page-link {
	display: inline-block;
	border-radius: 4px;
	padding: 11px 23px;
	line-height: 16px;
	font-size: 13px;
	margin: 0 6px 6px 0;
	text-decoration: none;
	background: #e2e2e2;
	color: #000 !important;
}

.aoe-catalog-pagination {
	margin: 0 0 14px;
}

.aoe-catalog-page-link.current {
	background: #20acdb;
	color: #fff !important;
	border-color: #20acdb;
	font-weight: bold;
}

.aoe-catalog-table {
	width: 100%;
	border-collapse: collapse;
	/*font-size: 14px;*/
}

.aoe-catalog-table tr:nth-child(even) {
	background: rgb(246, 246, 246);
}

.aoe-catalog-table th {
	background-color: #20acdb !important;
	color: #ffffff !important;
	padding: 15px 20px;
	text-align: left;
	border: none;
	font-size: 18px;
	font-weight: bold;
}

.aoe-catalog-table td {
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
	padding: 10px 20px
}

.aoe-catalog-table th {
	background: #f7f7f7;
}

.aoe-catalog-table th.aoe-catalog-underlined {
	text-decoration: underline;
}

.aoe-catalog-sku {
	font-weight: bold;
}

.aoe-catalog-sku-icon {
	vertical-align: middle;
	margin-left: 3px;
	opacity: 0.4;
	transition: opacity 0.15s;
	pointer-events: none;
	color: #20acdb;
}
.fila-producto:hover .aoe-catalog-sku-icon {
	opacity: 1;
}

.aoe-catalog-actions {
	text-align: center;
	white-space: nowrap;
}

.aoe-catalog-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	text-decoration: none;
}

.aoe-catalog-icon-link i {
	color: #20acdb;
	font-size: 20px;
}

.aoe-catalog-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.aoe-catalog-modal.is-open {
	display: flex;
}

.aoe-catalog-modal .modal-dialog {
	max-width: 980px;
	width: min(980px, calc(100vw - 40px));
	margin: 0;
}

.aoe-catalog-modal .modal-content,
.aoe-catalog-modal__inner {
	background: #fff;
	width: 100%;
	position: relative;
}

.aoe-catalog-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.aoe-catalog-modal img {
	max-width: 100%;
	height: auto;
	display: block;
}

.aoe-catalog-product-card {
	font-family: sans-serif;
	color: #444;
	padding: 10px;
	line-height: 1.4;
}

.aoe-catalog-product-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
	align-items: flex-start;
}

.aoe-catalog-product-image-wrap {
	flex: 1;
	min-width: 220px;
	text-align: center;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 15px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}

.aoe-catalog-product-info {
	flex: 1.5;
	min-width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.aoe-catalog-product-info h2 {
	color: #005596;
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	border: none;
	padding: 0;
}

.aoe-catalog-product-info p {
	margin: 0 0 10px;
	padding: 0;
}

#modal-nombre-subtitulo {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	line-height: 1.3;
}

.aoe-catalog-manufacturer {
	color: #666;
	font-size: 18px;
}

.aoe-catalog-contact-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
}

.aoe-catalog-contact-button {
	background-color: #eb9900;
	color: #fff;
	padding: 15px 25px;
	text-decoration: none;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	border: none;
	min-height: 60px;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.aoe-catalog-contact-button .fusion-button-text {
	display: block;
	font-size: 20px;
}

.aoe-catalog-support-text {
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	line-height: 1.4;
}

.aoe-catalog-docs {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
}

.aoe-catalog-docs h3 {
	font-size: 18px;
	color: #333;
	margin: 0 0 15px;
	border-left: 4px solid #20acdb;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.aoe-catalog-docs-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr 1fr;
}

.aoe-catalog-doc-card {
	cursor: pointer;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	transition: 0.2s;
	min-height: 80px;
	text-decoration: none;
}

.aoe-catalog-doc-card i {
	color: #20acdb;
	font-size: 26px;
	margin-right: 15px;
}

.aoe-catalog-doc-card span {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.aoe-catalog-doc-card strong {
	font-size: 20px;
	color: #333;
}

.aoe-catalog-doc-card em {
	font-size: 18px;
	color: #888;
	font-style: normal;
}

/* Modal */

.aoe-catalog-product-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
	align-items: flex-start;
}

.aoe-catalog-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
	align-items: flex-start;
}

.aoe-catalog-title {
	flex: 1;
	max-width: 100px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.aoe-catalog-data {
	flex: 1.5;
	min-width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.aoe-catalog-bold {
	font-weight: bold;
	font-size: 18px;
}

.aoe-catalog-pagination .aoe-catalog-bold {
	color: #000;
}

.aoe-catalog-bold a {
	text-decoration: underline;
}

@media (max-width: 720px) {

	#aoe-catalog-container .aoe-cat-name a,
	#aoe-catalog-container .aoe-cat-name .count {
		font-size: 16px;
	}

	.aoe-catalog-docs-grid {
		grid-template-columns: 1fr;
	}

	.aoe-catalog-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.aoe-catalog-table th,
	.aoe-catalog-table td {
		padding: 8px 10px;
		font-size: 14px;
		white-space: nowrap;
	}

	.aoe-catalog-table th {
		font-size: 14px;
		padding: 8px 10px;
	}

	.aoe-catalog-table td:first-child {
		min-width: 80px;
	}

	.aoe-catalog-table td:nth-child(2) {
		min-width: 120px;
	}

	.aoe-catalog-table td:nth-child(3) {
		min-width: 90px;
	}

	.aoe-catalog-table td:last-child {
		min-width: 60px;
		text-align: center;
	}

	.aoe-cat-tree-table,
	.aoe-cat-tree-table tbody,
	.aoe-cat-tree-table tr {
		display: block;
		width: 100%;
	}

	.aoe-cat-tree-table tr {
		border-bottom: 1px solid #ddd;
		padding: 8px 0;
	}

	.aoe-cat-tree-table td {
		display: block;
		width: 100%;
		padding: 4px 8px;
		font-size: 13px;
		box-sizing: border-box;
		border: none;
	}

	.aoe-cat-tree-table .aoe-cat-desc {
		width: 100%;
		text-align: left;
		padding: 2px 8px 0;
	}

	.aoe-cat-tree-table td.aoe-cat-desc:empty {
		display: none;
	}

	.aoe-cat-grid-row {
		flex-wrap: wrap;
	}

	.aoe-cat-grid-row>.aoe-cat-row {
		flex: 0 0 50% !important;
		max-width: 50%;
		padding: 8px;
		font-size: 13px;
		box-sizing: border-box;
	}

	.aoe-cat-grid-row>.aoe-cat-grid-empty {
		display: none;
	}

	.aoe-cat-name .count {
		display: inline;
	}

	.aoe-cat-desc {
		font-size: 0.8em;
	}

	.aoe-catalog-pagination {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		align-items: center;
		justify-content: center;
		margin: 0 0 14px;
	}

	.aoe-catalog-pagination .aoe-catalog-bold {
		width: 100%;
		text-align: center;
		margin: 0 0 2px;
	}

	.aoe-catalog-page-link {
		padding: 10px 16px;
		font-size: 13px;
		margin: 0;
		min-width: 36px;
		text-align: center;
		box-sizing: border-box;
	}

	.aoe-catalog-product-summary {
		flex-direction: column;
	}

	.aoe-catalog-product-image-wrap {
		min-width: 0;
		width: 100%;
	}

	.aoe-catalog-product-info {
		min-width: 0;
		width: 100%;
	}

	.aoe-catalog-contact-button {
		width: 100%;
		padding: 12px 20px;
		font-size: 16px;
		min-height: 50px;
	}

	.aoe-catalog-product-info h2 {
		font-size: 20px;
	}

	.aoe-catalog-doc-card strong {
		font-size: 16px;
	}

	.aoe-catalog-doc-card em {
		font-size: 14px;
	}

	.aoe-catalog-render h2 {
		font-size: 22px;
	}

	.aoe-catalog-group-section {
		margin-bottom: 20px;
	}

	#aoe-catalog-container .aoe-cat-breadcrumb {
		font-size: 14px;
		padding: 6px 10px;
	}

	.aoe-cat-name h3 {
		font-size: 16px;
	}

	.aoe-cat-name h4 {
		font-size: 14px;
	}

	.aoe-catalog-row {
		flex-direction: column;
		gap: 4px;
	}

	.aoe-catalog-title {
		max-width: 100%;
	}

	.aoe-catalog-title p {
		font-size: 14px;
	}

	.aoe-catalog-data {
		font-size: 14px;
		min-width: 0;
	}

	.aoe-catalog-series-info {
		padding: 12px;
	}

	.aoe-series-description {
		font-size: 14px;
		margin: 12px 0;
	}
}

@media (max-width: 480px) {

	.aoe-catalog-table th,
	.aoe-catalog-table td {
		padding: 6px 6px;
		font-size: 12px;
	}

	.aoe-catalog-table th {
		font-size: 12px;
		padding: 6px 6px;
	}

	.aoe-catalog-page-link {
		padding: 8px 12px;
		font-size: 12px;
		min-width: 32px;
	}

	.aoe-catalog-pagination .aoe-catalog-bold {
		font-size: 12px;
	}

	.aoe-catalog-support-text {
		font-size: 15px;
	}

	.aoe-catalog-docs {
		padding: 12px;
	}

	.aoe-catalog-specs {
		padding: 12px;
	}

	.aoe-catalog-render h2 {
		font-size: 18px;
	}

	#aoe-catalog-container .aoe-cat-breadcrumb {
		font-size: 13px;
		padding: 5px 8px;
	}
}

.fila-producto {
	cursor: pointer;
	font-size: var(--body_typography-font-size);
}

.aoe-catalog-table tr.fila-producto:hover {
	background: rgb(223 223 223);
}

.aoe-catalog-table td[itemprop="brand"] a {
	text-decoration: none;
}

.aoe-catalog-table td[itemprop="brand"] a:hover {
	text-decoration: underline;
}

/* Tree hierarchy table */
.aoe-cat-tree-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.aoe-cat-tree-table td {
	padding: 6px 12px;
	vertical-align: middle;
}

.aoe-cat-level-0 {
	background: #fff;
}

.aoe-cat-level-1,
.aoe-cat-level-2,
.aoe-cat-level-3,
.aoe-cat-level-4 {
	background: #fff !important;
	border: none;
}

.aoe-cat-row-even {
	background: #f9f9f9 !important;
	border: 1px solid #ddd;
}

.aoe-cat-row-odd {
	background: #fff !important;
	border: 1px solid #ddd;
}

#aoe-catalog-container.aoe-tree .aoe-cat-name h3,
#aoe-catalog-container.aoe-tree-layout-table_desc h3 {
	margin: 0;
	font-size: var(--h3_typography-font-size, 1.3em) !important;
}

#aoe-catalog-container.aoe-tree .aoe-cat-name h4,
#aoe-catalog-container.aoe-tree-layout-table_desc h4 {
	margin: 0;
	font-size: var(--h4_typography-font-size, 1.1em) !important;
}

#aoe-catalog-container.aoe-tree .aoe-cat-name h5,
#aoe-catalog-container.aoe-tree-layout-table_desc h5 {
	margin: 0;
	font-size: var(--h5_typography-font-size, 1em) !important;
}

.aoe-cat-row td {
	padding: 10px 12px;
}

.aoe-cat-row.aoe-cat-level-0 td {
	padding: 16px 0px;
}

.aoe-cat-row.aoe-cat-level-1 td {
	padding: 12px 0;
}

.aoe-cat-row.aoe-cat-level-2 td {
	padding: 8px 12px;
}

.aoe-cat-row.aoe-cat-level-3 td {
	padding: 10px 12px 6px 24px;
}

.aoe-cat-row.aoe-cat-level-4 td {
	padding: 10px 12px 6px 40px;
	line-height: 20px;
}

.aoe-cat-tree-table .aoe-cat-row.aoe-cat-level-4+.aoe-cat-row.aoe-cat-level-3 td,
.aoe-cat-tree-table .aoe-cat-row.aoe-cat-level-4+.aoe-cat-row.aoe-cat-level-2 td,
.aoe-cat-tree-table .aoe-cat-row.aoe-cat-level-4+.aoe-cat-row.aoe-cat-level-1 td,
.aoe-cat-tree-table .aoe-cat-row.aoe-cat-level-3+.aoe-cat-row.aoe-cat-level-2 td,
.aoe-cat-tree-table .aoe-cat-row.aoe-cat-level-3+.aoe-cat-row.aoe-cat-level-1 td,
.aoe-cat-tree-table .aoe-cat-row.aoe-cat-level-2+.aoe-cat-row.aoe-cat-level-1 td {
	padding-top: 20px;
}

.aoe-cat-name .count {
	color: #888;
	font-size: 0.9em;
	margin-left: 6px;
}

.aoe-cat-desc {
	color: #666;
	font-size: 16px;
	line-height: var(--body_typography-line-height);
	font-weight: var(--body_typography-font-weight);
	text-align: left;
}


.aoe-cat-desc-row .aoe-cat-desc {
	text-align: left;
	width: auto;
	padding: 8px 12px;
}

.aoe-cat-desc-row.aoe-cat-level-3 .aoe-cat-desc {
	padding-left: 24px;
}

.aoe-cat-desc-row.aoe-cat-level-4 .aoe-cat-desc {
	padding-left: 40px;
}

.aoe-cat-level-3:has(.aoe-cat-desc:not(:empty)) .aoe-cat-name {
	width: 20%;
	max-width: 120px !important;
	min-width: 80px;
}

.aoe-cat-name a {
	text-decoration: none;
}

.aoe-cat-name a:hover {
	text-decoration: underline;
}

/* Grid mode for flat category lists */
.aoe-cat-grid {
	width: 100%;
	margin: 20px 0;
}

.aoe-cat-grid-row {
	display: flex;
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.aoe-cat-grid-row.even {
	background: #f9f9f9;
}

.aoe-cat-grid-row.odd {
	background: #fff;
}

.aoe-cat-grid-row:first-child {
	border-top: 1px solid #ddd;
}

.aoe-cat-grid-row>.aoe-cat-row {
	flex: 1;
	padding: 10px 12px;
	text-align: left;
	border: none;
	background: transparent !important;
	min-width: 0;
	word-break: break-word;
}

.aoe-cat-grid-row>.aoe-cat-row a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}

.aoe-cat-grid-row>.aoe-cat-row a:hover {
	text-decoration: underline;
}

.aoe-cat-grid-row>.aoe-cat-row .count {
	color: #888;
	font-size: 0.85em;
	margin-left: 4px;
}

.aoe-cat-grid-row>.aoe-cat-grid-empty {
	flex: 1;
	padding: 0;
}

.aoe-tree {
	margin-top: 20px;
}

/* Grouped page category breadcrumbs */
.aoe-catalog-group-section {
	margin-bottom: 30px;
}

.aoe-catalog-title p {
	font-size: 18px;
	color: #000;
}

#aoe-catalog-container .aoe-cat-breadcrumb {
	font-size: 16px !important;
	color: #555;
	margin: 0 0 10px;
	padding: 8px 12px !important;
	background: #f5f5f5;
	border-left: 4px solid #20acdb;
	font-weight: 600;
}

.aoe-catalog-data a {
	font-size: 18px;
	font-weight: 300;
}

.fila-producto td span {
	font-weight: 100;
}

.fila-producto td .aoe-catalog-sku span {
	font-weight: bold;
}

#aoe-catalog-container .aoe-category-chain h4 {
	font-size: var(--h4_typography-font-size) !important;
}

#aoe-catalog-container .aoe-category-chain h5 {
	font-size: var(--h5_typography-font-size) !important;
}

/* Technical specs */
.aoe-catalog-specs {
	margin-top: 25px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
}

.aoe-catalog-specs h3 {
	font-size: 18px;
	color: #333;
	margin: 0 0 15px;
	border-left: 4px solid #20acdb;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.aoe-catalog-specs-table {
	width: 100%;
	border-collapse: collapse;
}

.aoe-catalog-specs-table-wrapper {
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.aoe-catalog-specs-table tr:nth-child(even) {
	background: #fff;
}

.aoe-catalog-specs-table td {
	padding: 8px 12px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.aoe-spec-key {
	font-weight: 600;
	color: #333;
	width: 40%;
}

.aoe-spec-value {
	color: #555;
}

.aoe-catalog-specs-icon i {
	color: #20acdb;
}

/* Series metadata (EDAC) */
.aoe-catalog-series-info {
	margin-bottom: 30px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.aoe-catalog-series-info h3 {
	font-size: 16px;
	color: #333;
	margin: 20px 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #20acdb;
}

.aoe-catalog-series-info h3:first-child {
	margin-top: 0;
}

.aoe-series-description {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin: 20px 0;
}

.aoe-series-description:empty {
	display: none;
}

.aoe-series-features,
.aoe-series-specs,
.aoe-series-highlights {
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	margin: 20px 0;
}

.aoe-series-features ul,
.aoe-series-specs ul,
.aoe-series-highlights ul {
	margin: 8px 0;
	padding-left: 20px;
	list-style: disc;
}

.aoe-series-features li,
.aoe-series-specs li,
.aoe-series-highlights li {
	margin-bottom: 4px;
}

#aoe-catalog-container .aoe-cat-name a {
	color: #000 !important;
	font-size: 18px;
	font-weight: 300;
}

#aoe-catalog-container .aoe-cat-name .count {
	font-size: 18px;
	font-family: var(--body_typography-font-family);
	font-weight: 100;
}

.aoe-category-chain {
	margin: 20px 0;
}

.aoe-chain-level {
	margin-bottom: 20px;
}

.aoe-chain-level h4 {
	margin: 0 0 8px;
	font-size: 16px;
}

.aoe-chain-level h5 {
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
}

.aoe-chain-desc {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 100;
	color: #333;
}

.aoe-category-chain h3 {
	margin: 10px 0;
}

.aoe-chain-desc p {
	margin: 5px 0;
}

.aoe-chain-img {
	margin: 10px 0;
}

.aoe-chain-img img {
	max-width: 200px;
	height: auto;
}

.aoe-chain-features ul {
	margin: 5px 0;
	padding-left: 20px;
	list-style: disc;
}

.aoe-chain-features li {
	margin-bottom: 3px;
	font-size: 13px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-2,
.aoe-chain-level-2 {
	padding: 0 12px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-3,
.aoe-chain-level-3 {
	padding: 0 24px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-4,
.aoe-chain-level-4 {
	padding: 0 36px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-desc,
.aoe-chain-desc {
	margin: 0;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-desc p {
	margin: 0;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-heading {
	margin-bottom: 15px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-1,
#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-2,
#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-3 {
	margin: 15px 0;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-4 {
	margin-top: 15px;
}

.aoe-cat-table-level-4 {
	padding: 0 12px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-row.aoe-cat-level-4 td {
	padding: 10px 12px;
}

#aoe-catalog-container.aoe-tree-layout-table_desc table {
	width: auto;
}

#aoe-catalog-container.aoe-tree-layout-table_desc .aoe-cat-level-3:has(.aoe-cat-desc:not(:empty)) .aoe-cat-name {
	width: auto;
	max-width: max-content !important;
}

#aoe-catalog-container.aoe-tree-layout-table_desc h3,
#aoe-catalog-container.aoe-tree-layout-table_desc h4,
#aoe-catalog-container.aoe-tree-layout-table_desc h5 {
	padding: 0;
}

#aoe-catalog-container.aoe-tree-layout-table_desc #aoe-cat-uncategorized {
	padding: 0;
}

.aoe-category-chain strong {
	font-weight: bold;
}

.aoe-chain-features ul li {
	font-weight: 100;
}

.aoe-catalog-table-samtec>thead>tr>th:first-child,
.aoe-catalog-table-samtec>thead>tr>th:nth-child(2),
.aoe-catalog-table-samtec>tbody>tr>td:first-child,
.aoe-catalog-table-samtec>tbody>tr>td:nth-child(2) {
	width: 1%;
	white-space: nowrap;
}

.aoe-catalog-caracteristicas {
	position: relative;
	max-width: 260px;
}

.aoe-catalog-caracteristicas-texto {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aoe-caracteristicas-popup {
	display: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	right: 0;
	max-width: 480px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	padding: 8px;
	min-width: 300px;
	max-height: 80vh;
	overflow-y: auto;

}

.aoe-catalog-caracteristicas:hover .aoe-caracteristicas-popup {
	display: block;
}

.aoe-caracteristicas-popup-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dddddd;
}

.aoe-caracteristicas-popup-table th,
.aoe-caracteristicas-popup-table td {
	padding: 4px 8px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}

.aoe-caracteristicas-popup-table th {
	font-weight: 600;
	color: #333 !important;
	background: none !important;
	padding: 4px 16px 4px 8px;
	white-space: normal;
	font-size: 12px;
	line-height: 1.4;
	border: none;
	width: 40%;
}

.aoe-caracteristicas-popup-table td {
	width: 60%;
}

#aoe-catalog-container .aoe-caracteristicas-popup-table td {
	color: #666;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.aoe-caracteristicas-popup-table tbody tr:last-child th,
.aoe-caracteristicas-popup-table tbody tr:last-child td {
	border-bottom: none;
}

#aoe-catalog-container .aoe-caracteristicas-popup-table th {
	background-color: #3b0c0c00 !important;
	color: #000 !important;
	font-weight: bold;
	border: 1px solid #dddddd;
}

.aoe-tree-bivar .aoe-cat-level-3 .aoe-cat-desc {
	display: none;
}