/* Free Light Bundle — Aktions-Banner auf Produktseite */
.sf-flb-banner {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid var(--theme-palette-color-3, #d9d2c5);
	border-radius: 8px;
	background: var(--theme-palette-color-7, #f6f3ee);
}

.sf-flb-banner__thumb {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 6px;
	overflow: hidden;
}

.sf-flb-banner__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sf-flb-banner__text {
	font-size: 15px;
	line-height: 1.4;
}

.sf-flb-banner__title {
	font-weight: 700;
	display: block;
}

.sf-flb-banner__period {
	opacity: 0.8;
}

/* Cart "Gratis dazu" tag */
.sf-flb-gift-tag {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 999px;
	background: var(--theme-palette-color-1, #2e7d32);
	color: #fff;
}
