body.danini-checkout-flow #fkcart-modal {
	--danini-cart-ink: #211711;
	--danini-cart-muted: rgba(69, 50, 34, 0.68);
	--danini-cart-line: rgba(87, 61, 37, 0.12);
	--danini-cart-bronze: #c99858;
	--danini-cart-dark: #211711;
	font-family: inherit;
}

body.danini-checkout-flow #fkcart-floating-toggler {
	position: fixed;
	right: 24px;
	bottom: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #221711;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(22px) saturate(1.18);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

body.danini-checkout-flow #fkcart-floating-toggler:hover,
body.danini-checkout-flow #fkcart-floating-toggler:focus-visible {
	filter: brightness(1.01);
	transform: translateY(-1px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
	outline: none;
}

body.danini-checkout-flow #fkcart-floating-toggler .fkcart-floating-icon,
body.danini-checkout-flow #fkcart-floating-toggler .fkcart-floating-icon svg {
	color: inherit;
	fill: currentColor;
}

body.danini-checkout-flow #fkcart-floating-toggler .fkcart-floating-icon {
	width: 100%;
	height: 100%;
	background: transparent;
	box-shadow: none;
	border: 0;
}

body.danini-checkout-flow #fkcart-floating-toggler .fkcart-floating-icon svg {
	width: 24px;
	height: 24px;
}

body.danini-checkout-flow #fkcart-floating-toggler .fkcart-item-count,
body.danini-checkout-flow #fkcart-mini-toggler .fkcart-item-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: linear-gradient(180deg, #d9a86d 0%, #bb8344 100%);
	color: #fff8ed;
	font-size: 0.76rem;
	font-weight: 850;
	line-height: 1;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.25),
		0 10px 22px rgba(56, 36, 18, 0.16);
}

body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-count {
	right: -11px;
}

body.danini-checkout-flow #fkcart-mini-toggler {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 52px;
	padding: 8px 14px 8px 12px;
	border: 1px solid rgba(83, 58, 34, 0.12);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 241, 232, 0.9));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 16px 32px rgba(47, 31, 18, 0.08);
}

body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #fff;
	color: #221711;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.94),
		0 10px 20px rgba(35, 23, 14, 0.08);
}

body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-icon-wrap svg {
	width: 20px;
	height: 20px;
	color: inherit;
	fill: currentColor;
}

body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price,
body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price .woocommerce-Price-amount,
body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price .woocommerce-Price-amount *,
body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price bdi,
body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price .woocommerce-Price-currencySymbol {
	margin: 0;
	color: #221711;
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-decoration: none;
}

body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price bdi {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	white-space: nowrap;
}

body.danini-checkout-flow #fkcart-modal .fkcart-modal-backdrop {
	background:
		radial-gradient(circle at 18% 12%, rgba(197, 151, 91, 0.16), transparent 32%),
		rgba(15, 10, 7, 0.56);
	opacity: 1;
	backdrop-filter: blur(10px);
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui {
	width: min(100%, 470px);
	max-width: min(100%, 470px);
	background:
		radial-gradient(circle at 14% 4%, rgba(207, 164, 101, 0.16), transparent 28%),
		linear-gradient(180deg, #fbf7ef 0%, #f1e6d4 48%, #fbf7ef 100%);
	color: var(--danini-cart-ink);
	box-shadow:
		-28px 0 80px rgba(22, 14, 8, 0.2),
		inset 1px 0 0 rgba(255, 255, 255, 0.7);
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-header {
	padding-top: 12px;
	background: transparent;
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-heading {
	min-height: 72px;
	padding: 18px 22px;
	border-bottom: 1px solid var(--danini-cart-line);
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title {
	margin: 0;
	font-size: clamp(1.28rem, 1.7vw, 1.55rem);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: -0.045em;
	color: var(--danini-cart-ink);
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-modal-close {
	width: 42px;
	height: 42px;
	justify-content: center;
	border: 1px solid rgba(69, 50, 34, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.66);
	color: #3a281b;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 10px 24px rgba(39, 25, 14, 0.07);
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease;
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-modal-close:hover,
body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-modal-close:focus-visible {
	border-color: rgba(69, 50, 34, 0.22);
	background: rgba(255, 255, 255, 0.92);
	outline: none;
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		0 14px 30px rgba(39, 25, 14, 0.1);
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-body {
	padding-top: 14px;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item.fkcart-panel {
	width: auto;
	margin: 0 16px 14px;
	padding: 14px;
	gap: 12px;
	align-items: flex-start;
	border: 1px solid var(--danini-cart-line);
	border-radius: 26px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(249, 241, 229, 0.76)),
		radial-gradient(circle at top right, rgba(201, 152, 88, 0.12), transparent 34%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 18px 38px rgba(51, 34, 20, 0.07);
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-thumb-wrap {
	flex: 0 0 74px;
	position: relative;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper {
	width: 74px;
	height: 74px;
	flex-basis: 74px;
	display: grid;
	place-items: center;
	padding: 6px;
	border: 1px solid rgba(79, 56, 35, 0.1);
	border-radius: 20px;
	background: #fff;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
	width: auto;
	height: auto;
	max-width: 62px;
	max-height: 62px;
	object-fit: contain;
	border: 0;
	border-radius: 14px;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item {
	top: -9px;
	left: -9px;
	width: 28px;
	height: 28px;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item span {
	width: 24px;
	height: 24px;
	border: 1px solid rgba(70, 48, 31, 0.12);
	background: rgba(255, 255, 255, 0.92);
	color: #3a281b;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(36, 24, 15, 0.12);
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-info {
	position: relative;
	min-width: 0;
	display: block;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta {
	min-width: 0;
	display: grid;
	gap: 12px;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
	margin: 0 0 12px;
	padding-right: 100px;
	font-size: 1.02rem;
	line-height: 1.16;
	font-weight: 850;
	letter-spacing: -0.035em;
	color: var(--danini-cart-ink);
	text-decoration: none;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title:hover,
body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title:focus-visible {
	color: #6d4623;
	outline: none;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content {
	display: grid;
	gap: 7px;
	margin: 0;
	color: var(--danini-cart-muted);
	font-size: 0.88rem;
	line-height: 1.35;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content:empty {
	display: none;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap {
	display: grid;
	grid-template-columns: minmax(84px, 0.48fr) minmax(0, 1fr);
	gap: 7px;
	align-items: start;
	width: 100%;
	color: var(--danini-cart-muted);
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-key {
	max-width: none;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-transform: none;
	color: rgba(80, 57, 37, 0.54);
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-value {
	padding-left: 0;
	font-size: 0.9rem;
	font-weight: 750;
	color: #2e2016;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-misc {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
	padding-top: 1px;
	white-space: nowrap;
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price {
	font-size: 1rem;
	line-height: 1.15;
	font-weight: 850;
	letter-spacing: -0.03em;
	color: var(--danini-cart-ink);
}

body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price span,
body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price bdi {
	color: inherit;
}

body.danini-checkout-flow #fkcart-modal .fkcart-quantity-selector {
	overflow: hidden;
	border: 1px solid rgba(72, 50, 32, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 10px 22px rgba(46, 31, 20, 0.06);
}

body.danini-checkout-flow #fkcart-modal .fkcart-quantity-selector .fkcart-quantity-button {
	width: 34px;
	min-width: 34px;
	height: 34px;
	color: #342317;
	background: transparent;
}

body.danini-checkout-flow #fkcart-modal .fkcart-quantity-selector .fkcart-quantity-button:hover {
	background: rgba(52, 35, 23, 0.06);
}

body.danini-checkout-flow #fkcart-modal .fkcart-quantity-selector .fkcart-quantity__input {
	width: 38px;
	min-width: 38px;
	height: 34px;
	min-height: 34px;
	border: 0;
	background: rgba(255, 255, 255, 0.78);
	box-shadow:
		inset 1px 0 0 rgba(72, 50, 32, 0.1),
		inset -1px 0 0 rgba(72, 50, 32, 0.1);
	color: #211711;
	font-size: 0.95rem;
	font-weight: 800;
}

body.danini-checkout-flow #fkcart-modal .fkcart-slider-footer {
	padding: 0 16px 18px;
	border-top: 1px solid var(--danini-cart-line);
	background:
		linear-gradient(180deg, rgba(251, 247, 239, 0.72), rgba(239, 226, 207, 0.92));
	box-shadow: 0 -18px 42px rgba(58, 38, 21, 0.06);
}

body.danini-checkout-flow #fkcart-modal .fkcart-order-summary {
	margin-top: 10px;
	border: 1px solid rgba(74, 52, 32, 0.11);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.68);
}

body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap {
	padding: 14px 0 0;
}

body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
	min-height: 58px;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background:
		linear-gradient(135deg, #231711 0%, #392719 48%, #1a100b 100%),
		radial-gradient(circle at 22% 0%, rgba(225, 185, 125, 0.26), transparent 48%);
	color: #fff8ed;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.02em;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		0 18px 38px rgba(35, 23, 14, 0.2);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:hover,
body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:focus-visible {
	filter: brightness(1.04);
	outline: none;
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 22px 45px rgba(35, 23, 14, 0.25);
}

body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text,
body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--price,
body.danini-checkout-flow #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--price * {
	display: inline-flex;
	align-items: center;
	margin: 0;
	line-height: 1.08;
	color: inherit;
}

body.danini-checkout-flow #fkcart-modal .fkcart-shopping-link {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
	color: rgba(48, 33, 22, 0.72);
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
}

body.danini-checkout-flow #fkcart-modal .fkcart-shopping-link:hover,
body.danini-checkout-flow #fkcart-modal .fkcart-shopping-link:focus-visible {
	color: #211711;
	outline: none;
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui.has-zero-state .fkcart-primary-button.fkcart-shop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background:
		linear-gradient(135deg, #231711 0%, #392719 48%, #1a100b 100%),
		radial-gradient(circle at 22% 0%, rgba(225, 185, 125, 0.26), transparent 48%);
	color: #fff8ed;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		0 18px 38px rgba(35, 23, 14, 0.2);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui.has-zero-state .fkcart-primary-button.fkcart-shop-button:hover,
body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui.has-zero-state .fkcart-primary-button.fkcart-shop-button:focus-visible {
	filter: brightness(1.04);
	outline: none;
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 22px 45px rgba(35, 23, 14, 0.25);
}

@media (max-width: 560px) {
	body.danini-checkout-flow #fkcart-floating-toggler {
		display: inline-flex;
		right: 16px;
		bottom: 16px;
		width: 60px;
		height: 60px;
	}

	body.danini-checkout-flow #fkcart-mini-toggler {
		min-height: 46px;
		padding: 6px 10px 6px 8px;
		gap: 10px;
	}

	body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-icon-wrap {
		width: 34px;
		height: 34px;
	}

	body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price,
	body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price .woocommerce-Price-amount,
	body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price .woocommerce-Price-amount *,
	body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price bdi,
	body.danini-checkout-flow #fkcart-mini-toggler .fkcart-shortcode-price .woocommerce-Price-currencySymbol {
		font-size: 0.88rem;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui {
		max-width: 100%;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-preview-ui .fkcart-slider-heading {
		min-height: 66px;
		padding: 14px 16px;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item.fkcart-panel {
		margin-inline: 12px;
		padding: 12px;
		border-radius: 22px;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-thumb-wrap,
	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper {
		flex-basis: 66px;
		width: 66px;
		height: 66px;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
		max-width: 54px;
		max-height: 54px;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-info {
		display: block;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-misc {
		margin-left: 0;
	}

	body.danini-checkout-flow #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap {
		grid-template-columns: minmax(84px, 0.48fr) minmax(0, 1fr);
		gap: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid rgba(78, 55, 35, 0.08);
	}
}

body.woocommerce-checkout.danini-checkout-flow {
	background:
		radial-gradient(circle at 12% 4%, rgba(199, 151, 88, 0.08), transparent 26%),
		radial-gradient(circle at 86% 14%, rgba(34, 23, 15, 0.06), transparent 24%),
		linear-gradient(180deg, #faf6ef 0%, #f3ebdf 44%, #fbf8f2 100%);
	color: var(--danini-cart-ink);
}

body.woocommerce-checkout.danini-checkout-flow .elementor-element.elementor-element-77ed79b {
	display: none;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__hero,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form {
	width: min(calc(100% - 48px), 1180px);
	margin-inline: auto;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: clamp(72px, 7vw, 96px);
	padding: 12px 0 0;
	border-bottom: 1px solid rgba(84, 59, 38, 0.1);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__brand-wrap {
	display: grid;
	gap: 6px;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__brand {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
	line-height: 0.92;
	font-weight: 900;
	letter-spacing: -0.07em;
	color: #201712;
	text-decoration: none;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__brand-note {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.45;
	color: rgba(72, 51, 33, 0.72);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(74, 52, 32, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #2d1f15;
	font-size: 0.94rem;
	font-weight: 800;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 14px 30px rgba(47, 31, 18, 0.06);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead-link:hover,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead-link:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(74, 52, 32, 0.22);
	background: rgba(255, 255, 255, 0.95);
	outline: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		0 18px 34px rgba(47, 31, 18, 0.08);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead-link--phone {
	background:
		linear-gradient(135deg, #241811 0%, #3a271a 52%, #1a110d 100%),
		radial-gradient(circle at 24% 0%, rgba(225, 185, 125, 0.24), transparent 46%);
	color: #fff7ea;
	border-color: rgba(255, 255, 255, 0.14);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-row,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-column {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	justify-self: stretch;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-widget {
	grid-column: 1 / -1;
	width: min(calc(100vw - 48px), 1180px);
	max-width: 1180px;
	margin-inline: auto;
	justify-self: center;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-widget > .elementor-widget-container {
	width: 100%;
	margin-inline: 0;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-widget .danini-order-page__hero,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-widget #wfacp-e-form {
	width: 100%;
	margin-inline: 0;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__hero {
	position: relative;
	display: grid;
	gap: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 8px 0 2px;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__eyebrow {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(107, 75, 46, 0.72);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__title {
	margin: 0;
	max-width: 760px;
	font-size: clamp(2.1rem, 4vw, 3.2rem);
	line-height: 0.94;
	letter-spacing: -0.06em;
	color: #221711;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__subtitle {
	max-width: 620px;
	margin: 0;
	font-size: clamp(0.98rem, 1.2vw, 1.06rem);
	line-height: 1.62;
	color: rgba(71, 50, 32, 0.72);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form,
body.woocommerce-checkout.danini-checkout-flow #wfacp-sec-wrapper,
body.woocommerce-checkout.danini-checkout-flow #wfacp_checkout_form,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-left-panel {
	width: 100%;
	max-width: 1180px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form {
	margin-bottom: clamp(60px, 6vw, 90px);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-left-panel {
	display: grid;
	gap: clamp(18px, 2.2vw, 26px);
	padding: clamp(18px, 2.6vw, 32px);
	border: 1px solid rgba(83, 58, 34, 0.12);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(249, 243, 235, 0.9)),
		radial-gradient(circle at 8% 8%, rgba(199, 151, 88, 0.08), transparent 28%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		0 24px 56px rgba(50, 33, 18, 0.08);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_main_form.woocommerce {
	display: block;
	gap: clamp(18px, 2vw, 26px);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-section,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment {
	overflow: hidden;
	padding: clamp(22px, 2.3vw, 30px);
	border: 1px solid rgba(83, 58, 34, 0.11);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 16px 32px rgba(54, 36, 22, 0.05);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_section_title,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_section_heading,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form h2,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form h3 {
	margin: 0 0 18px;
	font-size: clamp(1.24rem, 2vw, 1.72rem);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: -0.045em;
	color: var(--danini-cart-ink);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--payment,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--summary {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 242, 232, 0.8));
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--summary {
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--summary > .wfacp_section_title,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--summary > .wfacp_section_heading,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--summary > h2,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--summary > h3 {
	margin: 0 0 18px;
	padding: 0 0 0 2px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 18px 22px;
	position: relative;
	z-index: 3;
	overflow: visible;
	padding: 30px;
	border: 1px solid rgba(88, 61, 36, 0.1);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 241, 233, 0.92));
	box-shadow:
		0 26px 54px rgba(49, 32, 18, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer > .wfacp_section_title,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer > .wfacp_section_heading,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer > h2,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer > h3 {
	flex: 0 0 100%;
	margin-bottom: 8px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-form-control-wrapper {
	width: 100%;
	margin: 0;
	float: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .wfacp-form-control-wrapper {
	flex: 1 1 calc(50% - 9px);
	min-width: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	position: relative;
	overflow: visible;
	min-height: 112px;
	padding: 15px 18px 14px;
	border: 1px solid rgba(92, 65, 39, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 246, 241, 0.92));
	box-shadow:
		0 14px 34px rgba(46, 30, 18, 0.045),
		inset 0 1px 0 rgba(255, 255, 255, 0.96);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		background-color 0.2s ease;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row:focus-within {
	border-color: rgba(74, 54, 36, 0.2);
	background: rgba(255, 255, 255, 0.99);
	box-shadow:
		0 18px 34px rgba(46, 30, 18, 0.06),
		0 0 0 3px rgba(61, 46, 34, 0.05);
	transform: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row.is-invalid,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row.woocommerce-invalid {
	border-color: rgba(166, 73, 63, 0.42);
	box-shadow:
		0 18px 36px rgba(46, 30, 18, 0.05),
		0 0 0 3px rgba(176, 92, 79, 0.07);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row label {
	display: none;
	margin: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input.input-text,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="text"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="email"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="tel"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer textarea,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer select {
	width: 100%;
	height: 54px;
	min-height: 54px;
	padding: 12px 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--danini-cart-ink);
	font-size: 1.06rem;
	font-weight: 760;
	line-height: 1.2;
	box-sizing: border-box;
	box-shadow: none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input.input-text:focus,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="text"]:focus,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="email"]:focus,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="tel"]:focus,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input.input-text:focus-visible,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="text"]:focus-visible,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="email"]:focus-visible,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="tel"]:focus-visible,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer textarea:focus,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer select:focus {
	border: 0;
	background: transparent;
	outline: none;
	box-shadow: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input::placeholder,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer textarea::placeholder {
	color: rgba(76, 57, 40, 0.46);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-billing-fields__field-wrapper .form-row {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	float: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti--allow-dropdown,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .intl-tel-input {
	position: relative;
	z-index: 6;
	width: 100%;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti__dropdown-content,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti__country-list,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti__country-container {
	z-index: 20;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti__selected-country-primary,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti__selected-country {
	padding-left: 0;
	background: transparent;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .iti input[type="tel"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .intl-tel-input input[type="tel"] {
	padding-left: 58px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-invalid input.input-text,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-invalid input[type="text"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-invalid input[type="email"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-invalid input[type="tel"] {
	border: 0;
	box-shadow: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-validated input.input-text,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-validated input[type="text"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-validated input[type="email"],
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-validated input[type="tel"] {
	border: 0;
	box-shadow: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__field-error {
	display: block;
	margin-top: 8px;
	color: rgba(141, 73, 61, 0.92);
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.35;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .wfacp-inline-error,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-error,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .error,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .validation-error,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row > label.error {
	display: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary {
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .shop_table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary table,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .shop_table {
	width: 100%;
	color: var(--danini-cart-ink);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary thead th {
	display: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tbody {
	display: grid;
	gap: 16px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .cart_item {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr) auto;
	gap: 16px 18px;
	align-items: start;
	padding: 20px 22px;
	border: 1px solid rgba(85, 60, 38, 0.1);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 12px 28px rgba(50, 33, 18, 0.05);
	overflow: hidden;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .cart_item > td {
	display: contents;
	width: auto;
	padding: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-name-area {
	display: contents;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-image {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp-pro-thumb {
	position: relative;
	display: block;
	width: 108px;
	height: 108px;
	padding: 8px;
	border: 1px solid rgba(85, 60, 38, 0.1);
	border-radius: 24px;
	background: #fff;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp-pro-thumb img,
body.woocommerce-checkout.danini-checkout-flow .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img {
	position: absolute;
	inset: 8px;
	display: block;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	max-width: none;
	max-height: none;
	border: 0;
	box-shadow: none;
	object-fit: contain;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp-qty-ball {
	top: -7px;
	right: -7px;
	left: auto;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp_order_summary_item_name {
	display: inline-block;
	margin: 0 0 6px;
	font-size: 1.12rem;
	line-height: 1.18;
	font-weight: 850;
	color: #221711;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-quantity {
	display: inline-block;
	margin-left: 8px;
	font-size: 0.92rem;
	font-weight: 760;
	color: rgba(71, 50, 32, 0.68);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-name.wfacp_summary_img_true {
	display: contents;
	padding-left: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp_order_summary_item_name {
	grid-column: 2;
	grid-row: 1;
	display: block;
	margin: 4px 0 0;
	padding-right: 12px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-quantity {
	display: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta {
	display: grid;
	grid-column: 1 / -1;
	grid-row: 2;
	width: 100%;
	inline-size: 100%;
	min-width: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	align-items: stretch;
	border: 1px solid rgba(85, 60, 38, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 10px 22px rgba(50, 33, 18, 0.04);
	overflow: hidden;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item {
	display: grid;
	align-content: start;
	justify-items: start;
	gap: 6px;
	width: 100%;
	margin: 0;
	padding: 14px 18px 15px 0;
	border-right: 1px solid rgba(85, 60, 38, 0.08);
	border-bottom: 1px solid rgba(85, 60, 38, 0.08);
	background: transparent;
	box-shadow: none;
	min-width: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-label,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value {
	text-indent: 28px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-label {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 850;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: uppercase;
	color: rgba(88, 61, 38, 0.52);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value > p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.34;
	font-weight: 900;
	letter-spacing: -0.01em;
	color: #1d130d;
	text-indent: 28px;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item:nth-child(3n) {
	border-right: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item:nth-last-child(-n + 3) {
	border-bottom: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-name,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-total {
	font-size: 0.96rem;
	line-height: 1.45;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-total {
	grid-column: 3;
	grid-row: 1;
	position: static;
	text-align: right;
	font-weight: 850;
	white-space: nowrap;
	align-self: start;
	justify-self: end;
	vertical-align: top;
	width: auto;
	min-width: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp_order_summary_item_total {
	font-size: 1.12rem;
	font-weight: 900;
	color: #221711;
	white-space: nowrap;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp_order_summary_item_total .amount,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp_order_summary_item_total .amount *,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot .amount,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot .amount * {
	white-space: nowrap;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot tr.cart-subtotal {
	display: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	border-top: 0;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot th,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot td {
	font-size: 1rem;
	font-weight: 850;
	border: 0;
	white-space: nowrap;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary tfoot td {
	text-align: right;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 238, 228, 0.88));
	color: #231812;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment .wc_payment_methods {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	list-style: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment .wc_payment_method {
	padding: 16px 18px;
	border: 1px solid rgba(83, 58, 34, 0.11);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment label,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment p,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment .payment_box {
	color: rgba(71, 50, 32, 0.74);
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .place-order {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	margin-top: 18px;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .place-order > * {
	width: 100%;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-order-place-btn-wrap,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-order-place-btn-wrap > *,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-order-place-btn-wrap .button,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-order-place-btn-wrap button {
	width: 100%;
	max-width: none;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment .wc_payment_method label {
	font-size: 1.04rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment .payment_box {
	padding: 12px 0 6px;
	font-size: 0.95rem;
	line-height: 1.6;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form button#place_order.danini-order-page__submit,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #place_order {
	min-height: 60px;
	width: 100%;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(135deg, #231711 0%, #392719 48%, #1a100b 100%),
		radial-gradient(circle at 22% 0%, rgba(225, 185, 125, 0.26), transparent 48%);
	color: #fff8ed;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		0 20px 42px rgba(16, 10, 6, 0.24);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form button#place_order.danini-order-page__submit:hover,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form button#place_order.danini-order-page__submit:focus-visible,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #place_order:hover,
body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #place_order:focus-visible {
	filter: brightness(1.04);
	outline: none;
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 24px 48px rgba(16, 10, 6, 0.28);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: clamp(54px, 6vw, 88px);
	padding: 22px 0 0;
	border-top: 1px solid rgba(84, 59, 38, 0.12);
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer-copy,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer-links {
	display: grid;
	gap: 6px;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer strong,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer span,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer a {
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(71, 50, 32, 0.72);
	text-decoration: none;
}

body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer a:hover,
body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer a:focus-visible {
	color: #211711;
	outline: none;
}

@media (min-width: 1025px) {
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #wfacp_checkout_form > .wfacp-left-panel {
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #wfacp_checkout_form > .wfacp-left-panel > .wfacp-section,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #wfacp_checkout_form > .wfacp-left-panel > .wfacp_payment {
		width: 100%;
		margin: 0;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #wfacp_checkout_form > .wfacp-left-panel > .wfacp_order_coupon_box {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #wfacp_checkout_form > .wfacp-left-panel > .wfacp-section.step_0 {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #wfacp_checkout_form > .wfacp-left-panel > .wfacp_payment {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 900px) {
	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead,
	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__hero,
	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form,
	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__checkout-widget {
		width: min(calc(100% - 24px), 1180px);
	}

	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 72px;
		padding-top: 0;
		padding-bottom: 10px;
	}

	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__masthead-actions {
		justify-content: flex-start;
	}

	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__hero {
		margin-top: 14px;
	}

	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__title {
		max-width: 10ch;
		font-size: clamp(1.84rem, 8vw, 2.6rem);
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-left-panel {
		padding: 12px;
		border-radius: 26px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-section,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form #payment {
		padding: 16px;
		border-radius: 22px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp-col-left-half {
		width: 100%;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .wfacp-form-control-wrapper {
		flex-basis: 100%;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer {
		gap: 14px;
		padding: 18px;
		border-radius: 24px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .woocommerce-billing-fields__field-wrapper {
		gap: 14px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row {
		min-height: 96px;
		padding: 13px 15px 12px;
		border-radius: 20px;
		gap: 8px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer .form-row label {
		font-size: 0.72rem;
		letter-spacing: 0.1em;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input.input-text,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="text"],
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="email"],
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .danini-order-page__section--customer input[type="tel"] {
		height: 46px;
		min-height: 46px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1rem;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .cart_item {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
		border-radius: 26px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-name-area {
		display: contents;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-image {
		grid-column: 1;
		grid-row: 1;
		width: 82px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp-pro-thumb {
		width: 82px;
		height: 82px;
		padding: 6px;
		border-radius: 18px;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wfacp-pro-thumb img,
	body.woocommerce-checkout.danini-checkout-flow .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img {
		inset: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 4px;
		padding: 11px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(85, 60, 38, 0.1);
		border-radius: 0;
		background: transparent;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-label {
		font-size: 0.72rem;
		line-height: 1.28;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value > p {
		font-size: 0.92rem;
		line-height: 1.36;
		font-weight: 900;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-label,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value,
	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item > .wcpa_cart_meta_item-value > p {
		text-indent: 0;
	}

	body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .wcpa_cart_meta_item:last-child {
		border-bottom: 0;
	}

body.woocommerce-checkout.danini-checkout-flow #wfacp-e-form .wfacp_order_summary .product-total {
	grid-column: 1 / -1;
	grid-row: 3;
	position: static;
	margin-top: 2px;
		padding-top: 12px;
		border-top: 1px solid rgba(85, 60, 38, 0.1);
		text-align: left;
		width: auto;
		min-width: 0;
	}

	body.woocommerce-checkout.danini-checkout-flow .danini-order-page__footer {
		flex-direction: column;
		gap: 14px;
		margin-bottom: 60px;
	}
}

body.postid-5158.danini-checkout-flow {
	background:
		radial-gradient(circle at 12% 4%, rgba(199, 151, 88, 0.08), transparent 26%),
		radial-gradient(circle at 86% 14%, rgba(34, 23, 15, 0.06), transparent 24%),
		linear-gradient(180deg, #faf6ef 0%, #f3ebdf 44%, #fbf8f2 100%);
	color: var(--danini-cart-ink);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-ff4347e {
	border-bottom: 1px solid rgba(84, 59, 38, 0.1);
	box-shadow: none;
	background: rgba(250, 246, 239, 0.78);
	backdrop-filter: blur(12px);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-83855dd img {
	width: clamp(116px, 12vw, 156px);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-0680581,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-40dc2f1 {
	--width: min(calc(100% - 48px), 1180px);
	padding-block: clamp(34px, 5vw, 54px);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-0680581 > .e-con-inner,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-40dc2f1 > .e-con-inner {
	width: min(calc(100% - 48px), 1180px);
	max-width: 1180px;
	margin-inline: auto;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-7a71795 {
	gap: 22px;
	width: 100%;
	max-width: none;
	justify-self: stretch;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-0adca8e {
	--width: 100%;
	gap: 14px;
	padding: clamp(28px, 3.4vw, 38px);
	border: 1px solid rgba(88, 61, 36, 0.1);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 241, 233, 0.92));
	box-shadow:
		0 28px 60px rgba(49, 32, 18, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	width: 100%;
	max-width: none;
	justify-self: stretch;
	box-sizing: border-box;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-1705fc4 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 0.94;
	font-weight: 850;
	letter-spacing: -0.06em;
	color: #221711;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-1705fc4 .elementor-widget-container,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-73117db .elementor-widget-container {
	margin: 0;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-73117db {
	max-width: 720px;
	font-size: 1rem;
	line-height: 1.62;
	color: rgba(71, 50, 32, 0.72);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-c5406ad > .elementor-widget-container {
	padding: 0;
	border: 0;
	border-radius: 0;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-c5406ad,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-a5c42ce {
	width: 100%;
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 1;
	align-self: stretch;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_wrap,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_wrap {
	font-family: inherit;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper {
	width: 100%;
	max-width: none;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_box.wfty_customer_info {
	padding: clamp(22px, 2.8vw, 30px);
	border: 1px solid rgba(88, 61, 36, 0.1);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 238, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.96),
		0 18px 38px rgba(48, 31, 18, 0.06);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty-customer-info-heading.wfty_title {
	margin: 0 0 18px;
	font-size: clamp(1.24rem, 2vw, 1.72rem);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: -0.045em;
	color: #221711;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-c5406ad .elementor-customer-details-wrapper .wfty_customer_info .wfty_2_col_left,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-c5406ad .elementor-customer-details-wrapper .wfty_customer_info .wfty_2_col_right {
	width: auto;
	min-width: 0;
	float: none;
	padding-right: 0;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_clear,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_clear_15 {
	display: none;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_2_col_left,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_2_col_right {
	display: grid;
	gap: 8px;
	align-content: start;
	min-height: 118px;
	padding: 18px 20px;
	border: 1px solid rgba(88, 61, 36, 0.09);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 241, 233, 0.88));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 12px 28px rgba(49, 32, 18, 0.04);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_2_col_left > .wfty_text {
	display: grid;
	gap: 8px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_text_bold,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_text_bold strong {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(88, 61, 36, 0.56);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_view {
	font-size: 1.02rem;
	line-height: 1.55;
	font-weight: 760;
	color: #241811;
	overflow-wrap: anywhere;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content > .wfty_2_col_left:first-of-type {
	grid-column: 1;
	grid-row: 1;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content > .wfty_2_col_right {
	grid-column: 2;
	grid-row: 1;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content > .wfty_clear_15 + .wfty_2_col_left {
	grid-column: 3;
	grid-row: 1;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-40dc2f1 {
	border-top: 1px solid rgba(84, 59, 38, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
	width: 100%;
	max-width: none;
	justify-self: stretch;
	box-sizing: border-box;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-a5c42ce {
	width: 100%;
	max-width: 100%;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-a5c42ce > .elementor-widget-container {
	padding: 0;
	border: 0;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_box.wfty_order_details {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(88, 61, 36, 0.1);
	border-radius: 32px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 243, 235, 0.9));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		0 24px 52px rgba(48, 31, 18, 0.06);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_title {
	margin: 0 0 18px;
	font-size: clamp(1.24rem, 2vw, 1.72rem);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: -0.045em;
	color: #221711;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_pro_list {
	padding: 18px 0;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_pro_list:first-child {
	padding-top: 0;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_p_img img {
	width: 88px;
	height: 88px;
	padding: 8px;
	border: 1px solid rgba(85, 60, 38, 0.1);
	border-radius: 22px;
	background: #fff;
	object-fit: contain;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_p_name * {
	text-decoration: none;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_p_name .wfty_t {
	font-size: 1.06rem;
	line-height: 1.2;
	font-weight: 850;
	color: #221711;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_quantity_value_box {
	margin-left: 8px;
	font-size: 0.9rem;
	font-weight: 760;
	color: rgba(71, 50, 32, 0.68);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_info .wc-item-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
	gap: 10px 12px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_info .wc-item-meta li {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(88, 61, 36, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_info .wc-item-meta-label {
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(88, 61, 36, 0.56);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_info .wc-item-meta p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.42;
	font-weight: 800;
	color: #241811;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_rightDiv {
	font-size: 1.08rem;
	font-weight: 850;
	color: #221711;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper table tfoot {
	border-top: 1px solid rgba(85, 60, 38, 0.1);
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper table tfoot th,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper table tfoot td {
	padding-top: 14px;
	font-size: 1rem;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper table tfoot tr:last-child th,
body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper table tfoot tr:last-child td {
	font-size: 1.18rem;
	font-weight: 850;
	color: #221711;
}

body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper > .wffn_order_details_table + p {
	margin: 18px 0 0;
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	color: rgba(71, 50, 32, 0.76);
}

@media (max-width: 1024px) {
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-0680581,
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-40dc2f1 {
		--width: min(calc(100% - 28px), 100%);
		padding-block: 20px 24px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-0680581 > .e-con-inner,
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-40dc2f1 > .e-con-inner {
		width: min(calc(100% - 28px), 100%);
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-0adca8e {
		padding: 20px 16px;
		border-radius: 26px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-1705fc4 {
		font-size: 1.78rem;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-element.elementor-element-73117db {
		font-size: 0.94rem;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_box.wfty_customer_info,
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_box.wfty_order_details {
		padding: 18px 16px;
		border-radius: 24px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content > .wfty_2_col_left:first-of-type,
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content > .wfty_2_col_right,
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_content > .wfty_clear_15 + .wfty_2_col_left {
		grid-column: auto;
		grid-row: auto;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_2_col_left,
	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_2_col_right {
		min-height: 0;
		padding: 14px 15px;
		border-radius: 18px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-customer-details-wrapper .wfty_view {
		font-size: 0.95rem;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_p_img img {
		width: 72px;
		height: 72px;
		border-radius: 18px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_info .wc-item-meta {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	body.postid-5158.danini-checkout-flow .elementor-5158 .elementor-order-details-wrapper .wfty_info .wc-item-meta li {
		padding: 11px 12px;
		border-radius: 16px;
	}
}
