:root {
	--bg: #ff336a;
	--panel: #efefef;
	--text-dark: #242424;
	--text-light: #ffffff;
	--accent: #d11547;
	--unavailable: #0614dd;
	--content-gutter: 50px;
	--section-space: 56px;
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 24px;
	--space-6: 32px;
	--space-7: 40px;
	--content-pad-x: calc(var(--content-gutter) / 2);
	--intro-pad-y: clamp(38px, 6.5vw, 70px);
	--showcase-pad-top: 56px;
	--showcase-pad-bottom: 60px;
	--showcase-offset-top: 68px;
	--app-pad-top: 34px;
	--app-pad-bottom: 40px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Syne', serif;
	background: var(--bg);
	color: var(--text-light);
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}
.edipageitem #lang-switcher{
	display: none !important;
}
.yoox-back-link {
	position: fixed;
	top: clamp(10px, 3vw, 20px);
	left: clamp(10px, 3vw, 24px);
	z-index: 3000;
	max-width: min(calc(100vw - 24px), 280px);
	font-size: clamp(11px, 1.35vw, 13px);
	font-weight: 700;
	letter-spacing: 0.35px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(6px);
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.yoox-back-link:hover {
	background: rgba(0, 0, 0, 0.42);
	color: #f8fafc;
}

.form-lang-switcher-wrap {
	position: absolute;
	top: 0;
	right: clamp(10px, 3vw, 24px);
	z-index: 10;
	display: flex;
	justify-content: center;
	margin-top: clamp(10px, 3vw, 20px);
	margin-bottom: var(--space-2);
}

.form-lang-switcher {
	display: inline-flex;
	gap: var(--space-1);
	padding: var(--space-1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.lang-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 30px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border: 0;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.85);
	background: transparent;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.lang-link:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
}

.lang-link.active {
	background: #ffffff;
	color: #111827;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.global-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	display: none;
}

.global-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.48),
		rgba(0, 0, 0, 0.62)
	);
}

.global-bg__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.global-bg__mask {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.global-bg__title {
	position: absolute;
	left: 50%;
	top: 24px;
	transform: translateX(-50%);
	width: 15%;
	height: auto;
}

#app {
	position: relative;
	z-index: 1;
}

body.show-global-bg .global-bg {
	display: block;
}

input,
select,
button,
textarea {
	font: inherit;
}

.page {
	width: min(1180px, calc(100vw - var(--content-gutter)));
	margin: 0 auto;
}

.hero-header {
	--hero-frame-pink: #ff2d7a;
	--hero-frame-radius: clamp(20px, 4vw, 32px);
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	z-index: 1000;
	box-sizing: border-box;

	background: linear-gradient(
		165deg,
		var(--hero-frame-pink) 0%,
		#e91e63 45%,
		#c2185b 100%
	);
}

.hero-header__media {
	position: relative;
	width: 100%;
	padding: 25%;
	overflow: hidden;
}

.hero-header__frame {
	display: block;
	width: 100%;
	height: auto;
	top: 19px;
	left: 0;
	position: absolute;
	z-index: 0;
}

.hero-header__mask {
	position: absolute;
	inset: 0;
	scale: 1.2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	background: linear-gradient(to bottom, #00000000, #00000075);
	z-index: 0;
}

.hero-header__mask-mobile {
	position: absolute;
	inset: 0;
	scale: 1.2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	background: linear-gradient(to bottom, #00000000, #00000075);
	z-index: 0;
}

.hero-header__title {
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -52%);
	width: min(48%, 420px);
	height: auto;
	z-index: 3;
	filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.35));
}

.hero-header__overlay {
	position: absolute;
	inset: 0;
	max-height: 100vh;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	z-index: 2;
}

.hero-header__left-badge {
	position: absolute;
	left: clamp(18px, 3.5vw, 56px);
	top: clamp(80px, 6vw + 44px, 82px);
	bottom: auto;
	transform: none;
	margin: 0;
	width: min(92px, 26vw);
	height: auto;
	display: block;
	object-fit: contain;
	pointer-events: none;
	z-index: 4;
}

.hero-header__bottom-copy {
	text-align: center;
	color: #ffffff;
	margin-bottom: clamp(12px, 4.5vw, 82px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
}

.hero-header__bottom-copy p,
.hero-header__bottom-text {
	margin: 0;
	font-size: clamp(17px, 2.1vw, 26px);
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.65),
		0 0 20px rgba(0, 0, 0, 0.35);
}

.hero-header__bottom-date,
.hero-header__bottom-addr {
	display: inline;
}

@media (min-width: 641px) {
	.hero-header__bottom-date::after {
		content: ', ';
	}
}

@media (max-width: 640px) {
	.hero-header__bottom-date::after {
		content: none;
	}

	.hero-header__bottom-addr {
		display: block;
		margin-top: 0.22em;
	}
}

.ThankYouPageTemplate .hero-header__media{ 
    padding-bottom: 32%;
}
.hero-header__cta-link {
	box-sizing: border-box;
	margin-top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #010570;
	background: #fffd8a;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: clamp(2px, 0.2vw + 1px, 5px);
	text-decoration-thickness: clamp(1px, 0.1vw + 0.5px, 2px);
	border-radius: 999px;
	padding-inline: clamp(0.85rem, 0.35rem + 2.8vw, 2.75rem);
	width: fit-content;
	max-width: min(100%, 28rem);
	text-align: center;
	overflow-wrap: anywhere;
	box-shadow:
		0 clamp(2px, 0.35vw, 4px) 0 rgba(0, 0, 0, 0.12),
		0 clamp(6px, 1vw, 10px) clamp(18px, 2.5vw, 32px) rgba(0, 0, 0, 0.25);
	pointer-events: auto;
	transition:
		background-color 0.2s ease,
		transform 0.15s ease,
		box-shadow 0.2s ease;
	padding: 20px;
	padding-bottom: 21px;
}


.intro-banner {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #e9e9e9;
	padding: var(--intro-pad-y) var(--content-pad-x);
}

.intro-banner__inner {
	width: min(1180px, calc(100vw - var(--content-gutter)));
	margin: 0 auto;
	text-align: center;
}

.intro-banner__inner h1 {
	margin: 0;
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.08;
	letter-spacing: 0.2px;
	color: #111111;
}

.intro-banner__inner p {
	margin: var(--space-5) auto 0;
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.45;
	color: #1f1f1f;
}

.booking-block {
	margin-top: var(--section-space);
}

.intro-banner--thank-you .thank-you-headline {
	margin-top: var(--space-6);
	text-align: center;
	color: #111111;
}

.intro-banner--thank-you .thank-you-summary-wrap {
	margin-top: var(--space-4);
	padding: var(--space-5) var(--space-5);
	border-radius: 12px;
	background: #d4d4d4;
}

.intro-banner--thank-you .thank-you-summary {
	margin-top: 0;
}

.intro-banner--thank-you .thank-you-summary p {
	color: #1f1f1f;
}

.intro-banner--thank-you .thank-you-summary strong {
	color: #111111;
}

.booking-head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: var(--space-4);
}

.booking-headline {
	margin: 0;
	text-align: left;
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 700;
	letter-spacing: 0.3px;
	color: var(--text-light);
}

.no-slot-toggle {
	height: 50px;
	padding: 0px 14px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(17, 24, 39, 0.35);
	color: #f8fafc;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.15s ease;
}

.no-slot-toggle:hover {
	background: rgba(17, 24, 39, 0.6);
}

.no-slot-toggle.is-active {
	background: #7c3aed;
	border-color: #a78bfa;
}

.booking-days {
	margin-top: 2px;
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	gap: 12px;
}

.booking-days.booking-days--select {
	display: block;
	width: 100%;
}

.booking-day-select-field {
	display: grid;
	gap: 8px;
	width: 100%;
}

.booking-day-select-label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--text-light);
	letter-spacing: 0.5px;
}

.booking-day-select {
	width: 100%;
	height: 46px;
	border: 0;
	padding: 0 36px 0 12px;
	font-size: 16px;
	text-transform: uppercase;
	color: #111827;
	cursor: pointer;
	appearance: none;
	background-color: var(--panel);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111827' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

@media (min-width: 641px) {
	.booking-slots-load-more {
		display: none !important;
	}
}

.day-chip {
	border: 2px solid rgba(255, 255, 255, 0.55);
	background: var(--panel);
	color: var(--text-dark);
	padding: 14px 10px 12px;
	display: grid;
	gap: 4px;
	cursor: pointer;
	text-transform: uppercase;
}

.day-chip span {
	font-size: 13px;
	letter-spacing: 0.4px;
}

.day-chip.selected {
	background: var(--accent);
	color: var(--text-light);
	border-color: var(--accent);
}

.booking-separator {
	margin: var(--space-5) 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.9);
}

.booking-slots-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.booking-slots-hint {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	color: var(--text-light);
}

.booking-slots-load-more {
	display: none;
	align-self: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(17, 24, 39, 0.35);
	color: #f8fafc;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.booking-slots-load-more:hover {
	background: rgba(17, 24, 39, 0.6);
}

.booking-slots {
	display: grid;
	grid-template-columns: repeat(8, minmax(90px, 1fr));
	gap: 12px;
}

.slot-card {
	position: relative;
	background: var(--panel);
	border: 2px solid rgba(255, 255, 255, 0.55);
	padding: 12px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: var(--text-dark);
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease;
}

.slot-card--original {
	border-color: #f3d77c;
	background: rgba(243, 215, 124, 0.22);
	box-shadow: inset 0 0 0 1px rgba(243, 215, 124, 0.45);
}

.slot-card.selected.slot-card--original {
	background: var(--accent);
	border-color: #f3d77c;
	box-shadow: 0 0 0 2px rgba(243, 215, 124, 0.55);
}

.slot-card.unavailable.slot-card--original {
	border-color: #f3d77c;
	background: var(--unavailable);
	box-shadow: inset 0 0 0 1px rgba(243, 215, 124, 0.45);
}

.slot-card.unavailable {
	background: var(--unavailable);
	color: var(--text-light);
	cursor: not-allowed;
}

.slot-card.selected {
	background: var(--accent);
	color: var(--text-light);
	border-color: var(--accent);
}

.slot-time {
	margin: 0;
	font-size: clamp(16px, 1.8vw, 20px);
	line-height: 1.04;
	font-weight: 500;
	letter-spacing: 0.1px;
}

.slot-status {
	margin-top: 18px;
	font-size: 12px;
	letter-spacing: 0.7px;
}

.slot-name {
	margin: 8px 0 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.booking-form {
	margin-top: var(--space-5);
	display: grid;
	gap: var(--space-5);
}

#booking-form,
#edit-form {
	margin-inline: auto;
	width: 100%;
}

#booking-form .submit-btn,
#edit-form .submit-btn {
	width: 100%;
	margin-top: var(--space-2);
}

.field {
	display: grid;
	gap: 8px;
}

.field span {
	font-size: 13px;
	font-weight: 600;
	color: var(--text-light);
	letter-spacing: 0.5px;
}

.field input,
.field select {
	height: 46px;
	border: 0;
	padding: 0 12px;
	font-size: 16px;
	color: #111827;
	background: var(--panel);
}

.field-grid-3,
.field-grid-2 {
	display: grid;
	gap: var(--space-4);
}

.field-grid-3 {
	grid-template-columns: 96px 1fr 1fr;
}

.field-grid-2 {
	grid-template-columns: 190px 1fr;
}

.field-grid-2--balanced {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.checkbox-row {
	margin-top: var(--space-5);
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-4) var(--space-5);
}

#booking-form .checkbox-row,
#edit-form .checkbox-row {
	margin-top: var(--space-6);
	flex-direction: column;
	align-items: stretch;
	gap: var(--space-4);
}

.check-inline {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--text-light);
	font-size: 16px;
	cursor: pointer;
}

.check-inline input[type='checkbox'] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1.5px solid rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	background: transparent;
	display: inline-grid;
	place-content: center;
	cursor: pointer;
	margin: 0;
	flex-shrink: 0;
	transition:
		background-color 0.15s ease,
		border-color 0.15s ease;
}

.check-inline input[type='checkbox']::before {
	content: '';
	width: 10px;
	height: 10px;
	transform: scale(0);
	transition: transform 0.12s ease-in-out;
	box-shadow: inset 1em 1em var(--accent);
	clip-path: polygon(14% 44%, 0 61%, 45% 100%, 100% 16%, 80% 0, 43% 62%);
}

.check-inline input[type='checkbox']:checked {
	background: #ffffff;
	border-color: #ffffff;
}

.check-inline input[type='checkbox']:checked::before {
	transform: scale(1);
}

.check-inline--policy {
	align-items: flex-start;
	gap: 12px;
	line-height: 1.45;
	font-size: clamp(13px, 1.25vw, 16px);
	max-width: 100%;
}

.check-inline--policy input[type='checkbox'] {
	margin-top: 3px;
}

.check-inline--policy .policy-link {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.check-inline--policy .policy-link:hover {
	opacity: 0.88;
}

.check-inline--policy .policy-modal-trigger {
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-align: inherit;
	line-height: inherit;
}

.check-inline--policy .policy-modal-trigger:hover {
	opacity: 0.88;
}

.check-inline--mandatory .check-inline__text::before {
	content: '* ';
	color: #fecaca;
	font-weight: 800;
}

.status-error,
.status-success {
	margin: 0;
	font-size: 19px;
	display: none;
}

.status-error {
	color: #fecaca;
}

.status-success {
	color: #dcfce7;
}

.submit-btn {
	height: 46px;
	border: 0;
	border-radius: 8px;
	background: #0f172a;
	color: #ffffff;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 500;
	cursor: pointer;
}

.submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.showcase-slider {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: var(--showcase-offset-top);
	background: #ff2b73;
	padding: var(--showcase-pad-top) 0 var(--showcase-pad-bottom);
}

.showcase-slider__title {
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.08;
	letter-spacing: 0.2px;
}

.showcase-viewport {
	width: 100vw;
	margin-top: var(--space-6);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}

.showcase-track {
	display: flex;
	transition: transform 0.6s ease;
	will-change: transform;
	margin: 0 -8px;
}

.showcase-track.no-anim {
	transition: none;
}

.showcase-slide {
	padding: 0 8px;
	overflow: hidden;
}

.showcase-slide img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.showcase-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.45);
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	z-index: 3;
	display: grid;
	place-items: center;
}

.showcase-nav--prev {
	left: 12px;
}

.showcase-nav--next {
	right: 12px;
}

.showcase-slider.is-static .showcase-nav {
	display: none;
}

.app-promo-section {
	padding: var(--app-pad-top) 0 var(--app-pad-bottom);
	background: #d11058;
}

.app-promo-card {
	width: min(1180px, calc(100vw - var(--content-gutter)));
	margin: 0 auto;
	padding: calc(var(--space-3) - 2px) var(--space-5) 0;
	text-align: center;
	color: #111827;
}

.app-promo-card h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 40px);
	line-height: 1.1;
}

.app-promo-card p {
	margin: var(--space-5) auto 0;
	max-width: 980px;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.45;
}

.app-promo-actions {
	margin-top: var(--space-5);
	display: flex;
	justify-content: center;
	gap: var(--space-4);
}

.store-badge {
	display: block;
	width: min(27.5%, 140px);
}

.store-badge img {
	width: 100%;
	height: auto;
	display: block;
}

.state-page {
	min-height: calc(100vh - 70px);
	display: grid;
	place-items: center;
	padding: 30px 20px 50px;
}

.state-card {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.46);
	border: 1px solid rgba(255, 255, 255, 0.34);
	backdrop-filter: blur(2px);
	padding: 36px;
}

.state-card > .form-lang-switcher-wrap {
	top: 16px;
	right: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.state-card > .form-lang-switcher-wrap + h1 {
	padding-right: 120px;
}

.state-card h1 {
	margin: 0;
	font-size: clamp(26px, 3.5vw, 40px);
}

.state-reference {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.4px;
}

.state-summary {
	margin-top: 22px;
	display: grid;
	gap: 8px;
}

.state-summary p {
	margin: 0;
	font-size: clamp(15px, 1.5vw, 20px);
	line-height: 1.35;
}

.admin-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.admin-table th,
.admin-table td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 8px;
	text-align: left;
	font-size: clamp(16px, 2.4vw, 24px);
}

.admin-table th {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

.admin-filter-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(140px, 1fr)) auto auto;
	gap: 10px;
	width: 100%;
}

.admin-filter-form input {
	height: 42px;
	border: 0;
	padding: 0 12px;
	font-size: 14px;
}

.admin-btn {
	height: 38px;
	min-width: 104px;
	padding: 0 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.state-btn.admin-btn {
	min-width: 104px;
	padding: 0 12px;
}

.state-page .admin-btn.admin-btn--primary {
	background: #2563eb;
	color: #ffffff;
}

.state-page .admin-btn.admin-btn--secondary {
	background: #0ea5a4;
	color: #ffffff;
}

.state-page .admin-btn.admin-btn--ghost {
	background: #e5e7eb;
	color: #111827;
}

.state-page .admin-btn.admin-btn--danger {
	background: #dc2626;
	color: #ffffff;
}

.state-page .admin-btn.admin-btn--qr {
	background: #7c3aed;
	color: #ffffff;
}

.qr-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	display: grid;
	place-items: center;
	padding: 16px;
	z-index: 999;
}

.qr-modal {
	width: min(560px, 100%);
	background: #0f172a;
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 16px;
}

.qr-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.qr-close-btn {
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
}

.qr-modal-body video {
	width: 100%;
	height: auto;
	background: #000;
}

.admin-toast-wrap {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1000;
}

.admin-toast {
	padding: 10px 12px;
	font-size: 14px;
	color: #fff;
}

.admin-toast--success {
	background: #15803d;
}

.admin-toast--error {
	background: #b91c1c;
}

.state-actions {
	margin-top: 26px;
	display: grid;
	gap: 14px;
}

.state-actions--center {
	justify-items: center;
}

a.state-btn.state-btn--yoox-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	min-height: 46px;
	padding-inline: 24px;
}

.state-page .state-btn.state-btn--yoox-home {
	background: #1f2937;
	color: #f9fafb;
}

.state-inline-form {
	display: grid;
	gap: 12px;
}

.state-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.state-field {
	display: grid;
	gap: 8px;
}

.state-field span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.state-field-full {
	grid-column: 1 / -1;
}

.state-inline-form input {
	height: 46px;
	border: 0;
	padding: 0 12px;
	font-size: 16px;
}

.state-btn {
	width: fit-content;
	min-width: 220px;
	padding: 0 20px;
}

.secondary-btn {
	background: #ffffff;
	color: #111827;
}

.state-page .state-btn {
	background: #ff4f8d;
	color: #ffffff;
}

.state-page .state-btn.secondary-btn {
	background: #1f2937;
	color: #f9fafb;
}
.hiddendek{
	display: none;
}
.newheder_gome{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.newheder_gome .newheder_gome_left{
	position: absolute; 
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
	
    background-image: url(https://camerino.yoox.com/view/src/assets/YooxCamerino_banner_mask_LP_edit_2.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: right;
}
.newheder_gome .newheder_gome_right{
	position: absolute; 
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
	
    background-image: url(https://camerino.yoox.com/view/src/assets/YooxCamerino_banner_mask_LP_edit_2.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: left;
}

@media (max-width: 900px) {
	:root {
		--content-gutter: 20px;
		--section-space: 36px;
		--space-4: 14px;
		--space-5: 20px;
		--space-6: 28px;
		--intro-pad-y: clamp(28px, 5vw, 52px);
		--showcase-offset-top: 44px;
		--showcase-pad-top: 38px;
		--showcase-pad-bottom: 48px;
		--app-pad-top: 26px;
		--app-pad-bottom: 30px;
	}

		

	.hero-header__cta-link {
		padding: 15px;
		padding-bottom: 15px;
	}

	.form-lang-switcher-wrap {
		margin-top: 3vw;
	}

	.form-lang-switcher {
		padding: 0px;
	}

	.lang-link {
		padding: 0 6px;
		font-size: clamp(11px, 2.8vw, 13px);
	}

	.lang-link:not(:first-child) {
		padding-left: 8px;
		margin-left: 6px;
	}

	.page,
	.app-promo-card {
		width: min(1180px, calc(100vw - var(--content-gutter)));
	}

	.booking-headline {
		margin: 0;
	}

	.booking-head-row {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 22px;
	}

	.no-slot-toggle {
		height: 34px;
		width: fit-content;
	}

	.booking-days,
	.booking-slots {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}

	.booking-slots-wrap {
		gap: 14px;
	}

	.field-grid-3,
	.field-grid-2,
	.field-grid-2--balanced,
	.state-grid {
		grid-template-columns: 1fr;
	}

	.slot-time {
		font-size: clamp(15px, 3vw, 20px);
	}

	.slot-status {
		margin-top: 14px;
		font-size: 11px;
	}

	.booking-slots-load-more {
		min-height: 42px;
		padding: 0 18px;
		font-size: 12px;
	}

	.check-inline--policy {
		font-size: clamp(13px, 2.8vw, 16px);
		gap: 10px;
	}

	.hero-header__title {
		width: min(36%, 200px);
		transform: translate(-50%, -50%);
	}

	.hero-header__left-badge {
		top: clamp(76px, 5vw + 40px, 120px);
	}

	.hero-header__bottom-copy p {
		max-width: min(88vw, 460px);
		margin-inline: auto;
		font-size: clamp(16px, 2.4vw, 22px);
	}

	.booking-form {
		margin-top: var(--space-5);
		gap: var(--space-4);
	}

	#booking-form .checkbox-row,
	#edit-form .checkbox-row {
		margin-top: var(--space-5);
		gap: var(--space-3);
	}

	.checkbox-row {
		gap: var(--space-4);
	}

	.field input,
	.field select {
		height: 44px;
		font-size: 16px;
	}

	.submit-btn {
		height: 44px;
		font-size: clamp(18px, 2.8vw, 24px);
	}

	.showcase-slider {
		margin-top: var(--showcase-offset-top);
		padding: var(--showcase-pad-top) 0 var(--showcase-pad-bottom);
	}

	.showcase-viewport {
		margin-top: var(--space-5);
	}

	.app-promo-card {
		padding: var(--space-5) var(--space-3);
	}

	.showcase-slide {
		flex-basis: 100%;
		padding: 0;
	}

	.showcase-track {
		margin: 0;
	}

	.showcase-nav {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}

	.global-bg__title {
		width: 46%;
		top: 18px;
	}
}

.hero-header__mask-mobile {
	display: none;
}
@media (max-width: 640px) {
	:root {
		--content-gutter: 18px;
		--section-space: 28px;
		--space-3: 10px;
		--space-4: 12px;
		--space-5: 16px;
		--space-6: 22px;
		--intro-pad-y: clamp(24px, 6vw, 44px);
		--showcase-offset-top: 36px;
		--showcase-pad-top: 30px;
		--showcase-pad-bottom: 40px;
		--app-pad-top: 20px;
		--app-pad-bottom: 24px;
	}
    .ThankYouPageTemplate .hero-header__title {
		top: 40%;
	}
	.ThankYouPageTemplate .hero-header__media{ 
		padding-bottom: 80%;
	}
	.hiiddenmobile{
		display: none !important;
	}
	.hero-header__media {
		padding: 56%;
	}

	.hero-header__frame {
		top: 0;
		left: -7vw;
		height: 100%;
		object-fit: cover;
		background: linear-gradient(to bottom, #000000ca, #000000);
	}

	.hero-header__mask-mobile {
        width: 130vw;
        object-fit: cover;
        transform: scale(1);
        transform-origin: center;
        top: 0%;
        display: block;
        left: -15vw;
	}

	.hero-header__mask {
		width: 90%;
		object-fit: cover;
		transform: scale(1);
		transform-origin: center;
		top: -4%;
		display: none;
	}

	.hero-header__title {
		width: min(78%, 250px);
		transform: translate(-50%, -50%);
		top: 41%;
	}

	.hero-header__overlay {
		padding: 10px 12px 18px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		gap: 14px;
	}

	.hero-header__left-badge {
		left: 10%;
		top: 10%;
		transform: none;
		width: min(92px, 26vw);
		margin: 0;
		filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.45));
		box-sizing: content-box;
	}

	.hero-header__bottom-copy {
		width: min(90vw, 380px);
		padding: 0 6px;
        margin-bottom: 30px;
		gap: 14px;
	}

	.hero-header__bottom-copy p {
		font-size: clamp(14px, 5.2vw, 15px);
		line-height: 1.18;
	}

	.hero-header__cta-link {
		align-self: stretch;
		width: auto;
		margin-inline: auto;
		max-width: min(100%, 22.5rem);
		padding-inline: clamp(0.75rem, 2vw + 0.25rem, 1.25rem);
		min-height: max(44px, 2.75rem);
		box-shadow:
			0 clamp(2px, 0.5vw, 3px) 0 rgba(0, 0, 0, 0.12),
			0 clamp(8px, 2vw, 12px) clamp(20px, 5vw, 28px) rgba(0, 0, 0, 0.28);
	}

	.intro-banner {
		padding: var(--space-6) var(--content-pad-x) var(--space-6);
	}

	.intro-banner__inner h1 {
		font-size: clamp(28px, 8vw, 38px);
	}

	.intro-banner__inner p {
		margin-top: var(--space-4);
		font-size: clamp(15px, 4.1vw, 20px);
	}

	.booking-headline {
		margin-bottom: var(--space-4);
		font-size: clamp(26px, 7vw, 36px);
	}

	.booking-head-row {
		margin-bottom: var(--space-4);
	}

	.no-slot-toggle {
		font-size: 12px;
		padding: 0 12px;
	}

	.booking-days {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.booking-slots {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.booking-separator {
		margin: var(--space-5) 0;
	}

	.slot-card {
		min-height: 104px;
		padding: 14px 10px 10px;
	}

	.slot-time {
		font-size: clamp(15px, 4.2vw, 20px);
	}

	.slot-status {
		margin-top: 12px;
		font-size: 10px;
		letter-spacing: 0.5px;
	}

	.booking-slots-load-more {
		min-height: 40px;
		padding: 0 16px;
		font-size: 11px;
		width: 100%;
		max-width: 320px;
	}

	.check-inline {
		font-size: 15px;
	}

	.check-inline--policy {
		font-size: clamp(12px, 3.6vw, 15px);
		line-height: 1.42;
		gap: 10px;
	}

	#booking-form .checkbox-row,
	#edit-form .checkbox-row {
		margin-top: var(--space-5);
		gap: var(--space-3);
	}

	.submit-btn {
		height: 44px;
		font-size: 20px;
	}

	.showcase-slider {
		margin-top: var(--showcase-offset-top);
		padding: var(--showcase-pad-top) 0 var(--showcase-pad-bottom);
	}

	.showcase-slider__title {
		font-size: clamp(28px, 8vw, 40px);
	}

	.showcase-nav {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

	.showcase-nav--prev {
		left: 8px;
	}

	.showcase-nav--next {
		right: 8px;
	}

	.app-promo-card {
		padding: var(--space-5) var(--space-3) var(--space-6);
	}

	.app-promo-card p {
		margin-top: 14px;
		font-size: 16px;
	}

	.app-promo-actions {
		flex-direction: column;
		align-items: center;
		margin-top: var(--space-4);
	}

	.store-badge {
		width: min(27.5vw, 100px);
	}

	.state-page {
		padding: var(--space-5) var(--space-3) var(--section-space);
	}

	.state-card {
		width: 100%;
		padding: 20px 16px;
	}

	.state-card h1 {
		font-size: clamp(28px, 8vw, 44px);
	}

	.state-summary p {
		font-size: clamp(15px, 4vw, 18px);
	}

	.admin-filter-form {
		grid-template-columns: 1fr;
	}

	.state-btn {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 420px) {
	:root {
		--content-gutter: 16px;
		--section-space: 24px;
	}

	.hero-header__media {
		padding: 62%;
	}

	.hero-header__mask {
		width: 80%;
	}

	.hero-header__title {
		width: min(82%, 210px);
		top: 43%;
	}

	.hero-header__left-badge {
		width: min(78px, 22vw);
	}

	.hero-header__bottom-copy {
		width: min(92vw, 340px);
		padding: 0 4px;
	}

	.hero-header__bottom-copy p {
		font-size: clamp(13px, 5vw, 15px);
	}

	.intro-banner__inner h1 {
		font-size: clamp(24px, 7.5vw, 34px);
	}

	.booking-headline {
		font-size: clamp(22px, 6.5vw, 32px);
	}

	.day-chip {
		padding: 12px 10px 10px;
	}

	.day-chip span {
		font-size: 12px;
	}

	.slot-card {
		min-height: 96px;
		padding: 12px 8px 8px;
	}

	.slot-time {
		font-size: clamp(14px, 4.5vw, 18px);
	}

	.check-inline--policy {
		font-size: clamp(11px, 3.4vw, 14px);
	}

	.showcase-slider__title {
		font-size: clamp(24px, 7vw, 36px);
	}

	.state-card {
		padding: 18px 14px;
	}
}

body.policy-modal-open {
	overflow: hidden;
}

.policy-modal {
	position: fixed;
	inset: 0;
	z-index: 4000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.policy-modal.is-open {
	display: flex;
}

.policy-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.72);
	backdrop-filter: blur(2px);
}

.policy-modal__panel {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	max-height: min(85vh, 880px);
	overflow: auto;
	padding: var(--space-6) var(--space-5) var(--space-5);
	background: #f8fafc;
	color: #0f172a;
	box-shadow:
		0 25px 50px -12px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.08);
}

.policy-modal__title {
	margin: 0 36px 16px 0;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	color: #0f172a;
}

.policy-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	padding: 0;
	border: none;
	border-radius: 6px;
	background: rgba(15, 23, 42, 0.08);
	color: #0f172a;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.15s ease,
		opacity 0.15s ease;
}

.policy-modal__close:hover {
	background: rgba(15, 23, 42, 0.14);
}

.policy-modal__body {
	font-size: 14px;
	line-height: 1.55;
}

.policy-modal__body .policy-link {
	color: #0f172a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.policy-modal__load-error {
	margin: 0;
	color: #b91c1c;
	font-weight: 600;
}

.privacy-notice-doc__heading {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: #0f172a;
}

.privacy-notice-doc__sub {
	margin: 20px 0 8px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #334155;
}

.privacy-notice-doc__lang p {
	margin: 0 0 12px;
}

.privacy-notice-doc__lang p:last-child {
	margin-bottom: 0;
}
