/**
 * Flatsome Custom Bubble — Product Editor > Extra.
 * Figma: PDP - Promotional Message, node 893:2692.
 */

.badge-container:has(.badge-inner.new-bubble) {
	top: 0 !important;
	left: auto !important;
	right: auto !important;
	inset-inline-start: 6px !important;
	inset-inline-end: auto !important;
	margin-top: 8px;
}

.badge-container .badge:has(> .badge-inner.new-bubble) {
	display: block;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	opacity: 1;
}

/* Custom Bubble is a product-card label; never place it on the main PDP image. */
.single-product .product-main .badge:has(> .badge-inner.new-bubble) {
	display: none;
}

.badge-container .badge-inner.new-bubble {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: calc(100vw - 28px);
	min-height: 35px;
	height: auto;
	padding: 8px 16px;
	border: 0;
	border-radius: 1000px;
	background: #58125f;
	box-shadow: none;
	color: #fff;
	font-family: Heebo, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.005em;
	text-align: center;
	white-space: normal;
}

@media (max-width: 549px) {
	.badge-container:has(.badge-inner.new-bubble) {
		inset-inline-start: 10px !important;
		margin-top: 8px;
	}

	.badge-container .badge-inner.new-bubble {
		max-width: calc(100vw - 20px);
	}
}
