/* Marketplace brands */
.ns_widget-group-brands .ns_widget-group-brands-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 4px;
	column-gap: 24px;
}

.ns_widget-group-brands .ns_widget-group-brands-row > img {
	height: 32px;
	width: auto;
}

.ns_widget-group-brands .ns_widget-group-brands-row > img[src$="khama_logo_ecus_kids_2024.svg"] {
	height: 24px;
}

@media only screen and (max-width: 479px) {
	.ns_widget-group-brands .ns_widget-group-brands-row > img {
		height: 28px;
	}

	.ns_widget-group-brands .ns_widget-group-brands-row > img[src$="khama_logo_ecus_kids_2024.svg"] {
		height: 20px;
	}
}