/* Faded Forma logo shown in category/product tiles that have no image. */

#content.archive .img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}

#content.archive .products .product .image .img-placeholder {
	width: 100%;
	aspect-ratio: 2 / 3;
}

#content.archive .img-placeholder img.img-placeholder-logo {
	width: 45%;
	max-width: 150px;
	height: auto;
	object-fit: contain;
	opacity: 0.3;
}
