@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

body.uootd-checkout-shell {
	--uootd-ink: #181311;
	--uootd-muted: #6f645c;
	--uootd-cream: #f6efe7;
	--uootd-ivory: #fffcf8;
	--uootd-gold: #c4a27d;
	--uootd-line: rgba(24, 19, 17, 0.1);
	--uootd-shadow: 0 30px 70px rgba(34, 24, 19, 0.12);
	background:
		radial-gradient(circle at top left, rgba(196, 162, 125, 0.18), transparent 30%),
		linear-gradient(180deg, #f8f0e6 0%, #f5f1ec 32%, #fbf8f4 100%);
	color: var(--uootd-ink);
	font-family: "Manrope", "Segoe UI", sans-serif;
}

body.uootd-checkout-shell .entry-header {
	display: none;
}

body.uootd-checkout-shell .woocommerce-breadcrumb {
	display: none;
}

body.uootd-checkout-shell .site-content {
	padding-top: 2.25rem;
	padding-bottom: 4rem;
}

body.uootd-checkout-shell .content-area,
body.uootd-checkout-shell .site-main {
	width: 100%;
	float: none;
	margin-right: 0;
}

.uootd-checkout-hero {
	position: relative;
	margin: 0 0 2rem;
	padding: 2.4rem 2.6rem 2rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(221, 184, 150, 0.28), transparent 34%),
		linear-gradient(135deg, rgba(27, 18, 16, 0.98) 0%, rgba(72, 48, 38, 0.94) 56%, rgba(142, 101, 74, 0.88) 100%);
	box-shadow: 0 34px 80px rgba(33, 20, 15, 0.18);
	color: #fff8f0;
}

.uootd-checkout-hero__veil {
	position: absolute;
	inset: auto -12% -38% auto;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 162, 125, 0.4), transparent 66%);
	filter: blur(4px);
}

.uootd-checkout-hero__content,
.uootd-checkout-hero__chips {
	position: relative;
	z-index: 1;
}

.uootd-checkout-hero__content {
	max-width: 46rem;
}

.uootd-checkout-hero__eyebrow {
	margin: 0 0 0.75rem;
	color: rgba(255, 244, 232, 0.72);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.uootd-checkout-hero__title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	font-weight: 600;
	line-height: 0.96;
	letter-spacing: -0.03em;
	color: #fffaf3;
	text-wrap: balance;
}

.uootd-checkout-hero__description {
	max-width: 42rem;
	margin: 1.1rem 0 0;
	color: rgba(255, 247, 239, 0.82);
	font-size: 1rem;
	line-height: 1.75;
}

body.uootd-checkout-shell .uootd-checkout-hero__title,
body.uootd-checkout-shell .uootd-checkout-hero__description,
body.uootd-checkout-shell .uootd-checkout-hero__meta,
body.uootd-checkout-shell .uootd-checkout-hero__eyebrow,
body.uootd-checkout-shell .uootd-checkout-hero__chips span {
	color: #fff7ee;
}

.uootd-checkout-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	align-items: center;
	margin-top: 1.5rem;
}

.uootd-checkout-hero__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.92rem 1.4rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f5dcc1, #d7b18c);
	color: #231713;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.02em;
}

.uootd-checkout-hero__link:hover,
.uootd-checkout-hero__link:focus {
	color: #120d0b;
	background: linear-gradient(135deg, #fae5cf, #ddb58f);
}

.uootd-checkout-hero__meta {
	color: rgba(255, 244, 232, 0.78);
	font-size: 0.9rem;
}

.uootd-checkout-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.8rem;
}

.uootd-checkout-hero__chips span {
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 246, 237, 0.88);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.uootd-checkout-shell .entry-content > .wp-block-woocommerce-cart,
body.uootd-checkout-shell .entry-content > .wp-block-woocommerce-checkout {
	padding: 1.7rem;
	border: 1px solid rgba(24, 19, 17, 0.08);
	border-radius: 32px;
	background: rgba(255, 253, 249, 0.82);
	box-shadow: 0 24px 54px rgba(40, 28, 22, 0.08);
	backdrop-filter: blur(14px);
}

body.uootd-checkout-shell .wc-block-components-sidebar-layout {
	gap: 1.6rem;
	margin-bottom: 0;
}

body.uootd-checkout-shell .wc-block-components-sidebar-layout.is-large {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.56fr);
	align-items: start;
	gap: 1.6rem;
}

body.uootd-checkout-shell .wc-block-components-sidebar-layout .wc-block-components-main,
body.uootd-checkout-shell .wc-block-components-sidebar {
	padding: 0;
}

body.uootd-checkout-shell .wc-block-components-main,
body.uootd-checkout-shell .wc-block-checkout__main,
body.uootd-checkout-shell .wc-block-components-sidebar,
body.uootd-checkout-shell .wc-block-checkout__sidebar,
body.uootd-checkout-shell .wp-block-woocommerce-checkout-order-summary-block,
body.uootd-checkout-shell .wp-block-woocommerce-cart-order-summary-block {
	width: 100%;
	min-width: 0;
}

body.uootd-checkout-shell .wc-block-cart__main,
body.uootd-checkout-shell .wc-block-components-sidebar,
body.uootd-checkout-shell .wc-block-checkout__main,
body.uootd-checkout-shell .wc-block-checkout__sidebar {
	container-type: inline-size;
}

body.uootd-checkout-shell .wc-block-cart__main > *,
body.uootd-checkout-shell .wc-block-components-main > *,
body.uootd-checkout-shell .wc-block-components-sidebar > *,
body.uootd-checkout-shell .wc-block-checkout__main > *,
body.uootd-checkout-shell .wc-block-checkout__sidebar > * {
	margin-bottom: 1rem;
	padding: 1.35rem 1.45rem;
	border: 1px solid rgba(24, 19, 17, 0.09);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 28px rgba(47, 32, 25, 0.06);
}

body.uootd-checkout-shell .wc-block-components-sidebar > .wp-block-woocommerce-checkout-order-summary-block,
body.uootd-checkout-shell .wc-block-components-sidebar > .wp-block-woocommerce-cart-order-summary-block,
body.uootd-checkout-shell .wc-block-components-sidebar > .wp-block-woocommerce-cart-order-summary-totals-block,
body.uootd-checkout-shell .wc-block-components-sidebar > .wp-block-woocommerce-cart-express-payment-block,
body.uootd-checkout-shell .wc-block-components-sidebar > .wp-block-woocommerce-proceed-to-checkout-block {
	background: linear-gradient(180deg, rgba(255, 251, 246, 0.94), rgba(249, 241, 232, 0.94));
}

body.uootd-checkout-shell .wc-block-checkout__sidebar,
body.uootd-checkout-shell .wc-block-components-sidebar {
	justify-self: stretch;
	align-self: start;
	position: sticky;
	top: 1.6rem;
}

body.uootd-checkout-shell .wc-block-components-notices:empty,
body.uootd-checkout-shell .wc-block-components-notices__snackbar:empty {
	display: none;
}

body.uootd-checkout-shell .wc-block-components-title,
body.uootd-checkout-shell h2,
body.uootd-checkout-shell h3,
body.uootd-checkout-shell .wc-block-components-checkout-step__title {
	color: var(--uootd-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.02em;
}

body.uootd-checkout-shell .wc-block-components-checkout-step__description,
body.uootd-checkout-shell .wc-block-components-order-summary__description,
body.uootd-checkout-shell .wc-block-components-formatted-money-amount,
body.uootd-checkout-shell .wc-block-components-totals-item__label,
body.uootd-checkout-shell .wc-block-components-totals-item__value,
body.uootd-checkout-shell .wc-block-components-product-name,
body.uootd-checkout-shell .wc-block-components-checkout-return-to-cart-button {
	color: var(--uootd-ink);
}

body.uootd-checkout-shell .wc-block-components-text-input input,
body.uootd-checkout-shell .wc-block-components-combobox-control .components-combobox-control__input,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-text-input input,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-country-input select,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-state-input select,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-address-form__company input,
body.uootd-checkout-shell .wc-block-components-text-input input:-webkit-autofill {
	min-height: 3.3rem;
	border-radius: 18px !important;
	border-color: rgba(24, 19, 17, 0.12) !important;
	background: rgba(255, 252, 247, 0.94) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	color: var(--uootd-ink);
}

body.uootd-checkout-shell .wc-block-components-text-input input:focus,
body.uootd-checkout-shell .wc-block-components-combobox-control .components-combobox-control__input:focus,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-country-input select:focus,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-state-input select:focus {
	outline: none;
	border-color: rgba(111, 74, 55, 0.52) !important;
	background: #fffdf9 !important;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.88),
		0 0 0 4px rgba(196, 162, 125, 0.18) !important;
}

body.uootd-checkout-shell .wc-block-components-text-input.has-error input,
body.uootd-checkout-shell .wc-block-components-combobox-control.has-error .components-combobox-control__input,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-country-input.has-error select,
body.uootd-checkout-shell .wc-block-components-form .wc-block-components-state-input.has-error select {
	border-color: rgba(160, 84, 58, 0.65) !important;
	box-shadow: 0 0 0 4px rgba(193, 106, 76, 0.12) !important;
}

body.uootd-checkout-shell .wc-block-components-text-input label,
body.uootd-checkout-shell .wc-block-components-checkbox label,
body.uootd-checkout-shell .wc-block-components-radio-control__label,
body.uootd-checkout-shell .wc-block-components-checkout-step__heading-content {
	font-weight: 600;
	color: var(--uootd-ink);
}

body.uootd-checkout-shell .wc-block-components-radio-control__option,
body.uootd-checkout-shell .wc-block-components-checkbox {
	padding: 1rem 1rem 1rem 1.1rem;
	border: 1px solid rgba(24, 19, 17, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.74);
}

body.uootd-checkout-shell .wc-block-components-radio-control__option-checked {
	border-color: rgba(111, 74, 55, 0.3);
	background: linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(247, 239, 229, 0.95));
	box-shadow: inset 0 0 0 1px rgba(196, 162, 125, 0.24);
}

body.uootd-checkout-shell .wc-block-components-order-summary-item,
body.uootd-checkout-shell .wc-block-cart-items__row {
	border-color: rgba(24, 19, 17, 0.08) !important;
}

body.uootd-checkout-shell .wc-block-components-order-summary-item__image img,
body.uootd-checkout-shell .wc-block-cart-item__image img {
	border-radius: 18px;
}

body.uootd-checkout-shell .wc-block-components-order-summary-item__description,
body.uootd-checkout-shell .wc-block-cart-item__wrap {
	display: grid;
	gap: 0.35rem;
}

body.uootd-checkout-shell .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title,
body.uootd-checkout-shell .wp-block-woocommerce-cart-order-summary-block .wc-block-components-title {
	font-size: 1.65rem;
}

body.uootd-checkout-shell .uootd-order-summary-shell .wc-block-components-checkout-order-summary__content::before,
body.uootd-checkout-shell .uootd-order-summary-shell .wc-block-cart__totals-title::before {
	content: "Order Summary";
	display: block;
	margin: 0 0 0.55rem;
	color: var(--uootd-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.uootd-checkout-shell .uootd-order-summary-shell > .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child::before,
body.uootd-checkout-shell .uootd-order-summary-shell > .wc-block-components-totals-wrapper:last-child::before {
	content: "Your selected piece, total, and secure payment handoff all stay visible here while you check out.";
	display: block;
	margin: 0.45rem 0 1rem;
	color: var(--uootd-muted);
	font-size: 0.84rem;
	line-height: 1.65;
}

body.uootd-checkout-shell .wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-order-summary,
body.uootd-checkout-shell .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-order-summary {
	margin-top: 0.75rem;
}

@media (min-width: 990px) {
	body.uootd-checkout-shell .wc-block-components-checkout-order-summary__title-icon {
		display: none;
	}

	body.uootd-checkout-shell .wc-block-components-checkout-order-summary__content {
		display: block !important;
	}
}

body.uootd-checkout-shell .wc-block-components-quantity-selector {
	width: 120px;
	border-radius: 999px;
	border-color: rgba(24, 19, 17, 0.15);
	background: rgba(249, 243, 236, 0.72);
}

body.uootd-checkout-shell .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	font-size: 1rem;
	font-weight: 700;
	color: var(--uootd-ink);
}

body.uootd-checkout-shell .wc-block-components-button:not(.is-link),
body.uootd-checkout-shell .wp-element-button,
body.uootd-checkout-shell .wc-block-cart__submit-button,
body.uootd-checkout-shell .wc-block-components-checkout-place-order-button {
	min-height: 3.5rem;
	border: 1px solid rgba(48, 28, 21, 0.08);
	border-radius: 999px !important;
	background: linear-gradient(135deg, #17120f 0%, #34231c 55%, #6f4a37 100%) !important;
	color: #fff7ef !important;
	box-shadow: 0 16px 36px rgba(35, 24, 18, 0.22);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.uootd-checkout-shell .wc-block-components-button:not(.is-link):hover,
body.uootd-checkout-shell .wc-block-components-button:not(.is-link):focus,
body.uootd-checkout-shell .wp-element-button:hover,
body.uootd-checkout-shell .wp-element-button:focus,
body.uootd-checkout-shell .wc-block-cart__submit-button:hover,
body.uootd-checkout-shell .wc-block-cart__submit-button:focus,
body.uootd-checkout-shell .wc-block-components-checkout-place-order-button:hover,
body.uootd-checkout-shell .wc-block-components-checkout-place-order-button:focus {
	background: linear-gradient(135deg, #201611 0%, #452c21 55%, #83563f 100%) !important;
	color: #fff9f1 !important;
	transform: translateY(-1px);
}

body.uootd-checkout-shell .wc-block-components-button.is-link,
body.uootd-checkout-shell .wc-block-components-checkout-return-to-cart-button,
body.uootd-checkout-shell .wc-block-cart-item__remove-link,
body.uootd-checkout-shell .wc-block-components-order-summary__button-text {
	color: #6b4c3b !important;
}

body.uootd-checkout-shell .wc-block-checkout__actions_row {
	display: grid;
	grid-template-columns: max-content minmax(240px, 1fr);
	align-items: center;
	gap: 0.9rem;
}

body.uootd-checkout-shell .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
body.uootd-checkout-shell .wc-block-cart__submit-button {
	width: 100%;
}

body.uootd-checkout-shell .wc-block-components-order-summary-item__quantity {
	border-radius: 999px;
	border-color: rgba(24, 19, 17, 0.16);
	background: #fffdfa;
	color: var(--uootd-ink);
}

body.uootd-checkout-shell .wc-block-components-panel,
body.uootd-checkout-shell .wc-block-components-totals-wrapper,
body.uootd-checkout-shell .wc-block-components-totals-coupon {
	border: 0;
}

body.uootd-checkout-shell .wc-block-checkout__order-notes {
	display: none;
}

body.uootd-checkout-shell .wc-block-components-validation-error,
body.uootd-checkout-shell .wc-block-components-notice-banner.is-error {
	margin-top: 0.75rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid rgba(160, 84, 58, 0.22);
	border-radius: 16px;
	background: rgba(255, 244, 239, 0.92);
	color: #7b3a24;
	font-size: 0.83rem;
	line-height: 1.55;
}

body.uootd-checkout-shell .uootd-checkout-actions-shell::after {
	display: block;
	grid-column: 1 / -1;
	margin: 0.85rem 0 0;
	color: var(--uootd-muted);
	font-size: 0.82rem;
	line-height: 1.65;
}

body.uootd-checkout-shell--cart .uootd-checkout-actions-shell::after {
	content: "Your delivery details and selected items carry over to the secure payment page.";
}

body.uootd-checkout-shell--checkout .uootd-checkout-actions-shell::after {
	content: "After you place the order, we open our hosted secure card checkout in the next step.";
}

body.uootd-checkout-shell--pay .uootd-checkout-actions-shell::after {
	content: "Reopen your hosted secure payment page to complete this order.";
}

body.uootd-checkout-shell .wc-block-cart__submit-container,
body.uootd-checkout-shell .wc-block-checkout__actions_row {
	background: transparent;
}

body.uootd-checkout-shell .wc-block-cart__empty-cart__title,
body.uootd-checkout-shell .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	color: var(--uootd-ink);
}

@media (max-width: 989px) {
	body.uootd-checkout-shell .site-content {
		padding-top: 1.5rem;
	}

	.uootd-checkout-hero {
		padding: 2rem 1.4rem 1.5rem;
		border-radius: 26px;
	}

	body.uootd-checkout-shell .entry-content > .wp-block-woocommerce-cart,
	body.uootd-checkout-shell .entry-content > .wp-block-woocommerce-checkout {
		padding: 1rem;
		border-radius: 24px;
	}

	body.uootd-checkout-shell .wc-block-components-sidebar-layout.is-large,
	body.uootd-checkout-shell .wc-block-components-sidebar-layout {
		display: block;
	}

	body.uootd-checkout-shell .wc-block-checkout__sidebar,
	body.uootd-checkout-shell .wc-block-components-sidebar {
		position: static;
	}
}

@media (max-width: 699px) {
	.uootd-checkout-hero {
		padding: 1.55rem 1.1rem 1.25rem;
		border-radius: 24px;
	}

	.uootd-checkout-hero__title {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.uootd-checkout-hero__description {
		font-size: 0.92rem;
		line-height: 1.65;
	}

	.uootd-checkout-hero__chips {
		gap: 0.55rem;
	}

	.uootd-checkout-hero__chips span {
		font-size: 0.72rem;
		letter-spacing: 0.05em;
	}

	body.uootd-checkout-shell .wc-block-cart__main > *,
	body.uootd-checkout-shell .wc-block-components-main > *,
	body.uootd-checkout-shell .wc-block-components-sidebar > *,
	body.uootd-checkout-shell .wc-block-checkout__main > *,
	body.uootd-checkout-shell .wc-block-checkout__sidebar > * {
		padding: 0.95rem;
		border-radius: 20px;
	}

	body.uootd-checkout-shell .wc-block-checkout__actions_row {
		grid-template-columns: 1fr;
	}
}
