.shipping-countdown-container-e1ed7897 {
	background-color: #fcf8f2;
	border: 1px solid #e2d1bc;
	border-radius: 8px;
	padding: 16px 20px;
	text-align: center;
	max-width: 500px;
	margin: 20px auto;
	font-family: inherit;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.shipping-countdown-message-e1ed7897 {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.shipping-countdown-timer-e1ed7897 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.timer-segment-e1ed7897 {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 50px;
}

.timer-value-e1ed7897 {
	font-size: 24px;
	font-weight: 800;
	color: #a67c52;
	background: #ffffff;
	border: 1px solid #ebd9c8;
	border-radius: 6px;
	padding: 4px 8px;
	min-width: 44px;
	display: inline-block;
	box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.timer-label-e1ed7897 {
	font-size: 11px;
	color: #777777;
	text-transform: uppercase;
	margin-top: 4px;
	font-weight: 500;
}

.timer-divider-e1ed7897 {
	font-size: 20px;
	font-weight: 700;
	color: #a67c52;
	margin-bottom: 16px;
}
