.gsi-teaser {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 8px 0;
}

.gsi-teaser__text {
	color: #1f2933;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-right: 15px;
}

.gsi-teaser .gs-highlight-primary,
.gsi-teaser .gs-highlight-secondary {
	font-size: 1.28em;
	font-weight: 800;
	letter-spacing: 0;
}

.gsi-teaser .gs-highlight-primary {
	color: #011a62;
}

.gsi-teaser .gs-highlight-secondary {
	color: #0e8086;
	font-size: 1.5em;
}

.gsi-teaser__button {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.2);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.08);
	color: #111;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 30px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.gsi-teaser__button:hover,
.gsi-teaser__button:focus {
	background: #fff;
	border-color: rgba(17, 24, 39, 0.38);
	box-shadow: 0 4px 10px rgba(17, 24, 39, 0.12);
	color: #111;
	text-decoration: none;
	transform: translateY(-1px);
}

.gsi-teaser__button:focus {
	outline: 2px solid rgba(14, 128, 134, 0.32);
	outline-offset: 2px;
}

.gsi-teaser--cart-checkout {
	background: #f8fafc;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	padding: 16px 18px;
	width: 100%;
	text-align: left;
}

.gsi-teaser--cart-checkout .gsi-teaser__text {
	margin-right: 0;
}

.gsi-insider-price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0 8px;
	line-height: inherit;
}

.gsi-insider-price__was {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
}

.gsi-insider-price__regular,
.gsi-insider-price__regular .amount,
.gsi-insider-price__sale .amount {
	text-decoration: line-through;
}

.gsi-insider-price__reg-label {
	text-decoration: none;
}

.gsi-insider-price__active {
	color: #0e8086;
	display: inline-block;
	font-size: 1.28em;
	font-weight: 700;
}

.gsi-insider-price__active .amount {
	font-weight: 900;
}