.aes-quote-panel,
.aes-quote-shell,
.aes-quote-dock,
.aes-option-info-dialog,
.aes-option-info-scrim,
.aes-toast {
	--aes-ink: #202528;
	--aes-muted: #687178;
	--aes-line: #d9dee2;
	--aes-paper: #fbfaf7;
	--aes-surface: #ffffff;
	--aes-accent: #b64234;
	--aes-accent-dark: #8f3026;
	--aes-green: #2f6f58;
	color: var(--aes-ink);
	font-family: inherit;
}

.aes-kicker {
	color: var(--aes-accent);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.aes-quote-panel {
	background: linear-gradient(180deg, var(--aes-surface), var(--aes-paper));
	border: 1px solid var(--aes-line);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(32, 37, 40, 0.08);
	margin: 2rem 0;
	overflow: hidden;
	padding: clamp(1.1rem, 2.6vw, 2rem);
}

.aes-quote-panel__header {
	border-bottom: 1px solid var(--aes-line);
	margin-bottom: 1.25rem;
	padding-bottom: 1.15rem;
}

.aes-quote-panel h2,
.aes-quote-shell h1,
.aes-quote-shell h2,
.aes-quote-item h3 {
	color: var(--aes-ink);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.aes-quote-panel h2 {
	font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.aes-quote-panel p,
.aes-quote-shell p {
	color: var(--aes-muted);
	line-height: 1.55;
	margin: 0.65rem 0 0;
}

.aes-product-fields,
.aes-contact-fields {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-field {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
	scroll-margin-top: 84px;
}

.aes-field[hidden] {
	display: none !important;
}

.aes-field__label-row {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	min-width: 0;
	position: relative;
}

.aes-field--option-media .aes-field__label-row {
	padding-right: 1.65rem;
}

.aes-field--wide {
	grid-column: 1 / -1;
}

.aes-field--notice {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 238, 0.94)),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.03) 0 1px, transparent 1px 7px);
	border: 1px solid rgba(55, 61, 64, 0.14);
	border-left: 4px solid #b64234;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(53, 45, 36, 0.055);
	gap: 0.48rem;
	padding: 1rem 1.05rem;
}

.aes-field--notice h3 {
	color: #202528;
	font-size: 0.96rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.22;
	margin: 0;
	text-transform: none;
}

.aes-field--notice p {
	color: #4f5a60;
	font-size: 0.94rem;
	font-weight: 560;
	line-height: 1.52;
	margin: 0;
	max-width: 72ch;
}

.aes-field label {
	color: var(--aes-ink);
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.25;
}

.aes-field legend {
	color: var(--aes-ink);
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.25;
	padding: 0;
}

.aes-field--choices {
	border: 0;
	margin: 0;
	padding: 0;
}

.aes-choice-list {
	align-items: stretch;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aes-choice {
	align-items: center;
	background: #fff;
	border: 1px solid #cfd6db;
	border-radius: 8px;
	color: var(--aes-ink);
	cursor: pointer;
	display: flex;
	font-size: 0.9rem;
	font-weight: 650;
	gap: 0.48rem;
	line-height: 1.25;
	min-height: 44px;
	padding: 0.64rem 0.72rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.aes-choice:hover {
	border-color: #aab3b9;
}

.aes-choice:has(input:checked) {
	border-color: var(--aes-accent);
	box-shadow: 0 0 0 3px rgba(182, 66, 52, 0.12);
}

.aes-choice input {
	accent-color: var(--aes-accent);
	flex: 0 0 auto;
}

.aes-input {
	appearance: none;
	background: #fff;
	border: 1px solid #cfd6db;
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
	color: var(--aes-ink);
	font: inherit;
	line-height: 1.35;
	min-height: 46px;
	padding: 0.72rem 0.85rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

textarea.aes-input {
	min-height: 116px;
	resize: vertical;
}

select.aes-input {
	background-image: linear-gradient(45deg, transparent 50%, #5b646a 50%), linear-gradient(135deg, #5b646a 50%, transparent 50%);
	background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 2.25rem;
}

.aes-input:focus {
	border-color: var(--aes-accent);
	box-shadow: 0 0 0 3px rgba(182, 66, 52, 0.14);
	outline: none;
}

.aes-helper {
	color: var(--aes-muted);
	font-size: 0.8rem;
	line-height: 1.35;
}

.aes-field-info-button {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid #cfd6db;
	border-radius: 999px;
	box-shadow: 0 2px 6px rgba(32, 37, 40, 0.06);
	color: var(--aes-accent);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 900;
	height: 21px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
}

.aes-field-info-button:hover,
.aes-field-info-button:focus-visible {
	border-color: var(--aes-accent);
	box-shadow: 0 0 0 3px rgba(182, 66, 52, 0.13);
	outline: none;
}

.aes-option-media-preview {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #dce1e4;
	border-radius: 8px;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: 64px minmax(0, 1fr);
	margin-top: 0.1rem;
	min-height: 72px;
	padding: 0.5rem;
}

.aes-option-media-preview.is-empty {
	display: none;
}

.aes-option-media-preview__image {
	align-items: center;
	aspect-ratio: 1.25;
	background: #fff;
	border: 1px solid #edf0f1;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0.3rem;
}

.aes-option-media-preview__image img {
	display: block;
	height: auto;
	max-height: 48px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.aes-option-media-preview.is-empty .aes-option-media-preview__image {
	background:
		linear-gradient(135deg, rgba(182, 66, 52, 0.08), transparent 58%),
		#fff;
}

.aes-option-media-preview.is-empty .aes-option-media-preview__image::before {
	color: rgba(32, 37, 40, 0.34);
	content: "i";
	font-size: 1.45rem;
	font-weight: 900;
}

.aes-option-media-preview__copy {
	min-width: 0;
}

.aes-option-media-preview__copy span {
	color: var(--aes-accent);
	display: block;
	font-size: 0.61rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.15;
	margin-bottom: 0.18rem;
	text-transform: uppercase;
}

.aes-option-media-preview__copy strong {
	color: var(--aes-ink);
	display: block;
	font-size: 0.82rem;
	line-height: 1.18;
}

.aes-option-media-preview__copy p {
	color: var(--aes-muted);
	font-size: 0.72rem;
	line-height: 1.3;
	margin: 0.16rem 0 0;
}

.aes-option-info-scrim {
	background: rgba(17, 19, 20, 0.52);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 90;
}

.aes-option-info-scrim.is-open {
	opacity: 1;
}

.aes-option-info-dialog {
	background: var(--aes-surface);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(17, 19, 20, 0.28);
	color: var(--aes-ink);
	left: 50%;
	max-height: min(760px, calc(100vh - 2rem));
	max-width: min(920px, calc(100vw - 2rem));
	opacity: 0;
	overflow: auto;
	padding: clamp(1.1rem, 2.4vw, 1.6rem);
	position: fixed;
	top: 50%;
	transform: translate(-50%, calc(-50% + 12px)) scale(0.985);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 100%;
	z-index: 91;
}

.aes-option-info-dialog.is-open {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.aes-option-info-dialog__close {
	align-items: center;
	appearance: none;
	background: #f3f1ec;
	border: 1px solid #ded8cf;
	border-radius: 999px;
	color: var(--aes-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.45rem;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 0.1rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 42px;
}

.aes-option-info-dialog__close:hover,
.aes-option-info-dialog__close:focus-visible {
	background: #fff;
	border-color: var(--aes-accent);
	outline: none;
}

.aes-option-info-dialog h2 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.05;
	margin: 0;
	padding-right: 3.2rem;
}

.aes-option-info-dialog > p {
	color: var(--aes-muted);
	line-height: 1.45;
	margin: 0.55rem 0 1rem;
	max-width: 66ch;
}

.aes-option-info-table {
	border-collapse: collapse;
	width: 100%;
}

.aes-option-info-table th,
.aes-option-info-table td {
	border-top: 1px solid var(--aes-line);
	padding: 0.72rem;
	text-align: left;
	vertical-align: middle;
}

.aes-option-info-table th {
	color: var(--aes-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aes-option-info-table td {
	color: var(--aes-ink);
	font-size: 0.9rem;
	line-height: 1.35;
}

.aes-option-info-table__option {
	align-items: center;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: 86px minmax(0, 1fr);
	min-width: 0;
}

.aes-option-info-table__option img {
	background: #fff;
	border: 1px solid #edf0f1;
	border-radius: 7px;
	display: block;
	height: 62px;
	object-fit: contain;
	padding: 0.32rem;
	width: 86px;
}

.aes-quote-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.aes-button,
.woocommerce a.button.aes-loop-quote-button,
.aes-link-button {
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.1;
	min-height: 46px;
	text-decoration: none;
	transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, color 170ms ease, transform 170ms ease;
}

.aes-button:active,
.woocommerce a.button.aes-loop-quote-button:active,
.aes-link-button:active {
	transform: translateY(1px) scale(0.99);
}

.aes-button--primary,
.woocommerce a.button.aes-loop-quote-button {
	background: var(--aes-accent);
	border: 1px solid var(--aes-accent);
	box-shadow: 0 12px 24px rgba(182, 66, 52, 0.18);
	color: #fff !important;
	padding: 0.82rem 1rem;
}

.aes-button--primary:hover,
.woocommerce a.button.aes-loop-quote-button:hover {
	background: var(--aes-accent-dark);
	border-color: var(--aes-accent-dark);
	color: #fff !important;
}

.aes-button--secondary {
	background: #fff;
	border: 1px solid var(--aes-line);
	color: var(--aes-ink) !important;
	padding: 0.82rem 1rem;
}

.aes-button--secondary:hover {
	border-color: #aab3b9;
	color: var(--aes-ink) !important;
}

.aes-button--wide {
	width: 100%;
}

.aes-link-button {
	background: transparent;
	border: 0;
	color: var(--aes-accent);
	font-size: 0.9rem;
	min-height: auto;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aes-quote-price-note {
	color: var(--aes-accent);
	display: inline-block;
	font-weight: 800;
}

.aes-quote-page-body .cvp-standard-page .entry-header {
	display: none;
}

.aes-quote-page-body .cvp-standard-page {
	padding-top: clamp(7rem, 10vw, 8.5rem);
}

.aes-quote-page-body .cvp-standard-page .entry-content {
	max-width: none;
}

.aes-quote-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 0 clamp(2rem, 5vw, 4rem);
}

.aes-quote-page-head {
	border-bottom: 1px solid var(--aes-line);
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	max-width: 760px;
	padding-bottom: 1.25rem;
}

.aes-quote-page-head h2 {
	font-size: clamp(2rem, 6vw, 4.4rem);
	font-weight: 850;
	max-width: 10ch;
}

.cvp-standard-page .entry-content .aes-quote-shell h1,
.cvp-standard-page .entry-content .aes-quote-shell h2,
.cvp-standard-page .entry-content .aes-quote-shell h3 {
	color: var(--aes-ink);
	letter-spacing: 0;
	line-height: 1.08;
}

.cvp-standard-page .entry-content .aes-quote-page-head h2 {
	font-size: clamp(2rem, 4.4vw, 3.45rem);
	max-width: 11ch;
}

.cvp-standard-page .entry-content .aes-empty-panel h2,
.cvp-standard-page .entry-content .aes-success-panel h2,
.cvp-standard-page .entry-content .aes-section-head h2 {
	font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.aes-request-grid {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 2.4vw, 1.5rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr);
}

.aes-request-items,
.aes-request-form-panel,
.aes-success-panel,
.aes-empty-panel {
	background: var(--aes-surface);
	border: 1px solid var(--aes-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(32, 37, 40, 0.07);
	padding: clamp(1rem, 2.4vw, 1.5rem);
}

.aes-section-head {
	border-bottom: 1px solid var(--aes-line);
	margin-bottom: 1rem;
	padding-bottom: 0.95rem;
}

.aes-section-head h2,
.aes-success-panel h2,
.aes-empty-panel h2 {
	font-size: clamp(1.35rem, 3vw, 2rem);
}

.aes-quote-item-list {
	display: grid;
	gap: 0.85rem;
}

.aes-quote-item {
	background: #fff;
	border: 1px solid var(--aes-line);
	border-radius: 8px;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 92px minmax(0, 1fr);
	padding: 0.85rem;
	position: relative;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.aes-quote-item:hover {
	border-color: #b9c0c6;
	box-shadow: 0 10px 22px rgba(32, 37, 40, 0.06);
	transform: translateY(-1px);
}

.aes-quote-item__image {
	aspect-ratio: 1;
	background: linear-gradient(135deg, #eef1f2, #d8dee2);
	border-radius: 6px;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.aes-quote-item__image--empty {
	border: 1px solid #d7dde1;
}

.aes-quote-item__body {
	min-width: 0;
}

.aes-quote-item__top {
	align-items: start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.aes-quote-item h3 {
	font-size: 1.05rem;
	line-height: 1.22;
}

.aes-quote-item h3 a {
	color: inherit;
	text-decoration: none;
}

.aes-quote-item__top span {
	background: #edf4f0;
	border: 1px solid #cfe0d8;
	border-radius: 6px;
	color: var(--aes-green);
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.28rem 0.45rem;
}

.aes-option-list {
	display: grid;
	gap: 0.3rem 0.8rem;
	grid-template-columns: minmax(96px, 0.35fr) minmax(0, 1fr);
	margin: 0.7rem 0;
}

.aes-option-list dt {
	color: var(--aes-muted);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.3;
}

.aes-option-list dd {
	color: var(--aes-ink);
	font-size: 0.88rem;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.aes-form-status {
	color: var(--aes-accent-dark);
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.35;
	margin: 0.85rem 0;
	min-height: 1.2rem;
}

.aes-hp {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.aes-empty-panel,
.aes-success-panel {
	max-width: 720px;
}

.aes-success-panel {
	border-color: #b9d5ca;
}

.aes-quote-dock {
	bottom: 1rem;
	position: fixed;
	right: 1rem;
	transform: translateY(0);
	transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
	z-index: 30;
}

.aes-quote-dock.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	visibility: hidden;
}

.aes-quote-dock a {
	align-items: center;
	background: rgba(32, 37, 40, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(32, 37, 40, 0.24);
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	gap: 0.65rem;
	min-height: 48px;
	padding: 0.58rem 0.8rem;
	text-decoration: none;
}

.aes-quote-dock__count {
	align-items: center;
	background: var(--aes-accent);
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.82rem;
	height: 28px;
	justify-content: center;
	min-width: 28px;
	padding: 0 0.35rem;
}

.aes-toast {
	background: #fff;
	border: 1px solid var(--aes-line);
	border-left: 4px solid var(--aes-accent);
	border-radius: 8px;
	box-shadow: 0 20px 42px rgba(32, 37, 40, 0.18);
	max-width: min(360px, calc(100vw - 2rem));
	opacity: 0;
	padding: 0.95rem;
	position: fixed;
	right: 1rem;
	top: calc(68px + env(safe-area-inset-top, 0px));
	transform: translateY(-8px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 140;
}

.aes-button:disabled,
.aes-quote-product-form.is-loading .aes-button--primary,
.aes-quote-request-form.is-loading .aes-button--primary {
	cursor: progress;
	opacity: 0.72;
}

.aes-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.aes-toast strong {
	display: block;
	line-height: 1.25;
	margin-bottom: 0.25rem;
}

.aes-toast a {
	color: var(--aes-accent);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-product {
	background: #e9e5dc;
	color: #202528;
}

body.single-product .cvp-page,
body.single-product .site-main {
	background:
		linear-gradient(116deg, rgba(32, 37, 40, 0.045) 0 13%, transparent 13.2% 100%),
		linear-gradient(180deg, #fbfaf5 0%, #f1ede4 100%);
	color: #202528;
}

body.single-product .site-main {
	min-height: 70vh;
	padding: clamp(7rem, 10vw, 9.25rem) clamp(1.25rem, 4vw, 3.5rem) clamp(5.5rem, 10vw, 8rem);
}

body.single-product #sidebar {
	display: none;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper,
body.single-product.woocommerce div.product.product {
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 1160px);
}

body.single-product .woocommerce-breadcrumb {
	display: none !important;
}

body.single-product.woocommerce div.product.product {
	align-items: start;
	column-gap: clamp(2rem, 5vw, 4.75rem);
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1fr);
	row-gap: clamp(1.1rem, 2.5vw, 1.65rem);
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.single-product.woocommerce div.product div.images {
	align-self: start;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	max-width: 520px;
	opacity: 1 !important;
	overflow: visible;
	padding: 0;
	position: sticky;
	top: 6.75rem;
}

body.single-product.woocommerce div.product.product > .aes-product-media-column {
	align-self: start;
	grid-column: 1;
	grid-row: 2;
	max-width: 520px;
	min-width: 0;
	width: 100%;
}

body.single-product.woocommerce div.product.product > .woocommerce-product-gallery {
	grid-column: 1;
	grid-row: 2;
}

body.single-product .aes-product-hero {
	align-items: center;
	background:
		radial-gradient(circle at 8% 0%, rgba(183, 47, 38, 0.18), transparent 13rem),
		linear-gradient(135deg, rgba(255, 255, 255, 0.68), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 243, 0.66));
	border: 1px solid rgba(61, 54, 47, 0.18);
	border-radius: 18px;
	box-shadow: 0 22px 62px rgba(89, 63, 38, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
	box-sizing: border-box;
	clip-path: none;
	display: grid;
	grid-column: 1 / -1;
	grid-row: 1;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto clamp(1rem, 2vw, 1.35rem) !important;
	max-width: 100%;
	min-height: 86px;
	overflow: hidden;
	padding: clamp(1rem, 1.8vw, 1.35rem) clamp(1.15rem, 2.25vw, 1.85rem);
	position: relative;
	text-align: left !important;
	width: 100% !important;
}

body.single-product .aes-product-hero::before {
	background:
		linear-gradient(90deg, rgba(183, 47, 38, 0.78), transparent 32%),
		linear-gradient(180deg, rgba(32, 37, 40, 0.13), transparent);
	content: "";
	height: 2px;
	left: 1.2rem;
	pointer-events: none;
	position: absolute;
	right: 1.2rem;
	top: 0;
}

body.single-product .aes-product-hero__copy {
	min-width: 0;
}

body.single-product .aes-product-hero__eyebrow {
	color: #9a382f;
	font-size: 0.72rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

body.single-product.woocommerce div.product div.images .flex-viewport {
	background: transparent;
	border-radius: 0;
	height: auto !important;
	overflow: visible !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	display: grid !important;
	gap: clamp(0.9rem, 2vw, 1.35rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: auto !important;
	transform: none !important;
	transition: none !important;
	width: 100% !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:not(:has(.woocommerce-product-gallery__image:nth-child(2))) {
	grid-template-columns: 1fr;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	background: transparent;
	border-radius: 0;
	display: none !important;
	float: none !important;
	margin: 0 !important;
	overflow: visible;
	position: relative;
	width: auto !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(-n + 2) {
	display: block !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	align-items: center;
	background: transparent;
	cursor: zoom-in;
	display: flex;
	height: clamp(280px, 30vw, 360px);
	justify-content: center;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	display: block;
	height: 100% !important;
	max-height: none;
	object-fit: contain;
	width: 100%;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .zoomImg {
	display: none !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(32, 37, 40, 0.12);
	border-radius: 0;
	box-shadow: 0 8px 20px rgba(79, 62, 43, 0.1);
	color: #202528;
	right: 0.35rem;
	top: 0.35rem;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
	display: none !important;
	gap: 0.65rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0.8rem 0 0 !important;
	padding: 0;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	border: 1px solid #ded6cc;
	border-radius: 0;
	height: auto;
	object-fit: cover;
	opacity: 0.58;
	transition: border-color 170ms ease, opacity 170ms ease, transform 170ms ease;
	width: 100%;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product.woocommerce div.product div.images .flex-control-thumbs img:hover {
	border-color: #b64234;
	opacity: 1;
	transform: translateY(-1px);
}

body.single-product.woocommerce div.product div.summary {
	color: #202528;
	grid-column: 2;
	grid-row: 2;
	max-width: 700px;
	padding-top: 0;
}

body.single-product.woocommerce div.product .product_title {
	color: #202528;
	font-size: clamp(1.8rem, 3vw, 2.75rem) !important;
	font-weight: 860;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 !important;
	max-width: none;
	text-align: left;
	text-wrap: balance;
}

body.single-product.woocommerce div.product p.price {
	line-height: 1;
	margin: 0;
	text-align: center;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
	color: #202528;
}

body.single-product.woocommerce div.product p.price .aes-quote-price-note,
body.single-product.woocommerce .related.products span.price .aes-quote-price-note {
	background: #f3e6df;
	border: 1px solid #e3ccc1;
	border-radius: 6px;
	color: #96352a;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	padding: 0.4rem 0.55rem;
	text-transform: uppercase;
}

body.single-product.woocommerce .woocommerce-product-details__short-description {
	align-self: start;
	border-top: 1px solid rgba(32, 37, 40, 0.12);
	color: #505a60;
	font-size: clamp(1rem, 1.25vw, 1.08rem);
	line-height: 1.68;
	margin-top: clamp(1rem, 2.2vw, 1.35rem);
	max-width: 100%;
	padding-top: clamp(1rem, 2vw, 1.25rem);
}

body.single-product.woocommerce .woocommerce-product-details__short-description p {
	margin: 0 0 1rem;
}

body.single-product.woocommerce .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

body.single-product.woocommerce .woocommerce-product-details__short-description a {
	color: #96352a;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.single-product .summary .aes-quote-panel {
	background: #fff;
	border-color: #ded6cc;
	box-shadow: 0 20px 48px rgba(79, 62, 43, 0.1);
	margin: 0 0 1.2rem;
}

body.single-product .summary .aes-quote-panel h2 {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

body.single-product .summary .aes-product-fields {
	gap: 0.9rem;
}

body.single-product .summary .aes-input {
	background: #fff;
	border-color: #cbc3b9;
}

body.single-product .summary .aes-input:focus {
	border-color: #b64234;
	box-shadow: 0 0 0 3px rgba(182, 66, 52, 0.14);
}

body.single-product.woocommerce div.product .product_meta {
	color: #6d665e;
	font-size: 0.88rem;
	line-height: 1.3;
	margin-top: 1rem;
}

body.single-product.woocommerce div.product .product_meta .posted_in {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(32, 37, 40, 0.1);
	border-radius: 6px;
	display: inline-flex;
	gap: 0.35rem;
	padding: 0.48rem 0.58rem;
}

body.single-product.woocommerce div.product .product_meta a {
	color: #96352a;
	font-weight: 800;
	text-decoration: none;
}

body.single-product.woocommerce div.product .woocommerce-tabs {
	display: none;
}

body.single-product.woocommerce .related.products {
	border-top: 1px solid rgba(32, 37, 40, 0.12);
	grid-column: 1 / -1;
	grid-row: 4;
	margin: clamp(3.25rem, 7vw, 5.5rem) auto 0;
	padding-top: clamp(1.5rem, 3vw, 2.2rem);
	width: min(100%, 1160px);
}

body.single-product.woocommerce .related.products > h2 {
	color: #202528;
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 1rem;
}

body.single-product.woocommerce .related.products ul.products {
	align-items: start;
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(210px, 272px));
	justify-content: start;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.woocommerce .related.products ul.products::before,
body.single-product.woocommerce .related.products ul.products::after {
	display: none;
}

body.single-product.woocommerce .related.products ul.products li.product {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(32, 37, 40, 0.1);
	border-radius: 8px;
	box-shadow: none;
	float: none !important;
	margin: 0 !important;
	padding: 0.85rem;
	transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
	width: auto !important;
}

body.single-product.woocommerce .related.products ul.products li.product:hover {
	border-color: rgba(182, 66, 52, 0.32);
	box-shadow: 0 14px 32px rgba(79, 62, 43, 0.08);
	transform: translateY(-2px);
}

body.single-product.woocommerce .related.products ul.products li.product img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	margin: 0 0 0.8rem;
	object-fit: cover;
	width: 100%;
}

body.single-product.woocommerce .related.products .woocommerce-loop-product__title {
	color: #202528;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.15;
	padding: 0;
}

@media (max-width: 980px) {
	body.single-product .site-main {
		padding-left: clamp(1rem, 5vw, 2rem);
		padding-right: clamp(1rem, 5vw, 2rem);
	}

	body.single-product.woocommerce div.product.product {
		grid-template-columns: 1fr;
		row-gap: clamp(1.6rem, 6vw, 2.35rem);
	}

	body.single-product .aes-product-hero {
		grid-column: 1;
		grid-row: 1;
		margin-bottom: 0;
	}

	body.single-product.woocommerce div.product div.images {
		max-width: 640px;
		position: relative;
		top: auto;
		width: 100% !important;
	}

	body.single-product.woocommerce div.product.product > .aes-product-media-column {
		grid-column: 1;
		grid-row: 3;
		max-width: 640px;
		width: 100%;
	}

	body.single-product.woocommerce div.product.product > .summary.entry-summary {
		grid-column: 1;
		grid-row: 2;
		max-width: 100%;
	}

	body.single-product.woocommerce .woocommerce-product-details__short-description {
		max-width: 100%;
	}

	body.single-product.woocommerce .related.products {
		grid-row: 4;
	}

	body.single-product.woocommerce div.product .product_title {
		max-width: none;
	}
}

@media (max-width: 680px) {
	body.single-product .site-main {
		padding-top: 6.75rem;
	}

	body.single-product .aes-product-hero {
		gap: 0.95rem;
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 1rem;
	}

	body.single-product .woocommerce-breadcrumb {
		display: none !important;
	}

	body.single-product.woocommerce div.product div.images {
		padding: 0;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		max-height: 420px;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
		height: clamp(210px, 58vw, 250px);
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs {
		gap: 0.45rem;
	}

	body.single-product.woocommerce div.product .product_title {
		font-size: clamp(1.65rem, 7vw, 2.1rem) !important;
		max-width: 100%;
	}

	body.single-product .summary .aes-quote-panel {
		margin-left: 0;
		margin-right: 0;
	}

	.aes-choice-list {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce .related.products ul.products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.aes-product-fields,
	.aes-contact-fields,
	.aes-request-grid {
		grid-template-columns: 1fr;
	}

	.aes-quote-page-head h2 {
		max-width: 100%;
	}
}

@media (max-width: 520px) {
	.aes-quote-item {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.aes-option-list {
		grid-template-columns: 1fr;
	}

	.aes-quote-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.aes-button {
		width: 100%;
	}

	.aes-quote-dock {
		bottom: 0.75rem;
		left: 0.75rem;
		right: 0.75rem;
	}

	.aes-quote-dock a {
		justify-content: center;
		width: 100%;
	}
}

/* Premium quote form treatment */
body.single-product {
	background: #e7e2d7;
}

body.single-product .cvp-page,
body.single-product .site-main {
	background:
		linear-gradient(118deg, rgba(32, 37, 40, 0.055) 0 14%, transparent 14.15% 100%),
		linear-gradient(132deg, transparent 0 74%, rgba(32, 37, 40, 0.035) 74.1% 78%, transparent 78.15% 100%),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.025) 0 1px, transparent 1px 10px),
		linear-gradient(180deg, #faf8f2 0%, #efeadf 52%, #e5dfd4 100%) !important;
}

body.single-product .site-main {
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

body.single-product .site-main::before,
body.single-product .site-main::after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body.single-product .site-main::before {
	background-image: radial-gradient(circle, rgba(32, 37, 40, 0.18) 0 1px, transparent 1.35px);
	background-size: 9px 9px;
	border-radius: 32px;
	clip-path: none;
	height: min(72vw, 900px);
	left: 0;
	mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28) 58%, transparent 84%);
	opacity: 0.38;
	top: 0;
	transform: translate(-14%, -8%) rotate(-2deg);
	width: min(58vw, 760px);
}

body.single-product .site-main::after {
	background-image: radial-gradient(circle, rgba(54, 77, 78, 0.18) 0 1px, transparent 1.4px);
	background-size: 11px 11px;
	bottom: -12%;
	border-radius: 32px;
	clip-path: none;
	height: min(52vw, 760px);
	mask-image: radial-gradient(ellipse at 64% 66%, rgba(0, 0, 0, 0.68), transparent 70%);
	opacity: 0.42;
	right: -10%;
	width: min(44vw, 620px);
}

body.single-product .site-main > * {
	position: relative;
	z-index: 1;
}

body.single-product.woocommerce div.product.product {
	grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.14fr);
	width: min(100%, 1240px);
}

body.single-product.woocommerce div.product div.summary {
	max-width: 760px;
}

body.single-product .summary .aes-quote-panel,
.aes-quote-panel {
	--aes-ink: #202528;
	--aes-muted: #5f686f;
	--aes-line: rgba(61, 54, 47, 0.18);
	--aes-paper: #f8f5ef;
	--aes-surface: rgba(255, 255, 255, 0.94);
	--aes-accent: #a83c31;
	--aes-accent-dark: #7f2e26;
	background:
		linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.94) 64%, rgba(247, 242, 234, 0.9)),
		linear-gradient(90deg, rgba(32, 37, 40, 0.04), transparent 42%);
	border: 1px solid rgba(55, 45, 36, 0.18);
	border-radius: 0;
	box-shadow:
		0 32px 72px rgba(54, 45, 36, 0.16),
		0 12px 26px rgba(32, 37, 40, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	clip-path: none;
	margin: 0 0 1.35rem;
	overflow: clip;
	padding: 0;
	position: relative;
}

.aes-quote-panel::before {
	background:
		linear-gradient(180deg, #202528 0 18%, #a83c31 18% 58%, #d7c6b6 58% 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 7px;
	z-index: 2;
}

.aes-quote-panel::after {
	content: none;
}

.aes-quote-panel__header {
	background:
		linear-gradient(118deg, rgba(32, 37, 40, 0.06) 0 38%, transparent 38.25% 100%),
		radial-gradient(ellipse at 0% 12%, rgba(54, 77, 78, 0.1), transparent 56%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 52%, transparent);
	border-bottom: 1px solid rgba(32, 37, 40, 0.12);
	margin: 0;
	overflow: hidden;
	padding: clamp(1.25rem, 2.4vw, 2rem) clamp(1.2rem, 2.8vw, 2.15rem) clamp(1.05rem, 2vw, 1.45rem);
	position: relative;
}

.aes-quote-panel__header::after {
	animation: aes-quote-accent-sweep 6.4s linear infinite;
	background:
		linear-gradient(90deg,
			rgba(168, 60, 49, 0) 0%,
			rgba(168, 60, 49, 0) 38%,
			rgba(168, 60, 49, 0.18) 44%,
			#a83c31 49%,
			#ec756a 52%,
			rgba(168, 60, 49, 0.2) 58%,
			rgba(168, 60, 49, 0) 66%,
			rgba(168, 60, 49, 0) 100%);
	background-position: 115% 0;
	background-size: 220% 100%;
	bottom: -1px;
	box-shadow: 0 0 18px rgba(168, 60, 49, 0.24);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	transform: translateZ(0);
	will-change: background-position;
}

@keyframes aes-quote-accent-sweep {
	to {
		background-position: -115% 0;
	}
}

.aes-quote-panel .aes-kicker {
	color: #6b747a;
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	margin-bottom: 0.52rem;
}

body.single-product .summary .aes-quote-panel h2,
.aes-quote-panel h2 {
	color: #1d2327;
	font-size: clamp(1.55rem, 2.08vw, 2.05rem);
	font-weight: 880;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 16ch;
	text-wrap: balance;
}

.aes-quote-panel__header p:not(.aes-kicker) {
	color: #5f686f;
	font-size: clamp(0.96rem, 1.12vw, 1.06rem);
	line-height: 1.55;
	max-width: 58ch;
}

.aes-quote-product-form {
	padding: clamp(1.18rem, 2.6vw, 2rem) clamp(1.25rem, 3vw, 2.35rem) clamp(1.25rem, 2.8vw, 2.05rem);
	position: relative;
}

.aes-product-fields {
	align-items: start;
	gap: clamp(1.05rem, 1.7vw, 1.36rem) clamp(1rem, 1.8vw, 1.28rem);
}

.aes-field {
	gap: 0.54rem;
	position: relative;
}

.aes-field label,
.aes-field legend {
	color: #30383d;
	font-size: 0.77rem;
	font-weight: 850;
	letter-spacing: 0.065em;
	line-height: 1.22;
	text-transform: uppercase;
}

.aes-input {
	appearance: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 249, 245, 0.97)),
		#fff;
	border: 1px solid rgba(55, 61, 64, 0.2);
	border-radius: 8px;
	box-shadow:
		0 14px 28px rgba(53, 45, 36, 0.055),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #1f262a;
	font-size: 1.02rem;
	font-weight: 650;
	line-height: 1.25;
	min-height: 58px;
	padding: 0.98rem 1.05rem;
	transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.aes-input:hover {
	background: #fff;
	border-color: rgba(32, 37, 40, 0.34);
	box-shadow:
		0 16px 32px rgba(53, 45, 36, 0.075),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.aes-input:focus {
	background: #fff;
	border-color: #a83c31;
	box-shadow:
		0 0 0 3px rgba(168, 60, 49, 0.14),
		0 18px 34px rgba(53, 45, 36, 0.11);
	transform: translateY(-1px);
}

select.aes-input {
	background-image:
		linear-gradient(45deg, transparent 50%, #30383d 50%),
		linear-gradient(135deg, #30383d 50%, transparent 50%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 249, 245, 0.97));
	background-position: calc(100% - 22px) 52%, calc(100% - 15px) 52%, 0 0;
	background-repeat: no-repeat;
	background-size: 7px 7px, 7px 7px, 100% 100%;
	padding-right: 3rem;
}

.aes-shape-control {
	align-items: stretch;
	display: grid;
	gap: 0.72rem;
	grid-template-columns: minmax(0, 1fr) 72px;
}

.aes-shape-preview {
	align-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 242, 236, 0.92)),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.03) 0 1px, transparent 1px 7px);
	border: 1px solid rgba(55, 61, 64, 0.16);
	border-radius: 8px;
	box-shadow:
		0 14px 28px rgba(53, 45, 36, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	display: grid;
	grid-template-columns: 1fr;
	min-height: 58px;
	overflow: hidden;
	padding: 0.42rem;
	position: relative;
	place-items: center;
	transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.aes-shape-preview::before {
	background: linear-gradient(180deg, rgba(168, 60, 49, 0), rgba(168, 60, 49, 0.52), rgba(168, 60, 49, 0));
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 3px;
}

.aes-shape-preview__art {
	align-items: center;
	display: flex;
	height: 46px;
	justify-content: center;
	position: relative;
	width: 46px;
}

.aes-shape-preview__svg {
	display: block;
	filter: drop-shadow(0 10px 12px rgba(98, 25, 22, 0.2));
	height: 46px;
	overflow: visible;
	width: 46px;
}

.aes-shape-preview__body {
	stroke: rgba(112, 23, 21, 0.25);
	stroke-width: 1.5;
}

.aes-shape-preview__mark {
	fill: rgba(255, 255, 255, 0.16);
	pointer-events: none;
}

.aes-shape-preview__label {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.aes-shape-preview__name {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.aes-shape-preview.is-empty {
	opacity: 0.72;
}

.aes-shape-preview.is-suggested {
	opacity: 0.82;
}

.aes-shape-preview.is-suggested .aes-shape-preview__svg {
	filter:
		grayscale(0.22)
		drop-shadow(0 10px 12px rgba(98, 25, 22, 0.16));
}

.aes-shape-preview.is-empty .aes-shape-preview__art::before {
	background:
		linear-gradient(135deg, rgba(32, 37, 40, 0.08), rgba(32, 37, 40, 0.02)),
		radial-gradient(circle, rgba(32, 37, 40, 0.12) 0 1px, transparent 1.5px);
	background-size: auto, 8px 8px;
	border: 1px dashed rgba(32, 37, 40, 0.2);
	border-radius: 8px;
	content: "";
	height: 42px;
	width: 42px;
}

input[type="number"].aes-input {
	-moz-appearance: textfield;
}

input[type="number"].aes-input::-webkit-inner-spin-button,
input[type="number"].aes-input::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

textarea.aes-input {
	line-height: 1.45;
	min-height: 150px;
	resize: vertical;
}

.aes-field--choices {
	min-width: 0;
}

.aes-choice-list {
	gap: 0.74rem;
	margin-top: 0.54rem;
}

.aes-choice {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 250, 247, 0.97)),
		#fff;
	border: 1px solid rgba(74, 90, 98, 0.24);
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(47, 56, 61, 0.045);
	font-size: 0.98rem;
	font-weight: 760;
	letter-spacing: 0.035em;
	line-height: 1.2;
	min-height: 58px;
	padding: 0.92rem 1rem 0.92rem 3.1rem;
	position: relative;
	text-wrap: balance;
	transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.aes-choice:hover {
	background: #fff;
	border-color: rgba(32, 37, 40, 0.34);
	box-shadow: 0 16px 30px rgba(47, 56, 61, 0.07);
	transform: translateY(-1px);
}

.aes-choice input {
	appearance: none;
	background: #fff;
	border: 1.5px solid rgba(32, 37, 40, 0.45);
	height: 1.14rem;
	left: 1.08rem;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.14rem;
}

.aes-choice input[type="radio"] {
	border-radius: 999px;
}

.aes-choice input[type="checkbox"] {
	border-radius: 3px;
}

.aes-choice input:focus-visible {
	box-shadow: 0 0 0 3px rgba(168, 60, 49, 0.18);
	outline: none;
}

.aes-choice input:checked {
	background: #a83c31;
	border-color: #a83c31;
}

.aes-choice input[type="radio"]:checked::after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 0.42rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.42rem;
}

.aes-choice input[type="checkbox"]:checked::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 0.62rem;
	left: 0.34rem;
	position: absolute;
	top: 0.14rem;
	transform: rotate(45deg);
	width: 0.32rem;
}

.aes-choice:has(input:checked) {
	background:
		linear-gradient(118deg, rgba(168, 60, 49, 0.13) 0 34%, rgba(255, 255, 255, 0.96) 34.3% 100%),
		#fff;
	border-color: rgba(168, 60, 49, 0.64);
	box-shadow:
		inset 4px 0 0 #a83c31,
		0 14px 28px rgba(168, 60, 49, 0.13);
	color: #1d2327;
	transform: translateY(-1px);
}

.aes-field--radio[data-aes-field-key="same_or_different_image_on_both_sides"] {
	grid-column: 1 / -1;
	max-width: 620px;
}

.aes-helper {
	color: #6a7379;
	font-size: 0.78rem;
}

.aes-quote-actions {
	align-items: center;
	background:
		linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0 28%, transparent 28.2% 100%),
		linear-gradient(135deg, #202528, #2d3438);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	margin: clamp(1rem, 2vw, 1.4rem) 0 0;
	padding: 0.58rem;
}

.aes-button,
.woocommerce a.button.aes-loop-quote-button,
.aes-link-button {
	border-radius: 5px;
	min-height: 48px;
}

.aes-button--primary,
.woocommerce a.button.aes-loop-quote-button {
	background:
		linear-gradient(135deg, #c34a3d, #8e3027);
	border-color: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(168, 60, 49, 0.24);
	clip-path: none;
	letter-spacing: 0.01em;
}

.aes-button--primary:hover,
.woocommerce a.button.aes-loop-quote-button:hover {
	background:
		linear-gradient(135deg, #d25446, #812a23);
	box-shadow: 0 18px 36px rgba(168, 60, 49, 0.32);
	transform: translateY(-1px);
}

.aes-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff !important;
}

.aes-button--secondary:hover {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff !important;
	transform: translateY(-1px);
}

.aes-quote-product-form .aes-quote-actions {
	background: transparent;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	grid-template-columns: minmax(0, 1fr);
	margin-top: clamp(1.15rem, 2vw, 1.55rem);
	padding: 0;
	position: relative;
}

.aes-quote-product-form .aes-quote-actions::before {
	content: none;
}

.aes-quote-product-form .aes-button--primary {
	background: #f10600;
	border-color: #f10600;
	border-radius: 999px;
	box-shadow: 0 14px 26px rgba(186, 18, 12, 0.22);
	clip-path: none;
	color: #fff !important;
	font-size: 0.98rem;
	letter-spacing: 0;
	min-height: 52px;
	padding-inline: clamp(1.2rem, 3vw, 2rem);
}

.aes-quote-product-form .aes-button--primary:hover {
	background: #c90905;
	border-color: #c90905;
	box-shadow: 0 16px 30px rgba(186, 18, 12, 0.28);
}

.aes-quote-product-form .aes-button--secondary {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(32, 37, 40, 0.2);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
	color: #202528 !important;
	font-size: 0.88rem;
	min-height: 52px;
	padding-inline: 1.2rem;
}

.aes-quote-product-form .aes-button--secondary:hover {
	background: #fff;
	border-color: rgba(168, 60, 49, 0.48);
	box-shadow: 0 12px 22px rgba(54, 45, 36, 0.09);
	color: #8f3026 !important;
}

body.single-product.woocommerce div.product div.images {
	border-radius: 0;
	box-shadow: none;
}

.aes-start-panel {
	background:
		linear-gradient(122deg, rgba(255, 255, 255, 0.78) 0 36%, rgba(248, 244, 237, 0.92) 36.2% 100%),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.028) 0 1px, transparent 1px 10px);
	border: 1px solid rgba(61, 54, 47, 0.16);
	border-radius: 18px;
	box-shadow: 0 24px 58px rgba(79, 62, 43, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	clip-path: none;
	margin: clamp(1.5rem, 3vw, 2.25rem) 0;
	padding: clamp(1.05rem, 2.8vw, 2rem);
}

.aes-start-panel__copy {
	margin-bottom: clamp(1rem, 2.4vw, 1.45rem);
	max-width: 820px;
}

.cvp-standard-page .entry-content .aes-start-panel__copy h2 {
	font-size: clamp(1.8rem, 4vw, 3.1rem);
	letter-spacing: -0.01em;
	max-width: 13ch;
	text-wrap: balance;
}

.aes-product-picker {
	display: grid;
	gap: clamp(0.75rem, 1.6vw, 1.1rem);
	grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
}

.aes-product-picker--page {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aes-product-picker--dialog {
	max-height: min(52vh, 560px);
	overflow: auto;
	padding: 0.08rem 0.25rem 0.08rem 0;
	scrollbar-color: rgba(255, 255, 255, 0.36) transparent;
}

.aes-picker-card {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(61, 54, 47, 0.14);
	box-shadow: 0 14px 30px rgba(79, 62, 43, 0.08);
	color: var(--aes-ink);
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease, background-color 190ms ease;
}

.aes-picker-card:hover,
.aes-picker-card:focus-visible {
	border-color: rgba(168, 60, 49, 0.42);
	box-shadow: 0 20px 42px rgba(79, 62, 43, 0.13);
	color: var(--aes-ink);
	transform: translateY(-3px);
}

.aes-picker-card:focus-visible,
.aes-quote-builder-dialog__close:focus-visible,
.aes-quote-builder-dialog__footer a:focus-visible {
	outline: 3px solid rgba(241, 6, 0, 0.34);
	outline-offset: 3px;
}

.aes-picker-card__media {
	align-items: center;
	aspect-ratio: 1.18;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 235, 226, 0.78)),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.025) 0 1px, transparent 1px 8px);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0.45rem;
}

.aes-picker-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.aes-picker-card__placeholder {
	align-items: center;
	color: rgba(32, 37, 40, 0.34);
	display: inline-flex;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 900;
	letter-spacing: 0.12em;
	min-height: 100%;
	text-transform: uppercase;
}

.aes-picker-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
	min-width: 0;
	padding: clamp(0.78rem, 1.6vw, 1rem);
}

.aes-picker-card__category {
	color: #8f3026;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.aes-picker-card__title {
	color: inherit;
	font-size: clamp(1rem, 1.4vw, 1.24rem);
	font-weight: 850;
	letter-spacing: -0.01em;
	line-height: 1.04;
	text-wrap: balance;
}

.aes-picker-card__description {
	color: var(--aes-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.aes-picker-card__action {
	align-items: center;
	color: #c90905;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 850;
	gap: 0.35rem;
	line-height: 1.1;
	margin-top: auto;
	padding-top: 0.2rem;
}

.aes-product-picker--page .aes-picker-card.is-featured {
	grid-column: span 2;
	grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1fr);
	grid-template-rows: 1fr;
}

.aes-product-picker--page .aes-picker-card.is-featured .aes-picker-card__media {
	aspect-ratio: auto;
	min-height: 100%;
}

.aes-product-picker-empty {
	align-items: start;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 54, 47, 0.14);
	display: grid;
	gap: 1rem;
	padding: 1rem;
}

.aes-quote-builder-open {
	overflow: hidden;
}

.aes-quote-builder-scrim[hidden],
.aes-quote-builder-dialog[hidden] {
	display: none !important;
}

.aes-quote-builder-scrim {
	background: rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(12px) saturate(1.05);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 210ms ease;
	z-index: 110;
}

.aes-quote-builder-scrim.is-open {
	opacity: 1;
}

.aes-quote-builder-dialog {
	background:
		radial-gradient(circle at 8% 0%, rgba(241, 6, 0, 0.22), transparent 17rem),
		linear-gradient(126deg, rgba(255, 255, 255, 0.12) 0 28%, transparent 28.2% 100%),
		linear-gradient(135deg, rgba(23, 25, 27, 0.98), rgba(5, 6, 7, 0.97));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.13);
	box-sizing: border-box;
	clip-path: none;
	color: #fff;
	inset: clamp(5.4rem, 8vw, 7.2rem) clamp(1rem, 4vw, 3rem) auto;
	margin: 0 auto;
	max-height: calc(100dvh - clamp(6.4rem, 10vw, 8.2rem));
	max-width: 1120px;
	opacity: 0;
	overflow: hidden;
	padding: clamp(1rem, 2.4vw, 1.6rem);
	position: fixed;
	transform: translateY(-12px) scale(0.985);
	transition: opacity 220ms ease, transform 220ms ease;
	width: min(1120px, calc(100vw - 2rem));
	z-index: 111;
}

.aes-quote-builder-dialog.is-open {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.aes-quote-builder-dialog__chrome {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: clamp(0.9rem, 2vw, 1.25rem);
}

.aes-quote-builder-dialog__intro h2 {
	color: #fff;
	font-size: clamp(1.55rem, 3.6vw, 3rem);
	font-weight: 860;
	letter-spacing: -0.01em;
	line-height: 0.98;
	margin: 0;
	max-width: 12ch;
	text-wrap: balance;
}

.aes-quote-builder-dialog__intro p:not(.aes-kicker) {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	line-height: 1.55;
	margin: 0.65rem 0 0;
	max-width: 720px;
}

.aes-quote-builder-dialog__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 46px;
}

.aes-quote-builder-dialog__close:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.28);
	transform: translateY(-1px);
}

.aes-quote-builder-dialog__close svg {
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 21px;
}

.aes-quote-builder-dialog .aes-picker-card {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
	color: #fff;
}

.aes-quote-builder-dialog .aes-picker-card:hover,
.aes-quote-builder-dialog .aes-picker-card:focus-visible {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(241, 6, 0, 0.52);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
	color: #fff;
}

.aes-quote-builder-dialog .aes-picker-card__media {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(234, 229, 220, 0.8)),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.03) 0 1px, transparent 1px 8px);
}

.aes-quote-builder-dialog .aes-picker-card__category {
	color: #ff6b62;
}

.aes-quote-builder-dialog .aes-picker-card__description {
	color: rgba(255, 255, 255, 0.62);
}

.aes-quote-builder-dialog .aes-picker-card__action {
	color: #ff5c54;
}

.aes-quote-builder-dialog__footer {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 0.75rem 1rem;
	justify-content: space-between;
	margin-top: clamp(0.9rem, 2vw, 1.25rem);
	padding-top: 0.9rem;
}

.aes-quote-builder-dialog__footer a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-weight: 820;
	gap: 0.55rem;
	min-height: 44px;
	text-decoration: none;
}

.aes-quote-builder-dialog__footer a span {
	align-items: center;
	background: #f10600;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.76rem;
	height: 24px;
	justify-content: center;
	min-width: 24px;
	padding: 0 0.42rem;
}

@media (max-width: 980px) {
	body.single-product.woocommerce div.product.product {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce div.product div.summary {
		max-width: 100%;
	}

	.aes-product-picker--page,
	.aes-product-picker--dialog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aes-product-picker--page .aes-picker-card.is-featured {
		grid-template-columns: 1fr;
	}

	.aes-quote-builder-dialog {
		max-height: calc(100dvh - 2rem);
		top: 1rem;
		width: min(760px, calc(100vw - 2rem));
	}
}

@media (max-width: 680px) {
	body.single-product .summary .aes-quote-panel,
	.aes-quote-panel {
		clip-path: none;
	}

	.aes-quote-panel::after {
		content: none;
	}

	.aes-quote-panel__header,
	.aes-quote-product-form {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.aes-quote-actions {
		grid-template-columns: 1fr;
	}

	.aes-quote-product-form .aes-quote-actions {
		grid-template-columns: 1fr;
	}

	.aes-quote-product-form .aes-button--primary,
	.aes-quote-product-form .aes-button--secondary {
		width: 100%;
	}

	.aes-shape-control {
		grid-template-columns: minmax(0, 1fr) 72px;
	}

	.aes-start-panel {
		clip-path: none;
	}

	.aes-product-picker--page,
	.aes-product-picker--dialog {
		gap: 0.7rem;
	}

	.aes-picker-card__body {
		padding: 0.72rem;
	}

	.aes-picker-card__description {
		display: none;
	}

	.aes-picker-card__title {
		font-size: 0.98rem;
	}

	.aes-picker-card__category {
		font-size: 0.62rem;
	}

	.aes-quote-builder-dialog {
		clip-path: none;
		inset: auto 0.65rem 0.65rem;
		max-height: calc(100dvh - 1.3rem);
		padding: 0.95rem;
		width: auto;
	}

	.aes-quote-builder-dialog__chrome {
		grid-template-columns: minmax(0, 1fr) 46px;
	}

	.aes-quote-builder-dialog__intro h2 {
		font-size: clamp(1.45rem, 8vw, 2.15rem);
		max-width: 13ch;
	}

	.aes-quote-builder-dialog__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Shared champagne CTA treatment. Red remains for ACCESS brand accents only. */
.aes-button--primary,
.woocommerce a.button.aes-loop-quote-button,
.aes-quote-product-form .aes-button--primary {
	background:
		linear-gradient(180deg, var(--cvp-cta-hover, #edcb78), var(--cvp-cta, #d7b35e)) !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.46),
		0 16px 34px var(--cvp-cta-shadow, rgba(215, 179, 94, 0.24)) !important;
	color: var(--cvp-cta-ink, #17120a) !important;
}

.aes-button--primary:hover,
.aes-button--primary:focus-visible,
.woocommerce a.button.aes-loop-quote-button:hover,
.woocommerce a.button.aes-loop-quote-button:focus-visible,
.aes-quote-product-form .aes-button--primary:hover,
.aes-quote-product-form .aes-button--primary:focus-visible {
	background:
		linear-gradient(180deg, #f5d88a, var(--cvp-cta-hover, #edcb78)) !important;
	border-color: rgba(255, 255, 255, 0.26) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.58),
		0 18px 40px rgba(215, 179, 94, 0.3) !important;
	color: var(--cvp-cta-ink, #17120a) !important;
}

.aes-button--secondary:hover,
.aes-button--secondary:focus-visible,
.aes-quote-product-form .aes-button--secondary:hover,
.aes-quote-product-form .aes-button--secondary:focus-visible {
	border-color: rgba(183, 144, 71, 0.58);
	color: #4f3b19 !important;
}

.aes-validation-summary {
	background:
		linear-gradient(118deg, rgba(255, 255, 255, 0.96) 0 58%, rgba(255, 241, 236, 0.96) 58.3% 100%),
		#fff8f5;
	border: 2px solid rgba(224, 46, 31, 0.72);
	border-left: 8px solid #e02e1f;
	border-radius: 8px;
	box-shadow:
		0 18px 42px rgba(224, 46, 31, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	color: #202528;
	display: grid;
	gap: 0.62rem;
	margin: 0 0 clamp(1rem, 1.8vw, 1.35rem);
	padding: clamp(0.92rem, 1.8vw, 1.2rem);
	scroll-margin-top: 84px;
}

.aes-validation-summary:focus {
	outline: 3px solid rgba(224, 46, 31, 0.22);
	outline-offset: 3px;
}

.aes-validation-summary strong {
	align-items: center;
	color: #b02016;
	display: inline-flex;
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	font-weight: 900;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1.15;
}

.aes-validation-summary strong::before {
	align-items: center;
	background: #e02e1f;
	border-radius: 999px;
	color: #fff;
	content: "!";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.82rem;
	height: 1.35rem;
	justify-content: center;
	width: 1.35rem;
}

.aes-validation-summary p {
	color: #4a3833;
	font-size: 0.92rem;
	line-height: 1.42;
	margin: 0;
}

.aes-validation-summary ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0.12rem 0 0;
	padding: 0;
}

.aes-validation-summary li {
	margin: 0;
	padding: 0;
}

.aes-validation-summary button {
	background: #fff;
	border: 1px solid rgba(224, 46, 31, 0.34);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(224, 46, 31, 0.08);
	color: #8f2017;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.1;
	min-height: 34px;
	padding: 0.45rem 0.7rem;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.aes-validation-summary button:hover,
.aes-validation-summary button:focus-visible {
	background: #fff4ef;
	border-color: rgba(224, 46, 31, 0.72);
	color: #68140f;
	outline: none;
	transform: translateY(-1px);
}

.aes-field.is-invalid {
	animation: aes-required-field-pulse 800ms ease both;
	border-radius: 10px;
}

.aes-field.is-invalid > label,
.aes-field.is-invalid > legend {
	color: #b02016;
}

.aes-field.is-invalid > label::after,
.aes-field.is-invalid > legend::after {
	background: #e02e1f;
	border-radius: 999px;
	color: #fff;
	content: "Required";
	display: inline-flex;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 0.5rem;
	padding: 0.28rem 0.42rem;
	text-transform: uppercase;
	vertical-align: 0.08em;
}

.aes-field.is-invalid .aes-input {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 244, 0.98)),
		#fff;
	border-color: #e02e1f;
	box-shadow:
		0 0 0 4px rgba(224, 46, 31, 0.14),
		0 18px 38px rgba(224, 46, 31, 0.13),
		inset 5px 0 0 rgba(224, 46, 31, 0.82);
}

.aes-field.is-invalid .aes-input:focus {
	border-color: #b02016;
	box-shadow:
		0 0 0 4px rgba(224, 46, 31, 0.2),
		0 18px 38px rgba(224, 46, 31, 0.16),
		inset 5px 0 0 rgba(224, 46, 31, 0.9);
}

.aes-field.is-invalid .aes-shape-preview {
	border-color: #e02e1f;
	box-shadow:
		0 0 0 4px rgba(224, 46, 31, 0.13),
		0 16px 34px rgba(224, 46, 31, 0.12),
		inset 5px 0 0 rgba(224, 46, 31, 0.8);
}

.aes-field.is-invalid .aes-choice {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 244, 0.98)),
		#fff;
	border-color: rgba(224, 46, 31, 0.62);
	box-shadow:
		0 0 0 3px rgba(224, 46, 31, 0.1),
		0 14px 30px rgba(224, 46, 31, 0.08);
}

.aes-field.is-invalid .aes-choice input {
	border-color: rgba(224, 46, 31, 0.86);
}

.aes-field-error {
	align-items: flex-start;
	color: #9e2118;
	display: flex;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 0.42rem;
	letter-spacing: 0;
	line-height: 1.32;
	margin-top: 0.08rem;
}

.aes-field-error::before {
	align-items: center;
	background: #e02e1f;
	border-radius: 999px;
	color: #fff;
	content: "!";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	height: 1rem;
	justify-content: center;
	margin-top: 0.08rem;
	width: 1rem;
}

@keyframes aes-required-field-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(224, 46, 31, 0.26);
	}
	55% {
		box-shadow: 0 0 0 8px rgba(224, 46, 31, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(224, 46, 31, 0);
	}
}

@media (max-width: 680px) {
	.aes-validation-summary ul {
		display: grid;
		grid-template-columns: 1fr;
	}

	.aes-validation-summary button {
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}
}

/* PDP product rail: shares the nav geometry without competing with its visual weight. */
body.single-product .aes-product-hero {
	align-items: center;
	background:
		radial-gradient(circle at 5% -30%, rgba(230, 0, 0, 0.14), transparent 18rem),
		linear-gradient(105deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 55%, rgba(247, 243, 236, 0.48) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 242, 235, 0.7));
	border: 1px solid rgba(63, 54, 47, 0.14);
	border-radius: 18px;
	box-shadow:
		0 18px 48px rgba(84, 63, 42, 0.09),
		0 1px 0 rgba(255, 255, 255, 0.84) inset;
	clip-path: none;
	color: #202528;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 0 clamp(1.35rem, 3vw, 2rem) calc((100% - min(1320px, calc(100vw - 48px))) / 2) !important;
	max-width: none !important;
	min-height: clamp(54px, 4.8vw, 70px);
	overflow: hidden;
	padding: clamp(0.72rem, 1.05vw, 0.92rem) clamp(1.1rem, 3.1vw, 2.25rem) clamp(0.78rem, 1.15vw, 1rem);
	position: relative;
	text-align: left !important;
	width: min(1320px, calc(100vw - 48px)) !important;
	-webkit-backdrop-filter: blur(18px) saturate(1.06);
	backdrop-filter: blur(18px) saturate(1.06);
}

body.single-product .aes-product-hero::before,
body.single-product .aes-product-hero::after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body.single-product .aes-product-hero::before {
	background: linear-gradient(90deg, rgba(230, 0, 0, 0.78), rgba(230, 0, 0, 0.22) 46%, transparent 100%);
	height: 2px;
	left: clamp(1.1rem, 3.1vw, 2.25rem);
	opacity: 0.92;
	right: auto;
	top: 0;
	width: min(28rem, 44%);
}

body.single-product .aes-product-hero::after {
	background:
		linear-gradient(115deg, transparent 0 35%, rgba(32, 37, 40, 0.045) 35.25% 57%, rgba(255, 255, 255, 0.42) 57.25% 73%, transparent 73.25%),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.035) 0 1px, transparent 1px 11px);
	bottom: 0;
	opacity: 0.7;
	right: 0;
	top: 0;
	width: min(34vw, 430px);
}

body.single-product .aes-product-hero__copy {
	align-items: baseline;
	display: grid;
	gap: 0.35rem clamp(0.95rem, 2.2vw, 1.55rem);
	grid-template-columns: max-content minmax(0, 1fr);
	position: relative;
	z-index: 1;
}

body.single-product .aes-product-hero__copy:not(:has(.aes-product-hero__eyebrow)) {
	grid-template-columns: minmax(0, 1fr);
}

body.single-product .aes-product-hero__eyebrow {
	color: #a83c31;
	font-size: 0.68rem;
	font-weight: 820;
	letter-spacing: 0.14em;
	line-height: 1;
	margin: 0;
	padding-left: 0.72rem;
	position: relative;
	text-transform: uppercase;
}

body.single-product .aes-product-hero__eyebrow::before {
	background: #e60000;
	content: "";
	inset: 0.04rem auto 0.04rem 0;
	position: absolute;
	width: 2px;
}

body.single-product.woocommerce div.product .aes-product-hero .product_title {
	color: #202528;
	font-size: clamp(1.9rem, 3vw, 2.85rem) !important;
	font-weight: 860;
	letter-spacing: -0.04em;
	line-height: 0.96;
	margin: 0 !important;
	max-width: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
	text-wrap: balance;
}

	@media (max-width: 680px) {
		body.single-product .aes-product-hero {
			border-radius: 18px;
			clip-path: none;
			grid-template-columns: 1fr;
		margin: 0 auto clamp(1.35rem, 3vw, 2rem) !important;
		min-height: 0;
		padding: 0.95rem 1rem;
		width: min(100%, calc(100vw - 24px)) !important;
	}

	body.single-product .aes-product-hero__copy {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce div.product .aes-product-hero .product_title {
		font-size: clamp(1.8rem, 8.5vw, 2.35rem) !important;
		max-width: 100%;
	}
}

/* Final PDP layout guard: keep WooCommerce defaults from breaking the custom grid. */
body.single-product,
body.single-product .cvp-page,
body.single-product .site-main {
	overflow-x: clip;
}

body.single-product #primary.content-area {
	padding: 0 !important;
}

body.single-product .site-main {
	box-sizing: border-box;
	min-height: 70vh;
	padding: clamp(7.5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 3rem) clamp(5rem, 8vw, 7rem) !important;
}

body.single-product #sidebar,
body.single-product #secondary,
body.single-product .sidebar,
body.single-product .widget-area {
	display: none !important;
}

body.single-product.woocommerce div.product.product,
body.single-product.woocommerce-page div.product.product {
	align-items: start !important;
	box-sizing: border-box;
	clear: both;
	column-gap: clamp(2rem, 5vw, 4.75rem) !important;
	display: grid !important;
	grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.14fr) !important;
	margin: 0 auto !important;
	max-width: 1240px !important;
	row-gap: clamp(1.2rem, 2.6vw, 1.8rem) !important;
	width: min(100%, 1240px) !important;
}

body.single-product.woocommerce div.product.product::before,
body.single-product.woocommerce div.product.product::after,
body.single-product.woocommerce-page div.product.product::before,
body.single-product.woocommerce-page div.product.product::after {
	content: none !important;
	display: none !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1240px !important;
	width: min(100%, 1240px) !important;
}

body.single-product .woocommerce-breadcrumb {
	display: none !important;
}

body.single-product .aes-product-hero {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	margin: 0 0 clamp(1.2rem, 2.4vw, 1.8rem) !important;
	max-width: 100% !important;
	width: 100% !important;
}

body.single-product .aes-product-hero__copy {
	min-width: 0;
}

body.single-product.woocommerce div.product .aes-product-hero .product_title {
	text-align: left !important;
}

body.single-product.woocommerce div.product.product > .aes-product-media-column,
body.single-product.woocommerce div.product.product > .woocommerce-product-gallery,
body.single-product.woocommerce-page div.product.product > .aes-product-media-column,
body.single-product.woocommerce-page div.product.product > .woocommerce-product-gallery {
	align-self: start !important;
	grid-column: 1 !important;
	grid-row: 2 !important;
	margin: 0 !important;
	max-width: 520px !important;
	min-width: 0;
	width: 100% !important;
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce-page div.product div.images {
	align-self: start !important;
	float: none !important;
	margin: 0 !important;
	max-width: 520px !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: sticky;
	top: 7.25rem;
	width: 100% !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
	display: grid !important;
	gap: clamp(0.9rem, 2vw, 1.35rem) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	height: auto !important;
	transform: none !important;
	transition: none !important;
	width: 100% !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:not(:has(.woocommerce-product-gallery__image:nth-child(2))),
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper:not(:has(.woocommerce-product-gallery__image:nth-child(2))) {
	grid-template-columns: 1fr !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	display: none !important;
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(-n + 2),
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(-n + 2) {
	display: block !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	align-items: center !important;
	display: flex !important;
	height: clamp(280px, 30vw, 360px) !important;
	justify-content: center !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	display: block !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
	width: 100% !important;
}

body.single-product.woocommerce div.product.product > .summary.entry-summary,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce-page div.product.product > .summary.entry-summary,
body.single-product.woocommerce-page div.product div.summary {
	align-self: start !important;
	box-sizing: border-box;
	clear: none !important;
	float: none !important;
	grid-column: 2 !important;
	grid-row: 2 !important;
	margin: 0 !important;
	max-width: 760px !important;
	min-width: 0;
	padding-top: 0 !important;
	width: 100% !important;
}

body.single-product.woocommerce .related.products,
body.single-product.woocommerce-page .related.products {
	grid-column: 1 / -1 !important;
	grid-row: 3 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1240px !important;
	width: 100% !important;
}

@media (max-width: 980px) {
	body.single-product #primary.content-area {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-product .site-main {
		padding-left: clamp(1rem, 5vw, 2rem) !important;
		padding-right: clamp(1rem, 5vw, 2rem) !important;
	}

	body.single-product.woocommerce div.product.product,
	body.single-product.woocommerce-page div.product.product {
		grid-template-columns: 1fr !important;
		max-width: 760px !important;
		row-gap: clamp(1.35rem, 5vw, 2.2rem) !important;
		width: min(100%, 760px) !important;
	}

	body.single-product .aes-product-hero {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	body.single-product.woocommerce div.product.product > .summary.entry-summary,
	body.single-product.woocommerce div.product div.summary,
	body.single-product.woocommerce-page div.product.product > .summary.entry-summary,
	body.single-product.woocommerce-page div.product div.summary {
		grid-column: 1 !important;
		grid-row: 2 !important;
		max-width: 100% !important;
	}

	body.single-product.woocommerce div.product.product > .aes-product-media-column,
	body.single-product.woocommerce div.product.product > .woocommerce-product-gallery,
	body.single-product.woocommerce-page div.product.product > .aes-product-media-column,
	body.single-product.woocommerce-page div.product.product > .woocommerce-product-gallery {
		grid-column: 1 !important;
		grid-row: 3 !important;
		max-width: 640px !important;
	}

	body.single-product.woocommerce div.product div.images,
	body.single-product.woocommerce-page div.product div.images {
		max-width: 640px !important;
		position: relative;
		top: auto;
	}

	body.single-product.woocommerce .related.products,
	body.single-product.woocommerce-page .related.products {
		grid-row: 4 !important;
	}
}

@media (max-width: 680px) {
	body.single-product #primary.content-area {
		padding-top: 0 !important;
	}

	body.single-product .site-main {
		padding-top: 6.75rem !important;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
	body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
		grid-template-columns: 1fr !important;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
	body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
		height: clamp(230px, 68vw, 320px) !important;
	}
}

/* Quote request page: customer review and contact workflow. */
.aes-quote-page-body .cvp-standard-page,
.aes-quote-page-body .site-main {
	background:
		radial-gradient(circle at 12% 10%, rgba(168, 60, 49, 0.08), transparent 22rem),
		radial-gradient(circle at 88% 35%, rgba(54, 77, 78, 0.08), transparent 24rem),
		repeating-linear-gradient(135deg, rgba(32, 37, 40, 0.024) 0 1px, transparent 1px 10px),
		linear-gradient(180deg, #fbfaf7 0%, #f3efe8 100%) !important;
	box-sizing: border-box;
	min-height: 100svh;
	overflow-x: clip;
	padding: clamp(8.75rem, 12vw, 11rem) clamp(1.1rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem) !important;
}

.aes-quote-page-body .cvp-standard-page .entry-content {
	max-width: none !important;
}

.aes-quote-shell {
	box-sizing: border-box;
	display: grid;
	gap: clamp(1.45rem, 3vw, 2.25rem);
	margin-inline: auto;
	max-width: 1320px;
	padding: 0;
	width: 100%;
}

.aes-quote-page-head {
	border-bottom: 1px solid rgba(32, 37, 40, 0.14);
	margin: 0;
	max-width: min(820px, 100%);
	padding-bottom: clamp(1.1rem, 2.4vw, 1.6rem);
}

.aes-quote-page-head .aes-kicker {
	color: #8f3026;
	font-size: 0.74rem;
	letter-spacing: 0.16em;
	margin-bottom: 0.72rem;
}

.cvp-standard-page .entry-content .aes-quote-page-head h2,
.aes-quote-page-head h2 {
	color: #1d2327;
	font-size: clamp(2.45rem, 6vw, 5.25rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 0.96;
	margin: 0;
	max-width: 12ch;
	text-wrap: balance;
}

.aes-quote-page-head p {
	color: #586168;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.55;
	margin: 0.9rem 0 0;
	max-width: 68ch;
}

.aes-request-grid {
	align-items: start;
	display: grid;
	gap: clamp(1.25rem, 2.6vw, 2rem);
	grid-template-columns: minmax(540px, 1.16fr) minmax(430px, 0.84fr);
	width: 100%;
}

.aes-request-items,
.aes-request-form-panel {
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.96)),
		#fff;
	border: 1px solid rgba(55, 61, 64, 0.14);
	border-radius: 8px;
	box-shadow:
		0 24px 60px rgba(54, 45, 36, 0.11),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
	min-width: 0;
	overflow: hidden;
	padding: clamp(1.2rem, 2.4vw, 2rem);
}

.aes-request-form-panel {
	position: sticky;
	top: clamp(5.75rem, 8vw, 7rem);
}

.aes-section-head {
	border-bottom: 1px solid rgba(32, 37, 40, 0.12);
	margin: 0 0 clamp(1rem, 2vw, 1.35rem);
	padding-bottom: clamp(0.95rem, 1.8vw, 1.2rem);
}

.aes-section-head .aes-kicker {
	color: #687178;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	margin: 0 0 0.66rem;
}

.cvp-standard-page .entry-content .aes-section-head h2,
.aes-section-head h2 {
	color: #1d2327;
	font-size: clamp(1.85rem, 3.2vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1;
	margin: 0;
	max-width: 13ch;
	text-wrap: balance;
}

.aes-quote-item-list {
	display: grid;
	gap: clamp(0.9rem, 2vw, 1.25rem);
}

.aes-quote-item {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(248, 245, 238, 0.96)),
		#fff;
	border: 1px solid rgba(55, 61, 64, 0.15);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(53, 45, 36, 0.055);
	display: grid;
	gap: clamp(1rem, 2vw, 1.35rem);
	grid-template-columns: minmax(120px, 152px) minmax(0, 1fr);
	padding: clamp(1rem, 2vw, 1.35rem);
}

.aes-quote-item__image {
	align-self: start;
	aspect-ratio: 1;
	background:
		radial-gradient(circle at 48% 34%, rgba(215, 179, 94, 0.18), transparent 58%),
		linear-gradient(145deg, #fff, #f0ece3);
	border: 1px solid rgba(55, 61, 64, 0.12);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	height: auto;
	object-fit: contain;
	padding: 0.45rem;
	width: 100%;
}

.aes-quote-item__body {
	min-width: 0;
}

.aes-quote-item__top {
	align-items: start;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: clamp(0.85rem, 1.7vw, 1.1rem);
}

.cvp-standard-page .entry-content .aes-quote-item h3,
.aes-quote-item h3 {
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.02;
	margin: 0;
	max-width: 12ch;
}

.aes-quote-item h3 a {
	color: #e60000;
	text-decoration: none;
}

.aes-quote-item__top span {
	align-items: center;
	background: #eaf4ef;
	border: 1px solid #cfe0d8;
	border-radius: 999px;
	color: #2f6f58;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1;
	min-height: 30px;
	padding: 0.38rem 0.62rem;
	white-space: nowrap;
}

.aes-option-list {
	display: grid;
	gap: 0.55rem 1rem;
	grid-template-columns: minmax(140px, 0.62fr) minmax(0, 1fr);
	margin: 0 0 1rem;
}

.aes-option-list dt,
.aes-option-list dd {
	min-width: 0;
}

.aes-option-list dt {
	color: #687178;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.25;
}

.aes-option-list dd {
	color: #202528;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.aes-quote-item .aes-link-button {
	color: #a83c31;
	font-size: 0.88rem;
	font-weight: 850;
	justify-self: start;
	min-height: 34px;
	text-decoration-thickness: 1px;
}

.aes-quote-request-form {
	display: grid;
	gap: clamp(1rem, 2vw, 1.35rem);
}

.aes-request-form-panel .aes-contact-fields {
	align-items: start;
	display: grid;
	gap: clamp(0.85rem, 1.6vw, 1.1rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 215px), 1fr));
}

.aes-request-form-panel .aes-field {
	min-width: 0;
}

.aes-request-form-panel .aes-field--wide,
.aes-request-form-panel .aes-field:has(textarea),
.aes-request-form-panel .aes-field:has(input[type="url"]) {
	grid-column: 1 / -1;
}

.aes-request-form-panel .aes-field--checkbox {
	grid-column: 1 / -1;
	padding-top: 0.1rem;
}

.aes-request-form-panel .aes-field label {
	color: #30383d;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1.16;
	text-transform: uppercase;
}

.aes-request-form-panel .aes-field--checkbox label {
	align-items: center;
	color: #4c555a;
	display: flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 0.58rem;
	letter-spacing: 0;
	line-height: 1.35;
	text-transform: none;
}

.aes-request-form-panel .aes-field--checkbox input {
	accent-color: #d63a32;
	flex: 0 0 auto;
	height: 1rem;
	margin: 0;
	width: 1rem;
}

.aes-request-form-panel .aes-input {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 249, 245, 0.98)),
		#fff;
	border: 1px solid rgba(55, 61, 64, 0.18);
	border-radius: 8px;
	box-shadow:
		0 12px 26px rgba(53, 45, 36, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	color: #1f262a;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.25;
	min-height: 58px;
	padding: 0.92rem 1rem;
	width: 100%;
}

.aes-request-form-panel textarea.aes-input {
	min-height: 140px;
}

.aes-request-form-panel input[type="date"].aes-input {
	min-width: 0;
}

.aes-request-form-panel .aes-quote-actions {
	background:
		linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0 28%, transparent 28.2% 100%),
		linear-gradient(135deg, #202528, #2d3438);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0.65rem;
}

.aes-request-form-panel .aes-button--primary {
	clip-path: none;
	width: 100%;
}

.aes-form-status {
	color: #8f3026;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
	min-height: 1.2rem;
}

@media (max-width: 1120px) {
	.aes-request-grid {
		grid-template-columns: 1fr;
	}

	.aes-request-form-panel {
		position: relative;
		top: auto;
	}

	.aes-section-head h2,
	.cvp-standard-page .entry-content .aes-section-head h2 {
		max-width: 100%;
	}
}

@media (max-width: 720px) {
	.aes-quote-page-body .cvp-standard-page,
	.aes-quote-page-body .site-main {
		padding: clamp(7rem, 24vw, 8.75rem) clamp(1rem, 5vw, 1.4rem) clamp(3rem, 8vw, 4rem) !important;
	}

	.aes-quote-page-head h2,
	.cvp-standard-page .entry-content .aes-quote-page-head h2 {
		font-size: clamp(2.15rem, 11vw, 3.4rem);
		max-width: 100%;
	}

	.aes-request-items,
	.aes-request-form-panel {
		padding: clamp(1rem, 5vw, 1.25rem);
	}

	.aes-quote-item {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.aes-option-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 540px) {
	.aes-quote-item {
		grid-template-columns: 1fr;
	}

	.aes-quote-item__image {
		max-width: 168px;
	}

	.aes-quote-item__top {
		grid-template-columns: 1fr;
	}

	.aes-quote-item__top span {
		justify-self: start;
	}
}

/* Quote request page width tune: align the workflow with the floating nav island. */
body.aes-quote-page-body .cvp-standard-page > .cvp-shell {
	max-width: none !important;
	width: min(1120px, calc(100vw - 32px)) !important;
}

body.aes-quote-page-body .cvp-standard-page .entry-content {
	max-width: none !important;
	width: 100% !important;
}

body.aes-quote-page-body .aes-quote-shell {
	gap: clamp(1.75rem, 3.2vw, 2.5rem);
	max-width: none !important;
	width: 100% !important;
}

body.aes-quote-page-body .aes-quote-page-head {
	display: grid;
	gap: clamp(1rem, 2.4vw, 2rem);
	grid-template-columns: minmax(280px, 0.64fr) minmax(360px, 1fr);
	max-width: none;
	padding-bottom: clamp(1.25rem, 2.6vw, 1.75rem);
}

body.aes-quote-page-body .aes-quote-page-head .aes-kicker {
	grid-column: 1 / -1;
	margin-bottom: -0.45rem;
}

body.aes-quote-page-body .aes-quote-page-head h2,
body.aes-quote-page-body .cvp-standard-page .entry-content .aes-quote-page-head h2 {
	font-size: clamp(2.35rem, 4.7vw, 4.65rem);
	max-width: 10.5ch;
}

body.aes-quote-page-body .aes-quote-page-head p {
	align-self: end;
	font-size: clamp(1.02rem, 1.18vw, 1.16rem);
	margin: 0;
	max-width: 58ch;
}

body.aes-quote-page-body .aes-request-grid {
	gap: clamp(1.25rem, 2.4vw, 1.8rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
}

body.aes-quote-page-body .aes-request-items,
body.aes-quote-page-body .aes-request-form-panel {
	padding: clamp(1.35rem, 2.4vw, 1.85rem);
}

body.aes-quote-page-body .aes-quote-item {
	grid-template-columns: minmax(128px, 168px) minmax(0, 1fr);
}

body.aes-quote-page-body .aes-quote-item__image {
	max-width: 168px;
}

body.aes-quote-page-body .aes-quote-item h3,
body.aes-quote-page-body .cvp-standard-page .entry-content .aes-quote-item h3 {
	font-size: clamp(1.5rem, 2.1vw, 2.15rem);
	max-width: 11ch;
}

body.aes-quote-page-body .aes-option-list {
	gap: 0.58rem 1.1rem;
	grid-template-columns: minmax(145px, 0.7fr) minmax(0, 1fr);
}

body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields {
	gap: clamp(0.9rem, 1.4vw, 1.05rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.aes-quote-page-body .aes-request-form-panel .aes-input {
	min-height: 56px;
}

body.aes-quote-page-body .aes-request-form-panel .aes-section-head h2,
body.aes-quote-page-body .cvp-standard-page .entry-content .aes-request-form-panel .aes-section-head h2 {
	max-width: 12ch;
}

@media (max-width: 980px) {
	body.aes-quote-page-body .aes-quote-page-head {
		grid-template-columns: 1fr;
	}

	body.aes-quote-page-body .aes-quote-page-head p {
		align-self: auto;
	}

	body.aes-quote-page-body .aes-request-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body.aes-quote-page-body .cvp-standard-page > .cvp-shell {
		width: min(100% - 28px, 1120px) !important;
	}

	body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields {
		grid-template-columns: 1fr;
	}

	body.aes-quote-page-body .aes-quote-item {
		grid-template-columns: 108px minmax(0, 1fr);
	}
}

@media (max-width: 540px) {
	body.aes-quote-page-body .aes-quote-item {
		grid-template-columns: 1fr;
	}
}

/* Quote request page final layout lock: use the real page class and prevent squeezed spec columns. */
body.cvp-page-request-quote .cvp-standard-page,
body.cvp-page-request-quote .site-main,
body.aes-quote-page-body .cvp-standard-page,
body.aes-quote-page-body .site-main {
	overflow-x: clip !important;
}

body.cvp-page-request-quote .cvp-standard-page > .cvp-shell,
body.aes-quote-page-body .cvp-standard-page > .cvp-shell {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1120px, calc(100vw - 32px)) !important;
	transform: none !important;
	width: min(1120px, calc(100vw - 32px)) !important;
}

body.cvp-page-request-quote .cvp-standard-page .entry-content,
body.aes-quote-page-body .cvp-standard-page .entry-content,
body.cvp-page-request-quote .aes-quote-shell,
body.aes-quote-page-body .aes-quote-shell {
	max-width: none !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-quote-shell,
body.aes-quote-page-body .aes-quote-shell {
	gap: clamp(1.6rem, 2.4vw, 2.35rem);
}

body.cvp-page-request-quote .aes-quote-page-head,
body.aes-quote-page-body .aes-quote-page-head {
	align-items: end;
	display: grid;
	gap: clamp(1.5rem, 3vw, 3rem);
	grid-template-columns: minmax(320px, 0.68fr) minmax(460px, 1.32fr);
	max-width: none;
}

body.cvp-page-request-quote .aes-quote-page-head .aes-kicker,
body.aes-quote-page-body .aes-quote-page-head .aes-kicker {
	grid-column: 1 / -1;
}

body.cvp-page-request-quote .aes-quote-page-head h2,
body.cvp-page-request-quote .cvp-standard-page .entry-content .aes-quote-page-head h2,
body.aes-quote-page-body .aes-quote-page-head h2,
body.aes-quote-page-body .cvp-standard-page .entry-content .aes-quote-page-head h2 {
	font-size: clamp(2.6rem, 5.2vw, 5.5rem);
	max-width: 11ch;
}

body.cvp-page-request-quote .aes-quote-page-head p,
body.aes-quote-page-body .aes-quote-page-head p {
	font-size: clamp(1.05rem, 1.22vw, 1.22rem);
	margin: 0 0 0.2rem;
	max-width: 68ch;
}

body.cvp-page-request-quote .aes-request-grid,
body.aes-quote-page-body .aes-request-grid {
	align-items: start;
	gap: clamp(1.4rem, 2.4vw, 2.1rem);
	grid-template-columns: minmax(540px, 1.1fr) minmax(430px, 0.9fr);
	max-width: none;
	min-width: 0;
	width: 100%;
}

body.cvp-page-request-quote .aes-request-items,
body.cvp-page-request-quote .aes-request-form-panel,
body.aes-quote-page-body .aes-request-items,
body.aes-quote-page-body .aes-request-form-panel {
	min-width: 0;
	padding: clamp(1.55rem, 2.4vw, 2.15rem);
	width: 100%;
}

body.cvp-page-request-quote .aes-quote-item,
body.aes-quote-page-body .aes-quote-item {
	align-items: start;
	gap: clamp(1.05rem, 2vw, 1.5rem);
	grid-template-columns: minmax(118px, 156px) minmax(0, 1fr);
	min-width: 0;
}

body.cvp-page-request-quote .aes-quote-item__image,
body.aes-quote-page-body .aes-quote-item__image {
	grid-column: 1;
	max-width: 156px;
}

body.cvp-page-request-quote .aes-quote-item__body,
body.aes-quote-page-body .aes-quote-item__body {
	display: grid;
	gap: clamp(0.85rem, 1.5vw, 1.1rem);
	grid-column: 2;
	min-width: 0;
}

body.cvp-page-request-quote .aes-quote-item__top,
body.aes-quote-page-body .aes-quote-item__top {
	align-items: start;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	min-width: 0;
}

body.cvp-page-request-quote .aes-quote-item h3,
body.cvp-page-request-quote .cvp-standard-page .entry-content .aes-quote-item h3,
body.aes-quote-page-body .aes-quote-item h3,
body.aes-quote-page-body .cvp-standard-page .entry-content .aes-quote-item h3 {
	font-size: clamp(1.35rem, 1.7vw, 1.85rem);
	max-width: none;
}

body.cvp-page-request-quote .aes-option-list,
body.aes-quote-page-body .aes-option-list {
	display: grid;
	gap: 0.68rem 0.9rem;
	grid-template-columns: minmax(118px, 0.46fr) minmax(0, 1fr);
	margin: 0;
	width: 100%;
}

body.cvp-page-request-quote .aes-option-list dt,
body.cvp-page-request-quote .aes-option-list dd,
body.aes-quote-page-body .aes-option-list dt,
body.aes-quote-page-body .aes-option-list dd {
	min-width: 0;
	overflow-wrap: break-word;
	word-break: normal;
}

body.cvp-page-request-quote .aes-option-list dd,
body.aes-quote-page-body .aes-option-list dd {
	min-width: 0;
}

body.cvp-page-request-quote .aes-quote-item .aes-link-button,
body.aes-quote-page-body .aes-quote-item .aes-link-button {
	justify-self: start;
}

body.cvp-page-request-quote .aes-request-form-panel .aes-contact-fields,
body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields {
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	min-width: 0;
}

@media (max-width: 1100px) {
	body.cvp-page-request-quote .aes-request-grid,
	body.aes-quote-page-body .aes-request-grid {
		grid-template-columns: 1fr;
	}

	body.cvp-page-request-quote .aes-request-form-panel,
	body.aes-quote-page-body .aes-request-form-panel {
		position: relative;
		top: auto;
	}
}

@media (max-width: 980px) {
	body.cvp-page-request-quote .cvp-standard-page > .cvp-shell,
	body.aes-quote-page-body .cvp-standard-page > .cvp-shell {
		margin-left: auto !important;
		margin-right: auto !important;
		transform: none !important;
		width: min(100% - 32px, 1120px) !important;
	}

	body.cvp-page-request-quote .aes-quote-page-head,
	body.aes-quote-page-body .aes-quote-page-head {
		grid-template-columns: 1fr;
	}

	body.cvp-page-request-quote .aes-quote-page-head p,
	body.aes-quote-page-body .aes-quote-page-head p {
		margin: 0;
	}

	body.cvp-page-request-quote .aes-option-list,
	body.aes-quote-page-body .aes-option-list {
		grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1fr);
	}
}

@media (max-width: 720px) {
	body.cvp-page-request-quote .aes-quote-item,
	body.aes-quote-page-body .aes-quote-item {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	body.cvp-page-request-quote .aes-quote-item__top,
	body.aes-quote-page-body .aes-quote-item__top {
		grid-template-columns: 1fr;
	}

	body.cvp-page-request-quote .aes-request-form-panel .aes-contact-fields,
	body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	body.cvp-page-request-quote .aes-quote-item,
	body.aes-quote-page-body .aes-quote-item {
		grid-template-columns: 1fr;
	}

	body.cvp-page-request-quote .aes-quote-item__image,
	body.cvp-page-request-quote .aes-quote-item__body,
	body.aes-quote-page-body .aes-quote-item__image,
	body.aes-quote-page-body .aes-quote-item__body {
		grid-column: 1;
	}

	body.cvp-page-request-quote .aes-option-list,
	body.aes-quote-page-body .aes-option-list {
		grid-template-columns: 1fr;
	}
}

/* Request quote page viewport-safe layout: center the workflow and prevent clipped form columns. */
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1120px, calc(100vw - 32px)) !important;
	overflow: visible !important;
	transform: none !important;
	width: min(1120px, calc(100vw - 32px)) !important;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .entry-content,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: none !important;
	overflow: visible;
	width: 100% !important;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-page-head {
	align-items: end;
	display: grid;
	gap: clamp(1.25rem, 2.4vw, 2rem);
	grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
	width: 100%;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-grid {
	align-items: start;
	display: grid;
	gap: clamp(1.25rem, 2.2vw, 1.75rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	min-width: 0;
	width: 100%;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-items,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-form-panel {
	box-sizing: border-box;
	max-width: none;
	min-width: 0;
	overflow: visible;
	width: 100%;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-item {
	box-sizing: border-box;
	grid-template-columns: minmax(92px, 124px) minmax(0, 1fr);
	min-width: 0;
	width: 100%;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-item__image {
	max-width: 124px;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-item__body,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-item__top,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-option-list {
	min-width: 0;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-option-list {
	grid-template-columns: minmax(104px, 0.42fr) minmax(0, 1fr);
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-form-panel .aes-contact-fields {
	display: grid;
	gap: clamp(0.85rem, 1.5vw, 1rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
	min-width: 0;
	width: 100%;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-field,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-input,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) input,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) textarea {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-field label {
	overflow-wrap: break-word;
	white-space: normal;
	word-break: normal;
}

@media (max-width: 1060px) {
	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-grid {
		grid-template-columns: 1fr;
	}
}

/* Quote page narrow-desktop guard: stack panels before the workflow can look cramped. */
@media (max-width: 1280px) {
	body.cvp-page-request-quote .aes-request-grid,
	body.aes-quote-page-body .aes-request-grid,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-request-grid,
	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-grid {
		grid-template-columns: 1fr !important;
	}

	body.cvp-page-request-quote .aes-request-items,
	body.cvp-page-request-quote .aes-request-form-panel,
	body.aes-quote-page-body .aes-request-items,
	body.aes-quote-page-body .aes-request-form-panel,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-request-items,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-request-form-panel {
		max-width: none !important;
		width: 100% !important;
	}

	body.cvp-page-request-quote .aes-quote-item,
	body.aes-quote-page-body .aes-quote-item,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-quote-item {
		grid-template-columns: minmax(120px, 156px) minmax(0, 1fr) !important;
	}

	body.cvp-page-request-quote .aes-option-list,
	body.aes-quote-page-body .aes-option-list,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-option-list {
		grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr) !important;
	}

	body.cvp-page-request-quote .aes-request-form-panel .aes-contact-fields,
	body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-request-form-panel .aes-contact-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-page-head,
	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-grid,
	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-form-panel .aes-contact-fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) {
		max-width: min(100% - 24px, 1120px) !important;
		width: min(100% - 24px, 1120px) !important;
	}

	.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-quote-item {
		grid-template-columns: 1fr;
	}
}

/* Quote request final layout guard: align the workflow with the floating nav island. */
body.cvp-page-request-quote .cvp-standard-page,
body.aes-quote-page-body .cvp-standard-page {
	--aes-quote-page-width: min(1120px, calc(100vw - 32px));
}

body.cvp-page-request-quote .cvp-standard-page > .cvp-shell,
body.cvp-page-request-quote .cvp-standard-page .cvp-shell:has(.aes-quote-shell),
body.cvp-page-request-quote .cvp-standard-page article:has(.aes-quote-shell),
body.cvp-page-request-quote .cvp-standard-page .hentry:has(.aes-quote-shell),
body.cvp-page-request-quote .cvp-standard-page #post-11,
body.cvp-page-request-quote .cvp-standard-page .entry-content:has(.aes-quote-shell),
body.aes-quote-page-body .cvp-standard-page > .cvp-shell,
body.aes-quote-page-body .cvp-standard-page .cvp-shell:has(.aes-quote-shell),
body.aes-quote-page-body .cvp-standard-page article:has(.aes-quote-shell),
body.aes-quote-page-body .cvp-standard-page .hentry:has(.aes-quote-shell),
body.aes-quote-page-body .cvp-standard-page #post-11,
body.aes-quote-page-body .cvp-standard-page .entry-content:has(.aes-quote-shell),
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell),
.cvp-standard-page article:has(.aes-quote-shell),
.cvp-standard-page .hentry:has(.aes-quote-shell),
.cvp-standard-page .entry-content:has(.aes-quote-shell) {
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--aes-quote-page-width, min(1120px, calc(100vw - 32px))) !important;
	min-width: 0 !important;
	overflow: visible !important;
	transform: none !important;
	width: var(--aes-quote-page-width, min(1120px, calc(100vw - 32px))) !important;
}

body.cvp-page-request-quote .aes-quote-shell,
body.aes-quote-page-body .aes-quote-shell,
.cvp-standard-page .entry-content .aes-quote-shell {
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-quote-page-head,
body.aes-quote-page-body .aes-quote-page-head,
.cvp-standard-page .entry-content .aes-quote-shell .aes-quote-page-head {
	grid-template-columns: minmax(260px, 0.62fr) minmax(360px, 1fr) !important;
	max-width: none !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-request-grid,
body.aes-quote-page-body .aes-request-grid,
.cvp-standard-page .entry-content .aes-quote-shell > .aes-request-grid,
.cvp-standard-page > .cvp-shell:has(.aes-quote-shell) .aes-request-grid {
	display: grid !important;
	gap: clamp(1.35rem, 2.2vw, 2rem) !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr) !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-request-items,
body.cvp-page-request-quote .aes-request-form-panel,
body.aes-quote-page-body .aes-request-items,
body.aes-quote-page-body .aes-request-form-panel,
.cvp-standard-page .entry-content .aes-quote-shell .aes-request-items,
.cvp-standard-page .entry-content .aes-quote-shell .aes-request-form-panel {
	box-sizing: border-box !important;
	max-width: none !important;
	min-width: 0 !important;
	overflow: visible !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-quote-item,
body.aes-quote-page-body .aes-quote-item,
.cvp-standard-page .entry-content .aes-quote-shell .aes-quote-item {
	grid-template-columns: minmax(112px, 156px) minmax(0, 1fr) !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-option-list,
body.aes-quote-page-body .aes-option-list,
.cvp-standard-page .entry-content .aes-quote-shell .aes-option-list {
	grid-template-columns: minmax(132px, 0.44fr) minmax(0, 1fr) !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.cvp-page-request-quote .aes-request-form-panel .aes-contact-fields,
body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields,
.cvp-standard-page .entry-content .aes-quote-shell .aes-request-form-panel .aes-contact-fields {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	min-width: 0 !important;
	width: 100% !important;
}

@media (max-width: 980px) {
	body.cvp-page-request-quote .aes-quote-page-head,
	body.cvp-page-request-quote .aes-request-grid,
	body.aes-quote-page-body .aes-quote-page-head,
	body.aes-quote-page-body .aes-request-grid,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-quote-page-head,
	.cvp-standard-page .entry-content .aes-quote-shell > .aes-request-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 640px) {
	body.cvp-page-request-quote .aes-quote-item,
	body.aes-quote-page-body .aes-quote-item,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-quote-item,
	body.cvp-page-request-quote .aes-option-list,
	body.aes-quote-page-body .aes-option-list,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-option-list,
	body.cvp-page-request-quote .aes-request-form-panel .aes-contact-fields,
	body.aes-quote-page-body .aes-request-form-panel .aes-contact-fields,
	.cvp-standard-page .entry-content .aes-quote-shell .aes-request-form-panel .aes-contact-fields {
		grid-template-columns: 1fr !important;
	}
}

/* Request quote hard lock: exact WP page structure, no :has() dependency. */
body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page {
	overflow-x: clip !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page > .cvp-shell,
body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page > .cvp-shell > article,
body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page > .cvp-shell > article > .entry-content,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page > .cvp-shell,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page > .cvp-shell > article,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page > .cvp-shell > article > .entry-content {
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1120px, calc(100vw - 32px)) !important;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	transform: none !important;
	width: min(1120px, calc(100vw - 32px)) !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-quote-shell,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-quote-shell {
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-request-grid,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-request-grid {
	display: grid !important;
	gap: clamp(1.35rem, 2.2vw, 2rem) !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr) !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-request-items,
body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-request-form-panel,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-request-items,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-request-form-panel {
	box-sizing: border-box !important;
	max-width: none !important;
	min-width: 0 !important;
	overflow: visible !important;
	width: 100% !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-quote-item,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-quote-item {
	grid-template-columns: minmax(112px, 156px) minmax(0, 1fr) !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-option-list,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-option-list {
	grid-template-columns: minmax(132px, 0.44fr) minmax(0, 1fr) !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-contact-fields,
body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-contact-fields {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	min-width: 0 !important;
	width: 100% !important;
}

@media (max-width: 980px) {
	body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-request-grid,
	body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-request-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 640px) {
	body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-quote-item,
	body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-option-list,
	body.page-id-11.cvp-page-request-quote #primary.cvp-standard-page .aes-contact-fields,
	body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-quote-item,
	body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-option-list,
	body.page-id-11.aes-quote-page-body #primary.cvp-standard-page .aes-contact-fields {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 720px) {
	.aes-option-info-dialog {
		max-height: calc(100vh - 1rem);
		max-width: calc(100vw - 1rem);
		padding: 1rem;
	}

	.aes-option-info-table,
	.aes-option-info-table thead,
	.aes-option-info-table tbody,
	.aes-option-info-table tr,
	.aes-option-info-table th,
	.aes-option-info-table td {
		display: block;
	}

	.aes-option-info-table thead {
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
	}

	.aes-option-info-table tr {
		border-top: 1px solid var(--aes-line);
		padding: 0.75rem 0;
	}

	.aes-option-info-table td {
		border-top: 0;
		padding: 0.32rem 0;
	}

	.aes-option-info-table td:nth-child(2)::before,
	.aes-option-info-table td:nth-child(3)::before {
		color: var(--aes-muted);
		display: block;
		font-size: 0.68rem;
		font-weight: 850;
		letter-spacing: 0.08em;
		margin-bottom: 0.18rem;
		text-transform: uppercase;
	}

	.aes-option-info-table td:nth-child(2)::before {
		content: "Availability";
	}

	.aes-option-info-table td:nth-child(3)::before {
		content: "Notes";
	}
}

@media (max-width: 520px) {
	.aes-option-media-preview {
		grid-template-columns: 1fr;
	}

	.aes-option-media-preview__image {
		aspect-ratio: 1.7;
	}

	.aes-option-media-preview__image img {
		max-height: 92px;
	}

	.aes-option-info-table__option {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.aes-option-info-table__option img {
		height: 56px;
		width: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aes-quote-panel__header::after {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.aes-quote-item,
	.aes-button,
	.woocommerce a.button.aes-loop-quote-button,
	.aes-input,
	.aes-picker-card,
	.aes-quote-builder-scrim,
	.aes-quote-builder-dialog,
	.aes-quote-builder-dialog__close,
	.aes-shape-preview,
	.aes-option-info-scrim,
	.aes-option-info-dialog,
	body.single-product.woocommerce div.product div.images .flex-control-thumbs img,
	body.single-product.woocommerce .related.products ul.products li.product,
	.aes-quote-dock,
	.aes-toast {
		transition: none;
	}
}

/* Product picker guard: keep Matrix from looking like a half-empty missing-image card. */
.aes-product-picker--page .aes-picker-card.is-featured {
	grid-column: auto;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
}

.aes-product-picker--page .aes-picker-card.is-featured .aes-picker-card__media {
	aspect-ratio: 1.18;
	min-height: 0;
}

/* Keep alternate shipping together as one contained final-step choice. */
.aes-request-form-panel .aes-contact-fields > .aes-shipping-option {
	background: #fbf9f5;
	border: 1px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
	grid-column: 1 / -1 !important;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
	width: 100%;
}

.aes-request-form-panel .aes-contact-fields > .aes-shipping-option:has(input[type="checkbox"]:checked) {
	background: #fff;
	border-color: rgba(182, 66, 52, 0.62);
	box-shadow: 0 12px 28px rgba(53, 45, 36, 0.07), 0 0 0 3px rgba(182, 66, 52, 0.08);
}

.aes-request-form-panel .aes-shipping-option > .aes-field--checkbox {
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.aes-request-form-panel .aes-shipping-option > .aes-field--checkbox > label {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	box-sizing: border-box;
	cursor: pointer;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: 1.1rem minmax(0, 1fr);
	margin: 0;
	min-height: 50px;
	padding: 0.78rem 0.9rem;
	width: 100%;
}

.aes-request-form-panel .aes-shipping-option > .aes-field--checkbox > label:hover {
	background: rgba(182, 66, 52, 0.045);
}

.aes-request-form-panel .aes-shipping-option > .aes-field--checkbox > label:focus-within {
	box-shadow: 0 0 0 3px rgba(182, 66, 52, 0.14);
}

.aes-request-form-panel .aes-shipping-option:has(input[type="checkbox"]:checked) > .aes-field--checkbox > label {
	border-bottom: 1px solid rgba(182, 66, 52, 0.2);
	border-radius: 7px 7px 0 0;
}

.cvp-standard-page .entry-content .aes-quote-shell .aes-request-form-panel .aes-shipping-option .aes-field--checkbox input[type="checkbox"],
body.cvp-page-request-quote .aes-request-form-panel .aes-shipping-option .aes-field--checkbox input[type="checkbox"],
body.aes-quote-page-body .aes-request-form-panel .aes-shipping-option .aes-field--checkbox input[type="checkbox"] {
	box-sizing: border-box !important;
	flex: none !important;
	height: 1.1rem !important;
	margin: 0 !important;
	max-width: 1.1rem !important;
	min-width: 1.1rem !important;
	padding: 0 !important;
	position: static !important;
	width: 1.1rem !important;
}

.aes-request-form-panel .aes-shipping-option .aes-field--checkbox span {
	min-width: 0;
	overflow-wrap: break-word;
	word-break: normal;
}

.aes-request-form-panel .aes-shipping-option > .aes-field--conditional {
	box-sizing: border-box;
	gap: 0.48rem;
	min-width: 0;
	padding: 0.9rem;
	width: 100%;
}
