body.bp-order-form-open {
	overflow: hidden;
}

body.single-product div.product .single_variation .woocommerce-variation-price,
body.single-product div.product .woocommerce-variation-price {
	display: none !important;
}

.bp-order-form-notice {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100001;
	display: flex;
	align-items: center;
	gap: 9px;
	width: min(88vw, 360px);
	margin: 0;
	padding: 14px 16px;
	border: 1px solid rgba(47, 111, 167, 0.18);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(17, 24, 39, 0.18);
	color: #334155;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -42%) scale(0.98);
	transition: opacity 180ms ease, transform 180ms ease;
}

.bp-order-form-notice.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.bp-order-form-notice__icon {
	display: inline-flex;
	flex: 0 0 22px;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #176da7;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.bp-order-form-notice__text {
	display: block;
}

.bp-single-product-typeform {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: block;
	clear: none;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	pointer-events: none;
	text-align: left;
	visibility: hidden;
}

.bp-single-product-typeform.is-open {
	pointer-events: auto;
	visibility: visible;
}

.bp-order-form__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	background: rgba(17, 24, 39, 0);
	box-shadow: none !important;
	cursor: pointer;
	outline: none;
	transition: background-color 220ms ease;
}

.bp-single-product-typeform.is-open .bp-order-form__overlay {
	background: rgba(17, 24, 39, 0.36);
}

.bp-order-form__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(92vw, 520px);
	height: 100%;
	padding: 24px;
	background: #ffffff;
	box-shadow: -18px 0 48px rgba(17, 24, 39, 0.18);
	outline: none;
	transform: translateX(105%);
	transition: transform 260ms ease;
}

.bp-single-product-typeform.is-open .bp-order-form__panel {
	transform: translateX(0);
}

.bp-order-form__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.09);
}

.bp-order-form__header p {
	margin: 0 0 5px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bp-order-form__header h3 {
	margin: 0;
	color: #111827;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
}

.bp-order-form__close {
	display: inline-flex;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 999px;
	background: #f8fafc;
	box-shadow: none;
	color: #111827;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.bp-order-form__summary {
	display: block;
	margin: 8px 0 10px;
	padding: 8px 10px;
	border: 1px solid rgba(47, 111, 167, 0.14);
	border-radius: 8px;
	background: #f8fbfe;
}

.bp-order-form__summary-title {
	margin: 0 0 4px;
	color: #64748b;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bp-order-form__product {
	display: block;
	margin: 0 0 3px;
	color: #111827;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
}

.bp-order-form__line {
	margin: 0;
	color: #334155;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.35;
}

.bp-order-form__frame {
	position: relative;
	flex: 1 1 auto;
	min-height: 420px;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: #f8fafc;
}

.bp-order-form__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
	background: #ffffff;
}

.bp-order-form__frame [data-tf-live],
.bp-order-form__frame [data-tf-widget] {
	width: 100%;
	height: 100%;
	min-height: 420px;
}

.bp-order-form__fallback {
	margin: 0;
	padding: 24px;
	color: #475569;
	font-size: 15px;
	font-weight: 700;
}

.bp-order-form-missing-choice {
	animation: bpOrderMissingPulse 700ms ease 2;
}

@keyframes bpOrderMissingPulse {
	0%,
	100% {
		filter: none;
	}

	45% {
		filter: drop-shadow(0 0 0.55rem rgba(220, 38, 38, 0.34));
	}
}

@media only screen and (max-width: 690px) {
	.bp-order-form__panel {
		width: 100vw;
		padding: 18px;
	}

	.bp-order-form__header h3 {
		font-size: 23px;
	}
}
