/*
Theme Name: PHOSLENS Child
Theme URI: https://phoslens.com/
Description: PHOSLENS child theme for Astra. This layer is reserved for brand styling, layout adjustments, and future product-family templates.
Author: PHOSLENS
Author URI: https://phoslens.com/
Template: astra
Version: 0.4.2
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: phoslens-child
*/

/* PHOSLENS catalog-store header navigation. */
.ph-utility-bar {
	border-bottom: 1px solid #dbe3ee;
	background: #06234d;
	color: #e2e8f0;
	font-size: 13px;
}

.ph-utility-inner {
	display: flex;
	width: min(1180px, calc(100vw - 40px));
	min-height: 36px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 auto;
}

.ph-utility-note {
	font-weight: 700;
}

.ph-utility-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ph-utility-links a {
	color: #e2e8f0;
	text-decoration: none;
}

.ph-utility-links a:hover,
.ph-utility-links a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.site-header {
	border-bottom: 1px solid #dbe3ee;
	background: #ffffff;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #06234d;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
	color: #1f2937;
	font-size: 15px;
	font-weight: 700;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover,
.ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-item > .menu-link {
	color: #0b4fb3;
}

.ast-builder-menu-1 .main-header-menu > .menu-item.phoslens-menu-cta > .menu-link {
	min-height: 42px;
	margin-left: 8px;
	padding: 0 16px;
	border: 1px solid #0b4fb3;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 800;
}

.ast-builder-menu-1 .main-header-menu > .menu-item.phoslens-menu-cta > .menu-link:hover,
.ast-builder-menu-1 .main-header-menu > .menu-item.phoslens-menu-cta.current-menu-item > .menu-link {
	background: #063f8f;
	border-color: #063f8f;
	color: #ffffff;
}

.ast-builder-menu-1 .main-header-menu > .menu-item.phoslens-menu-utility > .menu-link {
	color: #0b4fb3;
	font-weight: 800;
}

.ast-builder-menu-1 .main-header-menu > .menu-item.phoslens-menu-cart > .menu-link {
	min-height: 40px;
	margin-left: 4px;
	padding: 0 14px;
	border: 1px solid #0b4fb3;
	background: #0b4fb3;
	color: #ffffff;
}

.ast-header-break-point .main-header-menu .menu-link {
	color: #1f2937;
	font-weight: 700;
}

.ast-header-break-point .main-header-menu .menu-item.phoslens-menu-cta > .menu-link {
	background: #0b4fb3;
	color: #ffffff;
}

.ast-header-break-point .main-header-menu .menu-item.phoslens-menu-utility > .menu-link {
	color: #0b4fb3;
}

.ast-header-break-point .main-header-menu .menu-item.phoslens-menu-cart > .menu-link {
	background: #0b4fb3;
	color: #ffffff;
}

.ph-header-search-strip {
	border-bottom: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-header-search-form {
	display: flex;
	width: min(1180px, calc(100vw - 40px));
	align-items: center;
	gap: 10px;
	margin: 0 auto;
	padding: 12px 0;
}

.ph-header-search-form input[type="search"] {
	flex: 1 1 auto;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #1f2937;
}

.ph-header-search-form button {
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #0b4fb3;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 800;
}

.ph-header-search-form button:hover,
.ph-header-search-form button:focus {
	background: #063f8f;
	border-color: #063f8f;
}

/* Retail reset homepage framework. */
.ph-retail-home {
	width: min(1160px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 42px 0 56px;
	color: #1f2937;
}

.ph-retail-hero,
.ph-retail-notice,
.ph-retail-category-preview {
	margin-bottom: 24px;
	padding: 30px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.ph-retail-hero {
	background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
}

.ph-retail-label {
	margin: 0 0 10px;
	color: #0b4fb3;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ph-retail-home h1,
.ph-retail-home h2 {
	margin: 0 0 12px;
	color: #06234d;
	line-height: 1.2;
}

.ph-retail-home h1 {
	max-width: 760px;
	font-size: 44px;
}

.ph-retail-home h2 {
	font-size: 26px;
}

.ph-retail-home p {
	max-width: 780px;
	margin: 0 0 18px;
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-retail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ph-retail-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.ph-retail-button:hover,
.ph-retail-button:focus {
	background: #063f8f;
	color: #ffffff;
}

.ph-retail-button-secondary {
	border: 1px solid #0b4fb3;
	background: #ffffff;
	color: #0b4fb3;
}

.ph-retail-button-secondary:hover,
.ph-retail-button-secondary:focus {
	background: #eff6ff;
	color: #063f8f;
}

/* Retail homepage category matrix. */
.ph-catalog-home {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 24px 0 58px;
	color: #1f2937;
}

.ph-catalog-hero {
	display: grid;
	grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	margin-bottom: 34px;
}

.ph-catalog-menu,
.ph-catalog-banner,
.ph-home-section,
.ph-home-info-grid article,
.ph-home-final-cta {
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.ph-catalog-menu {
	overflow: hidden;
}

.ph-catalog-menu-head {
	display: grid;
	gap: 3px;
	padding: 16px 18px;
	background: #06234d;
	color: #ffffff;
}

.ph-catalog-menu-head strong {
	font-size: 16px;
}

.ph-catalog-menu-head span {
	color: #cbd5e1;
	font-size: 13px;
}

.ph-catalog-tree,
.ph-catalog-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ph-catalog-tree > li {
	border-bottom: 1px solid #e2e8f0;
}

.ph-catalog-tree > li:last-child {
	border-bottom: 0;
}

.ph-catalog-tree a {
	display: block;
	color: #1f2937;
	text-decoration: none;
}

.ph-catalog-tree a:hover,
.ph-catalog-tree a:focus {
	color: #0b4fb3;
}

.ph-catalog-level-1 {
	padding: 12px 18px 6px;
	color: #06234d !important;
	font-weight: 900;
}

.ph-catalog-level-2 {
	padding: 4px 18px;
	color: #334155 !important;
	font-size: 14px;
	font-weight: 800;
}

.ph-catalog-level-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	padding: 0 18px 12px;
}

.ph-catalog-level-3 a {
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.ph-catalog-banner {
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 520px;
	overflow: hidden;
	background: linear-gradient(135deg, #071c3f 0%, #0b4fb3 55%, #eaf4ff 100%);
}

.ph-catalog-slide {
	position: relative;
	padding: 26px;
	color: #ffffff;
}

.ph-catalog-slide::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 24px;
	width: 190px;
	height: 190px;
	border: 18px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	box-shadow: -70px -48px 0 -18px rgba(255, 255, 255, 0.16), -22px 50px 0 -46px rgba(255, 255, 255, 0.52);
	pointer-events: none;
}

.ph-catalog-slide.is-primary {
	padding: 54px 44px;
}

.ph-catalog-eyebrow {
	margin: 0 0 12px;
	color: #dbeafe;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ph-catalog-slide h1,
.ph-catalog-slide h2 {
	position: relative;
	z-index: 1;
	max-width: 690px;
	margin: 0 0 14px;
	color: #ffffff;
	line-height: 1.15;
}

.ph-catalog-slide h1 {
	font-size: 44px;
}

.ph-catalog-slide h2 {
	font-size: 21px;
}

.ph-catalog-slide p {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 0 20px;
	color: #e2e8f0;
	font-size: 16px;
	line-height: 1.7;
}

.ph-catalog-slide a {
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-weight: 900;
}

.ph-catalog-slide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(6, 35, 77, 0.36);
}

.ph-catalog-slide-grid .ph-catalog-slide:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.ph-home-section,
.ph-home-final-cta {
	margin-bottom: 26px;
	padding: 28px;
}

.ph-home-section-head {
	margin-bottom: 20px;
}

.ph-home-section h2,
.ph-home-info-grid h2,
.ph-home-final-cta h2 {
	margin: 0 0 10px;
	color: #06234d;
	line-height: 1.2;
}

.ph-home-section p,
.ph-home-info-grid p,
.ph-home-final-cta p {
	max-width: 780px;
	margin: 0;
	color: #334155;
	line-height: 1.7;
}

.ph-featured-category-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 14px;
}

.ph-featured-category-card {
	display: grid;
	gap: 10px;
	align-content: start;
	min-height: 128px;
	padding: 16px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
	color: #06234d;
	font-weight: 900;
	text-decoration: none;
}

.ph-featured-category-card:hover,
.ph-featured-category-card:focus {
	border-color: #8bb8ec;
	color: #0b4fb3;
}

.ph-featured-category-mark {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid #bfd4ec;
	background: #ffffff;
	color: #0b4fb3;
	font-size: 14px;
	font-weight: 900;
}

.ph-home-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 26px;
}

.ph-home-info-grid article {
	padding: 24px;
}

.ph-technical-preview-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.ph-technical-preview-grid a {
	display: block;
	padding: 16px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
	color: #06234d;
	font-weight: 800;
	text-decoration: none;
}

.ph-technical-preview-grid a:hover,
.ph-technical-preview-grid a:focus {
	border-color: #8bb8ec;
	color: #0b4fb3;
}

.ph-shop-category-home {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 28px 0 54px;
	color: #1f2937;
}

.ph-shop-category-intro {
	margin-bottom: 22px;
}

.ph-shop-category-intro h1 {
	margin: 0 0 8px;
	color: #06234d;
	font-size: 40px;
	line-height: 1.15;
}

.ph-shop-category-intro p {
	max-width: 760px;
	margin: 0;
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ph-shop-category-card {
	display: grid;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ph-shop-category-card:hover,
.ph-shop-category-card:focus {
	border-color: #8bb8ec;
	box-shadow: 0 14px 32px rgba(11, 79, 179, 0.13);
	color: inherit;
	transform: translateY(-2px);
}

.ph-shop-category-media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef6ff;
}

.ph-shop-category-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ph-shop-category-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(226, 239, 255, 0.74)),
		linear-gradient(145deg, #eef6ff, #dbeafe);
}

.ph-shop-category-placeholder::before,
.ph-shop-category-placeholder::after {
	position: absolute;
	border: 1px solid rgba(11, 79, 179, 0.22);
	content: "";
}

.ph-shop-category-placeholder::before {
	width: 54%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transform: translate(-18%, -4%);
}

.ph-shop-category-placeholder::after {
	width: 42%;
	height: 28%;
	transform: translate(22%, 22%) rotate(-10deg);
}

.ph-shop-category-mark {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 68px;
	height: 68px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(11, 79, 179, 0.28);
	background: rgba(255, 255, 255, 0.82);
	color: #0b4fb3;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
}

.ph-shop-category-body {
	display: grid;
	gap: 8px;
	padding: 16px;
}

.ph-shop-category-title {
	min-height: 44px;
	color: #06234d;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.ph-shop-category-link {
	color: #0b4fb3;
	font-size: 14px;
	font-weight: 800;
}

.ph-retail-custom-callout,
.ph-retail-prep-small {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto 24px;
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.ph-retail-custom-callout h2,
.ph-retail-prep-small h2 {
	margin: 0 0 10px;
	color: #06234d;
	font-size: 26px;
	line-height: 1.2;
}

.ph-retail-custom-callout p,
.ph-retail-prep-small p {
	max-width: 780px;
	margin: 0 0 16px;
	color: #334155;
	line-height: 1.7;
}

.ph-shop-empty-message {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* WooCommerce product category archive foundation. */
.ph-shop-archive {
	background: #f8fafc;
	color: #1f2937;
}

.ph-shop-archive-wrap {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 26px 0 56px;
}

.ph-shop-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: #64748b;
	font-size: 14px;
}

.ph-shop-breadcrumb a {
	color: #0b4fb3;
	font-weight: 700;
	text-decoration: none;
}

.ph-shop-archive-header {
	margin-bottom: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbe3ee;
}

.ph-shop-archive-header h1 {
	margin: 0 0 10px;
	color: #06234d;
	font-size: 40px;
	line-height: 1.15;
}

.ph-shop-archive-description {
	max-width: 780px;
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-shop-archive-description p {
	margin: 0;
}

.ph-shop-archive-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.ph-shop-sidebar {
	display: grid;
	gap: 18px;
}

.ph-product-sidebar-nav,
.ph-product-filter-placeholder,
.ph-shop-results,
.ph-shop-empty-card {
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.ph-product-sidebar-nav,
.ph-product-filter-placeholder {
	padding: 18px;
}

.ph-product-sidebar-nav h2,
.ph-product-filter-placeholder h2,
.ph-shop-results > h2,
.ph-shop-empty-card h2 {
	margin: 0 0 14px;
	color: #06234d;
	font-size: 20px;
	line-height: 1.2;
}

.ph-product-category-tree,
.ph-product-category-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ph-product-category-tree {
	display: grid;
	gap: 14px;
}

.ph-product-category-tree a {
	display: block;
	padding: 7px 0;
	color: #1f2937;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.ph-product-category-tree a:hover,
.ph-product-category-tree a:focus,
.ph-product-category-tree a.is-current {
	color: #0b4fb3;
}

.ph-product-category-tree a.is-current {
	position: relative;
	padding-left: 10px;
	border-left: 3px solid #0b4fb3;
}

.ph-product-category-parent > ul {
	display: none;
	margin-top: 3px;
	padding-left: 14px;
	border-left: 1px solid #dbe3ee;
}

.ph-product-category-parent.is-open > ul {
	display: block;
}

.ph-product-category-parent > ul a {
	color: #475569;
	font-size: 14px;
	font-weight: 700;
}

.ph-product-filter-placeholder p {
	margin: 0;
	color: #64748b;
	line-height: 1.6;
}

/* PHOSLENS retail footer. */
.site-footer {
	display: none;
}

.ph-site-footer {
	border-top: 1px solid #dbe3ee;
	background: #06234d;
	color: #dbeafe;
}

.ph-site-footer-inner {
	display: grid;
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 42px 0 34px;
	grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.ph-site-footer h2 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.ph-site-footer-brand h2 {
	font-size: 24px;
	letter-spacing: 0;
}

.ph-site-footer-brand p {
	max-width: 310px;
	margin: 0;
	color: #cbd5e1;
	line-height: 1.7;
}

.ph-site-footer-links {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ph-site-footer-links a {
	color: #dbeafe;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.ph-site-footer-links a:hover,
.ph-site-footer-links a:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ph-site-footer-bottom {
	border-top: 1px solid rgba(219, 227, 238, 0.18);
}

.ph-site-footer-bottom p {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 16px 0;
	color: #b6c5d8;
	font-size: 13px;
	line-height: 1.6;
}

.ph-shop-results {
	min-width: 0;
	padding: 22px;
}

.ph-shop-results > h2 {
	font-size: 24px;
}

.ph-shop-empty-card {
	padding: 28px;
	background: #f8fafc;
	box-shadow: none;
}

.ph-shop-empty-card p {
	max-width: 620px;
	margin: 0;
	color: #334155;
	line-height: 1.7;
}

/* WooCommerce single product foundation. */
.single-product.woocommerce .site-content {
	background: #f8fafc;
}

.single-product.woocommerce div.product {
	width: min(1180px, calc(100vw - 40px));
	margin: 28px auto 58px;
	color: #1f2937;
}

.single-product.woocommerce div.product::before,
.single-product.woocommerce div.product::after {
	content: "";
	display: none;
	clear: both;
}

.single-product.woocommerce div.product .woocommerce-product-gallery,
.single-product.woocommerce div.product .summary {
	box-sizing: border-box;
	float: none;
	width: auto;
}

.single-product.woocommerce div.product .woocommerce-product-gallery {
	padding: 22px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product.woocommerce div.product .woocommerce-product-gallery img,
.single-product.woocommerce div.product .woocommerce-placeholder {
	width: 100%;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.single-product.woocommerce div.product .summary {
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.single-product.woocommerce div.product .product_title {
	margin: 0 0 12px;
	color: #06234d;
	font-size: 38px;
	line-height: 1.12;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description {
	margin-bottom: 20px;
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-product-key-attributes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
	padding: 14px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-product-key-attribute {
	min-width: 0;
}

.ph-product-key-attribute span {
	display: block;
	margin-bottom: 3px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ph-product-key-attribute strong {
	display: block;
	color: #06234d;
	font-size: 14px;
	line-height: 1.35;
}

.single-product.woocommerce div.product form.cart,
.single-product.woocommerce div.product form.variations_form {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-variation-selection-hint {
	margin-bottom: 14px;
	padding: 12px 14px;
	border: 1px solid #c7d8ef;
	background: #eff6ff;
	color: #274060;
	font-size: 14px;
	line-height: 1.6;
}

.single-product.woocommerce div.product table.variations {
	margin-bottom: 16px;
}

.single-product.woocommerce div.product table.variations th,
.single-product.woocommerce div.product table.variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.single-product.woocommerce div.product table.variations label {
	display: block;
	margin-bottom: 8px;
	color: #06234d;
	font-weight: 800;
}

.single-product.woocommerce div.product table.variations select,
.single-product.woocommerce div.product .quantity .qty {
	width: 100%;
	min-height: 44px;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #1f2937;
}

.ph-model-card-picker {
	margin: 16px 0;
}

.ph-model-card-picker.is-ready + table.variations,
.ph-model-card-picker.is-ready ~ table.variations {
	display: none !important;
}

.ph-model-card-picker-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
	color: #06234d;
}

.ph-model-card-picker-header strong {
	font-size: 15px;
	font-weight: 900;
}

.ph-model-card-clear {
	padding: 0;
	border: 0;
	background: transparent;
	color: #0b4fb3;
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

.ph-model-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ph-model-card {
	display: grid;
	gap: 6px;
	padding: 13px;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #1f2937;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ph-model-card:hover,
.ph-model-card:focus-visible {
	border-color: #0b4fb3;
	box-shadow: 0 0 0 2px rgba(11, 79, 179, 0.12);
	outline: 0;
}

.ph-model-card.is-selected {
	border-color: #0b4fb3;
	background: #eff6ff;
	box-shadow: 0 0 0 2px rgba(11, 79, 179, 0.16);
}

.ph-model-card-sku {
	color: #06234d;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

.ph-model-card-spec {
	color: #475569;
	font-size: 13px;
	line-height: 1.35;
}

.ph-model-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 2px;
}

.ph-model-card-price {
	color: #06234d;
	font-weight: 900;
}

.ph-model-card-stock {
	color: #166534;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.single-product.woocommerce div.product .single_variation_wrap {
	display: grid;
	gap: 14px;
}

.single-product.woocommerce div.product .single_variation {
	padding: 12px 14px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.single-product.woocommerce div.product .single_variation .price {
	display: block;
	margin: 0 0 6px;
	color: #06234d;
	font-size: 24px;
	font-weight: 800;
}

.single-product.woocommerce div.product .single_variation .stock {
	margin: 0;
	color: #166534;
	font-weight: 800;
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart .quantity {
	width: 92px;
	margin: 0;
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	flex: 1 1 180px;
	min-height: 46px;
}

.single-product.woocommerce div.product .single_add_to_cart_button,
.single-product.woocommerce div.product .button {
	border-radius: 0;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 800;
}

.single-product.woocommerce div.product .price,
.single-product.woocommerce div.product .stock {
	color: #334155;
}

.single-product.woocommerce div.product .product_meta {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #dbe3ee;
	color: #64748b;
	font-size: 14px;
}

.single-product.woocommerce.postid-276 div.product .product_meta,
.single-product.woocommerce.postid-276 div.product .related.products {
	display: none;
}

.ph-single-custom-note {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-single-custom-note strong {
	display: block;
	margin-bottom: 6px;
	color: #06234d;
}

.ph-single-custom-note p {
	margin: 0 0 10px;
	color: #475569;
	line-height: 1.6;
}

.ph-single-custom-note a {
	color: #0b4fb3;
	font-weight: 800;
	text-decoration: none;
}

.single-product.woocommerce div.product .woocommerce-tabs {
	clear: both;
	margin-top: 28px;
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.ph-available-models {
	clear: both;
	flex-basis: 100%;
	width: 100%;
	margin-top: 28px;
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.ph-available-models-header {
	margin-bottom: 18px;
}

.ph-available-models-header h2 {
	margin: 0 0 8px;
	color: #06234d;
	font-size: 24px;
	line-height: 1.2;
}

.ph-available-models-header p {
	max-width: 720px;
	margin: 0;
	color: #475569;
	line-height: 1.6;
}

.ph-available-models-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #dbe3ee;
}

.ph-available-models-table {
	width: 100%;
	min-width: 820px;
	margin: 0;
	border-collapse: collapse;
	background: #ffffff;
	font-size: 14px;
}

.ph-available-models-table th,
.ph-available-models-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e2e8f0;
	color: #334155;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.ph-available-models-table thead th {
	background: #f8fafc;
	color: #06234d;
	font-size: 13px;
	font-weight: 800;
}

.ph-available-models-table tbody th {
	color: #0b4fb3;
	font-weight: 800;
}

.ph-available-models-table tbody tr:last-child th,
.ph-available-models-table tbody tr:last-child td {
	border-bottom: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #dbe3ee;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: transparent;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #334155;
	font-weight: 800;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #0b4fb3;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel h2 {
	color: #06234d;
	font-size: 24px;
}

@media (min-width: 921px) {
	.single-product.woocommerce .site-content .ast-container {
		display: block;
		max-width: 1220px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.single-product.woocommerce #primary,
	.single-product.woocommerce .content-area {
		width: 100%;
		max-width: 100%;
	}

	.single-product.woocommerce div.product {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
		align-items: start;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery,
	.single-product.woocommerce div.product .summary {
		float: none !important;
		clear: none !important;
		margin: 0;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery {
		flex: 0 1 calc(45% - 16px);
		width: calc(45% - 16px) !important;
		max-width: calc(45% - 16px);
	}

	.single-product.woocommerce div.product .summary {
		flex: 1 1 calc(55% - 16px);
		width: calc(55% - 16px) !important;
		max-width: calc(55% - 16px);
		min-width: 0;
	}

	.ph-available-models,
	.single-product.woocommerce div.product .woocommerce-tabs,
	.single-product.woocommerce div.product .ph-single-custom-note,
	.single-product.woocommerce div.product .related,
	.single-product.woocommerce div.product .upsells {
		flex-basis: 100%;
		width: 100%;
	}
}

@media (max-width: 920px) {
	body.single-product {
		overflow-x: hidden;
	}

	.single-product.woocommerce .site-content {
		overflow-x: hidden;
	}

	.single-product.woocommerce .site-content .ast-container {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
		padding-right: 16px;
		padding-left: 16px;
	}

	.single-product.woocommerce #primary,
	.single-product.woocommerce .content-area {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.single-product.woocommerce div.product {
		box-sizing: border-box;
		display: block;
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
		overflow-x: hidden;
		margin-right: 0;
		margin-left: 0;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery,
	.single-product.woocommerce div.product .summary {
		float: none !important;
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.single-product.woocommerce div.product .summary,
	.single-product.woocommerce div.product .product_title,
	.single-product.woocommerce div.product .woocommerce-product-details__short-description {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery {
		overflow: hidden;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper,
	.single-product.woocommerce div.product .woocommerce-product-gallery__image,
	.single-product.woocommerce div.product .woocommerce-product-gallery__image a,
	.single-product.woocommerce div.product .woocommerce-product-gallery__image img {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
	}

	.single-product.woocommerce div.product .flex-control-thumbs {
		display: flex;
		gap: 10px;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.single-product.woocommerce div.product .flex-control-thumbs li {
		flex: 0 0 72px;
		width: 72px !important;
	}

	.ph-available-models,
	.single-product.woocommerce div.product .woocommerce-tabs {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}

@media (max-width: 620px) {
	.ph-retail-home {
		width: min(340px, calc(100vw - 32px));
		padding-top: 24px;
	}

	.ph-retail-hero,
	.ph-retail-notice,
	.ph-retail-category-preview {
		padding: 22px;
	}

	.ph-retail-home h1 {
		font-size: 32px;
	}

	.ph-retail-actions {
		display: grid;
	}
}

@media (max-width: 980px) {
	.ph-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.ph-shop-category-home,
	.ph-retail-custom-callout,
	.ph-retail-prep-small {
		width: min(340px, calc(100vw - 32px));
	}

	.ph-shop-category-home {
		padding-top: 22px;
	}

	.ph-shop-category-intro h1 {
		font-size: 32px;
	}

	.ph-shop-category-grid {
		gap: 12px;
	}

	.ph-shop-category-title {
		min-height: 52px;
		font-size: 15px;
	}

	.ph-shop-category-body {
		padding: 13px;
	}

	.ph-shop-category-mark {
		width: 54px;
		height: 54px;
		font-size: 17px;
	}
}

@media (max-width: 900px) {
	.ph-shop-archive-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ph-shop-sidebar {
		order: 1;
	}

	.ph-shop-results {
		order: 2;
	}
}

@media (max-width: 620px) {
	.ph-shop-archive-wrap {
		width: min(340px, calc(100vw - 32px));
		padding-top: 22px;
	}

	.ph-shop-archive-header h1 {
		font-size: 32px;
	}

	.ph-shop-results,
	.ph-shop-empty-card,
	.ph-product-sidebar-nav,
	.ph-product-filter-placeholder {
		padding: 18px;
	}

	.single-product.woocommerce div.product {
		width: min(100%, 358px);
		max-width: 358px;
		margin-top: 22px;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery,
	.single-product.woocommerce div.product .summary,
	.single-product.woocommerce div.product .woocommerce-tabs,
	.ph-available-models {
		padding: 18px;
	}

	.ph-available-models-header h2 {
		font-size: 22px;
	}

	.ph-available-models-scroll {
		margin-right: -2px;
		margin-left: -2px;
	}

	.single-product.woocommerce div.product .product_title {
		font-size: 30px;
	}

	.single-product.woocommerce div.product form.cart,
	.single-product.woocommerce div.product form.variations_form {
		padding: 14px;
	}

	.ph-model-card-picker-header,
	.ph-model-card-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ph-model-card-grid {
		grid-template-columns: 1fr;
	}

	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0 0 6px;
	}

	.site-footer,
	.ast-footer-copyright,
	.ast-footer-copyright p {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.ast-footer-copyright {
		width: min(340px, calc(100vw - 32px));
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.site-below-footer-inner-wrap,
	.site-footer-section,
	.site-footer .ast-builder-layout-element {
		min-width: 0;
		max-width: 100%;
	}

	.site-footer .ast-footer-copyright p {
		display: block;
		width: min(240px, calc(100vw - 80px));
		margin-right: auto;
		margin-left: auto;
		line-height: 1.6;
		white-space: normal !important;
	}
}

.ast-header-break-point .ast-button-wrap .menu-toggle.main-header-menu-toggle {
	min-width: 42px;
	min-height: 42px;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #0b4fb3;
}

.ast-header-break-point .ast-button-wrap .menu-toggle.main-header-menu-toggle:hover,
.ast-header-break-point .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
	border-color: #0b4fb3;
	background: #eff6ff;
	color: #063f8f;
}

.ast-header-break-point #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-right: 20px;
	padding-left: 20px;
}

.ast-header-break-point #ast-mobile-header .ast-primary-header-bar {
	position: relative;
}

.ast-header-break-point #ast-mobile-header .site-header-primary-section-left,
.ast-header-break-point #ast-mobile-header .site-header-primary-section-right {
	min-width: 0;
}

.ast-header-break-point #ast-mobile-header .site-header-primary-section-right {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-left: auto;
	transform: translateY(-50%);
}

/* Product Family prototype page. */
.ph-product-family {
	background: #ffffff;
	color: #1f2937;
	overflow-x: hidden;
}

.ph-product-family *,
.ph-product-family *::before,
.ph-product-family *::after {
	box-sizing: border-box;
}

.ph-family-wrap {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 32px 0 56px;
}

.ph-family-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	color: #64748b;
	font-size: 14px;
}

.ph-family-breadcrumb a {
	color: #0b4fb3;
	text-decoration: none;
}

.ph-family-hero {
	display: grid;
	grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	padding: 28px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}

.ph-family-media {
	width: 100%;
	min-width: 0;
}

.ph-family-summary,
.ph-family-section,
.ph-family-contact {
	max-width: 100%;
	min-width: 0;
}

.ph-family-image,
.ph-family-placeholder {
	display: flex;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7e1ee;
	background: #f4f7fb;
}

.ph-family-image {
	object-fit: cover;
}

.ph-family-placeholder {
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.ph-family-placeholder::before {
	width: 42%;
	height: 42%;
	border: 2px solid #0b4fb3;
	border-radius: 50%;
	box-shadow: inset -16px -12px 0 rgba(11, 79, 179, 0.08);
	content: "";
}

.ph-family-placeholder-brand {
	color: #06234d;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
}

.ph-family-placeholder-text {
	color: #475569;
	font-size: 14px;
}

.ph-family-summary h1 {
	margin: 0 0 14px;
	color: #06234d;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
}

.ph-family-short-description {
	margin: 0 0 18px;
	color: #334155;
	font-size: 18px;
	line-height: 1.6;
}

.ph-family-notice {
	margin: 0;
	padding: 14px 16px;
	border-left: 4px solid #0b4fb3;
	background: #ffffff;
	color: #334155;
}

.ph-family-section {
	padding: 34px 0;
	border-bottom: 1px solid #e2e8f0;
}

.ph-family-section h2,
.ph-family-contact h2 {
	margin: 0 0 16px;
	color: #06234d;
	font-size: 28px;
	line-height: 1.2;
}

.ph-family-filters h3 {
	margin: 0 0 16px;
	color: #06234d;
	font-size: 20px;
	line-height: 1.25;
}

.ph-family-content,
.ph-family-section p,
.ph-family-list {
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-family-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	margin: 0;
	padding-left: 20px;
}

.ph-family-spec-note {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #dbeafe;
	background: #f8fbff;
	color: #334155;
}

.ph-family-spec-note-secondary {
	margin-top: -8px;
	border-color: #e2e8f0;
	background: #ffffff;
}

.ph-family-filters {
	margin: 0 0 20px;
	padding: 18px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-family-filter-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ph-family-filter-grid label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #06234d;
	font-size: 13px;
	font-weight: 700;
}

.ph-family-filter-grid select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #1f2937;
	font-size: 14px;
}

.ph-family-filter-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.ph-family-result-count {
	color: #334155;
	font-size: 14px;
	font-weight: 700;
}

.ph-family-clear {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #0b4fb3;
	background: #ffffff;
	color: #0b4fb3;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.ph-family-clear:hover,
.ph-family-clear:focus {
	background: #0b4fb3;
	color: #ffffff;
}

.ph-family-no-results {
	margin: 16px 0 0;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
}

.ph-family-table-wrap {
	overflow-x: auto;
	border: 1px solid #dbe3ee;
}

.ph-family-spec-table {
	width: 100%;
	min-width: 980px;
	border-collapse: collapse;
	background: #ffffff;
}

.ph-family-spec-table th,
.ph-family-spec-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e2e8f0;
	text-align: left;
	vertical-align: top;
}

.ph-family-spec-table th {
	background: #f1f5f9;
	color: #06234d;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ph-family-spec-table td {
	color: #334155;
	font-size: 14px;
}

.ph-family-status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border: 1px solid #cbd5e1;
	background: #f8fafc;
	color: #334155;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.ph-family-status-quote-required {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #0b4fb3;
}

.ph-family-status-custom-requirement {
	border-color: #0f2d5c;
	background: #ffffff;
	color: #0f2d5c;
}

.ph-family-status-currently-unavailable {
	border-color: #d1d5db;
	background: #f3f4f6;
	color: #6b7280;
}

.ph-family-status-online-ordering-paused,
.ph-family-status-status-under-review {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #475569;
}

.ph-family-download {
	color: #0b4fb3;
	font-weight: 700;
	text-decoration: none;
}

.ph-family-contact {
	margin-top: 34px;
	padding: 28px;
	background: #06234d;
	color: #ffffff;
}

.ph-family-contact h2,
.ph-family-contact p {
	color: #ffffff;
}

.ph-family-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	padding: 0 18px;
	background: #ffffff;
	color: #06234d;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 760px) {
	body.single-ph_product_family .ast-container {
		display: block;
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		overflow-x: hidden;
	}

	.ph-family-wrap {
		width: calc(100vw - 80px);
		max-width: calc(100vw - 80px);
		padding-top: 22px;
		padding-right: 0;
		padding-left: 0;
	}

	.ph-family-hero {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 18px;
		max-width: 100%;
	}

	.ph-family-summary h1 {
		font-size: 30px;
	}

	.ph-family-short-description,
	.ph-family-notice,
	.ph-family-content,
	.ph-family-section p {
		overflow-wrap: anywhere;
	}

	.ph-family-list {
		grid-template-columns: 1fr;
	}

	.ph-family-filter-grid {
		grid-template-columns: 1fr;
	}

	.ph-family-filter-meta {
		align-items: stretch;
		flex-direction: column;
	}

	.ph-family-clear {
		width: 100%;
	}

	.ph-family-table-wrap {
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.ph-family-contact {
		padding: 22px;
	}
}

@media (max-width: 480px) {
	.ph-family-wrap {
		width: min(310px, calc(100vw - 32px));
		max-width: min(310px, calc(100vw - 32px));
	}
}

/* Request a Quote page. */
.ph-rfq-page {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 34px 0 58px;
	color: #1f2937;
}

.ph-rfq-page *,
.ph-rfq-page *::before,
.ph-rfq-page *::after {
	box-sizing: border-box;
}

.ph-rfq-hero {
	margin-bottom: 26px;
	padding: 30px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-rfq-title {
	display: block;
	margin: 0 0 12px;
	color: #06234d;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.1;
}

.ph-rfq-hero p {
	max-width: 820px;
	margin: 0;
	color: #334155;
	font-size: 17px;
	line-height: 1.7;
}

.ph-rfq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 24px;
	align-items: start;
}

.ph-rfq-form-card,
.ph-rfq-contact-card {
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.ph-rfq-form-card {
	padding: 26px;
}

.ph-rfq-contact-card {
	padding: 24px;
	background: #f8fafc;
}

.ph-rfq-form-card h2,
.ph-rfq-contact-card h2 {
	margin: 0 0 16px;
	color: #06234d;
	font-size: 24px;
	line-height: 1.25;
}

.ph-rfq-contact-card p {
	margin: 0 0 14px;
	color: #334155;
	line-height: 1.7;
}

.ph-rfq-contact-card a {
	color: #0b4fb3;
	font-weight: 700;
	text-decoration: none;
}

.ph-rfq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ph-rfq-field,
.ph-rfq-field-full {
	display: grid;
	gap: 7px;
	margin: 0 0 16px;
	color: #06234d;
	font-size: 14px;
	font-weight: 700;
}

.ph-rfq-field-full {
	grid-column: 1 / -1;
}

.ph-rfq-field input,
.ph-rfq-field select,
.ph-rfq-field textarea,
.ph-rfq-field-full input,
.ph-rfq-field-full select,
.ph-rfq-field-full textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #1f2937;
	font-size: 15px;
}

.ph-rfq-field textarea,
.ph-rfq-field-full textarea {
	min-height: 132px;
}

.ph-rfq-submit {
	margin-top: 4px;
}

.ph-rfq-submit input[type="submit"] {
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #0b4fb3;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.ph-rfq-submit input[type="submit"]:hover,
.ph-rfq-submit input[type="submit"]:focus {
	background: #063f8f;
	border-color: #063f8f;
}

.ph-rfq-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ph-rfq-page .wpcf7 form.sent .wpcf7-response-output {
	margin: 18px 0 0;
	border-color: #0b4fb3;
	background: #eff6ff;
	color: #06234d;
}

.ph-rfq-page .wpcf7-not-valid-tip {
	color: #b91c1c;
	font-size: 13px;
	font-weight: 600;
}

@media (max-width: 820px) {
	.ph-rfq-layout,
	.ph-rfq-grid {
		grid-template-columns: 1fr;
	}

	.ph-rfq-hero,
	.ph-rfq-form-card,
	.ph-rfq-contact-card {
		padding: 22px;
	}
}

/* Product Catalog prototype page. */
.ph-catalog-page {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 10px 0 58px;
	color: #1f2937;
}

.ph-catalog-page *,
.ph-catalog-page *::before,
.ph-catalog-page *::after {
	box-sizing: border-box;
}

.ph-catalog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	color: #64748b;
	font-size: 14px;
}

.ph-catalog-breadcrumb a {
	color: #0b4fb3;
	text-decoration: none;
}

.ph-catalog-hero,
.ph-catalog-notice,
.ph-catalog-empty {
	padding: 18px 20px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-catalog-hero {
	margin-bottom: 16px;
}

.ph-catalog-hero p,
.ph-catalog-notice,
.ph-catalog-empty {
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-catalog-hero p {
	max-width: 860px;
	margin: 0;
}

.ph-catalog-notice {
	margin: 0 0 30px;
	background: #ffffff;
}

.ph-catalog-section {
	padding: 30px 0;
	border-top: 1px solid #e2e8f0;
}

.ph-catalog-section h2 {
	margin: 0 0 18px;
	color: #06234d;
	font-size: 28px;
	line-height: 1.2;
}

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

.ph-catalog-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.ph-catalog-card-media {
	display: block;
	border-bottom: 1px solid #e2e8f0;
	text-decoration: none !important;
}

.ph-catalog-card-media * {
	text-decoration: none !important;
}

.ph-catalog-image,
.ph-catalog-placeholder {
	display: flex;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	background: #f4f7fb;
}

.ph-catalog-image {
	object-fit: cover;
}

.ph-catalog-placeholder {
	flex-direction: column;
	gap: 8px;
	color: #06234d;
	text-align: center;
}

.ph-catalog-placeholder-mark {
	width: 38%;
	aspect-ratio: 1 / 1;
	border: 2px solid #0b4fb3;
	border-radius: 50%;
	box-shadow: inset -14px -10px 0 rgba(11, 79, 179, 0.08);
}

.ph-catalog-placeholder-brand {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
}

.ph-catalog-placeholder-text {
	padding: 0 14px;
	color: #475569;
	font-size: 13px;
}

.ph-catalog-card-body {
	display: grid;
	gap: 12px;
	padding: 18px;
	align-content: start;
}

.ph-catalog-card-category {
	margin: 0;
	color: #0b4fb3;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ph-catalog-card h3 {
	margin: 0;
	color: #06234d;
	font-size: 22px;
	line-height: 1.25;
}

.ph-catalog-card p {
	margin: 0;
	color: #334155;
	line-height: 1.6;
}

.ph-catalog-button {
	display: inline-flex;
	width: max-content;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 0 16px;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.ph-catalog-button:hover,
.ph-catalog-button:focus {
	background: #063f8f;
	color: #ffffff;
}

@media (max-width: 900px) {
	.ph-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	body.page-id-238 .entry-title {
		font-size: 28px;
		line-height: 1.18;
		overflow-wrap: anywhere;
	}

	.ph-catalog-page {
		width: min(330px, calc(100vw - 32px));
	}

	.ph-catalog-grid {
		grid-template-columns: 1fr;
	}

	.ph-catalog-hero,
	.ph-catalog-notice,
	.ph-catalog-empty {
		padding: 16px;
	}
}

/* Homepage industrial optics structure. */
.ph-homepage {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 34px 0 60px;
	color: #1f2937;
}

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

.ph-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 34px;
	align-items: stretch;
	overflow: hidden;
	padding: 34px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-home-hero-copy {
	display: grid;
	align-content: center;
}

.ph-home-label {
	margin: 0 0 12px;
	color: #0b4fb3;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ph-home-hero h1 {
	margin: 0 0 18px;
	color: #06234d;
	font-size: clamp(36px, 4.2vw, 56px);
	line-height: 1.08;
}

.ph-home-hero-copy > p:not(.ph-home-label) {
	max-width: 680px;
	margin: 0;
	color: #334155;
	font-size: 18px;
	line-height: 1.7;
}

.ph-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.ph-home-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid #0b4fb3;
	font-weight: 800;
	text-decoration: none;
}

.ph-home-button-primary {
	background: #0b4fb3;
	color: #ffffff;
}

.ph-home-button-secondary {
	background: #ffffff;
	color: #0b4fb3;
}

.ph-home-button:hover,
.ph-home-button:focus {
	background: #063f8f;
	border-color: #063f8f;
	color: #ffffff;
}

.ph-home-hero-media {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	min-width: 0;
	min-height: 360px;
	aspect-ratio: 16 / 10;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #153e75;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
		linear-gradient(145deg, #061a31 0%, #0a2f5f 58%, #dceaf8 100%);
	color: #ffffff;
	text-align: center;
}

.ph-home-hero-media::before,
.ph-home-hero-media::after {
	position: absolute;
	border: 2px solid rgba(226, 239, 255, 0.75);
	border-radius: 50%;
	content: "";
}

.ph-home-hero-media::before {
	width: 42%;
	aspect-ratio: 1 / 1;
	transform: translate(-46%, -8%);
	box-shadow: inset -18px -14px 0 rgba(255, 255, 255, 0.12);
}

.ph-home-hero-media::after {
	width: 28%;
	aspect-ratio: 1 / 1;
	transform: translate(48%, 18%);
	background: rgba(255, 255, 255, 0.08);
}

.ph-home-hero-orbit {
	position: absolute;
	width: 76%;
	height: 22%;
	border: 2px solid rgba(74, 144, 226, 0.7);
	border-radius: 50%;
	transform: translateY(44%) rotate(-8deg);
}

.ph-home-hero-brand,
.ph-home-hero-text {
	position: relative;
	z-index: 1;
	display: block;
}

.ph-home-hero-brand {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
}

.ph-home-hero-text {
	margin-top: 8px;
	color: #dbeafe;
	font-size: 15px;
}

.ph-home-catalog-preview,
.ph-home-pathways,
.ph-home-prep-notice {
	margin-top: 34px;
}

.ph-home-section-heading {
	margin-bottom: 22px;
}

.ph-home-section-heading h2,
.ph-home-category-section h3,
.ph-home-pathways h2 {
	margin: 0 0 10px;
	color: #06234d;
	line-height: 1.2;
}

.ph-home-section-heading h2 {
	font-size: 32px;
}

.ph-home-section-heading p {
	margin: 0;
	color: #334155;
	font-size: 16px;
	line-height: 1.7;
}

.ph-home-category-section {
	padding-top: 22px;
	border-top: 1px solid #e2e8f0;
}

.ph-home-category-section h3 {
	font-size: 26px;
}

.ph-home-catalog-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-home-pathways {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ph-home-pathways article {
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.ph-home-pathways p {
	margin: 0 0 16px;
	color: #334155;
	line-height: 1.7;
}

.ph-home-pathways a {
	color: #0b4fb3;
	font-weight: 800;
	text-decoration: none;
}

.ph-home-prep-notice {
	padding: 16px 18px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
	color: #334155;
	line-height: 1.7;
}

.ph-mobile-bottom-nav {
	display: none;
}

@media (max-width: 900px) {
	.ph-home-hero,
	.ph-home-pathways {
		grid-template-columns: 1fr;
	}

	.ph-home-hero-media {
		min-height: 300px;
	}

	.ph-home-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-site-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.ph-homepage {
		width: min(330px, calc(100vw - 32px));
		padding-top: 24px;
	}

	.ph-home-hero {
		padding: 20px;
	}

	.ph-home-hero h1 {
		font-size: 32px;
	}

	.ph-home-hero-copy > p:not(.ph-home-label),
	.ph-home-prep-notice {
		font-size: 16px;
	}

	.ph-home-actions {
		display: grid;
	}

	.ph-home-button {
		width: 100%;
	}

	.ph-home-hero-media {
		min-height: 250px;
	}

	.ph-home-catalog-grid {
		grid-template-columns: 1fr;
	}

	.ph-site-footer-inner,
	.ph-site-footer-bottom p {
		width: min(340px, calc(100vw - 32px));
	}

	.ph-site-footer-inner {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 32px 0 26px;
	}

	.ph-site-footer-brand p {
		max-width: none;
	}
}

@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}

	body {
		padding-bottom: calc(74px + env(safe-area-inset-bottom));
	}

	.ph-shop-category-home,
	.ph-retail-custom-callout,
	.ph-retail-prep-small,
	.ph-shop-archive-wrap,
	.ph-site-footer-inner,
	.ph-site-footer-bottom p {
		width: calc(100vw - 48px);
		max-width: 340px;
	}

	.ph-mobile-bottom-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		min-height: 64px;
		padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
		border-top: 1px solid #dbe3ee;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.12);
	}

	.ph-mobile-bottom-nav-link {
		display: flex;
		min-width: 0;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 2px;
		border-radius: 8px;
		color: #0f172a;
		font-size: 11px;
		font-weight: 800;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
	}

	.ph-mobile-bottom-nav-link:hover,
	.ph-mobile-bottom-nav-link:focus {
		background: #eef5ff;
		color: #0b4fb3;
		outline: none;
	}

	.ph-mobile-bottom-nav-icon {
		display: block;
		color: #0b4fb3;
		font-size: 19px;
		line-height: 1;
	}

	.ph-mobile-bottom-nav-label {
		display: block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* Catalog homepage and header responsive refinements. */
@media (max-width: 920px) {
	.ph-utility-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 8px 0;
	}

	.ph-utility-links {
		justify-content: flex-start;
		gap: 10px 14px;
	}

	.ph-header-search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.ph-catalog-hero {
		grid-template-columns: 1fr;
	}

	.ph-catalog-banner {
		min-height: 0;
	}

	.ph-catalog-slide.is-primary {
		padding: 34px 24px;
	}

	.ph-catalog-slide h1 {
		font-size: 34px;
	}

	.ph-catalog-slide-grid {
		grid-template-columns: 1fr;
	}

	.ph-catalog-slide-grid .ph-catalog-slide:first-child {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	}

	.ph-featured-category-grid,
	.ph-home-info-grid,
	.ph-technical-preview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.ph-catalog-home {
		width: min(100%, calc(100vw - 28px));
		padding-top: 18px;
	}

	.ph-catalog-menu-head,
	.ph-catalog-level-1,
	.ph-catalog-level-2,
	.ph-catalog-level-3 {
		padding-right: 14px;
		padding-left: 14px;
	}

	.ph-catalog-slide {
		padding: 22px;
	}

	.ph-catalog-slide::after {
		width: 120px;
		height: 120px;
		border-width: 12px;
		opacity: 0.72;
	}

	.ph-catalog-slide h1 {
		font-size: 30px;
	}

	.ph-featured-category-grid,
	.ph-home-info-grid,
	.ph-technical-preview-grid {
		grid-template-columns: 1fr;
	}

	.ph-home-section,
	.ph-home-info-grid article,
	.ph-home-final-cta {
		padding: 20px;
	}
}

/* PHOSLENS product series table. */
.tax-product_cat.term-plano-convex-lenses .ph-shop-archive-header {
	margin-bottom: 24px;
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.tax-product_cat.term-plano-convex-lenses .ph-shop-archive-header h1 {
	max-width: 760px;
	margin-bottom: 12px;
	font-size: 38px;
}

.tax-product_cat.term-plano-convex-lenses .ph-shop-archive-description {
	max-width: 860px;
	color: #334155;
	font-size: 16px;
}

.ph-series-table {
	margin: 0 0 28px;
	padding: 24px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.ph-series-table-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 20px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e8f0;
}

.ph-series-table-head h2 {
	margin: 0 0 8px;
	color: #06234d;
	font-size: 26px;
	line-height: 1.2;
}

.ph-series-table-head p,
.ph-series-count,
.ph-series-no-results {
	margin: 0;
	color: #475569;
	line-height: 1.65;
}

.ph-series-count {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 4px 10px;
	border: 1px solid #cfdbe8;
	background: #f8fafc;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.ph-series-filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(145px, 1fr)) auto;
	gap: 12px;
	align-items: end;
	margin-bottom: 14px;
	padding: 16px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-series-filters label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #06234d;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
}

.ph-series-filters select {
	width: 100%;
	min-height: 40px;
	padding: 8px 34px 8px 10px;
	border: 1px solid #cbd5e1;
	background-color: #ffffff;
	color: #1f2937;
	font-size: 14px;
}

.ph-series-filters select:focus,
.ph-series-cart-form input[type="number"]:focus {
	border-color: #0b4fb3;
	box-shadow: 0 0 0 2px rgba(11, 79, 179, 0.12);
	outline: 0;
}

.ph-series-clear {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #0b4fb3;
	background: #ffffff;
	color: #0b4fb3;
	font-weight: 900;
	white-space: nowrap;
}

.ph-series-clear:hover,
.ph-series-clear:focus {
	background: #eef5ff;
	color: #06234d;
}

.ph-series-table-scroll {
	max-width: 100%;
	margin-top: 14px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #dbe3ee;
	background: #ffffff;
}

.ph-series-table-scroll:focus {
	box-shadow: 0 0 0 2px rgba(11, 79, 179, 0.16);
	outline: 0;
}

.ph-series-model-table {
	width: 100%;
	min-width: 1040px;
	margin: 0;
	border-collapse: collapse;
}

.ph-series-model-table th,
.ph-series-model-table td {
	padding: 12px 11px;
	border-bottom: 1px solid #e2e8f0;
	color: #334155;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.ph-series-model-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #cbd5e1;
	background: #edf4fb;
	color: #06234d;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ph-series-model-table tbody tr:nth-child(even) {
	background: #fbfdff;
}

.ph-series-model-table tbody tr:hover {
	background: #f3f8fd;
}

.ph-series-model-table tbody th {
	font-weight: 900;
}

.ph-series-model-table tbody th a {
	color: #0b4fb3;
	font-weight: 900;
	text-decoration: none;
}

.ph-series-model-table tbody th a:hover,
.ph-series-model-table tbody th a:focus {
	color: #06234d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ph-series-model-table td:nth-child(8) {
	color: #06234d;
	font-weight: 900;
}

.ph-series-cart-form {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	white-space: nowrap;
}

.ph-series-cart-form input[type="number"] {
	width: 58px;
	min-height: 36px;
	padding: 4px 6px;
	border: 1px solid #cbd5e1;
	background: #ffffff;
	color: #1f2937;
	text-align: center;
}

.ph-series-cart-button {
	min-height: 36px;
	padding: 0 11px !important;
	border: 1px solid #0b4fb3 !important;
	background: #0b4fb3 !important;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.ph-series-cart-button:hover,
.ph-series-cart-button:focus {
	border-color: #06234d !important;
	background: #06234d !important;
	color: #ffffff !important;
}

.ph-series-status {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #cbd5e1;
	background: #f8fafc;
	color: #475569;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.ph-page-content {
	width: min(960px, calc(100vw - 40px));
	margin: 0 auto 48px;
	color: #334155;
}

.ph-page-content h2 {
	margin: 28px 0 10px;
	color: #06234d;
}

.ph-page-content p {
	line-height: 1.75;
}

/* PHOSLENS Custom Optics / RFQ page. */
.ph-custom-rfq {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto 56px;
	color: #334155;
}

.ph-custom-rfq-hero,
.ph-custom-rfq-panel,
.ph-custom-rfq-form-panel {
	border: 1px solid #dbe3ee;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.ph-custom-rfq-hero {
	margin-bottom: 24px;
	padding: 32px;
}

.ph-custom-rfq-kicker {
	margin: 0 0 10px;
	color: #0b4fb3;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ph-custom-rfq-hero p:last-child {
	max-width: 850px;
	margin-bottom: 0;
	color: #334155;
	font-size: 17px;
	line-height: 1.7;
}

.ph-custom-rfq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 24px;
}

.ph-custom-rfq-card {
	padding: 18px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
}

.ph-custom-rfq-card h2,
.ph-custom-rfq-panel h2,
.ph-custom-rfq-form-panel h2 {
	margin: 0 0 10px;
	color: #06234d;
	font-size: 21px;
	line-height: 1.25;
}

.ph-custom-rfq-card p,
.ph-custom-rfq-panel p,
.ph-custom-rfq-panel li,
.ph-custom-rfq-form-panel p {
	color: #475569;
	line-height: 1.65;
}

.ph-custom-rfq-card p {
	margin: 0;
}

.ph-custom-rfq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 24px;
	align-items: start;
}

.ph-custom-rfq-form-panel,
.ph-custom-rfq-panel {
	padding: 24px;
}

.ph-custom-rfq-form-panel {
	min-width: 0;
}

.ph-custom-rfq-form-panel .wpcf7-form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.ph-custom-rfq-form-panel .wpcf7-form p {
	margin: 0;
}

.ph-custom-rfq-form-panel label {
	display: grid;
	gap: 6px;
	color: #06234d;
	font-size: 13px;
	font-weight: 900;
}

.ph-custom-rfq-form-panel input,
.ph-custom-rfq-form-panel select,
.ph-custom-rfq-form-panel textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	background-color: #ffffff;
	color: #1f2937;
	font-size: 15px;
}

.ph-custom-rfq-form-panel textarea {
	min-height: 140px;
	resize: vertical;
}

.ph-custom-rfq-form-panel input:focus,
.ph-custom-rfq-form-panel select:focus,
.ph-custom-rfq-form-panel textarea:focus {
	border-color: #0b4fb3;
	box-shadow: 0 0 0 2px rgba(11, 79, 179, 0.12);
	outline: 0;
}

.ph-custom-rfq-form-panel input[type="submit"] {
	width: auto;
	min-height: 42px;
	padding: 0 20px;
	border-color: #0b4fb3;
	background: #0b4fb3;
	color: #ffffff;
	font-weight: 900;
}

.ph-custom-rfq-form-panel input[type="submit"]:hover,
.ph-custom-rfq-form-panel input[type="submit"]:focus {
	border-color: #06234d;
	background: #06234d;
}

.ph-custom-rfq-panel ul {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding-left: 20px;
}

.ph-custom-rfq-note {
	margin-top: 18px;
	padding: 14px;
	border: 1px solid #dbe3ee;
	background: #f8fafc;
	color: #475569;
}

@media (max-width: 960px) {
	.ph-custom-rfq-grid,
	.ph-custom-rfq-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.ph-custom-rfq {
		width: min(100%, calc(100vw - 28px));
	}

	.ph-custom-rfq-hero,
	.ph-custom-rfq-form-panel,
	.ph-custom-rfq-panel {
		padding: 20px;
	}

	.ph-custom-rfq-hero p:last-child {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.ph-series-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.ph-series-table {
		padding: 18px;
	}

	.ph-series-filters {
		grid-template-columns: 1fr;
	}

	.ph-series-model-table {
		min-width: 920px;
	}
}
