/** Shopify CDN: Minification failed

Line 32:0 Unexpected "}"

**/

.logo-bar {
	border-top: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-bar-item {
	margin: 25px;
	text-align: center;
}
.logo-bar-item img {
	max-width: 100%;
	max-height: 90px;
}
@media (max-width: 768px) {
	.logo-bar {
		flex-wrap: wrap;
	}
	.logo-bar-item {
		width: 28%;
		margin: 2%;
	}
}
}
@media (max-width: 768px) {
	.logo-bar-item {
	width: 45%;
}
}
