.ced-featured-bed-product .ced-featured-bed-sticky-configurator {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 999;
	width: min(calc(100% - 32px), 70rem);
	transform: translate(-50%, calc(100% + 40px));
	opacity: 0;
	pointer-events: none;
	transition: transform 220ms ease, opacity 220ms ease;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator.is-visible {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 18px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid rgba(177, 153, 112, 0.35);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 16px 42px rgba(45, 35, 24, 0.18);
	backdrop-filter: blur(12px);
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__summary {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__eyebrow,
.ced-featured-bed-product .ced-featured-bed-sticky-configurator__price span {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #927a54;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__summary strong {
	font-size: 0.95rem;
	line-height: 1.25;
	color: #242321;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__price {
	display: grid;
	gap: 1px;
	text-align: right;
	white-space: nowrap;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__price strong {
	font-size: 1rem;
	color: #7f6948;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__button {
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 9px;
	background: #a98f66;
	color: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 160ms ease, background-color 160ms ease;
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__button:hover,
.ced-featured-bed-product .ced-featured-bed-sticky-configurator__button:focus-visible {
	background: #927a54;
	transform: translateY(-1px);
}

.ced-featured-bed-product .ced-featured-bed-sticky-configurator__button:focus-visible {
	outline: 3px solid #242321;
	outline-offset: 3px;
}

@media (max-width: 689px) {
	.ced-featured-bed-product .ced-featured-bed-sticky-configurator {
		bottom: 10px;
		width: calc(100% - 20px);
	}

	.ced-featured-bed-product .ced-featured-bed-sticky-configurator__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 12px;
		padding: 11px 12px;
	}

	.ced-featured-bed-product .ced-featured-bed-sticky-configurator__summary {
		grid-column: 1 / -1;
	}

	.ced-featured-bed-product .ced-featured-bed-sticky-configurator__summary strong {
		font-size: 0.88rem;
	}

	.ced-featured-bed-product .ced-featured-bed-sticky-configurator__price {
		text-align: left;
	}

	.ced-featured-bed-product .ced-featured-bed-sticky-configurator__button {
		min-height: 44px;
		padding-inline: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ced-featured-bed-product .ced-featured-bed-sticky-configurator,
	.ced-featured-bed-product .ced-featured-bed-sticky-configurator__button {
		transition: none;
	}
}
