/*
 * Sits between .subcategory-list and .catalog-section--mb, inside .holder.
 * Deliberately quiet: it must not compete with the product grid below it.
 */
.bogika-filter-text {
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.65;
	color: #4a4a4a;
}

.bogika-filter-text > *:first-child {
	margin-top: 0;
}

.bogika-filter-text > *:last-child {
	margin-bottom: 0;
}

.bogika-filter-text p {
	margin: 0 0 10px;
}

.bogika-filter-text a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.bogika-filter-text {
		margin-bottom: 16px;
		font-size: 13px;
	}
}
