/**
 * Hello Elementor Child Custom Stylesheet
 *
 * Add your custom CSS styles here.
 */

.category-filter {
	max-height: 80vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * WooCommerce Product Specifications, Applications, Key Features, Models & Ratings & Suitable For Tab Styling
 */
.woocommerce-Tabs-panel--specifications,
.product-specifications-container,
.woocommerce-Tabs-panel--applications,
.product-applications-container,
.woocommerce-Tabs-panel--key_features,
.product-key-features-container,
.woocommerce-Tabs-panel--models_ratings,
.product-models-ratings-container,
.woocommerce-Tabs-panel--suitable_for,
.product-suitable-for-container {
	padding: 1rem 0;
}

.product-specifications-container h2,
.product-applications-container h2,
.product-key-features-container h2,
.product-models-ratings-container h2,
.product-suitable-for-container h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
	color: #0a2e4e;
}

.product-specifications-content table,
.product-models-ratings-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.product-specifications-content table th,
.product-specifications-content table td,
.product-models-ratings-content table th,
.product-models-ratings-content table td {
	padding: 0.75rem 1rem;
	border: 1px solid #e5e7eb;
	text-align: left;
}

.product-specifications-content table th,
.product-models-ratings-content table th {
	background-color: #f9fafb;
	font-weight: 600;
	color: #374151;
}

.product-specifications-content table tr:nth-child(even) td,
.product-models-ratings-content table tr:nth-child(even) td {
	background-color: #f9fafb;
}

.product-specifications-content ul,
.product-specifications-content ol,
.product-applications-content ul,
.product-applications-content ol,
.product-key-features-content ul,
.product-key-features-content ol,
.product-models-ratings-content ul,
.product-models-ratings-content ol,
.product-suitable-for-content ul,
.product-suitable-for-content ol {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.product-specifications-content li,
.product-applications-content li,
.product-key-features-content li,
.product-models-ratings-content li,
.product-suitable-for-content li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
	color: #334155;
}




.suitable-for-disclaimer {
	font-size: 0.875rem;
	color: #64748b;
	font-style: italic;
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #e2e8f0;
}

/**
 * WooCommerce Single Product Tabs - Brand Redesign
 * Matches Electro Power Enterprise Brand Identity (#0f4c81 Navy Blue & #f58220 Accent Orange)
 */
.woocommerce div.product .woocommerce-tabs,
.woocommerce-tabs {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

/* Tab Navigation Bar */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 -1px 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-bottom: 2px solid #e2e8f0 !important;
	background: transparent !important;
	position: relative;
	z-index: 2;
}

/* Remove default WooCommerce pseudo elements */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after {
	display: none !important;
}

/* Individual Tab Button */
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e2e8f0 !important;
	border-bottom: none !important;
	border-radius: 8px 8px 0 0 !important;
	background-color: #f5f8fc !important;
	transition: all 0.25s ease-in-out !important;
	position: relative;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

/* Tab Link */
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
	display: inline-block !important;
	padding: 0.85rem 1.6rem !important;
	font-family: "Inter", "Montserrat", system-ui, -apple-system, sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: #475569 !important;
	text-decoration: none !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	transition: color 0.2s ease-in-out !important;
}

/* Hover State */
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce-tabs ul.tabs li:hover {
	background-color: #edf2f7 !important;
	border-color: #cbd5e1 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li:hover a {
	color: #0f4c81 !important;
}

/* Active State */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active {
	background-color: #ffffff !important;
	border-color: #e2e8f0 !important;
	border-top: 3px solid #f58220 !important;
	margin-bottom: -2px !important;
	box-shadow: 0 -4px 12px rgba(15, 76, 129, 0.08) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
	color: #0f4c81 !important;
	font-weight: 700 !important;
}

/* Tab Panel Content Box */
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-tabs .panel {
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-top: none !important;
	border-radius: 0 0 12px 12px !important;
	padding: 2rem 1.85rem !important;
	margin: 0 0 2rem 0 !important;
	box-shadow: 0 12px 28px -8px rgba(15, 76, 129, 0.08) !important;
	position: relative;
	z-index: 1;
}

/* Mobile Responsiveness for Tabs */
@media (max-width: 768px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce-tabs ul.tabs {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		padding-bottom: 4px !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce-tabs ul.tabs li a {
		padding: 0.75rem 1.15rem !important;
		font-size: 0.875rem !important;
		white-space: nowrap !important;
	}

	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce-tabs .panel {
		padding: 1.25rem 1.15rem !important;
		border-radius: 0 0 10px 10px !important;
	}
}




/**
 * Unpriced Product ("Request a Quote") Button Styling
 */
.unpriced-product-quote-wrapper {
	margin: 1.25rem 0;
}

.inquire-product-button,
a.button.inquire-product-button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: #1d4ed8;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.2s ease, transform 0.1s ease;
	text-align: center;
}

.inquire-product-button:hover,
a.button.inquire-product-button:hover {
	background-color: #1e40af;
	color: #ffffff !important;
	text-decoration: none;
}

.unpriced-product-label {
	font-weight: 600;
	color: #4b5563;
	font-style: italic;
}

/**
 * Elementor Widget: Request a Quote Button Wrapper
 */
.hello-elementor-quote-button-wrapper {
	margin: 0;
}

.hello-elementor-quote-button-wrapper.align-left {
	text-align: left;
}

.hello-elementor-quote-button-wrapper.align-center {
	text-align: center;
}

.hello-elementor-quote-button-wrapper.align-right {
	text-align: right;
}

.hello-elementor-quote-button-wrapper.align-justify .elementor-quote-btn {
	width: 100%;
	display: block;
}

.elementor-quote-btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: #1d4ed8;
	color: #ffffff;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.elementor-quote-btn:hover {
	background-color: #1e40af;
	color: #ffffff;
	text-decoration: none;
}

/**
 * WooCommerce Quantity Plus/Minus Buttons Styling
 */
.woocommerce div.product form.cart .quantity,
.woocommerce .quantity {
	display: inline-flex !important;
	align-items: center;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	overflow: hidden;
	background-color: #ffffff;
	margin-right: 0.75rem;
}

.woocommerce div.product form.cart .quantity .qty,
.woocommerce .quantity input.qty {
	width: 48px !important;
	height: 42px !important;
	text-align: center !important;
	border: none !important;
	background: transparent !important;
	font-weight: 600;
	font-size: 1rem;
	color: #1f2937;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;

	/* Hide native browser spin arrows */
	-moz-appearance: textfield;
}

.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 42px;
	background-color: #f3f4f6;
	color: #374151;
	font-size: 1.2rem;
	font-weight: 600;
	border: none;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.quantity-btn:hover {
	background-color: #e5e7eb;
	color: #111827;
}

.quantity-btn:focus {
	outline: none;
	background-color: #d1d5db;
}

.quantity-btn.qty-minus {
	border-right: 1px solid #e5e7eb;
}

.quantity-btn.qty-plus {
	border-left: 1px solid #e5e7eb;
}



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price:empty, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price:empty{
	display: none;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: auto !important;
}
.woocommerce div.product form.cart table td{
	padding: 15px !important;
	vertical-align: middle !important;
}
.woocommerce div.product form.cart table td a{
	font-size: 16px;
	font-weight: 600;
}

/**
 * Interactive Full-Width 2-Column Product Category Mega Menu (Reference Matched)
 */
.hello-mega-menu-wrapper {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(15, 76, 129, 0.12);
	box-shadow: 0 20px 40px -15px rgba(15, 76, 129, 0.15);
	overflow: hidden;
	position: relative;
}

.hello-mega-menu-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #f58220 0%, #0f4c81 100%);
	z-index: 10;
}

.hello-mega-menu-container {
	display: flex;
	flex-direction: row;
	min-height: 400px;
	max-height: 560px;
}

/* Left Column: Categories List */
.hello-mega-menu-cats-col {
	flex: 0 0 28%;
	max-width: 28%;
	background-color: #f5f8fc;
	border-right: 1px solid #e5e7eb;
	padding: 0.85rem 0;
	overflow-y: auto;
}

.hello-mega-menu-cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hello-mega-menu-cat-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.9rem 1.35rem;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border-left: 4px solid transparent;
	font-size: 0.95rem;
	font-weight: 500;
	color: #334155;
	position: relative;
}

.hello-mega-menu-cat-item:hover {
	background-color: #edf2f7;
	color: #0f4c81;
}

.hello-mega-menu-cat-item.active {
	background-color: #ffffff;
	color: #0f4c81;
	border-left-color: #f58220;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(15, 76, 129, 0.05);
}

.hello-mega-menu-cat-arrow {
	font-size: 1.3rem;
	line-height: 1;
	color: #94a3b8;
	transition: transform 0.2s ease, color 0.2s ease;
}

.hello-mega-menu-cat-item:hover .hello-mega-menu-cat-arrow,
.hello-mega-menu-cat-item.active .hello-mega-menu-cat-arrow {
	color: #f58220;
	transform: translateX(4px);
}

/* Right Column: Products Display Grid Panels */
.hello-mega-menu-products-col {
	flex: 1;
	padding: 1.75rem;
	background: #ffffff;
	overflow-y: auto;
}

.hello-mega-menu-panel {
	display: none;
	animation: megaMenuFadeIn 0.25s ease-in-out;
}

@keyframes megaMenuFadeIn {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hello-mega-menu-panel.active {
	display: block;
}

.hello-mega-menu-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 1.25rem;
}

/* Minimalist Product Card (Image + Title only) */
.hello-mega-menu-product-card {
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.85rem;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease;
	background: #ffffff;
	height: 100%;
	box-sizing: border-box;
}

.hello-mega-menu-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px -6px rgba(15, 76, 129, 0.12);
	border-color: #f58220;
}

.hello-mega-menu-product-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	overflow: hidden;
	background-color: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.75rem;
	border: 1px solid #f1f5f9;
}

.hello-mega-menu-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.hello-mega-menu-product-card:hover .hello-mega-menu-product-image img {
	transform: scale(1.06);
}

.hello-mega-menu-product-title {
	font-size: 0.875rem;
	font-weight: 600;
	color: #0a2e4e;
	margin: 0;
	line-height: 1.35;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.hello-mega-menu-product-card:hover .hello-mega-menu-product-title {
	color: #f58220;
}

.hello-mega-menu-no-products {
	color: #64748b;
	font-style: italic;
	margin: 1rem 0;
}

.hello-mega-menu-mobile-back {
	display: none;
}

@media (max-width: 768px) {
	.hello-mega-menu-wrapper {
		overflow: hidden;
		border-radius: 10px;
		max-width: 100%;
		box-sizing: border-box;
	}

	.hello-mega-menu-container {
		display: flex;
		flex-direction: row;
		width: 200%;
		max-width: 200%;
		min-height: 360px;
		max-height: 520px;
		box-sizing: border-box;
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.hello-mega-menu-container.show-products {
		transform: translateX(-50%);
	}

	.hello-mega-menu-cats-col {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		border-right: 1px solid #e2e8f0;
		box-sizing: border-box;
		padding: 0.75rem 0.35rem;
	}

	.hello-mega-menu-products-col {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		padding: 0.85rem 0.65rem;
		box-sizing: border-box;
		overflow-x: hidden;
	}

	.hello-mega-menu-mobile-back {
		display: inline-flex;
		align-items: center;
		gap: 0.4rem;
		background-color: #f1f5f9;
		color: #0f4c81;
		border: 1px solid #e2e8f0;
		padding: 0.5rem 0.75rem;
		border-radius: 6px;
		font-size: 0.825rem;
		font-weight: 600;
		cursor: pointer;
		margin-bottom: 0.85rem;
		transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	}

	.hello-mega-menu-mobile-back:hover,
	.hello-mega-menu-mobile-back:active {
		background-color: #f58220;
		color: #ffffff;
		border-color: #f58220;
	}

	.hello-mega-menu-mobile-back .back-arrow {
		font-size: 1.05rem;
		line-height: 1;
	}

	.hello-mega-menu-products-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
		width: 100%;
		box-sizing: border-box;
	}

	.hello-mega-menu-product-card {
		padding: 0.6rem 0.4rem;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.hello-mega-menu-product-image {
		margin-bottom: 0.5rem;
		border-radius: 6px;
	}

	.hello-mega-menu-product-title {
		font-size: 0.78rem;
		line-height: 1.25;
		word-break: break-word;
		padding: 0 0.15rem;
	}
}

/**
 * Desktop Main Menu Navigation Styling (Reference Site Matched)
 * Reference: https://electropowerenterprise.vercel.app/
 */
/* Max Mega Menu Wrap Container Bar */
.mega-menu-wrap,
#mega-menu-wrap-primary_menu,
.mega-menu-primary {
}

@media (min-width: 769px) {
	/* Main Header Nav Item Links (Strictly Scoped to Header) */
	.site-header .main-navigation ul.menu > li > a,
	.site-header .elementor-nav-menu > li > a,
	header .elementor-nav-menu > li > a,
	.elementor-location-header .elementor-nav-menu > li > a,
	[data-elementor-type="header"] .elementor-nav-menu > li > a,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link,
	.mega-menu-primary #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
		font-family: "Inter", "Montserrat", system-ui, -apple-system, sans-serif !important;
		font-size: 0.95rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.02em !important;
		color: #ffffff !important;
		background-color: transparent !important;
		padding: 0.85rem 1.35rem !important;
		transition: all 0.25s ease-in-out !important;
		position: relative !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 0.4rem !important;
		border-radius: 4px !important;
		text-decoration: none !important;
	}

	/* Arrow Indicators */
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link span.mega-indicator,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link::after {
		color: #f58220 !important;
		font-weight: 700 !important;
	}

	/* Hover & Active States (Header Only) */
	.site-header .main-navigation ul.menu > li:hover > a,
	.site-header .elementor-nav-menu > li:hover > a,
	header .elementor-nav-menu > li:hover > a,
	.elementor-location-header .elementor-nav-menu > li:hover > a,
	[data-elementor-type="header"] .elementor-nav-menu > li:hover > a,
	.site-header .elementor-nav-menu > li.current-menu-item > a,
	header .elementor-nav-menu > li.current-menu-item > a,
	.elementor-location-header .elementor-nav-menu > li.current-menu-item > a,
	[data-elementor-type="header"] .elementor-nav-menu > li.current-menu-item > a,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:hover > a.mega-menu-link,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
		color: #ffffff !important;
		background-color: #0f4c81 !important;
	}

	/* Active Bottom Accent Line Indicator (Header Only) */
	.site-header .main-navigation ul.menu > li > a::after,
	.site-header .elementor-nav-menu > li > a::after,
	header .elementor-nav-menu > li > a::after,
	.elementor-location-header .elementor-nav-menu > li > a::after,
	[data-elementor-type="header"] .elementor-nav-menu > li > a::after,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 3px;
		background: #f58220;
		border-radius: 2px;
		transition: all 0.25s ease-in-out;
		transform: translateX(-50%);
	}

	.site-header .main-navigation ul.menu > li:hover > a::after,
	.site-header .elementor-nav-menu > li:hover > a::after,
	header .elementor-nav-menu > li:hover > a::after,
	.elementor-location-header .elementor-nav-menu > li:hover > a::after,
	[data-elementor-type="header"] .elementor-nav-menu > li:hover > a::after,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:hover > a.mega-menu-link::after,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
		width: 85%;
	}

	/* Submenu Dropdown Panel Styling */
	.site-header .main-navigation ul.menu ul,
	.site-header .elementor-nav-menu--dropdown,
	header .elementor-nav-menu--dropdown,
	.elementor-location-header .elementor-nav-menu--dropdown,
	[data-elementor-type="header"] .elementor-nav-menu--dropdown,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > ul.mega-sub-menu {
		background: #ffffff !important;
		border-radius: 12px !important;
		border: 1px solid rgba(15, 76, 129, 0.12) !important;
		border-top: 3px solid #f58220 !important;
		box-shadow: 0 20px 40px -15px rgba(15, 76, 129, 0.2) !important;
		padding: 0.6rem !important;
	}

	/* Submenu Link Items */
	.site-header .main-navigation ul.menu ul li a,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > ul.mega-sub-menu a.mega-menu-link {
		color: #334155 !important;
		font-weight: 500 !important;
		font-size: 0.9rem !important;
		border-radius: 6px !important;
		padding: 0.65rem 1rem !important;
		transition: all 0.2s ease-in-out !important;
	}

	.site-header .main-navigation ul.menu ul li:hover > a,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > ul.mega-sub-menu a.mega-menu-link:hover {
		color: #0f4c81 !important;
		background-color: #f5f8fc !important;
		padding-left: 1.25rem !important;
	}

	/**
	 * Mega Menu Shortcode 100% Full-Width Body & Viewport Stretch
	 * Centers and expands mega menu across full screen body width
	 */
	.mega-menu-wrap,
	#mega-menu-wrap-primary_menu,
	.site-header .elementor-widget-nav-menu,
	header .elementor-widget-nav-menu,
	.elementor-location-header,
	header .elementor-container,
	header .e-con-inner {
		overflow: visible !important;
	}

	#mega-menu-wrap-primary_menu #mega-menu-primary_menu,
	.mega-menu-primary #mega-menu-primary_menu,
	.site-header .main-navigation,
	.site-header .elementor-nav-menu,
	header .elementor-nav-menu {
		position: relative !important;
	}

	.has-hello-mega-menu-dropdown,
	.site-header ul.menu li:has(.hello-mega-menu-wrapper) > ul,
	header .elementor-nav-menu li:has(.hello-mega-menu-wrapper) > ul,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.has-hello-mega-menu-parent > ul.mega-sub-menu,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:has(.hello-mega-menu-wrapper) > ul.mega-sub-menu {
		position: absolute !important;
		top: 100% !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
		width: 100vw !important;
		max-width: 100vw !important;
		min-width: 100vw !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: none !important;
		box-shadow: none !important;
		overflow: visible !important;
		z-index: 999999 !important;
		box-sizing: border-box !important;
	}

	.hello-mega-menu-wrapper {
		width: 100vw !important;
		max-width: 100vw !important;
		border-radius: 0 0 16px 16px !important;
		border-left: none !important;
		border-right: none !important;
		margin: 0 !important;
		box-shadow: 0 24px 50px -12px rgba(15, 76, 129, 0.25) !important;
		box-sizing: border-box !important;
	}

	.has-hello-mega-menu-dropdown > li,
	ul.mega-sub-menu:has(.hello-mega-menu-wrapper) > li,
	ul.sub-menu:has(.hello-mega-menu-wrapper) > li {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: none !important;
		box-shadow: none !important;
	}

	.has-hello-mega-menu-parent:hover > .has-hello-mega-menu-dropdown,
	.has-hello-mega-menu-parent:hover > ul,
	li.menu-item:has(.hello-mega-menu-wrapper):hover > ul,
	li.mega-menu-item:has(.hello-mega-menu-wrapper):hover > ul,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.has-hello-mega-menu-parent:hover > ul.mega-sub-menu,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:has(.hello-mega-menu-wrapper):hover > ul.mega-sub-menu,
	#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:hover > ul.mega-sub-menu:has(.hello-mega-menu-wrapper) {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}
}

/**
 * Footer Menu Styling Reset - Remove Button/Background Highlights
 */
footer .elementor-nav-menu > li > a,
footer .elementor-nav-menu > li:hover > a,
footer .elementor-nav-menu > li.current-menu-item > a,
footer .elementor-nav-menu > li.current_page_item > a,
.site-footer .elementor-nav-menu > li > a,
.site-footer .elementor-nav-menu > li:hover > a,
.site-footer .elementor-nav-menu > li.current-menu-item > a,
.site-footer .elementor-nav-menu > li.current_page_item > a,
.elementor-location-footer .elementor-nav-menu > li > a,
.elementor-location-footer .elementor-nav-menu > li:hover > a,
.elementor-location-footer .elementor-nav-menu > li.current-menu-item > a,
.elementor-location-footer .elementor-nav-menu > li.current_page_item > a,
[data-elementor-type="footer"] .elementor-nav-menu > li > a,
[data-elementor-type="footer"] .elementor-nav-menu > li:hover > a,
[data-elementor-type="footer"] .elementor-nav-menu > li.current-menu-item > a,
[data-elementor-type="footer"] .elementor-nav-menu > li.current_page_item > a,
footer ul.menu > li > a,
footer ul.menu > li:hover > a,
footer ul.menu > li.current-menu-item > a,
.site-footer ul.menu > li > a,
.site-footer ul.menu > li:hover > a,
.site-footer ul.menu > li.current-menu-item > a,
.elementor-location-footer ul.menu > li > a,
.elementor-location-footer ul.menu > li:hover > a,
.elementor-location-footer ul.menu > li.current-menu-item > a,
[data-elementor-type="footer"] ul.menu > li > a,
[data-elementor-type="footer"] ul.menu > li:hover > a,
[data-elementor-type="footer"] ul.menu > li.current-menu-item > a {
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0.35rem 0 !important;
}

footer .elementor-nav-menu > li > a::after,
.site-footer .elementor-nav-menu > li > a::after,
.elementor-location-footer .elementor-nav-menu > li > a::after,
[data-elementor-type="footer"] .elementor-nav-menu > li > a::after {
	display: none !important;
}

footer .elementor-nav-menu > li:hover > a,
.site-footer .elementor-nav-menu > li:hover > a,
.elementor-location-footer .elementor-nav-menu > li:hover > a,
[data-elementor-type="footer"] .elementor-nav-menu > li:hover > a,
footer ul.menu > li:hover > a,
.site-footer ul.menu > li:hover > a,
.elementor-location-footer ul.menu > li:hover > a,
[data-elementor-type="footer"] ul.menu > li:hover > a {
	color: #f58220 !important;
}

/**
 * Manual Shipping Calculation Notice Styling
 */
.manual-shipping-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	background-color: #f5f8fc;
	border-left: 4px solid #f58220;
	border-radius: 8px;
	padding: 0.85rem 1.15rem;
	margin: 1.25rem 0;
	color: #0a2e4e;
	font-size: 0.925rem;
	line-height: 1.45;
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.05);
	box-sizing: border-box;
}

.manual-shipping-notice .shipping-notice-icon {
	font-size: 1.25rem;
	line-height: 1;
	flex-shrink: 0;
}

.single-product-shipping-notice {
	margin: 1rem 0 1.25rem;
	font-weight: 500;
}

.checkout-shipping-notice {
	margin-bottom: 1.5rem;
}

.thankyou-shipping-notice {
	display: block;
	margin: 1.5rem 0 2rem;
	padding: 1.25rem 1.5rem;
	background-color: #f8fafc;
	border-left-color: #0f4c81;
}

.thankyou-shipping-notice h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	color: #0a2e4e;
	font-weight: 700;
}

.thankyou-shipping-notice p {
	margin: 0;
	color: #334155;
	line-height: 1.5;
}

/**
 * Electro Power Enterprise Brand Description Tab Typography & Color System
 * (#0a2e4e Navy, #f58220 Accent Orange, Inter / Montserrat Typography)
 */
.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--description p,
.woocommerce-Tabs-panel--description div,
.entry-content .woocommerce-Tabs-panel--description {
	font-family: "Inter", "Montserrat", system-ui, -apple-system, sans-serif !important;
	font-size: 1rem !important;
	line-height: 1.65 !important;
	color: #334155 !important;
}

.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3 {
	font-family: "Inter", "Montserrat", system-ui, -apple-system, sans-serif !important;
	color: #0a2e4e !important;
	font-weight: 700 !important;
	font-size: 1.25rem !important;
	margin-top: 1.65rem !important;
	margin-bottom: 0.85rem !important;
	padding-bottom: 0.4rem !important;
	border-bottom: 2px solid #f58220 !important;
	display: inline-block !important;
	letter-spacing: -0.01em !important;
}

.woocommerce-Tabs-panel--description p:first-of-type {
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	color: #0f4c81 !important;
}

.woocommerce-Tabs-panel--description ul {
	margin-top: 0.75rem !important;
	margin-bottom: 1.35rem !important;
	padding-left: 1.5rem !important;
	list-style-type: disc !important;
}

.woocommerce-Tabs-panel--description li {
	font-size: 0.975rem !important;
	color: #334155 !important;
	margin-bottom: 0.45rem !important;
	line-height: 1.6 !important;
}

.woocommerce-Tabs-panel--description table.product-data-table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin-top: 1.25rem !important;
	margin-bottom: 1.85rem !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.06) !important;
}

.woocommerce-Tabs-panel--description table.product-data-table th {
	background-color: #0a2e4e !important;
	color: #ffffff !important;
	font-family: "Inter", "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	font-size: 0.925rem !important;
	padding: 0.85rem 1rem !important;
	text-align: left !important;
	border: 1px solid #0f4c81 !important;
}

.woocommerce-Tabs-panel--description table.product-data-table td {
	padding: 0.75rem 1rem !important;
	border: 1px solid #e2e8f0 !important;
	font-size: 0.925rem !important;
	color: #334155 !important;
	background-color: #ffffff !important;
}

.woocommerce-Tabs-panel--description table.product-data-table tr:nth-child(even) td {
	background-color: #f8fafc !important;
}

.woocommerce-Tabs-panel--description table.product-data-table tr:hover td {
	background-color: #f1f5f9 !important;
}

/**
 * WooCommerce Single Product Image & Gallery Thumbnails Redesign
 * Matches Electro Power Enterprise Brand Identity (#0f4c81 Navy Blue & #f58220 Accent Orange)
 */

/* Main Featured Product Image Container */
.woocommerce div.product div.images,
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 2rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper {
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background-color: #ffffff;
	box-shadow: 0 10px 30px -8px rgba(15, 76, 129, 0.1);
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin-bottom: 1.25rem !important;
}

/* Featured Main Image */
.woocommerce div.product div.images img,
.woocommerce-product-gallery__image img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: contain !important;
	display: block;
	transition: transform 0.35s ease-in-out;
	border-radius: 12px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:hover img {
	transform: scale(1.04);
}

/* Gallery Zoom Search Icon Trigger */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
	width: 38px;
	height: 38px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(15, 76, 129, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	border: 1px solid #e2e8f0;
	text-decoration: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
	background-color: #0f4c81;
	color: #ffffff;
	transform: scale(1.08);
}

/* Product Gallery Thumbnails Row - Anti-Clipping Clearance */
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-product-gallery .flex-control-thumbs,
.woocommerce-product-gallery ol.flex-control-nav {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	margin: 22px 0 0 0 !important;
	padding: 4px !important;
	list-style: none !important;
	overflow: visible !important;
}

/* Individual Gallery Thumbnail List Item */
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce-product-gallery ol.flex-control-nav li {
	flex: 0 0 calc(20% - 10px) !important;
	max-width: calc(20% - 10px) !important;
	margin: 0 !important;
	padding: 2px !important;
	border-radius: 10px !important;
	border: 2px solid #cbd5e1 !important;
	background-color: #ffffff !important;
	cursor: pointer;
	box-sizing: border-box !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	overflow: visible !important;
	position: relative;
}

/* Thumbnail Image */
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce-product-gallery .flex-control-thumbs li img,
.woocommerce-product-gallery ol.flex-control-nav li img {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
	display: block !important;
	opacity: 0.85 !important;
	border-radius: 6px !important;
	transition: opacity 0.25s ease, transform 0.25s ease !important;
}

/* Thumbnail Hover State */
.woocommerce div.product div.images .flex-control-thumbs li:hover,
.woocommerce-product-gallery .flex-control-thumbs li:hover {
	border-color: #0f4c81 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.18) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover img,
.woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1 !important;
}

/* Active Thumbnail State (Selected Image - Fix Crop Issue) */
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li.flex-active,
.woocommerce-product-gallery ol.flex-control-nav li .flex-active {
	opacity: 1 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active),
.woocommerce div.product div.images .flex-control-thumbs li.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li.flex-active,
.woocommerce-product-gallery ol.flex-control-nav li.flex-active {
	border: 2px solid #f58220 !important;
	outline: 1px solid #f58220 !important;
	outline-offset: 0px !important;
	box-shadow: 0 4px 14px rgba(245, 130, 32, 0.25) !important;
	transform: translateY(-2px);
}

/* Mobile Responsive Gallery Thumbnails */
@media (max-width: 768px) {
	.woocommerce div.product div.images .flex-control-thumbs li,
	.woocommerce-product-gallery .flex-control-thumbs li,
	.woocommerce-product-gallery ol.flex-control-nav li {
		flex: 0 0 calc(25% - 10px) !important;
		max-width: calc(25% - 10px) !important;
	}
}

