.nt-sticky-cta {
	background: rgba(20, 16, 9, 0.97);
	backdrop-filter: blur(8px);
	border-top: 1px solid var(--new-theme-color-border, rgba(200, 165, 90, 0.30));
	bottom: 0;
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 12px 20px;
	position: fixed;
	right: 0;
	z-index: 40;
}

.nt-sticky-cta.is-visible {
	display: block;
}

.nt-sticky-cta .nt-sticky-cta__link {
	align-items: center;
	background: var(--new-theme-color-peach, #d8a94b);
	border-radius: 9999px;
	color: var(--new-theme-color-peach-text, #241706);
	display: flex;
	font-family: var(--new-theme-font-heading);
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 12px 28px;
	text-align: center;
	text-decoration: none;
	transition: background .2s;
	width: 100%;
}

.nt-sticky-cta .nt-sticky-cta__link:hover {
	background: var(--new-theme-color-peach-hover, #e8bd68);
	color: var(--new-theme-color-peach-text, #241706);
}
