/* B174 exact desktop source: Figma 312:9558. Tablet/mobile are documented adaptations. */

body.snowdream-merch-booking-page {
	--snowdream-merch-ink: #3b2e64;
	--snowdream-merch-accent: #598fff;
	--snowdream-merch-accent-soft: #cbdcff;
	--snowdream-merch-card: #f5f8ff;
	--snowdream-merch-muted: #888;
	--snowdream-merch-border: #a9a5a5;
	background: #fff;
	color: var(--snowdream-merch-ink);
}

body.snowdream-merch-booking-page.single-product .site-main {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-height: 907px;
	margin: 0;
	padding: 75px 80px 80px;
	background: #fff;
}

body.snowdream-merch-booking-page.single-product .site-main > .page-header,
body.snowdream-merch-booking-page.single-product .woocommerce-breadcrumb {
	display: none;
}

body.snowdream-merch-booking-page.single-product .site-main :is(.page-content, .woocommerce) {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.snowdream-merch-booking-page.single-product .site-main div.product {
	box-sizing: border-box;
	display: block;
	width: min(100%, 976px);
	max-width: 976px;
	min-height: 752px;
	margin: 0 auto;
	padding: 80px 0 0;
}

body.snowdream-merch-booking-page.single-product .site-main div.product::before,
body.snowdream-merch-booking-page.single-product .site-main div.product::after {
	display: none;
}

body.snowdream-merch-booking-page.single-product div.product .summary.entry-summary {
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.snowdream-merch-booking-page.single-product div.product > :is(.woocommerce-product-gallery, .related, .upsells) {
	display: none;
}

body.snowdream-merch-booking-page .woocommerce-notices-wrapper {
	box-sizing: border-box;
	width: min(100%, 816px);
	margin: 32px auto 0;
}

body.snowdream-merch-booking-page .woocommerce-notices-wrapper:empty {
	display: none;
}

.snowdream-merch-booking {
	box-sizing: border-box;
	width: 100%;
	color: var(--snowdream-merch-ink);
	font-family: "Manrope", sans-serif;
}

.snowdream-merch-booking__heading,
.snowdream-merch-booking-form {
	box-sizing: border-box;
	width: 100%;
	padding-inline: 80px;
}

.snowdream-merch-booking__heading {
	margin: 0 0 40px;
}

.snowdream-merch-booking__heading h1 {
	margin: 0;
	color: var(--snowdream-merch-ink);
	font-family: "Harmond", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1.2;
}

.snowdream-merch-booking-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.snowdream-merch-booking-summary {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 123px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	width: 100%;
	min-height: 178px;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--snowdream-merch-accent);
	border-radius: 16px;
	background: var(--snowdream-merch-card);
}

.snowdream-merch-booking-summary__media {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 123px;
	height: 130px;
	margin: 0;
	overflow: hidden;
}

.snowdream-merch-booking-summary__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center bottom;
}

.snowdream-merch-booking-summary__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.snowdream-merch-booking-summary__identity {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	min-width: 0;
}

.snowdream-merch-booking-summary__identity h2 {
	margin: 0;
	color: var(--snowdream-merch-ink);
	font-family: "Harmond", serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 28px;
}

.snowdream-merch-booking-summary__badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	border: 1px solid var(--snowdream-merch-accent);
	border-radius: 44px;
	background: #fff;
	color: var(--snowdream-merch-accent);
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	white-space: nowrap;
}

.snowdream-merch-booking-summary__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	align-items: center;
	color: var(--snowdream-merch-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.snowdream-merch-booking-summary__facts strong {
	color: inherit;
	font: inherit;
}

.snowdream-merch-booking-summary__facts .woocommerce-Price-amount,
.snowdream-merch-booking-summary__facts .woocommerce-Price-currencySymbol {
	color: inherit;
	font: inherit;
}

.snowdream-merch-booking-summary__color {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.snowdream-merch-booking-summary__swatch {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1px solid rgb(59 46 100 / 12%);
	border-radius: 50%;
	background: var(--snowdream-merch-swatch, var(--snowdream-merch-accent));
}

.snowdream-merch-booking-quantity {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__button,
body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__input {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	margin: 0;
	border: 1px solid var(--snowdream-merch-accent-soft);
	border-radius: 999px !important;
	background: #fff;
	box-shadow: none;
	color: var(--snowdream-merch-accent);
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__button {
	width: 36px;
	min-width: 36px;
	padding: 0;
	cursor: pointer;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__button:first-child {
	border-color: rgb(169 165 165 / 30%);
	color: var(--snowdream-merch-ink);
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__button:hover,
body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__button:focus-visible {
	border-color: var(--snowdream-merch-accent);
	background: #fff;
	color: var(--snowdream-merch-ink);
	outline: 2px solid rgb(89 143 255 / 22%);
	outline-offset: 2px;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__button:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__input {
	width: 60px;
	padding: 0 8px;
	appearance: textfield;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__input::-webkit-inner-spin-button,
body.snowdream-merch-booking-page .snowdream-merch-booking-quantity__input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.snowdream-merch-booking-details {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.snowdream-merch-booking-details__legend {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 9px;
	border-bottom: 1px solid #eee;
	color: rgb(136 136 136 / 50%);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 16px;
	text-transform: uppercase;
}

.snowdream-merch-booking-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.snowdream-merch-booking-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	color: var(--snowdream-merch-ink);
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-field :is(input, select) {
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 15px 16px;
	border: 1px solid var(--snowdream-merch-border);
	border-radius: 999px !important;
	background-color: #fff;
	box-shadow: none;
	color: var(--snowdream-merch-ink);
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-field select {
	padding-right: 48px;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--snowdream-merch-ink) 50%),
		linear-gradient(135deg, var(--snowdream-merch-ink) 50%, transparent 50%);
	background-position:
		calc(100% - 22px) 25px,
		calc(100% - 16px) 25px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	appearance: none;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-field :is(input, select)::placeholder {
	color: var(--snowdream-merch-muted);
	opacity: 1;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-field select:invalid {
	color: var(--snowdream-merch-muted);
}

body.snowdream-merch-booking-page .snowdream-merch-booking-field :is(input, select):focus {
	border-color: var(--snowdream-merch-accent);
	outline: 2px solid rgb(89 143 255 / 18%);
	outline-offset: 1px;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-submit {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 258px;
	min-height: 52px;
	margin: 2px 0 0;
	padding: 16px 32px;
	border: 0;
	border-radius: 999px;
	background: rgb(59 46 100 / 50%);
	box-shadow: none;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #fff !important;
	transition:
		background-color 180ms ease,
		transform 180ms ease;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-submit.is-ready {
	background: var(--snowdream-merch-ink);
	cursor: pointer;
}

body.snowdream-merch-booking-page .snowdream-merch-booking-submit.is-ready:hover,
body.snowdream-merch-booking-page .snowdream-merch-booking-submit.is-ready:focus-visible {
	background: #2e2352;
	color: #fff !important;
	outline: 2px solid rgb(89 143 255 / 36%);
	outline-offset: 3px;
	transform: translateY(-1px);
}

body.snowdream-merch-booking-page .snowdream-merch-booking-submit:disabled {
	cursor: not-allowed;
}

@media (max-width: 1024px) {
	body.snowdream-merch-booking-page.single-product .site-main {
		min-height: 0;
		padding: 75px 48px 64px;
	}

	body.snowdream-merch-booking-page.single-product .site-main div.product {
		width: min(100%, 672px);
		min-height: 0;
		padding-top: 56px;
	}

	.snowdream-merch-booking__heading,
	.snowdream-merch-booking-form {
		padding-inline: 0;
	}

	.snowdream-merch-booking__heading {
		margin-bottom: 32px;
	}

	.snowdream-merch-booking-summary {
		grid-template-columns: 110px minmax(0, 1fr) auto;
		gap: 20px;
	}

	.snowdream-merch-booking-summary__media {
		width: 110px;
		height: 124px;
	}
}

@media (max-width: 600px) {
	body.snowdream-merch-booking-page.single-product .site-main {
		padding: 72px 16px 48px;
	}

	body.snowdream-merch-booking-page.single-product .site-main div.product {
		width: 100%;
		padding-top: 36px;
	}

	.snowdream-merch-booking__heading {
		margin-bottom: 24px;
	}

	.snowdream-merch-booking__heading h1 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}

	.snowdream-merch-booking-summary {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 18px 16px;
		min-height: 0;
		padding: 20px;
	}

	.snowdream-merch-booking-summary__media {
		width: 88px;
		height: 104px;
	}

	.snowdream-merch-booking-summary__identity h2 {
		font-size: 17px;
		line-height: 24px;
	}

	.snowdream-merch-booking-summary__facts {
		gap: 6px 14px;
		font-size: 14px;
		line-height: 20px;
	}

	.snowdream-merch-booking-quantity {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.snowdream-merch-booking-fields {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.snowdream-merch-booking-field {
		font-size: 15px;
		line-height: 22px;
	}

	body.snowdream-merch-booking-page .snowdream-merch-booking-field :is(input, select) {
		height: 54px;
		font-size: 15px;
		line-height: 22px;
	}

	body.snowdream-merch-booking-page .snowdream-merch-booking-submit {
		width: 100%;
	}
}

/* B174 END */
