:root {
	--jtx-primary: #0066cc;
	--jtx-primary-focus: #0071e3;
	--jtx-primary-on-dark: #2997ff;
	--jtx-ink: #1d1d1f;
	--jtx-body: #1d1d1f;
	--jtx-body-on-dark: #ffffff;
	--jtx-body-muted: #cccccc;
	--jtx-muted-80: #333333;
	--jtx-muted-48: #7a7a7a;
	--jtx-divider-soft: #f0f0f0;
	--jtx-hairline: #e0e0e0;
	--jtx-canvas: #ffffff;
	--jtx-parchment: #f5f5f7;
	--jtx-pearl: #fafafc;
	--jtx-tile-1: #272729;
	--jtx-tile-2: #2a2a2c;
	--jtx-tile-3: #252527;
	--jtx-black: #000000;
	--jtx-chip: rgba(210, 210, 215, 0.64);
	--jtx-product-shadow: 3px 5px 30px rgba(0, 0, 0, 0.22);
	--jtx-font-display: "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
	--jtx-font-text: "SF Pro Text", system-ui, -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
}

html {
	background: var(--jtx-canvas);
}

body {
	background: var(--jtx-canvas);
	color: var(--jtx-body);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
}

a {
	color: var(--jtx-primary);
}

a:hover {
	color: var(--jtx-primary-focus);
}

.jtx-shell {
	width: min(1440px, calc(100% - 40px));
	margin: 0 auto;
}

.jtx-top-strip {
	position: sticky;
	top: 0;
	z-index: 1001;
	background: var(--jtx-black);
	color: var(--jtx-body-on-dark);
	font-family: var(--jtx-font-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.jtx-top-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 44px;
}

.jtx-top-strip__facts,
.jtx-top-strip__contact {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.jtx-top-strip__facts span {
	color: rgba(255, 255, 255, 0.86);
	white-space: nowrap;
}

.jtx-top-strip__facts span:first-child {
	font-weight: 600;
	color: var(--jtx-body-on-dark);
}

.jtx-top-strip__facts span::after {
	display: none;
}

.jtx-top-strip a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
}

.jtx-top-strip a:hover {
	color: var(--jtx-body-on-dark);
}

.site-header,
.elementor-location-header {
	position: relative;
	top: auto;
	z-index: 1000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(245, 245, 247, 0.84) !important;
	box-shadow: none !important;
	backdrop-filter: saturate(180%) blur(20px);
}

#masthead {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(245, 245, 247, 0.84) !important;
	box-shadow: none !important;
	backdrop-filter: saturate(180%) blur(20px);
}

#masthead .elementor-section:first-child {
	display: none !important;
}

.elementor-invisible {
	visibility: visible !important;
	opacity: 1 !important;
}

.admin-bar .jtx-top-strip {
	top: 32px;
}

.admin-bar .site-header,
.admin-bar .elementor-location-header {
	top: auto;
}

.man_preheader {
	display: none;
}

.sm_menu_toggle {
	display: none !important;
}

@media (max-width: 1024px) {
	.sm_menu_toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0 !important;
		border: 0;
		border-radius: 9999px;
		background: var(--jtx-chip) !important;
		color: var(--jtx-ink) !important;
	}
}

.site-header .container,
.site-header .col-md-12 {
	min-height: 52px;
}

.site-header .site-title a,
.site-header .sm_nav_menu > li > a,
#masthead .sm_nav_menu > li > a,
.elementor-location-header a {
	color: var(--jtx-ink) !important;
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: 0;
	text-decoration: none;
}

.site-header .site-title a {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.19;
}

#masthead .man_logo {
	display: inline-flex !important;
	align-items: center;
	color: var(--jtx-primary) !important;
	font-family: var(--jtx-font-display);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

#masthead .man_logo_img {
	display: none !important;
}

#masthead .man_logo_txt {
	display: block !important;
}

.site-header .sm_nav_menu > li > a:hover,
#masthead .sm_nav_menu > li > a:hover,
.elementor-location-header a:hover {
	color: var(--jtx-primary) !important;
}

.jtx-nav-quote > a,
#masthead .jtx-nav-quote > a,
.elementor-location-header .jtx-nav-quote > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 16px !important;
	border: 1px solid var(--jtx-primary);
	border-radius: 9999px;
	background: var(--jtx-primary);
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.29;
	transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.jtx-nav-quote > a:hover {
	border-color: var(--jtx-primary-focus);
	background: var(--jtx-primary-focus);
	color: #ffffff !important;
}

#masthead .sm_nav_menu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 14px;
	white-space: nowrap;
}

#masthead .sm_nav_menu > li {
	float: none;
	padding: 0 !important;
}

#masthead a[href*="request-quote"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 16px !important;
	border: 1px solid var(--jtx-primary);
	border-radius: 9999px;
	background: var(--jtx-primary);
	color: #ffffff !important;
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

#masthead a[href*="request-quote"]:hover {
	border-color: var(--jtx-primary-focus);
	background: var(--jtx-primary-focus);
	color: #ffffff !important;
}

.jtx-nav-quote > a:active,
.jtx-button:active,
.jtx-floating-contact__item:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
	transform: scale(0.95);
}

.jtx-nav-quote > a:focus-visible,
.jtx-button:focus-visible,
.jtx-floating-contact__item:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible {
	outline: 2px solid var(--jtx-primary-focus);
	outline-offset: 2px;
}

.man_page,
.woocommerce,
.woocommerce-page {
	color: var(--jtx-body);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	line-height: 1.47;
	letter-spacing: 0;
}

/* Homepage salt-flower heritage hero */
.home .elementor-element-f4e5a8b {
	position: relative;
	min-height: clamp(520px, 42vw, 620px);
	overflow: hidden;
	background-color: #1b1712;
	background-image: url("assets/jimtexsport-salt-flower-outdoor-heritage.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home .elementor-element-f4e5a8b > .elementor-background-video-container,
.home .elementor-element-f4e5a8b > .elementor-background-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home .elementor-element-f4e5a8b > .elementor-background-video-container {
	display: none !important;
}

.home .elementor-element-f4e5a8b > .elementor-background-overlay {
	z-index: 1;
	background: rgba(18, 14, 10, 0.64) !important;
	opacity: 1 !important;
}

.home .elementor-element-f4e5a8b .elementor-background-video-hosted {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

.home .elementor-element-f4e5a8b > .elementor-container {
	position: relative;
	z-index: 2;
	align-items: center;
	width: min(100% - 40px, 1200px);
	min-height: inherit;
	max-width: 1200px;
}

.home .elementor-element-f4e5a8b .elementor-element-2c3c3be,
.home .elementor-element-f4e5a8b .elementor-widget-wrap {
	align-content: center;
	min-height: inherit;
}

.home .elementor-element-f4e5a8b .elementor-widget-wrap {
	padding: 64px 10px;
}

.home .elementor-element-f4e5a8b .elementor-element-7878364 {
	flex: 0 0 100%;
	width: 100%;
	max-width: 840px;
	margin-bottom: 18px;
}

.home .elementor-element-f4e5a8b .elementor-element-7878364 .elementor-heading-title,
.home .elementor-element-f4e5a8b .elementor-element-7878364 p {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(48px, 4.5vw, 68px);
	font-weight: 600 !important;
	line-height: 1.06;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.home .jtx-hero-eyebrow {
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--jtx-font-text);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}

.home .jtx-hero-manifesto {
	flex: 0 0 100%;
	width: 100%;
	max-width: 700px;
	margin: 0 0 30px;
	color: #ffffff;
}

.home .jtx-hero-manifesto strong {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-family: var(--jtx-font-display);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.home .jtx-hero-manifesto p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-family: var(--jtx-font-text);
	font-size: 16px;
	line-height: 1.6;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c {
	margin: 0;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .elementor-widget-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn {
	min-height: 48px;
	margin: 0 !important;
	padding: 12px 24px;
	border-color: #ffffff;
	box-shadow: none;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn:not(.btn_transparent) {
	border-color: var(--jtx-primary);
	background: var(--jtx-primary);
	color: #ffffff;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn_transparent {
	border-color: rgba(255, 255, 255, 0.78) !important;
	background: rgba(0, 0, 0, 0.18) !important;
	color: #ffffff !important;
}

.home .elementor-element-f4e5a8b .jtx-heritage-source-link {
	border-color: rgba(255, 255, 255, 0.5) !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.9) !important;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn_transparent i {
	color: #ffffff !important;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn:hover {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: var(--jtx-ink) !important;
}

.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn:hover i {
	color: var(--jtx-ink) !important;
}

.home .elementor-element-e66590d > .elementor-container {
	width: min(100% - 40px, 1360px);
	max-width: 1360px;
}

.home .elementor-element-8bf0193 {
	margin-bottom: 80px;
	padding: 72px 0 32px;
}

.home .elementor-element-e66590d {
	margin-bottom: 88px;
}

.home .elementor-element-8bf0193 .man_service_block {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 14px;
	row-gap: 8px;
	align-content: start;
}

.home .elementor-element-8bf0193 .man_service_block .sm_icon {
	display: inline-flex;
	grid-column: 1;
	grid-row: 1 / span 2;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	color: var(--jtx-primary);
	font-size: 26px;
	line-height: 1;
}

.home .elementor-element-8bf0193 .man_service_block h4 {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	margin: 3px 0 0;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.home .elementor-element-8bf0193 .man_service_block p {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	color: var(--jtx-muted-80);
	font-family: var(--jtx-font-text);
	font-size: 15px;
	line-height: 1.55;
}

.home .elementor-element-e66590d .elementor-element-75534fd {
	width: 50%;
}

.home .elementor-element-e66590d .elementor-element-c5bd9d8 {
	width: 50%;
}

.home .elementor-element-5bf801d,
.home .elementor-element-5bf801d .elementor-widget-container,
.home .elementor-element-5bf801d .elementor-wrapper,
.home .elementor-element-5bf801d .elementor-video {
	width: 100%;
	height: 100%;
}

.home .elementor-element-5bf801d .elementor-wrapper,
.home .elementor-element-5bf801d .elementor-video {
	position: relative;
	display: block;
	aspect-ratio: auto;
	min-height: 0;
	overflow: hidden;
	background: var(--jtx-black);
}

.home .elementor-element-5bf801d iframe,
.home .elementor-element-5bf801d video {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	border: 0;
	object-fit: cover;
}

.man_page h1,
.man_page h2,
.man_page h3,
.elementor-heading-title,
.woocommerce div.product .product_title,
.woocommerce-products-header__title {
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display) !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

.woocommerce-products-header__title {
	font-size: 56px;
	line-height: 1.07;
}

.jtx-category-intro h1,
.jtx-category-intro h2,
.jtx-workflow h2,
.woocommerce div.product .product_title {
	font-size: 40px;
	line-height: 1.1;
}

.woocommerce-product-details__short-description,
.jtx-category-intro p {
	color: var(--jtx-body);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
}

.man_page .btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.elementor-button,
.elementor-widget-button .elementor-button,
.jtx-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px;
	border: 1px solid var(--jtx-primary);
	border-radius: 9999px;
	background: var(--jtx-primary);
	color: #ffffff;
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.man_page .btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.elementor-button:hover,
.elementor-widget-button .elementor-button:hover,
.jtx-button:hover {
	border-color: var(--jtx-primary-focus);
	background: var(--jtx-primary-focus);
	color: #ffffff;
}

.man_page .btn_transparent,
.man_page .btn.btn_transparent {
	border-color: var(--jtx-primary);
	background: transparent !important;
	color: var(--jtx-primary) !important;
}

.man_page .btn_transparent:hover,
.man_page .btn.btn_transparent:hover {
	background: var(--jtx-primary) !important;
	color: #ffffff !important;
}

.jtx-button--primary {
	background: var(--jtx-primary);
	color: #ffffff;
}

.jtx-eyebrow {
	margin: 0 0 12px;
	color: var(--jtx-muted-48);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	letter-spacing: 0;
	text-transform: none;
}

.jtx-heritage-story {
	margin-top: 80px;
	padding: 96px 24px;
	border-top: 1px solid var(--jtx-hairline);
	background: var(--jtx-parchment);
	color: var(--jtx-body);
}

.jtx-heritage-story__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
	align-items: center;
	gap: 64px;
	width: min(1120px, 100%);
	margin: 0 auto;
}

.jtx-heritage-story__media {
	overflow: hidden;
	border-radius: 8px;
	background: #d8b77d;
}

.jtx-heritage-story__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.jtx-heritage-story__content {
	max-width: 480px;
}

.jtx-heritage-story .jtx-eyebrow {
	color: var(--jtx-muted-48);
}

.jtx-heritage-story h2 {
	margin: 0 0 24px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 48px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.jtx-heritage-story p:not(.jtx-eyebrow) {
	margin: 0 0 20px;
	color: var(--jtx-muted-80);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}

.jtx-heritage-story .jtx-button {
	margin-top: 12px;
}

.jtx-workflow {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px max(24px, calc((100vw - 980px) / 2));
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.woocommerce-products-header {
	display: none;
}

.jtx-category-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	margin: 0 0 32px;
	padding: 48px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-parchment);
	text-align: center;
}

.jtx-category-intro__content {
	max-width: 820px;
	margin: 0 auto;
}

.jtx-category-intro h1,
.jtx-category-intro h2 {
	margin: 0 0 17px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.jtx-category-intro p {
	margin: 0;
	color: var(--jtx-muted-80);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.38;
}

.jtx-category-intro__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: min(980px, 100%);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.jtx-category-intro__points li {
	padding: 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	color: var(--jtx-ink);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
}

.jtx-category-intro__points li::before {
	display: none;
}

.jtx-category-filter {
	margin: 0 0 32px;
	padding: 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
}

.jtx-category-filter__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.jtx-category-filter__heading .jtx-eyebrow {
	margin-bottom: 6px;
}

.jtx-category-filter__heading h2 {
	margin: 0;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 24px !important;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.jtx-category-filter__heading > span {
	max-width: 360px;
	color: var(--jtx-muted-48);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	line-height: 1.45;
	text-align: right;
}

.jtx-category-filter__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	overflow-x: visible;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.jtx-category-filter__links a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 9999px;
	background: var(--jtx-pearl);
	color: var(--jtx-ink);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.jtx-category-filter__links a:hover,
.jtx-category-filter__links a:focus-visible {
	border-color: var(--jtx-primary);
	color: var(--jtx-primary);
}

.jtx-category-filter__links a.is-active {
	border-color: var(--jtx-primary);
	background: var(--jtx-primary);
	color: #ffffff;
}

.jtx-category-filter__links small {
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	opacity: 0.72;
}

.jtx-trust-band {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 32px 0;
}

.jtx-trust-band > div {
	padding: 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	box-shadow: none;
}

.jtx-trust-band strong,
.jtx-trust-band span {
	display: block;
}

.jtx-trust-band strong {
	color: var(--jtx-ink);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
}

.jtx-trust-band span {
	margin-top: 8px;
	color: var(--jtx-muted-48);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0;
}

body.archive.woocommerce-page .man_sidebar_col {
	display: none !important;
}

body.archive.woocommerce-page .man_main_sidebar {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	order: 0;
}

body.archive.woocommerce-page .content-area {
	width: 100%;
}

.stm-products-catalog__filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 24px;
	padding: 12px 16px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	box-shadow: none;
}

.stm-view-by {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.stm-view-by .view-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 9999px;
	background: var(--jtx-canvas);
	color: var(--jtx-muted-48);
	text-decoration: none;
}

.stm-view-by .view-type.active,
.stm-view-by .view-type:hover {
	border-color: var(--jtx-primary);
	background: var(--jtx-primary);
	color: #ffffff;
}

.stm-products-main {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.stm-products-main.list .stm-product-item,
.stm-products-main.grid .stm-product-item {
	display: block !important;
	width: 100%;
	margin: 0;
}

.stm-products-main.list .stm-product-item__image,
.stm-products-main.grid .stm-product-item__image {
	flex: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	float: none !important;
	margin: 0 !important;
}

.woocommerce ul.products,
.products {
	gap: 20px;
}

.stm-product-item {
	height: 100%;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	box-shadow: none;
	overflow: hidden;
	transition: border-color 0.16s ease, transform 0.16s ease;
}

.stm-product-item:hover {
	border-color: rgba(0, 102, 204, 0.5);
	box-shadow: none;
	transform: translateY(-2px);
}

.stm-product-item__image {
	position: relative;
	display: block;
	background: var(--jtx-parchment);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.stm-product-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 24px;
	filter: drop-shadow(var(--jtx-product-shadow));
}

.stm-product-item__content {
	padding: 24px;
}

.jtx-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 24px 0;
}

.jtx-card-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 9999px;
	background: var(--jtx-pearl);
	color: var(--jtx-muted-80);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: 0;
}

.stm-product-item__content .product-categories,
.stm-product-item__content .product-categories a {
	color: var(--jtx-primary);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0;
	text-transform: none;
}

.stm-product-item__title {
	display: block;
	margin-top: 8px;
	color: var(--jtx-ink) !important;
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
}

.stm-product-item__content table {
	color: var(--jtx-muted-48);
	font-size: 14px;
	line-height: 1.43;
}

.stm-product-item__price:empty::before,
.jtx-card-quote {
	color: var(--jtx-muted-48);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0;
}

.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-Price-amount,
.woocommerce .amount,
.woocommerce [itemprop="price"],
.stm-product-item__price,
.product-price,
.price-table,
.pricing-table {
	display: none !important;
}

.stm-product-item__content .stm-product-item__add_cart .button,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart {
	min-height: 40px;
	padding: 8px 15px;
	border-radius: 9999px;
	border-color: var(--jtx-primary);
	background: var(--jtx-primary);
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.stm-product-item__content .stm-product-item__add_cart .button:hover,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:hover {
	border-color: var(--jtx-primary-focus);
	background: var(--jtx-primary-focus);
	color: #ffffff;
}

.woocommerce div.product {
	color: var(--jtx-ink);
}

.woocommerce div.product div.images,
.woocommerce-product-gallery {
	opacity: 1 !important;
}

.woocommerce div.product div.images {
	overflow: visible;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	position: relative;
	border-radius: 8px;
	background: var(--jtx-parchment);
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	background: var(--jtx-parchment);
	filter: drop-shadow(var(--jtx-product-shadow));
}

.jtx-image-missing img {
	opacity: 0;
}

.jtx-image-missing::before {
	content: attr(data-jtx-fallback);
	position: absolute;
	inset: 24px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	color: var(--jtx-muted-80);
	font-family: var(--jtx-font-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
	text-align: center;
}

.woocommerce-product-gallery__image.jtx-image-missing:first-child::before {
	font-size: 24px;
	line-height: 1.18;
}

.stm-product-item__image.jtx-image-missing::before {
	inset: 0;
	border: 0;
	border-radius: 0;
	background: var(--jtx-parchment);
	padding: 32px;
}

.woocommerce-product-gallery__image.jtx-image-missing::before {
	inset: 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
}

.woocommerce-product-gallery__image.jtx-image-missing:not(:first-child)::before {
	content: "";
	inset: 18px;
	padding: 0;
}

.woocommerce div.product div.summary {
	padding: 32px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	box-shadow: none;
}

.woocommerce div.product .product_title {
	margin-bottom: 17px;
	font-size: 40px;
	line-height: 1.1;
}

.woocommerce-product-details__short-description {
	color: var(--jtx-body);
	font-size: 17px;
	line-height: 1.47;
}

.jtx-product-panel {
	margin: 24px 0 0;
	padding: 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-parchment);
	box-shadow: none;
}

.jtx-product-panel__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.jtx-product-panel__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 9999px;
	background: var(--jtx-canvas);
	color: var(--jtx-ink);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: 0;
}

.jtx-product-panel__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 24px;
}

.jtx-product-panel__grid div {
	padding: 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
}

.woocommerce div.product div.summary .jtx-product-panel__grid {
	grid-template-columns: 1fr;
	gap: 12px;
}

.woocommerce div.product div.summary .jtx-product-panel__grid div {
	padding: 18px;
}

.jtx-product-panel__grid strong,
.jtx-product-panel__grid span {
	display: block;
}

.jtx-product-panel__grid strong {
	color: var(--jtx-ink);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.24;
}

.jtx-product-panel__grid span {
	margin-top: 8px;
	color: var(--jtx-muted-48);
	font-size: 14px;
	line-height: 1.43;
}

.jtx-workflow {
	clear: both;
	background: var(--jtx-tile-1);
	color: var(--jtx-body-on-dark);
	text-align: center;
}

.jtx-workflow .jtx-eyebrow {
	color: var(--jtx-body-muted);
}

.jtx-workflow h2 {
	margin: 0 0 32px;
	color: var(--jtx-body-on-dark);
}

.jtx-workflow__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.jtx-workflow__grid div {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: none;
}

.jtx-workflow__grid strong,
.jtx-workflow__grid span {
	display: block;
}

.jtx-workflow__grid strong {
	color: var(--jtx-body-on-dark);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.24;
}

.jtx-workflow__grid span {
	margin-top: 8px;
	color: var(--jtx-body-muted);
	font-size: 14px;
	line-height: 1.43;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--jtx-primary);
	font-size: 17px;
	font-weight: 400;
}

.jtx-tab-content {
	color: var(--jtx-body);
	font-size: 17px;
	line-height: 1.47;
}

.jtx-tab-content h3 {
	margin-top: 0;
	color: var(--jtx-ink);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.32;
}

.jtx-tab-content dt {
	margin-top: 24px;
	color: var(--jtx-ink);
	font-weight: 600;
}

.jtx-tab-content dd {
	margin: 8px 0 0;
	color: var(--jtx-muted-80);
}

.jtx-floating-contact {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1000;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 64px;
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 9999px;
	background: rgba(245, 245, 247, 0.86);
	box-shadow: none;
	backdrop-filter: saturate(180%) blur(20px);
}

/*
 * GTranslate adds fixed coordinates inline. Keep its selector clear of the
 * header, page content, and the fixed B2B contact controls.
 */
#gt_float_wrapper,
.gt_switcher_wrapper {
	top: auto !important;
	right: auto !important;
	bottom: 24px !important;
	left: 24px !important;
	z-index: 1002 !important;
}

.gt_float_switcher {
	border: 1px solid var(--jtx-hairline) !important;
	border-radius: 6px !important;
	box-shadow: 0 4px 18px rgba(20, 31, 38, 0.12) !important;
	font-family: var(--jtx-font-text) !important;
	font-size: 14px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 8px 12px !important;
}

.gt_float_switcher img {
	width: 22px !important;
	margin-right: 6px !important;
}

.gt_float_switcher .gt_options {
	max-height: min(360px, calc(100vh - 160px)) !important;
}

.jtx-floating-contact__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid var(--jtx-divider-soft);
	border-radius: 9999px;
	background: var(--jtx-canvas);
	color: var(--jtx-primary);
	font-family: var(--jtx-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.jtx-floating-contact__item:hover {
	border-color: var(--jtx-primary);
	color: var(--jtx-primary);
}

.jtx-floating-contact__item--primary {
	border-color: var(--jtx-primary);
	background: var(--jtx-primary);
	color: #ffffff;
}

.jtx-floating-contact__item--primary:hover {
	border-color: var(--jtx-primary-focus);
	background: var(--jtx-primary-focus);
	color: #ffffff;
}

.man_footer_default {
	padding: 64px 0;
	background: var(--jtx-parchment);
	color: var(--jtx-muted-80);
	font-family: var(--jtx-font-text);
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0;
}

.man_footer_default h3 {
	color: var(--jtx-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
}

.man_footer_default p {
	color: var(--jtx-muted-48);
	font-size: 12px;
}

@media (max-width: 1068px) {
	.home .elementor-element-f4e5a8b {
		min-height: 560px;
	}

	.home .elementor-element-e66590d .elementor-element-75534fd,
	.home .elementor-element-e66590d .elementor-element-c5bd9d8 {
		width: 50%;
	}

	.woocommerce-products-header__title,
	.man_page h1 {
		font-size: 40px;
	}

	.jtx-heritage-story__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.jtx-heritage-story__content {
		max-width: 760px;
	}

	.jtx-category-intro__points,
	.jtx-product-panel__grid,
	.jtx-workflow__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jtx-trust-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stm-products-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 833px) {
	.admin-bar .jtx-top-strip {
		top: 46px;
	}

	.admin-bar .site-header,
	.admin-bar .elementor-location-header {
		top: auto;
	}

	.jtx-top-strip__inner {
		justify-content: center;
	}

	.jtx-top-strip__facts span:not(:first-child),
	.jtx-top-strip__contact {
		display: none;
	}

	.site-header .site-title a {
		font-size: 17px;
	}
}

@media (max-width: 640px) {
	.home .elementor-element-f4e5a8b {
		min-height: 620px;
		background-position: center center !important;
	}

	.home .elementor-element-f4e5a8b > .elementor-container {
		width: min(100% - 28px, 1200px);
	}

	.home .elementor-element-f4e5a8b .elementor-widget-wrap {
		padding: 52px 0;
	}

	.home .elementor-element-f4e5a8b .elementor-element-7878364 {
		margin-bottom: 18px;
	}

	.home .elementor-element-f4e5a8b .elementor-element-7878364 .elementor-heading-title,
	.home .elementor-element-f4e5a8b .elementor-element-7878364 p {
		font-size: 42px;
		line-height: 1.08;
	}

	.home .jtx-hero-eyebrow {
		margin-bottom: 14px;
		font-size: 11px;
	}

	.home .jtx-hero-manifesto {
		margin-bottom: 26px;
	}

	.home .jtx-hero-manifesto strong {
		font-size: 19px;
	}

	.home .jtx-hero-manifesto p {
		font-size: 15px;
		line-height: 1.5;
	}

	.home .elementor-element-f4e5a8b .elementor-element-b62177c .elementor-widget-container {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.home .elementor-element-f4e5a8b .elementor-element-b62177c .btn {
		width: 100%;
		max-width: 220px;
	}

	.home .elementor-element-e66590d > .elementor-container {
		width: min(100% - 28px, 1360px);
	}

	.home .elementor-element-8bf0193 {
		margin-bottom: 56px;
		padding: 48px 0 20px;
	}

	.home .elementor-element-e66590d {
		margin-bottom: 64px;
	}

	.home .elementor-element-8bf0193 .man_service_block {
		grid-template-columns: 34px minmax(0, 1fr);
		column-gap: 12px;
	}

	.home .elementor-element-8bf0193 .man_service_block .sm_icon {
		width: 34px;
		height: 34px;
		font-size: 24px;
	}

	.home .elementor-element-e66590d .elementor-element-75534fd,
	.home .elementor-element-e66590d .elementor-element-c5bd9d8 {
		width: 100%;
	}

	.home .elementor-element-5bf801d,
	.home .elementor-element-5bf801d .elementor-widget-container,
	.home .elementor-element-5bf801d .elementor-wrapper,
	.home .elementor-element-5bf801d .elementor-video {
		height: auto;
	}

	.home .elementor-element-5bf801d .elementor-wrapper,
	.home .elementor-element-5bf801d .elementor-video {
		aspect-ratio: 16 / 9;
	}

	#gt_float_wrapper,
	.gt_switcher_wrapper {
		top: auto !important;
		right: auto !important;
		bottom: 92px !important;
		left: 12px !important;
	}

	.gt_float_switcher .gt-selected .gt-current-lang {
		padding: 7px 10px !important;
	}

	.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
		display: none !important;
	}

	.jtx-shell {
		width: min(100% - 28px, 1440px);
	}

	.jtx-heritage-story {
		margin-top: 48px;
		padding: 56px 15px 96px;
	}

	.jtx-heritage-story__inner {
		gap: 32px;
	}

	.jtx-heritage-story h2 {
		font-size: 34px;
		line-height: 1.15;
	}

	.jtx-heritage-story p:not(.jtx-eyebrow) {
		font-size: 16px;
	}

	.jtx-category-intro,
	.jtx-workflow {
		padding: 48px 20px;
	}

	.jtx-category-intro {
		margin-bottom: 24px;
	}

	.jtx-category-filter {
		margin-bottom: 24px;
		padding: 18px 14px;
	}

	.jtx-category-filter__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 16px;
	}

	.jtx-category-filter__heading h2 {
		font-size: 22px !important;
	}

	.jtx-category-filter__heading > span {
		display: none;
	}

	.jtx-category-filter__links {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-right: -14px;
		margin-left: -14px;
		padding: 0 14px 6px;
	}

	.woocommerce-products-header__title,
	.man_page h1 {
		font-size: 34px;
	}

	.man_page h2,
	.jtx-category-intro h1,
	.jtx-category-intro h2,
	.jtx-workflow h2,
	.woocommerce div.product .product_title {
		font-size: 34px;
		line-height: 1.18;
	}

	.jtx-category-intro p {
		font-size: 21px;
		line-height: 1.3;
	}

	.jtx-category-intro__points,
	.jtx-product-panel__grid,
	.jtx-trust-band,
	.jtx-workflow__grid,
	.stm-products-main {
		grid-template-columns: 1fr;
	}

	.stm-products-catalog__filter {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce div.product div.summary,
	.jtx-product-panel {
		padding: 24px;
	}

	.jtx-floating-contact {
		right: 10px;
		bottom: 10px;
		left: 10px;
		justify-content: stretch;
		height: auto;
		border-radius: 18px;
	}

	.jtx-floating-contact__item {
		flex: 1;
		padding: 0 8px;
	}
}

@media (max-width: 419px) {
	.woocommerce-products-header__title,
	.man_page h1,
	.man_page h2,
	.jtx-category-intro h1,
	.jtx-category-intro h2,
	.jtx-workflow h2,
	.woocommerce div.product .product_title {
		font-size: 28px;
	}
}

html body #masthead .sm_nav_menu > li.jtx-nav-quote > a,
html body #masthead a[href*="request-quote"] {
	color: #ffffff !important;
}

/* B2B conversion redesign */
.home .elementor-element-da1677e,
.home .elementor-element-9695d1d,
.home .elementor-element-4c37999,
.home .elementor-element-8bef86e {
	display: none !important;
}

.jtx-home-conversion,
.jtx-redesigned-page {
	background: var(--jtx-canvas);
	color: var(--jtx-body);
	font-family: var(--jtx-font-text);
}

.jtx-b2b-section,
.jtx-b2b-rfq,
.jtx-page-hero,
.jtx-inquiry-layout {
	width: min(1360px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.jtx-b2b-section {
	padding: 112px 0;
}

.jtx-b2b-section + .jtx-b2b-section {
	border-top: 1px solid var(--jtx-hairline);
}

.jtx-b2b-section__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
	align-items: end;
	gap: 64px;
	margin-bottom: 56px;
}

.jtx-b2b-section__heading h2,
.jtx-b2b-proof__intro h2,
.jtx-b2b-rfq h2,
.jtx-page-hero h1,
.jtx-inquiry-layout h2 {
	margin: 0;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-weight: 600;
	letter-spacing: 0;
}

.jtx-b2b-section__heading h2,
.jtx-b2b-proof__intro h2,
.jtx-b2b-rfq h2,
.jtx-inquiry-layout h2 {
	font-size: 44px;
	line-height: 1.1;
}

.jtx-b2b-section__heading > p,
.jtx-b2b-proof__intro > p:not(.jtx-eyebrow),
.jtx-b2b-rfq > div > p:not(.jtx-eyebrow),
.jtx-page-hero > div > p:not(.jtx-eyebrow),
.jtx-inquiry-layout aside > p,
.jtx-response-note p {
	margin: 0;
	color: var(--jtx-muted-80);
	font-size: 17px;
	line-height: 1.65;
}

.jtx-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.jtx-capability-grid article {
	min-height: 260px;
	padding: 28px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
}

.jtx-capability-grid__number {
	display: block;
	margin-bottom: 52px;
	color: var(--jtx-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.jtx-capability-grid h3 {
	margin: 0 0 14px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

.jtx-capability-grid p {
	margin: 0;
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.6;
}

.jtx-b2b-proof {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: 96px;
}

.jtx-b2b-proof__intro h2 {
	margin-bottom: 24px;
}

.jtx-b2b-proof__intro .jtx-button {
	margin-top: 32px;
}

.jtx-b2b-proof__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--jtx-hairline);
	border-left: 1px solid var(--jtx-hairline);
}

.jtx-b2b-proof__facts div {
	min-height: 170px;
	padding: 28px;
	border-right: 1px solid var(--jtx-hairline);
	border-bottom: 1px solid var(--jtx-hairline);
}

.jtx-b2b-proof__facts strong,
.jtx-b2b-proof__facts span {
	display: block;
}

.jtx-b2b-proof__facts strong {
	margin-bottom: 10px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
}

.jtx-b2b-proof__facts span {
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.5;
}

.jtx-b2b-process {
	background: var(--jtx-pearl);
}

.jtx-process-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jtx-process-list li {
	min-height: 230px;
	padding: 28px;
	border-top: 2px solid var(--jtx-primary);
	background: var(--jtx-canvas);
}

.jtx-process-list li > span {
	display: block;
	margin-bottom: 52px;
	color: var(--jtx-primary);
	font-size: 13px;
	font-weight: 600;
}

.jtx-process-list strong {
	display: block;
	margin-bottom: 12px;
	color: var(--jtx-ink);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
}

.jtx-process-list p {
	margin: 0;
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.55;
}

.jtx-b2b-rfq {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 64px;
	margin-top: 32px;
	margin-bottom: 112px;
	padding: 64px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-ink);
}

.jtx-b2b-rfq h2 {
	margin-bottom: 18px;
	color: #ffffff !important;
}

.jtx-b2b-rfq .jtx-eyebrow {
	color: rgba(255, 255, 255, 0.62);
}

.jtx-b2b-rfq > div > p:not(.jtx-eyebrow) {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.72);
}

.jtx-b2b-rfq__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.jtx-button--secondary {
	border-color: var(--jtx-hairline);
	background: var(--jtx-canvas);
	color: var(--jtx-primary);
}

.jtx-b2b-rfq .jtx-button--secondary {
	border-color: rgba(255, 255, 255, 0.34);
	background: transparent;
	color: #ffffff;
}

.jtx-b2b-rfq .jtx-button--secondary:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--jtx-ink);
}

body.page-id-346 #page > .man_intro,
body.page-id-346 #page > #content,
body.page-id-350 #page > .man_intro,
body.page-id-350 #page > #content,
body.page-id-2587 #page > .man_intro,
body.page-id-2587 #page > #content,
body.jtx-about-page-body #page > .man_intro,
body.jtx-about-page-body #page > #content,
body.jtx-contact-page-body #page > .man_intro,
body.jtx-contact-page-body #page > #content,
body.jtx-quote-page-body #page > .man_intro,
body.jtx-quote-page-body #page > #content {
	display: none !important;
}

.jtx-redesigned-page {
	padding-top: 0;
}

.jtx-page-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
	align-items: center;
	gap: 96px;
	padding-top: 104px;
	padding-bottom: 104px;
}

.jtx-page-hero h1 {
	max-width: 850px;
	margin-bottom: 28px;
	font-size: 60px;
	line-height: 1.04;
}

.jtx-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.jtx-page-hero__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid var(--jtx-hairline);
	border-left: 1px solid var(--jtx-hairline);
}

.jtx-page-hero__facts div {
	min-height: 140px;
	padding: 24px;
	border-right: 1px solid var(--jtx-hairline);
	border-bottom: 1px solid var(--jtx-hairline);
}

.jtx-page-hero__facts dt,
.jtx-page-hero__facts dd {
	margin: 0;
}

.jtx-page-hero__facts dt {
	margin-bottom: 10px;
	color: var(--jtx-ink);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.jtx-page-hero__facts dd,
.jtx-page-hero__facts a {
	color: var(--jtx-muted-80);
	font-size: 14px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.jtx-page-hero--compact {
	padding-bottom: 80px;
}

.jtx-inquiry-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
	gap: 80px;
	padding-top: 80px;
	padding-bottom: 112px;
	border-top: 1px solid var(--jtx-hairline);
}

.jtx-page-hero--contact {
	width: 100%;
	padding-right: max(40px, calc((100% - 1360px) / 2));
	padding-left: max(40px, calc((100% - 1360px) / 2));
	background: var(--jtx-pearl);
}

.jtx-contact-routing,
.jtx-contact-message {
	width: min(1360px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.jtx-contact-routing {
	padding: 112px 0;
}

.jtx-contact-routing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.jtx-contact-routing__grid article {
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 30px;
	border-top: 3px solid var(--jtx-primary);
	background: var(--jtx-pearl);
}

.jtx-contact-routing__grid article > span {
	margin-bottom: 48px;
	color: var(--jtx-muted-48);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.jtx-contact-routing__grid h3 {
	margin: 0 0 14px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
}

.jtx-contact-routing__grid p {
	margin: 0 0 26px;
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.6;
}

.jtx-contact-routing__grid a {
	margin-top: auto;
	color: var(--jtx-primary);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.jtx-contact-routing__grid a:hover {
	color: var(--jtx-primary-focus);
}

.jtx-contact-message {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: 80px;
	padding: 88px 0 112px;
	border-top: 1px solid var(--jtx-hairline);
}

.jtx-contact-message__details h2 {
	margin: 0 0 36px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-display);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
}

.jtx-contact-message__details dl {
	margin: 0;
}

.jtx-contact-message__details dl div {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 20px;
	padding: 18px 0;
	border-top: 1px solid var(--jtx-hairline);
}

.jtx-contact-message__details dt,
.jtx-contact-message__details dd {
	margin: 0;
}

.jtx-contact-message__details dt {
	color: var(--jtx-muted-48);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.jtx-contact-message__details dd,
.jtx-contact-message__details a {
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.55;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.jtx-form-intro {
	margin: -12px 0 28px;
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.6;
}

.jtx-inquiry-layout aside h2,
.jtx-inquiry-form h2 {
	margin-bottom: 28px;
}

.jtx-check-list {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.jtx-check-list li {
	position: relative;
	padding: 14px 0 14px 28px;
	border-top: 1px solid var(--jtx-hairline);
	color: var(--jtx-muted-80);
	font-size: 15px;
	line-height: 1.5;
}

.jtx-check-list li::before {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--jtx-primary);
	content: "";
}

.jtx-response-note {
	margin-top: 40px;
	padding: 24px;
	border-left: 3px solid var(--jtx-primary);
	background: var(--jtx-pearl);
}

.jtx-response-note strong {
	display: block;
	margin-bottom: 8px;
	color: var(--jtx-ink);
}

.jtx-inquiry-form {
	padding: 40px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-pearl);
}

.jtx-inquiry-form form,
.jtx-inquiry-form .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.jtx-inquiry-form form > p,
.jtx-inquiry-form .wpcf7-form > p {
	margin: 0;
}

.jtx-inquiry-form form > .jtx-form-field--wide,
.jtx-inquiry-form .wpcf7-form > .jtx-form-field--wide {
	grid-column: 1 / -1;
}

.jtx-inquiry-form form > p:nth-last-child(-n + 2),
.jtx-inquiry-form .wpcf7-form > p:nth-last-child(-n + 2) {
	grid-column: 1 / -1;
}

.jtx-inquiry-form label {
	display: block;
	color: var(--jtx-ink);
	font-size: 14px;
	font-weight: 600;
}

.jtx-inquiry-form input:not([type="submit"]),
.jtx-inquiry-form select,
.jtx-inquiry-form textarea,
.wpcf7-form input:not([type="submit"]),
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	margin-top: 8px;
	padding: 13px 14px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 4px;
	background: var(--jtx-canvas);
	color: var(--jtx-body);
	font-family: var(--jtx-font-text);
	font-size: 16px;
	line-height: 1.4;
	box-shadow: none;
}

.jtx-inquiry-form textarea,
.wpcf7-form textarea {
	min-height: 150px;
	resize: vertical;
}

.jtx-inquiry-form input:focus,
.jtx-inquiry-form select:focus,
.jtx-inquiry-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	border-color: var(--jtx-primary);
	outline: 2px solid rgba(0, 102, 204, 0.14);
	outline-offset: 1px;
}

.jtx-inquiry-form input[type="submit"],
.wpcf7-form input[type="submit"] {
	min-height: 48px;
	padding: 12px 26px;
	border: 1px solid var(--jtx-primary);
	border-radius: 9999px;
	background: var(--jtx-primary);
	color: #ffffff;
	font-family: var(--jtx-font-text);
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.woocommerce-shop .man_intro,
.tax-product_cat .man_intro,
.single-product .man_intro {
	display: flex;
	align-items: center;
	min-height: 280px;
	padding: 56px 20px;
	background: var(--jtx-pearl) !important;
	background-image: none !important;
}

.woocommerce-shop .man_intro {
	display: none !important;
}

.tax-product_cat .man_intro,
.single-product .man_intro {
	height: 300px !important;
	min-height: 300px !important;
}

.tax-product_cat .man_intro .man_over,
.single-product .man_intro .man_over {
	display: none !important;
}

.tax-product_cat .man_intro_cont,
.single-product .man_intro_cont {
	height: auto !important;
	padding: 44px 20px !important;
	color: var(--jtx-ink) !important;
}

.tax-product_cat .man_intro .breadcrumbs,
.tax-product_cat .man_intro .breadcrumbs *,
.single-product .man_intro .breadcrumbs,
.single-product .man_intro .breadcrumbs * {
	color: var(--jtx-muted-80) !important;
}

.woocommerce-shop .man_intro h1,
.tax-product_cat .man_intro h1,
.single-product .man_intro h1 {
	color: var(--jtx-ink) !important;
	font-size: 52px;
	line-height: 1.05;
}

.woocommerce-shop #primary,
.tax-product_cat #primary {
	width: min(1360px, calc(100% - 40px));
	margin: 0 auto;
}

.woocommerce-shop .widget-area,
.tax-product_cat .widget-area {
	display: none;
}

.woocommerce-shop .site-main,
.tax-product_cat .site-main {
	width: 100%;
}

.woocommerce-shop .stm-products-catalog,
.tax-product_cat .stm-products-catalog {
	padding-bottom: 96px;
}

.woocommerce-shop .stm-products-main,
.tax-product_cat .stm-products-main {
	gap: 24px;
}

.woocommerce-shop .stm-product-item,
.tax-product_cat .stm-product-item {
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	box-shadow: none;
}

.single-product .woocommerce-Tabs-panel--description.jtx-description-media-missing {
	min-height: 0 !important;
}

.single-product .woocommerce-Tabs-panel--description.jtx-description-media-missing .row {
	display: block;
	height: auto !important;
}

.single-product .woocommerce-Tabs-panel--description.jtx-description-media-missing .col-md-6:first-child {
	display: none !important;
}

.single-product .woocommerce-Tabs-panel--description.jtx-description-media-missing .col-md-6:last-child {
	width: 100%;
	height: auto !important;
	padding: 0;
}

.single-product .jtx-description-image-missing {
	display: none !important;
}

.single-product .jtx-workflow h2 {
	color: #ffffff !important;
}

.single-product .man_nearby_posts {
	margin: 72px 0 0;
	background: var(--jtx-pearl);
}

.single-product .man_nearby_posts .nav-box {
	min-height: 240px;
	background: var(--jtx-pearl) !important;
	background-image: none !important;
}

.single-product .man_nearby_posts .man_nav_over {
	display: none;
}

.single-product .man_nearby_posts .man_nav_txt,
.single-product .man_nearby_posts .man_nav_txt h3,
.single-product .man_nearby_posts .man_nav_txt span {
	color: var(--jtx-ink) !important;
}

body.page-id-350 .jtx-floating-contact,
body.page-id-2587 .jtx-floating-contact,
body.jtx-contact-page-body .jtx-floating-contact,
body.jtx-quote-page-body .jtx-floating-contact {
	display: none !important;
}

.jtx-b2b-footer {
	border-top: 1px solid var(--jtx-hairline);
	background: var(--jtx-pearl);
	color: var(--jtx-muted-80);
	font-family: var(--jtx-font-text);
}

.jtx-b2b-footer__inner {
	display: grid;
	grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(170px, 0.7fr));
	gap: 64px;
	width: min(1360px, calc(100% - 40px));
	margin: 0 auto;
	padding: 72px 0 64px;
}

.jtx-b2b-footer__brand {
	max-width: 430px;
}

.jtx-b2b-footer__logo {
	display: inline-block;
	margin-bottom: 24px;
	color: var(--jtx-primary);
	font-family: var(--jtx-font-display);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.jtx-b2b-footer__brand p,
.jtx-b2b-footer__contact p {
	margin: 0 0 18px;
	color: var(--jtx-muted-80);
	font-size: 14px;
	line-height: 1.65;
}

.jtx-b2b-footer__brand .jtx-button {
	margin-top: 12px;
}

.jtx-b2b-footer h2 {
	margin: 0 0 24px;
	color: var(--jtx-ink);
	font-family: var(--jtx-font-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.jtx-b2b-footer nav a,
.jtx-b2b-footer__contact a {
	display: block;
	margin-bottom: 13px;
	color: var(--jtx-muted-80);
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.jtx-b2b-footer nav a:hover,
.jtx-b2b-footer__contact a:hover {
	color: var(--jtx-primary);
}

.jtx-b2b-footer__legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1360px, calc(100% - 40px));
	margin: 0 auto;
	padding: 22px 0;
	border-top: 1px solid var(--jtx-hairline);
	color: var(--jtx-muted-48);
	font-size: 12px;
	line-height: 1.4;
}

#colophon,
.man_footer_default {
	display: none !important;
}

@media (max-width: 1068px) {
	.jtx-b2b-section__heading,
	.jtx-b2b-proof,
	.jtx-page-hero,
	.jtx-inquiry-layout,
	.jtx-contact-message {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.jtx-capability-grid,
	.jtx-process-list,
	.jtx-contact-routing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jtx-b2b-rfq {
		grid-template-columns: 1fr;
	}

	.jtx-b2b-rfq__actions {
		justify-content: flex-start;
	}

	.jtx-b2b-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.jtx-b2b-section,
	.jtx-page-hero,
	.jtx-inquiry-layout,
	.jtx-contact-routing,
	.jtx-contact-message {
		width: min(100% - 28px, 1360px);
	}

	.jtx-b2b-section {
		padding: 72px 0;
	}

	.jtx-b2b-section__heading {
		gap: 24px;
		margin-bottom: 36px;
	}

	.jtx-b2b-section__heading h2,
	.jtx-b2b-proof__intro h2,
	.jtx-b2b-rfq h2,
	.jtx-inquiry-layout h2 {
		font-size: 34px;
		line-height: 1.15;
	}

	.jtx-capability-grid,
	.jtx-process-list,
	.jtx-b2b-proof__facts,
	.jtx-page-hero__facts {
		grid-template-columns: 1fr;
	}

	.jtx-capability-grid article {
		min-height: 0;
		padding: 24px;
	}

	.jtx-capability-grid__number,
	.jtx-process-list li > span {
		margin-bottom: 28px;
	}

	.jtx-process-list li {
		min-height: 0;
		padding: 24px;
	}

	.jtx-b2b-rfq {
		width: calc(100% - 28px);
		gap: 32px;
		margin-bottom: 72px;
		padding: 32px 24px;
	}

	.jtx-b2b-rfq__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jtx-b2b-rfq__actions .jtx-button {
		width: 100%;
	}

	.jtx-page-hero {
		gap: 44px;
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.jtx-page-hero--contact {
		width: 100%;
		padding-right: 14px;
		padding-left: 14px;
	}

	.jtx-page-hero h1 {
		font-size: 42px;
		line-height: 1.08;
	}

	.jtx-page-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jtx-page-hero__actions .jtx-button {
		width: 100%;
	}

	.jtx-page-hero__facts div {
		min-height: 0;
	}

	.jtx-inquiry-layout {
		gap: 48px;
		padding-top: 64px;
		padding-bottom: 88px;
	}

	.jtx-contact-routing {
		padding: 72px 0;
	}

	.jtx-contact-routing__grid {
		grid-template-columns: 1fr;
	}

	.jtx-contact-routing__grid article {
		min-height: 0;
		padding: 24px;
	}

	.jtx-contact-routing__grid article > span {
		margin-bottom: 28px;
	}

	.jtx-contact-message {
		gap: 48px;
		padding: 64px 0 88px;
	}

	.jtx-contact-message__details h2 {
		font-size: 34px;
		line-height: 1.15;
	}

	.jtx-contact-message__details dl div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.jtx-inquiry-form {
		padding: 24px;
	}

	.jtx-inquiry-form form,
	.jtx-inquiry-form .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.jtx-inquiry-form form > p,
	.jtx-inquiry-form .wpcf7-form > p {
		grid-column: 1 / -1;
	}

	.woocommerce-shop #primary,
	.tax-product_cat #primary {
		width: min(100% - 28px, 1360px);
	}

	.woocommerce-shop .man_intro,
	.tax-product_cat .man_intro,
	.single-product .man_intro {
		height: 220px !important;
		min-height: 220px !important;
		padding: 40px 14px;
	}

	.woocommerce-shop .man_intro h1,
	.tax-product_cat .man_intro h1,
	.single-product .man_intro h1 {
		font-size: 38px;
	}

	.jtx-b2b-footer__inner {
		grid-template-columns: 1fr;
		gap: 40px;
		width: min(100% - 28px, 1360px);
		padding: 56px 0 48px;
	}

	.jtx-b2b-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		width: min(100% - 28px, 1360px);
	}
}

/* Product catalog usability refinements */
.jtx-category-intro {
	gap: 24px;
	margin-bottom: 24px;
	padding: 36px;
}

.jtx-category-intro h1,
.jtx-category-intro h2 {
	margin-bottom: 14px;
	font-size: 40px;
}

.jtx-category-intro p {
	font-size: 18px;
	line-height: 1.5;
}

.jtx-category-intro__points {
	gap: 12px;
}

.jtx-category-intro__points li {
	padding: 16px 18px;
	font-size: 15px;
	line-height: 1.35;
}

.jtx-category-filter {
	margin-bottom: 24px;
}

.jtx-trust-band {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 24px;
	border: 1px solid var(--jtx-hairline);
	border-radius: 8px;
	background: var(--jtx-canvas);
	overflow: hidden;
}

.jtx-trust-band > div {
	padding: 16px 18px;
	border: 0;
	border-right: 1px solid var(--jtx-hairline);
	border-radius: 0;
}

.jtx-trust-band > div:last-child {
	border-right: 0;
}

.jtx-trust-band strong {
	font-size: 15px;
}

.jtx-trust-band span {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.45;
}

.stm-filter-chosen-units:empty {
	display: none;
}

.stm-products-catalog__filter {
	justify-content: flex-end;
	min-height: 62px;
}

.stm-products-catalog__filter .stm-view-by {
	margin-right: auto;
}

@media (max-width: 1068px) {
	.jtx-trust-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jtx-trust-band > div:nth-child(2) {
		border-right: 0;
	}

	.jtx-trust-band > div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--jtx-hairline);
	}
}

@media (max-width: 640px) {
	body:not(.jtx-contact-page-body):not(.jtx-quote-page-body) {
		padding-bottom: 82px;
	}

	.jtx-category-intro {
		gap: 18px;
		padding: 28px 16px;
	}

	.jtx-category-intro h1,
	.jtx-category-intro h2 {
		margin-bottom: 12px;
		font-size: 30px;
		line-height: 1.12;
	}

	.jtx-category-intro p {
		font-size: 16px;
		line-height: 1.5;
	}

	.jtx-category-intro__points {
		gap: 8px;
	}

	.jtx-category-intro__points li {
		padding: 12px 14px;
		font-size: 14px;
	}

	.jtx-category-filter {
		padding: 16px 14px;
	}

	.jtx-trust-band > div {
		padding: 14px;
	}

	.jtx-trust-band strong {
		font-size: 14px;
	}

	.jtx-trust-band span {
		font-size: 11px;
	}

	.stm-products-catalog__filter {
		align-items: center;
		flex-direction: row;
		min-height: 56px;
		padding: 9px 12px;
	}

	.stm-products-catalog__filter .stm-view-by {
		display: none;
	}

	.stm-products-catalog__filter .stm-sort-by-options,
	.stm-products-catalog__filter .woocommerce-ordering,
	.stm-products-catalog__filter select {
		width: 100%;
		margin: 0;
	}

	.stm-products-catalog__filter select {
		min-height: 40px;
		padding: 7px 32px 7px 12px;
		border: 1px solid var(--jtx-hairline);
		border-radius: 4px;
		background-color: var(--jtx-canvas);
		color: var(--jtx-ink);
		font-family: var(--jtx-font-text);
		font-size: 14px;
	}

	.jtx-floating-contact {
		right: 8px;
		bottom: 8px;
		left: 8px;
		gap: 6px;
		padding: 8px;
		border-radius: 14px;
	}

	.jtx-floating-contact__item {
		min-height: 38px;
		padding: 0 8px;
		font-size: 13px;
	}

	.jtx-floating-contact__item--primary {
		flex-grow: 1.25;
	}
}

@media (max-width: 419px) {
	.jtx-category-intro h1,
	.jtx-category-intro h2 {
		font-size: 28px;
	}
}
