.ist-cart-timer {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e8e8e8;
	font-family: inherit;
	color: #1a1a1a;
	clear: both;
	box-sizing: border-box;
}

.ist-shipping-msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
	color: #1a1a1a;
}

.ist-shipping-msg svg {
	width: 20px;
	height: 20px;
	margin-bottom: 2px;
	color: #1a1a1a;
	stroke: #1a1a1a;
	fill: none;
}

.ist-shipping-msg svg * {
	stroke: #1a1a1a;
	fill: none;
}

.ist-shipping-msg span {
	font-size: 13px;
	line-height: 1.4;
	color: #1a1a1a;
}

.ist-shipping-msg strong {
	color: #1a1a1a;
	font-weight: 700;
}

.ist-shipping-msg .ist-countdown {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #1a1a1a;
}

.ist-shipping-msg .ist-countdown strong {
	font-weight: 700;
	font-size: 13px;
	margin-left: 4px;
	color: #1a1a1a;
}

/* Product page: compact pill inserted next to WooCommerce's own stock status. */
.ist-product-pill-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.ist-product-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	color: #1a1a1a;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: normal;
}

.ist-product-pill svg {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	color: #1a1a1a;
	stroke: #1a1a1a;
	fill: none;
}

.ist-product-pill strong {
	font-weight: 700;
	color: #1a1a1a;
}

/* WPC Fly Cart drawer: the free-shipping bar is a flex row by default;
   these overrides (ported from the original WPCode snippet) force it to
   stack so our countdown fits full-width underneath instead of being
   squeezed into half the row. */
.woofc-area .woofc-free-shipping-bar {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	text-align: center;
}

.woofc-area .wpc-fsb-wrap,
.woofc-area .wpcfb-wrap {
	display: block;
	width: 100%;
	flex: 1 1 100%;
	border: none;
	padding-bottom: 12px;
}

.woofc-area .ist-cart-timer {
	display: block;
	width: 100%;
	flex: 1 1 100%;
	margin: 0;
	padding: 12px 0 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px dashed #e8e8e8;
}

.woofc-area .ist-shipping-msg span {
	font-size: 11px;
}

.woofc-area .ist-shipping-msg svg {
	width: 16px;
	height: 16px;
}

.woofc-area .ist-countdown {
	margin-top: 8px;
	font-size: 10px;
}

.woofc-area .ist-countdown strong {
	font-size: 11px;
}

@media screen and (max-width: 480px) {
	.ist-cart-timer {
		margin-top: 10px;
		padding-top: 10px;
	}

	.ist-shipping-msg span {
		font-size: 11px;
	}

	.ist-shipping-msg .ist-countdown {
		font-size: 10px;
	}

	.ist-product-pill {
		font-size: 12px;
		padding: 4px 8px;
	}
}
