body.ebpo-standalone-page {
	margin: 0;
	background: #f4f6f8;
	color: #1f2937;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body.ebpo-quick-order-active #crisp-chatbox,
body.ebpo-quick-order-active .crisp-client,
body.ebpo-quick-order-active #hubspot-messages-iframe-container,
body.ebpo-quick-order-active .intercom-lightweight-app,
body.ebpo-quick-order-active #tidio-chat,
body.ebpo-quick-order-active #tidio-chat-code,
body.ebpo-quick-order-active .tawk-min-container,
body.ebpo-quick-order-active #chat-widget-container,
body.ebpo-quick-order-active #fc_frame,
body.ebpo-quick-order-active .zsiq_floatmain,
body.ebpo-quick-order-active .joinchat,
body.ebpo-quick-order-active .chaty-widget,
body.ebpo-quick-order-active .wac-widget,
body.ebpo-quick-order-active .wh-widget-send-button-wrapper,
body.ebpo-quick-order-active .wa__btn_popup,
body.ebpo-quick-order-active .elfsight-app-widget {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.eb-prepared-order-wrapper {
	max-width: 920px;
	margin: 48px auto;
	padding: 0 18px;
}

.eb-prepared-order-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
	padding: 32px;
}

.eb-prepared-order-title {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 1.2;
}

.eb-prepared-order-intro {
	margin: 0 0 24px;
	font-size: 17px;
	color: #475569;
}

.eb-prepared-order-summary {
	display: grid;
	gap: 0;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 24px;
}

.eb-prepared-order-summary div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 16px;
	border-bottom: 1px solid #e5e7eb;
}

.eb-prepared-order-summary div:last-child {
	border-bottom: 0;
}

.eb-prepared-order-summary span {
	color: #64748b;
}

.eb-prepared-order-summary strong {
	text-align: right;
}

.eb-prepared-order-total {
	background: #f8fafc;
	font-size: 18px;
}

.eb-prepared-order-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 6px;
	background: #1f7a3f;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.eb-prepared-order-button:hover,
.eb-prepared-order-button:focus {
	background: #17612f;
	color: #fff;
}

.eb-prepared-order-note {
	margin: 16px 0 0;
	color: #64748b;
}

.eb-prepared-order-error,
.eb-prepared-order-expired {
	border-left: 5px solid #b32d2e;
	color: #7f1d1d;
	font-weight: 700;
}

@media (max-width: 640px) {
	.eb-prepared-order-card {
		padding: 22px;
	}

	.eb-prepared-order-title {
		font-size: 26px;
	}

	.eb-prepared-order-summary div {
		display: block;
	}

	.eb-prepared-order-summary strong {
		display: block;
		text-align: left;
		margin-top: 4px;
	}

	.eb-prepared-order-button {
		width: 100%;
	}
}

.ebpo-quick-order-shell {
	--ebpo-forest: #184b3a;
	--ebpo-forest-soft: #25624d;
	--ebpo-cream: #fffdf6;
	--ebpo-mist: #f4f8f3;
	--ebpo-border: #d8e3d8;
	--ebpo-text: #18352d;
	--ebpo-muted: #5d776d;
	--ebpo-accent: #f2c94c;
	--ebpo-accent-deep: #d39d13;
	--ebpo-serif: Georgia, "Times New Roman", serif;
	max-width: 1180px;
	margin: 48px auto;
	padding: 0 18px;
}

.ebpo-quick-order {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(242, 201, 76, 0.12), transparent 24%),
		radial-gradient(circle at top right, rgba(242, 201, 76, 0.14), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, var(--ebpo-cream) 100%);
	border: 1px solid var(--ebpo-border);
	border-radius: 18px;
	box-shadow: 0 28px 60px rgba(24, 53, 45, 0.09);
	padding: 36px;
}

.ebpo-quick-order-head {
	margin-bottom: 30px;
	max-width: 100%;
}

.ebpo-quick-order-head h2 {
	margin: 10px 0 12px;
	font-size: clamp(2.2rem, 3vw, 1.7rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	color: var(--ebpo-forest);
}

.ebpo-quick-order-head p {
	margin: 0;
	color: var(--ebpo-muted);
	font-size: 1.1rem;
	line-height: 1.65;
}

.ebpo-quick-order-kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 16px;
	background: #e8f4e7;
	color: var(--ebpo-forest-soft);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ebpo-qo-stage {
	display: grid;
	gap: 24px;
}

.ebpo-qo-progress-shell {
	display: grid;
	gap: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(24, 75, 58, 0.08);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.ebpo-qo-progress-meta {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	gap: clamp(32px, 8vw, 140px);
	width: 100%;
}

.ebpo-qo-progress-meta > div:first-child {
	width: max-content;
	min-width: max-content;
	white-space: nowrap;
}

.ebpo-qo-progress-track {
	width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.ebpo-qo-progress-line {
	width: 100%;
	min-width: 0;
}

.ebpo-qo-step-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 16px;
	background: rgba(24, 75, 58, 0.07);
	color: var(--ebpo-forest-soft);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.ebpo-qo-step-title {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--ebpo-text);
}

.ebpo-qo-progress-line {
	height: 10px;
	border-radius: 7px;
	background: #edf3ee;
	overflow: hidden;
}

.ebpo-qo-progress-line span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ebpo-forest) 0%, var(--ebpo-accent) 100%);
}

.ebpo-qo-path {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ebpo-qo-path span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 12px;
	background: #f4f7f3;
	color: var(--ebpo-forest-soft);
	font-size: 0.9rem;
	font-weight: 700;
}

.ebpo-qo-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.ebpo-qo-back,
.ebpo-qo-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(24, 75, 58, 0.12);
	border-radius: 10px;
	background: #ffffff;
	color: var(--ebpo-forest);
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(24, 53, 45, 0.05);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ebpo-qo-back:hover,
.ebpo-qo-reset:hover {
	transform: translateY(-1px);
	border-color: rgba(24, 75, 58, 0.26);
	box-shadow: 0 12px 28px rgba(24, 53, 45, 0.08);
}

.ebpo-qo-question h3 {
	margin: 0 0 8px;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--ebpo-forest);
}

.ebpo-qo-question-family {
	padding: 4px 0 10px;
	text-align: center;
}

.ebpo-qo-question-family h3 {
	font-size: clamp(2.7rem, 5vw, 4.5rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.ebpo-qo-question-family p {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.15rem;
}

.ebpo-qo-question p {
	margin: 0;
	color: var(--ebpo-muted);
	font-size: 1.04rem;
}

.ebpo-qo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ebpo-qo-grid-usage {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px;
}

.ebpo-qo-grid-products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ebpo-qo-card {
	width: 100%;
	border: 1px solid rgba(24, 75, 58, 0.1);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,248,0.98) 100%);
	cursor: pointer;
	padding: 22px 22px 24px;
	text-align: left;
	box-shadow: 0 14px 34px rgba(24, 53, 45, 0.05);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
	position: relative;
	overflow: hidden;
}

.ebpo-qo-card:hover,
.ebpo-qo-card:focus {
	transform: translateY(-4px);
	border-color: rgba(24, 75, 58, 0.34);
	box-shadow: 0 22px 40px rgba(24, 53, 45, 0.12);
	background:
		linear-gradient(180deg, #fffaf0 0%, #fff6db 100%);
}

.ebpo-qo-card:focus-visible {
	outline: none;
	border-color: rgba(24, 75, 58, 0.5);
	box-shadow:
		0 0 0 4px rgba(242, 201, 76, 0.22),
		0 22px 40px rgba(24, 53, 45, 0.12);
}

.ebpo-qo-choice {
	display: grid;
	gap: 18px;
	min-height: 176px;
	align-content: space-between;
}

.ebpo-qo-choice:not(.ebpo-qo-choice-family):not(.ebpo-qo-choice-usage) {
	min-height: 190px;
	padding: 24px 24px 26px;
	border-radius: 8px!important;
	align-content: start;
	background:
		radial-gradient(circle at top left, rgba(242, 201, 76, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,251,243,0.99) 100%);
}

.ebpo-qo-choice:not(.ebpo-qo-choice-family):not(.ebpo-qo-choice-usage):hover,
.ebpo-qo-choice:not(.ebpo-qo-choice-family):not(.ebpo-qo-choice-usage):focus {
	transform: translateY(-6px);
	border-color: rgba(24, 75, 58, 0.34);
	box-shadow:
		0 0 0 1px rgba(24, 75, 58, 0.08),
		0 24px 44px rgba(24, 53, 45, 0.12);
	background:
		radial-gradient(circle at top left, rgba(242, 201, 76, 0.18), transparent 36%),
		linear-gradient(180deg, #fffdf8 0%, #fff6df 100%);
}

.ebpo-qo-choice-family {
	min-height: 456px;
	padding: 30px 30px 34px;
	border-radius: 14px !important;
	align-content: start;
	justify-items: center;
	gap: 22px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,253,246,0.98) 100%);
	box-shadow: 0 20px 40px rgba(24, 53, 45, 0.06);
	appearance: none;
	-webkit-appearance: none;
	clip-path: inset(0 round 14px);
}

.ebpo-quick-order button.ebpo-qo-choice-family,
.ebpo-quick-order .ebpo-qo-grid .ebpo-qo-choice-family {
	border-radius: 14px !important;
	clip-path: inset(0 round 14px);
}

.ebpo-qo-choice-family::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: center / contain no-repeat url("../icons/quick-order/icon-check.png");
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.ebpo-qo-choice::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(242, 201, 76, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(24, 75, 58, 0.03), transparent 45%);
	opacity: 0.9;
	pointer-events: none;
}

.ebpo-qo-choice-family::before {
	background:
		radial-gradient(circle at top center, rgba(242, 201, 76, 0.15), transparent 42%),
		linear-gradient(180deg, rgba(24, 75, 58, 0.02), transparent 58%);
}

.ebpo-qo-choice-top,
.ebpo-qo-choice-body {
	position: relative;
	z-index: 1;
}

.ebpo-qo-choice-family .ebpo-qo-choice-body {
	align-self: stretch;
	text-align: center;
}

.ebpo-qo-family-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 232px;
	z-index: 1;
}


.ebpo-qo-family-product {
	position: relative;
	display: block;
	width: min(100%, 250px);
	height: 188px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ebpo-qo-family-product-compressed {
	background-image: url("../images/quick-order/product-buches-compressees.webp");
}

.ebpo-qo-family-product-pellets {
	background-image: url("../images/quick-order/product-pellets.webp");
}

.ebpo-qo-family-product-traditional {
	background-image: url("../images/quick-order/product-bois-traditionnel.webp");
}

.ebpo-qo-family-badge {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 72px;
	height: 72px;
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	box-shadow: none;
}

.ebpo-qo-family-badge-leaf {
	background-image: url("../icons/quick-order/badge-leaf.webp");
}

.ebpo-qo-family-badge-pellets {
	background-image: url("../icons/quick-order/badge-pellets.webp");
}

.ebpo-qo-family-badge-log {
	background-image: url("../icons/quick-order/badge-log.webp");
}

.ebpo-qo-choice-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}

.ebpo-qo-choice-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 12px;
	background: rgba(24, 75, 58, 0.08);
	color: var(--ebpo-forest-soft);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ebpo-qo-choice-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid rgba(24, 75, 58, 0.08);
	color: var(--ebpo-forest);
	font-size: 1.2rem;
	box-shadow: 0 10px 24px rgba(24, 53, 45, 0.08);
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ebpo-qo-choice:hover .ebpo-qo-choice-icon,
.ebpo-qo-choice:focus .ebpo-qo-choice-icon {
	transform: translateX(3px);
	background: var(--ebpo-forest);
	color: #ffffff;
}

.ebpo-qo-choice-body {
	display: grid;
	gap: 8px;
	min-width: 0;
	align-content: start;
}

.ebpo-qo-choice-price {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(242, 201, 76, 0.18);
	color: var(--ebpo-forest);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
}

.ebpo-qo-choice-divider {
	display: block;
	width: 52px;
	height: 4px;
	margin: 2px auto 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ebpo-accent-deep) 0%, var(--ebpo-accent) 100%);
}

.ebpo-qo-choice strong,
.ebpo-qo-product strong {
	display: block;
	font-size: 1.05rem;
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: var(--ebpo-text);
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.ebpo-qo-choice:not(.ebpo-qo-choice-family):not(.ebpo-qo-choice-usage) strong {
	font-size: 1.05rem;
	line-height: 1.18;
	color: var(--ebpo-forest);
}

.ebpo-qo-choice-body > span {
	display: block;
	color: var(--ebpo-muted);
	font-size: 0.98rem;
	line-height: 1.5;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.ebpo-qo-choice:not(.ebpo-qo-choice-family):not(.ebpo-qo-choice-usage) .ebpo-qo-choice-body > span {
	max-width: 26ch;
	font-size: 0.96rem;
	line-height: 1.45;
}

.ebpo-qo-choice-family strong {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	min-height: 68px;
	margin: 0;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.1;
	letter-spacing: 0;
}

.ebpo-qo-choice-family .ebpo-qo-choice-body > span {
	font-size: 1rem;
	line-height: 1.55;
	max-width: 240px;
	margin: 0 auto;
	width: 100%;
}

.ebpo-qo-choice-family .ebpo-qo-choice-divider + span {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 50px;
	text-align: center;
}

.ebpo-qo-choice-family:hover,
.ebpo-qo-choice-family:focus {
	transform: translateY(-6px);
	border-color: rgba(24, 75, 58, 0.42);
	box-shadow:
		0 0 0 1px rgba(24, 75, 58, 0.16),
		0 28px 50px rgba(24, 53, 45, 0.12);
	background:
		linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,248,228,1) 100%);
}

.ebpo-qo-choice-family:hover .ebpo-qo-family-badge,
.ebpo-qo-choice-family:focus .ebpo-qo-family-badge {
	transform: translateX(-50%) translateY(-3px);
}

.ebpo-qo-choice-family:hover::after,
.ebpo-qo-choice-family:focus::after {
	opacity: 1;
	transform: scale(1);
}

.ebpo-qo-choice-usage {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 150px;
	padding: 24px 22px;
	grid-column: span 2;
	background:
		radial-gradient(circle at top left, rgba(242, 201, 76, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,252,245,0.98) 100%);
}

.ebpo-qo-choice-usage::before {
	background: none;
}

.ebpo-qo-choice-usage:nth-child(4),
.ebpo-qo-choice-usage:nth-child(5) {
	grid-column: span 3;
}

.ebpo-qo-usage-icon {
	display: block;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	border-radius: 999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0 10px 22px rgba(24, 53, 45, 0.08);
}

.ebpo-qo-usage-icon-jour {
	background-image: url("../icons/quick-order/compressed-usage/usage-chauffe-jour-72.webp");
}

.ebpo-qo-usage-icon-nuit {
	background-image: url("../icons/quick-order/compressed-usage/usage-chauffe-nuit-72.webp");
}

.ebpo-qo-usage-icon-mixte {
	background-image: url("../icons/quick-order/compressed-usage/usage-mixte-jour-nuit-72.webp");
}

.ebpo-qo-usage-icon-decouverte {
	background-image: url("../icons/quick-order/compressed-usage/usage-offre-decouverte-72.webp");
}

.ebpo-qo-usage-icon-cuisson {
	background-image: url("../icons/quick-order/compressed-usage/usage-cuisson-72.webp");
}

.ebpo-qo-usage-body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.ebpo-qo-usage-body strong {
	display: block;
	font-size: 1.2rem;
	line-height: 1.15;
	color: var(--ebpo-forest);
	white-space: normal;
	overflow-wrap: anywhere;
}

.ebpo-qo-usage-body span {
	display: block;
	color: var(--ebpo-muted);
	font-size: 0.98rem;
	line-height: 1.45;
	white-space: normal;
	overflow-wrap: anywhere;
}

.ebpo-qo-product {
	display: flex;
	align-items: center;
	gap: 18px;
	border-radius: 8px!important;
}

.ebpo-qo-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	flex-shrink: 0;
	background: linear-gradient(180deg, #ffffff 0%, #f2f5f2 100%);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(24, 75, 58, 0.08);
}

.ebpo-qo-thumb img {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.ebpo-qo-thumb-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #e7eeea;
	color: var(--ebpo-forest-soft);
	font-size: 28px;
	font-weight: 700;
}

.ebpo-qo-product-body em,
.ebpo-qo-summary-price {
	display: block;
	margin-top: 10px;
	font-style: normal;
	color: var(--ebpo-forest);
	font-weight: 800;
	font-size: 1.02rem;
}

.ebpo-qo-summary {
	display: grid;
	grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
	align-items: start;
	gap: 28px;
}

.ebpo-qo-summary-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 28px;
	border-radius: 10px;
	background:
		linear-gradient(155deg, #0f503a 0%, #0b3f30 100%);
	border: 1px solid rgba(24, 75, 58, 0.16);
	color: #ffffff;
	box-shadow: 0 22px 46px rgba(15, 67, 50, 0.18);
}

.ebpo-qo-form {
	display: grid;
	gap: 20px;
}

.ebpo-qo-summary-label {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 9px;
	min-height: 38px;
	margin-bottom: 18px;
	padding: 0 16px;
	border: 1px solid rgba(246, 202, 62, 0.8);
	border-radius: 20px;
	color: #f6ca3e;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ebpo-qo-summary-image {
	display: block;
	width: 100%;
	height: 210px;
	margin: 0 auto 18px;
	object-fit: contain;
	filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.2));
}

.ebpo-qo-summary-name {
	display: block;
	text-align: center;
	font-size: 1.65rem;
	line-height: 1.18;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ebpo-qo-summary-card .ebpo-qo-summary-price {
	margin-top: 14px;
	text-align: center;
	color: #f6d46c;
	font-size: 1.4rem;
}

.ebpo-qo-summary-meta {
	margin-top: 12px;
	color: rgba(255,255,255,0.72);
	font-size: 0.98rem;
}

.ebpo-qo-summary-details {
	display: grid;
	margin-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ebpo-qo-summary-details > span {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	text-align: left;
}

.ebpo-qo-summary-details em {
	justify-self: start;
	margin: 0;
	font-style: normal;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

.ebpo-qo-summary-details strong {
	justify-self: end;
	margin: 0;
	text-align: right;
	font-size: 0.95rem;
	font-weight: 700;
}

.ebpo-qo-summary-assurance {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding: 15px;
	border-radius: 8px;
	background: #f6f3e9;
	color: var(--ebpo-forest);
}

.ebpo-qo-summary-assurance span {
	display: grid;
	gap: 3px;
}

.ebpo-qo-summary-assurance strong,
.ebpo-qo-summary-assurance small {
	display: block;
}

.ebpo-qo-summary-assurance small {
	color: #4f665d;
	font-size: 0.82rem;
	line-height: 1.4;
}

.ebpo-qo-checkout-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px 34px;
	margin: -4px 0 4px;
	color: var(--ebpo-forest-soft);
	font-size: 0.96rem;
	font-weight: 700;
}

.ebpo-qo-checkout-trust span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.ebpo-qo-checkout-trust span + span {
	padding-left: 34px;
	border-left: 1px solid rgba(24, 75, 58, 0.18);
}

.ebpo-qo-checkout-icon {
	display: inline-block;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	background-color: currentColor;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.ebpo-qo-icon-arrow {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-arrow-right.svg");
	mask-image: url("../icons/quick-order/checkout/icon-arrow-right.svg");
}

.ebpo-qo-icon-box {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-box.svg");
	mask-image: url("../icons/quick-order/checkout/icon-box.svg");
}

.ebpo-qo-icon-building {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-building.svg");
	mask-image: url("../icons/quick-order/checkout/icon-building.svg");
}

.ebpo-qo-icon-home {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-home.svg");
	mask-image: url("../icons/quick-order/checkout/icon-home.svg");
}

.ebpo-qo-icon-leaf {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-leaf.svg");
	mask-image: url("../icons/quick-order/checkout/icon-leaf.svg");
}

.ebpo-qo-icon-location {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-location.svg");
	mask-image: url("../icons/quick-order/checkout/icon-location.svg");
}

.ebpo-qo-icon-lock {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-lock.svg");
	mask-image: url("../icons/quick-order/checkout/icon-lock.svg");
}

.ebpo-qo-icon-mail {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-mail.svg");
	mask-image: url("../icons/quick-order/checkout/icon-mail.svg");
}

.ebpo-qo-icon-phone {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-phone.svg");
	mask-image: url("../icons/quick-order/checkout/icon-phone.svg");
}

.ebpo-qo-icon-shield {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-shield-check.svg");
	mask-image: url("../icons/quick-order/checkout/icon-shield-check.svg");
}

.ebpo-qo-icon-truck {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-truck.svg");
	mask-image: url("../icons/quick-order/checkout/icon-truck.svg");
}

.ebpo-qo-icon-user {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-user.svg");
	mask-image: url("../icons/quick-order/checkout/icon-user.svg");
}

.ebpo-qo-icon-user-circle {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-user-circle.svg");
	mask-image: url("../icons/quick-order/checkout/icon-user-circle.svg");
}

.ebpo-qo-icon-warning {
	-webkit-mask-image: url("../icons/quick-order/checkout/icon-warning.svg");
	mask-image: url("../icons/quick-order/checkout/icon-warning.svg");
}

.ebpo-qo-summary-details .ebpo-qo-checkout-icon {
	color: #f6ca3e;
}

.ebpo-qo-summary-assurance > .ebpo-qo-checkout-icon,
.ebpo-qo-submit-help > .ebpo-qo-checkout-icon {
	width: 36px;
	height: 36px;
	color: #23865f;
}

.ebpo-qo-form-section h3 > .ebpo-qo-checkout-icon {
	width: 30px;
	height: 30px;
	color: #23865f;
}

.ebpo-qo-input-shell > .ebpo-qo-checkout-icon {
	color: #395f52;
}

.ebpo-qo-submit > .ebpo-qo-checkout-icon {
	color: var(--ebpo-forest);
}

.ebpo-qo-form-panel {
	border: 1px solid rgba(24, 75, 58, 0.13);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 38px rgba(24, 53, 45, 0.07);
	overflow: hidden;
}

.ebpo-qo-form-section {
	padding: 24px;
}

.ebpo-qo-form-section + .ebpo-qo-form-section {
	border-top: 1px solid rgba(24, 75, 58, 0.12);
}

.ebpo-qo-form-section h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: var(--ebpo-forest);
	font-size: 1.25rem;
	line-height: 1.2;
}

.ebpo-qo-shipping-hint {
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid rgba(24, 75, 58, 0.12);
	border-radius: 10px;
	background: rgba(244, 247, 243, 0.88);
	color: var(--ebpo-forest-soft);
	font-size: 0.94rem;
	line-height: 1.5;
}

.ebpo-qo-fulfillment {
	margin-top: 16px;
}

.ebpo-qo-fulfillment-card {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(24, 75, 58, 0.16);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(248, 251, 247, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.ebpo-qo-fulfillment-card.is-pickup {
	border-color: rgba(35, 134, 95, 0.28);
	box-shadow: 0 16px 30px rgba(24, 53, 45, 0.06);
}

.ebpo-qo-fulfillment-card strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	color: var(--ebpo-forest);
}

.ebpo-qo-fulfillment-card > span {
	display: block;
	color: var(--ebpo-forest-soft);
	font-size: 0.95rem;
	line-height: 1.6;
}

.ebpo-qo-pickup-options {
	display: grid;
	gap: 10px;
}

.ebpo-qo-pickup-option {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(24, 75, 58, 0.12);
	border-radius: 12px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ebpo-qo-pickup-option:hover,
.ebpo-qo-pickup-option:focus-within {
	border-color: rgba(35, 134, 95, 0.32);
	box-shadow: 0 10px 24px rgba(24, 53, 45, 0.08);
	transform: translateY(-1px);
}

.ebpo-qo-pickup-option input {
	-webkit-appearance: radio !important;
	appearance: auto !important;
	display: block !important;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: center;
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	max-height: 20px !important;
	margin: 3px 0 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	transform: none !important;
	accent-color: #23865f;
}

.ebpo-qo-pickup-option-label {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--ebpo-text);
	overflow-wrap: anywhere;
}
.ebpo-qo-pickup-option-content {
	display: grid;
	gap: 4px;
	min-width: 0;
}


.ebpo-qo-pickup-address {
	display: block;
	color: var(--ebpo-forest-soft);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.ebpo-qo-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 0;
	background: transparent;
	border: 0;
}

.ebpo-qo-form label {
	display: grid;
	justify-items: stretch;
	gap: 10px;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: left !important;
	color: var(--ebpo-text);
}

.ebpo-qo-form label > span:first-child {
	display: block;
	width: 100%;
	margin: 0;
	text-align: left !important;
}

.ebpo-qo-form-field-wide {
	grid-column: 1 / -1;
}

.ebpo-qo-form input {
	width: 100%;
	min-height: 52px;
	border: 1px solid #cfddd2;
	border-radius: 10px;
	padding: 0 16px 0 50px;
	font-size: 15px;
	box-sizing: border-box;
	background: #ffffff;
	color: var(--ebpo-text);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ebpo-qo-input-shell {
	position: relative;
	display: block;
	text-align: left;
}

.ebpo-qo-city-shell input {
	padding-right: 44px;
}

.ebpo-qo-city-shell.is-open input {
	border-color: rgba(24, 75, 58, 0.3);
	box-shadow: 0 0 0 4px rgba(24, 75, 58, 0.06);
}

.ebpo-qo-input-shell > .ebpo-qo-checkout-icon {
	position: absolute;
	z-index: 2;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.72;
	pointer-events: none;
}

.ebpo-qo-city-caret {
	position: absolute;
	z-index: 2;
	right: 18px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(57, 95, 82, 0.75);
	border-bottom: 2px solid rgba(57, 95, 82, 0.75);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.ebpo-qo-city-shell.is-open .ebpo-qo-city-caret {
	transform: translateY(-35%) rotate(-135deg);
	opacity: 0.9;
}

.ebpo-qo-city-dropdown {
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	padding: 10px;
	border: 1px solid rgba(24, 75, 58, 0.14);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(24, 53, 45, 0.12);
}

.ebpo-qo-city-dropdown-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 4px 10px;
	border-bottom: 1px solid rgba(24, 75, 58, 0.08);
	margin-bottom: 8px;
}

.ebpo-qo-city-dropdown-head strong {
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--ebpo-forest);
}

.ebpo-qo-city-dropdown-head small {
	color: var(--ebpo-muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.ebpo-qo-city-results {
	display: grid;
	gap: 6px;
	max-height: 220px;
	overflow-y: auto;
}

.ebpo-qo-city-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border: 0;
	border-radius: 10px;
	background: #ffffff;
	color: var(--ebpo-text);
	font-size: 0.95rem;
	text-align: left;
	cursor: pointer;
	transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ebpo-qo-city-option-main {
	display: block;
	font-weight: 700;
	color: var(--ebpo-forest);
}

.ebpo-qo-city-option-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	color: #23865f;
	font-size: 0.95rem;
	font-weight: 900;
}

.ebpo-qo-city-option:hover,
.ebpo-qo-city-option:focus-visible {
	background: rgba(24, 75, 58, 0.06);
	transform: translateY(-1px);
	outline: none;
}

.ebpo-qo-city-option.is-selected {
	background: rgba(24, 75, 58, 0.08);
	box-shadow: inset 0 0 0 1px rgba(24, 75, 58, 0.1);
}

.ebpo-qo-city-option.is-empty {
	color: var(--ebpo-muted);
	cursor: default;
	display: block;
	padding: 12px 14px;
	background: rgba(244, 247, 243, 0.8);
}

.ebpo-qo-form input:focus {
	outline: none;
	border-color: rgba(24, 75, 58, 0.45);
	box-shadow: 0 0 0 4px rgba(24, 75, 58, 0.08);
}

.ebpo-qo-submit-row {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(230px, 0.85fr);
	align-items: center;
	gap: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(24, 75, 58, 0.12);
}

.ebpo-qo-submit {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 24px;
	align-items: center;
	grid-column: 1 / -1;
	min-height: 56px;
	gap: 12px;
	width: 100%;
	padding: 0 24px;
	border: 1px solid rgba(24, 75, 58, 0.12);
	border-radius: 10px;
	background: #ffffff;
	color: var(--ebpo-forest);
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 8px 24px rgba(24, 53, 45, 0.05);
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ebpo-qo-submit [data-ebpo-submit-label] {
	display: block;
	text-align: center;
}

.ebpo-qo-submit:hover,
.ebpo-qo-submit:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(24, 75, 58, 0.26);
	box-shadow: 0 12px 28px rgba(24, 53, 45, 0.08);
	outline: none;
}

.ebpo-qo-submit .ebpo-qo-icon-arrow {
	justify-self: end;
}

.ebpo-qo-submit > .ebpo-qo-checkout-icon:first-child {
	justify-self: start;
}

.ebpo-qo-submit:disabled {
	opacity: 0.7;
	cursor: wait;
	transform: none;
}

.ebpo-qo-submit-help {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--ebpo-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.ebpo-qo-submit-help span {
	display: grid;
	gap: 2px;
}

.ebpo-qo-submit-help strong,
.ebpo-qo-submit-help small {
	display: block;
}

.ebpo-qo-submit-help strong {
	color: var(--ebpo-forest);
}


.ebpo-qo-feedback,
.ebpo-quick-order-empty {
	padding: 15px 16px;
	border-radius: 10px;
	background: #fff7e2;
	color: #8b5b00;
	border: 1px solid rgba(242, 201, 76, 0.55);
	font-weight: 700;
}

.ebpo-qo-feedback:empty {
	display: none;
}

.ebpo-qo-feedback {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	margin: 0;
	padding: 17px 18px;
	border: 1px solid #e9bd4d;
	border-left-width: 4px;
	border-radius: 8px;
	background: #fff9ea;
	color: #604209;
	box-shadow: 0 10px 26px rgba(105, 73, 12, 0.08);
}

.ebpo-qo-feedback:focus {
	outline: 3px solid rgba(233, 189, 77, 0.25);
	outline-offset: 2px;
}

.ebpo-qo-feedback-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e9ad23;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 900;
}

.ebpo-qo-feedback-content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ebpo-qo-feedback-content strong,
.ebpo-qo-feedback-content span {
	display: block;
	white-space: normal;
	overflow-wrap: anywhere;
}

.ebpo-qo-feedback-content strong {
	color: #4b350b;
	font-size: 1rem;
	line-height: 1.3;
}

.ebpo-qo-feedback-content span {
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.ebpo-qo-progress-meta {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ebpo-qo-progress-meta > div:first-child {
		width: auto;
		min-width: 0;
		white-space: normal;
	}

	.ebpo-qo-summary {
		grid-template-columns: 1fr;
	}

	.ebpo-qo-grid,
	.ebpo-qo-grid-usage,
	.ebpo-qo-grid-products,
	.ebpo-qo-form-grid {
		grid-template-columns: 1fr;
	}

	.ebpo-qo-choice-usage,
	.ebpo-qo-choice-usage:nth-child(4),
	.ebpo-qo-choice-usage:nth-child(5) {
		grid-column: auto;
	}

	.ebpo-qo-choice-family {
		min-height: 400px;
		border-radius: 12px !important;
		clip-path: inset(0 round 12px);
	}

	.ebpo-qo-submit-row {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.ebpo-qo-checkout-trust span + span {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 640px) {
	.ebpo-quick-order-shell {
		margin: 24px auto;
		padding: 0;
	}

	.ebpo-quick-order {
		width: 100%;
		padding: 22px;
		border-radius: 16px;
	}

	.ebpo-quick-order-head h2 {
		font-size: 1.7rem;
	}

	.ebpo-qo-summary-card,
	.ebpo-qo-form-section {
		padding: 20px;
	}

	.ebpo-qo-summary-image {
		height: 175px;
	}

	.ebpo-qo-summary-name {
		font-size: 1.4rem;
	}

	.ebpo-qo-checkout-trust {
		justify-content: flex-start;
		gap: 10px;
	}

	.ebpo-qo-checkout-trust span {
		width: 100%;
	}

	.ebpo-qo-question-family h3 {
		font-size: 2.7rem;
	}

		.ebpo-qo-toolbar {
			flex-wrap: wrap;
		}

			.ebpo-qo-back,
			.ebpo-qo-reset {
				min-height: 40px !important;
				padding: 0 14px !important;
				border-radius: 12px;
				font-size: 0.85rem;
				box-shadow: 0 6px 18px rgba(24, 53, 45, 0.05);
			}

			.ebpo-qo-submit {
				grid-template-columns: 20px minmax(0, 1fr) 20px;
				gap: 10px;
				min-height: 52px;
				padding: 0 16px;
				font-size: 0.95rem;
			}

			.ebpo-qo-submit [data-ebpo-submit-label] {
				min-width: 0;
				font-size: 0.95rem;
				line-height: 1.2;
				text-wrap: balance;
			}

			.ebpo-qo-submit > .ebpo-qo-checkout-icon {
				font-size: 0.95rem;
			}

			.ebpo-qo-choice-family {
				min-height: 360px;
			padding: 24px 22px 28px;
		border-radius: 12px !important;
		clip-path: inset(0 round 12px);
	}

	.ebpo-qo-choice-usage {
		align-items: flex-start;
	}

	.ebpo-qo-family-media {
		min-height: 196px;
	}

	.ebpo-qo-family-product {
		height: 152px;
	}

	.ebpo-qo-family-badge {
		width: 62px;
		height: 62px;
	}

	.ebpo-qo-product {
		align-items: flex-start;
		flex-direction: column;
	}

	.ebpo-qo-thumb {
		width: 100%;
		height: 180px;
	}

	.ebpo-qo-card {
		padding: 18px;
	}
}

/* --------------------------------------------------------------------------
 * Pixel-perfect quick order format step — corrected
 * Fixes: left-aligned header, progress layout, no card overflow, clean meta info.
 * -------------------------------------------------------------------------- */
.ebpo-quick-order-shell {
	--ebpo-format-card-radius: 28px;
	--ebpo-format-card-shadow: 0 20px 44px rgba(24, 53, 45, 0.07);
	--ebpo-format-card-shadow-hover: 0 30px 58px rgba(24, 53, 45, 0.12);
}

.ebpo-quick-order {
	border-radius: 22px;
	padding: clamp(26px, 4vw, 52px);
}

.ebpo-quick-order-head {
	position: relative;
	display: grid !important;
	justify-items: start !important;
	text-align: left !important;
	max-width: 100% !important;
	min-height: 0;
	margin-bottom: 30px;
}

.ebpo-quick-order-head h2 {
	margin: 10px 0 12px;
	font-size: clamp(2.4rem, 3.6vw, 1.7rem);
	line-height: 0.96;
	letter-spacing: -0.055em;
	color: var(--ebpo-forest);
	max-width: min(780px, 100%);
	text-align: left !important;
}

.ebpo-quick-order-head p {
	max-width: 720px;
	font-size: 1.08rem;
	line-height: 1.65;
	text-align: left !important;
}

.ebpo-quick-order-kicker {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.ebpo-quick-order--format-step .ebpo-quick-order-head {
	padding-right: min(34vw, 400px);
}

.ebpo-quick-order--format-step .ebpo-quick-order-head::after {
	content: "";
	position: absolute;
	right: 28px;
	top: -18px;
	width: min(26vw, 290px);
	height: 180px;
	background: center / contain no-repeat url("../images/quick-order/hero-buches-compressees.webp");
	filter: drop-shadow(0 18px 26px rgba(76, 48, 14, 0.12));
	pointer-events: none;
}

.ebpo-qo-progress-shell {
	border: 1px solid rgba(24, 75, 58, 0.10);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	padding: 24px 26px;
}

.ebpo-qo-progress-meta {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr) !important;
	align-items: center;
	gap: clamp(32px, 8vw, 140px);
	width: 100%;
}

.ebpo-qo-progress-meta > div:first-child {
	width: max-content;
	min-width: max-content;
	white-space: nowrap;
}

.ebpo-qo-progress-track {
	width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.ebpo-qo-progress-value {
	color: var(--ebpo-forest);
	font-weight: 900;
	font-size: 0.95rem;
	white-space: nowrap;
}

.ebpo-qo-path span {
	border: 1px solid rgba(24, 75, 58, 0.06);
	background: rgba(244, 247, 243, 0.9);
}

.ebpo-qo-toolbar {
	margin-top: -2px;
}

.ebpo-qo-back,
.ebpo-qo-reset {
	min-height: 52px;
	padding: 0 20px;
	border-radius: 14px;
}

.ebpo-qo-reset {
	background: transparent;
	box-shadow: none;
}

.ebpo-qo-format-step {
	display: grid;
	gap: 26px;
}

.ebpo-qo-format-question {
	text-align: left;
}

.ebpo-qo-format-question h3 {
	display: none;
}

.ebpo-qo-format-question p {
	max-width: 760px;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--ebpo-muted);
}

.ebpo-qo-format-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: stretch;
}

.ebpo-qo-format-card {
	position: relative;
	display: block !important;
	min-height: 268px;
	width: 100%;
	box-sizing: border-box;
	padding: 30px clamp(205px, 19vw, 250px) 28px 30px !important;
	border: 1px solid rgba(24, 75, 58, 0.12);
	border-radius: var(--ebpo-format-card-radius) !important;
	background:
		radial-gradient(circle at top left, rgba(242, 201, 76, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,251,243,0.99) 100%) !important;
	box-shadow: var(--ebpo-format-card-shadow) !important;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ebpo-qo-format-card:hover,
.ebpo-qo-format-card:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(24, 75, 58, 0.32);
	box-shadow: var(--ebpo-format-card-shadow-hover) !important;
	outline: none;
}

.ebpo-qo-format-card.is-selected {
	border-color: rgba(24, 75, 58, 0.92);
	box-shadow:
		inset 0 0 0 1px rgba(24, 75, 58, 0.14),
		0 30px 58px rgba(24, 53, 45, 0.14) !important;
}

.ebpo-qo-format-check {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: var(--ebpo-forest);
	color: #fff;
	font-weight: 900;
	opacity: 0;
	transform: scale(0.86);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 3;
}

.ebpo-qo-format-card.is-selected .ebpo-qo-format-check {
	opacity: 1;
	transform: scale(1);
}

.ebpo-qo-format-content {
	position: relative;
	z-index: 2;
	display: grid !important;
	justify-items: start;
	align-content: start;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.ebpo-qo-format-badge {
	display: inline-flex;
	width: fit-content;
	min-height: 30px;
	align-items: center;
	padding: 0 13px;
	border-radius: 999px;
	background: rgba(24, 75, 58, 0.08);
	color: var(--ebpo-forest-soft);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ebpo-qo-format-card strong {
	display: block;
	max-width: 100%;
	font-size: clamp(1.55rem, 1.8vw, 2rem) !important;
	line-height: 1.05 !important;
	letter-spacing: -0.035em;
	color: var(--ebpo-forest);
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
	hyphens: auto;
}

.ebpo-qo-format-desc {
	display: block;
	max-width: 25ch;
	font-size: 0.98rem;
	line-height: 1.45;
	color: var(--ebpo-muted);
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.ebpo-qo-format-price {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(242, 201, 76, 0.2);
	color: var(--ebpo-forest);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.ebpo-qo-format-price-label {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	opacity: 0.78;
}

.ebpo-qo-format-price-value {
	display: inline-flex;
	align-items: center;
}

.ebpo-qo-format-meta {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-top: 8px;
	color: var(--ebpo-forest);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.2;
}

.ebpo-qo-format-meta > span,
.ebpo-qo-format-meta-item {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	max-width: 100%;
	min-width: 0;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ebpo-qo-meta-separator {
	flex: 0 0 auto;
	width: 1px;
	height: 20px;
	background: rgba(24, 75, 58, 0.14);
}

.ebpo-qo-meta-icon {
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ebpo-qo-meta-icon-cartons {
	background-image: url("../icons/quick-order/meta/box-icon.webp");
}

.ebpo-qo-meta-icon-weight {
	background-image: url("../icons/quick-order/meta/icon-weight-72.webp");
}

.ebpo-qo-meta-icon-logs {
	background-image: url("../icons/quick-order/meta/icon-logs-72.webp");
}

.ebpo-qo-format-arrow {
	width: 48px;
	height: 48px;
	margin-top: 10px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(24, 75, 58, 0.08);
	color: var(--ebpo-forest);
	font-size: 1.25rem;
	box-shadow: 0 12px 26px rgba(24, 53, 45, 0.08);
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.ebpo-qo-format-card:hover .ebpo-qo-format-arrow,
.ebpo-qo-format-card:focus-visible .ebpo-qo-format-arrow {
	transform: translateX(4px);
	background: var(--ebpo-forest);
	color: #fff;
}

.ebpo-qo-format-visual {
	position: absolute !important;
	z-index: 1;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(150px, 16vw, 205px);
	height: 160px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ebpo-qo-format-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(0 16px 20px rgba(76, 48, 14, 0.13));
	transition: transform 180ms ease;
}

.ebpo-qo-format-card:hover .ebpo-qo-format-image {
	transform: scale(1.035);
}

.ebpo-qo-format-image-demi {
	background-image: url("../images/quick-order/format-demi-palette.webp");
}

.ebpo-qo-format-image-palette {
	background-image: url("../images/quick-order/format-palette-complete.webp");
}

.ebpo-qo-format-image-jour-demi {
	background-image: url("../images/quick-order/product-buches-jour-demi.png");
}

.ebpo-qo-format-image-jour-palette {
	background-image: url("../images/quick-order/product-buches-jour-palette.webp");
}

.ebpo-qo-format-image-nuit-demi {
	background-image: url("../images/quick-order/product-buches-nuit-demi.png");
}

.ebpo-qo-format-image-nuit-palette {
	background-image: url("../images/quick-order/product-buches-nuit-palette.webp");
}

.ebpo-qo-format-footer {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	padding-top: 8px;
	border-top: 1px solid rgba(24, 75, 58, 0.08);
}

.ebpo-qo-format-help {
	display: none !important;
}

.ebpo-qo-format-continue {
	min-width: 260px;
	min-height: 58px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--ebpo-forest) 0%, var(--ebpo-forest-soft) 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	box-shadow: 0 18px 38px rgba(24, 75, 58, 0.18);
	cursor: pointer;
}

.ebpo-qo-format-continue:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	box-shadow: none;
}

@media (max-width: 1100px) {
	.ebpo-qo-format-card {
		padding-right: 205px !important;
	}

	.ebpo-qo-format-visual {
		right: 22px;
		width: 165px;
	}
}

@media (max-width: 980px) {
	.ebpo-quick-order--format-step .ebpo-quick-order-head {
		padding-right: 0;
	}

	.ebpo-quick-order--format-step .ebpo-quick-order-head::after {
		display: none;
	}

	.ebpo-qo-progress-meta {
		grid-template-columns: 1fr !important;
		gap: 18px;
	}

	.ebpo-qo-progress-meta > div:first-child {
		width: auto;
		min-width: 0;
		white-space: normal;
	}

	.ebpo-qo-format-grid {
		grid-template-columns: 1fr !important;
	}

	.ebpo-qo-format-card {
		padding-right: 230px !important;
	}

	.ebpo-qo-format-visual {
		width: 190px;
	}

	.ebpo-qo-format-footer {
		justify-content: stretch;
	}
}

@media (max-width: 640px) {
	.ebpo-quick-order-head h2 {
		font-size: 1.7rem;
	}

	.ebpo-qo-format-card {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px !important;
		min-height: auto;
	}

	.ebpo-qo-format-visual {
		position: relative !important;
		right: auto;
		top: auto;
		transform: none;
		width: min(100%, 220px);
		height: 150px;
		justify-self: center;
		margin-top: 4px;
	}

	.ebpo-qo-format-desc {
		max-width: 100%;
	}

	.ebpo-qo-meta-separator {
		display: none;
	}

	.ebpo-qo-format-continue {
		width: 100%;
		min-width: 0;
	}
}

body.ebpo-quick-order-page .elementor-location-single > .elementor-element:first-child,
body.ebpo-quick-order-active .elementor-location-single > .elementor-element:first-child {
	--padding-top: 0px;
	--padding-bottom: 24px;
}

body.ebpo-quick-order-page .elementor-widget-theme-post-content,
body.ebpo-quick-order-page .elementor-widget-theme-post-content > .elementor-widget-container,
body.ebpo-quick-order-active .elementor-widget-theme-post-content,
body.ebpo-quick-order-active .elementor-widget-theme-post-content > .elementor-widget-container {
	margin-top: 0;
	padding-top: 0;
}

body.ebpo-quick-order-page .ebpo-quick-order-shell,
body.ebpo-quick-order-active .ebpo-quick-order-shell {
	margin-top: 0;
	margin-bottom: 24px;
}

body.ebpo-quick-order-page .elementor-widget-shortcode:has(> .elementor-widget-container > .elementor-shortcode:empty),
body.ebpo-quick-order-active .elementor-widget-shortcode:has(> .elementor-widget-container > .elementor-shortcode:empty),
body.ebpo-quick-order-page .elementor-9222 > .elementor-element:has(> .e-con-inner:empty),
body.ebpo-quick-order-active .elementor-9222 > .elementor-element:has(> .e-con-inner:empty) {
	display: none;
}

@media (max-width: 767px) {
	body.ebpo-quick-order-page .elementor-location-single > .elementor-element:first-child,
	body.ebpo-quick-order-active .elementor-location-single > .elementor-element:first-child {
		--padding-bottom: 24px;
	}
}
