/* Site logo shown in place of a missing category/upper-category photo.
   Rendered at its natural size (not passed through the sharp resize/crop
   pipeline) so the wide, transparent-background logo isn't cropped to a
   square like real product photos are. */
.logo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	padding: 40px 20px;
}

.logo-placeholder img {
	max-width: 70%;
	height: auto;
}
