body {
	background: #ffffff;
	color: #0f172a;
	font-family: "Manrope", Inter, Arial, sans-serif;
}

body > div.site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body > div.site-shell > main.site-main {
	width: min(calc(100% - 32px), 1200px);
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	background: transparent;
}

body > div.site-shell > main > article.content-card.content-card--minimal {
	max-width: 760px;
	margin: 0 auto;
	padding: 32px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
}

body > div.site-shell > footer.site-footer {
	border-top: 1px solid #e2e8f0;
}

body > div.site-shell > footer .site-footer__inner {
	width: min(calc(100% - 32px), 1200px);
	margin: 0 auto;
	padding: 24px 0;
	color: #64748b;
	font-size: 14px;
	line-height: 22px;
}

.product-infos > ._font-weight._text-gray-600._text-1._line-height._m-0._p-0,
.product-infos > .product-description,
.product-price-block > .product-payment-methods,
.product-price-block > .product-meta-line > span:nth-child(1),
.product-price-block > .product-meta-line > span:nth-child(2),
.yhuu-payment-hook > p,
.yhuu-mp-checkout > p,
.yhuu-mp-summary,
.yhuu-mp-activation-message {
	display: none !important;
}

.yhuu-checkout-wrap {
	max-width: 760px;
	margin: 0 auto;
	padding: 32px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.yhuu-checkout-item {
	margin-bottom: 16px;
	font-size: 16px;
}

.product-data-container {
	display: flex;
	align-items: stretch;
	gap: 18px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
}

.product-image-container {
	flex: 0 0 auto;
	width: 200px;
	max-width: 200px;
	max-height: 200px;
	height: auto;
	min-height: 100%;
	aspect-ratio: 1;
	align-self: stretch;
	border-radius: 18px;
	background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
	border: 1px solid #dbe5f0;
	overflow: hidden;
}

.product-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 42px;
	font-weight: 700;
	color: #1d4ed8;
}

.product-infos {
	flex: 1;
	display: grid;
	gap: 8px;
}

.font-serif {
	font-family: Georgia, "Times New Roman", serif;
}

.product-infos h1 {
	font-size: 31px;
	line-height: 1.08;
	letter-spacing: -0.02em;
	margin: 0;
	color: #111827;
}

.product-description {
	font-size: 14px;
	line-height: 1.5;
	color: #475569;
}

.product-price-block {
	margin-top: 4px;
	padding: 14px 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	border: 1px solid #bfdbfe;
}

.product-price-block [data-testid="product-price"] {
	font-size: 24px;
	font-weight: 700;
	color: #0f3d91;
}

.product-price-block ._text-blue-dark {
	color: #0f3d91;
}

.product-meta-line,
.product-payment-methods {
	margin-top: 10px;
	font-size: 14px;
	color: #334155;
}

.product-price-note {
	margin: 1px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: #475569;
}

.product-price-note a {
	color: #2563eb;
	font-weight: 600;
	text-decoration: none;
}

.product-price-note a:hover {
	text-decoration: underline;
}

.yhuu-checkout-item-list {
	margin: 0;
	padding-left: 18px;
}

.yhuu-checkout-item-list li {
	margin: 8px 0;
}

.yhuu-checkout-form p {
	margin: 10px 0;
}

.yhuu-checkout-form input,
.yhuu-checkout-form textarea,
.yhuu-checkout-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	max-width: 100%;
	display: block;
}

.yhuu-checkout-form button {
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: #2271b1;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.yhuu-payment-hook {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	background: #fafafa;
	border-radius: 16px;
}

.yhuu-payment-error,
.yhuu-return-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
}

.yhuu-payment-error,
.yhuu-return-notice-failure {
	background: #fff1f0;
	border: 1px solid #f1aeb5;
	color: #7a1f28;
}

.yhuu-return-notice-success {
	background: #eefbf3;
	border: 1px solid #9ad0ab;
	color: #14532d;
}

.yhuu-return-notice-pending {
	background: #fff9e8;
	border: 1px solid #e9cf75;
	color: #6b5200;
}

.yhuu-mp-checkout {
	display: grid;
	gap: 12px;
}

.yhuu-mp-shell {
	display: grid;
	gap: 14px;
}

.yhuu-mp-shell-head {
	display: grid;
	gap: 4px;
}

.yhuu-mp-shell-head strong {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #0f172a;
}

.yhuu-mp-shell-head span {
	font-size: 14px;
	line-height: 22px;
	color: #475569;
}

.yhuu-mp-checkout.is-active .yhuu-mp-brick {
	padding: 0;
	border-top: 0;
}

.yhuu-mp-activation-message {
	padding: 12px 14px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	background: #f8fafc;
	color: #475569;
}

.yhuu-mp-activation-message.is-active {
	border-style: solid;
	background: #eefbf3;
	border-color: #9ad0ab;
	color: #14532d;
}

.yhuu-mp-summary {
	padding: 12px 14px;
	border: 1px solid #d7dbe0;
	border-radius: 10px;
	background: #ffffff;
}

.yhuu-mp-summary p {
	margin: 6px 0;
}

.yhuu-checkout-coupon {
	margin-top: 14px;
}

.yhuu-checkout-coupon-row {
	display: flex;
	gap: 10px;
	align-items: center;
}

.yhuu-checkout-coupon-row input {
	flex: 1;
}

.yhuu-checkout-coupon-row .button {
	white-space: nowrap;
}

.yhuu-free-order-actions {
	margin-top: 16px;
}

.yhuu-free-order-actions.is-hidden {
	display: none;
}

.yhuu-coupon-summary {
	padding: 12px 14px;
	border: 1px solid #9ad0ab;
	border-radius: 10px;
	background: #eefbf3;
	color: #14532d;
}

.yhuu-coupon-summary p {
	margin: 6px 0;
}

.yhuu-mp-brick {
	position: relative;
	min-height: 420px;
}

.yhuu-mp-brick-wrap {
	position: relative;
	min-height: 420px;
	padding: 20px;
	border: 0;
	border-radius: 16px;
	background: #ffffff;
	overflow: hidden;
}

#yhuu-mp-brick-root {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

#yhuu-mp-brick-root > div {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

#yhuu-mp-brick-root > div > div:first-child {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

#yhuu-mp-brick-root svg {
	max-width: 20px !important;
	max-height: 20px !important;
	width: 20px !important;
	height: 20px !important;
	flex: 0 0 20px !important;
	vertical-align: middle !important;
}

#yhuu-mp-brick-root .arrow-icon-2CJiSJ,
#yhuu-mp-brick-root [class*="arrow-icon"] {
	width: 12px !important;
	height: 12px !important;
	min-width: 12px !important;
	min-height: 12px !important;
	max-width: 12px !important;
	max-height: 12px !important;
	margin: 0 !important;
	align-self: center !important;
	transform: none !important;
}

#yhuu-mp-brick-root [class*="arrow-icon"] svg,
#yhuu-mp-brick-root .arrow-icon-2CJiSJ svg {
	width: 12px !important;
	height: 12px !important;
}

#yhuu-mp-brick-root [class*="card"] svg,
#yhuu-mp-brick-root [class*="brand"] svg,
#yhuu-mp-brick-root [class*="issuer"] svg,
#yhuu-mp-brick-root [class*="payment-method"] svg,
#yhuu-mp-brick-root [class*="card"] img,
#yhuu-mp-brick-root [class*="brand"] img,
#yhuu-mp-brick-root [class*="issuer"] img,
#yhuu-mp-brick-root [class*="payment-method"] img {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	object-fit: contain !important;
	align-self: center !important;
}

#yhuu-mp-brick-root [class*="card"],
#yhuu-mp-brick-root [class*="issuer"],
#yhuu-mp-brick-root [class*="brand"],
#yhuu-mp-brick-root [class*="payment-method"] {
	align-items: center !important;
}

#yhuu-mp-brick-root .mp-checkout-bricks__selector-icon-3awWEM {
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	max-height: 20px !important;
	flex: 0 0 20px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}

#yhuu-mp-brick-root .mp-checkout-bricks__selector-icon-3awWEM svg {
	display: block !important;
	margin: auto !important;
	align-self: center !important;
	justify-self: center !important;
	transform-origin: center center !important;
}

#yhuu-mp-brick-root [class*="card-number"] input,
#yhuu-mp-brick-root [class*="cardNumber"] input,
#yhuu-mp-brick-root input[name*="card"],
#yhuu-mp-brick-root input[id*="card"] {
	padding-right: 44px !important;
}

#yhuu-mp-brick-root .single-row-2s1cuF,
#yhuu-mp-brick-root [class*="single-row"] {
	justify-content: flex-start !important;
	align-items: flex-start !important;
	text-align: left !important;
}

#yhuu-mp-brick-root input,
#yhuu-mp-brick-root select,
#yhuu-mp-brick-root textarea {
	line-height: 1.35 !important;
}

#yhuu-mp-brick-root input,
#yhuu-mp-brick-root select {
	min-height: 48px !important;
	height: 48px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 48px !important;
}

#yhuu-mp-brick-root input::placeholder {
	line-height: 48px !important;
}

#yhuu-mp-brick-root [class*="row"],
#yhuu-mp-brick-root [class*="input"],
#yhuu-mp-brick-root [class*="field"] {
	align-items: flex-start !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

#yhuu-mp-brick-root [class*="row"]:not([class*="arrow-icon"]):not(svg),
#yhuu-mp-brick-root [class*="input"]:not([class*="arrow-icon"]):not(svg),
#yhuu-mp-brick-root [class*="field"]:not([class*="arrow-icon"]):not(svg) {
	width: 100% !important;
	max-width: 100% !important;
}

#yhuu-mp-brick-root .mp-checkout-bricks__radio-1PjezQ,
#yhuu-mp-brick-root [class*="radio-"] {
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	border-radius: 999px !important;
	border: 2px solid #bfdbfe !important;
	background: #ffffff !important;
	box-shadow: inset 0 0 0 3px #ffffff !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}

#yhuu-mp-brick-root .mp-checkout-bricks__radio-1PjezQ svg,
#yhuu-mp-brick-root [class*="radio-"] svg {
	width: 10px !important;
	height: 10px !important;
	border-radius: 999px !important;
}

#yhuu-mp-brick-root .mp-checkout-bricks__selector-icon-3awWEM {
	color: #2563eb !important;
}

#yhuu-mp-brick-root .mp-checkout-bricks__selector-icon-3awWEM svg,
#yhuu-mp-brick-root .mp-checkout-bricks__selector-icon-3awWEM path,
#yhuu-mp-brick-root .mp-checkout-bricks__payment-option-2cjMjK.svelte-1s6wsbi > .mp-checkout-bricks__selector-NagIaJ.svelte-1s6wsbi svg,
#yhuu-mp-brick-root .mp-checkout-bricks__payment-option-2cjMjK.svelte-1s6wsbi > .mp-checkout-bricks__selector-NagIaJ.svelte-1s6wsbi path {
	fill: #2563eb !important;
	color: #2563eb !important;
}

.yhuu-mp-brick-overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.96);
	backdrop-filter: blur(2px);
	padding: 20px;
	cursor: not-allowed;
}

.yhuu-mp-brick-overlay::before {
	content: "Preencha os dados acima para liberar o pagamento";
	max-width: 280px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	color: #334155;
}

.yhuu-mp-brick-overlay.is-hidden {
	display: none;
}

.yhuu-mp-placeholder {
	display: grid;
	gap: 8px;
	text-align: center;
	color: #475569;
}

.yhuu-mp-placeholder strong {
	color: #0f172a;
}

.yhuu-payment-response {
	padding: 14px;
	border: 1px solid #d7dbe0;
	border-radius: 10px;
	background: #f8fafc;
}

.yhuu-payment-qr {
	display: block;
	max-width: 220px;
	height: auto;
}

.yhuu-payment-qr-code {
	width: 100%;
	min-height: 120px;
	font-family: monospace;
}

.yhuu-payment-detail {
	color: #4b5563;
	font-size: 14px;
}

.yhuu-order-wrap {
	display: grid;
	gap: 20px;
}

.yhuu-order-hero {
	display: grid;
	gap: 8px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
}

.yhuu-order-hero h1 {
	margin: 0;
	font-size: 31px;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #111827;
}

.yhuu-order-hero p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #475569;
}

.yhuu-order-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}

.yhuu-order-summary > div {
	display: grid;
	gap: 4px;
}

.yhuu-order-summary-label {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.yhuu-order-summary strong {
	font-size: 16px;
	line-height: 24px;
	color: #0f172a;
}

.yhuu-order-highlight {
	display: grid;
	gap: 8px;
	padding: 20px;
	border: 1px solid #bfdbfe;
	border-radius: 16px;
	background: #eff6ff;
}

.yhuu-order-highlight strong {
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #1d4ed8;
}

.yhuu-order-highlight p,
.yhuu-order-customer h2 {
	margin: 0;
}

.yhuu-order-highlight p {
	font-size: 14px;
	line-height: 22px;
	color: #475569;
}

.yhuu-order-customer {
	display: grid;
	gap: 12px;
}

.yhuu-order-customer h2 {
	font-size: 20px;
	line-height: 28px;
	color: #0f172a;
}

.yhuu-pix-order {
	display: grid;
	gap: 16px;
}

.yhuu-pix-status-card,
.yhuu-pix-code-card {
	padding: 20px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
}

.yhuu-pix-order.is-approved .yhuu-pix-status-card {
	border-color: #9ad0ab;
	background: #eefbf3;
}

.yhuu-pix-order.is-expired .yhuu-pix-status-card {
	border-color: #e9cf75;
	background: #fff9e8;
}

.yhuu-pix-countdown-wrap {
	margin-top: 12px;
	font-size: 18px;
}

.yhuu-pix-status-line,
.yhuu-pix-code-card label {
	margin: 0 0 8px;
}

.yhuu-copy-button {
	margin-top: 12px;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: #eff6ff;
	color: #2563eb;
	border: 1px solid #bfdbfe;
	font-weight: 600;
	cursor: pointer;
}

.yhuu-pix-check-button {
	width: 100%;
	background: #2563eb;
	color: #fff;
	border-color: #2563eb;
}

.yhuu-pix-check-button[disabled] {
	opacity: 0.7;
	cursor: wait;
}

.yhuu-order-back {
	margin: 0;
}

.yhuu-order-back a {
	color: #2563eb;
	font-weight: 600;
	text-decoration: none;
}

.yhuu-order-back a:hover {
	text-decoration: underline;
}

.yhuu-free-guests-form {
	display: grid;
	gap: 16px;
}

.yhuu-readonly-field[readonly] {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #64748b;
	cursor: not-allowed;
}

.yhuu-free-guests-skip {
	margin: 0;
}

.yhuu-free-guests-skip label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #334155;
	font-weight: 600;
	cursor: pointer;
}

.yhuu-free-guests-skip input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #2563eb;
}

.yhuu-free-guest-card {
	padding: 20px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
}

.yhuu-free-guest-card h3 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 28px;
	color: #111827;
}

.yhuu-free-guest-card.is-hidden,
.yhuu-free-guests-add-wrap.is-hidden {
	display: none;
}

.yhuu-free-guests-add-wrap {
	margin: 0;
}

.yhuu-free-guests-add-button {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	background: #eff6ff;
	color: #2563eb;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 640px) {
	body > div.site-shell > main.site-main {
		width: min(calc(100% - 16px), 1200px);
		margin: 0;
	}

	body > div.site-shell > main > article.content-card.content-card--minimal {
		padding: 16px;
	}

	.yhuu-checkout-wrap {
		padding: 0;
		border-radius: 0;
	}

	.yhuu-payment-hook,
	.yhuu-free-guest-card,
	.yhuu-pix-status-card,
	.yhuu-pix-code-card,
	.yhuu-order-summary,
	.yhuu-order-highlight {
		padding: 16px;
	}

	.yhuu-checkout-form p,
	.yhuu-free-guests-form p,
	.yhuu-free-guests-skip,
	.yhuu-free-guests-add-wrap,
	.yhuu-free-order-actions,
	.yhuu-checkout-coupon-row,
	.yhuu-checkout-coupon-row .button {
		width: min(100%, 80vw);
		margin-left: auto;
		margin-right: auto;
	}

	.yhuu-checkout-form input,
	.yhuu-checkout-form textarea,
	.yhuu-checkout-form select,
	.yhuu-free-guests-form input,
	.yhuu-free-guests-form textarea,
	.yhuu-free-guests-form select,
	.yhuu-checkout-coupon-row input,
	.yhuu-checkout-form button,
	.yhuu-free-guests-add-button {
		width: 100%;
		max-width: 100%;
	}

	.product-data-container {
		flex-direction: column;
	}

	.product-image-container {
		width: 100%;
		flex-basis: auto;
	}

	.product-price-block [data-testid="product-price"] {
		font-size: 24px;
	}

	.yhuu-checkout-coupon-row {
		flex-direction: column;
		align-items: stretch;
	}

	.yhuu-order-summary {
		grid-template-columns: 1fr;
	}

	.yhuu-mp-brick,
	.yhuu-mp-brick-wrap {
		min-height: 0;
	}

	.yhuu-mp-brick-wrap {
		padding: 12px;
		border-radius: 12px;
	}

	.yhuu-mp-brick-overlay {
		padding: 16px;
		border-radius: 12px;
	}

	#yhuu-mp-brick-root,
	#yhuu-mp-brick-root > div,
	#yhuu-mp-brick-root > div > div:first-child,
	#yhuu-mp-brick-root form,
	#yhuu-mp-brick-root [class*="payment-options"],
	#yhuu-mp-brick-root [class*="payment-option"],
	#yhuu-mp-brick-root [class*="selector"],
	#yhuu-mp-brick-root [class*="single-row"],
	#yhuu-mp-brick-root [class*="row"],
	#yhuu-mp-brick-root [class*="field"],
	#yhuu-mp-brick-root [class*="input"] {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	#yhuu-mp-brick-root [class*="payment-options"] {
		display: grid !important;
		gap: 10px !important;
	}

	#yhuu-mp-brick-root .mp-checkout-bricks__payment-form.svelte-734qla,
	#yhuu-mp-brick-root [class*="payment-form"] {
		padding: 0 !important;
	}

	#yhuu-mp-brick-root [class*="selector"] {
		padding-right: 0 !important;
	}

	#yhuu-mp-brick-root input,
	#yhuu-mp-brick-root select,
	#yhuu-mp-brick-root textarea {
		font-size: 16px !important;
	}

	#yhuu-mp-brick-root [class*="card-number"] input,
	#yhuu-mp-brick-root [class*="cardNumber"] input,
	#yhuu-mp-brick-root input[name*="card"],
	#yhuu-mp-brick-root input[id*="card"] {
		padding-right: 40px !important;
	}

	#yhuu-mp-brick-root svg {
		max-width: 18px !important;
		max-height: 18px !important;
		width: 18px !important;
		height: 18px !important;
		flex-basis: 18px !important;
	}

	#yhuu-mp-brick-root .arrow-icon-2CJiSJ,
	#yhuu-mp-brick-root [class*="arrow-icon"],
	#yhuu-mp-brick-root [class*="arrow-icon"] svg,
	#yhuu-mp-brick-root .arrow-icon-2CJiSJ svg {
		width: 10px !important;
		height: 10px !important;
		min-width: 10px !important;
		min-height: 10px !important;
		max-width: 10px !important;
		max-height: 10px !important;
	}
}
