/* Snow Dream commerce surfaces: native WooCommerce pages only. */
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) {
	--snowdream-commerce-ink: #151515;
	--snowdream-commerce-muted: #686868;
	--snowdream-commerce-line: #d7d7d7;
	--snowdream-commerce-surface: #f5f5f3;
	color: var(--snowdream-commerce-ink);
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main {
	box-sizing: border-box;
	width: min(calc(100% - 80px), 1280px);
	max-width: none;
	min-height: 520px;
	margin-inline: auto;
	padding: 136px 0 112px;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main > .page-header {
	margin: 0 0 48px;
	padding: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .entry-title,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .woocommerce-products-header__title,
body.single-product .product_title {
	margin: 0;
	color: var(--snowdream-commerce-ink);
	font-family: "Harmond", serif;
	font-size: 56px;
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .page-content,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .woocommerce,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .wc-block-components-form,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .wc-block-components-sidebar-layout {
	font-family: "Manrope", sans-serif;
}

/* Core blocks add negative alignwide margins that break the mobile canvas. */
:where(body.page-id-11, body.page-id-12) .alignwide,
:where(body.page-id-11, body.page-id-12) .wp-block-woocommerce-cart,
:where(body.page-id-11, body.page-id-12) .wp-block-woocommerce-checkout {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

:where(body.page-id-11, body.page-id-12) .wc-block-components-sidebar-layout {
	gap: clamp(40px, 5vw, 80px);
}

:where(body.page-id-11, body.page-id-12) .wc-block-components-main {
	padding-right: 0;
}

:where(body.page-id-11, body.page-id-12) .wc-block-components-sidebar {
	padding-left: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	min-height: 50px;
	border: 1px solid #8d8d8d;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--snowdream-commerce-ink);
	font-family: "Manrope", sans-serif;
	font-size: 15px;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main :is(input, select, textarea):focus {
	border-color: var(--snowdream-commerce-ink);
	box-shadow: 0 0 0 1px var(--snowdream-commerce-ink);
	outline: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main :is(
	button[type="submit"],
	.button,
	.wp-element-button,
	.wc-block-components-button
) {
	min-height: 52px;
	border: 1px solid var(--snowdream-commerce-ink);
	border-radius: 0;
	background: var(--snowdream-commerce-ink);
	box-shadow: none;
	color: #fff;
	font-family: "Geist", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main :is(
	button[type="submit"],
	.button,
	.wp-element-button,
	.wc-block-components-button
):hover,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main :is(
	button[type="submit"],
	.button,
	.wp-element-button,
	.wc-block-components-button
):focus-visible {
	border-color: var(--snowdream-commerce-ink);
	background: #fff;
	color: var(--snowdream-commerce-ink);
}

/* Override WooCommerce's higher-specificity `.button.alt` product rule. */
body.single-product.woocommerce .site-main :is(
	button.button.single_add_to_cart_button,
	ul.products a.button
) {
	border-color: var(--snowdream-commerce-ink);
	background: var(--snowdream-commerce-ink);
	color: #fff;
}

body.single-product.woocommerce .site-main :is(
	button.button.single_add_to_cart_button,
	ul.products a.button
):hover,
body.single-product.woocommerce .site-main :is(
	button.button.single_add_to_cart_button,
	ul.products a.button
):focus-visible {
	border-color: var(--snowdream-commerce-ink);
	background: #fff;
	color: var(--snowdream-commerce-ink);
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main .woocommerce-message,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main .woocommerce-info,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main .woocommerce-error,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main .wc-block-components-notice-banner {
	border: 1px solid var(--snowdream-commerce-line);
	border-left: 4px solid var(--snowdream-commerce-ink);
	border-radius: 0;
	background: #fff;
	color: var(--snowdream-commerce-ink);
}

/* Product archive and recommendations. */
:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products,
:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px 24px;
	margin: 0;
	padding: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products::before,
:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products::after {
	display: none;
}

:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products li.product,
:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

/* WooCommerce's archive column selector is more specific than the shared rule. */
body.woocommerce-shop .site-main ul.products::before,
body.woocommerce-shop .site-main ul.products::after {
	display: none;
}

body.woocommerce-shop .site-main ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products li.product img,
:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__product-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 18px;
	object-fit: cover;
}

:where(body.woocommerce-shop, body.page-id-11, body.single-product) .woocommerce-loop-product__title,
:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__product-title {
	padding: 0;
	color: var(--snowdream-commerce-ink);
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

:where(body.woocommerce-shop, body.page-id-11, body.single-product) .price,
:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__product-price {
	color: var(--snowdream-commerce-muted);
	font-family: "Manrope", sans-serif;
	font-size: 15px;
}

/* Product detail. */
body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(56px, 7vw, 112px);
}

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

body.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
	object-fit: cover;
}

body.single-product div.product .summary {
	align-self: center;
}

body.single-product div.product .product_title {
	margin-bottom: 24px;
}

body.single-product div.product .price {
	margin-bottom: 24px;
	font-size: 20px;
}

body.single-product div.product form.cart {
	display: flex;
	gap: 12px;
	margin-top: 32px;
}

body.single-product div.product form.cart .quantity .qty {
	width: 72px;
	padding-inline: 12px;
}

/* Empty cart should still feel intentional. */
body.page-id-11 .wp-block-woocommerce-empty-cart-block > h2:first-child {
	margin: 0 0 16px;
	font-family: "Harmond", serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
}

body.page-id-11 .wp-block-woocommerce-empty-cart-block .wp-block-separator {
	margin: 40px 0;
}

@media (max-width: 1024px) {
	:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main {
		width: min(calc(100% - 48px), 880px);
		padding-top: 124px;
	}

	:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products,
	:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product div.product {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}
}

@media (max-width: 767px) {
	:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main {
		width: calc(100% - 40px);
		min-height: 420px;
		padding: 118px 0 72px;
	}

	:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main > .page-header {
		margin-bottom: 32px;
	}

	:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .entry-title,
	:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .woocommerce-products-header__title,
	body.single-product .product_title {
		font-size: 42px;
	}

	:where(body.page-id-11, body.page-id-12) .wc-block-components-sidebar-layout {
		gap: 36px;
	}

	:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
		min-height: 46px;
		font-size: 16px;
	}

	:where(body.woocommerce-shop, body.page-id-11, body.single-product) ul.products,
	:where(body.woocommerce-shop, body.page-id-11, body.single-product) .wc-block-grid__products {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	body.single-product div.product {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	body.single-product div.product form.cart {
		align-items: stretch;
	}

	body.single-product div.product form.cart .single_add_to_cart_button {
		flex: 1;
	}

	body.page-id-11 .wp-block-woocommerce-empty-cart-block > h2:first-child {
		font-size: 34px;
	}
}

/* Keep structural sizing above Hello Elementor's page defaults. */
body.woocommerce-shop .site-main,
body.page-id-11 .site-main,
body.page-id-12 .site-main,
body.single-product .site-main {
	width: min(calc(100% - 80px), 1280px);
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

body.woocommerce-shop .site-main .entry-title,
body.page-id-11 .site-main .entry-title,
body.page-id-12 .site-main .entry-title,
body.single-product .site-main .entry-title {
	padding-right: 0;
	padding-left: 0;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main a:not(.button):not(.wp-element-button):not(.wc-block-components-button) {
	color: var(--snowdream-commerce-ink);
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main a:not(.button):not(.wp-element-button):not(.wc-block-components-button):hover,
:where(body.woocommerce-shop, body.page-id-11, body.page-id-12, body.single-product) .site-main a:not(.button):not(.wp-element-button):not(.wc-block-components-button):focus-visible {
	color: #5f5f5f;
}

@media (max-width: 1024px) {
	body.woocommerce-shop .site-main,
	body.page-id-11 .site-main,
	body.page-id-12 .site-main,
	body.single-product .site-main {
		width: min(calc(100% - 48px), 880px);
	}
}

@media (max-width: 767px) {
	body.woocommerce-shop .site-main,
	body.page-id-11 .site-main,
	body.page-id-12 .site-main,
	body.single-product .site-main {
		width: calc(100% - 40px);
		padding-right: 0;
		padding-left: 0;
	}
}

/* Checkout and booking confirmation follow the 816px Figma content frame. */
body.page-id-12:not(.woocommerce-order-received) .site-main,
body.snowdream-booking-confirmation-page .site-main {
	width: min(calc(100% - 160px), 976px);
	padding-top: 112px;
}

body.page-id-12:not(.woocommerce-order-received) .site-main > .page-header,
body.snowdream-booking-confirmation-page .site-main > .page-header {
	width: min(816px, 100%);
	margin: 0 auto 24px;
}

body.page-id-12:not(.woocommerce-order-received) .site-main .entry-title,
body.snowdream-booking-confirmation-page .site-main .entry-title {
	font-size: 32px;
	line-height: 0.95;
}

body.page-id-12:not(.woocommerce-order-received) .site-main .page-content,
body.page-id-12:not(.woocommerce-order-received) .site-main .woocommerce,
body.snowdream-booking-confirmation-page .site-main .page-content,
body.snowdream-booking-confirmation-page .site-main .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.page-id-12:not(.woocommerce-order-received) .wp-block-woocommerce-checkout {
	width: min(816px, 100%);
	margin: 0 auto;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 448px) 320px;
	gap: 48px;
	align-items: start;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-main,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar {
	box-sizing: border-box;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar {
	position: sticky;
	top: 104px;
	padding: 24px !important;
	background: var(--snowdream-commerce-surface);
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-step {
	margin: 0 0 40px;
	padding: 0;
	border: 0;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-step__heading {
	margin: 0 0 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}

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 {
	margin: 0;
	color: rgba(26, 26, 26, 0.55);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

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 {
	box-sizing: border-box;
	min-height: 56px;
	border: 1px solid #a9a5a5 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	color: var(--snowdream-commerce-ink);
	font-family: "Manrope", sans-serif;
	font-size: 16px;
}

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 {
	padding-right: 16px !important;
	padding-left: 16px !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 .wc-block-components-combobox-control label {
	left: 16px;
	color: rgba(26, 26, 26, 0.6);
	font-family: "Manrope", sans-serif;
}

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(--snowdream-commerce-ink) !important;
	box-shadow: 0 0 0 1px var(--snowdream-commerce-ink) !important;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkbox .wc-block-components-checkbox__input {
	width: 20px;
	height: 20px;
	min-height: 20px;
	border: 1px solid var(--snowdream-commerce-ink);
	border-radius: 4px;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control__option {
	padding: 14px 0;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-radio-control__input {
	width: 20px;
	height: 20px;
}

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 {
	width: 100%;
	min-height: 54px;
	border-radius: 999px !important;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-order-summary {
	padding: 0;
	border: 0;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-order-summary-item__image {
	width: 100%;
	height: auto;
	max-width: none;
	margin: 0 0 16px;
	aspect-ratio: 1 / 0.95;
	overflow: hidden;
}

/* B108 START: show complete high-resolution product artwork in Order Summary */
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-order-summary-item__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain;
	object-position: center;
}
/* B108 END: show complete high-resolution product artwork in Order Summary */

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-order-summary-item {
	display: block;
	padding: 0 0 20px;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-order-summary-item__description {
	padding: 0;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-product-name {
	color: var(--snowdream-commerce-ink);
	font-family: "Harmond", serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-product-metadata,
body.page-id-12:not(.woocommerce-order-received) .wc-block-components-order-summary-item__individual-price {
	color: #888888;
	font-size: 13px;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-wrapper {
	padding: 12px 0;
	border-color: #e5e5e5;
}

body.page-id-12:not(.woocommerce-order-received) .wp-block-woocommerce-checkout-order-summary-block {
	border: 0;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-checkout-order-summary__title-text {
	color: rgba(26, 26, 26, 0.55);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-coupon {
	padding-right: 0;
	padding-left: 0;
}

body.page-id-12:not(.woocommerce-order-received) .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 24px;
	font-weight: 700;
}

/* Dynamic Figma-aligned booking confirmation. */
body.snowdream-booking-confirmation-page .woocommerce-order {
	width: min(816px, 100%);
	margin: 0 auto;
}

body.snowdream-booking-confirmation-page .woocommerce-order > .woocommerce-thankyou-order-received,
body.snowdream-booking-confirmation-page .woocommerce-order > .woocommerce-order-overview,
body.snowdream-booking-confirmation-page .woocommerce-order > p {
	display: none;
}

.snowdream-order-confirmation {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 100%;
	color: var(--snowdream-commerce-ink);
	font-family: "Manrope", sans-serif;
}

.snowdream-order-confirmation__intro {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.snowdream-order-confirmation__intro h2,
.snowdream-order-confirmation__intro p,
.snowdream-order-confirmation__summary h3,
.snowdream-order-confirmation__next h3,
.snowdream-order-confirmation__next p {
	margin: 0;
}

.snowdream-order-confirmation__intro h2 {
	color: var(--snowdream-commerce-ink);
	font-family: "Manrope", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.snowdream-order-confirmation__intro p {
	color: rgba(26, 26, 26, 0.62);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.snowdream-order-confirmation__summary {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
}

.snowdream-order-confirmation__summary h3,
.snowdream-order-confirmation__next h3 {
	color: rgba(26, 26, 26, 0.62);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.snowdream-order-confirmation__summary dl {
	margin: 0;
}

.snowdream-order-confirmation__summary dl > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 56px;
	padding: 14px 0;
	border-bottom: 1px solid #eeeeee;
}

.snowdream-order-confirmation__summary dl > div:first-child {
	padding-top: 0;
}

.snowdream-order-confirmation__summary dl > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.snowdream-order-confirmation__summary dt,
.snowdream-order-confirmation__summary dd {
	margin: 0;
}

.snowdream-order-confirmation__summary dt {
	color: rgba(26, 26, 26, 0.62);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.snowdream-order-confirmation__summary dd {
	color: var(--snowdream-commerce-ink);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: right;
}

.snowdream-order-confirmation__actions {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.snowdream-order-confirmation__primary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 16px 32px;
	border: 1px solid var(--snowdream-commerce-ink);
	border-radius: 999px;
	background: var(--snowdream-commerce-ink);
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.snowdream-order-confirmation__primary:hover,
.snowdream-order-confirmation__primary:focus-visible {
	background: #ffffff;
	color: var(--snowdream-commerce-ink) !important;
}

.snowdream-order-confirmation__secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 14px;
}

.snowdream-order-confirmation__secondary a {
	font-weight: 600;
}

.snowdream-order-confirmation__secondary span {
	color: rgba(26, 26, 26, 0.6);
}

.snowdream-order-confirmation__next {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 24px;
}

.snowdream-order-confirmation__next h3 {
	text-transform: none;
}

.snowdream-order-confirmation__next p {
	color: rgba(26, 26, 26, 0.62);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	body.page-id-12:not(.woocommerce-order-received) .site-main,
	body.snowdream-booking-confirmation-page .site-main {
		width: min(calc(100% - 96px), 976px);
	}
}

@media (max-width: 900px) {
	body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 40px;
	}

	body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar {
		position: static;
		order: -1;
	}
}

@media (max-width: 767px) {
	body.page-id-12:not(.woocommerce-order-received) .site-main,
	body.snowdream-booking-confirmation-page .site-main {
		width: calc(100% - 40px);
		padding: 112px 0 72px;
	}

	body.page-id-12:not(.woocommerce-order-received) .site-main .entry-title,
	body.snowdream-booking-confirmation-page .site-main .entry-title {
		font-size: 34px;
		line-height: 1;
	}

	body.page-id-12:not(.woocommerce-order-received) .wc-block-components-sidebar {
		padding: 20px !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 {
		height: 46px !important;
		min-height: 46px;
		font-size: 16px;
	}

	.snowdream-order-confirmation {
		gap: 36px;
	}

	.snowdream-order-confirmation__intro h2 {
		font-size: 21px;
	}

	.snowdream-order-confirmation__intro p {
		font-size: 15px;
	}

	.snowdream-order-confirmation__summary {
		gap: 18px;
		padding: 22px 20px;
		border-radius: 12px;
	}

	.snowdream-order-confirmation__summary dl > div {
		align-items: flex-start;
		gap: 20px;
	}

	.snowdream-order-confirmation__summary dd {
		max-width: 62%;
		font-size: 15px;
	}

	.snowdream-order-confirmation__secondary {
		flex-wrap: wrap;
		gap: 8px 10px;
		text-align: center;
	}
}

@media (max-width: 430px) {
	.snowdream-order-confirmation__summary dl > div {
		flex-direction: column;
		gap: 4px;
	}

	.snowdream-order-confirmation__summary dd {
		max-width: none;
		text-align: left;
	}
}
