.lux-product-table {
	width: 100%;
	border: none !important;
}
.lux-product-table thead th {
	text-align: left;
	border: none !important;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	/* Footnote */
	font-family: var(--Font-Family-Inter, Inter);
	font-size: var(--Font-Size-Footnote, 14px);
	font-style: normal;
	font-weight: 300;
	line-height: var(--Font-Line-Height-Footnote, 18px);
}
.lux-product-table td {
	vertical-align: middle;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	/* Body 3 */
	font-family: var(--Font-Family-Inter, Inter);
	font-size: var(--Font-Size-Body-3, 16px);
	font-style: normal;
	font-weight: 300;
	line-height: var(--Font-Line-Height-Body-3, 26px);
	border: 0px solid #ccc;
	background-color: #ffffff00 !important;
}
.lux-product-table tr:hover {
	background-color: #f9f9f9;
}


/* Dropdown button styling */
.lux-product-table-dropdown {
	position: relative;
	display: inline-block;
}
.lux-product-table-dropdown-toggle {
	background-color: #ffffff00 !important;
	padding: 1px 1px;
	border: none !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	/* Body 3 */
	font-family: var(--Font-Family-Inter, Inter);
	font-size: var(--Font-Size-Body-3, 16px);
	font-style: normal;
	font-weight: 300;
	line-height: var(--Font-Line-Height-Body-3, 26px);
	border: 0px solid #ccc;
}
.lux-product-table-dropdown-toggle svg {
	width: 12px;
	height: 12px;
	transition: transform 0.3s ease;
}
.lux-product-table-dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 0;
	border-radius: 4px;
	overflow: hidden;
	top: 100%; /* Position below the button */
}
.lux-product-table-dropdown-content a {
	color: #2A2929 !important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-decoration: none !important;
}
.lux-product-table-dropdown-content a:hover {
	background-color: #f1f1f1;
}
.lux-product-table-dropdown-content.show {
	display: block;
}

.lux-hidden-row {
    display: none;
}

/* Hide on mobile devices (screens up to 767px wide) */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Hide on tablets (screens between 768px and 1024px wide) */
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}

/* Hide on desktop devices (screens 1025px wide and above) */
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}

#load-more-btn.lux-load-more-btn{
	padding: 12px 24px; 
	border: 2px solid #ccc !important; 
	background-color: #fff !important; 
	margin-top: 20px; 
	cursor: pointer;
}
#load-more-btn.lux-load-more-btn:hover{
	padding: 12px 24px; 
	border: 2px solid rgb(255, 210, 26) !important;
	background-color: #fff !important; 
	margin-top: 20px; 
	cursor: pointer;
}
