#free-shipping-notice {
	--free-shipping-notice-progress-bar-background: rgba(0, 0, 0, 0.1);
	--free-shipping-notice-progress-bar-color: #49bd8c;

	width: 100%;
	display: flex;
	flex-direction: column;
	margin-block: 0.5rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
}

#free-shipping-notice.free-shipping-notice--empty {
	display: none;
}

.free-shipping-notice__price {
	font-weight: 700;
	white-space: nowrap;
}

#free-shipping-notice-progress-bar {
	width: 100%;
	position: relative;
	height: 8px;
	background: var(--free-shipping-notice-progress-bar-background);
	overflow: hidden;
	margin-top: 0.75rem;
}

#free-shipping-notice-progress-bar__bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: var(--free-shipping-notice-progress-bar-color);
	transition: width 200ms ease;
}

#wc-block-mini-cart__footer-payment-methods {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

#wc-block-mini-cart__footer-payment-methods-image {
	width: 200px;
}

body.woocommerce-cart #free-shipping-notice {
	margin-block: 2rem;
}

#wc-block-mini-cart__footer-discount,
.wp-block-woocommerce-cart-order-summary-saving-block {
	color: #d29660;
	font-weight: 600;
	text-transform: uppercase;
}

#wc-block-mini-cart__footer-discount {
	text-align: right;
	margin-bottom: 1rem;
}
