/* LAYOUT */
/* Desktop */
@media only screen and (min-width: 1140px) {
	#cb-promobar {
		font-size: 0.75rem;
		font-weight: bold;
		text-transform: uppercase;
		color: var(--black);
		overflow: visible;
	}
	#cb-promobar .swiper-wrapper {
		display: flex;
		justify-content: center;
	}
	#cb-promobar .cb-promobar-item.swiper-slide {
		position: static;
		flex-shrink: 1;
		width: auto;
		line-height: 2em;
	}
	#cb-promobar .swiper-slide .cb-promobar-icon {
		position: static !important;
	}
	#cb-promobar .cb-promobar-icon.cb-promobar-icon-first {
		display: none;
	}
}
#cb-promobar {
	overflow: hidden;
}
#cb-promobar .swiper-slide {
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--black);
}
#cb-promobar .cb-promobar-icon {
		display: inline-block;
		width: 2em;
		height: 1em;
		background-image: url('/wp-content/uploads/2022/03/cocoons-icon-small.svg');
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 1em;
}
#cb-promobar .swiper-wrapper {
	height: 2em;
	padding: 0.5em;
}
#cb-promobar .swiper-slide {
	position: relative;
	text-align: center;
}
#cb-promobar .swiper-slide .cb-promobar-icon {
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 786px) {
	#cb-promobar .swiper-slide span {
		margin-left: 2.5em;
		margin-right: 2.5em;
	}
}
