body.igneos-commerce-ui-price.igneos-commerce-ui-flyers {
	--igneos-flyers-navy: #083668;
	--igneos-flyers-navy-deep: #052b55;
	--igneos-flyers-blue: #0e5fbe;
	--igneos-flyers-blue-dark: #094d9c;
	--igneos-flyers-sky: #e8f2ff;
	--igneos-flyers-page: #edf3f9;
	--igneos-flyers-ink: #17233b;
	--igneos-flyers-muted: #66758b;
	--igneos-flyers-total-muted: #526178;
	--igneos-flyers-line: #dce6f1;
	--igneos-flyers-line-soft: #e7edf4;
	--igneos-flyers-step-size: 46px;
	--igneos-flyers-step-axis: 23px;
	--igneos-flyers-step-gutter: 64px;
	--igneos-flyers-card-padding: clamp(28px, 3vw, 42px);
	--igneos-flyers-shadow: 0 18px 48px rgba(8, 54, 104, 0.06);
	color: var(--igneos-flyers-ink);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .main-page-wrapper {
	background: var(--igneos-flyers-page);
	font-family: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Hero: same WooCommerce content, with the calmer composition from the prototype. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .single-breadcrumbs-wrapper {
	padding-block: 9px 2px;
	background: #fff;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap {
	padding: clamp(20px, 2.2vw, 28px) 0 clamp(28px, 3vw, 36px);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap::before {
	background: #fff;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap::after {
	display: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap > .product-image-summary {
	max-width: 1260px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-inner {
	column-gap: clamp(36px, 5vw, 68px);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__image {
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__wrapper,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images img,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__image::after {
	border-radius: 0;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__image::after {
	background:
		linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.72) 2.5%, rgba(255, 255, 255, 0) 8%),
		linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.72) 2.5%, rgba(255, 255, 255, 0) 8%),
		linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.72) 2.5%, rgba(255, 255, 255, 0) 8%),
		linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.72) 2.5%, rgba(255, 255, 255, 0) 8%);
	box-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary-inner {
	padding-inline: 0;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .product_title {
	max-width: 17ch;
	margin-bottom: 12px;
	color: var(--igneos-flyers-ink);
	font-family: inherit;
	font-size: clamp(2.7rem, 4vw, 3.6rem);
	font-weight: 790;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .woocommerce-product-rating {
	margin-bottom: 14px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .woocommerce-product-details__short-description {
	max-width: 58ch;
	margin: 0;
	color: var(--igneos-flyers-muted);
	font-size: clamp(1rem, 1.35vw, 1.08rem);
	line-height: 1.52;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .woocommerce-product-details__short-description ul {
	display: grid;
	gap: 6px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .woocommerce-product-details__short-description li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: var(--igneos-flyers-ink);
	font-weight: 650;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .woocommerce-product-details__short-description li::before {
	position: absolute;
	top: 0;
	left: 2px;
	color: var(--igneos-flyers-blue);
	font-size: 1.05em;
	font-weight: 800;
	content: "✓";
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-hero-action {
	margin-top: 18px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-hero-cta {
	min-height: 46px;
	border-color: #bdd2ea;
	background: #fff;
	color: var(--igneos-flyers-navy);
	box-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-hero-cta:hover {
	border-color: var(--igneos-flyers-blue);
	background: var(--igneos-flyers-sky);
	color: var(--igneos-flyers-navy);
	box-shadow: none;
}

/* Full-width service strip between the hero and the configurator. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-strip {
	position: relative;
	z-index: 3;
	left: 50%;
	width: 100vw;
	margin: 0 0 clamp(24px, 2.5vw, 30px);
	border-block: 1px solid var(--igneos-flyers-line);
	background: #fff;
	transform: translateX(-50%);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1260px;
	min-height: 82px;
	margin-inline: auto;
	padding-inline: 18px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item {
	position: relative;
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 14px clamp(20px, 2.8vw, 36px);
	color: var(--igneos-flyers-ink);
	text-decoration: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item:not(:last-child)::after {
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 18px;
	width: 1px;
	background: var(--igneos-flyers-line-soft);
	content: "";
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--igneos-flyers-sky);
	color: var(--igneos-flyers-navy);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-copy strong {
	color: inherit;
	font-size: clamp(0.93rem, 1.3vw, 1rem);
	font-weight: 690;
	line-height: 1.25;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-copy small {
	color: var(--igneos-flyers-muted);
	font-size: 0.76rem;
	font-weight: 500;
	line-height: 1.35;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item--link {
	transition: background-color 160ms ease, color 160ms ease;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item--link:hover {
	background: #f8fbff;
	color: var(--igneos-flyers-blue-dark);
}

/* Configurator: the original EPO form stays in place; only its surface changes. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-configurator {
	margin: 0 0 clamp(52px, 6vw, 82px);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-layout {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 350px);
	gap: clamp(18px, 2.2vw, 26px);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options {
	position: relative;
	padding: var(--igneos-flyers-card-padding);
	border-color: var(--igneos-flyers-line);
	border-radius: 24px;
	box-shadow: var(--igneos-flyers-shadow);
	overflow: hidden;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options::before {
	position: absolute;
	z-index: 0;
	top: var(--igneos-flyers-line-top, 198px);
	bottom: var(--igneos-flyers-line-bottom, var(--igneos-flyers-card-padding));
	left: var(--igneos-flyers-line-left, calc(var(--igneos-flyers-card-padding) + var(--igneos-flyers-step-axis)));
	width: 2px;
	border-radius: 999px;
	background: linear-gradient(to bottom, #9ebbd8 0%, #c8d9ea 14%, #c8d9ea 86%, #9ebbd8 100%);
	content: "";
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options.igneos-flyers-timeline-ready::before {
	opacity: 1;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-config-intro {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-config-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 14px;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--igneos-flyers-sky);
	color: var(--igneos-flyers-navy);
	font-size: 0.75rem;
	font-weight: 780;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-config-title {
	max-width: 19ch;
	margin: 0;
	color: var(--igneos-flyers-navy);
	font-size: clamp(2rem, 3.1vw, 2.85rem);
	font-weight: 790;
	line-height: 1.04;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-configurator-step-heading,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-type-header.igneos-ui-numbered-epo-heading,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-type-header.igneos-flyers-step-heading {
	position: relative;
	z-index: 2;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-configurator-step-heading {
	margin: 0 0 12px;
	padding: 0;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-type-header.igneos-ui-numbered-epo-heading,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-type-header.igneos-flyers-step-heading {
	width: calc(100% + var(--igneos-flyers-step-gutter));
	margin: 24px 0 10px calc(0px - var(--igneos-flyers-step-gutter));
	padding: 18px 0 4px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-source {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-visual {
	display: grid;
	grid-template-columns: var(--igneos-flyers-step-size) minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	min-width: 0;
	transform: translateX(var(--igneos-flyers-step-offset, 0px));
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-number {
	position: relative;
	z-index: 2;
	display: inline-flex;
	width: var(--igneos-flyers-step-size);
	height: var(--igneos-flyers-step-size);
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: var(--igneos-flyers-navy);
	color: #fff;
	font-size: 1.08rem;
	font-weight: 770;
	line-height: 1;
	box-shadow: 0 6px 16px rgba(8, 54, 104, 0.12);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-title {
	min-width: 0;
	color: var(--igneos-flyers-ink);
	font-size: clamp(1.55rem, 2.35vw, 1.95rem);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .tm-extra-product-options {
	box-sizing: border-box;
	padding-left: var(--igneos-flyers-step-gutter);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-element {
	position: relative;
	z-index: 1;
	padding-block: 13px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .tm-epo-element-label.tc-epo-label,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options :is(h2, h3, h4).tm-epo-element-label,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options :is(h2, h3, h4).tc-epo-label {
	margin-bottom: 9px;
	color: var(--igneos-flyers-ink);
	font-family: inherit !important;
	font-size: 1rem !important;
	font-weight: 680 !important;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options select,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options input[type="text"],
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options input[type="number"],
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options input[type="email"],
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options input[type="tel"],
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options input[type="file"],
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options textarea {
	min-height: 50px;
	border-color: #8294aa;
	border-radius: 10px;
	font-family: inherit;
	box-shadow: 0 1px 2px rgba(8, 54, 104, 0.03);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options select:hover,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options input:hover,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options textarea:hover {
	border-color: #667f9e;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options :is(select, input, textarea):focus {
	border-color: var(--igneos-flyers-blue);
	box-shadow: 0 0 0 3px rgba(14, 95, 190, 0.1);
}

/* Sidebar: templates stay above a lighter, calmer summary. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-purchase-panel {
	border: 1px solid var(--igneos-flyers-line);
	background: #fff;
	box-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure {
	border-color: #c8d8e9;
	border-radius: 15px;
	transition: border-color 160ms ease;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary {
	min-height: 62px;
	padding: 14px 15px 14px 18px;
	border-radius: 14px;
	background: #f7faff;
	user-select: none;
	transition: background-color 160ms ease;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-title {
	color: var(--igneos-flyers-navy);
	font-family: inherit;
	font-size: 0.96rem;
	font-weight: 700;
	transition: color 160ms ease;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-disclosure-chevron {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #bfd1e5;
	border-radius: 999px;
	background: #fff;
	transform: none;
	transition: border-color 160ms ease, background-color 160ms ease;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-disclosure-chevron::after {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 7px;
	height: 7px;
	border-right: 2px solid var(--igneos-flyers-blue);
	border-bottom: 2px solid var(--igneos-flyers-blue);
	content: "";
	transform: rotate(45deg);
	transition: top 160ms ease, transform 160ms ease;
}

@media (hover: hover) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary:hover {
		background: #eef5fd;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary:hover .igneos-ui-design-templates-title {
		color: var(--igneos-flyers-blue-dark);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary:hover .igneos-ui-disclosure-chevron {
		border-color: #9fbce0;
		background: var(--igneos-flyers-sky);
	}
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary:active,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary:focus-visible {
	background: #eef5fd;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary:focus-visible {
	border-radius: 13px;
	outline: 3px solid var(--igneos-flyers-blue);
	outline-offset: -3px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] {
	border-color: #abc4df;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] > summary {
	border-radius: 14px 14px 0 0;
	background: #eef5fd;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] .igneos-ui-design-templates-title {
	color: var(--igneos-flyers-blue-dark);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] .igneos-ui-disclosure-chevron {
	border-color: #9fbce0;
	background: var(--igneos-flyers-sky);
	transform: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] .igneos-ui-disclosure-chevron::after {
	top: 11px;
	transform: rotate(225deg);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] .igneos-ui-design-templates-content {
	border-top-color: #d5e2ef;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-purchase-panel {
	padding: 26px;
	border-radius: 24px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-order-summary {
	color: var(--igneos-flyers-ink);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-order-summary h3 {
	margin: 0 0 20px;
	color: var(--igneos-flyers-ink);
	font-family: inherit;
	font-size: clamp(1.35rem, 2vw, 1.55rem);
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-empty {
	color: var(--igneos-flyers-total-muted);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-list {
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
	gap: 0 14px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-list dt,
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-list dd {
	display: flex;
	min-height: 48px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--igneos-flyers-line-soft);
	font-size: 0.8rem;
	line-height: 1.32;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-list dt {
	color: var(--igneos-flyers-ink);
	font-weight: 680;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-list dd {
	justify-content: flex-end;
	color: var(--igneos-flyers-muted);
	font-weight: 540;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-total {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 4px 5px;
	margin-top: 24px;
	padding: 20px 21px;
	border-radius: 16px;
	background: var(--igneos-flyers-sky);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-total-label {
	grid-column: 1 / -1;
	color: var(--igneos-flyers-total-muted);
	font-size: 0.75rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-total-row {
	display: contents;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-price {
	grid-column: 1 / -1;
	min-height: 46px;
	padding: 2px 0 4px;
	border-radius: 0;
	background: transparent;
	color: var(--igneos-flyers-navy);
	font-family: inherit;
	font-size: clamp(1.8rem, 3vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-tax-inline {
	font-size: 0.52em;
	font-weight: 730;
	letter-spacing: -0.02em;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart:not(.igneos-ui-summary-ready) .igneos-ui-summary-price {
	font-size: 0.86rem;
	font-weight: 650;
	letter-spacing: 0;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-shipping-highlight {
	grid-column: 1 / -1;
	min-height: 42px;
	margin-top: 7px;
	padding: 10px 11px;
	border: 1px solid #d3eee2;
	border-radius: 12px;
	background: #f1faf6;
	color: #0b684e;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-shipping-icon {
	display: inline-flex;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background: #0b684e;
	font-size: 0.75rem;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-shipping-copy {
	display: grid;
	gap: 1px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-shipping-copy strong {
	color: #0b684e;
	font-size: 0.82rem;
	font-weight: 740;
	line-height: 1.25;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-shipping-copy small {
	display: block;
	color: var(--igneos-flyers-total-muted);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-native-purchase {
	margin-top: 20px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-native-purchase .single_add_to_cart_button {
	min-height: 56px;
	border-radius: 12px;
	background: var(--igneos-flyers-navy);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 720;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-native-purchase .single_add_to_cart_button:hover {
	background: var(--igneos-flyers-navy-deep);
}

/* This is deliberately outside .igneos-ui-order-summary and is not a second CTA button. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-special-order {
	scroll-margin-top: 120px;
	margin-top: 12px;
	padding: 16px 18px;
	border: 1px solid var(--igneos-flyers-line);
	border-radius: 15px;
	background: #fff;
	color: var(--igneos-flyers-muted);
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-special-order p {
	display: grid;
	gap: 4px;
	margin: 0 0 10px;
	font-size: 0.78rem;
	line-height: 1.45;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-special-order strong {
	color: var(--igneos-flyers-ink);
	font-size: 0.86rem;
	font-weight: 690;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-special-order a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--igneos-flyers-navy);
	font-size: 0.8rem;
	font-weight: 690;
	text-decoration: underline;
	text-decoration-color: #a9bed5;
	text-underline-offset: 3px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-special-order a:hover {
	color: var(--igneos-flyers-blue-dark);
	text-decoration-color: currentColor;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-purchase-panel :is(a, button, input, select, textarea):focus-visible {
	outline-color: var(--igneos-flyers-blue);
}

/* PageSpeed accessibility repairs, strictly scoped to the Flyers pilot. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .whb-top-bar .wd-header-text a[href*="archivos.app"] span {
	color: #075a78 !important;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-product-details-content .elementor-widget-text-editor p a {
	color: #075a78;
	font-weight: 650;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-product-details-content .elementor-widget-text-editor p a:hover {
	color: #043f57;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-reviews .submit-button {
	background-color: #075d55;
	color: #fff;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-reviews .submit-button:hover {
	background-color: #064a45;
	color: #fff;
}

/* Related products: one framed module, without the oversized grey slab. */
body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells {
	box-sizing: border-box;
	width: calc(100% - 36px);
	max-width: 1320px;
	margin: clamp(34px, 4vw, 52px) auto clamp(30px, 4vw, 48px);
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--igneos-flyers-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells .wd-products-element {
	width: 100%;
	max-width: 1260px;
	margin-inline: auto;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells .wd-el-title {
	margin-bottom: 22px;
	color: var(--igneos-flyers-ink);
	font-family: inherit;
	font-size: clamp(1.45rem, 2vw, 1.75rem);
	font-weight: 750;
	letter-spacing: -0.025em;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells .related-products {
	--wd-bordered-brd: var(--igneos-flyers-line);
	--wd-prod-bg: #fff;
	--wd-prod-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells .wd-carousel-inner {
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells .product-wrapper {
	height: 100%;
	border: 1px solid var(--igneos-flyers-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(8, 54, 104, 0.04);
	overflow: hidden;
}

@media (min-width: 1025px) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-sidebar {
		position: sticky;
		top: 96px;
		align-self: start;
		display: grid;
		gap: 12px;
		padding-right: 0;
		overflow: visible;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-purchase-panel {
		position: static;
		top: auto;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-sidebar > .igneos-ui-design-templates,
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-special-order {
		margin: 0;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-inner > .product-images {
		flex: 0 0 48%;
		max-width: 48%;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__image img {
		width: auto;
		max-width: 100%;
		max-height: clamp(440px, 52vh, 510px);
		margin-inline: auto;
		object-fit: contain;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-inner > .summary {
		flex: 0 0 calc(52% - clamp(36px, 5vw, 68px));
		max-width: calc(52% - clamp(36px, 5vw, 68px));
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells .wd-carousel {
		--wd-col-lg: 5 !important;
	}
}

@media (max-width: 1199px) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap > .product-image-summary,
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-strip__inner {
		max-width: calc(100% - 36px);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item {
		padding-inline: 24px;
	}
}

@media (max-width: 1024px) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: clamp(340px, 48vh, 440px);
		margin-inline: auto;
		object-fit: contain;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-purchase-panel {
		position: static;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-sidebar {
		position: static;
		width: 100%;
		max-width: 620px;
		max-height: none;
		margin-inline: auto;
		padding-right: 0;
		overflow: visible;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 11px;
		padding-inline: 14px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-icon {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 768.98px) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers {
		--igneos-flyers-card-padding: 20px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap {
		padding: 16px 0 26px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-images .woocommerce-product-gallery__image img {
		max-height: min(82vw, 400px);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .product-image-summary-wrap > .product-image-summary,
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-strip__inner {
		max-width: calc(100% - 24px);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .summary .product_title {
		font-size: clamp(2.25rem, 11vw, 3rem);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-hero-cta {
		width: 100%;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-strip {
		margin-bottom: 24px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-strip__inner {
		grid-template-columns: minmax(0, 1fr);
		padding-block: 8px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item {
		grid-template-columns: 40px minmax(0, 1fr);
		min-height: 58px;
		padding: 9px 10px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-icon {
		width: 40px;
		height: 40px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-trust-item:not(:last-child)::after {
		top: auto;
		right: 10px;
		bottom: 0;
		left: 10px;
		width: auto;
		height: 1px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options::before {
		display: none;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options {
		--igneos-flyers-step-size: 40px;
		overflow: visible;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-config-title {
		font-size: clamp(1.8rem, 8vw, 2.25rem);
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-number {
		border-radius: 10px;
		font-size: 1rem;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-title {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		font-size: clamp(1.3rem, 6vw, 1.55rem);
		overflow-wrap: anywhere;
		white-space: normal;
		word-break: normal;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-visual {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		transform: none;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .tm-extra-product-options {
		padding-left: 0;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-element.tcwidth {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		flex: 0 0 100% !important;
		margin-right: 0 !important;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options :is(select, input[type="file"], textarea),
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options :is(.cpf-upload-wrap, .tc-upload-files) {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-type-header.igneos-ui-numbered-epo-heading,
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options .cpf-type-header.igneos-flyers-step-heading {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		margin-left: 0;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-purchase-panel {
		padding: 22px;
		border-radius: 20px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .related-and-upsells {
		width: calc(100% - 24px);
		padding: 20px 16px 22px;
		border-radius: 18px;
	}
}

@media (max-width: 480px) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers {
		--igneos-flyers-card-padding: 17px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-cart-options {
		--igneos-flyers-step-size: 38px;
		border-radius: 18px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-flyers-step-visual {
		gap: 11px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure > summary {
		min-height: 58px;
		gap: 11px;
		padding: 12px 13px 12px 15px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-title {
		font-size: 0.92rem;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-disclosure-chevron {
		width: 28px;
		height: 28px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-disclosure-chevron::after {
		top: 7px;
		left: 9px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-design-templates-disclosure[open] .igneos-ui-disclosure-chevron::after {
		top: 10px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-total {
		padding: 18px;
	}

	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers .igneos-ui-summary-shipping-copy strong {
		font-size: 0.76rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers *,
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers *::before,
	body.igneos-commerce-ui-price.igneos-commerce-ui-flyers *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
