.storefront-full-width-content.single-product div.product .summary p.stock.shirion-product-stock-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 0.4rem;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	min-height: 30px;
	margin: 0.65rem auto 1.15rem;
	padding: 0.32rem 0.72rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: Heebo, "Segoe UI", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	box-shadow: none;
	isolation: isolate;
}

.storefront-full-width-content.single-product div.product .summary p.stock.shirion-product-stock-badge.in-stock {
	border-color: #b8ddc4;
	background: #f2faf5;
	color: #245f39;
}

.storefront-full-width-content.single-product div.product .summary p.stock.shirion-product-stock-badge.out-of-stock {
	border-color: #f0c4bf;
	background: #fff4f2;
	color: #972d25;
}

.storefront-full-width-content.single-product div.product .summary p.stock.shirion-product-stock-badge::before,
.storefront-full-width-content.single-product div.product .summary p.stock.shirion-product-stock-badge::after {
	display: none;
	content: none;
}

.storefront-full-width-content.single-product div.product .summary .shirion-product-stock-badge__indicator {
	flex: 0 0 auto;
	width: 0.42rem;
	height: 0.42rem;
	border: 0;
	border-radius: 50%;
	background: currentColor;
	box-shadow: none;
}

.storefront-full-width-content.single-product div.product .summary .shirion-product-stock-badge__context {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.storefront-full-width-content.single-product div.product .summary .shirion-product-stock-badge__label {
	display: block;
	min-width: 0;
}
