.aibei-flow-assurance {
	margin: 0 0 24px;
	padding: 15px 18px;
	display: flex;
	align-items: center;
	gap: 18px;
	border: 1px solid #eadde2;
	border-left: 4px solid #ff2f63;
	background: #fff8fa;
	color: #232124;
	font-size: 13px;
	line-height: 1.4;
}

.aibei-flow-assurance strong {
	margin-right: auto;
	font-size: 14px;
}

body.single-product .product-activity {
	display: none !important;
}

.aibei-mobile-checkout-bar {
	display: none;
}

body.single-product iframe[src*="omnisend"],
body.single-product iframe[src*="soundest"],
body.woocommerce-cart iframe[src*="omnisend"],
body.woocommerce-cart iframe[src*="soundest"],
body.woocommerce-checkout iframe[src*="omnisend"],
body.woocommerce-checkout iframe[src*="soundest"] {
	display: none !important;
}

body.woocommerce-checkout h1,
body.woocommerce-checkout h1.entry-title {
	color: #fff;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
	font-size: 16px;
}

body.woocommerce-checkout #order_review_heading {
	margin-top: 0;
}

@media (min-width: 993px) {
	body.woocommerce-checkout #order_review {
		position: sticky;
		top: 24px;
	}
}

@media (max-width: 768px) {
	body.single-product h1.product_title {
		max-width: calc(100vw - 30px);
		white-space: normal !important;
		overflow-wrap: anywhere;
		font-size: 25px;
		line-height: 1.2;
	}

	body.woocommerce-cart .woocommerce-message {
		white-space: normal;
		font-size: 13px;
		line-height: 1.45;
	}

	.aibei-flow-assurance {
		margin: 0 15px 18px;
		padding: 14px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px 12px;
		font-size: 12px;
	}

	.aibei-flow-assurance strong {
		grid-column: 1 / -1;
		margin: 0 0 3px;
	}

	.aibei-flow-assurance span {
		padding-left: 9px;
		border-left: 2px solid #ff2f63;
	}

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-checkout form.checkout {
		margin-inline: 15px;
	}

	body.woocommerce-checkout .form-row {
		margin-bottom: 13px;
	}

	body.woocommerce-cart {
		padding-bottom: 82px;
	}

	.aibei-mobile-checkout-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99998;
		padding: 10px 14px;
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		gap: 14px;
		background: #1f1d1f;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, .2);
	}

	.aibei-mobile-checkout-bar > span {
		display: grid;
		gap: 2px;
		color: #fff;
	}

	.aibei-mobile-checkout-bar small {
		color: #c7c2c4;
		font-size: 10px;
	}

	.aibei-mobile-checkout-bar strong {
		font-size: 15px;
		white-space: nowrap;
	}

	.aibei-mobile-checkout-bar .woocommerce-Price-currencySymbol {
		display: inline;
	}

	.aibei-mobile-checkout-bar a {
		min-height: 48px;
		display: grid;
		place-items: center;
		border-radius: 4px;
		background: #ff2f63;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
	}
}
