.product-small .box-text {
	position: relative;
}

.neil-stock-status-badge .box-text {
	padding-bottom: 36px;
}

.stock-status-label {
	position: absolute !important;
	right: 12px !important;
	bottom: 12px !important;
	z-index: 5;

	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2px;
	white-space: nowrap;
}

.stock-status-label::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #11c56c;
	box-shadow: 0 0 0 3px rgba(17, 197, 108, 0.18);
	margin-right: 6px;
}

.in-stock-label {
	background: rgba(17, 197, 108, 0.14);
	color: #0c7a3f;
	border: 1px solid rgba(17, 197, 108, 0.25);
}

.out-of-stock-label {
	background: rgba(11, 79, 154, 0.10);
	color: #0b4f9a;
	border: 1px solid rgba(11, 79, 154, 0.18);
}

.out-of-stock-label::before {
	background: #0b4f9a;
	box-shadow: 0 0 0 3px rgba(11, 79, 154, 0.18);
}
