.catalog-no-image {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #818491;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #818491;
	opacity: 0.3;
}

.catalog-no-image img {
	position: static;
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 0 13px 0;
	object-fit: contain;
}

.show-more-wrapper:not(.active) > :nth-child(n + 2) {
	display: none;
}

.show-more-wrapper.active ~ .show-more-button {
	display: none;
}