.fluffy-free-shipping-row td {
	padding: 0.75rem 1.5rem !important;
	border-bottom: 1px solid #f3f4f6 !important;
	text-align: left !important;
	vertical-align: top !important;
}

.fluffy-free-shipping-row td::before {
	content: none !important;
	display: none !important;
}

.fluffy-free-shipping-counter {
	--fluffy-fs-accent: #fa9ebc;
	--fluffy-fs-accent-700: #f26f98;
	--fluffy-fs-accent-900: #e74c7b;
	--fluffy-fs-text: #1f2937;
	--fluffy-fs-text-light: #374151;
	--fluffy-fs-muted: #6b7280;
	--fluffy-fs-stroke: #e5e7eb;
	box-sizing: border-box;
	width: 100%;
	padding: 0.75rem 0;
	background: transparent;
	border: 0;
	color: var(--fluffy-fs-text);
}

.fluffy-free-shipping-counter *,
.fluffy-free-shipping-counter *::before,
.fluffy-free-shipping-counter *::after {
	box-sizing: border-box;
}

.fluffy-free-shipping-counter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.55rem;
}

.fluffy-free-shipping-counter__head > span {
	color: var(--fluffy-fs-text-light);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

.fluffy-free-shipping-counter__threshold {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: var(--fluffy-fs-muted);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.fluffy-free-shipping-counter__threshold .woocommerce-Price-amount {
	color: var(--fluffy-fs-accent-700);
	font-weight: 800;
}

.fluffy-free-shipping-counter__message {
	margin: 0 0 0.65rem !important;
	color: var(--fluffy-fs-muted);
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: left !important;
}

.fluffy-free-shipping-counter__message .woocommerce-Price-amount {
	color: var(--fluffy-fs-accent-700);
	font-weight: 800;
	white-space: nowrap;
}

.fluffy-free-shipping-counter__progress {
	position: relative;
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: #eef0f3;
	border-radius: 999px;
}

.fluffy-free-shipping-counter__progress span {
	position: absolute;
	inset: 0 auto 0 0;
	display: block;
	background: var(--fluffy-fs-accent);
	border-radius: inherit;
	transition: width 0.25s ease;
}

.fluffy-free-shipping-counter.is-reached {
	background: transparent;
}

.fluffy-free-shipping-counter.is-reached .fluffy-free-shipping-counter__message {
	color: var(--fluffy-fs-text-light);
	font-weight: 600;
}

@media (max-width: 768px) {
	.fluffy-free-shipping-row td {
		display: block !important;
		width: 100% !important;
		padding: 1rem 1.25rem !important;
		text-align: left !important;
	}

	.fluffy-free-shipping-counter {
		padding: 0.65rem 0;
		text-align: left !important;
	}

	.fluffy-free-shipping-counter__head {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0.35rem 0.75rem;
	}

	.fluffy-free-shipping-counter__threshold {
		margin-left: auto;
	}
}
