﻿.phx-industrial-ready {
	--phx-green: #1f6f8b;
	--phx-green-dark: #10243b;
	--phx-leaf: #18a7b8;
	--phx-yellow: #f2b84b;
	--phx-ink: #172233;
	--phx-muted: #647184;
	--phx-line: #dbe4ec;
	--phx-soft: #f4f7fa;
	background:
		linear-gradient(180deg, rgba(244, 247, 250, 0.9), #ffffff 420px),
		#f7f9fb;
	color: var(--phx-ink);
}

.phx-industrial-shell,
.phx-industrial-home,
.phx-page,
.phx-single-assurance {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 32px));
}

.phx-industrial-topbar {
	background: var(--phx-green-dark);
	color: #fff;
	font-size: 14px;
}

.phx-industrial-topbar .phx-industrial-shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.phx-industrial-topbar a {
	color: var(--phx-yellow);
	font-weight: 800;
	text-decoration: none;
}

.phx-industrial-ready .site-header,
.phx-industrial-ready .ast-primary-header-bar {
	background: #fff;
	border-bottom: 1px solid var(--phx-line);
	box-shadow: 0 10px 28px rgba(16, 36, 59, 0.08);
}

.phx-industrial-ready .main-header-menu .menu-link,
.phx-industrial-ready .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--phx-ink);
	font-weight: 750;
}

.phx-industrial-ready .main-header-menu .menu-link:hover,
.phx-industrial-ready .ast-builder-menu-1 .menu-item > .menu-link:hover {
	color: var(--phx-green);
}

.phx-industrial-ready .site-title a {
	color: var(--phx-green-dark);
	font-weight: 900;
}

.phx-cart-count {
	align-items: center;
	background: var(--phx-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	min-width: 20px;
	padding: 0 6px;
	vertical-align: middle;
}

.phx-industrial-footer .phx-cart-count {
	background: var(--phx-yellow);
	color: var(--phx-green-dark);
}

.phx-hero {
	background:
		linear-gradient(90deg, rgba(16, 36, 59, 0.96) 0%, rgba(16, 36, 59, 0.86) 38%, rgba(31, 111, 139, 0.44) 72%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) 0 0 / 34px 34px,
		linear-gradient(225deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%) 0 0 / 34px 34px,
		url("https://industrial.phoenixfiremart.com/wp-content/uploads/2026/06/industrial-products-hero-banner-hd.png") center / cover;
	border-radius: 8px;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-top: 22px;
	min-height: 430px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 68px);
	position: relative;
}
.phx-hero::after {
	background:
		linear-gradient(90deg, transparent, rgba(242, 184, 75, 0.16), transparent),
		radial-gradient(circle at 78% 20%, rgba(24, 167, 184, 0.24), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.phx-hero > * {
	position: relative;
	z-index: 1;
}

.phx-hero__copy {
	align-self: center;
	color: #fff;
	max-width: 650px;
}

.phx-hero__copy span,
.phx-page-hero span,
.phx-content-band span {
	color: var(--phx-yellow);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.phx-hero h1,
.phx-page-hero h1 {
	color: inherit;
	font-size: clamp(38px, 6vw, 66px);
	line-height: 1.02;
	margin: 0 0 16px;
}

.phx-hero p,
.phx-page-hero p {
	color: inherit;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 640px;
}

.phx-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.phx-button,
.phx-industrial-ready .button,
.phx-industrial-ready button.button,
.phx-industrial-ready .added_to_cart,
.phx-industrial-ready .single_add_to_cart_button {
	align-items: center;
	background: var(--phx-green);
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	text-decoration: none;
}

.phx-button:hover,
.phx-industrial-ready .button:hover,
.phx-industrial-ready button.button:hover,
.phx-industrial-ready .single_add_to_cart_button:hover {
	background: var(--phx-green-dark);
	color: #fff;
}

.phx-button--light {
	background: #fff;
	color: var(--phx-green-dark);
}

.phx-hero__panel {
	align-self: end;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(219, 228, 236, 0.92);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(16, 36, 59, 0.18);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
}

.phx-hero__panel strong {
	color: var(--phx-green-dark);
	font-size: 24px;
	line-height: 1.18;
}

.phx-hero__panel span {
	color: var(--phx-muted);
	line-height: 1.5;
}

.phx-hero__panel-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 10px;
}

.phx-hero__panel-grid small {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 6px;
	color: var(--phx-green-dark);
	font-size: 12px;
	font-weight: 900;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
}

.phx-industrial-metrics {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(16, 36, 59, 0.08);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: -28px auto 24px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.phx-industrial-metrics div {
	padding: 20px 22px;
	position: relative;
}

.phx-industrial-metrics div + div {
	border-left: 1px solid var(--phx-line);
}

.phx-industrial-metrics strong,
.phx-industrial-metrics span {
	display: block;
}

.phx-industrial-metrics strong {
	color: var(--phx-green-dark);
	font-size: 26px;
	line-height: 1;
}

.phx-industrial-metrics span {
	color: var(--phx-muted);
	font-size: 13px;
	font-weight: 800;
	margin-top: 7px;
	text-transform: uppercase;
}

.phx-service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 22px 0 34px;
}

.phx-service-grid .phx-service-card,
.phx-capability-grid article,
.phx-category-strip a,
.phx-product-card,
.phx-contact-card,
.phx-contact-form,
.phx-split,
.phx-content-band,
.phx-single-assurance > div {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(16, 36, 59, 0.06);
}

.phx-service-grid .phx-service-card {
	color: inherit;
	display: block;
	padding: 20px;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.phx-service-grid .phx-service-card:hover,
.phx-service-grid .phx-service-card:focus-visible {
	border-color: rgba(31, 111, 139, 0.34);
	box-shadow: 0 16px 32px rgba(16, 36, 59, 0.12);
	transform: translateY(-2px);
}

.phx-service-grid strong,
.phx-service-grid span,
.phx-service-grid em {
	display: block;
}

.phx-service-grid strong {
	color: var(--phx-green-dark);
	font-size: 17px;
}

.phx-service-grid span {
	color: var(--phx-muted);
	line-height: 1.45;
	margin-top: 6px;
}

.phx-service-grid em {
	color: var(--phx-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	margin-top: 14px;
}

.phx-capability-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 34px;
}

.phx-capability-grid article {
	overflow: hidden;
	padding: 22px;
	position: relative;
}

.phx-capability-grid article > span {
	background: linear-gradient(135deg, var(--phx-green), var(--phx-leaf));
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.phx-capability-grid strong {
	color: var(--phx-green-dark);
	display: block;
	font-size: 18px;
	line-height: 1.25;
}

.phx-capability-grid p {
	color: var(--phx-muted);
	line-height: 1.58;
	margin: 9px 0 0;
}

.phx-section {
	margin-top: 34px;
}

.phx-section__head {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.phx-section__head h2 {
	color: var(--phx-ink);
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}

.phx-section__head a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-category-strip,
.phx-product-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-category-strip a {
	color: var(--phx-ink);
	min-height: 102px;
	padding: 18px;
	text-decoration: none;
}

.phx-category-strip strong,
.phx-category-strip span {
	display: block;
}

.phx-category-strip strong {
	font-size: 17px;
	line-height: 1.25;
}

.phx-category-strip span {
	color: var(--phx-muted);
	margin-top: 8px;
}

.phx-product-card {
	color: var(--phx-ink);
	display: flex;
	flex-direction: column;
	padding: 14px;
	text-decoration: none;
}

.phx-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	overflow: hidden;
}

.phx-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.phx-product-card__title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	min-height: 40px;
}

.phx-product-card__price {
	color: var(--phx-green);
	font-weight: 900;
	margin-top: 8px;
}

.phx-content-band {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 40px 0;
	padding: 28px;
}

.phx-content-band h2 {
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
}

.phx-content-band p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-page-hero {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-green));
	border-radius: 8px;
	color: #fff;
	margin-top: 22px;
	padding: clamp(32px, 6vw, 68px);
}

.phx-split,
.phx-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 26px 0 40px;
}

.phx-policy-card {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	margin: 26px 0 40px;
	padding: 28px;
}

.phx-policy-note {
	color: var(--phx-muted);
	line-height: 1.65;
	margin: 0 0 18px;
}

.phx-split {
	padding: 28px;
}

.phx-split h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.phx-split p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-tick-list {
	display: grid;
	gap: 10px;
}

.phx-tick-list span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 6px;
	font-weight: 800;
	padding: 13px 14px;
}

.phx-contact-card,
.phx-contact-form {
	padding: 24px;
}

.phx-contact-card strong,
.phx-contact-card a,
.phx-contact-card span {
	display: block;
}

.phx-contact-card strong {
	font-size: 24px;
	margin-bottom: 12px;
}

.phx-contact-card a {
	color: var(--phx-green);
	font-weight: 850;
	margin-bottom: 10px;
	text-decoration: none;
}

.phx-contact-card span {
	color: var(--phx-muted);
	line-height: 1.6;
}

.phx-contact-form {
	display: grid;
	gap: 14px;
}

.phx-contact-form label {
	color: var(--phx-ink);
	display: grid;
	font-weight: 800;
	gap: 7px;
}

.phx-contact-form input,
.phx-contact-form textarea,
.phx-industrial-ready .woocommerce-ordering select,
.phx-industrial-ready .quantity .qty {
	background: #fff;
	border: 1px solid #cbd8ca;
	border-radius: 6px;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.phx-contact-notice {
	background: #eaf7e7;
	border: 1px solid #b9dfb1;
	border-radius: 6px;
	color: var(--phx-green-dark);
	font-weight: 800;
	padding: 12px;
}

.phx-industrial-shop-banner {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-leaf));
	border-radius: 8px;
	color: #fff;
	margin-bottom: 28px;
	padding: 42px 0;
}

.phx-industrial-shop-banner .phx-industrial-shell {
	width: min(100% - 32px, 1180px);
}

.phx-industrial-shop-banner p {
	color: var(--phx-yellow);
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.phx-industrial-shop-banner h1 {
	color: inherit;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 1.08;
	margin: 0 0 10px;
	max-width: 760px;
}

.phx-industrial-shop-banner span {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 17px;
	max-width: 680px;
}

.phx-shop-filter {
	align-items: end;
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(220px, 1.4fr) minmax(160px, 0.9fr) minmax(110px, 0.55fr) minmax(110px, 0.55fr) minmax(150px, 0.85fr) auto;
	margin: 0 0 22px;
	padding: 16px;
}

.phx-shop-filter label {
	color: var(--phx-ink);
	display: grid;
	font-size: 13px;
	font-weight: 850;
	gap: 7px;
	min-width: 0;
}

.phx-shop-filter input,
.phx-shop-filter select {
	background: #fff;
	border: 1px solid #cbd8ca;
	border-radius: 6px;
	box-sizing: border-box;
	color: var(--phx-ink);
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.phx-shop-filter__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.phx-shop-filter__actions a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-industrial-ready.woocommerce .woocommerce-ordering,
.phx-industrial-ready .woocommerce .woocommerce-ordering {
	display: none;
}

.phx-industrial-ready.woocommerce ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-industrial-ready.woocommerce ul.products li.product,
.phx-industrial-ready .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: 14px;
	width: auto;
}

.phx-industrial-ready.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	object-fit: contain;
	width: 100%;
}

.phx-industrial-ready.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--phx-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	min-height: 42px;
	padding: 10px 0 6px;
}

.phx-industrial-ready.woocommerce ul.products li.product .price {
	color: var(--phx-green);
	font-weight: 900;
}

.phx-industrial-ready #colophon,
.phx-industrial-ready .site-footer:not(.phx-industrial-footer),
.phx-industrial-ready .ast-footer-copyright,
.phx-industrial-ready .site-above-footer-wrap,
.phx-industrial-ready .site-primary-footer-wrap,
.phx-industrial-ready .site-below-footer-wrap,
.phx-industrial-ready .ast-builder-footer-grid-columns {
	display: none !important;
}

.phx-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.phx-product-badges span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 999px;
	color: var(--phx-green-dark);
	font-size: 13px;
	font-weight: 850;
	padding: 7px 11px;
}

.phx-single-assurance {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 26px;
	margin-top: 18px;
}

.phx-single-assurance > div {
	padding: 20px;
}

.phx-single-assurance strong {
	color: var(--phx-green-dark);
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.phx-single-assurance p {
	color: var(--phx-muted);
	line-height: 1.55;
	margin: 0;
}

.phx-industrial-footer {
	background: var(--phx-green-dark);
	color: #fff;
	margin-top: 46px;
	padding: 34px 0;
}

.phx-industrial-footer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1.25fr) minmax(140px, 0.7fr) minmax(170px, 0.9fr) minmax(240px, 1fr);
}

.phx-industrial-footer strong {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.phx-industrial-footer p,
.phx-industrial-footer small {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.55;
	margin: 0;
}

.phx-industrial-footer nav,
.phx-footer-support {
	display: grid;
	gap: 8px;
}

.phx-industrial-footer a,
.phx-industrial-footer span {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.phx-footer-links span,
.phx-footer-support span {
	margin-bottom: 2px;
}

@media (max-width: 921px) {
	.phx-hero,
	.phx-industrial-metrics,
	.phx-capability-grid,
	.phx-content-band,
	.phx-split,
	.phx-contact-grid,
	.phx-industrial-footer__grid {
		grid-template-columns: 1fr;
	}

	.phx-service-grid,
	.phx-category-strip,
	.phx-product-grid,
	.phx-shop-filter,
	.phx-industrial-ready.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phx-shop-filter__search,
	.phx-shop-filter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 544px) {
	.phx-industrial-shell,
	.phx-industrial-home,
	.phx-page,
	.phx-single-assurance {
		width: min(100% - 24px, 1180px);
	}

	.phx-industrial-topbar .phx-industrial-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 8px 0;
	}

	.phx-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
		padding: 34px 22px;
	}

	.phx-industrial-metrics {
		margin-top: 14px;
	}

	.phx-industrial-metrics div + div {
		border-left: 0;
		border-top: 1px solid var(--phx-line);
	}

	.phx-hero h1,
	.phx-page-hero h1 {
		font-size: 38px;
	}

	.phx-service-grid,
	.phx-capability-grid,
	.phx-category-strip,
	.phx-product-grid,
	.phx-single-assurance,
	.phx-shop-filter,
	.phx-industrial-ready.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.phx-page-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}
}
.phx-hero::after {
	background:
		linear-gradient(90deg, transparent, rgba(242, 184, 75, 0.16), transparent),
		radial-gradient(circle at 78% 20%, rgba(24, 167, 184, 0.24), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.phx-hero > * {
	position: relative;
	z-index: 1;
}




