/* Storefront commerce surface: preserve EPO behaviour without builder composition. */
body.igneos-storefront .igneos-shell-configurator {
	padding: 52px 0 64px;
	background: #eef4fb;
}

body.igneos-storefront .igneos-shell-configurator__inner {
	width: min(1440px, calc(100vw - 40px));
	margin-inline: auto;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-configurator {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-configurator-card {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, 380px);
	align-items: start;
	gap: 16px;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-options {
	min-width: 0;
	padding: clamp(24px, 3.4vw, 46px);
	border: 1px solid rgba(24, 73, 124, 0.11);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(19, 44, 76, 0.07);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-sidebar {
	position: sticky;
	top: 18px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	max-height: calc(100vh - 36px);
	overflow: hidden;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-purchase-panel,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-design-templates,
body.igneos-storefront .igneos-shell-configurator .igneos-flyers-special-order {
	margin: 0;
	border-radius: 18px;
	box-shadow: 0 15px 36px rgba(19, 44, 76, 0.08);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-design-templates {
	border: 1px solid rgba(23, 105, 224, 0.36);
	background: linear-gradient(135deg, #fff 0%, #f5f9ff 100%);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-design-templates summary {
	min-height: 58px;
	padding: 16px 18px;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-design-templates-title {
	color: var(--igneos-navy);
	font-size: 15px;
	font-weight: 840;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-purchase-panel {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	padding: 0;
	border: 1px solid rgba(7, 59, 112, 0.2);
	border-radius: 22px;
	background: linear-gradient(155deg, #073f77 0%, #052f5b 100%);
	color: #fff;
	overflow: hidden;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-order-summary {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	padding: 25px 22px 0;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-scroll {
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	overflow-y: auto;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-quote-summary-promise,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-scroll-hint,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-native-purchase {
	flex: 0 0 auto;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-order-summary h3 {
	margin-bottom: 18px;
	font-size: 21px;
	font-weight: 830;
	letter-spacing: -0.035em;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-order-summary h3,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total-label,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-price,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-shipping-highlight strong {
	color: #fff;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-empty {
	color: rgba(255, 255, 255, 0.72);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list dt,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list dd,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total {
	border-color: rgba(255, 255, 255, 0.16);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list dt {
	color: rgba(255, 255, 255, 0.92);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list dd {
	color: rgba(255, 255, 255, 0.7);
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list {
	grid-template-columns: minmax(0, 0.9fr) minmax(118px, 1.1fr);
	gap: 0 14px;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list dt,
body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-list dd {
	padding-block: 9px;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total {
	gap: 0;
	margin-top: 20px;
	background: transparent;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total-label {
	display: none;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total-row {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 0;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-price {
	display: inline-flex;
	grid-column: auto;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	padding: 11px 14px;
	border-radius: 0;
	background: #fff;
	color: var(--igneos-navy-strong);
	font-size: clamp(29px, 2.4vw, 38px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
	white-space: nowrap;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-tax-inline {
	align-items: center;
	align-self: center;
	font-size: clamp(14px, 0.44em, 15px);
	font-weight: 820;
	letter-spacing: 0;
	line-height: 1;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-shipping-highlight {
	display: flex;
	grid-column: auto;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	margin-top: 0;
	padding: 9px 14px;
	border: 0;
	border-top: 1px solid #bfe8dc;
	border-radius: 0;
	background: #dff7ef;
	color: #075b43;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-shipping-icon {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(8, 122, 85, 0.13);
	color: #075b43;
	font-size: 14px;
	font-weight: 900;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-shipping-copy strong {
	color: #075b43;
	font-size: 15px;
	font-weight: 850;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-shipping-copy small {
	color: #26705c;
	font-size: 12px;
}

body.igneos-storefront .igneos-shell-configurator .igneos-ui-native-purchase {
	margin-top: 14px;
	padding: 0 22px 22px;
}

body.igneos-storefront--quote-product .igneos-shell-configurator .igneos-ui-order-summary--quote {
	padding-bottom: 0;
}

body.igneos-storefront--quote-product .igneos-shell-configurator .igneos-ui-quote-summary-kicker {
	color: #9fd1ff;
}

body.igneos-storefront--quote-product .igneos-shell-configurator .igneos-ui-quote-summary-promise {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
}

body.igneos-storefront--quote-product .igneos-shell-configurator .igneos-ui-cart--quote .add-request-quote-button {
	min-height: 54px;
	border-radius: 12px !important;
	background: var(--igneos-cyan) !important;
	color: var(--igneos-navy-strong) !important;
	font-size: 16px !important;
	font-weight: 850 !important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
}

body.igneos-storefront--quote-product .igneos-shell-configurator .igneos-ui-cart--quote .add-request-quote-button:hover {
	background: #fff !important;
	color: var(--igneos-navy-strong) !important;
}

body.igneos-storefront .igneos-shell-configurator .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	border: 0;
	border-radius: 12px;
	background-color: var(--igneos-cyan) !important;
	background-image: none !important;
	color: var(--igneos-navy-strong) !important;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.15;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

body.igneos-storefront .igneos-shell-configurator .single_add_to_cart_button:hover {
	background-color: #fff !important;
}

body.igneos-storefront .igneos-shell-configurator .single_add_to_cart_button.disabled,
body.igneos-storefront .igneos-shell-configurator .single_add_to_cart_button:disabled {
	background-color: #a9bed2 !important;
	color: #183552 !important;
	opacity: 1;
	box-shadow: none;
}

body.igneos-storefront .igneos-shell-configurator .igneos-flyers-special-order {
	border: 1px solid var(--igneos-line);
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 44, 76, 0.06);
}

body.igneos-storefront .igneos-shell-configurator .igneos-flyers-config-title {
	max-width: 820px;
	font-family: InterVariable, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(32px, 4.2vw, 54px);
	font-weight: 790;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

body.igneos-storefront .igneos-shell-configurator .tc-extra-product-options h2,
body.igneos-storefront .igneos-shell-configurator .tc-extra-product-options h3,
body.igneos-storefront .igneos-shell-configurator .tc-extra-product-options h4,
body.igneos-storefront .igneos-shell-configurator .tc-extra-product-options h5,
body.igneos-storefront .igneos-shell-configurator .tc-extra-product-options h6 {
	font-family: inherit;
}

body.igneos-storefront .igneos-shell-configurator .tc-extra-product-options .tm-epo-required {
	color: #b42318;
}

body.igneos-storefront .igneos-shell-configurator :where(select, input[type="text"], input[type="number"], input[type="email"], textarea) {
	border-color: #bdcce0;
	border-radius: 10px;
	background-color: #fff;
}

@media (max-width: 1439px) {
	body.igneos-storefront .igneos-shell-configurator {
		padding: 38px 0 52px;
	}

	body.igneos-storefront .igneos-shell-configurator__inner {
		width: min(1240px, calc(100vw - 32px));
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-layout {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-sidebar {
		position: static;
		display: grid;
		width: min(420px, 100%);
		max-height: none;
		justify-self: end;
		overflow: visible;
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-purchase-panel,
	body.igneos-storefront .igneos-shell-configurator .igneos-ui-order-summary {
		display: block;
		min-height: 0;
		max-height: none;
		overflow: visible;
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-scroll {
		max-height: none;
		overflow: visible;
	}
}

@media (max-width: 767px) {
	body.igneos-storefront .igneos-shell-configurator {
		padding: 28px 0 42px;
	}

	body.igneos-storefront .igneos-shell-configurator__inner {
		width: calc(100vw - 24px);
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-options {
		padding: 22px 16px;
		border-radius: 17px;
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-cart-sidebar {
		width: 100%;
		justify-self: stretch;
	}

	body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total-row {
		align-items: stretch;
	}
}

@media (max-width: 359px) {
	body.igneos-storefront .igneos-shell-configurator .igneos-ui-summary-total-row {
		grid-template-columns: 1fr;
	}
}
