/* Vloershop Core — site-brede USP-strook. Thema-onafhankelijk. */
.vs-usp-strip {
	--vs-usp-accent: #1a8a3a;
	display: flex !important;
	flex-wrap: wrap;
	gap: 1rem 1.75rem;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.vs-usp-strip__item {
	display: inline-flex !important;
	align-items: center;
	gap: .5rem;
	margin: 0 !important;
	padding: 0 !important;
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.3;
	color: inherit;
	list-style: none !important;
}

.vs-usp-strip__item::before {
	content: none !important;
}

.vs-usp-strip__check {
	flex: 0 0 auto;
	width: 1.15em;
	height: 1.15em;
	border-radius: 50%;
	background: var(--vs-usp-accent);
	position: relative;
}

.vs-usp-strip__check::after {
	content: "";
	position: absolute;
	left: 37%;
	top: 18%;
	width: .28em;
	height: .55em;
	border: solid #fff;
	border-width: 0 .16em .16em 0;
	transform: rotate(45deg);
}

.vs-usp-strip__icon {
	flex: 0 0 auto;
	width: 1.4em;
	height: 1.4em;
	object-fit: contain;
}

.vs-usp-strip__label {
	white-space: nowrap;
}

@media (max-width: 600px) {
	.vs-usp-strip {
		gap: .6rem 1.1rem;
	}

	.vs-usp-strip__item {
		font-size: .85rem;
	}
}

/* Site-brede USP-band net boven de footer */
.vs-usp-band {
	width: 100%;
	padding: 18px 16px;
	background: #f5f6f9;
	border-top: 1px solid #e6e8ef;
	border-bottom: 1px solid #e6e8ef;
}

.vs-usp-band__inner {
	max-width: 1200px;
	margin: 0 auto;
}
