.neil-stock-status-badge .box-text {
	--product-card-badge-height: 26px;
	--product-card-badge-padding: 0.32rem 0.56rem;
	--product-card-badge-font-size: 0.76rem;
	--product-card-badge-gap: 0.3em;
	padding-bottom: 36px;
}

.neil-stock-status-badge .box-text:has(.product-card-sku-copy) {
	padding-bottom: 3.8rem;
}

.neil-stock-status-badge .box-text:has(.product-card-sku-copy) .product-card-sku-copy {
	max-width: calc(100% - 7.4rem);
}

.neil-stock-status-badge .stock-status-label {
	right: var(--product-card-badge-edge, 0.75rem) !important;
	z-index: 5;
	max-width: calc(100% - 24px);
}

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

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

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

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

@container (max-width: 240px) {
	.neil-stock-status-badge .box-text:has(.product-card-sku-copy) :is(.product-card-sku-copy, .stock-status-label) {
		--product-card-badge-bottom: 0.55rem;
		--product-card-badge-edge: 0.5rem;
		--product-card-badge-height: 22px;
		--product-card-badge-padding: 0.25rem 0.42rem;
		--product-card-badge-font-size: 0.68rem;
		--product-card-badge-gap: 0.2em;
	}

	.neil-stock-status-badge .box-text:has(.product-card-sku-copy) .product-card-sku-copy {
		max-width: calc(100% - 5.8rem);
	}

	.neil-stock-status-badge .stock-status-label::before {
		width: 5px;
		height: 5px;
		box-shadow: 0 0 0 2px rgba(17, 197, 108, 0.18);
	}

	.neil-stock-status-badge .out-of-stock-label::before {
		box-shadow: 0 0 0 2px rgba(11, 79, 154, 0.18);
	}
}
