/* B041 START: Quotation, Checkout Payment, and Booking Confirmation */

body.page-id-53,
body.page-id-12,
body.snowdream-booking-confirmation-page {
	--b041-purple: #3b2e64;
	--b041-blue: #598fff;
	--b041-pale: #f5f8ff;
	--b041-yellow: #ffefbd;
	--b041-muted: #888888;
	--b041-rule: #eeeeee;
}

/* Page 53: the native Elementor heading owns only the details state. */
body.page-id-53 .snowdream-native-booking-inner:has(.snowdream-booking-step[data-step="quote"].is-active) > .snowdream-native-booking-title,
body.page-id-53 .snowdream-native-booking-inner:has(.snowdream-booking-step[data-step="payment"].is-active) > .snowdream-native-booking-title,
body.page-id-53 .snowdream-native-booking-inner:has(.snowdream-booking-step[data-step="complete"].is-active) > .snowdream-native-booking-title {
	display: none !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"],
body.page-id-53 .snowdream-booking-step[data-step="payment"],
body.page-id-53 .snowdream-booking-step[data-step="complete"] {
	width: 100%;
	color: var(--b041-purple);
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] > h1,
body.page-id-53 .snowdream-booking-step[data-step="payment"] > h1,
body.page-id-53 .snowdream-booking-step[data-step="complete"] > h1 {
	margin: 0 !important;
	font-family: var(--sd-font-harmond, "Harmond", Georgia, serif) !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	line-height: 0.9 !important;
	letter-spacing: 0 !important;
	color: var(--b041-purple) !important;
}

/* Q01 - Your Quotation. */
body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-booking-note {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 54px;
	margin: 16px 0 0 !important;
	padding: 12px 32px !important;
	border: 0 !important;
	background: var(--b041-yellow) !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	text-transform: uppercase;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-booking-summary {
	display: grid !important;
	grid-template-columns: 204px minmax(0, 1fr) 148px !important;
	gap: 24px !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 184px !important;
	margin: 28px 0 24px !important;
	padding: 24px !important;
	border: 1px solid var(--b041-blue) !important;
	border-radius: 16px !important;
	background: var(--b041-pale) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__image {
	width: 204px !important;
	height: 135px !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	overflow: hidden;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	min-width: 0;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy > p,
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy > h2,
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul {
	margin: 0 !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy > p {
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	color: var(--b041-muted) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy > h2 {
	font-family: var(--sd-font-harmond, "Harmond", Georgia, serif) !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 24px !important;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px 16px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy li {
	padding: 4px 9px !important;
	border: 1px solid var(--b041-blue) !important;
	border-radius: 44px !important;
	background: #ffffff !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	color: var(--b041-blue) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta {
	display: flex !important;
	gap: 24px !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta div {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta span {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	color: var(--b041-muted) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta strong {
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 22px !important;
	white-space: nowrap;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty {
	display: grid !important;
	grid-template-columns: 36px 60px 36px !important;
	gap: 8px !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty button,
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty input {
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #cbdcff !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: var(--b041-blue) !important;
	text-align: center !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty button[data-qty-minus] {
	border-color: rgba(169, 165, 165, 0.3) !important;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-quote-breakdown {
	width: 100%;
}

body.page-id-53 .snowdream-quote-breakdown h2 {
	margin: 0 !important;
	padding: 0 0 8px !important;
	border-bottom: 1px solid var(--b041-rule) !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	color: rgba(136, 136, 136, 0.5) !important;
}

body.page-id-53 .snowdream-quote-breakdown__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 55px;
	padding: 16px 0;
	border-bottom: 1px solid var(--b041-rule);
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	color: var(--b041-purple);
}

body.page-id-53 .snowdream-quote-breakdown__row > strong {
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}

body.page-id-53 .snowdream-quote-breakdown__summary {
	padding-top: 24px;
}

body.page-id-53 .snowdream-quote-breakdown__row--total,
body.page-id-53 .snowdream-quote-breakdown__row--total > strong {
	font-weight: 700;
}

body.page-id-53 .snowdream-quote-breakdown__row--total > strong {
	font-size: 20px;
}

body.page-id-53 .snowdream-quote-disclaimer {
	margin: 48px 0 0 !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	color: var(--b041-muted) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-flow-actions {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 16px !important;
	margin: 48px 0 0 !important;
	padding: 0 !important;
}

/* P01 handoff - only real schedule/gateway choices; card fields stay in Woo Checkout. */
body.page-id-53 .snowdream-booking-step[data-step="payment"].is-active {
	display: grid !important;
	grid-template-columns: minmax(0, 448px) 320px;
	column-gap: 48px;
	row-gap: 0;
	align-items: start;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > h1 {
	grid-column: 1 / -1;
	margin-bottom: 40px !important;
}

body.page-id-53 .snowdream-payment-order-summary {
	grid-column: 2;
	grid-row: 2 / span 6;
	width: 320px;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--b041-blue);
	border-radius: 16px;
	background: var(--b041-pale);
}

body.page-id-53 .snowdream-payment-order-summary__image {
	width: 100%;
	height: 135px;
	overflow: hidden;
}

body.page-id-53 .snowdream-payment-order-summary__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.page-id-53 .snowdream-payment-order-summary__body {
	padding-top: 12px;
}

body.page-id-53 .snowdream-payment-order-summary h2,
body.page-id-53 .snowdream-payment-order-summary p,
body.page-id-53 .snowdream-payment-order-summary dl,
body.page-id-53 .snowdream-payment-order-summary dt,
body.page-id-53 .snowdream-payment-order-summary dd {
	margin: 0;
}

body.page-id-53 .snowdream-payment-order-summary h2 {
	font-family: var(--sd-font-harmond, "Harmond", Georgia, serif);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	color: var(--b041-purple);
}

body.page-id-53 .snowdream-payment-order-summary p {
	margin-top: 4px;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif);
	font-size: 12px;
	line-height: 16px;
	color: var(--b041-muted);
}

body.page-id-53 .snowdream-payment-order-summary dl {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid var(--b041-rule);
}

body.page-id-53 .snowdream-payment-order-summary dl > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif);
	font-size: 13px;
	line-height: 18px;
}

body.page-id-53 .snowdream-payment-order-summary dt {
	color: var(--b041-muted);
}

body.page-id-53 .snowdream-payment-order-summary dd {
	font-weight: 500;
	text-align: right;
	color: var(--b041-purple);
}

body.page-id-53 .snowdream-payment-order-summary__total {
	margin-top: 8px;
	padding-top: 16px !important;
	border-top: 1px solid var(--b041-rule);
}

body.page-id-53 .snowdream-payment-order-summary__total dt {
	font-weight: 700;
	color: var(--b041-purple);
}

body.page-id-53 .snowdream-payment-order-summary__total dd {
	font-size: 20px;
	font-weight: 700;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-schedule {
	grid-column: 1;
	grid-row: 2;
	width: 100%;
	margin: 0;
}

body.page-id-53 .snowdream-payment-schedule h2,
body.page-id-53 .snowdream-payment-method-title {
	margin: 0 !important;
	padding: 0 0 8px !important;
	border-bottom: 1px solid var(--b041-rule) !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	letter-spacing: 1.2px !important;
	text-transform: uppercase !important;
	color: rgba(136, 136, 136, 0.5) !important;
}

body.page-id-53 .snowdream-payment-schedule label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-payment-schedule input,
body.page-id-53 .snowdream-payment-methods input {
	width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	margin: 1px 0 0 !important;
	accent-color: var(--b041-blue) !important;
}

body.page-id-53 .snowdream-payment-schedule__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif);
}

body.page-id-53 .snowdream-payment-schedule__copy strong {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

body.page-id-53 .snowdream-payment-schedule__copy small {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: var(--b041-muted);
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-method-title {
	grid-column: 1;
	grid-row: 3;
	margin-top: 40px !important;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-methods {
	grid-column: 1;
	grid-row: 4;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.page-id-53 .snowdream-payment-methods label {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	width: 100% !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 12px 16px !important;
	border: 1px solid #a9a5a5 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-payment-methods label.is-active {
	border-color: var(--b041-blue) !important;
	box-shadow: inset 0 0 0 1px var(--b041-blue) !important;
	color: var(--b041-blue) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-panel {
	grid-column: 1;
	grid-row: 5;
	margin: 20px 0 0 !important;
	padding: 16px !important;
	border: 1px solid #cbdcff !important;
	border-radius: 12px !important;
	background: var(--b041-pale) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-panel[hidden] {
	display: none !important;
}

body.page-id-53 .snowdream-payment-panel p {
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 20px !important;
	color: var(--b041-muted) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-flow-actions {
	grid-column: 1;
	grid-row: 6;
	display: flex !important;
	flex-direction: row !important;
	gap: 12px !important;
	width: 100%;
	margin: 32px 0 0 !important;
	padding: 0 !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-primary-button,
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-secondary-button,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-primary-button,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-secondary-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 16px 32px !important;
	border: 1px solid var(--b041-purple) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-primary-button,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-primary-button {
	background: var(--b041-purple) !important;
	color: #ffffff !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-secondary-button,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-secondary-button {
	background: #ffffff !important;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-primary-button:hover,
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-primary-button:focus-visible,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-primary-button:hover,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-primary-button:focus-visible {
	background: #ffffff !important;
	color: var(--b041-purple) !important;
}

body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-secondary-button:hover,
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-secondary-button:focus-visible,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-secondary-button:hover,
body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-secondary-button:focus-visible {
	background: var(--b041-purple) !important;
	color: #ffffff !important;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-primary-button {
	flex: 1 1 auto;
}

body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-secondary-button {
	flex: 0 0 auto;
}

/* Real WooCommerce Payment screen and order-received confirmation. */
body.page-id-12,
body.snowdream-booking-confirmation-page {
	--snowdream-commerce-ink: var(--b041-purple);
	--snowdream-commerce-muted: var(--b041-muted);
	--snowdream-commerce-line: var(--b041-rule);
	--snowdream-commerce-surface: var(--b041-pale);
}

body.page-id-12:not(.woocommerce-order-received) .site-main .entry-title,
body.snowdream-booking-confirmation-page .site-main .entry-title {
	font-family: var(--sd-font-harmond, "Harmond", Georgia, serif) !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	line-height: 0.9 !important;
	color: var(--b041-purple) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar {
	border: 1px solid var(--b041-blue) !important;
	border-radius: 16px !important;
	background: var(--b041-pale) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-step__title,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-title,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-order-summary__title-text {
	color: rgba(136, 136, 136, 0.5) !important;
	letter-spacing: 1.2px !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-text-input input,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-combobox .wc-block-components-combobox-control input,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-address-form select,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-textarea {
	border-color: #a9a5a5 !important;
	color: var(--b041-purple) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-text-input input:focus,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-address-form select:focus,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-textarea:focus {
	border-color: var(--b041-blue) !important;
	box-shadow: 0 0 0 2px rgba(89, 143, 255, 0.18) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control__input,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkbox .wc-block-components-checkbox__input {
	accent-color: var(--b041-blue) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control-accordion-option {
	margin: 0 0 12px !important;
	border: 1px solid #a9a5a5 !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	overflow: hidden;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	border-color: var(--b041-blue) !important;
	box-shadow: inset 0 0 0 1px var(--b041-blue) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	position: relative !important;
	min-height: 56px !important;
	padding: 16px 18px 16px 52px !important;
	border: 0 !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input {
	top: 18px !important;
	left: 18px !important;
	margin: 0 !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control-accordion-content {
	padding: 0 18px 16px 52px !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--b041-muted) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-button,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-place-order-button {
	border-color: var(--b041-purple) !important;
	background: var(--b041-purple) !important;
	color: #ffffff !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-button:hover,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-button:focus-visible,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-place-order-button:hover,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-place-order-button:focus-visible {
	background: #ffffff !important;
	color: var(--b041-purple) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-product-name,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--b041-purple) !important;
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation {
	color: var(--b041-purple);
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation__intro h2,
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__intro p,
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary h3,
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dd,
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__next h3,
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__next p {
	color: var(--b041-purple) !important;
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary {
	border-color: #e5e5e5;
	background: #ffffff;
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dt {
	color: rgba(136, 136, 136, 0.8) !important;
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation__primary {
	border-color: var(--b041-purple);
	background: var(--b041-purple);
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation__primary:hover,
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__primary:focus-visible {
	background: #ffffff;
	color: var(--b041-purple) !important;
}

body.snowdream-booking-confirmation-page .snowdream-order-confirmation__secondary a {
	color: var(--b041-purple) !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-booking-summary {
		grid-template-columns: 204px minmax(0, 1fr) 148px !important;
		min-height: 232px !important;
		align-items: start !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy {
		gap: 12px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul {
		gap: 8px 12px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty {
		align-self: start;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"].is-active {
		display: flex !important;
		flex-direction: column !important;
		width: 100%;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > h1 {
		order: 1;
		margin-bottom: 24px !important;
	}

	body.page-id-53 .snowdream-payment-order-summary {
		order: 2;
		display: grid;
		grid-template-columns: 292px minmax(0, 1fr);
		width: 100%;
		padding: 24px;
	}

	body.page-id-53 .snowdream-payment-order-summary__image {
		width: 292px;
		height: 200px;
	}

	body.page-id-53 .snowdream-payment-order-summary__body {
		padding: 0 0 0 24px;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-schedule {
		order: 3;
		margin-top: 48px;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-method-title {
		order: 4;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-methods {
		order: 5;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-panel {
		order: 6;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-flow-actions {
		order: 7;
	}

	body.page-id-12:not(.woocommerce-order-received) .site-main,
	body.snowdream-booking-confirmation-page .site-main {
		width: min(calc(100% - 120px), 976px) !important;
	}
}

@media (max-width: 767px) {
	body.page-id-53 .snowdream-booking-step[data-step="quote"] > h1,
	body.page-id-53 .snowdream-booking-step[data-step="payment"] > h1,
	body.page-id-53 .snowdream-booking-step[data-step="complete"] > h1 {
		font-size: 32px !important;
		line-height: 0.9 !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-booking-note {
		justify-content: center;
		min-height: 54px;
		padding: 11px 20px !important;
		text-align: center;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-booking-summary {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 16px !important;
		margin: 16px 0 24px !important;
		padding: 16px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__image {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 326 / 135;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy {
		gap: 12px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul {
		gap: 8px 12px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta {
		flex-direction: column !important;
		gap: 12px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty {
		align-self: center;
	}

	body.page-id-53 .snowdream-quote-breakdown__row {
		gap: 12px;
		font-size: 13px;
	}

	body.page-id-53 .snowdream-quote-breakdown__row > strong {
		font-size: 13px;
	}

	body.page-id-53 .snowdream-quote-breakdown__row--total > strong {
		font-size: 20px;
	}

	body.page-id-53 .snowdream-quote-disclaimer {
		margin-top: 20px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] > .snowdream-flow-actions {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 12px !important;
		margin-top: 16px !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-primary-button,
	body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-secondary-button,
	body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-primary-button,
	body.page-id-53 .snowdream-booking-step[data-step="payment"] .snowdream-secondary-button {
		width: 100% !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"].is-active {
		display: flex !important;
		flex-direction: column !important;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > h1 {
		order: 1;
		margin-bottom: 16px !important;
	}

	body.page-id-53 .snowdream-payment-order-summary {
		order: 2;
		width: 100%;
		padding: 12px;
	}

	body.page-id-53 .snowdream-payment-order-summary__image {
		height: auto;
		aspect-ratio: 326 / 135;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-schedule {
		order: 3;
		margin-top: 12px;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-method-title {
		order: 4;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-methods {
		order: 5;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-payment-panel {
		order: 6;
	}

	body.page-id-53 .snowdream-booking-step[data-step="payment"] > .snowdream-flow-actions {
		order: 7;
		flex-direction: column-reverse !important;
	}

	body.page-id-12:not(.woocommerce-order-received) .site-main,
	body.snowdream-booking-confirmation-page .site-main {
		width: calc(100% - 32px) !important;
	}

	body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar {
		padding: 12px !important;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation {
		gap: 48px;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__intro h2 {
		font-size: 24px;
		line-height: 1.2;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__intro p {
		font-size: 16px;
		line-height: 1.45;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary {
		gap: 24px;
		padding: 16px;
		border-radius: 16px;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dl > div {
		flex-direction: row !important;
		align-items: center !important;
		gap: 16px !important;
		min-height: 72px;
		padding: 16px 0;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dd {
		max-width: 68% !important;
		font-size: 16px;
		text-align: right !important;
	}

	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__secondary {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 10px;
		font-size: 14px;
		white-space: nowrap;
	}
}

@media (max-width: 389px) {
	body.snowdream-booking-confirmation-page .snowdream-order-confirmation__secondary {
		flex-wrap: wrap;
		justify-content: center;
		white-space: normal;
	}
}

/* B041 END: Quotation, Checkout Payment, and Booking Confirmation */

/* B073 START: Quotation Q01 supplemental refresh */
body.page-id-53 .snowdream-booking-step[data-step="quote"]>h1{font-size:36px!important;line-height:1.2!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"]>.snowdream-booking-note{font-weight:400!important;letter-spacing:1.2px!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"]>.snowdream-booking-summary{margin:40px 0 24px!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy{height:135px!important;min-height:135px!important;gap:0!important;overflow:visible}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy>p{line-height:16px!important;letter-spacing:1.2px!important;white-space:nowrap!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy>h2{margin:4px 0 0!important;font-size:18px!important;line-height:28px!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul{margin:4px 0 0!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy li{font-family:var(--sd-font-inter,"Inter",Arial,sans-serif)!important;font-weight:400!important;line-height:16px!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta{margin-top:auto!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta span{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-weight:400!important;line-height:16px!important;letter-spacing:1.2px!important}
body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta strong{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-weight:700!important;line-height:24px!important}
body.page-id-53 .snowdream-quote-breakdown h2{font-size:12px!important;font-weight:400!important;line-height:16px!important;color:#888!important}
body.page-id-53 .snowdream-quote-breakdown__row,body.page-id-53 .snowdream-quote-breakdown__row>strong{font-size:16px!important;font-weight:400!important;line-height:24px!important}
body.page-id-53 .snowdream-quote-breakdown__row--total>span{font-size:16px!important;font-weight:400!important;line-height:24px!important}
body.page-id-53 .snowdream-quote-breakdown__row--total>strong{font-size:20px!important;font-weight:700!important;line-height:28px!important}
@media (min-width:768px) and (max-width:1024px){body.page-id-53 .snowdream-booking-step[data-step="quote"]>.snowdream-booking-summary{height:232px!important;min-height:232px!important;box-sizing:border-box!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy{height:135px!important;min-height:135px!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul{gap:16px!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta{margin-top:12px!important}body.page-id-53 .snowdream-quote-breakdown__row--total>strong{font-size:16px!important;font-weight:400!important;line-height:24px!important}}
@media (max-width:767px){body.page-id-53 .snowdream-booking-step[data-step="quote"]>h1{font-size:36px!important;line-height:1.2!important}body.page-id-53 .snowdream-booking-step[data-step="quote"]>.snowdream-booking-note{margin:24px 0 0!important}body.page-id-53 .snowdream-booking-step[data-step="quote"]>.snowdream-booking-summary{height:576px!important;min-height:576px!important;margin:24px 0!important;padding:24px!important;gap:24px!important;box-sizing:border-box!important;overflow:visible}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__image{width:100%!important;height:auto!important;aspect-ratio:137/91!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy{flex:0 0 245px!important;width:204px!important;height:245px!important;min-height:245px!important;align-self:flex-start!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__copy ul{gap:16px!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-booking-summary__meta{margin-top:12px!important;gap:16px!important}body.page-id-53 .snowdream-booking-step[data-step="quote"] .snowdream-qty{align-self:center!important}body.page-id-53 .snowdream-booking-step[data-step="quote"]>.snowdream-flow-actions{gap:16px!important}}
/* B073 END: Quotation Q01 supplemental refresh */

/* B095 START: Q01 details and promo contract */
body.page-id-53 .snowdream-quote-breakdown__row[hidden],
body.page-id-53 .snowdream-quote-promo__notice[hidden] {
	display: none !important;
}

body.page-id-53 .snowdream-quote-breakdown__row--selection > strong {
	max-width: 50%;
	overflow-wrap: anywhere;
}

body.page-id-53 .snowdream-quote-promo {
	align-items: center;
}

body.page-id-53 .snowdream-quote-promo > label {
	margin: 0;
	color: inherit;
	font: inherit;
}

body.page-id-53 .snowdream-quote-promo__control {
	display: grid;
	grid-template-columns: minmax(112px, 1fr) auto;
	flex: 0 1 360px;
	gap: 8px;
}

body.page-id-53 .snowdream-quote-promo__control input {
	width: 100%;
	min-width: 0;
	height: 40px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid rgba(59, 46, 100, 0.28);
	border-radius: 8px;
	background: #fff;
	color: var(--b041-purple);
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif);
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	box-shadow: none;
}

body.page-id-53 .snowdream-quote-promo__control button {
	min-width: 104px;
	height: 40px;
	margin: 0;
	padding: 8px 14px;
	border: 1px solid var(--b041-purple);
	border-radius: 8px;
	background: transparent;
	color: var(--b041-purple);
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif);
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	white-space: nowrap;
	cursor: pointer;
}

body.page-id-53 .snowdream-quote-promo__control button:hover,
body.page-id-53 .snowdream-quote-promo__control button:focus-visible {
	background: var(--b041-purple);
	color: #fff;
}

body.page-id-53 .snowdream-quote-promo__control input:focus-visible,
body.page-id-53 .snowdream-quote-promo__control button:focus-visible {
	outline: 3px solid #598fff;
	outline-offset: 2px;
}

body.page-id-53 .snowdream-quote-promo__control button:disabled {
	opacity: 0.55;
	cursor: wait;
}

body.page-id-53 .snowdream-quote-promo__notice {
	margin: 8px 0 0 !important;
	font-family: var(--sd-font-manrope, "Manrope", Arial, sans-serif) !important;
	font-size: 13px !important;
	line-height: 20px !important;
	color: #2f6f51 !important;
}

body.page-id-53 .snowdream-quote-promo__notice.is-error {
	color: #a13333 !important;
}

body.page-id-53 .snowdream-quote-breakdown__row--discount > strong {
	color: #2f6f51;
}

@media (max-width: 767px) {
	body.page-id-53 .snowdream-quote-promo {
		align-items: flex-start;
	}

	body.page-id-53 .snowdream-quote-promo > label {
		flex: 1 1 38%;
	}

	body.page-id-53 .snowdream-quote-promo__control {
		grid-template-columns: minmax(76px, 1fr) auto;
		flex: 1 1 62%;
	}

	body.page-id-53 .snowdream-quote-promo__control input {
		padding-inline: 8px;
	}

	body.page-id-53 .snowdream-quote-promo__control button {
		min-width: 88px;
		padding-inline: 8px;
		font-size: 12px;
	}
}
/* B095 END: Q01 details and promo contract */

/* B074 START: Payment P01 supplemental refresh */
body.page-id-53 .snowdream-booking-step[data-step="payment"]>h1,body.page-id-12:not(.woocommerce-order-received) .site-main .entry-title{font-size:36px!important;line-height:1.2!important}
body.page-id-53 .snowdream-payment-schedule h2,body.page-id-53 .snowdream-payment-method-title{font-size:12px!important;font-weight:400!important;line-height:16px!important;color:#888!important}
body.page-id-53 .snowdream-payment-schedule__copy strong,body.page-id-53 .snowdream-payment-schedule__copy small{font-size:16px!important;font-weight:400!important;line-height:24px!important;color:#3b2e64!important}
body.page-id-53 .snowdream-payment-order-summary h2{font-size:18px!important;line-height:28px!important}
body.page-id-53 .snowdream-payment-order-summary p{font-size:14px!important;line-height:20px!important}
body.page-id-53 .snowdream-payment-order-summary dl>div{font-size:14px!important;font-weight:400!important;line-height:20px!important}
body.page-id-53 .snowdream-payment-order-summary dt,body.page-id-53 .snowdream-payment-order-summary dd{font-weight:400!important}
body.page-id-53 .snowdream-payment-order-summary__total dt{font-size:16px!important;font-weight:700!important;line-height:24px!important}
body.page-id-53 .snowdream-payment-order-summary__total dd{font-size:20px!important;font-weight:700!important;line-height:28px!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-step__title,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-title,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-order-summary__title-text{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important;color:#888!important;letter-spacing:1.2px!important;text-transform:uppercase!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-text-input label,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-combobox label,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-address-form label,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control__label,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkbox__label,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-text-input input,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-combobox .wc-block-components-combobox-control input,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-address-form select,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-textarea{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:16px!important;font-weight:400!important;line-height:24px!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-product-name{font-family:var(--sd-font-harmond,"Harmond",Georgia,serif)!important;font-size:18px!important;font-weight:800!important;line-height:28px!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-product-metadata{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-item__label,body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-item__value{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-size:16px!important;font-weight:700!important;line-height:24px!important}
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:20px!important;font-weight:700!important;line-height:28px!important}
/* B074 END: Payment P01 supplemental refresh */

/* B075 START: Booking Confirmation C01 supplemental refresh */
body.snowdream-booking-confirmation-page .site-main .entry-title{font-size:36px!important;line-height:1.2!important;letter-spacing:-4px!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__intro h2{font-family:var(--sd-font-harmond,"Harmond",Georgia,serif)!important;font-size:24px!important;font-weight:800!important;line-height:32px!important;letter-spacing:0!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__intro p{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:16px!important;font-weight:400!important;line-height:24px!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary h3{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important;letter-spacing:1.2px!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dt,body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dd{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:16px!important;font-weight:400!important;line-height:24px!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dl>div:first-child dt{font-size:14px!important;line-height:1.4!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__secondary a{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;text-decoration:none!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__secondary a:hover,body.snowdream-booking-confirmation-page .snowdream-order-confirmation__secondary a:focus-visible{text-decoration:underline!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__next h3{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:14px!important;font-weight:700!important;line-height:20px!important}
body.snowdream-booking-confirmation-page .snowdream-order-confirmation__next p{font-family:var(--sd-font-manrope,"Manrope",Arial,sans-serif)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}
@media (max-width:767px){body.snowdream-booking-confirmation-page .snowdream-order-confirmation{gap:24px!important}body.snowdream-booking-confirmation-page .snowdream-order-confirmation__summary dl>div:first-child dt{font-size:16px!important;line-height:24px!important}}
/* B075 END: Booking Confirmation C01 supplemental refresh */

/* B107 START: WooCommerce clarity polish */
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked > .wc-block-components-radio-control-accordion-option,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked > .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	border: 0 !important;
	box-shadow: none !important;
}

body.snowdream-booking-confirmation-page .site-main .entry-title {
	letter-spacing: 0 !important;
}
/* B107 END: WooCommerce clarity polish */
