/**
 * EdenBoost cart and checkout (mu-plugins/eb-checkout.php), design canvas v13 boards T-CartPage,
 * T-Checkout and D-Checkout. Checkout: body.eb-co (Fluid Checkout's distraction free template); cart page:
 * body.eb-cart (Flatsome's simple checkout template with Fluid Checkout Pro's cart). Neither loads the
 * shop header CSS.
 *
 * Every rule is scoped with :not(#eb): that adds an id to the specificity, so these rules win over Fluid
 * Checkout ([0,4,x]), Flatsome and the Customizer CSS without !important. !important is only used where
 * those use it themselves (FC Pro's cart table, the Customizer's button radius and order button width).
 */

@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url(../../fonts/manrope/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url(../../fonts/manrope/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body.eb-co,
body.eb-cart {
	--eb-ink: #0f1f33;
	--eb-text: #34465a;
	--eb-muted: #56687b;
	--eb-line: #e2ecf3;
	--eb-field: #c9dbe8;
	--eb-soft: #f4f9fc;
	--eb-tint: #eef8fd;
	--eb-pd: #0b7fb3;
	--eb-pd-h: #096d9a;
	--eb-green: #157347;
	--eb-font: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--fluidcheckout--option-box--border-radius: 16px;
	--fluidcheckout--option-box--border-color: #e2ecf3;
	--fluidcheckout--option-box--border-color--hover: #b9dcef;
	--fluidcheckout--option-box--label-border-color--checked: #0b7fb3;
	--fluidcheckout--option-box--background-color: #ffffff;
	--fluidcheckout--option-box--background-color--hover: #fbfdff;
	--fluidcheckout--option-box--background-color--checked: #f3faff;
	--fluidcheckout--option-box--radio-color: #b8c9d7;
	--fluidcheckout--option-box--radio-color--checked: #0b7fb3;
	--fluidcheckout--option-box--radio-icon-color--checked: #ffffff;
	--fluidcheckout--section--highlighted-background-color: transparent;
	--fluidcheckout--section--highlighted-field-background-color: #ffffff;
	--fluidcheckout--color--success: #1c9a5b;
	--fluidcheckout--header--background-color: #ffffff;
	--fluidcheckout--border-color: #e2ecf3;
}

body.eb-co:not(#eb) { background: #f4f9fc; color: var(--eb-text); font-family: var(--eb-font); }
body.eb-co:not(#eb) :is(button, input, select, textarea, .button, h1, h2, h3, h4, label) { font-family: var(--eb-font); }
body.eb-co:not(#eb) a { color: var(--eb-pd); }

/* Platform badges (cart lines, "Passt dazu"). */
:is(body.eb-co, body.eb-cart):not(#eb) .ebh-b { flex: none; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: var(--c, #0b7fb3); }
:is(body.eb-co, body.eb-cart):not(#eb) .ebh-b44 { width: 44px; height: 44px; border-radius: 13px; }
:is(body.eb-co, body.eb-cart):not(#eb) .ebh-b .ebh-i { display: block; flex: none; width: 18px; height: 18px; background: #fff; -webkit-mask: var(--i) center / contain no-repeat; mask: var(--i) center / contain no-repeat; }
:is(body.eb-co, body.eb-cart):not(#eb) .ebh-b44 .ebh-i { width: 22px; height: 22px; }

/* Buttons: design colours and radius (the Customizer forces 5px with !important on every .button). */
body.eb-co:not(#eb) :is(.fc-step__next-step.button, #place_order.button),
body.eb-cart:not(#eb) :is(.checkout-button.button, a.fc-cart-action__proceed-checkout) {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 54px; margin: 0; padding: 0 26px; border: 0; border-radius: 16px !important;
	background-color: #0b7fb3; color: #fff; font-size: 16px; font-weight: 800; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none;
	box-shadow: 0 10px 24px rgba(11, 127, 179, .26);
}
body.eb-co:not(#eb) :is(.fc-step__next-step.button, #place_order.button):hover,
body.eb-cart:not(#eb) :is(.checkout-button.button, a.fc-cart-action__proceed-checkout):hover { background-color: var(--eb-pd-h); color: #fff; }
body.eb-co:not(#eb) .fc-step__substep-save.button {
	min-height: 46px; margin: 14px 0 0 !important; padding: 0 20px; border: 1.5px solid #cfe0ec; border-radius: 14px !important;
	background: #fff; color: var(--eb-pd); font-size: 15px; font-weight: 800; letter-spacing: 0; text-transform: none; box-shadow: none;
}
body.eb-co:not(#eb) .fc-step__substep-save.button:hover { border-color: #0b7fb3; background: #f3faff; }

/* ---------------------------------------------------------------------------------------------
 * Checkout header: logo (no link), "Hilfe im Live Chat" (large screens), "Sicher bezahlen",
 * and on phones the "Bestellübersicht (n)" bar that opens FC's summary
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) .fc-checkout-header { border-bottom: 1px solid var(--eb-line); background: #fff; box-shadow: none; }
body.eb-co:not(#eb) .fc-checkout-header__inner { display: flex; align-items: center; gap: 16px; min-height: 60px; max-width: 1184px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
body.eb-co:not(#eb) .fc-checkout__branding { margin: 0; padding: 0; line-height: 0; }
body.eb-co:not(#eb) .eb-co-logo img { display: block; width: auto; height: 26px; max-width: 180px; object-fit: contain; }
body.eb-co:not(#eb) .eb-co-hw { margin-left: auto; display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 800; }
body.eb-co:not(#eb) .eb-co-secure { display: flex; align-items: center; gap: 6px; color: var(--eb-green); white-space: nowrap; }
body.eb-co:not(#eb) .eb-co-chat { display: none; align-items: center; gap: 7px; color: var(--eb-ink); text-decoration: none; white-space: nowrap; }
body.eb-co:not(#eb) .eb-co-chat:hover { text-decoration: underline; text-underline-offset: 3px; }
body.eb-co:not(#eb) .eb-co-live { display: inline-block; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #1c9a5b; box-shadow: 0 0 0 3px rgba(28, 154, 91, .16); }

body.eb-co:not(#eb) .eb-co-sb { display: flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 800; color: var(--eb-pd); }
body.eb-co:not(#eb) .eb-co-sb-ic,
body.eb-co:not(#eb) .eb-co-sb-ch { display: block; flex: none; background: currentColor; }
body.eb-co:not(#eb) .eb-co-sb-ic { width: 19px; height: 19px; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.5L21 8H6.2'/%3E%3Ccircle cx='10' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.5L21 8H6.2'/%3E%3Ccircle cx='10' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3C/svg%3E") center / contain no-repeat; }
body.eb-co:not(#eb) .eb-co-sb-ch { width: 16px; height: 16px; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat; }
body.eb-co:not(#eb) .eb-co-sb-p { font-size: 17px; font-weight: 800; color: var(--eb-ink); }
body.eb-co:not(#eb) .eb-co-sb-p .woocommerce-Price-amount { color: inherit; }

@media (max-width: 999px) {
	body.eb-co:not(#eb) .fc-checkout-header { min-height: 113px; }
	body.eb-co:not(#eb) .fc-checkout-header .fc-checkout__cart-link-wrapper { display: block; position: absolute; top: 60px; left: 0; right: 0; height: 52px; margin: 0; border-top: 1px solid var(--eb-line); background: #fff; }
	body.eb-co:not(#eb) .fc-checkout-header .fc-checkout__cart-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 52px; margin: 0; padding: 0 16px; border: 0; border-radius: 0; background: #fff; box-shadow: none; color: var(--eb-ink); text-decoration: none; }
	body.eb-co:not(#eb) .fc-checkout-header .fc-checkout__cart-link::before,
	body.eb-co:not(#eb) .fc-checkout-header .fc-checkout__cart-link::after { display: none; }
	body.eb-co:not(#eb) #main.fc-main { padding-top: 130px; }
}
@media (min-width: 1000px) {
	body.eb-co:not(#eb) .fc-checkout-header__inner { min-height: 76px; }
	body.eb-co:not(#eb) .eb-co-logo img { height: 30px; }
	body.eb-co:not(#eb) .eb-co-hw { font-size: 14px; }
	body.eb-co:not(#eb) .eb-co-chat { display: inline-flex; }
}

/* ---------------------------------------------------------------------------------------------
 * Page frame, title, steps bar (not pinned), Sternpunkte
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) #main.fc-main { max-width: 1184px; padding-left: 16px; padding-right: 16px; }
body.eb-co:not(#eb) .fc-content .fc-checkout__title.screen-reader-text {
	position: static !important; clip: auto !important; clip-path: none !important; width: auto !important; height: auto !important; overflow: visible !important;
	margin: 0 0 14px !important; font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: var(--eb-ink); text-transform: none; word-wrap: normal;
}
@media (min-width: 1000px) {
	body.eb-co:not(#eb) #main.fc-main { padding-top: 36px; }
	body.eb-co:not(#eb) .fc-content .fc-checkout__title.screen-reader-text { margin-bottom: 18px !important; font-size: 34px; }
}

body.eb-co:not(#eb) .fc-progress-bar { height: auto !important; margin: 0 0 14px; padding: 0; border: 0; background: none; }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__inner { position: static !important; top: auto !important; width: auto !important; margin: 0; padding: 0; border: 0; background: none; box-shadow: none; }
body.eb-co:not(#eb) .fc-progress-bar__count { display: none; }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; width: 100%; height: auto; border-radius: 0; background: none; overflow: visible; }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps .fc-progress-bar__step {
	position: static; float: none; display: flex; flex-direction: column; gap: 6px; width: auto !important; height: auto; margin: 0; padding: 0;
	background: none !important; clip: auto; font-size: 13px; font-weight: 800; line-height: 1.2; color: #7b8c9d; text-indent: 0; white-space: normal; overflow: visible;
}
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps .fc-progress-bar__step::before { content: ""; display: block; height: 5px; border-radius: 999px; background: #d5e0e9; }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps .fc-progress-bar__step.is-current { color: var(--eb-ink); }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps .fc-progress-bar__step.is-current::before { background: #0b7fb3; }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps .fc-progress-bar__step.is-complete { color: var(--eb-green); }
body.eb-co:not(#eb) .fc-progress-bar .fc-progress-bar__steps .fc-progress-bar__step.is-complete::before { background: #1c9a5b; }

body.eb-co:not(#eb) .fc-checkout-notices { margin: 0 0 14px; }
/* Fluid Checkout floats every notices wrapper at 62.5% minus 50px, also the one inside this box: as soon as it held
   anything, the Sternpunkte card sat squeezed on the right (owner, 27 Sep). Inside the box the wrapper simply flows. */
body.eb-co:not(#eb) .fc-checkout-notices .woocommerce-notices-wrapper { float: none; width: auto; }
body.eb-co:not(#eb) :is(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold) {
	clear: both; width: 100%; display: flex; align-items: center; gap: 8px; margin: 0; padding: 10px 12px; border: 1px solid #f3dfae; border-radius: 14px; background: #fff7e6;
	font-size: 13.5px; line-height: 1.4; color: #5a4300; box-shadow: none;
}
body.eb-co:not(#eb) :is(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold)::before {
	content: ""; display: block; position: static; flex: none; width: 17px; height: 17px; margin: 0; border: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5l2.9 6.1 6.6.8-4.9 4.6 1.3 6.6L12 17.3l-5.9 3.3 1.3-6.6-4.9-4.6 6.6-.8z' fill='%23f5a623'/%3E%3C/svg%3E") center / contain no-repeat;
}
body.eb-co:not(#eb) :is(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold) img { display: none; }
body.eb-co:not(#eb) :is(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold) strong { color: #5a4300; }
@media (min-width: 1000px) {
	body.eb-co:not(#eb) :is(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold) { padding: 12px 14px; font-size: 14.5px; }
	body.eb-co:not(#eb) :is(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold)::before { width: 18px; height: 18px; }
}

/* ---------------------------------------------------------------------------------------------
 * Steps as separate cards, numbered; done steps with a check and "Ändern"
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) .fc-checkout-steps { counter-reset: ebstep; }
body.eb-co:not(#eb) .fc-checkout-step {
	counter-increment: ebstep; position: relative; margin: 0 0 14px !important; padding: 16px; border: 1px solid var(--eb-line) !important; border-radius: 18px !important; background: #fff; box-shadow: none;
}
body.eb-co:not(#eb) .fc-checkout-step[data-step-current] { border: 1.5px solid #b9dcef !important; box-shadow: 0 12px 28px rgba(15, 31, 51, .07); }
body.eb-co:not(#eb) .fc-checkout-step:not([data-step-current]):not([data-step-complete]) { background: #f8fbfd; }
body.eb-co:not(#eb) .fc-checkout-step .fc-step__title.screen-reader-text {
	position: static !important; clip: auto !important; clip-path: none !important; width: auto !important; height: auto !important; overflow: visible !important;
	display: flex; align-items: center; gap: 10px; margin: 0 0 12px !important; padding: 0; font-size: 17px; font-weight: 800; line-height: 1.2; letter-spacing: 0; text-transform: none; color: var(--eb-ink); word-wrap: normal;
}
body.eb-co:not(#eb) .fc-checkout-step .fc-step__title::before {
	content: counter(ebstep); flex: none; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	font-size: 14px; font-weight: 800; background: #e9eff4; color: var(--eb-muted);
}
body.eb-co:not(#eb) .fc-checkout-step[data-step-current] .fc-step__title::before { background: #0b7fb3; color: #fff; }
body.eb-co:not(#eb) .fc-checkout-step[data-step-complete]:not([data-step-current]) .fc-step__title { margin-bottom: 4px !important; }
body.eb-co:not(#eb) .fc-checkout-step[data-step-complete]:not([data-step-current]) .fc-step__title::before {
	content: ""; background: #e5f5ec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23157347' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 14px no-repeat;
}
body.eb-co:not(#eb) .fc-checkout-step:not([data-step-current]):not([data-step-complete]) .fc-step__title { margin: 0 !important; color: var(--eb-muted); }

/* The step title is the card title; the first sub step titles would repeat it. */
body.eb-co:not(#eb) :is(.fc-step__substep-title--contact, .fc-step__substep-title--billing_address, .fc-step__substep-title--order_notes) { display: none !important; }
body.eb-co:not(#eb) .fc-step__substep-title--payment {
	margin: 4px 0 10px; padding: 0; border: 0; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--eb-muted);
}
body.eb-co:not(#eb) .fc-step__substep { position: static; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
body.eb-co:not(#eb) .fc-step__substep + .fc-step__substep { margin-top: 12px; }
body.eb-co:not(#eb) .fc-step__substep-fields { padding: 0; background: transparent; }
body.eb-co:not(#eb) .fc-step__substep-text { padding: 0 0 0 38px; background: transparent; font-size: 14.5px; line-height: 1.5; color: var(--eb-text); }
body.eb-co:not(#eb) .fc-step__substep-text-content { margin: 0; padding: 0; border: 0; background: transparent; }
body.eb-co:not(#eb) .fc-step__substep-edit { position: absolute; top: 14px; right: 12px; left: auto; padding: 8px 6px; font-size: 14px; font-weight: 800; text-decoration: none; color: var(--eb-pd); background: none; }
body.eb-co:not(#eb) .fc-step__substep-edit:hover { text-decoration: underline; }
body.eb-co:not(#eb) .fc-checkout-step[data-step-complete] .fc-step__substep[data-substep-id="order_notes"] { display: none; }
body.eb-co:not(#eb) .fc-step__actions { margin: 14px 0 0; padding: 0; border: 0; background: transparent; }
body.eb-co:not(#eb) .fc-step__next-step.button { width: 100%; }
@media (min-width: 1000px) {
	body.eb-co:not(#eb) .fc-checkout-step { padding: 20px 22px; border-radius: 20px !important; }
	body.eb-co:not(#eb) .fc-checkout-step .fc-step__title.screen-reader-text { gap: 12px; font-size: 19px; }
	body.eb-co:not(#eb) .fc-checkout-step .fc-step__title::before { width: 30px; height: 30px; font-size: 15px; }
	body.eb-co:not(#eb) .fc-step__substep-text,
	body.eb-co:not(#eb) .fc-step__substep-fields { padding-left: 42px; }
	body.eb-co:not(#eb) .fc-step__actions { padding-left: 42px; }
	body.eb-co:not(#eb) .fc-step__next-step.button { width: auto; }
	body.eb-co:not(#eb) .fc-step__substep-edit { top: 18px; right: 16px; }
}

/* ---------------------------------------------------------------------------------------------
 * Fields (Flatsome styles the inputs; its floating labels are switched off on these pages)
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) .form-row { margin-bottom: 14px; }
body.eb-co:not(#eb) .form-row label:not(.checkbox):not(.smm-order-bump-label) {
	position: static; display: block; margin: 0 0 6px; padding: 0; opacity: 1; transform: none;
	font-size: 13.5px; font-weight: 700; line-height: 1.3; color: var(--eb-ink); white-space: normal;
}
body.eb-co:not(#eb) .form-row label .required { color: var(--eb-muted); text-decoration: none; border: 0; }
body.eb-co:not(#eb) .form-row :is(input.input-text, input[type="email"], input[type="text"], input[type="tel"], input[type="password"], textarea, select) {
	height: 50px; min-height: 50px; margin: 0; padding: 0 14px; border: 1.5px solid var(--eb-field); border-radius: 14px;
	background-color: #fff; box-shadow: none; font-size: 15.5px; line-height: 1.3; color: var(--eb-ink); transition: border-color .15s, box-shadow .15s;
}
body.eb-co:not(#eb) .form-row textarea { height: auto; min-height: 96px; padding: 12px 14px; }
body.eb-co:not(#eb) .form-row :is(input.input-text, input[type="email"], input[type="text"], input[type="tel"], textarea, select):focus { border-color: #1fa8e6; box-shadow: 0 0 0 3px rgba(31, 168, 230, .16); outline: 0; }
body.eb-co:not(#eb) .select2-container .select2-selection--single { height: 50px; border: 1.5px solid var(--eb-field); border-radius: 14px; background: #fff; box-shadow: none; }
body.eb-co:not(#eb) .select2-container .select2-selection--single .select2-selection__rendered { padding: 0 38px 0 14px; line-height: 47px; font-size: 15.5px; color: var(--eb-ink); }
body.eb-co:not(#eb) .select2-container .select2-selection--single .select2-selection__arrow { height: 47px; right: 8px; }
body.eb-co:not(#eb) .form-row :is(.description, .fc-field-description) { margin-top: 6px; padding: 0; background: none; font-size: 12.5px; line-height: 1.4; color: var(--eb-muted); }
body.eb-co:not(#eb) .form-row :is(.description, .fc-field-description)::before { display: none; }
/* Postcode and city side by side (Fluid Checkout floats both left). */
@media (min-width: 550px) {
	body.eb-co:not(#eb) #billing_postcode_field { width: 34% !important; float: left !important; clear: left !important; }
	body.eb-co:not(#eb) #billing_city_field { width: 62% !important; float: right !important; clear: none !important; }
}
body.eb-co:not(#eb) .eb-co-note { margin: 0 0 12px; font-size: 13.5px; line-height: 1.5; color: var(--eb-muted); }

body.eb-co:not(#eb) .fc-contact-login { margin: 0 0 12px; padding: 0; border: 0; background: none; text-align: left; }
body.eb-co:not(#eb) .fc-contact-login__content { padding: 0; }
body.eb-co:not(#eb) .fc-contact-login__cta-text { font-size: 14px; color: var(--eb-text); text-align: left; }
body.eb-co:not(#eb) .fc-contact-login__action { font-weight: 800; color: var(--eb-pd); text-decoration: none; }
body.eb-co:not(#eb) .fc-contact-login__separator { display: none; }
body.eb-co:not(#eb) .fc-account-matching { margin: 0 0 14px; padding: 12px 14px; border: 1px solid #cfe6f4; border-radius: 14px; background: var(--eb-tint); text-align: left; }
body.eb-co:not(#eb) .fc-account-matching__content { padding: 0; font-size: 13.5px; line-height: 1.5; color: var(--eb-text); text-align: left; }
body.eb-co:not(#eb) .fc-account-matching__cta-text { margin-top: 4px; }
body.eb-co:not(#eb) .fc-account-matching__action { font-weight: 800; color: var(--eb-pd); text-decoration: none; }

body.eb-co:not(#eb) #createaccount_field label.checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 14px; font-weight: 400; line-height: 1.45; color: var(--eb-text); }
body.eb-co:not(#eb) #createaccount_field label.checkbox strong { color: var(--eb-ink); }
body.eb-co:not(#eb) #createaccount_field .optional { display: none; }

/* "+ Adresszusatz", "+ Telefon", "+ Firma", "+ Anmerkung", "+ Gutscheincode hinzufügen" */
body.eb-co:not(#eb) .expansible-section__toggle-plus {
	position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 14px 0 12px; border: 1px solid var(--eb-line); border-radius: 999px;
	background: #fff; font-size: 13.5px; font-weight: 700; line-height: 1; color: var(--eb-pd); text-decoration: none;
}
body.eb-co:not(#eb) .expansible-section__toggle-plus::before {
	content: ""; position: static; top: auto; left: auto; flex: none; width: 12px; height: 12px; margin: 0; border: 0; transform: none; font-size: 0; background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
}
body.eb-co:not(#eb) .expansible-section__toggle-plus::after { display: none; }
body.eb-co:not(#eb) .expansible-section__toggle-plus:hover { border-color: #b9dcef; background: #f3faff; }
body.eb-co:not(#eb) .fc-expansible-form-section { margin-bottom: 10px; }
body.eb-co:not(#eb) .fc-coupon_code__collapsible .expansible-section__toggle-plus { min-height: 32px; padding: 0; border: 0; background: none; font-size: 14px; font-weight: 800; }

/* ---------------------------------------------------------------------------------------------
 * Payment methods, order bump, consent, order button, guarantees
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) .payment_method_mollie_wc_gateway_klarna .payment-method__label-text::after {
	content: "Empfohlen"; display: inline-block; margin-left: 8px; padding: 3px 9px; border-radius: 999px; background: #e5f5ec; color: var(--eb-green);
	font-size: 12px; font-weight: 800; line-height: 1.2; vertical-align: 1px;
}
body.eb-co:not(#eb) .wc_payment_method .payment-method__label-icon img { max-height: 24px; width: auto; }

/* automate-smm order bump (its styles.css forces layout with !important): a calm card. Grid: checkbox, offer,
   price; on phones the price sits under the offer. Only the price actually paid is shown (the crossed out regular
   price did not match the "spare 20 %", it was the regular price while the discount comes from the sale price). */
body.eb-co:not(#eb) .smm-order-bump { margin: 4px 0 18px; padding: 0; border: 1.5px dashed #9fd0ea; border-radius: 16px; background: #fff; box-shadow: none; overflow: hidden; transition: border-color .2s, background-color .2s; }
body.eb-co:not(#eb) .smm-order-bump.in-cart { border: 1.5px solid #1c9a5b; background: #fff; box-shadow: none; }
body.eb-co:not(#eb) .smm-order-bump-header { width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: #f3faff; }
body.eb-co:not(#eb) .smm-order-bump-header:hover { background: #eaf5fc; }
body.eb-co:not(#eb) .smm-order-bump.in-cart .smm-order-bump-header { background: #e5f5ec; }
body.eb-co:not(#eb) .smm-order-bump-label {
	display: grid !important; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "cb offer price"; align-items: center; column-gap: 12px; row-gap: 4px;
	width: 100% !important; min-height: 0 !important; margin: 0; padding: 14px 16px; box-sizing: border-box; font-size: 15px; font-weight: 400; line-height: 1.4; color: var(--eb-ink); cursor: pointer;
}
body.eb-co:not(#eb) .smm-order-bump-left { grid-area: cb; display: flex; align-items: center; min-height: 0; margin: 0; }
body.eb-co:not(#eb) .smm-order-bump-arrow { display: none !important; animation: none !important; }
body.eb-co:not(#eb) .smm-order-bump-checkbox { width: 22px; height: 22px; margin: 0; accent-color: #0b7fb3; cursor: pointer; }
body.eb-co:not(#eb) .smm-order-bump-right { grid-area: offer; min-width: 0; min-height: 0; margin: 0; }
body.eb-co:not(#eb) .smm-order-bump-title { display: block !important; font-size: 15px; font-weight: 700 !important; line-height: 1.4; color: var(--eb-ink); }
body.eb-co:not(#eb) .smm-order-bump-title span { color: inherit !important; }
body.eb-co:not(#eb) .smm-order-bump-title > strong:first-child,
body.eb-co:not(#eb) .smm-order-bump-title > strong:first-child span,
body.eb-co:not(#eb) .smm-order-bump-title > span:first-child { color: var(--eb-pd) !important; }
body.eb-co:not(#eb) .smm-order-bump-price { grid-area: price; display: flex; align-items: baseline; justify-content: flex-end; min-height: 0; margin: 0; white-space: nowrap; }
body.eb-co:not(#eb) .smm-order-bump-original-price { display: none !important; }
body.eb-co:not(#eb) .smm-order-bump-new-price { display: inline-block !important; font-size: 17px; font-weight: 800; color: var(--eb-ink); }
body.eb-co:not(#eb) .smm-order-bump-inner { display: flex; align-items: center; gap: 14px; margin: 0; padding: 12px 16px 14px 50px; border: 0; background: #fff; }
body.eb-co:not(#eb) .smm-order-bump-image { flex: none; width: 56px; margin: 0; }
body.eb-co:not(#eb) .smm-order-bump-image img { display: block; width: 56px; max-width: 56px; height: 56px; border-radius: 12px; object-fit: cover; }
body.eb-co:not(#eb) .smm-order-bump-content { flex: 1 1 auto; min-width: 0; margin: 0; }
body.eb-co:not(#eb) .smm-order-bump-description { font-size: 13.5px; line-height: 1.5; color: var(--eb-text); }
body.eb-co:not(#eb) .smm-order-bump-description span { color: inherit !important; text-decoration: none !important; }
body.eb-co:not(#eb) .smm-order-bump-description strong { color: var(--eb-ink); }
@media (max-width: 599px) {
	body.eb-co:not(#eb) .smm-order-bump-label { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "cb offer" "cb price"; align-items: start; padding: 14px; }
	body.eb-co:not(#eb) .smm-order-bump-left { padding-top: 1px; }
	body.eb-co:not(#eb) .smm-order-bump-price { justify-content: flex-start; }
	body.eb-co:not(#eb) .smm-order-bump-inner { padding: 10px 14px 14px 48px; }
	body.eb-co:not(#eb) .smm-order-bump-image { width: 48px; }
	body.eb-co:not(#eb) .smm-order-bump-image img { width: 48px; max-width: 48px; height: 48px; }
}

body.eb-co:not(#eb) .fc-place-order__section { margin-top: 16px; }
body.eb-co:not(#eb) .woocommerce-terms-and-conditions-wrapper { display: flex; flex-direction: column; gap: 12px; margin: 0 0 16px; }
body.eb-co:not(#eb) .woocommerce-terms-and-conditions-wrapper :is(.form-row, .cr-customer-consent) { margin: 0; padding: 0; }
body.eb-co:not(#eb) .woocommerce-terms-and-conditions-wrapper label.checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 14px; font-weight: 400; line-height: 1.45; color: var(--eb-text); }
body.eb-co:not(#eb) .woocommerce-terms-and-conditions-wrapper label.checkbox .required { margin-left: 2px; color: var(--eb-muted); text-decoration: none; border: 0; }
body.eb-co:not(#eb) .woocommerce-terms-and-conditions-wrapper a[data-eb-legal] { font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
body.eb-co:not(#eb) #place_order.button { width: 100% !important; min-height: 58px; font-size: 17px; }
body.eb-co:not(#eb) #place_order.button::before {
	content: ""; display: inline-block; flex: none; width: 19px; height: 19px; background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='9' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='9' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Guarantees under the order button (all screens); on large screens the help box sits under the summary. */
body.eb-co:not(#eb) .eb-co-trust { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; text-align: left; }
body.eb-co:not(#eb) .eb-co-prom { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
body.eb-co:not(#eb) .eb-co-prom li { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 14px; line-height: 1.4; color: var(--eb-text); }
body.eb-co:not(#eb) .eb-co-prom li > span { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--eb-tint); color: #0b7fb3; display: flex; align-items: center; justify-content: center; }
body.eb-co:not(#eb) .eb-co-rate { display: flex; align-items: center; gap: 8px; font-size: 13.5px; line-height: 1.4; color: var(--eb-text); text-decoration: none; }
body.eb-co:not(#eb) .eb-co-rate strong { color: var(--eb-ink); }
body.eb-co:not(#eb) .eb-co-stars { flex: none; color: #f5a623; letter-spacing: 1px; }
body.eb-co:not(#eb) .eb-co-help { display: flex; flex-direction: column; gap: 6px; padding: 14px; border: 1px solid var(--eb-line); border-radius: 16px; background: #fff; font-size: 13.5px; line-height: 1.5; color: var(--eb-text); }
body.eb-co:not(#eb) .eb-co-help strong { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--eb-ink); }
body.eb-co:not(#eb) .eb-co-help a { font-weight: 800; }
body.eb-co:not(#eb) .eb-co-trust--side { display: none; }
@media (min-width: 1000px) {
	body.eb-co:not(#eb) .eb-co-trust--main .eb-co-help { display: none; }
	body.eb-co:not(#eb) .eb-co-trust--side { display: flex; margin-top: 16px; }
	body.eb-co:not(#eb) .eb-co-trust--side .eb-co-help { border-color: #cfe6f4; background: var(--eb-tint); }
}

/* ---------------------------------------------------------------------------------------------
 * Order summary (sidebar on large screens, flyout on phones)
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) .fc-checkout-order-review { border: 0; background: none; }
body.eb-co:not(#eb) .fc-checkout-order-review__inner { padding: 20px; border: 1px solid var(--eb-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(15, 31, 51, .06); overflow: hidden; }
body.eb-co:not(#eb) .fc-checkout-order-review__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin: 0 0 12px; padding: 0; border: 0; background: none; }
body.eb-co:not(#eb) .fc-checkout-order-review-title { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: 0; text-transform: none; color: var(--eb-ink); }
body.eb-co:not(#eb) .fc-cart-items-count { font-size: 13.5px; color: var(--eb-muted); }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table { margin: 0; border: 0; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table :is(td, th) { padding: 8px 0; border: 0; background: none; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .cart_item td { padding: 6px 0 12px; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .cart_item .product-name { display: flex; align-items: flex-start; gap: 12px; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .cart_item .product-name > img { display: none; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .cart-item__price { display: none; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .product-total { font-size: 15px; font-weight: 800; color: var(--eb-ink); white-space: nowrap; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table div.quantity { margin-top: 8px; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .fc-cart-item-actions a.remove { font-size: 13px; font-weight: 700; color: var(--eb-muted); text-decoration: none; }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table tfoot :is(th, td) { font-size: 14.5px; font-weight: 700; color: var(--eb-text); }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table tfoot tr:first-child :is(th, td) { padding-top: 12px; border-top: 1px solid var(--eb-line); }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .order-total :is(th, td) { background: none; font-size: 16px; font-weight: 800; letter-spacing: 0; text-transform: none; color: var(--eb-ink); }
body.eb-co:not(#eb) .woocommerce-checkout-review-order-table .order-total :is(td strong, .woocommerce-Price-amount) { font-size: 21px; font-weight: 800; color: var(--eb-ink); }
body.eb-co:not(#eb) .fc-checkout-order-review__actions-mobile .fc-checkout-order-review__edit-cart { font-weight: 800; }

/* Cart line (checkout summary and cart page) */
.eb-co-it { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.eb-co-it .eb-co-n { font-size: 15px; font-weight: 800; line-height: 1.3; color: #0f1f33; text-decoration: none; }
.eb-co-it a.eb-co-n:hover { text-decoration: underline; }
.eb-co-it .eb-co-pk { font-size: 14px; line-height: 1.35; color: #34465a; }
.eb-co-it .eb-co-pk strong { color: #0f1f33; }
.eb-co-it .eb-co-bonus { font-weight: 800; color: #157347; white-space: nowrap; }
/* Target (link or profile) on one line with an ellipsis. It may break anywhere: with white-space: nowrap a long link
   set the width of the summary table, which pushed the totals out of view (owner, 27 Sep). */
.eb-co-it .eb-co-tg { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; max-width: 100%; overflow: hidden; white-space: normal; overflow-wrap: anywhere; word-break: break-all; font-size: 12.5px; color: #56687b; }
:is(body.eb-co, body.eb-cart):not(#eb) dl.variation { margin: 4px 0 0; font-size: 12.5px; line-height: 1.4; color: #56687b; }
:is(body.eb-co, body.eb-cart):not(#eb) dl.variation dt { font-weight: 700; }
:is(body.eb-co, body.eb-cart):not(#eb) dl.variation p { margin: 0; }
/* Quantity stepper (Fluid Checkout's): compact */
:is(body.eb-co, body.eb-cart):not(#eb) .cart_item div.quantity { height: 34px; border: 1px solid var(--eb-line); border-radius: 10px; background: #fff; overflow: hidden; }
:is(body.eb-co, body.eb-cart):not(#eb) .cart_item div.quantity :is(input.qty, button, .fc-quantity-button, .minus, .plus) { height: 32px; min-height: 32px; margin: 0; border: 0; border-radius: 0 !important; background: transparent; box-shadow: none; font-size: 14px; color: var(--eb-ink); }

/* ---------------------------------------------------------------------------------------------
 * Footer (legal pages as popups) and the popup
 * ------------------------------------------------------------------------------------------ */

body.eb-co:not(#eb) .fc-checkout-footer { margin-top: 32px; border-top: 1px solid var(--eb-line); background: #fff; }
body.eb-co:not(#eb) .fc-checkout-footer__inner { justify-content: center; padding: 16px; }
body.eb-co:not(#eb) .eb-co-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; }
body.eb-co:not(#eb) .eb-co-legal a { font-size: 13.5px; color: var(--eb-muted); text-decoration: none; }
body.eb-co:not(#eb) .eb-co-legal a:hover { color: var(--eb-ink); text-decoration: underline; }

.eb-co-modal[hidden] { display: none !important; }
.eb-co-modal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: flex-end; justify-content: center; }
.eb-co-modal-bg { position: absolute; inset: 0; background: rgba(15, 31, 51, .55); }
.eb-co-modal-box { position: relative; display: flex; flex-direction: column; width: 100%; max-height: 88vh; border-radius: 22px 22px 0 0; background: #fff; box-shadow: 0 -12px 40px rgba(15, 31, 51, .25); font-family: Manrope, system-ui, sans-serif; }
.eb-co-modal-h { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 10px 12px 20px; border-bottom: 1px solid #e2ecf3; }
.eb-co-modal-h h2 { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.3; letter-spacing: 0; text-transform: none; color: #0f1f33; }
.eb-co-modal .eb-co-modal-x { flex: none; width: 44px; height: 44px; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 12px; background: transparent; color: #0f1f33; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: none; }
.eb-co-modal .eb-co-modal-x:hover { background: #f4f9fc; }
.eb-co-modal-b { overflow: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; padding: 16px 20px 28px; font-size: 14.5px; line-height: 1.6; color: #34465a; outline: 0; }
.eb-co-modal-b :is(h1, h2, h3, h4) { margin: 1.2em 0 .4em; font-size: 16px; line-height: 1.35; letter-spacing: 0; text-transform: none; color: #0f1f33; }
.eb-co-modal-b :is(p, ul, ol) { margin: 0 0 .8em; }
.eb-co-modal-b img { max-width: 100%; height: auto; }
.eb-co-modal-b :is(.section, .row, .col, .col-inner) { max-width: 100% !important; margin: 0 !important; padding: 0 !important; background: none !important; }
.eb-co-modal-load { color: #56687b; }
html.eb-co-modal-open,
html.eb-co-modal-open body { overflow: hidden; }
@media (min-width: 700px) {
	.eb-co-modal { align-items: center; padding: 24px; }
	.eb-co-modal-box { max-width: 760px; max-height: 84vh; border-radius: 22px; }
}

/* ---------------------------------------------------------------------------------------------
 * Cart page: Flatsome's simple checkout header + Fluid Checkout Pro's cart (board T-CartPage)
 * ------------------------------------------------------------------------------------------ */

body.eb-cart:not(#eb) { background: #f4f9fc; color: var(--eb-text); font-family: var(--eb-font); }
body.eb-cart:not(#eb) :is(button, input, select, textarea, .button, h1, h2, h3, h4) { font-family: var(--eb-font); }
body.eb-cart:not(#eb) .cart-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin: 0 0 20px; padding: 18px 0 16px; border-bottom: 1px solid var(--eb-line); }
body.eb-cart:not(#eb) .cart-header .logo { margin: 0; }
body.eb-cart:not(#eb) .cart-header .logo img { display: block; width: auto; height: 30px; max-height: 30px; }
body.eb-cart:not(#eb) .checkout-breadcrumbs { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 14px; font-weight: 800; letter-spacing: 0; text-transform: none; }
body.eb-cart:not(#eb) .checkout-breadcrumbs a { color: #7b8c9d; text-transform: none; }
body.eb-cart:not(#eb) .checkout-breadcrumbs a.current { color: var(--eb-ink); }
body.eb-cart:not(#eb) .checkout-breadcrumbs .breadcrumb-step { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-right: 6px; border-radius: 50%; background: #e9eff4; color: var(--eb-muted); font-size: 12.5px; line-height: 1; }
body.eb-cart:not(#eb) .checkout-breadcrumbs a.current .breadcrumb-step { background: #0b7fb3; color: #fff; }
body.eb-cart:not(#eb) .checkout-breadcrumbs .divider { opacity: .45; }
body.eb-cart:not(#eb) .checkout-breadcrumbs .icon-lock { color: var(--eb-green); opacity: 1; }

body.eb-cart:not(#eb) .fc-cart-section { margin: 0 0 16px; padding: 0; border: 0; background: none; }
body.eb-cart:not(#eb) .woocommerce-cart-form .wc-proceed-to-checkout { display: none; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents { display: block; margin: 0; border: 0 !important; background: none; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents thead { display: none !important; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents tbody { display: flex !important; flex-direction: column; gap: 12px; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents tbody tr.cart_item { display: block !important; padding: 14px !important; border: 1px solid var(--eb-line) !important; border-radius: 18px; background: #fff !important; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents tbody tr.cart_item > td { display: flex !important; align-items: flex-start; gap: 12px; width: 100%; padding: 0 !important; border: 0 !important; background: none !important; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .product-name { display: flex !important; align-items: flex-start; gap: 12px; flex: 1 1 auto; width: auto !important; min-width: 0; padding: 0 !important; float: none !important; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .product-name > a:first-child { flex: none; line-height: 0; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .product-details { display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; min-width: 0; margin: 0; padding: 0; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .cart-item__price { display: none !important; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .cart-item__product-name > a { text-decoration: none; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td div.quantity { align-self: flex-start; margin: 0; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .product-total { flex: none; width: auto !important; margin: 0; padding: 0; float: none !important; font-size: 16px; font-weight: 800; color: var(--eb-ink); text-align: right; white-space: nowrap; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .fc-cart-item-actions a.remove { display: inline-flex; align-items: center; min-height: 28px; font-size: 13px; font-weight: 700; color: var(--eb-muted); text-decoration: none; background: none; }
body.eb-cart:not(#eb) table.woocommerce-cart-form__contents td .fc-cart-item-actions a.remove:hover { color: #a12622; }

body.eb-cart:not(#eb) .fc-cart-order-review__inner { padding: 18px; border: 1px solid var(--eb-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(15, 31, 51, .06); overflow: hidden; }
body.eb-cart:not(#eb) .fc-cart-order-review__head { margin: 0 0 8px; padding: 0; border: 0; background: none; }
body.eb-cart:not(#eb) .fc-cart-order-review-title { margin: 0; font-size: 18px; font-weight: 800; letter-spacing: 0; text-transform: none; color: var(--eb-ink); }
body.eb-cart:not(#eb) .fc-pro-cart-review-order :is(th, td) { padding: 8px 0; border: 0; background: none; font-size: 14.5px; letter-spacing: 0; text-transform: none; }
body.eb-cart:not(#eb) .fc-pro-cart-review-order .order-total :is(th, td) { background: none; font-size: 16px; font-weight: 800; color: var(--eb-ink); }
body.eb-cart:not(#eb) .fc-pro-cart-review-order .order-total .woocommerce-Price-amount { font-size: 21px; }
body.eb-cart:not(#eb) .checkout-button.button { width: 100%; margin-top: 12px; }
body.eb-cart:not(#eb) .fc-cart-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
body.eb-cart:not(#eb) .fc-cart-action__continue-shopping { font-weight: 800; color: var(--eb-pd); }

body.eb-cart:not(#eb) .eb-cart-extra { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
body.eb-cart:not(#eb) .eb-cart-pts { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #5a4300; }
body.eb-cart:not(#eb) .eb-cart-pts strong { color: #5a4300; }
body.eb-cart:not(#eb) .eb-co-prom { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
body.eb-cart:not(#eb) .eb-co-prom li { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 14px; line-height: 1.4; color: var(--eb-text); }
body.eb-cart:not(#eb) .eb-co-prom li > span { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--eb-tint); color: #0b7fb3; display: flex; align-items: center; justify-content: center; }
body.eb-cart:not(#eb) .eb-cart-pay { display: flex; flex-wrap: wrap; gap: 5px; }
body.eb-cart:not(#eb) .eb-cart-pay span { padding: 4px 9px; border: 1px solid var(--eb-line); border-radius: 8px; background: #fff; font-size: 12.5px; font-weight: 700; color: var(--eb-text); }

body.eb-cart:not(#eb) .eb-cart-x { display: flex; flex-direction: column; gap: 10px; }
body.eb-cart:not(#eb) .eb-cart-x-t { margin: 0; font-size: 18px; font-weight: 800; letter-spacing: 0; text-transform: none; color: var(--eb-ink); }
body.eb-cart:not(#eb) .eb-cart-x-g { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
body.eb-cart:not(#eb) .eb-cart-xc { display: flex; flex-direction: column; gap: 6px; padding: 14px; border: 1px solid var(--eb-line); border-radius: 18px; background: #fff; color: var(--eb-ink); text-decoration: none; }
body.eb-cart:not(#eb) .eb-cart-xc:hover { border-color: #b9dcef; }
body.eb-cart:not(#eb) .eb-cart-xc > strong { font-size: 14.5px; line-height: 1.3; }
body.eb-cart:not(#eb) .eb-cart-xc-p { font-size: 13px; color: var(--eb-text); }
body.eb-cart:not(#eb) .eb-cart-xc-b { display: flex; align-items: center; justify-content: center; height: 36px; margin-top: 2px; border: 1.5px solid #cfe0ec; border-radius: 11px; color: #0b7fb3; font-size: 13.5px; font-weight: 800; }
@media (min-width: 750px) {
	body.eb-cart:not(#eb) .eb-cart-x-g { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---------------------------------------------------------------------------------------------
 * Round 3 (owner's staging test, 27 Sep)
 * ------------------------------------------------------------------------------------------ */

/* Order summary on phones: the bar toggles it (chevron turns), "Weiter" as the design button */
body.eb-co:not(#eb) .eb-co-sb-ch { transition: transform .2s; }
body.eb-co.has-flyout--open:not(#eb) .eb-co-sb-ch { transform: rotate(180deg); }
body.eb-co:not(#eb) .fc-checkout-order-review__actions-mobile { align-items: center; gap: 12px; padding: 12px 16px; border-top: 1px solid var(--eb-line); background: #fff; }
body.eb-co:not(#eb) .fc-checkout-order-review__close-order-summary.button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin: 0; padding: 0 26px; border: 0; border-radius: 14px !important;
	background-color: #0b7fb3; color: #fff; font-size: 16px; font-weight: 800; line-height: 1; letter-spacing: 0; text-transform: none; box-shadow: 0 8px 20px rgba(11, 127, 179, .24);
}
body.eb-co:not(#eb) .fc-checkout-order-review__close-order-summary.button:hover { background-color: var(--eb-pd-h); color: #fff; }

/* Live chat: no floating bubble on the checkout (it covered buttons); the "Live Chat" links open it, and while it
   is open Richpanel's close button stays. */
body.eb-co .rp-micro-app-dummy-icon-container:not(.rp-micro-app-opened) { display: none !important; }

/* Done steps: the title opens and closes the editing, "Fertig" closes it at the place of "Ändern" */
body.eb-co:not(#eb) .fc-checkout-step[data-step-complete]:not([data-step-current]) .fc-step__title { cursor: pointer; }
body.eb-co:not(#eb) .eb-co-done { display: none; }
body.eb-co:not(#eb) .fc-step__substep.is-editing .eb-co-done {
	position: absolute; top: 14px; right: 12px; display: inline-flex; align-items: center; min-height: 0; margin: 0; padding: 8px 6px; border: 0; border-radius: 0 !important;
	background: none; box-shadow: none; color: var(--eb-pd); font-size: 14px; font-weight: 800; line-height: 1.2; letter-spacing: 0; text-transform: none; cursor: pointer;
}
body.eb-co:not(#eb) .fc-step__substep.is-editing .eb-co-done:hover { text-decoration: underline; }
@media (min-width: 1000px) {
	body.eb-co:not(#eb) .fc-step__substep.is-editing .eb-co-done { top: 18px; right: 16px; }
}

/* Full height pages: Flatsome paints html #5b5b5b, which showed as a grey bar under short pages */
html:has(> body.eb-co) { background: #fff; }
html:has(> body.eb-cart) { background: #0b1726; }
body.eb-cart:not(#eb) #main-content { display: flex; flex-direction: column; min-height: 100vh; }
body.eb-cart:not(#eb) #main-content > #main { flex: 1 0 auto; }
body.eb-cart:not(#eb) .fc-checkout-order-review__close-order-summary.button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border: 0; border-radius: 14px !important;
	background-color: #0b7fb3; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: 0; text-transform: none;
}

/* ---------------------------------------------------------------------------------------------
 * Round 4 (27 Sep): coupon, payment step alignment, notices, errors, "pay for order" page
 * ------------------------------------------------------------------------------------------ */

/* Coupon: Fluid Checkout places "Anwenden" inside the field (absolute, !important); styled to fit in there. */
body.eb-co:not(#eb) .fc-coupon-code-section { display: block; position: relative; }
body.eb-co:not(#eb) .fc-coupon-code-section #coupon_code { padding-right: 124px !important; }
body.eb-co:not(#eb) .fc-coupon-code__apply.button {
	position: absolute !important; top: 50% !important; right: 5px; bottom: auto; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center;
	height: 40px !important; min-height: 40px !important; max-height: 40px; margin: 0; padding: 0 16px !important; border: 0 !important; border-radius: 10px !important;
	background: #eef8fd !important; color: #0b7fb3 !important; box-shadow: none; font-size: 15px; font-weight: 800; line-height: 1 !important; letter-spacing: 0; text-transform: none;
}
body.eb-co:not(#eb) .fc-coupon-code__apply.button:hover { background: #dff0fa !important; color: #0b7fb3 !important; }

/* Payment step: coupon, "Zahlungsart", methods, order bump, checkboxes and button share one left edge */
body.eb-co:not(#eb) .fc-checkout-step[data-step-id="payment"] .fc-step__substep-fields { padding-left: 0; }
body.eb-co:not(#eb) .fc-checkout-step .fc-place-order__section { margin: 16px 0 0; padding: 0; }

/* Notices (errors at the top of the checkout, "Deine Zahlung war nicht erfolgreich", info) */
body.eb-co:not(#eb) :is(.woocommerce-error, .woocommerce-message, .woocommerce-info):not(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold) {
	margin: 0 0 14px; padding: 12px 14px; border: 1px solid #cfe6f4; border-radius: 14px; background: #eef8fd; box-shadow: none;
	list-style: none; font-size: 14px; font-weight: 600; line-height: 1.5; color: var(--eb-text); text-align: left;
}
body.eb-co:not(#eb) .woocommerce-error:not(#yith-par-message-cart, #yith-par-message-reward-cart, #yith-par-message-checkout_threshold) { border-color: #f3c7c4; background: #fdf1f0; color: #a12622; }
body.eb-co:not(#eb) :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) li { margin: 0; padding: 0; list-style: none; }
body.eb-co:not(#eb) :is(.woocommerce-error, .woocommerce-message, .woocommerce-info)::before { display: none; }

/* A field or checkbox the order could not go through for: its message right there */
body.eb-co:not(#eb) .eb-co-err { margin: 8px 0 0; padding: 8px 12px; border-radius: 10px; background: #fdf1f0; color: #a12622; font-size: 13.5px; font-weight: 700; line-height: 1.4; }
body.eb-co:not(#eb) .eb-co-err-row :is(input.input-text, select, textarea) { border-color: #d64541; }

/* "Pay for order": title, order facts, details toggle, gates (log in, verify e-mail), order lines */
body.eb-pay:not(#eb) .fc-content .fc-checkout__title { margin: 0 0 14px; font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: var(--eb-ink); text-transform: none; }
@media (min-width: 1000px) {
	body.eb-pay:not(#eb) .fc-content .fc-checkout__title { margin-bottom: 18px; font-size: 34px; }
}
body.eb-pay:not(#eb) ul.woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; padding: 0; border: 0; list-style: none; }
body.eb-pay:not(#eb) ul.woocommerce-order-overview li {
	float: none; margin: 0; padding: 8px 12px !important; border: 1px solid var(--eb-line) !important; border-radius: 12px; background: #fff;
	font-size: 13px; line-height: 1.3; letter-spacing: 0; text-transform: none; color: var(--eb-muted);
}
body.eb-pay:not(#eb) ul.woocommerce-order-overview li strong { display: inline; margin-left: 4px; font-size: 13.5px; color: var(--eb-ink); }
body.eb-pay:not(#eb) .fc-order-pay__details-toggle-wrapper { margin: 0 0 12px; }
body.eb-pay:not(#eb) .fc-order-pay__details-toggle-text { font-size: 14px; font-weight: 800; color: var(--eb-pd); cursor: pointer; }
body.eb-pay:not(#eb) .fc-checkout-step[data-step-id="payment"] .fc-step__title::before { display: none; }
body.eb-pay:not(#eb) :is(form.woocommerce-form-login, form.woocommerce-verify-email) {
	max-width: 520px; margin: 0 0 20px; padding: 20px; border: 1px solid var(--eb-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(15, 31, 51, .06); text-align: left;
}
body.eb-pay:not(#eb) :is(form.woocommerce-form-login, form.woocommerce-verify-email) .form-row { width: 100%; float: none; }
body.eb-pay:not(#eb) :is(.woocommerce-form-login__submit, .woocommerce-verify-email button.button) {
	display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin: 6px 0 0; padding: 0 26px; border: 0; border-radius: 16px !important;
	background-color: #0b7fb3; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: 0; text-transform: none; box-shadow: 0 10px 24px rgba(11, 127, 179, .24);
}
body.eb-pay:not(#eb) :is(.woocommerce-form-login__submit, .woocommerce-verify-email button.button):hover { background-color: var(--eb-pd-h); color: #fff; }
body.eb-pay:not(#eb) .woocommerce-form-login__rememberme { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--eb-text); }
body.eb-pay:not(#eb) .woocommerce-LostPassword a { font-size: 14px; font-weight: 700; color: var(--eb-pd); }
body.eb-pay:not(#eb) .fc-content > .woocommerce > p { font-size: 14.5px; line-height: 1.5; color: var(--eb-text); text-align: left; }
body.eb-pay:not(#eb) .fc-pro-order-pay-review-order .product-name { display: flex; align-items: flex-start; gap: 12px; }
body.eb-pay:not(#eb) .fc-pro-order-pay-review-order .product-name > img,
body.eb-pay:not(#eb) .fc-pro-order-pay-review-order :is(.cart-item__price, .product-quantity) { display: none; }
body.eb-pay:not(#eb) .eb-co-pi { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
body.eb-pay:not(#eb) .fc-pro-order-pay-review-order dl.wc-item-meta { margin: 4px 0 0 56px; font-size: 12.5px; color: var(--eb-muted); }
body.eb-pay:not(#eb) .fc-pro-order-pay-review-order tfoot :is(th, td) { padding: 8px 0; border: 0; font-size: 14.5px; font-weight: 700; color: var(--eb-text); background: none; }
body.eb-pay:not(#eb) .fc-pro-order-pay-review-order tfoot tr:last-child :is(th, td) { padding-top: 12px; border-top: 1px solid var(--eb-line); font-size: 16px; font-weight: 800; color: var(--eb-ink); }
@media (min-width: 1000px) {
	body.eb-pay:not(#eb) .eb-co-trust--main .eb-co-help { display: flex; }
}

/* Order sent (eb-checkout.js): note until the payment page loads. Above FC's white block layer and the chat. */
.eb-co-wait[hidden] { display: none !important; }
.eb-co-wait { position: fixed; inset: 0; z-index: 2147483000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); font-family: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.eb-co-wait-box { display: flex; flex-direction: column; align-items: center; gap: 6px; max-width: 340px; padding: 26px 28px 24px; border: 1px solid #e2ecf3; border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(15, 31, 51, .14); text-align: center; }
.eb-co-wait-box strong { font-size: 18px; font-weight: 800; line-height: 1.3; color: #0f1f33; }
.eb-co-wait-t { font-size: 14.5px; line-height: 1.5; color: #34465a; }
.eb-co-wait-spin { width: 38px; height: 38px; margin: 0 0 10px; border: 4px solid #e2ecf3; border-top-color: #0b7fb3; border-radius: 50%; animation: eb-co-spin .8s linear infinite; }
@keyframes eb-co-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
	.eb-co-wait-spin { animation-duration: 2.4s; }
}

/* ---------------------------------------------------------------------------------------------
 * Round 7 (owner, 27 Sep): nothing sticks out of the screen on phones
 * Fluid Checkout pulls its boxes 20px out on both sides (margin 0 -20px) and gives the room back as 20px padding.
 * Our cards dropped that padding and our page gutter is 16px, so the cart page stuck out left and right, and the
 * checkout step cards and the pay page summary by 4px. Now they sit inside the gutter. The checkout's order summary
 * on phones is FC's full screen panel and keeps its own geometry.
 * ------------------------------------------------------------------------------------------ */
body.eb-cart:not(#eb) :is(.fc-cart-sections, table.shop_table.cart, .fc-cart-order-review, .fc-cart-order-review__inner) { margin-left: 0; margin-right: 0; }
body.eb-cart:not(#eb) .fc-cart-order-review { padding: 0; }
body.eb-cart:not(#eb) .fc-cart-order-review__inner { width: auto; padding: 20px; }
body.eb-co:not(#eb) .fc-checkout-steps { margin-left: 0; margin-right: 0; }
body.eb-co:not(#eb) .fc-checkout-steps .create-account.fc-field-group { margin-left: 0; margin-right: 0; }
body.eb-pay:not(#eb) .fc-checkout-order-review__inner { width: auto; margin-left: 0; margin-right: 0; }
/* FC Pro forces the cart table itself to margin 0 -20px and width calc(100% + 40px), both !important. */
body.eb-cart:not(#eb) table.shop_table.cart { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
