body.foxtele-order {
	overflow-x: clip;
}

.foxtele-order .order-checkout-header {
	background: var(--ft-ink);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 30px rgba(7, 17, 31, 0.18);
	max-width: none;
	width: 100%;
}

.order-checkout-header__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 13px;
	justify-content: center;
	padding-block: clamp(18px, 3vw, 28px);
	text-align: center;
}

.foxtele-order .order-brand {
	align-items: center;
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 820;
	gap: 9px;
	letter-spacing: -0.04em;
	line-height: 1;
}

.foxtele-order .order-brand > span {
	color: #fff;
}

.order-brand img {
	height: 50px;
	object-fit: contain;
	width: 50px;
}

.foxtele-order .order-brand > span > span {
	color: var(--ft-orange);
}

.order-security {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.order-security__art {
	background: var(--ft-ink);
	border-radius: 11px;
	display: block;
	height: 58px;
	overflow: hidden;
	position: relative;
	width: 190px;
}

.order-security__art img {
	height: 250px;
	left: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
}

.foxtele-order .order-security h1 {
	color: #fff;
	font-size: 0.76rem;
	font-weight: 780;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.order-section {
	background: var(--ft-cream);
	padding-block: clamp(38px, 6vw, 72px);
}

.order-form-wrap {
	max-width: 870px;
}

.order-form-card,
.order-plan-required {
	background: #fff;
	border: 1px solid rgba(7, 17, 31, 0.08);
	border-radius: var(--ft-radius);
	box-shadow: var(--ft-shadow);
	margin-inline: auto;
	max-width: 820px;
	min-width: 0;
	padding: clamp(24px, 5vw, 50px);
}

.order-selection {
	align-items: center;
	background: var(--ft-orange-soft);
	border: 1px solid rgba(242, 102, 34, 0.28);
	border-radius: 12px;
	color: #7a2f0d;
	display: flex;
	gap: 10px;
	margin: 0 0 34px;
	padding: 13px 16px;
}

.order-selection > span:first-child {
	align-items: center;
	background: var(--ft-orange);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 0.78rem;
	font-weight: 850;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.foxtele-order-form {
	max-width: 100%;
	min-width: 0;
}

.foxtele-order-form .ff-el-group {
	margin-bottom: 22px;
	min-width: 0;
}

.foxtele-order-form .ff-el-section-break {
	border-bottom: 1px solid rgba(7, 17, 31, 0.1);
	margin: 42px 0 24px;
	padding-bottom: 13px;
}

.foxtele-order-form .ff-el-section-break:first-of-type {
	margin-top: 0;
}

.foxtele-order-form .ff-el-section-break h3 {
	color: var(--ft-ink);
	font-size: clamp(1.25rem, 2.5vw, 1.52rem);
	letter-spacing: -0.025em;
	line-height: 1.25;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
}

.foxtele-order-form .ff-section_break_desk {
	color: var(--ft-muted);
	font-size: 0.9rem;
	margin-top: 5px;
}

.foxtele-order-form .ff-el-input--label label {
	color: var(--ft-ink);
	font-size: 0.92rem;
	font-weight: 740;
	margin-bottom: 8px;
}

.foxtele-order-form .ff-el-form-control {
	background: #fbfcfd;
	border: 1px solid rgba(7, 17, 31, 0.18);
	border-radius: 10px;
	color: var(--ft-text);
	font: inherit;
	min-height: 52px;
	padding: 12px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.foxtele-order-form .ff-el-form-control:focus {
	border-color: var(--ft-orange);
	box-shadow: 0 0 0 3px rgba(242, 102, 34, 0.16);
	outline: 0;
}

.foxtele-order-form .foxtele-phone-control {
	--iti-border-color: rgba(7, 17, 31, 0.18);
	--iti-country-selector-bg: #fff;
	--iti-hover-color: rgba(242, 102, 34, 0.08);
	--iti-icon-color: var(--ft-muted);
	--iti-spacer-horizontal: 12px;
	display: block;
	font-family: inherit;
	width: 100%;
}

.foxtele-order-form .foxtele-phone-control .iti__tel-input {
	height: 52px;
	width: 100%;
}

.foxtele-order-form .foxtele-phone-control .iti__selected-country {
	border-radius: 10px 0 0 10px;
	border-right: 1px solid rgba(7, 17, 31, 0.12);
	color: var(--ft-ink);
	font: inherit;
}

.foxtele-order-form .foxtele-phone-control .iti__selected-dial-code {
	font-size: 0.9rem;
	font-weight: 700;
}

.foxtele-order-form .foxtele-phone-control:focus-within .iti__tel-input {
	border-color: var(--ft-orange);
	box-shadow: 0 0 0 3px rgba(242, 102, 34, 0.16);
	outline: 0;
}

.foxtele-order-form .foxtele-phone-control:focus-within .iti__selected-country {
	border-right-color: rgba(242, 102, 34, 0.35);
}

.foxtele-order-form .foxtele-phone-control.iti--foxtele-invalid .iti__tel-input {
	border-color: #a52316;
	box-shadow: 0 0 0 3px rgba(165, 35, 22, 0.12);
}

.foxtele-phone-error {
	color: #a52316;
	font-size: 0.82rem;
	line-height: 1.45;
	margin-top: 7px;
}

.foxtele-phone-error[hidden] {
	display: none;
}

body.foxtele-order .iti__country-selector {
	border-color: rgba(7, 17, 31, 0.14);
	border-radius: 10px;
	box-shadow: var(--ft-shadow);
	color: var(--ft-text);
	font-family: inherit;
	overflow: hidden;
}

body.foxtele-order .iti__search-input {
	background: #fbfcfd;
	border: 0;
	border-radius: 0;
	color: var(--ft-text);
	font: inherit;
	min-height: 48px;
}

body.foxtele-order .iti__search-input:focus {
	box-shadow: inset 0 0 0 2px var(--ft-orange);
	outline: 0;
}

body.foxtele-order .iti__country {
	color: var(--ft-text);
	font-size: 0.9rem;
	min-height: 44px;
}

body.foxtele-order .iti__country.iti__highlight {
	background: var(--ft-orange-soft);
}

body.foxtele-order .iti__dial-code {
	color: var(--ft-muted);
}

body.foxtele-order .iti--fullscreen-popup.iti--detached-country-selector {
	background-color: rgba(7, 17, 31, 0.55);
}

.foxtele-order-form .ff-el-help-message {
	color: var(--ft-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin-top: 7px;
}

.foxtele-order-form .text-danger,
.foxtele-order-form .error {
	color: #a52316;
}

.foxtele-order-form .foxtele-card-options .ff-el-input--content {
	display: grid;
	gap: 12px;
}

.foxtele-order-form .foxtele-customer-options .ff-el-input--content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.foxtele-order-form .foxtele-device-options .ff-el-input--content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.foxtele-order-form .foxtele-payment-options .ff-el-input--content {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.foxtele-order-form .foxtele-card-options .ff-el-form-check {
	background: #fff;
	border: 1px solid rgba(7, 17, 31, 0.16);
	border-radius: 12px;
	display: flex;
	margin: 0;
	min-width: 0;
	padding: 0;
	transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.foxtele-order-form .foxtele-card-options .ff-el-form-check:hover {
	border-color: rgba(242, 102, 34, 0.65);
	box-shadow: 0 10px 24px rgba(7, 17, 31, 0.08);
	transform: translateY(-1px);
}

.foxtele-order-form .foxtele-card-options .ff-el-form-check:has(input:checked),
.foxtele-order-form .foxtele-card-options .ff-el-form-check.ff_item_selected {
	background: var(--ft-orange-soft);
	border-color: var(--ft-orange);
	box-shadow: 0 0 0 1px var(--ft-orange);
}

.foxtele-order-form .foxtele-card-options .ff-el-form-check:has(input:focus-visible) {
	box-shadow: 0 0 0 4px rgba(242, 102, 34, 0.2);
	outline: 2px solid var(--ft-ink);
	outline-offset: 3px;
}

.foxtele-order-form .foxtele-card-options .ff-el-form-check-label {
	align-items: flex-start;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 0;
	min-height: 100%;
	padding: 16px;
	width: 100%;
}

.foxtele-order-form .foxtele-card-options input[type='radio'] {
	accent-color: var(--ft-orange);
	flex: 0 0 auto;
	height: 18px;
	margin: 2px 0 0;
	width: 18px;
}

.foxtele-order-form .foxtele-card-copy {
	display: block;
	min-width: 0;
}

.foxtele-order-form .foxtele-card-copy strong {
	color: var(--ft-ink);
	display: block;
	font-size: 0.96rem;
	line-height: 1.35;
}

.foxtele-order-form .foxtele-card-copy small {
	color: var(--ft-muted);
	display: block;
	font-size: 0.8rem;
	line-height: 1.4;
	margin-top: 4px;
}

.foxtele-order-form .foxtele-device-options .ff-el-form-check-label {
	align-items: center;
	min-height: 58px;
}

.foxtele-order-form .foxtele-payment-options .ff-el-form-check-label {
	align-items: center;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 92px;
}

.foxtele-order-form .foxtele-payment-option {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	text-align: center;
}

.foxtele-order-form .foxtele-payment-option i {
	color: var(--ft-ink);
	font-size: 1.65rem;
	line-height: 1;
}

.foxtele-order-form .foxtele-payment-option strong {
	color: var(--ft-ink);
	font-size: 0.94rem;
	line-height: 1.2;
}

.foxtele-order-form .ff_submit_btn_wrapper {
	margin-bottom: 0;
	margin-top: 34px;
	width: 100%;
}

.foxtele-order-form .ff-btn-submit {
	background: var(--ft-orange) !important;
	border: 1px solid var(--ft-orange) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 24px rgba(242, 102, 34, 0.22);
	color: #fff !important;
	font-family: inherit;
	font-size: 0.98rem;
	font-weight: 800;
	min-height: 56px;
	padding: 16px 24px !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.foxtele-order-form .ff-btn-submit:hover {
	background: var(--ft-orange-dark) !important;
	border-color: var(--ft-orange-dark) !important;
	box-shadow: 0 15px 28px rgba(217, 77, 11, 0.25);
	transform: translateY(-2px);
}

.foxtele-order-form .ff-btn-submit:focus-visible {
	box-shadow: 0 0 0 5px rgba(242, 102, 34, 0.22);
	outline: 3px solid var(--ft-ink);
	outline-offset: 3px;
}

.foxtele-order-trust {
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 48px auto 0;
	max-width: 820px;
	padding-inline: clamp(8px, 2vw, 24px);
	text-align: center;
}

.foxtele-order-trust__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.foxtele-order-trust__icon {
	align-items: center;
	color: var(--ft-orange);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 20px;
	transition: filter 180ms ease, transform 180ms ease;
	width: 48px;
}

.foxtele-order-trust__icon svg {
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 100%;
}

.foxtele-order-trust__item strong {
	color: var(--ft-ink);
	display: block;
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin-bottom: 12px;
}

.foxtele-order-trust__item p {
	color: var(--ft-muted);
	font-size: 0.88rem;
	line-height: 1.6;
	margin: 0;
	max-width: 220px;
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
	.foxtele-order-trust__item:hover .foxtele-order-trust__icon {
		filter: drop-shadow(0 0 7px rgba(242, 102, 34, 0.28));
		transform: scale(1.05);
	}
}

.order-form-card .ff-message-success {
	background: #edf9f3;
	border: 1px solid rgba(38, 142, 93, 0.24);
	border-radius: var(--ft-radius-sm);
	box-shadow: none;
	color: #185c3d;
	font-weight: 650;
	padding: 24px;
}

.order-form-unavailable,
.order-plan-required {
	text-align: center;
}

.order-form-unavailable {
	background: var(--ft-orange-soft);
	border-radius: var(--ft-radius-sm);
	padding: 22px;
}

.order-plan-required h2 {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.order-plan-required p {
	color: var(--ft-muted);
	margin-inline: auto;
	max-width: 520px;
}

@media (max-width: 680px) {
	:root {
		--ft-shell: min(100% - 28px, 1180px);
	}

	body.foxtele-order {
		--iti-mobile-popup-margin: 16px;
	}

	.order-checkout-header__inner {
		padding-block: 16px 18px;
	}

	.order-brand {
		font-size: 1.4rem;
	}

	.order-brand img {
		height: 44px;
		width: 44px;
	}

	.order-form-card,
	.order-plan-required {
		border-radius: var(--ft-radius-sm);
		padding: 22px 18px;
	}

	.order-selection {
		align-items: flex-start;
		margin-bottom: 28px;
	}

	.foxtele-order-form .ff-t-container {
		display: block;
	}

	.foxtele-order-form .ff-t-cell {
		margin-bottom: 0;
		padding: 0 !important;
		width: 100% !important;
	}

	.foxtele-order-form .foxtele-customer-options .ff-el-input--content,
	.foxtele-order-form .foxtele-device-options .ff-el-input--content,
	.foxtele-order-form .foxtele-payment-options .ff-el-input--content {
		grid-template-columns: 1fr;
	}

	.foxtele-order-form .foxtele-payment-options .ff-el-form-check-label {
		min-height: 76px;
	}

	.foxtele-order-form .foxtele-payment-option {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
	}
}

@media (max-width: 560px) {
	.foxtele-order-trust {
		gap: 44px;
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.foxtele-order-form .foxtele-card-options .ff-el-form-check,
	.foxtele-order-form .ff-btn-submit,
	.foxtele-order-trust__icon {
		transition: none;
	}
}
