.chxn-fsb {
	--chxn-fsb-green: #16734a;
	--chxn-fsb-light: #e7f5ed;
	box-sizing: border-box;
	color: #173c2a;
	font-size: 13px;
	line-height: 1.45;
}
.chxn-fsb-content {
	display: flex;
	align-items: center;
	gap: 9px;
}
.chxn-fsb-message strong {
	color: var(--chxn-fsb-green);
	font-weight: 800;
}
.chxn-fsb-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--chxn-fsb-green);
	color: #fff;
}
.chxn-fsb-icon svg {
	display: block;
}
.chxn-fsb-track {
	height: 6px;
	margin-top: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(22, 115, 74, .16);
}
.chxn-fsb-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #35a36d, var(--chxn-fsb-green));
	transition: width .35s ease;
}
.chxn-fsb.is-complete .chxn-fsb-track span {
	background: var(--chxn-fsb-green);
}
.chxn-fsb-cart {
	padding: 12px 14px;
	border: 1px solid #cfe7da;
	border-radius: 10px;
	background: var(--chxn-fsb-light);
}
.chxn-fsb-native-cart {
	margin-bottom: 18px;
}
.chxn-fsb-checkout-row > td {
	padding: 0 0 14px !important;
	border: 0 !important;
}
.chxn-fsb-checkout {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.chxn-free-gift-label {
	display: inline-block;
	padding: 2px 7px;
	border-radius: 999px;
	background: #e7f5ed;
	color: #16734a;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}
.chxn-checkout-gift-row > td {
	padding: 0 0 14px !important;
	border: 0 !important;
}
.chxn-checkout-gift {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px dashed #d6a32c;
	border-radius: 10px;
	background: #fff8e6;
	text-align: left;
}
.chxn-checkout-gift.is-qualified {
	border-color: #73b793;
	background: #e7f5ed;
}
.chxn-checkout-gift-image {
	position: relative;
	flex: 0 0 52px;
}
.chxn-checkout-gift-image img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 8px;
}
.chxn-checkout-gift-image span {
	position: absolute;
	right: -5px;
	bottom: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	font-size: 13px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .14);
}
.chxn-checkout-gift-content {
	min-width: 0;
}
.chxn-checkout-gift-content strong,
.chxn-checkout-gift-content small {
	display: block;
}
.chxn-checkout-gift-content strong {
	color: #173c2a;
	font-size: 13px;
	line-height: 1.4;
}
.chxn-checkout-gift-content small {
	margin-top: 3px;
	color: #65756c;
	font-size: 12px;
	line-height: 1.45;
}
.chxn-flying-cart-footer > .chxn-fsb-cart {
	order: -1;
	flex: none;
}
