

/* CSS from section stylesheet tags */
.product-card-overlay {
display: block;
}

.collection-content {
 width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.collection-content__wrapper {

	width: 60%;
	justify-items: center;
}