.nye-estimate {
	--nye-red: #b51f2d;
	--nye-red-dark: #8f1722;
	--nye-ink: #222;
	--nye-muted: #626262;
	--nye-line: #dedede;
	--nye-soft: #f7f7f7;
	--nye-green: #16833b;
	max-width: 1180px;
	margin: 34px auto;
	color: var(--nye-ink);
	font-size: 15px;
	line-height: 1.65;
	container-type: inline-size;
}

.nye-estimate:not(.nye-estimate-embedded) {
	position: static;
	width: 100%;
	transform: none;
}

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

.nye-estimate [hidden] {
	display: none !important;
}

.nye-estimate-header {
	display: block;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 3px solid var(--nye-red);
}

.nye-estimate-header > div {
	width: 100% !important;
	min-width: 0;
}

.nye-estimate-header h2 {
	margin: 3px 0 5px;
	font-size: 28px;
	line-height: 1.35;
	text-align: left !important;
}

.nye-lead,
.nye-note,
.nye-search-help,
.nye-field-note {
	margin: 0;
	color: var(--nye-muted);
}

.nye-eyebrow {
	color: var(--nye-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
}

.nye-product-finder {
	padding: 24px;
	border: 1px solid var(--nye-line);
	background: #fff;
}

.nye-search-label {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.nye-search-row {
	display: flex;
	gap: 10px;
}

.nye-search-row input {
	flex: 1;
	min-width: 0;
	padding: 14px 16px;
	border: 2px solid #777;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
}

.nye-search-help {
	margin-top: 7px;
	font-size: 13px;
}

.nye-product-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.nye-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--nye-line);
	border-radius: 6px;
	background: #fff;
}

.nye-product-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: var(--nye-soft);
}

.nye-product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nye-product-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.nye-product-card h3 {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.5;
}

.nye-product-card h3 a {
	color: var(--nye-ink);
}

.nye-product-card .nye-button {
	margin-top: auto;
}

.nye-sku {
	color: var(--nye-muted);
	font-size: 13px;
	word-break: break-all;
}

.nye-badge {
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #eef4ff;
	color: #234c84;
	font-size: 12px;
}

.nye-no-image {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 120px;
	align-items: center;
	justify-content: center;
	background: #eee;
	color: #888;
}

.nye-selected-product {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 22px;
	align-items: center;
	margin-bottom: 22px;
	padding: 16px;
	border: 1px solid var(--nye-line);
	background: #fff;
}

.nye-selected-image {
	aspect-ratio: 1 / 1;
}

.nye-selected-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nye-selected-product h3 {
	margin: 2px 0 4px;
	font-size: 20px;
}

.nye-product-links {
	display: flex;
	gap: 18px;
	font-size: 13px;
}

.nye-sku-switcher {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin-bottom: 20px;
	padding: 14px 16px;
	border: 1px solid var(--nye-line);
	background: var(--nye-soft);
}

.nye-sku-switcher label {
	font-weight: 700;
}

.nye-sku-switcher select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
}

.nye-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(310px, .8fr);
	gap: 24px;
	align-items: start;
}

.nye-configurator {
	min-width: 0;
}

.nye-step {
	margin-bottom: 16px;
	padding: 20px;
	border: 1px solid var(--nye-line);
	background: #fff;
}

.nye-step-heading {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin-bottom: 16px;
}

.nye-step-heading > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--nye-red);
	color: #fff;
	font-weight: 700;
}

.nye-step-heading h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.35;
}

.nye-step-heading p {
	margin: 2px 0 0;
	color: var(--nye-muted);
	font-size: 13px;
}

.nye-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
	font-weight: 700;
}

.nye-field input,
.nye-field select,
.nye-field textarea {
	width: 100%;
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #fff;
	color: var(--nye-ink);
	font: inherit;
	font-weight: 400;
}

.nye-shipping-prefecture {
	clear: both;
	float: none !important;
	width: 100% !important;
	max-width: 360px;
	margin-top: 18px;
}

.nye-payment-notes {
	display: grid;
	clear: both;
	width: 100%;
	gap: 4px;
	margin-top: 10px;
}

.nye-payment-notes .nye-field-note {
	float: none !important;
	width: 100% !important;
}

.nye-quantity-field {
	clear: both;
	float: none !important;
	width: 260px !important;
	max-width: 260px;
	margin: 0;
}

.nye-input-with-unit {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	overflow: hidden;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #fff;
}

.nye-input-with-unit input {
	border: 0;
}

.nye-input-with-unit > span {
	padding: 0 14px;
	color: var(--nye-muted);
	font-weight: 400;
}

.nye-choice-fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.nye-choice-fieldset legend {
	margin-bottom: 8px;
	font-weight: 700;
}

.nye-choice-fieldset {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	clear: both;
	width: 100%;
	max-height: none;
	overflow: visible;
	padding: 2px;
}

.nye-choice-fieldset legend {
	grid-column: 1 / -1;
}

.nye-choice-card {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	transition: border-color .15s, background-color .15s, box-shadow .15s;
	width: 100% !important;
	float: none !important;
}

.nye-choice-card:hover {
	border-color: #999;
}

.nye-choice-card:has(input:checked) {
	border-color: var(--nye-red);
	background: #fff7f7;
	box-shadow: 0 0 0 1px var(--nye-red);
}

.nye-choice-card:has(input:disabled) {
	background: #f3f3f3;
	color: #999;
	cursor: not-allowed;
}

.nye-choice-card input {
	display: block !important;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--nye-red);
}

.nye-choice-card input[type="radio"] {
	-webkit-appearance: radio !important;
	appearance: radio !important;
}

.nye-choice-card input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	appearance: checkbox !important;
}

.nye-choice-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.nye-choice-copy strong {
	font-size: 14px;
	line-height: 1.45;
}

.nye-choice-copy small {
	color: var(--nye-muted);
	font-size: 12px;
	line-height: 1.45;
}

.nye-method-copy > span {
	color: var(--nye-muted);
	font-size: 12px;
	font-weight: 700;
}

.nye-method-copy strong {
	font-size: 15px;
}

.nye-substep {
	clear: both;
	width: 100%;
}

.nye-substep + .nye-substep {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--nye-line);
}

.nye-substep h4 {
	margin: 0 0 10px;
	font-size: 15px;
}

.nye-method-substep select {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
}

.nye-method-group {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--nye-line);
}

.nye-method-group legend {
	margin-bottom: 10px;
	color: var(--nye-red);
	font-size: 14px;
	font-weight: 700;
}

.nye-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.nye-option-grid,
.nye-payment-grid {
	display: grid;
	gap: 10px;
}

.nye-option-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nye-payment-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nye-contact-fields {
	display: flow-root;
	clear: both;
	width: 100%;
	margin-top: 14px;
	padding: 18px;
	border-left: 3px solid var(--nye-red);
	background: var(--nye-soft);
}

.nye-contact-fields .nye-field {
	clear: both;
	float: none !important;
	width: 100% !important;
	max-width: none;
}

.nye-contact-fields > .nye-field {
	margin-top: 16px;
}

.nye-contact-fields textarea {
	display: block;
	width: 100% !important;
	max-width: 100%;
	resize: vertical;
}

.nye-contact-fields h4 {
	margin: 0 0 4px;
	font-size: 16px;
}

.nye-form-grid,
.nye-date-grid {
	display: grid;
	gap: 14px;
	margin-top: 14px;
}

.nye-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nye-date-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nye-date-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nye-date-grid-one {
	grid-template-columns: minmax(0, 1fr);
}

.nye-rush-fields {
	margin: 20px 0 14px;
	padding-top: 18px;
	border-top: 1px solid var(--nye-line);
}

.nye-rush-fields > p {
	margin: 0;
	color: var(--nye-muted);
	font-size: 13px;
}

.nye-member-links {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	font-size: 14px;
}

.nye-member-links a {
	color: var(--nye-red);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nye-member-links span {
	color: var(--nye-muted);
}

.nye-member-status {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-left: 4px solid var(--nye-green);
	background: #ecf8ef;
	font-size: 13px;
	font-weight: 700;
}

.nye-rush-inquiry {
	margin-top: 18px;
}

.nye-quantity-note {
	margin: 8px 0 0;
	font-weight: 700;
}

.nye-quantity-note > span {
	display: block;
}

.nye-shipping-condition {
	margin-top: 3px;
	color: var(--nye-muted);
	font-size: 13px;
	font-weight: 600;
}

.nye-date-guidance {
	margin: 10px 0 0;
	color: var(--nye-muted);
	font-size: 13px;
	line-height: 1.6;
}

.nye-field input[data-business-date] {
	cursor: pointer;
	background-color: #fff;
}

.ui-datepicker {
	display: none;
	z-index: 1000010 !important;
	width: 310px;
	padding: 14px;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
	font-size: 14px;
}

.ui-datepicker-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-bottom: 8px;
}

.ui-datepicker-title {
	font-weight: 700;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 0;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	color: var(--nye-red);
	cursor: pointer;
}

.ui-datepicker-prev { left: 0; }
.ui-datepicker-next { right: 0; }
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover { background: #fff1f2; }
.ui-datepicker-prev span,
.ui-datepicker-next span { position: static; }

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker th {
	padding: 6px 2px;
	color: #666;
	font-size: 12px;
	text-align: center;
}

.ui-datepicker td {
	padding: 2px;
	text-align: center;
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: grid;
	place-items: center;
	min-height: 34px;
	border-radius: 6px;
	text-decoration: none;
}

.ui-datepicker td a {
	color: #222;
	font-weight: 600;
}

.ui-datepicker td a:hover,
.ui-datepicker td .ui-state-active {
	background: var(--nye-red);
	color: #fff;
}

.ui-datepicker .ui-state-disabled {
	opacity: .3;
	cursor: not-allowed;
}

.ui-datepicker .ui-datepicker-other-month {
	opacity: .18;
}

.nye-calculate-action {
	display: flex;
	justify-content: flex-end;
	padding-top: 4px;
}

.nye-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border: 1px solid #555;
	border-radius: 4px;
	background: #fff;
	color: var(--nye-ink) !important;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
}

.nye-button:hover {
	border-color: var(--nye-red);
	color: var(--nye-red) !important;
}

.nye-button-primary,
.nye-button-calculate {
	border-color: var(--nye-red);
	background: var(--nye-red);
	color: #fff !important;
}

.nye-button-primary:hover,
.nye-button-calculate:hover {
	border-color: var(--nye-red-dark);
	background: var(--nye-red-dark);
	color: #fff !important;
}

.nye-button:disabled {
	border-color: #ccc;
	background: #ddd;
	color: #888 !important;
	cursor: not-allowed;
}

.nye-summary-panel {
	position: sticky;
	top: 20px;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	border-top: 4px solid var(--nye-red);
	background: #fff;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .07);
}

.nye-summary-heading {
	padding: 18px 20px 14px;
	border-bottom: 1px solid var(--nye-line);
}

.nye-summary-heading h3 {
	margin: 2px 0 0;
	font-size: 22px;
}

.nye-result {
	min-height: 220px;
	padding: 18px 20px;
}

.nye-result-empty {
	padding: 28px 10px;
	color: var(--nye-muted);
	text-align: center;
}

.nye-result-empty strong {
	display: block;
	margin-bottom: 7px;
	color: var(--nye-ink);
	font-size: 17px;
}

.nye-result-empty p {
	margin: 0;
	font-size: 13px;
}

.nye-summary h3 {
	margin: 0 0 4px;
	font-size: 17px;
}

.nye-summary > p:first-of-type {
	margin: 0 0 12px;
	color: var(--nye-muted);
	font-size: 12px;
}

.nye-payment-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 8px;
	padding: 10px 12px;
	border: 1px solid var(--nye-line);
	background: #fff;
	font-size: 13px;
}

.nye-payment-summary span {
	color: var(--nye-muted);
}

.nye-payment-summary strong {
	text-align: right;
}

.nye-discount-status {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-left: 3px solid var(--nye-red);
	background: #fff7f7;
	font-size: 12px;
	line-height: 1.6;
}

.nye-delivery-summary {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	margin: 0 0 12px;
	padding: 12px;
	border: 1px solid #e3d8ae;
	background: #fffbea;
	font-size: 12px;
	line-height: 1.6;
}

.nye-delivery-summary > span {
	color: var(--nye-muted);
}

.nye-delivery-summary > strong {
	text-align: right;
}

.nye-delivery-summary > small {
	grid-column: 1 / -1;
	color: var(--nye-muted);
	font-size: 11px;
}

.nye-result table {
	width: 100%;
	border-collapse: collapse;
}

.nye-result th,
.nye-result td {
	padding: 9px 0;
	border-bottom: 1px solid var(--nye-line);
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.nye-result td {
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.nye-result .nye-total th,
.nye-result .nye-total td {
	padding-top: 14px;
	border-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}

.nye-result .nye-total td {
	color: var(--nye-red);
	font-size: 24px;
}

.nye-note {
	margin-top: 12px;
	font-size: 12px;
}

.nye-rush-note {
	margin-top: 10px;
	padding: 10px;
	background: #fff7df;
	font-size: 12px;
}

.nye-issue-action {
	padding: 16px 20px 20px;
	border-top: 1px solid var(--nye-line);
	background: var(--nye-soft);
}

.nye-issue-action .nye-button {
	width: 100%;
}

.nye-issue-action > p {
	margin: 8px 0 0;
	color: var(--nye-muted);
	font-size: 11px;
	text-align: center;
}

.nye-error,
.nye-warning,
.nye-issued {
	margin-bottom: 12px;
	padding: 13px 14px;
}

.nye-error,
.nye-warning {
	border-left: 4px solid #c00;
	background: #fff1f1;
}

.nye-issued {
	border-left: 4px solid var(--nye-green);
	background: #ecf8ef;
}

.nye-issued-actions {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.nye-issued .nye-download-button,
.nye-issued .nye-copy-quote-button {
	width: 100%;
	background: #fff;
}

.nye-download-status {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
}

.nye-empty {
	grid-column: 1 / -1;
	padding: 24px;
	background: var(--nye-soft);
}

.nye-estimate-embedded {
	width: 100%;
	margin: 0;
}

.nye-product-estimate-launcher {
	--nye-red: #b51f2d;
	--nye-red-dark: #8f1722;
	--nye-ink: #222;
	--nye-muted: #626262;
	--nye-line: #dedede;
	--nye-soft: #f7f7f7;
	clear: both;
	width: 100%;
	margin: 22px 0 8px;
}

.nye-product-estimate-launcher.nye-trigger-relocated {
	margin: 0;
}

.nye-purchase-actions-grid {
	--nye-red: #b51f2d;
	--nye-red-dark: #8f1722;
	--nye-ink: #222;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	margin: 14px 0 10px;
}

.single_product_description .nye-purchase-actions-grid .purchase_controls {
	display: grid;
	height: 100%;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px 12px;
	align-content: center;
	align-items: center;
	margin: 0;
	padding: 16px;
}

.single_product_description .nye-purchase-actions-grid .purchase_controls .title {
	width: auto;
	margin: 0;
}

.single_product_description .nye-purchase-actions-grid .purchase_controls .qty {
	width: 100%;
	margin: 0;
}

.single_product_description .nye-purchase-actions-grid .purchase_controls .skubutton {
	width: 100%;
	min-width: 0;
	grid-column: 1 / -1;
}

.nye-purchase-actions-grid .nye-drawer-trigger {
	min-height: 100%;
	grid-template-columns: minmax(0, 1fr);
	align-content: center;
	padding: 16px 18px !important;
}

.nye-purchase-actions-grid .nye-drawer-trigger-eyebrow,
.nye-purchase-actions-grid .nye-drawer-trigger strong,
.nye-purchase-actions-grid .nye-drawer-trigger-action {
	grid-column: 1;
}

.nye-purchase-actions-grid .nye-drawer-trigger strong {
	font-size: 21px;
}

.nye-purchase-actions-grid .nye-drawer-trigger-action {
	grid-row: auto;
	margin-top: 8px;
	padding: 10px 12px;
	text-align: center;
	white-space: normal;
}

.nye-drawer-trigger {
	position: relative;
	display: grid !important;
	width: 100% !important;
	min-height: 132px;
	grid-template-columns: 1fr auto;
	gap: 4px 20px;
	align-items: center;
	float: none !important;
	padding: 22px 26px !important;
	border: 2px solid var(--nye-red) !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, #fff 0%, #fff7f7 100%) !important;
	box-shadow: 0 6px 18px rgba(104, 20, 30, .1);
	color: var(--nye-ink) !important;
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: transform .15s, box-shadow .15s;
}

.nye-drawer-trigger:hover,
.nye-drawer-trigger:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(104, 20, 30, .16);
}

.nye-drawer-trigger-eyebrow {
	grid-column: 1;
	color: var(--nye-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
}

.nye-drawer-trigger strong {
	grid-column: 1;
	font-size: clamp(21px, 2.4vw, 28px);
	line-height: 1.35;
}

.nye-drawer-trigger-action {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	padding: 12px 16px;
	border-radius: 4px;
	background: var(--nye-red);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.nye-drawer-backdrop {
	position: fixed;
	z-index: 999998;
	inset: 0;
	visibility: hidden;
	background: rgba(18, 18, 18, .55);
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s, visibility 0s linear .22s;
}

.nye-drawer-backdrop.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0s;
}

.nye-estimate-drawer {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	visibility: hidden;
	width: min(920px, 78vw);
	height: 100vh;
	height: 100dvh;
	transform: translateX(100%);
	background: #f4f4f4;
	box-shadow: -12px 0 35px rgba(0, 0, 0, .24);
	opacity: 0;
	transition: transform .28s ease, opacity .2s ease, visibility 0s linear .28s;
}

.nye-estimate-drawer.is-open {
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0s;
}

.nye-drawer-header {
	display: flex;
	height: 92px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 17px 28px;
	border-bottom: 3px solid var(--nye-red);
	background: #fff;
}

.nye-drawer-header span {
	color: var(--nye-red);
	font-size: 11px;
	font-weight: 700;
}

.nye-drawer-header h2 {
	margin: 1px 0 0;
	font-size: 24px;
	line-height: 1.3;
}

.nye-drawer-close {
	display: inline-flex !important;
	width: auto !important;
	min-width: 92px;
	height: 44px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	float: none !important;
	padding: 8px 14px !important;
	border: 1px solid #999 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: var(--nye-ink) !important;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
}

.nye-drawer-close span {
	color: inherit;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.nye-drawer-body {
	height: calc(100vh - 92px);
	height: calc(100dvh - 92px);
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 26px 28px 44px;
}

.nye-estimate-drawer .nye-estimate-header {
	display: none;
}

html.nye-drawer-open,
body.nye-drawer-open {
	overflow: hidden !important;
}

@container (max-width: 820px) {
	.nye-workspace {
		grid-template-columns: 1fr;
	}

	.nye-summary-panel {
		position: static;
	}

	.nye-payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@container (max-width: 540px) {
	.nye-choice-fieldset,
	.nye-option-grid,
	.nye-payment-grid,
	.nye-form-grid,
	.nye-date-grid {
		grid-template-columns: 1fr;
	}

	.nye-step {
		padding: 15px;
	}
}

@media (max-width: 960px) {
	.nye-workspace {
		grid-template-columns: 1fr;
	}

	.nye-summary-panel {
		position: static;
	}

	.nye-product-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.nye-estimate-drawer {
		width: 100vw;
	}

	.nye-drawer-header {
		height: 78px;
		padding: 12px 16px;
	}

	.nye-drawer-header h2 {
		font-size: 19px;
	}

	.nye-drawer-header > div > span {
		display: none;
	}

	.nye-drawer-body {
		height: calc(100dvh - 78px);
		padding: 16px 12px 36px;
	}

	.nye-estimate {
		margin: 22px auto;
		font-size: 14px;
	}

	.nye-estimate-header h2 {
		font-size: 23px;
	}

	.nye-selected-product,
	.nye-sku-switcher {
		grid-template-columns: 1fr;
	}

	.nye-selected-image {
		max-width: 160px;
	}

	.nye-choice-fieldset,
	.nye-option-grid,
	.nye-payment-grid,
	.nye-form-grid,
	.nye-date-grid {
		grid-template-columns: 1fr;
	}

	.nye-step {
		padding: 16px;
	}

	.nye-calculate-action .nye-button {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.nye-purchase-actions-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.nye-drawer-trigger {
		min-height: 0;
		grid-template-columns: 1fr;
		padding: 18px !important;
	}

	.nye-drawer-trigger-action {
		grid-column: 1;
		grid-row: auto;
		margin-top: 8px;
		text-align: center;
		white-space: normal;
	}

	.nye-search-row,
	.nye-product-links {
		flex-direction: column;
	}

	.nye-product-results {
		grid-template-columns: 1fr;
	}

	.nye-product-finder {
		padding: 16px;
	}
}
.nye-estimate input[data-no-print-method] {
	display: none !important;
}

.nye-estimate .nye-method-substep > label.nye-field::before {
	content: none !important;
	display: none !important;
}

.nye-estimate .nye-method-substep > label.nye-field {
	padding-left: 0 !important;
	padding-inline-start: 0 !important;
}
