.free-shipping-notice {
	background: linear-gradient(90deg, #FEEFCF 0%, #FFF7E6 50%, #FEEFCF 100%);
	border: 2px solid #FFE2B3;
	padding: 10px 18px 8px;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 14px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.free-shipping-notice .free-shipping-bar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.free-shipping-notice .free-shipping-title {
	font-weight: 600;
	font-size: 17px;
	color: #6B4A00;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.free-shipping-notice .free-shipping-bar-wrapper .free-shipping-title {
	display: flex;
	gap: 8px;
	align-items: center;
}

.free-shipping-notice .to-go-badge {
	background: linear-gradient(
			135deg,
			#FF9A2F,
			#FF8A00
	);
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	padding: 6px 12px;
	display: block;
}



.free-shipping-notice .to-go-badge small {
	font-size: 11px;
	opacity: .9;
}

.free-shipping-notice .free-shipping-bar {
	height: 10px;
	background: #F1E4C8;
	border-radius: 20px;
	overflow: inherit;
	border: none;
}

.free-shipping-notice .free-shipping-bar .ui-progressbar-value {
	background: linear-gradient(
			90deg,
			#FFB347 0%,
			#FF9A1B 60%,
			#FF8A00 100%
	);
	border-radius: 20px;
	position: relative;
	margin: 0;
	box-shadow: 0 0 6px rgba(255, 138, 0, 0.4);
}

.free-shipping-notice .free-shipping-bar .ui-progressbar-value::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #FF8A00;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.free-shipping-notice .bar-numbers-row {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #A67C2D;
	margin-top: 6px;
}

.free-shipping-notice .bar-numbers-row .add-more-text {
	color: #8A6D2F;
	font-size: 16px;
}

.free-shipping-notice .free-badge {
	background-color: #5FB27A;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1;
}


.free-shipping-notice .free-shipping-unlocked .free-shipping-bar-header {
	margin: 0;
}

.free-shipping-notice .free-badge::before {
	font-family: dashicons;
	content: "\f147";
}

/* Free Shipping Unlocked */
.free-shipping-notice.free-shipping-unlocked {
	background: linear-gradient(90deg, #def7e6 0%, #eff7f2 50%, #def7e6 100%);
	border-color: #5FB27A;
}

.free-shipping-notice.free-shipping-unlocked .free-shipping-title {
	color: #333;
}

.free-shipping-notice.free-shipping-unlocked .to-go-badge {
	background: linear-gradient(135deg, #5FB27A, #5A7D36);
}

.free-shipping-notice.free-shipping-unlocked .to-go-badge .to-go-amt{
	display: flex;
	gap: 2px;
	align-items: center;
	justify-content: center;
}

.free-shipping-notice.free-shipping-unlocked .free-shipping-bar {
	background-color: #e6efea;
	border-color: #5FB27A;
}

.free-shipping-notice.free-shipping-unlocked .free-shipping-bar .ui-progressbar-value {
	background: linear-gradient(90deg, #A8D5BA 0%, #82C497 60%, #5FB27A 100%);
	box-shadow: 0 0 6px rgba(95, 178, 122, 0.4);
}

.free-shipping-notice.free-shipping-unlocked .bar-numbers-row .add-more-text {
	color: #555;
}

.free-shipping-notice.free-shipping-unlocked .free-shipping-bar .ui-progressbar-value::after {
	border: 2px solid #5FB27A;
}

/**
* Sidecart
 */
.mk-wsc-modal .free-shipping-notice {
	margin: 10px 15px;
	padding: 10px 15px;
	border-radius: 5px;
}

.mk-wsc-modal .free-shipping-notice .free-shipping-title {
	font-size: 16px;
}

.mk-wsc-modal .free-shipping-notice .bar-numbers-row .add-more-text {
	font-size: 14px;
}
