body.bm-editorial .bm-blumenversand-hero__product > .bm-blumenversand-hero__product-label {
	display: grid;
	gap: 3px;
	padding: 9px 11px;
}

body.bm-editorial .bm-blumenversand-hero__product-label b,
body.bm-editorial .bm-blumenversand-hero__product-label small {
	display: block;
}

body.bm-editorial .bm-blumenversand-hero__product-label b {
	font-size: 13px;
	line-height: 1.15;
}

body.bm-editorial .bm-blumenversand-hero__product-label small {
	color: var(--green-deep);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.15;
}

body.bm-editorial .bm-blumenversand-hero__product .bm-blumenversand-hero__product-label span {
	position: static;
	display: inline;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.bm-mobile-order-bar {
	display: none;
}

.bm-editorial .bm-pdp__cart:focus {
	outline: none;
}

@media (max-width: 720px) {
	body.bm-editorial.single-product {
		padding-bottom: calc(82px + env(safe-area-inset-bottom));
	}

	.bm-mobile-order-bar {
		position: fixed;
		right: max(12px, env(safe-area-inset-right));
		bottom: max(10px, env(safe-area-inset-bottom));
		left: max(12px, env(safe-area-inset-left));
		z-index: 9990;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
		align-items: center;
		min-height: 62px;
		padding: 9px 9px 9px 13px;
		background: rgba(255, 255, 255, .97);
		border: 1px solid rgba(28, 64, 37, .2);
		border-radius: 8px;
		box-shadow: 0 16px 42px rgba(17, 38, 22, .24);
		transition: opacity .2s ease, transform .2s ease;
		backdrop-filter: blur(12px);
	}

	body.bm-editorial.single-product.bm-mobile-order-visible .bm-a11y {
		bottom: calc(84px + env(safe-area-inset-bottom)) !important;
	}

	body.bm-editorial.single-product.bm-mobile-order-visible .bm-cookie-settings-link {
		bottom: calc(84px + env(safe-area-inset-bottom)) !important;
	}

	.bm-mobile-order-bar.is-hidden {
		opacity: 0;
		pointer-events: none;
		transform: translateY(calc(100% + 16px));
	}

	.bm-mobile-order-bar__price {
		display: grid;
		min-width: 0;
		gap: 2px;
		color: var(--muted);
		font-size: 10px;
		font-weight: 800;
		line-height: 1.1;
		text-transform: uppercase;
	}

	.bm-mobile-order-bar__price strong {
		overflow: hidden;
		color: var(--green-deep);
		font-size: 16px;
		font-weight: 900;
		line-height: 1.15;
		text-overflow: ellipsis;
		text-transform: none;
		white-space: nowrap;
	}

	.bm-mobile-order-bar__price strong :is(del, ins) {
		display: inline;
	}

	.bm-mobile-order-bar__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 10px 14px;
		background: var(--green);
		border: 0;
		border-radius: 999px;
		color: #fff;
		font: inherit;
		font-size: 13px;
		font-weight: 900;
		line-height: 1;
		white-space: nowrap;
		cursor: pointer;
	}

	.bm-mobile-order-bar__button:hover,
	.bm-mobile-order-bar__button:focus-visible {
		background: var(--green-deep);
		outline: 3px solid rgba(30, 120, 55, .2);
		outline-offset: 2px;
	}
}
