/* Solkarra Bundles storefront: notice, nudge, badge, savings line. Layout only; colours inherit from the theme. */

.solkarra-bundles-notice {
	margin: 0.5em 0 1em;
	padding: 0.6em 0.9em;
	border-left: 3px solid currentColor;
	font-size: 0.95em;
	line-height: 1.45;
}

.solkarra-bundles-notice__line {
	margin: 0;
}

.solkarra-bundles-notice__line + .solkarra-bundles-notice__line {
	margin-top: 0.35em;
}

.solkarra-bundles-nudge {
	margin-bottom: 1.5em;
}

.solkarra-bundles-badge {
	position: absolute;
	top: 0.6em;
	left: 0.6em;
	z-index: 2;
	display: inline-block;
	padding: 0.2em 0.6em;
	border-radius: 999px;
	background: #1e1e1e;
	color: #fff;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-transform: uppercase;
	pointer-events: none;
}

ul.products li.product {
	position: relative;
}

.solkarra-bundles-savings {
	margin: 1em 0;
	padding: 0.75em 1em;
	border-left: 3px solid currentColor;
	font-weight: 600;
}
