/*!
Theme Name: Industrial Welding
Theme URI: https://plasmargon.com/
Author: Plasmargon Development Team
Author URI: https://plasmargon.com/
Description: An industrial B2B WooCommerce theme for overseas welding machine catalogs, shortlist comparison, Finder-guided selection, and quote-first conversion flows.
Version: 2.2.1
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: industrial-welding
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks

Industrial Welding Theme for B2B heavy machinery. Built with Tailwind CSS, WordPress REST API,
and strict WP standards. Perfect for plasma cutter, MIG, and TIG welder product catalogs.
*/

/* ==========================================================================
   Reset & Base - Dark Industrial Theme
   ========================================================================== */

:root {
	--industrial-bg: #020617;
	--industrial-panel: #0f172a;
	--industrial-panel-2: #111827;
	--industrial-border: #1f2937;
	--industrial-copy: #e2e8f0;
	--industrial-muted: #94a3b8;
	--industrial-accent: #f59e0b;
	--industrial-accent-soft: rgba(245, 158, 11, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: var(--industrial-bg);
	color: var(--industrial-copy);
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
	display: block;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #ffffff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }

p {
	margin-bottom: 1.5em;
	color: var(--industrial-copy);
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	border-left: 4px solid #eab308;
	padding-left: 1em;
	color: #9ca3af;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #1f2937;
	border: 1px solid #374151;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: #e5e7eb;
	border-radius: 0.5rem;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #eab308;
}

abbr, acronym {
	border-bottom: 1px dotted #6b7280;
	cursor: help;
}

mark, ins {
	background: rgba(234, 179, 8, 0.2);
	color: #eab308;
	text-decoration: none;
}

big {
	font-size: 125%;
}

hr {
	background-color: #374151;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ==========================================================================
   Elements
   ========================================================================== */

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
	color: #ffffff;
}

dd {
	margin: 0 0 1.5em 1.5em;
}

embed, iframe, object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: 0.75rem 1rem;
	border: 1px solid #374151;
}

table th {
	background-color: #1f2937;
	color: #eab308;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	text-align: left;
}

table td {
	color: #d1d5db;
}

table tr:nth-child(even) {
	background-color: rgba(31, 41, 55, 0.5);
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #eab308;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:visited {
	color: #eab308;
}

a:hover,
a:focus,
a:active {
	color: #facc15;
}

a:focus {
	outline: 2px solid #eab308;
	outline-offset: 2px;
}

a:hover,
a:active {
	outline: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #eab308;
	border: none;
	border-radius: 0.375rem;
	color: #111827;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.75em 1.5em;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #facc15;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #ca8a04;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #f3f4f6;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.375rem;
	padding: 0.625rem 0.875rem;
	font-size: 1rem;
	transition: border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #ffffff;
	border-color: #eab308;
	outline: none;
	box-shadow: 0 0 0 2px rgba(234, 179, 8, 0.2);
}

select {
	background-color: #1f2937;
	border: 1px solid #374151;
	color: #f3f4f6;
	border-radius: 0.375rem;
	padding: 0.625rem 0.875rem;
}

textarea {
	width: 100%;
}

/* ==========================================================================
   Navigation - WordPress menus
   ========================================================================== */

/* Reset default WP menu styles for Tailwind-driven nav */
#site-navigation ul,
#mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation li,
#mobile-menu li {
	position: relative;
}

#site-navigation a,
#mobile-menu a {
	display: block;
	text-decoration: none;
	color: #d1d5db;
	transition: color 0.2s ease;
}

#site-navigation a:hover,
#site-navigation a:focus,
#mobile-menu a:hover,
#mobile-menu a:focus {
	color: #eab308;
}

/* Sub-menus */
#site-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.5rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	padding: 0.5rem 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.2s ease;
}

#site-navigation li:hover > ul,
#site-navigation li.focus > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#site-navigation ul ul a {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

#site-navigation ul ul a:hover {
	background-color: rgba(234, 179, 8, 0.1);
}

#site-navigation ul ul ul {
	top: 0;
	left: 100%;
}

/* Post/Page navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* ==========================================================================
   Posts and Pages
   ========================================================================== */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* ==========================================================================
   Comments
   ========================================================================== */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* ==========================================================================
   Media
   ========================================================================== */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	color: #9ca3af;
	font-size: 0.875rem;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
	display: block;
	color: #9ca3af;
}

/* ==========================================================================
   Plugins
   ========================================================================== */

/* Jetpack infinite scroll */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/* ==========================================================================
   Utilities
   ========================================================================== */

/* Accessibility - screen reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eab308;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #111827;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ==========================================================================
   WP Block Editor Overrides for Dark Theme
   ========================================================================== */

.wp-block-button__link {
	background-color: #eab308;
	color: #111827;
	border-radius: 0.375rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

.wp-block-button__link:hover {
	background-color: #facc15;
	color: #111827;
}

.wp-block-quote {
	border-left-color: #eab308;
	color: #9ca3af;
}

.wp-block-separator {
	border-color: #374151;
}

/* ==========================================================================
   Search Form
   ========================================================================== */

.search-form {
	display: flex;
	align-items: center;
}

.search-form .search-field {
	background-color: #1f2937;
	border: 1px solid #374151;
	color: #f3f4f6;
	padding: 0.5rem 0.75rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	transition: border-color 0.2s ease;
}

.search-form .search-field:focus {
	border-color: #eab308;
	outline: none;
}

.search-form .search-submit {
	margin-left: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

/* ==========================================================================
   Custom Logo
   ========================================================================== */

.custom-logo-link img {
	max-height: 48px;
	width: auto;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.js-loaded .site-main > section {
	animation: fadeInUp 0.6s ease-out;
}

.industrial-product-purchase form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

.industrial-product-purchase form.cart .quantity {
	display: none;
}

.industrial-product-purchase form.cart table.variations,
.industrial-product-purchase form.cart .single_variation_wrap,
.industrial-product-purchase form.cart .woocommerce-variation-add-to-cart {
	width: 100%;
}

.industrial-product-purchase form.cart .single_add_to_cart_button,
.industrial-product-purchase form.cart .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1rem 2rem;
	border: 0;
	border-radius: 0.5rem;
	background: #eab308;
	color: #111827;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.industrial-product-purchase form.cart .single_add_to_cart_button:hover,
.industrial-product-purchase form.cart .added_to_cart:hover {
	background: #facc15;
	color: #111827;
}

.industrial-product-purchase form.cart .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.industrial-product-purchase form.cart .variations select,
.industrial-product-purchase form.cart .variations_button,
.industrial-product-purchase form.cart .reset_variations {
	width: 100%;
}

.industrial-product-purchase form.cart .variations {
	margin-bottom: 0.75rem;
}

.industrial-woocommerce-notices-wrap .woocommerce-notices-wrapper {
	margin: 0;
}

.industrial-woocommerce-notices-wrap .woocommerce-error,
.industrial-woocommerce-notices-wrap .woocommerce-info,
.industrial-woocommerce-notices-wrap .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	margin: 0 0 1rem;
	padding: 1rem 1.25rem;
	border: 1px solid #334155;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.88);
	color: #e2e8f0;
	list-style: none;
}

.industrial-woocommerce-notices-wrap .woocommerce-message,
.woocommerce .woocommerce-message {
	border-color: rgba(245, 158, 11, 0.32);
	background: rgba(245, 158, 11, 0.1);
	color: #fef3c7;
}

.industrial-woocommerce-notices-wrap .woocommerce-error,
.woocommerce .woocommerce-error {
	border-color: rgba(248, 113, 113, 0.3);
	background: rgba(127, 29, 29, 0.24);
	color: #fee2e2;
}

.industrial-woocommerce-notices-wrap .woocommerce-info,
.woocommerce .woocommerce-info {
	border-color: rgba(56, 189, 248, 0.28);
	background: rgba(8, 47, 73, 0.36);
	color: #e0f2fe;
}

.industrial-woocommerce-notices-wrap .woocommerce-error a,
.industrial-woocommerce-notices-wrap .woocommerce-info a,
.industrial-woocommerce-notices-wrap .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
	float: right;
	margin-left: 1rem;
	padding: 0.625rem 1rem;
	border: 1px solid #334155;
	border-radius: 9999px;
	background: rgba(2, 6, 23, 0.9);
	color: #f8fafc;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-error .button:hover {
	border-color: #f59e0b;
	color: #fde68a;
}

.industrial-woocommerce-shell .woocommerce,
.industrial-woocommerce-shell .wc-block-cart,
.industrial-woocommerce-shell .wc-block-checkout,
.industrial-woocommerce-shell .wc-block-components-sidebar,
.industrial-woocommerce-shell .wp-block-woocommerce-cart,
.industrial-woocommerce-shell .wp-block-woocommerce-checkout {
	color: #e2e8f0;
}

.industrial-woocommerce-shell .woocommerce a,
.industrial-woocommerce-shell .wc-block-cart a,
.industrial-woocommerce-shell .wc-block-checkout a {
	color: #fbbf24;
}

.industrial-woocommerce-shell .woocommerce a:hover,
.industrial-woocommerce-shell .wc-block-cart a:hover,
.industrial-woocommerce-shell .wc-block-checkout a:hover {
	color: #fde68a;
}

.industrial-woocommerce-shell .shop_table,
.industrial-woocommerce-shell .woocommerce-table,
.industrial-woocommerce-shell .wc-block-components-order-summary__content,
.industrial-woocommerce-shell .wc-block-checkout__main,
.industrial-woocommerce-shell .wc-block-components-sidebar {
	margin-bottom: 2rem;
	border: 1px solid #1e293b;
	border-radius: 1.5rem;
	background: rgba(15, 23, 42, 0.76);
	overflow: hidden;
}

.industrial-woocommerce-shell .shop_table th,
.industrial-woocommerce-shell .shop_table td,
.industrial-woocommerce-shell .woocommerce-table th,
.industrial-woocommerce-shell .woocommerce-table td {
	border-color: #1e293b;
}

.industrial-woocommerce-shell .product-name a,
.industrial-woocommerce-shell .woocommerce-table__product-name a {
	color: #f8fafc;
	font-weight: 700;
}

.industrial-woocommerce-shell .product-name a:hover,
.industrial-woocommerce-shell .woocommerce-table__product-name a:hover {
	color: #fde68a;
}

.industrial-woocommerce-shell .quantity .qty,
.industrial-woocommerce-shell .wc-block-components-quantity-selector input {
	max-width: 6rem;
}

.industrial-woocommerce-shell .coupon,
.industrial-woocommerce-shell .cart_totals,
.industrial-woocommerce-shell .woocommerce-checkout-review-order,
.industrial-woocommerce-shell #payment,
.industrial-woocommerce-shell .woocommerce-form-login,
.industrial-woocommerce-shell .woocommerce-form-coupon,
.industrial-woocommerce-shell .woocommerce-EditAccountForm,
.industrial-woocommerce-shell .woocommerce-address-fields,
.industrial-woocommerce-shell .woocommerce-order,
.industrial-woocommerce-shell .woocommerce-order-details,
.industrial-woocommerce-shell .woocommerce-customer-details,
.industrial-woocommerce-shell .woocommerce-form-login,
.industrial-woocommerce-shell .woocommerce-form-register {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 1px solid #1e293b;
	border-radius: 1.5rem;
	background: rgba(15, 23, 42, 0.76);
}

.industrial-woocommerce-shell .cart_totals h2,
.industrial-woocommerce-shell .woocommerce-checkout-review-order-table thead th,
.industrial-woocommerce-shell .woocommerce-order-details__title,
.industrial-woocommerce-shell .woocommerce-column__title,
.industrial-woocommerce-shell .woocommerce-MyAccount-content h2,
.industrial-woocommerce-shell .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	color: #f8fafc;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.industrial-woocommerce-shell .woocommerce-cart-form__cart-item .product-remove a,
.industrial-woocommerce-shell .woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(248, 113, 113, 0.32);
	border-radius: 9999px;
	color: #fca5a5 !important;
	font-weight: 700;
}

.industrial-woocommerce-shell .woocommerce-cart-form__cart-item .product-remove a:hover,
.industrial-woocommerce-shell .woocommerce a.remove:hover {
	background: rgba(127, 29, 29, 0.28);
	color: #fecaca !important;
}

.industrial-woocommerce-shell .actions .button,
.industrial-woocommerce-shell .cart_totals .checkout-button,
.industrial-woocommerce-shell #payment #place_order,
.industrial-woocommerce-shell .woocommerce-form-login .button,
.industrial-woocommerce-shell .woocommerce-form-register .button,
.industrial-woocommerce-shell .woocommerce-MyAccount-content .button,
.industrial-woocommerce-shell .wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.875rem;
	background: #f59e0b;
	color: #020617 !important;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.industrial-woocommerce-shell .actions .button:hover,
.industrial-woocommerce-shell .cart_totals .checkout-button:hover,
.industrial-woocommerce-shell #payment #place_order:hover,
.industrial-woocommerce-shell .woocommerce-form-login .button:hover,
.industrial-woocommerce-shell .woocommerce-form-register .button:hover,
.industrial-woocommerce-shell .woocommerce-MyAccount-content .button:hover,
.industrial-woocommerce-shell .wc-block-components-button:hover {
	background: #fbbf24;
	color: #020617 !important;
}

.industrial-woocommerce-shell .actions .button.alt,
.industrial-woocommerce-shell #payment .button.alt,
.industrial-woocommerce-shell .checkout-button.button.alt,
.industrial-woocommerce-shell .wc-block-components-checkout-place-order-button {
	background: #f59e0b;
	color: #020617 !important;
}

.industrial-woocommerce-shell .woocommerce form .form-row label,
.industrial-woocommerce-shell .wc-block-components-text-input label,
.industrial-woocommerce-shell .wc-block-components-combobox label {
	display: block;
	margin-bottom: 0.5rem;
	color: #cbd5e1;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.industrial-woocommerce-shell .woocommerce form .form-row input.input-text,
.industrial-woocommerce-shell .woocommerce form .form-row textarea,
.industrial-woocommerce-shell .woocommerce form .form-row select,
.industrial-woocommerce-shell .select2-container--default .select2-selection--single,
.industrial-woocommerce-shell .select2-container--default .select2-selection--multiple,
.industrial-woocommerce-shell .wc-block-components-text-input input,
.industrial-woocommerce-shell .wc-block-components-combobox-control input {
	min-height: 48px;
	border-color: #334155;
	border-radius: 0.875rem;
	background: rgba(2, 6, 23, 0.85);
	color: #f8fafc;
}

.industrial-woocommerce-shell .woocommerce form .form-row textarea {
	min-height: 140px;
}

.industrial-woocommerce-shell .select2-dropdown {
	border-color: #334155;
	border-radius: 1rem;
	background: #0f172a;
	color: #f8fafc;
}

.industrial-woocommerce-shell .select2-container--default .select2-results__option--highlighted[aria-selected],
.industrial-woocommerce-shell .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: rgba(245, 158, 11, 0.18);
	color: #fde68a;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-navigation ul {
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.875rem 1rem;
	border: 1px solid #334155;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.72);
	color: #e2e8f0;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-navigation .is-active a,
.industrial-woocommerce-shell .woocommerce-MyAccount-navigation a:hover {
	border-color: rgba(245, 158, 11, 0.36);
	background: rgba(245, 158, 11, 0.12);
	color: #fde68a;
}

.industrial-woocommerce-shell .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.industrial-woocommerce-shell .woocommerce-account .addresses .title h3,
.industrial-woocommerce-shell .woocommerce-account .addresses .title .edit {
	float: none;
}

.industrial-woocommerce-shell .woocommerce-account .addresses .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.industrial-woocommerce-shell .woocommerce-order-details,
.industrial-woocommerce-shell .woocommerce-customer-details {
	margin-top: 2rem;
}

.industrial-woocommerce-shell .woocommerce-order-overview {
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
}

.industrial-woocommerce-shell .woocommerce-order-overview li {
	padding: 1rem;
	border: 1px solid #1e293b;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.76);
}

.industrial-woocommerce-shell .woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.5rem;
	color: #f8fafc;
}

.industrial-woocommerce-shell .return-to-shop {
	margin-top: 2rem;
}

.industrial-woocommerce-shell .wc-block-cart__submit-container,
.industrial-woocommerce-shell .wc-block-checkout__actions_row,
.industrial-woocommerce-shell .wc-block-components-totals-wrapper,
.industrial-woocommerce-shell .wc-block-checkout__order-notes,
.industrial-woocommerce-shell .wc-block-components-order-summary {
	background: transparent;
}

@media (max-width: 767px) {
	.industrial-woocommerce-shell {
		padding: 1.25rem;
	}

	.industrial-woocommerce-shell .woocommerce .button,
	.industrial-woocommerce-shell .wc-block-components-button,
	.industrial-woocommerce-shell .cart_totals .checkout-button,
	.industrial-woocommerce-shell #payment #place_order {
		width: 100%;
	}

	.industrial-woocommerce-shell .woocommerce-order-overview,
	.industrial-woocommerce-shell .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}
}

.line-clamp-2,
.line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.industrial-video-embed iframe,
.industrial-video-embed video,
.industrial-video-embed embed,
.industrial-video-embed object {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

.industrial-spec-table {
	margin: 0;
	border-collapse: collapse;
}

.industrial-spec-table th,
.industrial-spec-table td {
	border: 1px solid #1e293b;
	padding: 1rem 1.25rem;
}

.industrial-spec-table th {
	width: 42%;
	background: rgba(15, 23, 42, 0.92);
	color: #94a3b8;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.industrial-spec-table td {
	background: rgba(15, 23, 42, 0.65);
	color: #f8fafc;
	font-weight: 600;
}

.industrial-compare-table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.industrial-compare-table th,
.industrial-compare-table td {
	min-width: 220px;
	border-color: #1e293b;
	padding: 1.25rem;
	vertical-align: top;
}

.industrial-compare-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: rgba(2, 6, 23, 0.98);
}

.industrial-compare-table tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 180px;
	background: rgba(15, 23, 42, 0.98);
	color: #94a3b8;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.industrial-compare-table tbody td {
	background: rgba(15, 23, 42, 0.74);
	color: #e2e8f0;
}

.industrial-compare-table tbody tr:nth-child(even) td {
	background: rgba(15, 23, 42, 0.92);
}

.industrial-compare-table-wrap {
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #475569 rgba(15, 23, 42, 0.6);
}

.industrial-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 45;
	padding: 0 1rem 1rem;
	pointer-events: none;
}

.industrial-sticky-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0.875rem 1rem;
	border: 1px solid rgba(245, 158, 11, 0.16);
	border-radius: 1rem;
	background: rgba(2, 6, 23, 0.92);
	backdrop-filter: blur(16px);
	box-shadow: 0 20px 50px rgba(2, 6, 23, 0.45);
	pointer-events: auto;
}

.industrial-sticky-cta__copy {
	min-width: 0;
}

.industrial-sticky-cta__eyebrow {
	margin: 0 0 0.25rem;
	color: #f59e0b;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.industrial-sticky-cta__title {
	margin: 0;
	color: #f8fafc;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.industrial-sticky-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.industrial-sticky-cta__primary,
.industrial-sticky-cta__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 0.875rem 1.25rem;
	border-radius: 0.875rem;
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
}

.industrial-sticky-cta__primary {
	background: #f59e0b;
	color: #020617;
}

.industrial-sticky-cta__primary:hover,
.industrial-sticky-cta__primary:focus {
	background: #fbbf24;
	color: #020617;
}

.industrial-sticky-cta__secondary {
	border: 1px solid #334155;
	background: rgba(15, 23, 42, 0.72);
	color: #f8fafc;
}

.industrial-sticky-cta__secondary:hover,
.industrial-sticky-cta__secondary:focus {
	border-color: #f59e0b;
	color: #fde68a;
}

.single-product .site-main {
	padding-bottom: 6rem;
}

.admin-bar .industrial-sticky-cta {
	bottom: 32px;
}

.finder-step--active {
	animation: fadeInUp 0.35s ease-out;
}

.finder-step--invalid .finder-choice input + span {
	border-color: rgba(251, 191, 36, 0.55);
	box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.24);
}

.finder-choice input:focus + span {
	border-color: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

/* Keep filled amber CTA labels dark across hover/focus/visited states. */
.industrial-site a.bg-amber-400,
.industrial-site a.bg-amber-400:visited,
.industrial-site a.bg-amber-400:hover,
.industrial-site a.bg-amber-400:focus,
.industrial-site a.bg-amber-400:active,
.industrial-site button.bg-amber-400,
.industrial-site button.bg-amber-400:hover,
.industrial-site button.bg-amber-400:focus,
.industrial-site button.bg-amber-400:active {
	color: #020617 !important;
}

.line-clamp-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 782px) {
	.admin-bar .industrial-sticky-cta {
		bottom: 46px;
	}
}

@media (max-width: 767px) {
	.industrial-video-embed iframe,
	.industrial-video-embed video,
	.industrial-video-embed embed,
	.industrial-video-embed object {
		min-height: 260px;
	}

	.industrial-sticky-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.industrial-sticky-cta__title {
		white-space: normal;
	}

	.industrial-sticky-cta__actions {
		width: 100%;
	}

	.industrial-sticky-cta__primary,
	.industrial-sticky-cta__secondary {
		flex: 1 1 0;
		width: 100%;
	}
}
